Date: Fri, 16 Jul 2004 14:41:59 +0800 (CST) From: Cheng-Lung Sung <clsung@dragon2.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: clsung@tiger2.net Subject: ports/69140: [new-port] devel/p5-Spoon 0.16 Message-ID: <20040716064159.7F44215715@mail.dragon2.net> Resent-Message-ID: <200407160650.i6G6oKCL075657@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 69140 >Category: ports >Synopsis: [new-port] devel/p5-Spoon 0.16 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 16 06:50:20 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Cheng-Lung Sung >Release: FreeBSD 4.9-RELEASE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD sungsung.csie.nctu.edu.tw 4.9-RELEASE FreeBSD 4.9-RELEASE #5: Wed Oct 29 20:13:25 CST 2003 root@sungsung.csie.nctu.edu.tw:/usr/obj/usr/src/sys/SUNGSUNG i386 >Description: - Spoon is A Spiffy Application Building Framework - this ports is required for new version of Kwiki - Because it is not an application in and of itself, I suggest put this port into devel/. - Thanks to Elvis Chiang <elvis at sslab.cs.ccu.edu.tw> for previous two new ports (IO-All and Spiffy). >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Spoon/ # p5-Spoon/Makefile # p5-Spoon/distinfo # p5-Spoon/pkg-descr # p5-Spoon/pkg-plist # echo c - p5-Spoon/ mkdir -p p5-Spoon/ > /dev/null 2>&1 echo x - p5-Spoon/Makefile sed 's/^X//' >p5-Spoon/Makefile << 'END-of-p5-Spoon/Makefile' X# New ports collection makefile for: p5-Spoon X# Date created: Fri Jul 16 14:17:55 CST 2004 X# Whom: Cheng-Lung Sung <clsung@dragon2.net> X# X# $FreeBSD$ X# X XPORTNAME= Spoon XPORTVERSION= 0.16 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= ../../authors/id/I/IN/INGY/ XPKGNAMEPREFIX= p5- X XMAINTAINER= ports@FreeBSD.org XCOMMENT= A Spiffy Application Building Framework X XBUILD_DEPENDS= ${SITE_PERL}/Spiffy.pm:${PORTSDIR}/devel/p5-Spiffy \ X ${SITE_PERL}/IO/All.pm:${PORTSDIR}/devel/p5-IO-All \ X ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= Spoon.3 \ X Spoon::Base.3 \ X Spoon::CGI.3 \ X Spoon::Config.3 \ X Spoon::ContentObject.3 \ X Spoon::Cookie.3 \ X Spoon::DataObject.3 \ X Spoon::Formatter.3 \ X Spoon::Hub.3 \ X Spoon::Installer.3 \ X Spoon::MetadataObject.3 \ X Spoon::Template.3 \ X Spoon::Template::TT2.3 \ X Spoon::Registry.3 \ X Spoon::Plugin.3 X X.include <bsd.port.pre.mk> X X.if ${PERL_LEVEL} < 500601 XIGNORE= This port requires perl 5.6.1 or later. Install lang/perl5 then try again X.endif X X.include <bsd.port.post.mk> END-of-p5-Spoon/Makefile echo x - p5-Spoon/distinfo sed 's/^X//' >p5-Spoon/distinfo << 'END-of-p5-Spoon/distinfo' XMD5 (Spoon-0.16.tar.gz) = 89b2b38768d2977d075a80c61d8ba962 XSIZE (Spoon-0.16.tar.gz) = 17091 END-of-p5-Spoon/distinfo echo x - p5-Spoon/pkg-descr sed 's/^X//' >p5-Spoon/pkg-descr << 'END-of-p5-Spoon/pkg-descr' XSpoon - A Spiffy Application Building Framework X XSpoon is an Application Framework that is designed primarily for Xbuilding Social Software web applications. The Kwiki wiki software is Xbuilt on top of Spoon. X XSpoon::Base is the primary base class for all the Spoon::* modules. XSpoon.pm inherits from Spiffy.pm. X XSpoon is not an application in and of itself. (As compared to Kwiki) You X need to build your own applications from it. X XWWW: http://search.cpan.org/~ingy/Spoon/ XAuthor: Brian Ingerson <INGY at cpan.org> END-of-p5-Spoon/pkg-descr echo x - p5-Spoon/pkg-plist sed 's/^X//' >p5-Spoon/pkg-plist << 'END-of-p5-Spoon/pkg-plist' X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Spoon/.packlist X%%SITE_PERL%%/Spoon.pm X%%SITE_PERL%%/Spoon/Base.pm X%%SITE_PERL%%/Spoon/CGI.pm X%%SITE_PERL%%/Spoon/Config.pm X%%SITE_PERL%%/Spoon/ContentObject.pm X%%SITE_PERL%%/Spoon/Cookie.pm X%%SITE_PERL%%/Spoon/DataObject.pm X%%SITE_PERL%%/Spoon/Formatter.pm X%%SITE_PERL%%/Spoon/Hub.pm X%%SITE_PERL%%/Spoon/Installer.pm X%%SITE_PERL%%/Spoon/MetadataObject.pm X%%SITE_PERL%%/Spoon/Template.pm X%%SITE_PERL%%/Spoon/Template/TT2.pm X%%SITE_PERL%%/Spoon/Registry.pm X%%SITE_PERL%%/Spoon/Plugin.pm X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Spoon X@dirrm %%SITE_PERL%%/Spoon/Template X@dirrm %%SITE_PERL%%/Spoon END-of-p5-Spoon/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040716064159.7F44215715>