pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Getopt-Euclid Initial import of p5-Getopt-Euc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/198fe665e31f
branches:  trunk
changeset: 528740:198fe665e31f
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun May 13 19:25:32 2007 +0000

description:
Initial import of p5-Getopt-Euclid version 0.1.0 into The NetBSD
Packages Collection.

The Perl 5 module Getopt::Euclid uses your program's own documentation
to create a command-line argument parser. This ensures that your
program's documented interface and its actual interface always
agree.

diffstat:

 devel/p5-Getopt-Euclid/DESCR    |   4 ++++
 devel/p5-Getopt-Euclid/Makefile |  19 +++++++++++++++++++
 devel/p5-Getopt-Euclid/PLIST    |   1 +
 devel/p5-Getopt-Euclid/distinfo |   5 +++++
 4 files changed, 29 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r 978b92827ce1 -r 198fe665e31f devel/p5-Getopt-Euclid/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Getopt-Euclid/DESCR      Sun May 13 19:25:32 2007 +0000
@@ -0,0 +1,4 @@
+The Perl 5 module Getopt::Euclid uses your program's own documentation
+to create a command-line argument parser. This ensures that your
+program's documented interface and its actual interface always
+agree.
diff -r 978b92827ce1 -r 198fe665e31f devel/p5-Getopt-Euclid/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Getopt-Euclid/Makefile   Sun May 13 19:25:32 2007 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/05/13 19:25:32 seb Exp $
+#
+
+DISTNAME=      Getopt-Euclid-v0.1.0
+PKGNAME=       p5-Getopt-Euclid-0.1.0
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Getopt/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Getopt-Euclid/
+COMMENT=       Perl 5 module to create command-line parser from documentation
+
+DEPENDS+=      p5-version-[0-9]*:../../devel/p5-version
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/Getopt/Euclid/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 978b92827ce1 -r 198fe665e31f devel/p5-Getopt-Euclid/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Getopt-Euclid/PLIST      Sun May 13 19:25:32 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/13 19:25:32 seb Exp $
diff -r 978b92827ce1 -r 198fe665e31f devel/p5-Getopt-Euclid/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Getopt-Euclid/distinfo   Sun May 13 19:25:32 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/05/13 19:25:32 seb Exp $
+
+SHA1 (Getopt-Euclid-v0.1.0.tar.gz) = ef796596a16020a0d7e56dd8acc6ba4e07e6ad46
+RMD160 (Getopt-Euclid-v0.1.0.tar.gz) = 989c317124d685ad678703d0438efbc4acceac09
+Size (Getopt-Euclid-v0.1.0.tar.gz) = 24673 bytes



Home | Main Index | Thread Index | Old Index