summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Format
AgeCommit message (Collapse)AuthorFilesLines
2014-10-09Remove SVR4_PKGNAME, per discussion on tech-pkg.wiz1-2/+1
2014-05-29Bump for perl-5.20.0.wiz1-1/+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-08-26Update to 0.58wen2-7/+6
Upstream changes: 0.58 Tue 4 Sep 23:04:11 IDT 2012 - Apply a patch to correct a minor grammatical error: - https://rt.cpan.org/Ticket/Display.html?id=79400 - Thanks to Salvatore Bonaccorso, Debian Perl Group. 0.57 Tue 4 Sep 14:01:10 IDT 2012 - Clarified the documentation regarding noBreak and noBreakRegex. - Thanks to Anne Wainwright.
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-13Updating package for Perl5 distribution Text-Format from CPAN insno2-9/+10
textproc/p5-Text-Format from 0.52nb5 to 0.56. pkgsrc changes: - adjust meta information (DISTNAME, LICENSE, HOMEPAGE) Upstream changes: 0.56 Thu May 31 09:23:26 IDT 2012 - Add "use warnings;" to lib/Text/Format.pm . - Add t/pod.t . - Add t/pod-coverage.t . 0.55 Thu May 31 09:17:32 IDT 2012 - Fix small spelling error in the POD: - closing https://rt.cpan.org/Ticket/Display.html?id=77481 - Thanks to Salvatore Bonaccorso and the Debian people for the report and the patch. - ( There were also some duplicate bug report in the rt.cpan.org queue by accident. ) 0.54 Fri May 25 02:33:47 IDT 2012 - Convert t/justify.t and t/format.t to Test::More, "use strict;" and "use warnings;" and cleaned them up. - fix a warning generated by a call to defined(@array) - https://rt.cpan.org/Ticket/Display.html?id=77413 - thanks to H. Merijn Brand for the report. 0.53 Fri Jan 28 13:02:01 IST 2011 - Adopted by Shlomi Fish (while disclaiming all rights). - Convert the build system to Module-Build, while adding keywords and resources. - The archive name is now the more standard Text-Format-0.53.tar.gz. - Fix some typos in the documentation.
2011-11-28Reset maintainer, sketch resigned.wiz1-2/+2
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-2/+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!
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-2/+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-06-12Add 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.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-3/+3
Patch provided by Sergey Svishchev in private mail.
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
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
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
2004-04-29Fix my email address.sketch1-2/+2
2003-03-04Initial import of p5-Text-Format version 0.52 into the NetBSD Packagesseb4-0/+27
Collection. Provided in PR pkg/20503 by Jonathan Perkin <sketch at rd dot bbc dot co dot uk>. The perl5 module Text::Format provides the format(), paragraphs(), center(), expand() and unexpand() functions: i.e. various functions for paragraph formatting, tabs/spaces expansion/contraction and lines centering.