This module extends Module::Starter to enable the creation of skeletal

CGI::Application and Titanium projects, with templates based on
HTML::Template.

ok landry@
This commit is contained in:
jamesw 2010-05-12 18:48:02 +00:00
parent 07a6e9a554
commit b6e3644533
4 changed files with 86 additions and 0 deletions

View File

@ -0,0 +1,30 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/05/12 18:48:02 jamesw Exp $
COMMENT = Template based module starter for CGI apps
MODULES = cpan
DISTNAME = Module-Starter-Plugin-CGIApp-0.30
CATEGORIES = devel
CPAN_AUTHOR = JALDHAR
MAINTAINER = James Wright <jamesw@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
CONFIGURE_STYLE = modbuild
RUN_DEPENDS = ::www/p5-HTML-Template \
::devel/p5-Module-Starter
REGRESS_DEPENDS = ::devel/p5-File-Copy-Recursive \
::devel/p5-File-DirCompare \
::devel/p5-Test-MockTime
BUILD_DEPENDS = ${RUN_DEPENDS}
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Module-Starter-Plugin-CGIApp-0.30.tar.gz) = gsCXi7UDfGtpm87T1tEClg==
RMD160 (Module-Starter-Plugin-CGIApp-0.30.tar.gz) = vM82uDDEczU5KUukdbMJxeGHlU4=
SHA1 (Module-Starter-Plugin-CGIApp-0.30.tar.gz) = mFgE+pZfHO4zVp3tggOBdY+IAPs=
SHA256 (Module-Starter-Plugin-CGIApp-0.30.tar.gz) = zCYAUxqhLZbsgwSfzrMaRYI6HbxZ7j6RhtoCpTryprw=
SIZE (Module-Starter-Plugin-CGIApp-0.30.tar.gz) = 41277

View File

@ -0,0 +1,3 @@
This module extends Module::Starter to enable the creation of skeletal
CGI::Application and Titanium projects, with templates based on
HTML::Template.

View File

@ -0,0 +1,48 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/05/12 18:48:02 jamesw Exp $
bin/cgiapp-starter
bin/titanium-starter
${P5SITE}/Module/Starter/Plugin/CGIApp/
${P5SITE}/Module/Starter/Plugin/CGIApp.pm
${P5SITE}/Module/Starter/Plugin/CGIApp/templates/
${P5SITE}/Module/Starter/Plugin/CGIApp/templates/00-signature.t
${P5SITE}/Module/Starter/Plugin/CGIApp/templates/01-load.t
${P5SITE}/Module/Starter/Plugin/CGIApp/templates/Build.PL
${P5SITE}/Module/Starter/Plugin/CGIApp/templates/Changes
${P5SITE}/Module/Starter/Plugin/CGIApp/templates/LICENSE
${P5SITE}/Module/Starter/Plugin/CGIApp/templates/MANIFEST
${P5SITE}/Module/Starter/Plugin/CGIApp/templates/MANIFEST.SKIP
${P5SITE}/Module/Starter/Plugin/CGIApp/templates/MI_Makefile.PL
${P5SITE}/Module/Starter/Plugin/CGIApp/templates/Makefile.PL
${P5SITE}/Module/Starter/Plugin/CGIApp/templates/Module.pm
${P5SITE}/Module/Starter/Plugin/CGIApp/templates/README
${P5SITE}/Module/Starter/Plugin/CGIApp/templates/boilerplate.t
${P5SITE}/Module/Starter/Plugin/CGIApp/templates/perl-critic.t
${P5SITE}/Module/Starter/Plugin/CGIApp/templates/perlcriticrc
${P5SITE}/Module/Starter/Plugin/CGIApp/templates/pod-coverage.t
${P5SITE}/Module/Starter/Plugin/CGIApp/templates/pod.t
${P5SITE}/Module/Starter/Plugin/CGIApp/templates/runmode1.html
${P5SITE}/Module/Starter/Plugin/CGIApp/templates/server.pl
${P5SITE}/Module/Starter/Plugin/CGIApp/templates/test-app.t
${P5SITE}/Module/Starter/Plugin/CGIApp/templates/titanium/
${P5SITE}/Module/Starter/Plugin/CGIApp/templates/titanium/00-signature.t
${P5SITE}/Module/Starter/Plugin/CGIApp/templates/titanium/01-load.t
${P5SITE}/Module/Starter/Plugin/CGIApp/templates/titanium/Build.PL
${P5SITE}/Module/Starter/Plugin/CGIApp/templates/titanium/Changes
${P5SITE}/Module/Starter/Plugin/CGIApp/templates/titanium/LICENSE
${P5SITE}/Module/Starter/Plugin/CGIApp/templates/titanium/MANIFEST
${P5SITE}/Module/Starter/Plugin/CGIApp/templates/titanium/MANIFEST.SKIP
${P5SITE}/Module/Starter/Plugin/CGIApp/templates/titanium/MI_Makefile.PL
${P5SITE}/Module/Starter/Plugin/CGIApp/templates/titanium/Makefile.PL
${P5SITE}/Module/Starter/Plugin/CGIApp/templates/titanium/Module.pm
${P5SITE}/Module/Starter/Plugin/CGIApp/templates/titanium/README
${P5SITE}/Module/Starter/Plugin/CGIApp/templates/titanium/boilerplate.t
${P5SITE}/Module/Starter/Plugin/CGIApp/templates/titanium/perl-critic.t
${P5SITE}/Module/Starter/Plugin/CGIApp/templates/titanium/perlcriticrc
${P5SITE}/Module/Starter/Plugin/CGIApp/templates/titanium/pod-coverage.t
${P5SITE}/Module/Starter/Plugin/CGIApp/templates/titanium/pod.t
${P5SITE}/Module/Starter/Plugin/CGIApp/templates/titanium/runmode1.html
${P5SITE}/Module/Starter/Plugin/CGIApp/templates/titanium/server.pl
${P5SITE}/Module/Starter/Plugin/CGIApp/templates/titanium/test-app.t
@man man/man1/cgiapp-starter.1
@man man/man1/titanium-starter.1
@man man/man3p/Module::Starter::Plugin::CGIApp.3p