summaryrefslogtreecommitdiff
path: root/textproc/p5-Filter
AgeCommit message (Collapse)AuthorFilesLines
2022-06-28*: recursive bump for perl 5.36wiz1-2/+2
2021-10-26textproc: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./textproc/convertlit/distinfo clit18src.zip
2021-10-07textproc: Remove SHA1 hashes for distfilesnia1-2/+1
2021-05-24*: recursive bump for perl 5.34wiz1-1/+2
2020-09-02(textprox/p5-Filter) Updated 1.60mef2-8/+7
1.60 2020-08-05 rurban ---- * Increase t/call.t verbosity on failures (PR #12 aatomic) * Push cwd to @INC for PERL_CORE (PR #11 jkeenan) * Update search.cpan.org link to metacpan (PR #10 Grinnz)
2020-08-31*: bump PKGREVISION for perl-5.32.wiz1-2/+2
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-2/+2
2019-06-30Update packages using a search.cpan.org HOMEPAGE to metacpan.org.nia1-2/+2
The former now redirects to the latter. This covers the most simple cases where http://search.cpan.org/dist/name can be changed to https://metacpan.org/release/name. Reviewed by hand to hopefully make sure no unwanted changes sneak in.
2018-08-22Recursive bump for perl5-5.28.0wiz1-1/+2
2018-08-21p5-Filter: update to 1.59.wiz2-7/+7
1.59 2018-08-04 rurban ---- * Improve tests using FindBin for filter-util.pl [atoomic #9] * Added new m4 filter [werner lemberg #8] * Add int casts, assert on 2GB limitation.
2017-11-17Update to 1.58wen2-8/+7
Upstream changes: 1.58 2017-11-15 rurban ---- * Drop 5.005 support * Switch from DynaLoader to XSLoader [atoomic #5] * Replace use vars by our. [atoomic #5] * Lazy load Carp only when required. [atoomic #5] * Minor test improvements * Fix v5.8 cast warnings
2017-06-05Recursive revbump from lang/perl5 5.26.0ryoon1-1/+2
2017-01-28Update to 1.57wen2-8/+7
Upstream changes: 1.57 2017-01-22 rurban ---- * Todo the t/exec.t test 2 on cygwin. * Fixed/Todo the t/decrypt.t test 7 utf8 failures. Skip with non UTF-8 locale. 1.56 2017-01-20 rurban ---- * add binmode to the decrypt/encr,decrypt sample scripts * add utf8-encoded testcase to t/decrypt.t [cpan #110921]. use -C * stabilized some tests, add diag to sometimes failing sh tests * moved filter-util.pl to t/ * fixed INSTALLDIRS back to site since 5.12 [gh #2] * fixed exec/sh test races using the same temp. filenames * reversed this Changes file to latest first * added Travis CI
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-1/+2
2015-11-04Add SHA512 digests for distfiles for textproc categoryagc1-1/+2
Problems found locating distfiles: Package cabocha: missing distfile cabocha-0.68.tar.bz2 Package convertlit: missing distfile clit18src.zip Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-09-07Update to 1.55mef2-7/+6
-------------- 1.55 2015-07-26 rurban ---- * Fix t/z_pod-coverage.t with old Test::More by Kent Frederik. RT #106090. * Fix t/tee.t + t/order.t race under parallel testing. RT #105396. Thanks to Kent Frederik * Fix Filter exec refcount, breaking earlier parse exits with __DATA__ RT #101668 Thanks to user42_kevin@yahoo.com.au * Add missing filter_del in exec filter. * Add pod for Filter::Util::Call::unimport to fix t/z_pod-coverage.t
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-01-21Update to 1.54:wiz2-6/+6
1.54 2015-01-17 rurban ---- * Fix some compiler warnings for -Wall. Some patches by Dave Mitchell. RT #101587 Note that perl5 itself is not yet -pedantic safe, Filter is.
2014-12-31Update to 1.53:wiz2-6/+6
1.50 2014-06-04 rurban ---- * Do not re-bless already blessed filter_add arguments into the callers package. Fixes RT #54452 * t/z_pod-coverage.t: omit empty Filter::decrypt (also fixes RT #84405) * Fix Perl Compiler detection in Filter::decrypt 1.51 2014-12-09 rurban ---- * Minor -Wall -Wextra cleanups by jhi and me. Fixes RT #100742 * Updated Copyright years * Document and warn about its limitations 1.52 2014-12-19 rurban ---- * Fix Filter::Util::Call regression from 1.50, for filter_add({}) or filter_add([]). This broke Switch, see RT #101004. 1.53 2014-12-20 rurban ---- * Re-release caused by broken SIGNATURE, caused by broken ExtUtils::Makemaker distsignature rules. See https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/177
2014-10-09Remove SVR4_PKGNAME, per discussion on tech-pkg.wiz1-2/+1
2014-09-06Update to 1.49:wiz2-8/+7
1.46 2013-03-29 rurban ---- * Fix RT #84292 PIPE_PID/waitpid broken in Exec pipe_read since 5.17.6 (rurban) * Fix RT #84210 Bad NAME in Makefile.PL (miyagawa) * Fix RT #82687 cpansign MANIFEST failure (myra) * Work on RT #41285 test failures with non-english locale (reported by srezic) * Skip patching the src for newWarnings style, these are the default (rurban) * Fix RT #53132 examples/method/Decompress.pm syntax error (kevin ryde) and add usage docs. 1.47 2013-03-31 rurban ---- * Reproduced and fixed RT #41285 test failures with non-english locale (reported by srezic) 1.48 2013-04-01 rurban ---- * added META records, such as repository, recommends to Makefile.PL * added META and POD tests 1.49 2013-04-02 rurban ---- * Better fix for RT #41285 test failures with non-english locale (patched by srezic, pull #1) * Add t/z_*.t meta tests (now for real), move Try to t/FilterTry, add POD to Filter::Util::Call, Filter::Util::Exec and generated FilterTry.
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-25Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-07-06Updating package for Perl 5 modules Filter::Util::Call/Filter::Util::Exec...sno2-6/+6
in textproc/p5-Filter from 1.39 to 1.45. Upstream changes: 1.45 2012-06-19 rurban ---- * Sync perlfilter.pod with core improvements 1.44 2012-06-18 rurban ---- * Sync t/call.t with core fixes in 2adbc9b6 1.43 21 Feb 2012 rurban ---- * Fix more windows tests: http://www.cpantesters.org/cpan/report/9e790a72-6bf5-1014-9f3b-641f296be760 1.42 20 Feb 2012 rurban ---- * Improve t/tee.t test 5 on windows which allows all Administrator members read-access [RT #75164] 1.41 18 Feb 2012 rurban ---- * Hide example packages from the pause indexer 1.40 9 Feb 2012 rurban ---- * Fix tee and all tests to work with Perl 5.14 and higher. PVIO has no IV field anymore, so abuse the empty IoOFP, which is only used for printing, not reading. Fixes [RT #56875] and more. Tested for 5.6.2, 5.8.4, 5.8.5, 5.8.8, 5.8.9, 5.10.1, 5.12.4, 5.14.2, 5.15.7
2011-11-11Update p5-Filter to 1.39.hiramatsu2-7/+6
Changes from previous: * Versions being seperate from Module versions results in dependency confusion Bumped all versions to match the distribution version number. [RT #67655] * Fix decrypt to work with Perl 5.14 [RT #67656] * Update the Filter-Simple URL [RT #49778]
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2009-07-08pkgsrc changessno2-6/+7
- Updating package for p5 module Filter from 1.36 to 1.37 - Setting license to ${PERL5_LICENSE} according to META.yml Upstream changes: 1.37 9 June 2009 ---- * No new feature or bug fixes - just sync with perl core.
2009-03-10PkgSrc changes:sno2-7/+6
- Updating module to 1.46 Upstream Changes: 1.36 28 February 2009 ---- * Fixed install issue [RT #28232] 1.35 25 February 2009 ---- * Included Core patches 32864, 33341 & 34776 * Side effect of above patches means that Filters needs at least Perl 5.005 Oked by rhaen@
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-08-05Update from version 1.32 to 1.34. Changes:he2-6/+6
1.34 7 July 2007 ---- * Included Core patch #31200 - change to support perl 5.10 for Filter::Util::Call * Also included the equivalent changes for the other filters. Patch kindly provided by Steve Hay. 1.33 1 March 2007 ---- * fixed ninstr issue for 5.8.9 * added t/pod.t
2008-06-20Add DESTDIR support.joerg1-1/+3
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2006-05-02Update textproc/p5-Filter to 1.32. Changes from version 1.30 includejlam2-7/+7
fixing an off-by-one bug in Call.xs.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-1/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-12-25Update textproc/p5-Filter to 1.30. Changes from version 1.16 are mostlyjlam3-22/+15
just minor bug fixes and updates to work with newer versions of Perl.
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-05-04Convert to buildlink3.snj1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-10-06Convert to buildlink2. Use perl5/module.mk.seb1-6/+3
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam1-3/+4
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-1/+1
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.