pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Initial import of p5-Getopt-Args 0.1.18.
Module Name: pkgsrc-wip
Committed By: Sergey Svishchev <shattered%NetBSD.org@localhost>
Pushed By: shattered
Date: Sat Feb 20 01:31:57 2016 +0300
Changeset: c8cc344df47dd5a9d490da02bcbe3cd01f540f68
Added Files:
p5-Getopt-Args/DESCR
p5-Getopt-Args/Makefile
p5-Getopt-Args/distinfo
Log Message:
Initial import of p5-Getopt-Args 0.1.18.
Getopt::Args processes Perl script options and arguments. This is in
contrast with most modules in the Getopt::* namespace, which deal with
options only.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c8cc344df47dd5a9d490da02bcbe3cd01f540f68
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
p5-Getopt-Args/DESCR | 3 +++
p5-Getopt-Args/Makefile | 19 +++++++++++++++++++
p5-Getopt-Args/distinfo | 6 ++++++
3 files changed, 28 insertions(+)
diffs:
diff --git a/p5-Getopt-Args/DESCR b/p5-Getopt-Args/DESCR
new file mode 100644
index 0000000..50a5316
--- /dev/null
+++ b/p5-Getopt-Args/DESCR
@@ -0,0 +1,3 @@
+Getopt::Args processes Perl script options and arguments. This is in
+contrast with most modules in the Getopt::* namespace, which deal with
+options only.
diff --git a/p5-Getopt-Args/Makefile b/p5-Getopt-Args/Makefile
new file mode 100644
index 0000000..55ceb5d
--- /dev/null
+++ b/p5-Getopt-Args/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.24 2015/11/15 04:54:38 wen Exp $
+
+DISTNAME= OptArgs-0.1.18
+PKGNAME= p5-${DISTNAME:S/OptArgs/Getopt-Args/}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Getopt/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/OptArgs/
+COMMENT= Extended processing of command line options
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-Exporter-Tidy>0:../../wip/p5-Exporter-Tidy
+DEPENDS+= p5-IO-Capture>0:../../devel/p5-IO-Capture
+
+PERL5_PACKLIST= auto/OptArgs/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/p5-Getopt-Args/distinfo b/p5-Getopt-Args/distinfo
new file mode 100644
index 0000000..0c4e0ba
--- /dev/null
+++ b/p5-Getopt-Args/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (OptArgs-0.1.18.tar.gz) = 82d61e166c5bf8cfa5a67afd9c8ead4980afc48d
+RMD160 (OptArgs-0.1.18.tar.gz) = 5db4a0e35069e331822eca79946af9019ca060ec
+SHA512 (OptArgs-0.1.18.tar.gz) = 1774033d1546c258bcb3ce8ea5d6eb073fd0a52cf12ac85022a6b0204207a25bc730eebba8ce29fdec1b4949c111857f320d3722678505852876a4a627321947
+Size (OptArgs-0.1.18.tar.gz) = 49190 bytes
Home |
Main Index |
Thread Index |
Old Index