diff options
author | sno <sno@pkgsrc.org> | 2012-07-13 07:46:45 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2012-07-13 07:46:45 +0000 |
commit | d9cf77d99fc1e5d418a4e5923e8e07ddd5c58f6b (patch) | |
tree | bdc956a64d9eddffe544f4fa205548f249e74030 /textproc | |
parent | 94b268770a39e33f1375574f63a4202e3f600530 (diff) | |
download | pkgsrc-d9cf77d99fc1e5d418a4e5923e8e07ddd5c58f6b.tar.gz |
Updating package for Perl5 distribution Text-Format from CPAN in
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.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Format/Makefile | 11 | ||||
-rw-r--r-- | textproc/p5-Text-Format/distinfo | 8 |
2 files changed, 10 insertions, 9 deletions
diff --git a/textproc/p5-Text-Format/Makefile b/textproc/p5-Text-Format/Makefile index 555514c7a4b..39ee904973f 100644 --- a/textproc/p5-Text-Format/Makefile +++ b/textproc/p5-Text-Format/Makefile @@ -1,19 +1,20 @@ -# $NetBSD: Makefile,v 1.13 2011/11/28 00:06:17 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2012/07/13 07:46:45 sno Exp $ # -DISTNAME= Text-Format0.52 -PKGNAME= p5-Text-Format-0.52 -PKGREVISION= 5 +DISTNAME= Text-Format-0.56 +PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5tfo CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/search?module=Text::Format +HOMEPAGE= http://search.cpan.org/dist/Text-Format/ COMMENT= Provide perl5 formatting functions on plain text +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir +PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/Text/Format/.packlist .include "../../lang/perl5/module.mk" diff --git a/textproc/p5-Text-Format/distinfo b/textproc/p5-Text-Format/distinfo index 5e7623e235f..48edcacb9d0 100644 --- a/textproc/p5-Text-Format/distinfo +++ b/textproc/p5-Text-Format/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 14:48:45 agc Exp $ +$NetBSD: distinfo,v 1.3 2012/07/13 07:46:45 sno Exp $ -SHA1 (Text-Format0.52.tar.gz) = 00dd6946d05618e8d4e5afb84a9d771551fa1249 -RMD160 (Text-Format0.52.tar.gz) = 1539f2b53a2f9a61c616fbcf7f645930f243e1f4 -Size (Text-Format0.52.tar.gz) = 11661 bytes +SHA1 (Text-Format-0.56.tar.gz) = d3332b146976f31754931f00c8c78ff636b3da67 +RMD160 (Text-Format-0.56.tar.gz) = e33d66c75d7a83c912d797ec56d1faddc14f1e0f +Size (Text-Format-0.56.tar.gz) = 16167 bytes |