pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc Added devel/p5-Data-OptList version 0.101



details:   https://anonhg.NetBSD.org/pkgsrc/rev/356347e51758
branches:  trunk
changeset: 529799:356347e51758
user:      abs <abs%pkgsrc.org@localhost>
date:      Sun Jun 10 11:41:09 2007 +0000

description:
Added devel/p5-Data-OptList version 0.101

parse and validate simple name/value option pairs. Example:

  use Data::OptList;

  my $options = Data::Optlist::mkopt([
    qw(key1 key2 key3 key4),
    key5 => { ... },
    key6 => [ ... ],
    key7 => sub { ... },
    key8 => { ... },
    key8 => [ ... ],
  ]);

diffstat:

 devel/p5-Data-OptList/DESCR    |  12 ++++++++++++
 devel/p5-Data-OptList/Makefile |  15 +++++++++++++++
 devel/p5-Data-OptList/PLIST    |   1 +
 devel/p5-Data-OptList/distinfo |   5 +++++
 doc/CHANGES-2007               |   3 ++-
 5 files changed, 35 insertions(+), 1 deletions(-)

diffs (63 lines):

diff -r 0ed35a97b58a -r 356347e51758 devel/p5-Data-OptList/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-OptList/DESCR       Sun Jun 10 11:41:09 2007 +0000
@@ -0,0 +1,12 @@
+parse and validate simple name/value option pairs. Example:
+
+  use Data::OptList;
+
+  my $options = Data::Optlist::mkopt([
+    qw(key1 key2 key3 key4),
+    key5 => { ... },
+    key6 => [ ... ],
+    key7 => sub { ... },
+    key8 => { ... },
+    key8 => [ ... ],
+  ]);
diff -r 0ed35a97b58a -r 356347e51758 devel/p5-Data-OptList/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-OptList/Makefile    Sun Jun 10 11:41:09 2007 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/06/10 11:41:09 abs Exp $
+
+DISTNAME=      Data-OptList-0.101
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Data/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Data-OptList/
+COMMENT=       Parse and validate simple name/value option pairs
+
+PERL5_PACKLIST=                auto/Data/OptList/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 0ed35a97b58a -r 356347e51758 devel/p5-Data-OptList/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-OptList/PLIST       Sun Jun 10 11:41:09 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/06/10 11:41:09 abs Exp $
diff -r 0ed35a97b58a -r 356347e51758 devel/p5-Data-OptList/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-OptList/distinfo    Sun Jun 10 11:41:09 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/06/10 11:41:09 abs Exp $
+
+SHA1 (Data-OptList-0.101.tar.gz) = fbdc003b01f89f4c97725d449efe220b757d8d20
+RMD160 (Data-OptList-0.101.tar.gz) = 42923debe39faa51cabbb6baba13fa1d2107623d
+Size (Data-OptList-0.101.tar.gz) = 13769 bytes
diff -r 0ed35a97b58a -r 356347e51758 doc/CHANGES-2007
--- a/doc/CHANGES-2007  Sun Jun 10 11:40:52 2007 +0000
+++ b/doc/CHANGES-2007  Sun Jun 10 11:41:09 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2007,v 1.1327 2007/06/10 11:39:55 abs Exp $
+$NetBSD: CHANGES-2007,v 1.1328 2007/06/10 11:41:34 abs Exp $
 
 Changes to the packages collection and infrastructure in 2007:
 
@@ -2538,3 +2538,4 @@
        Added time/p5-DateTime-Format-MySQL version 0.04 [abs 2007-06-10]
        Added devel/p5-Sub-Install version 0.924 [abs 2007-06-10]
        Added devel/p5-Sub-Exporter version 0.974 [abs 2007-06-10]
+       Added devel/p5-Data-OptList version 0.101 [abs 2007-06-10]



Home | Main Index | Thread Index | Old Index