diff options
author | abs <abs@pkgsrc.org> | 2006-02-15 23:28:21 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2006-02-15 23:28:21 +0000 |
commit | d52d9e36be905a387cb11a93b9750793d481f498 (patch) | |
tree | 89b3baec919d4b4230c0229d24d130d371bffd7c /devel/p5-Getopt-Long | |
parent | 5f757554dcf4bb858f1d795082c5a0a506342f22 (diff) | |
download | pkgsrc-d52d9e36be905a387cb11a93b9750793d481f498.tar.gz |
Add devel/p5-Getopt-Long-2.35
The Getopt::Long module implements an extended getopt function
called GetOptions(). This function adheres to the POSIX syntax for
command line options, with GNU extensions. In general, this means
that options have long names instead of single letters, and are
introduced with a double dash "--". Support for bundling of command
line options, as was the case with the more traditional single-letter
approach, is provided but not enabled by default.
Diffstat (limited to 'devel/p5-Getopt-Long')
-rw-r--r-- | devel/p5-Getopt-Long/DESCR | 7 | ||||
-rw-r--r-- | devel/p5-Getopt-Long/Makefile | 17 | ||||
-rw-r--r-- | devel/p5-Getopt-Long/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-Getopt-Long/distinfo | 5 |
4 files changed, 30 insertions, 0 deletions
diff --git a/devel/p5-Getopt-Long/DESCR b/devel/p5-Getopt-Long/DESCR new file mode 100644 index 00000000000..2fd24f9e3bf --- /dev/null +++ b/devel/p5-Getopt-Long/DESCR @@ -0,0 +1,7 @@ +The Getopt::Long module implements an extended getopt function +called GetOptions(). This function adheres to the POSIX syntax for +command line options, with GNU extensions. In general, this means +that options have long names instead of single letters, and are +introduced with a double dash "--". Support for bundling of command +line options, as was the case with the more traditional single-letter +approach, is provided but not enabled by default. diff --git a/devel/p5-Getopt-Long/Makefile b/devel/p5-Getopt-Long/Makefile new file mode 100644 index 00000000000..d7df4da8279 --- /dev/null +++ b/devel/p5-Getopt-Long/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/02/15 23:28:21 abs Exp $ + +DISTNAME= Getopt-Long-2.35 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/J/JV/JV/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/~rsavage/Getopt-Simple/ +COMMENT= Extended processing of command line options + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +PERL5_PACKLIST= auto/Getopt/Long/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Getopt-Long/PLIST b/devel/p5-Getopt-Long/PLIST new file mode 100644 index 00000000000..cad63ee80a4 --- /dev/null +++ b/devel/p5-Getopt-Long/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/02/15 23:28:21 abs Exp $ diff --git a/devel/p5-Getopt-Long/distinfo b/devel/p5-Getopt-Long/distinfo new file mode 100644 index 00000000000..5fc33286224 --- /dev/null +++ b/devel/p5-Getopt-Long/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/02/15 23:28:21 abs Exp $ + +SHA1 (Getopt-Long-2.35.tar.gz) = 68ef2adf585c3d5264df2c53d064dbc5ae2c3b0d +RMD160 (Getopt-Long-2.35.tar.gz) = 99cd6e28e3e2330369113301e4c5d24df3ebbaec +Size (Getopt-Long-2.35.tar.gz) = 36689 bytes |