From f387435b0561883a88d4f6d39584652d28866947 Mon Sep 17 00:00:00 2001 From: wennmach Date: Thu, 15 Mar 2007 22:38:21 +0000 Subject: 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. --- devel/p5-Getopt-ArgvFile/DESCR | 11 +++++++++++ devel/p5-Getopt-ArgvFile/Makefile | 20 ++++++++++++++++++++ devel/p5-Getopt-ArgvFile/PLIST | 1 + devel/p5-Getopt-ArgvFile/distinfo | 5 +++++ 4 files changed, 37 insertions(+) create mode 100644 devel/p5-Getopt-ArgvFile/DESCR create mode 100644 devel/p5-Getopt-ArgvFile/Makefile create mode 100644 devel/p5-Getopt-ArgvFile/PLIST create mode 100644 devel/p5-Getopt-ArgvFile/distinfo (limited to 'devel/p5-Getopt-ArgvFile') 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 -- cgit v1.2.3