diff options
author | wiz <wiz> | 2004-11-27 00:28:53 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-11-27 00:28:53 +0000 |
commit | 1bf27acdb1295dbe3360625335c03bdd0ba20133 (patch) | |
tree | 0755e787c296d81abfeff78299b819a2ff1d32f5 /devel | |
parent | a2f3ade6a560619eca9c602049c8d20db728aeb5 (diff) | |
download | pkgsrc-1bf27acdb1295dbe3360625335c03bdd0ba20133.tar.gz |
Update to 1.48, provided by Greg Troxel in PR 28428:
1.48 Sun Nov 07 14:30:00 2004
- Add sub pad() to simplify printing of fixed width fields.
Original patch: Ricardo Signes.
Since this is the only change, there is no need to upgrade
1.47 Tue Jul 20 20:43:00 2004
- Change Makefile.PL to coexist with Module::Build
- Document parameters properly
- Test against Getopt::Long V 2.34
- Add t/pod.t to test all PODs
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Getopt-Simple/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Getopt-Simple/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Getopt-Simple/Makefile b/devel/p5-Getopt-Simple/Makefile index 3c7b09a7d55..26eb20ca21f 100644 --- a/devel/p5-Getopt-Simple/Makefile +++ b/devel/p5-Getopt-Simple/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/02/24 03:01:45 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2004/11/27 00:28:53 wiz Exp $ -DISTNAME= Getopt-Simple-1.46 +DISTNAME= Getopt-Simple-1.48 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Getopt/} EXTRACT_SUFX= .tgz MAINTAINER= gdt@ir.bbn.com -HOMEPAGE= http://search.cpan.org/~rsavage/Getopt-Simple-1.46/Simple.pm +HOMEPAGE= http://search.cpan.org/~rsavage/Getopt-Simple/ COMMENT= Simple Getopt wrapper PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/devel/p5-Getopt-Simple/distinfo b/devel/p5-Getopt-Simple/distinfo index 8f918eb7838..713a4b932a0 100644 --- a/devel/p5-Getopt-Simple/distinfo +++ b/devel/p5-Getopt-Simple/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/02/24 03:01:45 minskim Exp $ +$NetBSD: distinfo,v 1.2 2004/11/27 00:28:53 wiz Exp $ -SHA1 (Getopt-Simple-1.46.tgz) = 3e5277ced390a3083a45763fa562bc2b761934af -Size (Getopt-Simple-1.46.tgz) = 6896 bytes +SHA1 (Getopt-Simple-1.48.tgz) = 9b3a74f6090c56f5e94bf3506e2710ae6920a3ca +Size (Getopt-Simple-1.48.tgz) = 7695 bytes |