aboutsummaryrefslogtreecommitdiff
path: root/lang/p5-Scalar-List-Utils
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2001-12-19 14:26:19 +0000
committerAnton Berezin <tobez@FreeBSD.org>2001-12-19 14:26:19 +0000
commit91f8efdede509f8decb595b5c98b0b1742cc9bce (patch)
tree90b3e914d4dd79c6ba2a6e1afdb7d160c5bbba76 /lang/p5-Scalar-List-Utils
parentd7e5af9aa2fb6d986ec670576f9df595ceaa27d2 (diff)
downloadports-91f8efdede509f8decb595b5c98b0b1742cc9bce.tar.gz
ports-91f8efdede509f8decb595b5c98b0b1742cc9bce.zip
Add p5-Scalar-List-Utils, a collection of Perl subroutines that would be
nice to have in the perl core.
Notes
Notes: svn path=/head/; revision=51840
Diffstat (limited to 'lang/p5-Scalar-List-Utils')
-rw-r--r--lang/p5-Scalar-List-Utils/Makefile22
-rw-r--r--lang/p5-Scalar-List-Utils/distinfo1
-rw-r--r--lang/p5-Scalar-List-Utils/pkg-comment1
-rw-r--r--lang/p5-Scalar-List-Utils/pkg-descr21
-rw-r--r--lang/p5-Scalar-List-Utils/pkg-plist9
5 files changed, 54 insertions, 0 deletions
diff --git a/lang/p5-Scalar-List-Utils/Makefile b/lang/p5-Scalar-List-Utils/Makefile
new file mode 100644
index 000000000000..67cf7784feef
--- /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 000000000000..8e4e8f1bdefb
--- /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 000000000000..f46f5c181341
--- /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 000000000000..3a540ebcd812
--- /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 000000000000..a36c83f0f0ef
--- /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