diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-11 07:04:01 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-11 07:04:01 +0800 |
commit | c19c025fad4930a24a3fa15c1d9d83f4cc21a5a9 (patch) | |
tree | 4be604f1a8f05cd0b4050a630bea778020cc875b /www | |
parent | f97d4599661cbaa08a3937a649261209e632b338 (diff) | |
download | freebsd-ports-graphics-c19c025fad4930a24a3fa15c1d9d83f4cc21a5a9.tar.gz freebsd-ports-graphics-c19c025fad4930a24a3fa15c1d9d83f4cc21a5a9.tar.zst freebsd-ports-graphics-c19c025fad4930a24a3fa15c1d9d83f4cc21a5a9.zip |
This storage module will store session data in a database using DBIx::Class.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-DBIC/
PR: ports/107784
Submitted by: Fernan Aguero <fernan at iib.unsam.edu.ar>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile | 32 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Session-Store-Delegate/distinfo | 3 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Session-Store-Delegate/pkg-descr | 3 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Session-Store-Delegate/pkg-plist | 12 |
5 files changed, 51 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index b0b4b9ed429..c57afad8278 100644 --- a/www/Makefile +++ b/www/Makefile @@ -581,6 +581,7 @@ SUBDIR += p5-Catalyst-Plugin-Session-State-Cookie SUBDIR += p5-Catalyst-Plugin-Session-State-URI SUBDIR += p5-Catalyst-Plugin-Session-Store-DBI + SUBDIR += p5-Catalyst-Plugin-Session-Store-Delegate SUBDIR += p5-Catalyst-Plugin-Session-Store-FastMmap SUBDIR += p5-Catalyst-Plugin-Session-Store-File SUBDIR += p5-Catalyst-Plugin-Session-Store-Memcached diff --git a/www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile b/www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile new file mode 100644 index 00000000000..8404a044f6d --- /dev/null +++ b/www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: www/p5-Catalyst-Plugin-Session-Store-Delegate +# Date created: 28 Dec 2006 +# Whom: Fernan Aguero <fernan@iib.unsam.edu.ar> +# +# $FreeBSD$ +# + +PORTNAME= Catalyst-Plugin-Session-Store-Delegate +PORTVERSION= 0.02 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Catalyst +PKGNAMEPREFIX= p5- + +MAINTAINER= fernan@iib.unsam.edu.ar +COMMENT= Delegate session storage to an application model object + +BUILD_DEPENDS= p5-Catalyst-Plugin-Session>=0.12:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \ + p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Catalyst::Plugin::Session::Store::Delegate.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} <= 500801 +IGNORE= requires Perl 5.8.1. Install lang/perl5.8, and try again +.endif + +.include <bsd.port.post.mk> diff --git a/www/p5-Catalyst-Plugin-Session-Store-Delegate/distinfo b/www/p5-Catalyst-Plugin-Session-Store-Delegate/distinfo new file mode 100644 index 00000000000..e21d80c970b --- /dev/null +++ b/www/p5-Catalyst-Plugin-Session-Store-Delegate/distinfo @@ -0,0 +1,3 @@ +MD5 (Catalyst-Plugin-Session-Store-Delegate-0.02.tar.gz) = f838dce5352222acbe240a1072e7c60f +SHA256 (Catalyst-Plugin-Session-Store-Delegate-0.02.tar.gz) = ae28da3f2462202dd682b45e62d9dfe64174c5e5f03407a3dcf70025dc699eeb +SIZE (Catalyst-Plugin-Session-Store-Delegate-0.02.tar.gz) = 5087 diff --git a/www/p5-Catalyst-Plugin-Session-Store-Delegate/pkg-descr b/www/p5-Catalyst-Plugin-Session-Store-Delegate/pkg-descr new file mode 100644 index 00000000000..e83c3672544 --- /dev/null +++ b/www/p5-Catalyst-Plugin-Session-Store-Delegate/pkg-descr @@ -0,0 +1,3 @@ +This storage module will store session data in a database using DBIx::Class. + +WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-DBIC/ diff --git a/www/p5-Catalyst-Plugin-Session-Store-Delegate/pkg-plist b/www/p5-Catalyst-Plugin-Session-Store-Delegate/pkg-plist new file mode 100644 index 00000000000..5bfbee3ec7b --- /dev/null +++ b/www/p5-Catalyst-Plugin-Session-Store-Delegate/pkg-plist @@ -0,0 +1,12 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Session/Store/Delegate/.packlist +%%SITE_PERL%%/Catalyst/Plugin/Session/Store/Delegate.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Session/Store/Delegate +@dirrmtry %%SITE_PERL%%/Catalyst/Plugin/Session/Store +@dirrmtry %%SITE_PERL%%/Catalyst/Plugin/Session +@dirrmtry %%SITE_PERL%%/Catalyst/Plugin +@dirrmtry %%SITE_PERL%%/Catalyst +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Session/Store +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Session +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst + |