pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Getopt-Long Add devel/p5-Getopt-Long-2.35



details:   https://anonhg.NetBSD.org/pkgsrc/rev/01ac20a4c614
branches:  trunk
changeset: 508175:01ac20a4c614
user:      abs <abs%pkgsrc.org@localhost>
date:      Wed Feb 15 23:28:21 2006 +0000

description:
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:

 devel/p5-Getopt-Long/DESCR    |   7 +++++++
 devel/p5-Getopt-Long/Makefile |  17 +++++++++++++++++
 devel/p5-Getopt-Long/PLIST    |   1 +
 devel/p5-Getopt-Long/distinfo |   5 +++++
 4 files changed, 30 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r 1d568e22863e -r 01ac20a4c614 devel/p5-Getopt-Long/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Getopt-Long/DESCR        Wed Feb 15 23:28:21 2006 +0000
@@ -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 -r 1d568e22863e -r 01ac20a4c614 devel/p5-Getopt-Long/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Getopt-Long/Makefile     Wed Feb 15 23:28:21 2006 +0000
@@ -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@localhost
+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 -r 1d568e22863e -r 01ac20a4c614 devel/p5-Getopt-Long/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Getopt-Long/PLIST        Wed Feb 15 23:28:21 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/02/15 23:28:21 abs Exp $
diff -r 1d568e22863e -r 01ac20a4c614 devel/p5-Getopt-Long/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Getopt-Long/distinfo     Wed Feb 15 23:28:21 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index