diff options
-rw-r--r-- | misc/p5-Scalar-List-Utils/DESCR | 19 | ||||
-rw-r--r-- | misc/p5-Scalar-List-Utils/Makefile | 20 | ||||
-rw-r--r-- | misc/p5-Scalar-List-Utils/PLIST | 1 | ||||
-rw-r--r-- | misc/p5-Scalar-List-Utils/distinfo | 4 |
4 files changed, 44 insertions, 0 deletions
diff --git a/misc/p5-Scalar-List-Utils/DESCR b/misc/p5-Scalar-List-Utils/DESCR new file mode 100644 index 00000000000..d5b76c8e241 --- /dev/null +++ b/misc/p5-Scalar-List-Utils/DESCR @@ -0,0 +1,19 @@ +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/misc/p5-Scalar-List-Utils/Makefile b/misc/p5-Scalar-List-Utils/Makefile new file mode 100644 index 00000000000..e8bc2fb2869 --- /dev/null +++ b/misc/p5-Scalar-List-Utils/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/02/16 17:51:58 minskim Exp $ +# + +DISTNAME= Scalar-List-Utils-1.13 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5slu +CATEGORIES= misc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Scalar/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/search?dist=Scalar-List-Utils +COMMENT= Perl subroutines that would be nice to have in the perl core + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/List/Util/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/misc/p5-Scalar-List-Utils/PLIST b/misc/p5-Scalar-List-Utils/PLIST new file mode 100644 index 00000000000..ebe645c0add --- /dev/null +++ b/misc/p5-Scalar-List-Utils/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/16 17:51:58 minskim Exp $ diff --git a/misc/p5-Scalar-List-Utils/distinfo b/misc/p5-Scalar-List-Utils/distinfo new file mode 100644 index 00000000000..6e07e299398 --- /dev/null +++ b/misc/p5-Scalar-List-Utils/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/02/16 17:51:58 minskim Exp $ + +SHA1 (Scalar-List-Utils-1.13.tar.gz) = a5e039e44aaa18b98524246c75b43b927d995116 +Size (Scalar-List-Utils-1.13.tar.gz) = 15703 bytes |