Return a new instance a component on each request

WWW:	http://search.cpan.org/dist/Catalyst-Component-InstancePerContext-0.001001/

PR:		ports/127655
Submitted by:   Oleg A. Mamontov <oleg@mamontov.net>
This commit is contained in:
Martin Wilke 2008-09-29 07:46:18 +00:00
parent 6844f5c942
commit e60ce56ce6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220970
5 changed files with 40 additions and 0 deletions

View File

@ -673,6 +673,7 @@
SUBDIR += p5-Catalyst-Authentication-Store-DBIx-Class
SUBDIR += p5-Catalyst-Authentication-Store-LDAP
SUBDIR += p5-Catalyst-Component-ACCEPT_CONTEXT
SUBDIR += p5-Catalyst-Component-InstancePerContext
SUBDIR += p5-Catalyst-Controller-BindLex
SUBDIR += p5-Catalyst-Controller-FormBuilder
SUBDIR += p5-Catalyst-Controller-HTML-FormFu

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: p5-Catalyst-Component-InstancePerContext
# Date created: 2008-09-26
# Whom: Charlie & <root@dev2.rambler.ru>
#
# $FreeBSD$
#
PORTNAME= Catalyst-Component-InstancePerContext
PORTVERSION= 0.001001
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= oleg@mamontov.net
COMMENT= Return a new instance a component on each request
BUILD_DEPENDS= p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \
p5-Moose>=0:${PORTSDIR}/devel/p5-Moose
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Catalyst::Component::InstancePerContext.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Catalyst-Component-InstancePerContext-0.001001.tar.gz) = dd3e9c804cb7f8d6755132d92b26a80a
SHA256 (Catalyst-Component-InstancePerContext-0.001001.tar.gz) = 7f63f930e1e613f15955c9e6d73873675c50c0a3bc2a61a034733361ed26d271
SIZE (Catalyst-Component-InstancePerContext-0.001001.tar.gz) = 18916

View File

@ -0,0 +1,3 @@
Return a new instance a component on each request
WWW: http://search.cpan.org/dist/Catalyst-Component-InstancePerContext-0.001001/

View File

@ -0,0 +1,8 @@
@comment $FreeBSD$
%%SITE_PERL%%/Catalyst/Component/InstancePerContext.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Component/InstancePerContext/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Component/InstancePerContext
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Component
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst
@dirrmtry %%SITE_PERL%%/Catalyst/Component
@dirrmtry %%SITE_PERL%%/Catalyst