pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-App-Cmd Initial import of p5-App-Cmd version ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce2a06a53e7f
branches:  trunk
changeset: 537107:ce2a06a53e7f
user:      seb <seb%pkgsrc.org@localhost>
date:      Thu Jan 03 21:14:13 2008 +0000

description:
Initial import of p5-App-Cmd version 0.012 into The NetBSD
Packages Collection.

The Perl 5 module App::Cmd is intended to make it easy to write
complex command-line applications without having to think about
most of the annoying things usually involved.

diffstat:

 devel/p5-App-Cmd/DESCR    |   3 +++
 devel/p5-App-Cmd/Makefile |  20 ++++++++++++++++++++
 devel/p5-App-Cmd/distinfo |   5 +++++
 3 files changed, 28 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r 41f8e3feb1d6 -r ce2a06a53e7f devel/p5-App-Cmd/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-App-Cmd/DESCR    Thu Jan 03 21:14:13 2008 +0000
@@ -0,0 +1,3 @@
+The Perl 5 module App::Cmd is intended to make it easy to write
+complex command-line applications without having to think about
+most of the annoying things usually involved.
diff -r 41f8e3feb1d6 -r ce2a06a53e7f devel/p5-App-Cmd/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-App-Cmd/Makefile Thu Jan 03 21:14:13 2008 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/01/03 21:14:13 seb Exp $
+#
+
+DISTNAME=      App-Cmd-0.012
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=App/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/App-Cmd/
+COMMENT=       Perl 5 module to write command line apps with less suffering
+
+DEPENDS+=      p5-Getopt-Long-Descriptive>=0.06:../../devel/p5-Getopt-Long-Descriptive
+DEPENDS+=      p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable
+DEPENDS+=      p5-Sub-Install-[0-9]*:../../devel/p5-Sub-Install
+
+PERL5_PACKLIST=        auto/App/Cmd/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 41f8e3feb1d6 -r ce2a06a53e7f devel/p5-App-Cmd/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-App-Cmd/distinfo Thu Jan 03 21:14:13 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/01/03 21:14:13 seb Exp $
+
+SHA1 (App-Cmd-0.012.tar.gz) = 9f8bf60bd8040efe8e887224520d2fdd7bf857bb
+RMD160 (App-Cmd-0.012.tar.gz) = 308489ea5d2feeef9c558ca257794d671192bb24
+Size (App-Cmd-0.012.tar.gz) = 30734 bytes



Home | Main Index | Thread Index | Old Index