SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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>

View 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

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,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