summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Balanced/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2017-06-05Recursive revbump from lang/perl5 5.26.0ryoon1-2/+2
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-2/+2
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-03-09Update to 2.03:wiz1-4/+2
2.03 Wed 04 Mar 2015 - Removed test boilerplate code to synchronize with bleadperl.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-10-09Remove SVR4_PKGNAME, per discussion on tech-pkg.wiz1-2/+1
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-2/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
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-08-09Updating package for p5 module Text::Balanced from 2.0.0 to 2.02sno1-6/+4
pkgsrc changes: - Adding license information - Adjusting dependencies (remove all) according to META.yml Upstream changes: 2.02 Thu 20 Jul 2009 - Fixed the mixed "Damian Conway <adamk@cpan.org>" AUTHOR setting. For the record, I am NOT the author, I'm just the maintainer. Unfortunately, Makefile.PL does not have a MAINTAINER setting and this way all the emails about this module come to me. 2.01 Tue 28 Jul 2009 - Taken over by Adam Kennedy to move it to a long-term maintenance mode - Removing use warnings to restore 5.005 compatibility - Removing Module::Build for higher back-compatibility - Removing version.pm for higher back-compatibility - use Exporter -> use Exporter () to avoid some pathalogical cases - Upgraded the bundled author tests to be friendlier - Changes order now a more normal reverse chronological
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-02-07A compiler is not necessary.heinz1-2/+3
2007-05-18Updated to version 2.0.0.heinz1-4/+7
Pkgsrc changes: - Package supports installation to DESTDIR. - New requirement p5-version. - Added HOMEPAGE Changes since version 1.95: =========================== 1.96.0 Mon May 1 21:52:37 2006 - Fixed major bug in extract_multiple handling of unknowns - Fixed return value on failure (thanks Eric) - Fixed bug differentiating heredocs and left-shift operators (thanks Anthony) 1.97 Mon May 1 21:58:04 2006 - Removed three-part version number and dependency on version.pm 1.98 Fri May 5 14:58:49 2006 - Reinstated full test suite (thanks Steve!) 1.99.0 Thu Nov 16 07:32:06 2006 - Removed reliance on expensive $& variable (thanks John) - Made Makefile.PL play nice with core versions (thanks Schwern!) 1.99.1 Thu Nov 16 09:29:14 2006 - Included dependency on version.pm (thanks Andy) 2.0.0 Wed Dec 20 10:50:24 2006 - Added patches from bleadperl version (thanks Rafael!) - Fixed bug in second bracketed delimiters (thanks David)
2006-07-19Update to 1.95:wiz1-3/+2
1.95 Mon Apr 28 00:22:04 2003 - Constrainted _match_quote to only match at word boundaries (so "exemplum(hic)" doesn't match "m(hic)") (thanks Craig)
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-09-28Removed trailing white-space.rillig1-2/+2
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+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
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-01-05bl3ifyjlam1-2/+4
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.
2003-04-25Update p5-Text-Balanced to 1.94mjl1-2/+2
- Fixed subtle bug in gen_extract_tagged - Doc fix: removed suggestion that extract_tagged defaults to matching HTML tags - Doc fix: clarified general matching behaviour - Fixed bug in parsing /.../ after a ( - Doc fix: documented extract_variable - Fixed extract_variable handling of $h{qr}, $h{tr}, etc. - Fixed incorrect handling of $::var - Fixed error count on t/extract_variable.t - Fixed bug in extract_codelike when non-standard delimiters used
2002-10-02buildlink1 -> buildlink2seb1-6/+3
Use perl5/module.mk
2002-01-19Update p5-Text-Balanced to 1.89mjl1-3/+3
- Revised licence for inclusion in core distribution - Consolidated POD in .pm file - renamed tests to let DOS cope with them - Made extract_multiple aware of skipped prefixes returned by subroutine extractors (such as extract_quotelike, etc.) - Made extract_variable aware of punctuation variables - Corified tests - Fixed extvar.t tests
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-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.
2001-06-10add p5-Text-Balanced-1.85 : Extract delimited text sequences from stringsexplorer1-0/+19