SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
22
devel/p5-Module-Starter-Plugin-CGIApp/Makefile
Normal file
22
devel/p5-Module-Starter-Plugin-CGIApp/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
COMMENT = template based module starter for CGI apps
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
DISTNAME = Module-Starter-Plugin-CGIApp-0.30
|
||||
REVISION = 4
|
||||
CATEGORIES = devel
|
||||
CPAN_AUTHOR = JALDHAR
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
CONFIGURE_STYLE = modbuild
|
||||
|
||||
RUN_DEPENDS = www/p5-HTML-Template \
|
||||
devel/p5-Module-Starter
|
||||
TEST_DEPENDS = devel/p5-File-Copy-Recursive \
|
||||
devel/p5-File-DirCompare \
|
||||
devel/p5-Test-MockTime
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Module-Starter-Plugin-CGIApp/distinfo
Normal file
2
devel/p5-Module-Starter-Plugin-CGIApp/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Module-Starter-Plugin-CGIApp-0.30.tar.gz) = zCYAUxqhLZbsgwSfzrMaRYI6HbxZ7j6RhtoCpTryprw=
|
||||
SIZE (Module-Starter-Plugin-CGIApp-0.30.tar.gz) = 41277
|
3
devel/p5-Module-Starter-Plugin-CGIApp/pkg/DESCR
Normal file
3
devel/p5-Module-Starter-Plugin-CGIApp/pkg/DESCR
Normal 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.
|
47
devel/p5-Module-Starter-Plugin-CGIApp/pkg/PLIST
Normal file
47
devel/p5-Module-Starter-Plugin-CGIApp/pkg/PLIST
Normal file
|
@ -0,0 +1,47 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue