summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-08-16php/pear.mk: make DIST_SUBDIR overridabletnn1-2/+2
2020-08-16sane-backends: fix big-endian buildsgutteridge2-1/+18
Patch from Gentoo, via Connor McLaughlan on pkgsrc-users. (Also tested by me on NetBSD 8.2_STABLE/macppc.)
2020-08-16libggi*: replace long gone HOMEPAGE with mirror at ibibliotnn5-16/+21
2020-08-16opencv: skip portability checks for iostnn1-1/+3
2020-08-16nginx: extend the dav option to include dav_ext by defaultwiz2-2/+16
All howtos on the internet assume it's turned on. No change to default package.
2020-08-16Add php-mailparse into tree.otis1-1/+2
2020-08-16doc: Added pkgtools/import-package version 1.0wiz1-1/+2
2020-08-16pkgtools/Makefile: + import-packagewiz1-1/+2
2020-08-16import-package: add Os macro to man pagewiz1-1/+2
2020-08-16import-package: increase CAVEATSwiz1-1/+6
2020-08-16pkgtools/import-package: import import-package-1.0wiz5-0/+251
This is a package for wip/import-package.sh. Suggested by brooks. This package contains a tool for importing a package to pkgsrc or pkgsrc-wip.
2020-08-16Fix wrong cce, php-mailparse was added, not updated.otis1-2/+2
2020-08-16doc: Updated mail/php-mailparse to 3.1.0otis1-1/+2
2020-08-16Add php-mailparse 3.1.0, a PECL class for parsing and workingotis4-0/+37
with email messages. It can deal with rfc822 and rfc2045 (MIME) compliant messages.
2020-08-16doc: Updated net/pear-Net_SMTP to 1.9.2taca1-1/+2
2020-08-16net/pear-Net_SMTP: update to 1.9.2taca2-7/+7
Update pear-Net_SMTP to 1.9.2 1.9.2 (2020-08-12 21:27 UTC) Changelog: * Repackage documentation
2020-08-16harfbuzz: Explicitly pass meson arguments to enable/disable documentationleot1-1/+4
The `doc' option still had the issue that gtk-doc - if already installed - will be accidentally picked up also if the option was disabled. Be explicit in enabling/disabling it.
2020-08-16doc: Updated mail/opendmarc to 1.3.1nb8wiz1-1/+2
2020-08-16opendmarc: add missing dependencywiz1-3/+3
Reported by Richard Sass on pkgsrc-users. Bump PKGREVISION.
2020-08-16doc: Updated wm/marco to 1.24.1gutteridge1-1/+2
2020-08-16marco: update to 1.24.1gutteridge2-7/+7
Change log: marco 1.24.1 * update translations * common: window icon (META_DEFAULT_ICON_NAME) is no longer available * workspace: Don't try to use per-workspace MRU lists as a hint for focusing * stack: make meta_window_raise() and meta_window_lower() smarter * compositor: fix possible crash closing/destroying window . Fixes to previous commit. * window: fix crash if workspace is null * workspace-switcher: fix colors of selected workspace when compositing is disabled. * build: silent build warnings for distcheck * Remove unnecessary warnings about visible region * meson: improvements * Guard against null changes introduced by previous commit * Introduce nullpointer checks and return null if validation fails * util: meta_bug raises SIGABRT so it shouldn't return * add meson build files to EXTRA_DIST * remove warning: 'GTimeVal' is deprecated * theme: avoid deprecated g_memmove * frames: don't bother painting the background
2020-08-16Updated devel/p5-Hash-Merge to 0.302wen1-1/+2
2020-08-16Update to 0.302wen2-8/+7
Upstream changes: 0.302 2020-07-30 - Prevent object-based test from failing randomly on BSDs and MacOS 0.301 2020-06-18 - fix object-based interface memory leak (RT#132627) (Thanks to mithaldu)
2020-08-16Updated devel/p5-File-Util to 4.201720wen1-1/+2
2020-08-16Update to 4.201720wen2-8/+7
Upstream changes: 4.201720 2020-06-19 - Bugfix for issue where @INC was being disrupted, detailed at https://rt.cpan.org/Ticket/Display.html?id=132060 Sorry for the delay in fixing it - coronavirus happened to the world :( Good luck everyone and please stay safe.
2020-08-16Updated devel/p5-File-Slurp to 9999.32wen1-1/+2
2020-08-16Update to 9999.32wen2-7/+7
Upstream changes: 9999.32 2020-06-30 - Re-release after fixing MANIFEST 9999.31 2020-06-28 - Remove TravisCI and AppVeyor - Test using GitHub Actions/workflows on Windows, Mac, and Linux - Add See Also section to the docs. (PR#24 Thanks, Dan Book) - Add file existence and size checks (RT 132900 - Thanks, Bao Haojun)
2020-08-16pluma: Perl is a direct tool dependencygutteridge1-2/+2
The build uses Perl scripts directly. This is presently covered by intltool being a generic dependency from the meta package, but intltool was really dropped as a tool requirement as of MATE 1.24, so adjust here prior to dropping it from the meta package.
2020-08-16Updated devel/p5-File-Flat to 1.06wen1-1/+2
2020-08-16Update to 1.06wen2-8/+7
Upstream changes: 1.06 2020-07-31 16:05:45Z - add a $VERSION to the internal File::Flat::Object package
2020-08-16Updated devel/p5-FFI-CheckLib to 0.27wen1-1/+2
2020-08-16Update to 0.27wen2-7/+7
Upstream changes: 0.27 2020-05-11 14:24:08 -0400 - Added a FAQ section to the documentation (gh#22)
2020-08-16Updated devel/p5-Devel-PPPort to 3.60wen1-1/+2
2020-08-16Update to 3.60wen2-7/+7
Upstream changes: 3.60 - 2020-08-11 * Restore PERL_BCDVERSION helper which is used on CPAN * A few API elements were not properly found, like IVTYPE 3.59 - 2020-08-10 * Add PERL_VERSION_* compare macros * Rename PERL_BCDVERSION to internal name to discourage future use * Stop versioning generated test files * Enforce strict & warnings * Avoid indirect calls * scanprov: multiple improvements * Use ivers() in tests * Update POD documentation and HACKERS file * Change ppport.h --api-info to not output non-API info unless that is the only match * Find more elements to be listed in the --api-info option (and similar) to ppport.h
2020-08-16Updated devel/p5-Devel-Gladiator to 0.08wen1-1/+2
2020-08-16Update to 0.08wen2-8/+7
Upstream changes: 0.08 2020-06-11 17:42:46Z - fix sample code snippet for spotting new arena entries (mohawk)
2020-08-16Updated devel/p5-Devel-Cover to 1.36wen1-1/+2
2020-08-16Update to 1.36wen2-7/+7
Upstream changes: 1.36 - 19 May 2020 - Fix pod error - Quieten perltidy syntax highlighting errors - Fix up minimum perl version (Dick Franks) (GH-268) - Fix passing full path for cover DB (GH-267) 1.35 - 17 May 2020 - Replace "use vars" with "our" (James Raspass) (GH-255) - Remove tray db file from release - Don't chdir when given a -dir flag (Dave Rolsky) (GH-253) - Manage code references in @INC (Slaven Rezić) (GH-249, GH-250) 1.34 - 16 May 2020 - Minimum supported version is now 5.10.0 (Karen Etheridge) (GH-226) - Support 5.32 by accomodating signauture changes (GH-260)
2020-08-16Updated devel/p5-Date-Manip to 6.82wen1-1/+2
2020-08-16Update to 6.82wen2-7/+7
Upstream changes: 6.82 2020-06-01 - Time zone fixes Newest zoneinfo data (tzdata 2020a).
2020-08-16Updated www/p5-HTTP-Daemon to 6.12wen1-1/+2
2020-08-16Update to 6.12wen2-8/+7
Upstream changes: 6.12 2020-06-04 16:01:31Z - No changes since TRIAL release 6.11 6.11 2020-06-03 14:47:21Z (TRIAL RELEASE) - An IPv6 zone separator must be URI-quoted (GH#47) (Petr Pisar and Olaf Alders) 6.10 2020-05-26 16:20:36Z - No changes since TRIAL release 6.09 6.09 2020-05-25 16:52:14Z (TRIAL RELEASE) - Require IO::Socket::IP 0.25 so that HTTP::Tiny uses it (GH#45) (Shoichi Kaji) 6.08 2020-05-22 15:26:00Z (TRIAL RELEASE) - In t/chunked.t, leave choosing IP address family to IO::Socket::IP (GH#42) (Shoichi Kaji) - Add "IPv6 SUPPORT" section to pod (GH#43) (Shoichi Kaji) - Use HTTP::Tiny 0.042+ for IPv6 support (GH#41) (Shoichi Kaji) 6.07 2020-05-19 19:19:53Z (TRIAL RELEASE) - Prefer IP address for host in $d->url (GH#40) (Shoichi Kaji) - Improve documentation readability (GH#36) (Ferenc Erki)
2020-08-15doc: Updated audio/libsndfile to 1.0.29nia1-1/+2
2020-08-15libsndfile: Update to 1.0.29nia11-244/+19
Version 1.0.29 (2020-08-15) * Add support for Opus files. * Autotool build system improvements. * CMake build system improvements. * Fixes for: CVE-2017-12562, CVE-2017-17456, CVE-2017-17457, CVE-2018-19661, CVE-2018-19662, CVE-2018-19758 and CVE-2019-3832. * Add BWF v2 loudness parameters. * Wave64: Permit and skip arbitrary chunks prior to the data chunk. * Fix ASAN crash in wavlike_ima_seek(). * Fix IMA-ADPCM encoding for AIFF files. * sndfile-convert: Handle gsm, vox and opus extensions the same way. * Add SFC_SET_OGG_PAGE_LATENCY_MS command to get Ogg page latency for Ogg Opus files. * Fix parsing of some SD2 files. * Documentation updates. * Minor bug fixes and improvements.
2020-08-15move gtk-doc into options.mkszptvlfn3-104/+108
2020-08-15doc: Updated net/gallery-dl to 1.14.4leot1-1/+2
2020-08-15gallery-dl: Update to 1.14.4leot3-11/+11
Changes: 1.14.4 ------ ### Additions - [blogger] add `search` extractor (#925) - [blogger] support searching posts by labels (#925) - [inkbunny] add `user` and `post` extractors (#283) - [instagram] support `/reel/` URLs - [pinterest] support `pinterest.co.uk` URLs (#914) - [reddit] support gallery posts (#920) - [subscribestar] extract attached media files (#852) ### Fixes - [blogger] improve error messages for missing posts/blogs (#903) - [exhentai] adjust image limit costs (#940) - [gfycat] skip malformed gfycat responses (#902) - [imgur] handle 403 overcapacity responses (#910) - [instagram] wait before GraphQL requests (#901) - [mangareader] fix extraction - [mangoxo] fix login - [pixnet] detect password-protected albums (#177) - [simplyhentai] fix `gallery_id` extraction - [subscribestar] update `date` parsing - [vsco] handle missing `description` fields - [xhamster] fix extraction (#917) - allow `parent-directory` to work recursively (#905) - skip external OAuth tests (#908) ### Removals - [bobx] remove module
2020-08-15doc: Updated textproc/split-thai to 0.3scole1-1/+2
2020-08-15Update to version 0.3scole3-18/+61
all changes for emacs splitter: - load custom dictionary first because 'thai-word-table is a defvar - add count function and return word counts for a few funcs - add lisp wrappers functions split-thai, split-thai-line which can split thai text in an emacs buffer using 'thai-break-words
2020-08-15Note that the need for this patch appears self-induced.schmonz8-12/+28