diff options
-rw-r--r-- | devel/p5-Getopt-ArgvFile/DESCR | 11 | ||||
-rw-r--r-- | devel/p5-Getopt-ArgvFile/Makefile | 20 | ||||
-rw-r--r-- | devel/p5-Getopt-ArgvFile/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-Getopt-ArgvFile/distinfo | 5 |
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 |