From a9c8be95facf843a20ab0001dfc0396e5a05cc5a Mon Sep 17 00:00:00 2001 From: he Date: Sat, 30 Aug 2003 19:01:32 +0000 Subject: 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. --- 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(+) create mode 100644 devel/p5-Scalar-List-Utils/DESCR create mode 100644 devel/p5-Scalar-List-Utils/Makefile create mode 100644 devel/p5-Scalar-List-Utils/PLIST create mode 100644 devel/p5-Scalar-List-Utils/distinfo 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 -- cgit v1.2.3