diff options
author | tobez <tobez@FreeBSD.org> | 2001-12-19 14:26:19 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2001-12-19 14:26:19 +0000 |
commit | 8a2d4020f1aa32cb062d60d25067501efa50ce2d (patch) | |
tree | d92fa44f048f804ba9dd92a3e7551524c1710b9c /lang | |
parent | 68a85671902f735c77d217d23fdbd41145ece1eb (diff) | |
download | FreeBSD-ports-8a2d4020f1aa32cb062d60d25067501efa50ce2d.zip FreeBSD-ports-8a2d4020f1aa32cb062d60d25067501efa50ce2d.tar.gz |
Add p5-Scalar-List-Utils, a collection of Perl subroutines that would be
nice to have in the perl core.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/p5-Scalar-List-Utils/Makefile | 22 | ||||
-rw-r--r-- | lang/p5-Scalar-List-Utils/distinfo | 1 | ||||
-rw-r--r-- | lang/p5-Scalar-List-Utils/pkg-comment | 1 | ||||
-rw-r--r-- | lang/p5-Scalar-List-Utils/pkg-descr | 21 | ||||
-rw-r--r-- | lang/p5-Scalar-List-Utils/pkg-plist | 9 |
6 files changed, 55 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index c43a718..b6f2602 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -111,6 +111,7 @@ SUBDIR += p5-Error SUBDIR += p5-Expect SUBDIR += p5-F77 + SUBDIR += p5-Scalar-List-Utils SUBDIR += p5-Switch SUBDIR += p5-Tcl SUBDIR += p5-ePerl diff --git a/lang/p5-Scalar-List-Utils/Makefile b/lang/p5-Scalar-List-Utils/Makefile new file mode 100644 index 0000000..67cf778 --- /dev/null +++ b/lang/p5-Scalar-List-Utils/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: lang/p5-Scalar-List-Utils +# Date created: 19 December 2001 +# Whom: Anton Berezin <tobez@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Scalar-List-Utils +PORTVERSION= 1.06 +CATEGORIES= lang perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Scalar +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@FreeBSD.org + +PERL_CONFIGURE= yes + +MAN3= List::Util.3 Scalar::Util.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/lang/p5-Scalar-List-Utils/distinfo b/lang/p5-Scalar-List-Utils/distinfo new file mode 100644 index 0000000..8e4e8f1 --- /dev/null +++ b/lang/p5-Scalar-List-Utils/distinfo @@ -0,0 +1 @@ +MD5 (Scalar-List-Utils-1.06.tar.gz) = fcb87cd507c65d8f6835a834a507255d diff --git a/lang/p5-Scalar-List-Utils/pkg-comment b/lang/p5-Scalar-List-Utils/pkg-comment new file mode 100644 index 0000000..f46f5c1 --- /dev/null +++ b/lang/p5-Scalar-List-Utils/pkg-comment @@ -0,0 +1 @@ +Perl subroutines that would be nice to have in the perl core diff --git a/lang/p5-Scalar-List-Utils/pkg-descr b/lang/p5-Scalar-List-Utils/pkg-descr new file mode 100644 index 0000000..3a540eb --- /dev/null +++ b/lang/p5-Scalar-List-Utils/pkg-descr @@ -0,0 +1,21 @@ +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 + +WWW: http://search.cpan.org/search?dist=Scalar-List-Utils diff --git a/lang/p5-Scalar-List-Utils/pkg-plist b/lang/p5-Scalar-List-Utils/pkg-plist new file mode 100644 index 0000000..a36c83f --- /dev/null +++ b/lang/p5-Scalar-List-Utils/pkg-plist @@ -0,0 +1,9 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/List/Util/Util.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/List/Util/Util.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/List/Util/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Scalar/Util.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/List/Util.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/List/Util +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/List 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Scalar 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/List 2>/dev/null || true |