summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-03-01doc: Updated net/youtube-dl to 20200301leot1-1/+2
2020-03-01youtube-dl: Update to 20200301leot2-7/+7
Changes: 20200301 -------- Core * [YoutubeDL] Force redirect URL to unicode on python 2 - [options] Remove duplicate short option -v for --version (#24162) Extractors * [xhamster] Fix extraction (#24205) * [franceculture] Fix extraction (#24204) + [telecinco] Add support for article opening videos * [telecinco] Fix extraction (#24195) * [xtube] Fix metadata extraction (#21073, #22455) * [youjizz] Fix extraction (#24181) - Remove no longer needed compat_str around geturl * [pornhd] Fix extraction (#24128) + [teachable] Add support for multiple videos per lecture (#24101) + [wistia] Add support for multiple generic embeds (#8347, 11385) * [imdb] Fix extraction (#23443) * [tv2dk:bornholm:play] Fix extraction (#24076)
2020-03-01doc: Removed audio/gimmixnia1-1/+2
2020-03-01audio: Remove gimmixnia8-218/+1
Upstream disappeared around 7 years ago. This isn't the latest version which is apparently 0.5.7.2. Plenty of other mpd clients are available.
2020-03-01updates to texworks and texstudiomarkd1-1/+3
2020-03-01texstudio: update to 2.12.22markd4-11/+34
2020-01-18: 2.12.22 It fixes garbled symbols in OSX, crash when changing magic language comment and pdf search path handling. 2020-01-13: 2.12.20 It fixes a problem with replacing when search highlight is activated. 2019-12-26: 2.12.18 This is mainly a bug fix release. Most notably change is better support of regexp in search (Qt5 version only).
2020-03-01glabels: gets gnome categorynia1-2/+2
2020-03-01texworks: update to 0.6.3markd5-15/+40
also add patch to work around qt5.14 issue. Release 0.6.3 (TL'19) [March 2019] * Implement "Insert Citations..." dialog * Implement indenting/unindenting by Tab/Shift+Tab (thanks to fsonner) * Make synchronization granularity configurable (highlight corresponding character, word, or line) * Add ability to distinguish identically named files by displaying the respective folders they are in in the window title, window menu, and under "Open Recent" * Implement "Fit to content width" PDF zoom (which ignores empty space around the text) * Disable unavailable typesetting engines * Allow to change the editor font size by Ctrl+Mousewheel (thanks to Tim Hoffmann) * Improve the detection of spellchecking languages (add ability to search multiple directories and list all results) * Hide the menu bar in PDF full screen mode * Rework/expand code completion strings (thanks to Joseph Wright) * Add/update syntax highlighting for LaTeX, ConTeXt, Lua, DTX (all thanks to Joseph Wright), and BibTeX * Add cleanup-patterns for beamer files .nav & .snm * Add new/unified icons for typeset (thanks to Tim Hoffmann) and zooming * Display paper size and file size in the PDF metadata * Fix infinite loop in syntax highlighter (which caused significant slow-down especially for large files) * Fix underline when spellchecking with syntax highlighting * Fix "Place on Left/Right", especially on multi-screen setups * Avoid 'file "" not found' errors when synchronizing * Fix synchronization while searching in a PDF * Fix fine-grained synchronization near paragraph boundaries * Fix the PDF copy menu command * Fix PDF text selection * Fix font color reset when searching and using stylesheets * Fix crashes when working with locked PDFs * Fix unexpected cursor movement when using a combination of backspace and up/down arrow keys (thanks to Markus Kuhn) * Fix the font in the log parser output * Fix persistent magnifying glass * Remove unimplemented PDF menu items cut, paste, clear * Update translations * Update libraries for pre-built binaries
2020-03-01glabels: missing schema includenia1-1/+2
2020-03-01PKGREVISION bump for poppler dependency changemarkd8-16/+16
2020-03-01doc: Updated print/glabels to 3.4.1nia1-1/+2
2020-03-01glabels: Remove file that's no longer needednia1-72/+0
2020-03-01glabels: Update to 3.4.1nia4-227/+704
Updated to gtk3 version, no longer depends on gnome2 libraries
2020-03-01doc: Fix changes linenia1-2/+2
2020-03-01doc: Removed games/siriusnia1-1/+2
2020-03-01games: Remove sirius - old GNOME 2 game with dead upstream sitenia5-59/+1
appears to be barely available outside pkgsrc, but there's another 'sirius' package - a "domain specific library for electronic structure calculations" which is actively maintained
2020-03-01mplayer-share: mention mencvcd in a commentwiz1-1/+4
2020-03-01doc: Updated sysutils/mencvcd to 1.4wiz1-1/+2
2020-03-01mencvcd: update to 1.4.wiz4-68/+70
This switches it to use the script from the mplayer sources. Modification date is still from 2011. Changes not found.
2020-03-01libgadu: Switch from openssl to gnutlsnia1-4/+3
This resolves build issues with OpenSSL 1.1 and ensures the resulting binary is GPL compliant. Bump PKGREVISION
2020-03-01doc: Removed net/libdmapsharing successor net/libdmapsharing3nia1-1/+2
2020-03-01net: Remove libdmapsharing, successor libdmapsharing3nia8-178/+1
No longer used by anything in pkgsrc
2020-03-01bulk-medium: Remove jabberd1nia1-3/+2
2020-03-01ruby-railties52: fix path in ALTERNATIVESmarkd1-1/+1
2020-03-01poppler-cpp: PKGREVISION bump for previous.markd1-1/+2
2020-03-01poppler*: reenable splash backend - needed to display output in poppler-qtmarkd9-22/+23
based backends. also add nss dependency and be explicit in the tiff dependency.
2020-03-01py-pygit2: sort PLISTwiz1-30/+30
2020-03-01doc: Updated devel/py-pygit2 to 1.1.0nia1-1/+2
2020-03-01py-pygit2: Update to 1.1.0nia3-39/+39
1.1.0 (2020-03-01) ------------------------- - Upgrade to libgit2 0.99 `#959 <https://github.com/libgit2/pygit2/pull/959>`_ - Continued work on custom odb backends `#948 <https://github.com/libgit2/pygit2/pull/948>`_ - New ``Diff.patchid`` getter `#960 <https://github.com/libgit2/pygit2/pull/960>`_ `#877 <https://github.com/libgit2/pygit2/issues/877>`_ - New ``settings.disable_pack_keep_file_checks(...)`` `#908 <https://github.com/libgit2/pygit2/pull/908>`_ - New ``GIT_DIFF_`` and ``GIT_DELTA_`` constants `#738 <https://github.com/libgit2/pygit2/issues/738>`_ - Fix crash in iteration of config entries `#970 <https://github.com/libgit2/pygit2/issues/970>`_ - Travis: fix printing features when building Linux wheels `#977 <https://github.com/libgit2/pygit2/pull/977>`_ - Move ``_pygit2`` to ``pygit2._pygit2`` `#978 <https://github.com/libgit2/pygit2/pull/978>`_ Requirements changes: - Now libgit2 0.99 is required - New requirement: cached-property Breaking changes: - In the rare case you're directly importing the low level ``_pygit2``, the import has changed:: # Before import _pygit2 # Now from pygit2 import _pygit2
2020-03-01pkgtools/pkg_install: add errno details when remove failsrillig1-3/+3
Before, it wasn't clear why removing the file failed. It could be ENOENT or EPERM or EBUSY, and these lead to different causes. https://mail-index.netbsd.org/pkgsrc-users/2020/02/28/msg030552.html
2020-03-01doc/TODO: add somewiz1-6/+9
+ ImageMagick-7.0.9.27, gimp-2.10.18, glib2-2.64.0, libnotify-0.7.9, libsoup-2.68.4, ncursesw-6.2, picard-2.3.1, poppler-0.86.0.
2020-03-01coqdholland1-1/+2
2020-03-01lang/coq now needs adwaita-icon-theme.dholland2-2/+4
(without it the new coqide is missing things, and it seems to specifically refer to adwaita-icon-theme by name) Bump PKGREVISION to 1, since coqide is a default-on option.
2020-03-01szip: fix typogutteridge1-2/+2
2020-03-01doc: Updated textproc/py-X to 0.15gutteridge1-1/+2
2020-03-01py-X: update to 0.15gutteridge4-18/+28
(Spurred by the fact net/scapy expects the SVG support introduced back in 2015.) 0.15 (2019/07/14): - text module: - introduce UnicodeEngine - MultiEngineText to express combined text data for TeX based engines and the new UnicodeEngine - Text and StackedText classes for simple typesetting operations on UnicodeEngine text - rename TexRunner and LatexRunner to TexEngine and LatexEngine - rename cls argument of text.set to engine (with fallback and deprecation warning in place) - improve error handling when input cannot be encoded by texenc - add support for virtual fonts in virtual fonts - font maps: treat font files without extension as Type 1 (to prevent warnings occuring especially with Minion or Libertine fonts) - fix UnicodeDecodeError for invalid character responses by TeX/LaTeX (reported by Gert Ingold) - new examples: - non-ASCII TeX encoding - t1font: - use integers in auto-guessed font descriptors to prevent an issue in pdftex (reported by Michael Hartmann) - fix typo: ItalicAngles -> ItalicAngle (thanks to Ross Moore) - graph.axis.texter: - unify exponential and mixed texter to default texter - use MultiEngineText in all texters (decimal, default, factional) - pdfwriter, pswriter, svgwriter: - removed underscore in PS and PDF and SVG writer options strip_fonts, text_as_path, mesh_as_bitmap, mesh_as_bitmap_resolution (new: stripfonts, textaspath, meshasbitmap and meshasbitmapresolution) to prevent ambiquity with write_ prefixes. - Fix color output in SVG (reported by Michael Hartmann) - deformer: - Fix parallel deformer for empty normsubpaths (thanks to Michael J Gruber) - graph.style: - Use RGBA instead of ARGB in the bitmap fallback of graph.style.density Fix saving SVG as supported modes are limited (thanks to Michael J Gruber) - pattern: - inject default linewidth (reported by Michael J Gruber) - version control: - switched to git on 2018/07/16 with main repository on GitHub 0.14.1 (2015/11/02): - distribution: - upload to PyPI (including old releases) - remove old releases from sourceforge - text module: - fix load_def message parser (reported by Mico Filós) - normpath: - fix intersect with empty normsubpaths (bug #62, thanks to Florent Hivert) 0.14 (2015/04/30): - new svgwriter module: - complete SVG output - SVG font output disabled by default due to missing support by most browsers, fallback by rendering fonts as paths - new svgfile module: - SVG reader - unparsed mode: embedd svg in other svg - parsed mode: supports reading paths (including styles, tranformations, etc.) into a PyX canvas - bitmap module: - using bytes in image type conversions and channel extraction - color module: - fix grey class - fix rgb css binary issue and short code index error - epsfile module: - fix parsing of bounding box - text module: - no end of pages test when no dvi is created at all - add chroot config option needed to use a chrooted TeX installation - graph module: - add xy12axesat feature to graphxyz - canvas module: - fix clipping and transformation applied together - provide _repr_svg_ in canvas for use by IPython - new constructor argument ipython_bboxenlarge - deco module: - remove shortcut for ornaments only to not skip global styles
2020-03-01doc: Updated www/ruby-puma to 4.3.3taca1-1/+2
2020-03-01www/ruby-puma: update to 4.3.3taca2-7/+7
Update ruby-puma to 4.3.3. ## 4.3.3 and 3.12.4 / 2020-02-28 * Bugfixes * Fix: Fixes a problem where we weren't splitting headers correctly on newlines (#2132) * Security * Fix: Prevent HTTP Response splitting via CR in early hints.
2020-03-01(doc/CHANGES-2020) Updated archivers/p5-Archive-Tar to 2.36mef1-1/+2
2020-03-01(archivers/p5-Archive-Tar) Updated 2.3.2 to 2.3.6mef2-8/+7
2.36 02/02/2020 - Add xz test files to MANIFEST 2.34 01/02/2020 (HEANEY && SKAJI) - Add xz support - Use 4 digit year in Time::Local call
2020-03-01doc: Updated archivers/szip to 2.1.1mef1-1/+2
2020-03-01(archivers/szip) Updated 2.1 to 2.1.1mef4-21/+26
Release notes for SZIP 2.1.1 January 13, 2017 Bug fixes: -- None. New features: -- Add CMake support. Know problems: -- On IRIX64-6.5, shared library version 3.0 is created instead of 2.0. -- There is no support for shared library on the AIX 5.* systems. User support: Report all problems to help@hdfgroup.org. For more information on SZIP, see: http://www.hdfgroup.org/doc_resource/SZIP/
2020-02-29doc: Updated x11/xfce4-whiskermenu-plugin to 2.4.2gutteridge1-1/+2
2020-02-29xfce4-whiskermenu-plugin: update to 2.4.2gutteridge3-8/+9
Change log: 2.4.2 ===== - Fix crash when selecting desktop action. (bug #16445) - Translation updates: Chinese (China), Croatian, Georgian. 2.4.1 ===== - Fix narrow iconview columns. - Fix bad hyphenation by increasing iconview column width. - Translation updates: Finnish, Serbian. 2.4.0 ===== - Add option to show as icons. (bug #15675) - Add hiding menu items. (bug #14816) - Add searching keywords of menu items. (bug #15047) - Add tooltip to profile picture for editing profile. (bug #15501) - Adjust wording of switch user command. (bug #15398) - Add icons to context menu. - New default layout. - Make panel button square only if single row and title hidden. - Rearrange settings dialog. - Redesign session confirmation dialogs. - Refactor code. - Rewrite menu load to match GarconGtkMenu. - Switch categories with keyboard focus if hover enabled. - Use custom icon renderer. - Use link time optimization if available. - Increase C++ version. - Translation updates: Bulgarian, Catalan, Chinese (Taiwan), Czech, Danish, Dutch, Finnish, French, Galician, Georgian, German, Greek, Icelandic, Indonesian, Interlingue, Italian, Japanese, Lithuanian, Malay, Nepali, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Slovak, Spanish, Turkish.
2020-02-29doc: Updated misc/xfce4-weather-plugin to 0.10.1gutteridge1-1/+2
2020-02-29xfce4-weather-plugin: update to 0.10.1gutteridge2-7/+7
Change log: 0.10.1 ====== - Switch to 'locationforecast' product and use a more recent API version (bug #16268) - Fix invalid scrollbar index to add a label (bug #16023) - Update URLs from goodies.x.o to docs.x.o (bug #16182) - Fix build with panel 4.15 - Make build output less verbose - Use standard icon names (bug #16059) - Translation Updates: Albanian, Croatian, Finnish, Galician, Greek, Portuguese, Slovak, Slovenian
2020-02-29py-qt5: add LICENSE entrygutteridge1-1/+2
2020-02-29doc: Updated sysutils/xfce4-thunar to 1.8.12gutteridge1-1/+2
2020-02-29xfce4-thunar: update to 1.8.12gutteridge4-26/+8
Change log: 1.8.12 ====== - NULL is the proper sentinel for g_object_new() (Bug #16310) - Drop timer on finalize (Bug #15305) - Store column width setting asynchronously and only once (Bug #15305) - When move to trash fails, ask whether to delete files (Bug #15975) - Ctrl+Mousewheel does not enlarge/shrink entries (for detailed list view) (Bug #15936) - Extra padding for Eject button when scrollbar is visible (Bug #15312) - Use standard icon instead of custom - Translation Updates: Albanian, Chinese (China), Chinese (Taiwan), Croatian, Czech, Dutch, French, Galician, Greek, Hungarian, Italian, Japanese, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Spanish, Swedish, Ukrainian
2020-02-29Updated www/py-MechanicalSoup, www/py-flask-adminadam1-1/+3