Date: Thu, 25 Mar 2010 13:05:56 GMT From: Alex Bakhtin <Alex.Bakhtin@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/145029: New port: devel/p5-App-Build App::Build is a module which extends Module::Build and install whole applications rather than modules Message-ID: <201003251305.o2PD5uWm000419@www.freebsd.org> Resent-Message-ID: <201003251310.o2PDA9jv043517@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 145029 >Category: ports >Synopsis: New port: devel/p5-App-Build App::Build is a module which extends Module::Build and install whole applications rather than modules >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: Thu Mar 25 13:10:08 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Alex Bakhtin >Release: 8.0-RELEASE >Organization: >Environment: >Description: App::Build is a subclass of Module::Build, so you can use it in place of Module::Build when creating your "Build.PL" installation scripts. Module::Build is good at installing perl modules and programs/scripts. Full applications (i.e. web applications) need to install other files such as web pages, images, CSS style sheets, javascript files, CGI programs, data files, and configuration data. App::Build addresses these issues. The vision of App::Build is to make installing entirely functional perl applications (particularly web applications) as easy as installing individual modules from CPAN. >How-To-Repeat: >Fix: Patch attached with submission follows: # 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-App-Build # p5-App-Build/Makefile # p5-App-Build/distinfo # p5-App-Build/pkg-descr # echo c - p5-App-Build mkdir -p p5-App-Build > /dev/null 2>&1 echo x - p5-App-Build/Makefile sed 's/^X//' >p5-App-Build/Makefile << '64af84f0807e0e623356671fa6b1dea6' X# New ports collection makefile for: App::Build X# Date created: 03 Mar 2010 X# Whom: Alex Bakhtin <Alex.Bakhtin@gmail.com> X# X# $FreeBSD: ports/devel/p5-Module-Build/Makefile,v 1.55 2010/01/31 01:05:52 pgollucci Exp $ X# X XPORTNAME= App-Build XPORTVERSION= 0.72 XCATEGORIES= devel perl5 XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= Alex.Bakhtin@gmail.com XCOMMENT= Build and install Perl applications X XRUN_DEPENDS= p5-App-Options>=0:${PORTSDIR}/devel/p5-App-Options \ X p5-Module-Build>=0.28:${PORTSDIR}/devel/p5-Module-Build XBUILD_DEPENDS= p5-Test-Differences>=0.47:${PORTSDIR}/devel/p5-Test-Differences \ X p5-App-Options>=0:${PORTSDIR}/devel/p5-App-Options \ X p5-Module-Build>=0.28:${PORTSDIR}/devel/p5-Module-Build X XPERL_MODBUILD= yes X X.if !defined(NOPORTDOCS) XPORTDOCS= CHANGES README X Xpost-install: X @${MKDIR} ${DOCSDIR} X @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} X @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." X.endif X XMAN3= App::Build.3 X X.include <bsd.port.mk> 64af84f0807e0e623356671fa6b1dea6 echo x - p5-App-Build/distinfo sed 's/^X//' >p5-App-Build/distinfo << '442a3bc267ff602798ac90f19657dbe2' XMD5 (App-Build-0.72.tar.gz) = 31e6fa7840de59e21fd7cfc57046e10e XSHA256 (App-Build-0.72.tar.gz) = 68cf35f4b48166604a78411f0187d1b7047ce217f7afe1c73af9d79a03866bc9 XSIZE (App-Build-0.72.tar.gz) = 15340 442a3bc267ff602798ac90f19657dbe2 echo x - p5-App-Build/pkg-descr sed 's/^X//' >p5-App-Build/pkg-descr << 'cc8b2c9e903d2fd05745a5dd489d3483' XApp::Build is a module which extends Module::Build. XIt is used to install whole applications rather than merely Xperl modules. X XWWW: http://search.cpan.org/dist/App-Build/ cc8b2c9e903d2fd05745a5dd489d3483 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003251305.o2PD5uWm000419>