pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/p5-Scalar-List-Utils Import p5-Scalar-List-Utils ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e689f56fd122
branches:  trunk
changeset: 468745:e689f56fd122
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Feb 16 17:51:58 2004 +0000

description:
Import p5-Scalar-List-Utils from pkgsrc-wip.  Packaged by Koji Kondo
(PR pkg/21672), updated by Adrian Portelli, and slightly modified by
me.

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

diffstat:

 misc/p5-Scalar-List-Utils/DESCR    |  19 +++++++++++++++++++
 misc/p5-Scalar-List-Utils/Makefile |  20 ++++++++++++++++++++
 misc/p5-Scalar-List-Utils/PLIST    |   1 +
 misc/p5-Scalar-List-Utils/distinfo |   4 ++++
 4 files changed, 44 insertions(+), 0 deletions(-)

diffs (60 lines):

diff -r 592582f7e4dc -r e689f56fd122 misc/p5-Scalar-List-Utils/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/p5-Scalar-List-Utils/DESCR   Mon Feb 16 17:51:58 2004 +0000
@@ -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 -r 592582f7e4dc -r e689f56fd122 misc/p5-Scalar-List-Utils/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/p5-Scalar-List-Utils/Makefile        Mon Feb 16 17:51:58 2004 +0000
@@ -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@localhost
+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 -r 592582f7e4dc -r e689f56fd122 misc/p5-Scalar-List-Utils/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/p5-Scalar-List-Utils/PLIST   Mon Feb 16 17:51:58 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/16 17:51:58 minskim Exp $
diff -r 592582f7e4dc -r e689f56fd122 misc/p5-Scalar-List-Utils/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/p5-Scalar-List-Utils/distinfo        Mon Feb 16 17:51:58 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index