diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-08-15 08:44:23 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-08-15 08:44:23 +0000 |
commit | e924de8cafd3463e1b67b1ad3585071081505e59 (patch) | |
tree | b9d82eaac46c3c031791ec49c2b24dc3ea07b91d | |
parent | d2448727354ce1216d8fa9fc46a03b09b1230832 (diff) | |
download | ports-e924de8cafd3463e1b67b1ad3585071081505e59.tar.gz ports-e924de8cafd3463e1b67b1ad3585071081505e59.zip |
Notes
6 files changed, 71 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 2f6205a4ff3e..c71e0a987dcd 100644 --- a/www/Makefile +++ b/www/Makefile @@ -864,6 +864,7 @@ SUBDIR += p5-Catalyst-Plugin-Unicode-Encoding SUBDIR += p5-Catalyst-Plugin-XMLRPC SUBDIR += p5-Catalyst-Runtime + SUBDIR += p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging SUBDIR += p5-Catalyst-TraitFor-Request-BrowserDetect SUBDIR += p5-Catalyst-View-ClearSilver SUBDIR += p5-Catalyst-View-Email diff --git a/www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/Makefile b/www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/Makefile new file mode 100644 index 000000000000..e9e521ae7692 --- /dev/null +++ b/www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging +# Date created: 2010-07-28 +# Whom: Alex Bakhtin <Alex.Bakhtin@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= Catalyst-TraitFor-Controller-DBIC-DoesPaging +PORTVERSION= 1.001000 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= Alex.Bakhtin@gmail.com +COMMENT= Helps you paginate, search, sort, and more easily using DBIx::Class + +RUN_DEPENDS= p5-Catalyst-Model-DBIC-Schema>=0.29:${PORTSDIR}/www/p5-Catalyst-Model-DBIC-Schema \ + p5-Catalyst-Runtime>=5.80000:${PORTSDIR}/www/p5-Catalyst-Runtime \ + p5-DBIx-Class>=0.08108:${PORTSDIR}/databases/p5-DBIx-Class +BUILD_DEPENDS= p5-ExtUtils-MakeMaker>=6.11:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker + +USE_PERL5= 5.8.1+ +PERL_CONFIGURE= yes + +MAN3= Catalyst::TraitFor::Controller::DBIC::DoesPaging.3 + +.include <bsd.port.mk> diff --git a/www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/distinfo b/www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/distinfo new file mode 100644 index 000000000000..370939a97d2d --- /dev/null +++ b/www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/distinfo @@ -0,0 +1,3 @@ +MD5 (Catalyst-TraitFor-Controller-DBIC-DoesPaging-1.001000.tar.gz) = d44f54a313de11d2612b907c9130032a +SHA256 (Catalyst-TraitFor-Controller-DBIC-DoesPaging-1.001000.tar.gz) = 57873e68939df07a88f9f606ea678c185970a66e7c8c917fed5dc60f8d6829ea +SIZE (Catalyst-TraitFor-Controller-DBIC-DoesPaging-1.001000.tar.gz) = 17654 diff --git a/www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/files/patch-Makefile.PL b/www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/files/patch-Makefile.PL new file mode 100644 index 000000000000..148b402b8158 --- /dev/null +++ b/www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/files/patch-Makefile.PL @@ -0,0 +1,21 @@ +--- Makefile.PL.orig 2010-07-28 05:19:39.000000000 +0400 ++++ Makefile.PL 2010-07-28 05:21:00.000000000 +0400 +@@ -23,18 +23,9 @@ + 'EXE_FILES' => [], + 'VERSION' => '1.001000', + 'PREREQ_PM' => { +- 'SQL::Translator' => '0.11002', +- 'parent' => '0', +- 'FindBin' => '0', +- 'Carp' => '0', + 'Catalyst::Model::DBIC::Schema' => '0.29', +- 'Test::More' => '0.88', +- 'Catalyst::View::JSON' => '0', + 'Catalyst::Runtime' => '5.80000', +- 'JSON' => '0', + 'DBIx::Class' => '0.08108', +- 'Test::Deep' => '0', +- 'Catalyst::Test' => '0' + }, + 'LICENSE' => 'perl' + ); diff --git a/www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/pkg-descr b/www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/pkg-descr new file mode 100644 index 000000000000..74dfe1faaff7 --- /dev/null +++ b/www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/pkg-descr @@ -0,0 +1,8 @@ +Catalyst::TraitFor::Controller::DBIC::DoesPaging - Helps you paginate, +search, sort, and more easily using DBIx::Class. + +This module helps you to map various DBIx::Class features to CGI +parameters. For the most part that means it will help you search, +sort, and paginate with a minimum of effort and thought. + +WWW: http://search.cpan.org/perldoc?Catalyst::TraitFor::Controller::DBIC::DoesPaging diff --git a/www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/pkg-plist b/www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/pkg-plist new file mode 100644 index 000000000000..8c92aa40789a --- /dev/null +++ b/www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/pkg-plist @@ -0,0 +1,11 @@ +%%SITE_PERL%%/Catalyst/TraitFor/Controller/DBIC/DoesPaging.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/TraitFor/Controller/DBIC/DoesPaging/.packlist +@dirrmtry %%SITE_PERL%%/Catalyst/TraitFor/Controller/DBIC +@dirrmtry %%SITE_PERL%%/Catalyst/TraitFor/Controller +@dirrmtry %%SITE_PERL%%/Catalyst/TraitFor +@dirrmtry %%SITE_PERL%%/Catalyst +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/TraitFor/Controller/DBIC/DoesPaging +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/TraitFor/Controller/DBIC +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/TraitFor/Controller +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/TraitFor +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst |