diff options
author | erwin <erwin@FreeBSD.org> | 2006-02-12 02:08:01 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-02-12 02:08:01 +0800 |
commit | f565bfb77f403cdc28d8ba45653463e23a0ba078 (patch) | |
tree | 112577bd6568c3e871782de407f241c45413beae /www/p5-Catalyst-Example-InstantCRUD | |
parent | 1dc0601486617f646ffcbedf74de00e8e4180eec (diff) | |
download | freebsd-ports-gnome-f565bfb77f403cdc28d8ba45653463e23a0ba078.tar.gz freebsd-ports-gnome-f565bfb77f403cdc28d8ba45653463e23a0ba078.tar.zst freebsd-ports-gnome-f565bfb77f403cdc28d8ba45653463e23a0ba078.zip |
Add p5-Catalyst-Example-InstantCRUD , create a working CRUD Catalyst
example with the least of effort.
PR: ports/93192
Submitted by: Lars Balker Rasmussen <lars@balker.dk>
Diffstat (limited to 'www/p5-Catalyst-Example-InstantCRUD')
-rw-r--r-- | www/p5-Catalyst-Example-InstantCRUD/Makefile | 45 | ||||
-rw-r--r-- | www/p5-Catalyst-Example-InstantCRUD/distinfo | 3 | ||||
-rw-r--r-- | www/p5-Catalyst-Example-InstantCRUD/pkg-descr | 4 | ||||
-rw-r--r-- | www/p5-Catalyst-Example-InstantCRUD/pkg-plist | 21 |
4 files changed, 73 insertions, 0 deletions
diff --git a/www/p5-Catalyst-Example-InstantCRUD/Makefile b/www/p5-Catalyst-Example-InstantCRUD/Makefile new file mode 100644 index 000000000000..2fa304e99a8b --- /dev/null +++ b/www/p5-Catalyst-Example-InstantCRUD/Makefile @@ -0,0 +1,45 @@ +# New ports collection makefile for: www/p5-Catalyst-Example-InstantCRUD +# Date created: 11 Feb 2006 +# Whom: Lars Balker Rasmussen <lars@balker.dk> +# +# $FreeBSD$ +# + +PORTNAME= Catalyst-Example-InstantCRUD +DISTVERSION= v0.0.5 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../by-authors/id/Z/ZB/ZBY +PKGNAMEPREFIX= p5- + +MAINTAINER= lars@balker.dk +COMMENT= Create a working CRUD Catalyst example with the least of effort + +BUILD_DEPENDS= \ + p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple \ + p5-version>=0:${PORTSDIR}/devel/p5-version \ + p5-Catalyst>=0:${PORTSDIR}/www/p5-Catalyst \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ + p5-HTML-Widget>=0:${PORTSDIR}/www/p5-HTML-Widget \ + p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools \ + p5-Catalyst-View-TT>=0.21:${PORTSDIR}/www/p5-Catalyst-View-TT \ + p5-Template-Plugin-Class>=0:${PORTSDIR}/www/p5-Template-Plugin-Class \ + p5-Catalyst-Model-DBIC>=0:${PORTSDIR}/www/p5-Catalyst-Model-DBIC \ + p5-DBIx-Class-Loader>=0:${PORTSDIR}/databases/p5-DBIx-Class-Loader \ + p5-DBIx-Class-WebForm>=0.02:${PORTSDIR}/databases/p5-DBIx-Class-WebForm +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN1= instantcrud.pl.1 +MAN3= Catalyst::Example::Controller::InstantCRUD.3 \ + Catalyst::Helper::Model::DBICform.3 \ + Catalyst::Example::InstantCRUD.3 \ + Catalyst::Helper::Controller::InstantCRUD.3 + +.include <bsd.port.pre.mk> +.if ${PERL_LEVEL} < 500800 +IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 and try again +.endif +.include <bsd.port.post.mk> diff --git a/www/p5-Catalyst-Example-InstantCRUD/distinfo b/www/p5-Catalyst-Example-InstantCRUD/distinfo new file mode 100644 index 000000000000..7674eeb98377 --- /dev/null +++ b/www/p5-Catalyst-Example-InstantCRUD/distinfo @@ -0,0 +1,3 @@ +MD5 (Catalyst-Example-InstantCRUD-v0.0.5.tar.gz) = a9fa6edfbdb1b4a5ecb05ac9bf2db2a8 +SHA256 (Catalyst-Example-InstantCRUD-v0.0.5.tar.gz) = 49d8ee000b5f696066ac674e2cd24b136abaee8b63a46c16493525458b5b051b +SIZE (Catalyst-Example-InstantCRUD-v0.0.5.tar.gz) = 12698 diff --git a/www/p5-Catalyst-Example-InstantCRUD/pkg-descr b/www/p5-Catalyst-Example-InstantCRUD/pkg-descr new file mode 100644 index 000000000000..212d0105531d --- /dev/null +++ b/www/p5-Catalyst-Example-InstantCRUD/pkg-descr @@ -0,0 +1,4 @@ +The script will create CRUD interface with paging and sort for all +tables defined in the accessed database. + +WWW: http://search.cpan.org/dist/Catalyst-Example-InstantCRUD/ diff --git a/www/p5-Catalyst-Example-InstantCRUD/pkg-plist b/www/p5-Catalyst-Example-InstantCRUD/pkg-plist new file mode 100644 index 000000000000..53f95a76bdb3 --- /dev/null +++ b/www/p5-Catalyst-Example-InstantCRUD/pkg-plist @@ -0,0 +1,21 @@ +%%SITE_PERL%%/Catalyst/Example/Controller/templates/destroy.tt +%%SITE_PERL%%/Catalyst/Example/Controller/templates/edit.tt +%%SITE_PERL%%/Catalyst/Example/Controller/templates/wrapper.tt +%%SITE_PERL%%/Catalyst/Example/Controller/templates/list.tt +%%SITE_PERL%%/Catalyst/Example/Controller/templates/view.tt +%%SITE_PERL%%/Catalyst/Example/Controller/InstantCRUD.pm +%%SITE_PERL%%/Catalyst/Example/InstantCRUD.pm +%%SITE_PERL%%/Catalyst/Helper/Model/DBICform.pm +%%SITE_PERL%%/Catalyst/Helper/Controller/InstantCRUD.pm +bin/instantcrud.pl +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Example/InstantCRUD/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Example/InstantCRUD +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Example +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst +@dirrmtry %%SITE_PERL%%/Catalyst/Example/Controller/templates +@dirrmtry %%SITE_PERL%%/Catalyst/Example/Controller +@dirrmtry %%SITE_PERL%%/Catalyst/Example +@dirrmtry %%SITE_PERL%%/Catalyst/Helper/Model +@dirrmtry %%SITE_PERL%%/Catalyst/Helper/Controller +@dirrmtry %%SITE_PERL%%/Catalyst/Helper +@dirrmtry %%SITE_PERL%%/Catalyst |