Add p5-Catalyst-Plugin-Session-FastMmap 0.09, FastMmap sessions for
Catalyst.
This commit is contained in:
parent
e237f73d00
commit
37a7477e4a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134849
@ -456,6 +456,7 @@
|
||||
SUBDIR += p5-Catalyst-Model-CDBI
|
||||
SUBDIR += p5-Catalyst-Plugin-FormValidator
|
||||
SUBDIR += p5-Catalyst-Plugin-Prototype
|
||||
SUBDIR += p5-Catalyst-Plugin-Session-FastMmap
|
||||
SUBDIR += p5-Catalyst-Plugin-Textile
|
||||
SUBDIR += p5-Catalyst-View-TT
|
||||
SUBDIR += p5-Compress-LeadingBlankSpaces
|
||||
|
35
www/p5-Catalyst-Plugin-Session-FastMmap/Makefile
Normal file
35
www/p5-Catalyst-Plugin-Session-FastMmap/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# New ports collection makefile for: www/p5-Catalyst-Plugin-Session-FastMmap
|
||||
# Date created: 08 May 2005
|
||||
# Whom: Lars Thegler <lth@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Catalyst-Plugin-Session-FastMmap
|
||||
PORTVERSION= 0.09
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../by-authors/id/S/SR/SRI
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lth@FreeBSD.org
|
||||
COMMENT= FastMmap sessions for Catalyst
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
|
||||
${SITE_PERL}/${PERL_ARCH}/Cache/FastMmap.pm:${PORTSDIR}/devel/p5-Cache-FastMmap \
|
||||
${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor \
|
||||
${SITE_PERL}/URI/Find.pm:${PORTSDIR}/textproc/p5-URI-Find \
|
||||
${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
|
||||
${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst \
|
||||
${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Catalyst::Plugin::Session::FastMmap.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= requires Perl 5.6. Install lang/perl5 or lang/perl5.8, and try again
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
2
www/p5-Catalyst-Plugin-Session-FastMmap/distinfo
Normal file
2
www/p5-Catalyst-Plugin-Session-FastMmap/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (Catalyst-Plugin-Session-FastMmap-0.09.tar.gz) = 81b47be88edb516eb5639f4cedb66f50
|
||||
SIZE (Catalyst-Plugin-Session-FastMmap-0.09.tar.gz) = 2993
|
3
www/p5-Catalyst-Plugin-Session-FastMmap/pkg-descr
Normal file
3
www/p5-Catalyst-Plugin-Session-FastMmap/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
FastMmap sessions for Catalyst.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session-FastMmap
|
9
www/p5-Catalyst-Plugin-Session-FastMmap/pkg-plist
Normal file
9
www/p5-Catalyst-Plugin-Session-FastMmap/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
%%SITE_PERL%%/Catalyst/Plugin/Session/FastMmap.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Session/FastMmap/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Session/FastMmap
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Session
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst 2>/dev/null || true
|
||||
@dirrm %%SITE_PERL%%/Catalyst/Plugin/Session
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Catalyst/Plugin 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Catalyst 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user