pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc Import p5-Spiffy-0.21 as devel/p5-Spiffy, an OO Pe...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f99a6b77cb2f
branches: trunk
changeset: 486212:f99a6b77cb2f
user: jlam <jlam%pkgsrc.org@localhost>
date: Sat Dec 25 03:30:29 2004 +0000
description:
Import p5-Spiffy-0.21 as devel/p5-Spiffy, an OO Perl framework.
"Spiffy" is a framework and methodology for doing object oriented (OO)
programming in Perl. Spiffy combines the best parts of Exporter.pm,
base.pm, mixin.pm and SUPER.pm into one magic foundation class. It
attempts to fix all the nits and warts of traditional Perl OO, in a
clean, straightforward and (perhaps someday) standard way.
diffstat:
devel/p5-Spiffy/DESCR | 5 +++++
devel/p5-Spiffy/Makefile | 16 ++++++++++++++++
devel/p5-Spiffy/PLIST | 1 +
devel/p5-Spiffy/distinfo | 4 ++++
doc/CHANGES | 3 ++-
5 files changed, 28 insertions(+), 1 deletions(-)
diffs (56 lines):
diff -r 52b1a9580dc2 -r f99a6b77cb2f devel/p5-Spiffy/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Spiffy/DESCR Sat Dec 25 03:30:29 2004 +0000
@@ -0,0 +1,5 @@
+"Spiffy" is a framework and methodology for doing object oriented (OO)
+programming in Perl. Spiffy combines the best parts of Exporter.pm,
+base.pm, mixin.pm and SUPER.pm into one magic foundation class. It
+attempts to fix all the nits and warts of traditional Perl OO, in a
+clean, straightforward and (perhaps someday) standard way.
diff -r 52b1a9580dc2 -r f99a6b77cb2f devel/p5-Spiffy/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Spiffy/Makefile Sat Dec 25 03:30:29 2004 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/12/25 03:30:29 jlam Exp $
+
+DISTNAME= Spiffy-0.21
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+CPAN_MODULE_DIR= authors/id/I/IN/INGY
+
+MAINTAINER= jlam%NetBSD.org@localhost
+COMMENT= Object-oriented Perl framework
+
+USE_BUILDLINK3= yes
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Spiffy/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 52b1a9580dc2 -r f99a6b77cb2f devel/p5-Spiffy/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Spiffy/PLIST Sat Dec 25 03:30:29 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/25 03:30:29 jlam Exp $
diff -r 52b1a9580dc2 -r f99a6b77cb2f devel/p5-Spiffy/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Spiffy/distinfo Sat Dec 25 03:30:29 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/12/25 03:30:29 jlam Exp $
+
+SHA1 (Spiffy-0.21.tar.gz) = c80359118bf9936065c4518392dbd7bd0f935dd0
+Size (Spiffy-0.21.tar.gz) = 24629 bytes
diff -r 52b1a9580dc2 -r f99a6b77cb2f doc/CHANGES
--- a/doc/CHANGES Sat Dec 25 03:22:37 2004 +0000
+++ b/doc/CHANGES Sat Dec 25 03:30:29 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.8429 2004/12/25 03:14:16 jlam Exp $
+$NetBSD: CHANGES,v 1.8430 2004/12/25 03:30:34 jlam Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -6527,3 +6527,4 @@
Updated p5-Filter to 1.30 [jlam 2004-12-24]
Updated gnupg to 1.4.0 [wiz 2004-12-25]
Updated p5-Scalar-List-Utils to 1.14 [jlam 2004-12-25]
+ Added p5-Spiffy-0.21 [jlam 2004-12-25]
Home |
Main Index |
Thread Index |
Old Index