summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-12-31Removed net/snort-rulesbsiegert1-1/+2
2017-12-31Remove snort-rules.bsiegert5-113/+1
Proposed by Nils Ratusznik in June on tech-pkg. In short, the rules are from 2012; they are too outdated to be useful. No one spoke up for keeping the package. If you want to bring it back, feel free to do so, after updating it.
2017-12-31doc/TODO: add somewiz1-5/+7
+ ImageMagick-7.0.7.18, ilmbase-2.2.1, mpfr-4.0.0, py-lz4-0.17.0, vim-8.0.1427, waf-2.0.4.
2017-12-31doc: Updated time/p5-DateTime to 1.4500wiz1-1/+2
2017-12-31p5-DateTime: update to 1.4500.wiz2-7/+7
1.45 2017-12-26 - Added month_length(), quarter_length() and year_length() methods. Implemented by Dan Stewart. PR #70.
2017-12-31doc: Updated textproc/p5-XML-Compile to 1.59wiz1-1/+2
2017-12-31p5-XML-Compile: update to 1.59.wiz2-7/+8
version 1.59: Thu 28 Dec 11:29:27 CET 2017 Improvements: - remove json regression tests from t/ into xt/, because those modules keep on breaking... [cpantesters]
2017-12-31doc: Updated sysutils/p5-File-Copy-Recursive to 0.39wiz1-1/+2
2017-12-31p5-File-Copy-Recursive: update to 0.39.wiz2-8/+16
Add build and run-time dependencies. 0.39 Fri Dec 29 13:26:12 2017 - tidy code - Change into directory before emptying it - Stop emptying/removing a path if it is changed out from underneath us - pathrm() fixes - Actual unit tests!
2017-12-31doc: Added devel/p5-Path-Iter version 0.2wiz1-1/+2
2017-12-31devel/Makefile: + p5-Path-Iterwiz1-1/+2
2017-12-31devel/p5-Path-Iter: import p5-Path-Iter-0.2wiz3-0/+24
Perl module to iterate through the contents of a given path without having to build the entire list first.
2017-12-31doc: Updated net/p5-SOAP-Lite to 1.26wiz1-1/+2
2017-12-31p5-SOAP-Lite: update to 1.26.wiz2-7/+7
1.26 December 30, 2017 ! typo fix https://anonscm.debian.org/cgit/pkg-perl/packages/libsoap-lite-perl.git/tree/debian/patches/spelling-error.patch 1.25 December 29, 2017 ! Bad usage of UNIVERSAL::isa (See RT#62667)
2017-12-31doc: Updated devel/p5-Test-ClassAPI to 1.07wiz1-1/+2
2017-12-31p5-Test-ClassAPI: update to 1.07.wiz3-20/+7
1.07 2017-12-28 23:44:29Z - switch packaging to Dist::Zilla, which makes the distribution installable again on perl 5.27.7 (See RT#123867)
2017-12-31doc: Updated devel/p5-B-Keywords to 1.16wiz1-1/+2
2017-12-31p5-B-Keywords: update to 1.16.wiz2-8/+7
1.16 Thu Dec 28 2017 rurban - Added 5.27.7 changes, RT #123948 - Added cperl class keywords - Added keywords per version back to 5.004
2017-12-31doc: Updated databases/p5-DBI to 1.639wiz1-1/+2
2017-12-31p5-DBI: update to 1.639.wiz2-7/+7
Changes in DBI 1.638 - ... Fix UTF-8 support for warn/croak calls within DBI internals, thanks to pali #53 Fix dependency on Storable for perl older than 5.8.9, thanks to H.Merijn Brand. Add DBD::Mem driver, a pure-perl in-memory driver using DBI::DBD::SqlEngine, thanks to Jens Rehsack #42 Corrected missing semicolon in example in documentation, thanks to pali #55
2017-12-31doc: Updated mail/postsrsd to 1.4nb1wiz1-1/+2
2017-12-31postsrsd: install man page.wiz2-2/+11
This incurs a build dependency on help2man. Bump PKGREVISION.
2017-12-31Note update of devel/gnustep-objc to 1.6.1nb3.he1-1/+2
2017-12-31At least on NetBSD, gnustep-objc's libobjc.so ends up with varioushe2-3/+7
_Unwind_* symbols undefined, and apparently they can come from -lgcc_s. Being cautious, link in -lgcc_s on NetBSD only so far. Bump PKGREVISION.
2017-12-31sayaka: fix build failure with vala 0.38.3.tsutsui2-1/+17
It seems convert_with_fallback() is properly exported for glib.vapi in newer vala 0.38.1 and later so a local declaration is no longer necessary.
2017-12-31simh: fix build failure when SDL_ttf is installed.tsutsui4-43/+54
SDL2 check in makefile does not work propelry so it incorrectly fallbacks to using SDL_ttf without buildlink3. XXX: too many SDL related fixes in upstream Also rename a patch file for a future maintainability. Bump PKGREVISION.
2017-12-31web2c: support for newer poppler, from ArchLinuxmarkd4-11/+525
2017-12-31luatex: support for newer poppler, from ArchLinuxmarkd5-12/+648
2017-12-31luatex: gcc-7 fixmarkd4-3/+35
2017-12-30devel/netcdf: Add missing m4 dependency for Linuxbacon1-1/+2
ok gdt
2017-12-30nano: update to 2.9.1schwarz5-13/+30
Changes between v2.9.0 and v2.9.1: Benno Schulenberg (21): build: fix compilation with --disable-browser --disable-tabcomp bump version numbers and add a news item for the 2.9.1 release files: always update the stat info when the entire file is written files: save the marked region only when we've prompted for a file name gnulib: update to its current upstream state history: create the path '~/.local/share/' when it is needed history: make nano's state directory accessible for the user only history: save the positions file also when a record was deleted input: make the macro key discoverable by giving feedback when undefined linting: switch the mark off when the linter starts po: update translations and regenerate POT file and PO files selecting: do not cancel the softmark when the cursor is not moved selecting: let a justification cancel a softmark syntax: adjust the magic strings for the changes since file-5.10 tweaks: adjust indentation after previous change tweaks: elide the 'mark_set' boolean -- the 'mark' pointer is enough tweaks: rename, rewrap, and reshuffle some stuff, and frob some comments tweaks: reshuffle a couple of lines, and frob a comment or two tweaks: reshuffle a couple of lines, to put similar things together undo: clear the Modified state when the very first edit is undone undo: discarding the stack does not always lose information
2017-12-30Removed www/py-django-mezzanine-filebrowser, www/py-django-mezzanine-grappelliadam1-1/+3
2017-12-30py-django-mezzanine-{filebrowser,grapelli}: removed, successors ↵adam9-676/+1
py-filebrowser_safe py-grappelli_safe
2017-12-30glibmm: Drop GCC_REQD from buildlink3.mkgdt1-6/+1
As a hack for 2017Q4, I added GCC_REQD+=4.9 to glibmm's buildlink3.mk, to make some fraction of glibmm-depending packages build on the branch. This commit reverts the bl3 addition (but leaves GCC_REQD+=4.9 for glibmm itself). The result will be that someone building pkgsrc with a compiler older than gcc 4.9 will be able to build glibmm (via forcing 4.9), and depending packages will fail. This is much like the situation before the previous commit, except that glibmm will build.
2017-12-30doc: Updated www/p5-libwww to 6.31wiz1-1/+2
2017-12-30p5-libwww: update to 6.31.wiz2-8/+8
6.31 2017-12-11 01:55:53Z - fix version numbering (RT#123841) 6.30 2017-12-07 - Use tr/// instead of s/// where appropriate (Ville Skyttä) (GH #265) - Use parent -norequire instead of base to not look for external dependencies (Fabian Zeindler) (GH #259) - Fix run_handlers to allow assigning to the request / response (Gianni Ceccarelli) (GH #274)
2017-12-30doc: Updated www/p5-Mojolicious to 7.59wiz1-1/+2
2017-12-30p5-Mojolicious: update to 7.59.wiz2-7/+7
7.59 2017-12-15 - Moved home and ua attributes from Mojo to Mojolicious. - Changed Mojo::IOLoop::Client to only start a thread pool with Net::DNS::Native on demand. (Grinnz) - Improved subprocess method in Mojo::IOLoop to allow for easier role composition. - Fixed RFC 7230 compliance bug in Mojo::Message::Response. (jberger)
2017-12-30doc: Updated www/p5-HTTP-Message to 6.14wiz1-1/+2
2017-12-30p5-HTTP-Message: update to 6.14.wiz2-7/+7
6.14 2017-12-20 22:28:48Z - Add some useful examples in HTTP::Request (GH #92) (Chase Whitener). Batch requests are now explained. - PUT and PATCH docs updated (GH #84) (saturdaywalkers) - Trim trailing \r from status line so message() doesn't return it (GH #87) (Felipe Gasper) - Bring test coverage of HTTP::Config to 100% (GH #85) (Pete Houston) - Add 103 Early Hints to HTTP::Status (GH #94) (Tatsuhiko Miyagawa)
2017-12-30doc: Updated time/p5-Time-Piece to 1.3203wiz1-1/+2
2017-12-30p5-Time-Piece: update to 1.3203.wiz2-7/+7
1.3203 2017-12-12 - Fix copy constructor erroneous parent modification (Thanks Grinnz!) - Fix wrong islocal of existing object in copy constructor (Thanks Grinnz!) - Switch to XSLoader
2017-12-30doc: Updated time/p5-Time-HiRes to 1.9750wiz1-1/+2
2017-12-30p5-Time-HiRes: update to 1.9750.wiz2-7/+7
1.9750 [2017-12-22] - update META.yml and META.json for XSLoader instead of DynaLoader [rt.cpan.org #123933] 1.9749 [2017-12-21] - CPAN release - Quieten Time-HiRes test noise: blead 0f009486 - Switch some core modules to XSLoader: blead b9a5a78f [rt.cpan.org #129789] - disable a flapping test for CI: blead cd2a978d - Avoid newGVgen in blead-upstream modules: blead 732d3893 - Declaration after statement in typemap: blead d269f586 - semicolon-friendly diagnostic control: blead 7347ee54 - in macOS (OS X) check properly in runtime whether futimens() and utimensat() are available 1.9748 [2017-12-16] - bleadperl only - semicolon-friendly diagnostic control: blead 7347ee54 1.9747 [2017-09-13] - bleadperl only - Switch some core modules to XSLoader: blead b9a5a78f [rt.cpan.org #129789]
2017-12-30doc: Updated time/p5-DateTime-Format-Strptime to 1.7500wiz1-1/+2
2017-12-30p5-DateTime-Format-Strptime: update to 1.7500.wiz2-7/+7
1.75 2017-12-24 - Fixed tests to pass with blead Perl. Reported by James Keenan. GH #19.
2017-12-30doc: Updated textproc/p5-podlators to 4.10wiz1-1/+2
2017-12-30p5-podlators: update to 4.10.wiz2-8/+7
podlators 4.10 (2017-12-25) [Pod::Man] Change man page references and function names to bold instead of italic, following the current Linux man page standard. The previous formatting was taken from Solaris, and it seems safe to say that the Linux man page formatting conventions are now much more widely followed than Solaris's. Patch from Guillem Jover. [Pod::Man] Revert the .IX handling code to the earlier version from Bjarni Ingi Gislason but add the trailing backslashes that should hopefully avoid blank page issues on HP-UX. This fixes a warning regression when man is run with warnings enabled. (Debian Bug#847972) [Pod::Man] Wrap the output file descriptor in a glob before passing it to PerlIO::get_layers so that the layer check works properly. Previously, this code would throw a warning if given a scalar not wrapped in a glob and not detect layers properly. Patch from Zefram. (#122521) Produce a proper diagnostic when given empty input on standard input with no other arguments to pod2man or pod2text. Reported by Guillem Jover.
2017-12-30doc: Updated textproc/p5-ack to 2.22wiz1-1/+2
2017-12-30p5-ack: update to 2.22.wiz2-7/+7
2.22 Fri Dec 22 16:42:43 CST 2017 ==================================== No changes since 2.21_01. 2.21_01 Mon Dec 18 23:40:45 CST 2017 ==================================== [FIXES] Avoid a fatal error that sometimes happened if a file was unreadable. (GH#520) [ENHANCEMENTS] Added support for the Kotlin language. Sped up file type detection for certain files. 2.20 Sun Dec 10 21:54:55 CST 2017 ==================================== No changes since 2.19_01. 2.19_01 Thu Dec 7 23:35:53 CST 2017 ==================================== [FIXES] Changed a construction in the docs that Ubuntu flagged as a misspelling. [ENHANCEMENTS] When using submodules, the .git directory will be a file. Make ack ignore this by default. Thanks, Michele Campeotto. (GH#653) [INTERNALS] Replaced all the test data for the test suite with public domain documents.