pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Scalar-Defer Initial import of p5-Scalar-Defe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/75ff163bdd6b
branches:  trunk
changeset: 546215:75ff163bdd6b
user:      seb <seb%pkgsrc.org@localhost>
date:      Sat Aug 23 21:57:27 2008 +0000

description:
Initial import of p5-Scalar-Defer version 0.18 in the NetBSD Packages
Collection.

The Perl 5 module Scalar::Defer exports functions for constructing
values that are evaluated on demand and to force evaluation of a
deferred value.

diffstat:

 devel/p5-Scalar-Defer/DESCR    |   3 +++
 devel/p5-Scalar-Defer/Makefile |  22 ++++++++++++++++++++++
 devel/p5-Scalar-Defer/distinfo |   5 +++++
 3 files changed, 30 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r 3053fcd41c7a -r 75ff163bdd6b devel/p5-Scalar-Defer/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Scalar-Defer/DESCR       Sat Aug 23 21:57:27 2008 +0000
@@ -0,0 +1,3 @@
+The Perl 5 module Scalar::Defer exports functions for constructing
+values that are evaluated on demand and to force evaluation of a
+deferred value.
diff -r 3053fcd41c7a -r 75ff163bdd6b devel/p5-Scalar-Defer/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Scalar-Defer/Makefile    Sat Aug 23 21:57:27 2008 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/08/23 21:57:27 seb Exp $
+#
+
+DISTNAME=      Scalar-Defer-0.18
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Scalar/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Scalar-Defer/
+COMMENT=       Perl 5 module providing lazy evaluation
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/Scalar/Defer/.packlist
+
+DEPENDS+=      p5-Class-InsideOut-[0-9]*:../../devel/p5-Class-InsideOut
+DEPENDS+=      p5-Exporter-Lite-[0-9]*:../../devel/p5-Exporter-Lite
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3053fcd41c7a -r 75ff163bdd6b devel/p5-Scalar-Defer/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Scalar-Defer/distinfo    Sat Aug 23 21:57:27 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/08/23 21:57:27 seb Exp $
+
+SHA1 (Scalar-Defer-0.18.tar.gz) = 731582beefa3a59bc00444fa2fb08db464ce86f5
+RMD160 (Scalar-Defer-0.18.tar.gz) = a5dffa91df9437f3400947a65686c2ff9b8a4086
+Size (Scalar-Defer-0.18.tar.gz) = 37020 bytes



Home | Main Index | Thread Index | Old Index