import p5-Catalyst-Plugin-Cache

This plugin gives you access to a variety of systems for caching data.
It allows you to use a very simple configuration API, while maintaining
the possibility of flexibility when you need it later.
This commit is contained in:
simon 2008-09-06 10:33:41 +00:00
parent 5cec3a7c96
commit 496c726d2e
4 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/09/06 10:33:41 simon Exp $
COMMENT = flexible caching support for Catalyst
MODULES = cpan
DISTNAME = Catalyst-Plugin-Cache-0.06
CATEGORIES = www
MAINTAINER = Simon Bertrang <simon@openbsd.org>
# Perl/MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
RUN_DEPENDS = ::www/p5-Catalyst-Runtime
REGRESS_DEPENDS = ::devel/p5-Test-Exception \
::devel/p5-Test-Deep \
::devel/p5-Test-use-ok
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Catalyst-Plugin-Cache-0.06.tar.gz) = r/cLKgYghUwk23/dNtsHSQ==
RMD160 (Catalyst-Plugin-Cache-0.06.tar.gz) = BBvkG5e3CatRg8S617DBHT2jKmY=
SHA1 (Catalyst-Plugin-Cache-0.06.tar.gz) = pcCB03LCp3JDsYHjphHHXN0hQUE=
SHA256 (Catalyst-Plugin-Cache-0.06.tar.gz) = eD2X6uRImaNYr2sDIQD0bVVl8hv9dpKnv/Saup0a5qg=
SIZE (Catalyst-Plugin-Cache-0.06.tar.gz) = 10592

View File

@ -0,0 +1,3 @@
This plugin gives you access to a variety of systems for caching data.
It allows you to use a very simple configuration API, while maintaining
the possibility of flexibility when you need it later.

View File

@ -0,0 +1,20 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/09/06 10:33:41 simon Exp $
${P5SITE}/Catalyst/Plugin/
${P5SITE}/Catalyst/Plugin/Cache/
${P5SITE}/Catalyst/Plugin/Cache.pm
${P5SITE}/Catalyst/Plugin/Cache/Backend/
${P5SITE}/Catalyst/Plugin/Cache/Backend.pm
${P5SITE}/Catalyst/Plugin/Cache/Backend/Memory.pm
${P5SITE}/Catalyst/Plugin/Cache/Choose/
${P5SITE}/Catalyst/Plugin/Cache/Choose/KeyRegexes.pm
${P5SITE}/Catalyst/Plugin/Cache/Curried.pm
${P5SITE}/Catalyst/Plugin/Cache/Store/
${P5SITE}/Catalyst/Plugin/Cache/Store.pod
${P5SITE}/Catalyst/Plugin/Cache/Store/Memory.pm
@man man/man3p/Catalyst::Plugin::Cache.3p
@man man/man3p/Catalyst::Plugin::Cache::Backend.3p
@man man/man3p/Catalyst::Plugin::Cache::Backend::Memory.3p
@man man/man3p/Catalyst::Plugin::Cache::Choose::KeyRegexes.3p
@man man/man3p/Catalyst::Plugin::Cache::Curried.3p
@man man/man3p/Catalyst::Plugin::Cache::Store.3p
@man man/man3p/Catalyst::Plugin::Cache::Store::Memory.3p