pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Object-Realize-Later Import p5-Object-Realize...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/09f89872697a
branches:  trunk
changeset: 468831:09f89872697a
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Feb 17 03:10:41 2004 +0000

description:
Import p5-Object-Realize-Later from pkgsrc-wip.  Packaged by Adrian
Portelli and slightly modified by me.

This module helps you implementing delay loading of object-data.  While
creating a stub-object, Object::Realize::Later simulates you got the
real data.

diffstat:

 devel/p5-Object-Realize-Later/DESCR    |   3 +++
 devel/p5-Object-Realize-Later/Makefile |  20 ++++++++++++++++++++
 devel/p5-Object-Realize-Later/PLIST    |   1 +
 devel/p5-Object-Realize-Later/distinfo |   4 ++++
 4 files changed, 28 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r d55edcc452f1 -r 09f89872697a devel/p5-Object-Realize-Later/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Object-Realize-Later/DESCR       Tue Feb 17 03:10:41 2004 +0000
@@ -0,0 +1,3 @@
+This module helps you implementing delay loading of object-data.  While
+creating a stub-object, Object::Realize::Later simulates you got the
+real data.
diff -r d55edcc452f1 -r 09f89872697a devel/p5-Object-Realize-Later/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Object-Realize-Later/Makefile    Tue Feb 17 03:10:41 2004 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/17 03:10:41 minskim Exp $
+
+DISTNAME=      Object-Realize-Later-0.15
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Object/}
+
+MAINTAINER=    adrianp%stindustries.net@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Object-Realize-Later/
+COMMENT=       Delayed creation of objects
+
+DEPENDS+=      p5-Scalar-List-Utils-[0-9]*:../../devel/p5-Scalar-List-Utils
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+USE_BUILDLINK3=        YES
+PERL5_PACKLIST=        ${PERL5_SITEARCH}/auto/Object/Realize/Later/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d55edcc452f1 -r 09f89872697a devel/p5-Object-Realize-Later/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Object-Realize-Later/PLIST       Tue Feb 17 03:10:41 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/17 03:10:41 minskim Exp $
diff -r d55edcc452f1 -r 09f89872697a devel/p5-Object-Realize-Later/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Object-Realize-Later/distinfo    Tue Feb 17 03:10:41 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/02/17 03:10:41 minskim Exp $
+
+SHA1 (Object-Realize-Later-0.15.tar.gz) = 48175b63f34d50c09953253cfdf360cbd29b15f6
+Size (Object-Realize-Later-0.15.tar.gz) = 9914 bytes



Home | Main Index | Thread Index | Old Index