summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2004-12-25 05:12:10 +0000
committerjlam <jlam>2004-12-25 05:12:10 +0000
commitde0bd5bd03bd879cd0cb940f6ebf3db1fa76c4c4 (patch)
tree8f100265093c349070b5fa63214751db30393a46
parent57a189d25c3c1c7db9c279b15315e1f97e82c647 (diff)
downloadpkgsrc-de0bd5bd03bd879cd0cb940f6ebf3db1fa76c4c4.tar.gz
Import p5-Spoon-0.21 as devel/p5-Spoon, a Spiffy Application Building
Framework. Spoon is an Application Framework that is designed primarily for building Social Software web applications. Spoon::Base is the primary base class for all the Spoon::* modules. Spoon.pm inherits from Spiffy.pm. Spoon is not an application in and of itself. You need to build your own applications from it.
-rw-r--r--devel/p5-Spoon/DESCR5
-rw-r--r--devel/p5-Spoon/Makefile21
-rw-r--r--devel/p5-Spoon/PLIST1
-rw-r--r--devel/p5-Spoon/distinfo4
-rw-r--r--doc/CHANGES3
5 files changed, 33 insertions, 1 deletions
diff --git a/devel/p5-Spoon/DESCR b/devel/p5-Spoon/DESCR
new file mode 100644
index 00000000000..180e24364d9
--- /dev/null
+++ b/devel/p5-Spoon/DESCR
@@ -0,0 +1,5 @@
+Spoon is an Application Framework that is designed primarily for
+building Social Software web applications. Spoon::Base is the primary
+base class for all the Spoon::* modules. Spoon.pm inherits from
+Spiffy.pm. Spoon is not an application in and of itself. You need
+to build your own applications from it.
diff --git a/devel/p5-Spoon/Makefile b/devel/p5-Spoon/Makefile
new file mode 100644
index 00000000000..4f861ee4eeb
--- /dev/null
+++ b/devel/p5-Spoon/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/12/25 05:12:10 jlam Exp $
+
+DISTNAME= Spoon-0.20
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/${MODULE_DIR}/${AUTHOR_DIR}/}
+MODULE_DIR= module/by-module
+AUTHOR_DIR= authors/id/I/IN/INGY
+
+MAINTAINER= jlam@NetBSD.org
+COMMENT= Spiffy Application Building Framework
+
+DEPENDS+= p5-IO-All>=0.32:../../devel/p5-IO-All
+DEPENDS+= p5-Spiffy>=0.21:../../devel/p5-Spiffy
+DEPENDS+= p5-Template-Toolkit>=2.10:../../www/p5-Template-Toolkit
+
+USE_BUILDLINK3= yes
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Spoon/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Spoon/PLIST b/devel/p5-Spoon/PLIST
new file mode 100644
index 00000000000..6655bcb4675
--- /dev/null
+++ b/devel/p5-Spoon/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/25 05:12:10 jlam Exp $
diff --git a/devel/p5-Spoon/distinfo b/devel/p5-Spoon/distinfo
new file mode 100644
index 00000000000..57ced2c4a0f
--- /dev/null
+++ b/devel/p5-Spoon/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/12/25 05:12:10 jlam Exp $
+
+SHA1 (Spoon-0.20.tar.gz) = 5e2ade712118c756999030549c869b1c02bde87a
+Size (Spoon-0.20.tar.gz) = 21739 bytes
diff --git a/doc/CHANGES b/doc/CHANGES
index 338013dd0ee..ba3b6bcc096 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.8431 2004/12/25 03:56:06 jlam Exp $
+$NetBSD: CHANGES,v 1.8432 2004/12/25 05:12:11 jlam Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -6529,3 +6529,4 @@ Changes to the packages collection and infrastructure in 2004:
Updated p5-Scalar-List-Utils to 1.14 [jlam 2004-12-25]
Added p5-Spiffy-0.21 [jlam 2004-12-25]
Added p5-IO-All-0.33 [jlam 2004-12-25]
+ Added p5-Spoon-0.21 [jlam 2004-12-25]