diff options
author | he <he@pkgsrc.org> | 2003-08-30 19:01:32 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2003-08-30 19:01:32 +0000 |
commit | a9c8be95facf843a20ab0001dfc0396e5a05cc5a (patch) | |
tree | c85e9d6bb9082ce4527fb3f8e005450a0afdecde /devel/p5-Scalar-List-Utils | |
parent | 99a3c3e91fdb4460b9b1721002c755ec8c866729 (diff) | |
download | pkgsrc-a9c8be95facf843a20ab0001dfc0396e5a05cc5a.tar.gz |
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 (limited to 'devel/p5-Scalar-List-Utils')
-rw-r--r-- | devel/p5-Scalar-List-Utils/DESCR | 21 | ||||
-rw-r--r-- | devel/p5-Scalar-List-Utils/Makefile | 17 | ||||
-rw-r--r-- | devel/p5-Scalar-List-Utils/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-Scalar-List-Utils/distinfo | 4 |
4 files changed, 43 insertions, 0 deletions
diff --git a/devel/p5-Scalar-List-Utils/DESCR b/devel/p5-Scalar-List-Utils/DESCR new file mode 100644 index 00000000000..2e648100b57 --- /dev/null +++ b/devel/p5-Scalar-List-Utils/DESCR @@ -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 --git a/devel/p5-Scalar-List-Utils/Makefile b/devel/p5-Scalar-List-Utils/Makefile new file mode 100644 index 00000000000..aa4edbfbdff --- /dev/null +++ b/devel/p5-Scalar-List-Utils/Makefile @@ -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 +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 --git a/devel/p5-Scalar-List-Utils/PLIST b/devel/p5-Scalar-List-Utils/PLIST new file mode 100644 index 00000000000..879d2f9f813 --- /dev/null +++ b/devel/p5-Scalar-List-Utils/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/30 19:01:32 he Exp $ diff --git a/devel/p5-Scalar-List-Utils/distinfo b/devel/p5-Scalar-List-Utils/distinfo new file mode 100644 index 00000000000..1b573c2869b --- /dev/null +++ b/devel/p5-Scalar-List-Utils/distinfo @@ -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 |