pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Params-Util Initial import of p5-Params-Util:
details: https://anonhg.NetBSD.org/pkgsrc/rev/cb9cf90b7798
branches: trunk
changeset: 503583:cb9cf90b7798
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Nov 23 22:00:57 2005 +0000
description:
Initial import of p5-Params-Util:
"Params::Util" provides a basic set of importable functions that
makes checking parameters a hell of a lot easier.
The functions provided by "Params::Util" check in the most strictly
correct manner, and in should not be fooled by odd cases.
diffstat:
devel/p5-Params-Util/DESCR | 5 +++++
devel/p5-Params-Util/Makefile | 17 +++++++++++++++++
devel/p5-Params-Util/PLIST | 1 +
devel/p5-Params-Util/distinfo | 5 +++++
4 files changed, 28 insertions(+), 0 deletions(-)
diffs (44 lines):
diff -r 7d81fec472d4 -r cb9cf90b7798 devel/p5-Params-Util/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Params-Util/DESCR Wed Nov 23 22:00:57 2005 +0000
@@ -0,0 +1,5 @@
+"Params::Util" provides a basic set of importable functions that
+makes checking parameters a hell of a lot easier.
+
+The functions provided by "Params::Util" check in the most strictly
+correct manner, and in should not be fooled by odd cases.
diff -r 7d81fec472d4 -r cb9cf90b7798 devel/p5-Params-Util/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Params-Util/Makefile Wed Nov 23 22:00:57 2005 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/11/23 22:00:57 wiz Exp $
+
+DISTNAME= Params-Util-0.07
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Params/}
+
+MAINTAINER= tech-pkg%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Params-Util/
+COMMENT= Simple standalone param-checking functions
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+PERL5_PACKLIST= auto/Params/Util/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7d81fec472d4 -r cb9cf90b7798 devel/p5-Params-Util/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Params-Util/PLIST Wed Nov 23 22:00:57 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/23 22:00:57 wiz Exp $
diff -r 7d81fec472d4 -r cb9cf90b7798 devel/p5-Params-Util/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Params-Util/distinfo Wed Nov 23 22:00:57 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/11/23 22:00:57 wiz Exp $
+
+SHA1 (Params-Util-0.07.tar.gz) = 9d7eb549aba285fd9f665b813ba57a4778372180
+RMD160 (Params-Util-0.07.tar.gz) = 88083007ae3aa2d2a62f643bf074a567a1d3fb9c
+Size (Params-Util-0.07.tar.gz) = 28059 bytes
Home |
Main Index |
Thread Index |
Old Index