diff options
author | wiz <wiz@pkgsrc.org> | 2009-02-22 22:30:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-02-22 22:30:12 +0000 |
commit | 2f9280993b6646c06e55a626fa1dcfda0cd559e3 (patch) | |
tree | 6a64549e974b5872b1cbe23ff470bd9289882def /textproc | |
parent | 40f437ad91f58eacc511ad07f816db40a20269c2 (diff) | |
download | pkgsrc-2f9280993b6646c06e55a626fa1dcfda0cd559e3.tar.gz |
Update to 2006.1117:
Use warnings::warnif instead of just warn for columns < 2. Appled per
request of Rafael Garcia-Suarez <rgarciasuarez at gmail.com>.
= 2006/11/17
Text::Tabs can handle newlines now so the BUGS section has been removed
per request from Aristotle Pagaltzis.
= 2006/07/11
Further bomb-proofing to pass more tests: Dan Jacobson <jidanni at
jidanni dot org> found another way to generate a "this shouldn't happen".
= 2006/07/05
Made documentation and code changes to address perlbug:
https://rt.perl.org/rt3/Ticket/Display.html?id=30229
Added in changes from the distributed-with-perl version. This took
care of perlbug: https://rt.perl.org/rt3/Ticket/Display.html?id=34902
It also took care of suggestion from Matthijs Bomhoff <matthijs
at bomhoff dot nl>.
Made documentation changes (added EXAMPLES) as per a suggestion
from Gabor Blasko <gblasko at cs dot columbia dot edu>
belg4mit at MIT dot EDU reported that $columns==1 die'd. No longer.
Added tests for each bug report.
= 2005/08/24
Added $separator2 and tests for $separator and $separator2
Aristotle Pagaltzis <pagaltzis at gmx.de> contributed a new version of
expand() that is faster.
Jarkko Hietaniemi <jhi at cc.hut.fi> sent in perl change #17917 which
fixed a bug in wrap.
Matthew Durante <matthew_durante at hotmail.com> and
Don Buchholz <don at truedisk.com> sent in a doc patches.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Tabs+Wrap/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-Text-Tabs+Wrap/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/p5-Text-Tabs+Wrap/Makefile b/textproc/p5-Text-Tabs+Wrap/Makefile index a3b0045b413..9041cca83e1 100644 --- a/textproc/p5-Text-Tabs+Wrap/Makefile +++ b/textproc/p5-Text-Tabs+Wrap/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2008/10/19 19:18:56 he Exp $ +# $NetBSD: Makefile,v 1.8 2009/02/22 22:30:12 wiz Exp $ -DISTNAME= Text-Tabs+Wrap-2001.0929 +DISTNAME= Text-Tabs+Wrap-2006.1117 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} diff --git a/textproc/p5-Text-Tabs+Wrap/distinfo b/textproc/p5-Text-Tabs+Wrap/distinfo index 2e5a3f2a11b..2371e319917 100644 --- a/textproc/p5-Text-Tabs+Wrap/distinfo +++ b/textproc/p5-Text-Tabs+Wrap/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 14:48:46 agc Exp $ +$NetBSD: distinfo,v 1.3 2009/02/22 22:30:12 wiz Exp $ -SHA1 (Text-Tabs+Wrap-2001.0929.tar.gz) = 1883ed48477311dcc1830e5f7d75f4fe94110a18 -RMD160 (Text-Tabs+Wrap-2001.0929.tar.gz) = 76b379bc8a9f44629a7de8550a36b540bee24ed4 -Size (Text-Tabs+Wrap-2001.0929.tar.gz) = 7557 bytes +SHA1 (Text-Tabs+Wrap-2006.1117.tar.gz) = f7f233be99bcc8fb2abec29ba68be6e5ababaf32 +RMD160 (Text-Tabs+Wrap-2006.1117.tar.gz) = 5f6964fa094a2d8624a8f1a5437d58a3f57deac5 +Size (Text-Tabs+Wrap-2006.1117.tar.gz) = 10261 bytes |