summaryrefslogtreecommitdiff
path: root/devel/p5-Getopt-ArgvFile
diff options
context:
space:
mode:
authorwennmach <wennmach>2007-03-15 22:38:21 +0000
committerwennmach <wennmach>2007-03-15 22:38:21 +0000
commit2885349cfe593538d8a0930ab50e573bf38b3845 (patch)
tree671b051a8950d18e4fd8c040cdda6e8d7a3cfead /devel/p5-Getopt-ArgvFile
parent8af79ac988b19a377dad7201a154f38787ce535a (diff)
downloadpkgsrc-2885349cfe593538d8a0930ab50e573bf38b3845.tar.gz
Import p5-Getopt-ArgvFile from Aleksey Cheusov's package in wip.
Required for the update of txt2html. This module simply interpolates option file hints in @ARGV by the contents of the pointed files. This enables option reading from files instead of or additional to the usual reading from the command line.
Diffstat (limited to 'devel/p5-Getopt-ArgvFile')
-rw-r--r--devel/p5-Getopt-ArgvFile/DESCR11
-rw-r--r--devel/p5-Getopt-ArgvFile/Makefile20
-rw-r--r--devel/p5-Getopt-ArgvFile/PLIST1
-rw-r--r--devel/p5-Getopt-ArgvFile/distinfo5
4 files changed, 37 insertions, 0 deletions
diff --git a/devel/p5-Getopt-ArgvFile/DESCR b/devel/p5-Getopt-ArgvFile/DESCR
new file mode 100644
index 00000000000..bb12117c16a
--- /dev/null
+++ b/devel/p5-Getopt-ArgvFile/DESCR
@@ -0,0 +1,11 @@
+This module simply interpolates option file hints in @ARGV by the
+contents of the pointed files. This enables option reading from files
+instead of or additional to the usual reading from the command line.
+
+Alternatively, you can process any array instead of @ARGV which is
+used by default and mentioned mostly in this manual.
+
+The interpolated @ARGV could be subsequently processed by the usual
+option handling, e.g. by a Getopt::xxx module. Getopt::ArgvFile does
+not perform any option handling itself, it only prepares the array
+@ARGV.
diff --git a/devel/p5-Getopt-ArgvFile/Makefile b/devel/p5-Getopt-ArgvFile/Makefile
new file mode 100644
index 00000000000..c9bb8a69e5b
--- /dev/null
+++ b/devel/p5-Getopt-ArgvFile/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/03/15 22:38:21 wennmach Exp $
+#
+
+DISTNAME= Getopt-ArgvFile-1.10
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Getopt/}
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.cpan.org/modules/by-module/Getopt/
+COMMENT= Interpolates script options from files into @ARGV or another array
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+PERL5_PACKLIST= auto/Getopt/ArgvFile/.packlist
+
+DEPENDS+= p5-Getopt-Simple-[0-9]*:../../devel/p5-Getopt-Simple
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Getopt-ArgvFile/PLIST b/devel/p5-Getopt-ArgvFile/PLIST
new file mode 100644
index 00000000000..590309d101b
--- /dev/null
+++ b/devel/p5-Getopt-ArgvFile/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/03/15 22:38:21 wennmach Exp $
diff --git a/devel/p5-Getopt-ArgvFile/distinfo b/devel/p5-Getopt-ArgvFile/distinfo
new file mode 100644
index 00000000000..8dc3cb4f02e
--- /dev/null
+++ b/devel/p5-Getopt-ArgvFile/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/03/15 22:38:21 wennmach Exp $
+
+SHA1 (Getopt-ArgvFile-1.10.tgz) = 19320df182e7b3d62f8be65982eb49ae6bf4ac48
+RMD160 (Getopt-ArgvFile-1.10.tgz) = 00a991aeb644a616d1db300ad8ff392c7ec3a40d
+Size (Getopt-ArgvFile-1.10.tgz) = 18007 bytes