pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-App-CLI Initial import of devel/p5-App-CLI 0.07.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/46c8645b1646
branches:  trunk
changeset: 523638:46c8645b1646
user:      bad <bad%pkgsrc.org@localhost>
date:      Wed Jan 10 21:50:51 2007 +0000

description:
Initial import of devel/p5-App-CLI 0.07.

App::CLI dispatches CLI (command line interface) based commands into
command classes. It also supports subcommand and per-command options.

Necessary for SVK-v2.0.0.

diffstat:

 devel/p5-App-CLI/DESCR    |   2 ++
 devel/p5-App-CLI/Makefile |  24 ++++++++++++++++++++++++
 devel/p5-App-CLI/PLIST    |   1 +
 devel/p5-App-CLI/distinfo |   5 +++++
 4 files changed, 32 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r f8c07caefda2 -r 46c8645b1646 devel/p5-App-CLI/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-App-CLI/DESCR    Wed Jan 10 21:50:51 2007 +0000
@@ -0,0 +1,2 @@
+App::CLI dispatches CLI (command line interface) based commands into
+command classes. It also supports subcommand and per-command options.
diff -r f8c07caefda2 -r 46c8645b1646 devel/p5-App-CLI/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-App-CLI/Makefile Wed Jan 10 21:50:51 2007 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/01/10 21:50:51 bad Exp $
+#
+
+DISTNAME=      App-CLI-0.07
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CL/CLKAO/}
+
+MAINTAINER=    bad%netbsd.org@localhost
+HOMEPAGE=      http://search.cpan.org/~clkao/App-CLI-0.07/
+COMMENT=       Dispatcher module for command line interface programs
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+PERL5_PACKLIST=        auto/App/CLI/.packlist
+
+BUILD_DEPENDS+=        p5-ExtUtils-AutoInstall>=0.61:../../devel/p5-ExtUtils-AutoInstall
+#IC5.8.8DEPENDS+=       p5-Getopt-Long>=2.35:../../devel/p5-Getopt-Long
+DEPENDS+=p5-Locale-Maketext-Simple>=0.16:../../misc/p5-Locale-Maketext-Simple
+#IC5.9.3
+DEPENDS+=       p5-Pod-Simple>=3.02:../../textproc/p5-Pod-Simple
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f8c07caefda2 -r 46c8645b1646 devel/p5-App-CLI/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-App-CLI/PLIST    Wed Jan 10 21:50:51 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/01/10 21:50:51 bad Exp $
diff -r f8c07caefda2 -r 46c8645b1646 devel/p5-App-CLI/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-App-CLI/distinfo Wed Jan 10 21:50:51 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/01/10 21:50:51 bad Exp $
+
+SHA1 (App-CLI-0.07.tar.gz) = 01dcf5d43f1926894d114742f2cada468dc18488
+RMD160 (App-CLI-0.07.tar.gz) = aa41febecfb5473d07a9fa9ab7d8884923582f01
+Size (App-CLI-0.07.tar.gz) = 26901 bytes



Home | Main Index | Thread Index | Old Index