pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Scalar-List-Utils Import p5-Scalar-List-Utils...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d36cffb25ddb
branches:  trunk
changeset: 460454:d36cffb25ddb
user:      he <he%pkgsrc.org@localhost>
date:      Sat Aug 30 19:01:32 2003 +0000

description:
Import p5-Scalar-List-Utils version 1.12.

This distribution is a replacement for the builtin distribution.

This package contains a selection of subroutines that people have
expressed would be nice to have in the perl core, but the usage would not
really be high enough to warrant the use of a keyword, and the size so
small such that being individual extensions would be wasteful.

diffstat:

 devel/p5-Scalar-List-Utils/DESCR    |  21 +++++++++++++++++++++
 devel/p5-Scalar-List-Utils/Makefile |  17 +++++++++++++++++
 devel/p5-Scalar-List-Utils/PLIST    |   1 +
 devel/p5-Scalar-List-Utils/distinfo |   4 ++++
 4 files changed, 43 insertions(+), 0 deletions(-)

diffs (59 lines):

diff -r d15b51e63352 -r d36cffb25ddb devel/p5-Scalar-List-Utils/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Scalar-List-Utils/DESCR  Sat Aug 30 19:01:32 2003 +0000
@@ -0,0 +1,21 @@
+This distribution is a replacement for the builtin distribution.
+
+This package contains a selection of subroutines that people have
+expressed would be nice to have in the perl core, but the usage would not
+really be high enough to warrant the use of a keyword, and the size so
+small such that being individual extensions would be wasteful.
+
+This distribution provides
+
+  min
+  max
+  minstr
+  maxstr
+  sum
+  reduce
+  reftype
+  blessed
+  weaken   (5.005_57 and later only)
+  isweak   (5.005_57 and later only)
+  dualvar
+  shuffle
diff -r d15b51e63352 -r d36cffb25ddb devel/p5-Scalar-List-Utils/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Scalar-List-Utils/Makefile       Sat Aug 30 19:01:32 2003 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/08/30 19:01:32 he Exp $
+
+DISTNAME=      Scalar-List-Utils-1.12
+PKGNAME=       p5-${DISTNAME}
+SVR4_PKGNAME=  p5slu
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Scalar/}
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/author/GBARR/Scalar-List-Utils-1.12/
+COMMENT=       Selection of general-utility scalar subroutines
+
+USE_BUILDLINK2=        YES
+PERL5_PACKLIST=        ${PERL5_SITEARCH}/auto/List/Util/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d15b51e63352 -r d36cffb25ddb devel/p5-Scalar-List-Utils/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Scalar-List-Utils/PLIST  Sat Aug 30 19:01:32 2003 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/30 19:01:32 he Exp $
diff -r d15b51e63352 -r d36cffb25ddb devel/p5-Scalar-List-Utils/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Scalar-List-Utils/distinfo       Sat Aug 30 19:01:32 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/08/30 19:01:32 he Exp $
+
+SHA1 (Scalar-List-Utils-1.12.tar.gz) = 496bfccc766d2896246a7d1c1882d17fc01850d9
+Size (Scalar-List-Utils-1.12.tar.gz) = 15622 bytes



Home | Main Index | Thread Index | Old Index