Extends base class with a distributed cache.

WWW: http://search.cpan.org/dist/Catalyst-Plugin-Cache-Memcached/

PR:		ports/90659
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
This commit is contained in:
Erwin Lansing 2005-12-19 19:29:19 +00:00
parent 0ec3b8f539
commit ba140ee51b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151583
5 changed files with 41 additions and 0 deletions

View File

@ -499,6 +499,7 @@
SUBDIR += p5-Catalyst-Plugin-Authorization-ACL
SUBDIR += p5-Catalyst-Plugin-Authorization-Roles
SUBDIR += p5-Catalyst-Plugin-Cache-FastMmap
SUBDIR += p5-Catalyst-Plugin-Cache-Memcached
SUBDIR += p5-Catalyst-Plugin-DefaultEnd
SUBDIR += p5-Catalyst-Plugin-FillInForm
SUBDIR += p5-Catalyst-Plugin-FormValidator

View File

@ -0,0 +1,30 @@
# Ports collection makefile for: p5-Catalyst-Plugin-Cache-Memcached
# Date created: Dec 19, 2005
# Whom: Lars Balker Rasmussen <lars@balker.dk>
#
# $FreeBSD$
#
PORTNAME= Catalyst-Plugin-Cache-Memcached
PORTVERSION= 0.5
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Catalyst
PKGNAMEPREFIX= p5-
MAINTAINER= lars@balker.dk
COMMENT= Distributed cache for Catalyst
BUILD_DEPENDS= p5-Catalyst>=0:${PORTSDIR}/www/p5-Catalyst \
p5-Cache-Memcached>=0:${PORTSDIR}/databases/p5-Cache-Memcached
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
MAN3= Catalyst::Plugin::Cache::Memcached.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500801
IGNORE= requires at least Perl 5.8.1. Install lang/perl5.8, and try again
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (Catalyst-Plugin-Cache-Memcached-0.5.tar.gz) = c352b7fd4485df6543671404edff0811
SHA256 (Catalyst-Plugin-Cache-Memcached-0.5.tar.gz) = a849591cd28bb75836797f33b4b55dfc6b81199a35345ee8a7f284b60e5f28f7
SIZE (Catalyst-Plugin-Cache-Memcached-0.5.tar.gz) = 2318

View File

@ -0,0 +1,3 @@
Extends base class with a distributed cache.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Cache-Memcached/

View File

@ -0,0 +1,4 @@
%%SITE_PERL%%/Catalyst/Plugin/Cache/Memcached.pm
@unexec rmdir %D/%%SITE_PERL%%/Catalyst/Plugin/Cache 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Catalyst/Plugin 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Catalyst 2>/dev/null || true