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:
parent
5cec3a7c96
commit
496c726d2e
22
www/p5-Catalyst-Plugin-Cache/Makefile
Normal file
22
www/p5-Catalyst-Plugin-Cache/Makefile
Normal 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>
|
5
www/p5-Catalyst-Plugin-Cache/distinfo
Normal file
5
www/p5-Catalyst-Plugin-Cache/distinfo
Normal 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
|
3
www/p5-Catalyst-Plugin-Cache/pkg/DESCR
Normal file
3
www/p5-Catalyst-Plugin-Cache/pkg/DESCR
Normal 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.
|
20
www/p5-Catalyst-Plugin-Cache/pkg/PLIST
Normal file
20
www/p5-Catalyst-Plugin-Cache/pkg/PLIST
Normal 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
|
Loading…
x
Reference in New Issue
Block a user