import p5-Catalyst-Plugin-Cache-Store-FastMmap
This store plugin is a bit of a wrapper for Cache::FastMmap. As Cache::FastMmap can't store plain values by default, this module ships with a subclass that will wrap all values in a scalar reference before storing.
This commit is contained in:
parent
496c726d2e
commit
0d029dffa2
21
www/p5-Catalyst-Plugin-Cache-Store-FastMmap/Makefile
Normal file
21
www/p5-Catalyst-Plugin-Cache-Store-FastMmap/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/09/06 10:33:45 simon Exp $
|
||||
|
||||
COMMENT = FastMmap cache store for Catalyst::Plugin::Cache
|
||||
|
||||
MODULES = cpan
|
||||
DISTNAME = Catalyst-Plugin-Cache-Store-FastMmap-0.02
|
||||
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 = ::devel/p5-Cache-FastMmap \
|
||||
::devel/p5-Path-Class \
|
||||
::www/p5-Catalyst-Plugin-Cache
|
||||
|
||||
.include <bsd.port.mk>
|
5
www/p5-Catalyst-Plugin-Cache-Store-FastMmap/distinfo
Normal file
5
www/p5-Catalyst-Plugin-Cache-Store-FastMmap/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Catalyst-Plugin-Cache-Store-FastMmap-0.02.tar.gz) = AYDZd60gYKJXmko6d9Ch8w==
|
||||
RMD160 (Catalyst-Plugin-Cache-Store-FastMmap-0.02.tar.gz) = tWwtp+ezYgILeAE7XzEBHEmUv08=
|
||||
SHA1 (Catalyst-Plugin-Cache-Store-FastMmap-0.02.tar.gz) = 8pbRAPdbZunxk55ammLwpPZD3eg=
|
||||
SHA256 (Catalyst-Plugin-Cache-Store-FastMmap-0.02.tar.gz) = S1p3SPVX/yirICnv7YvHQasMwHT5xjlOf82cYLuOKG4=
|
||||
SIZE (Catalyst-Plugin-Cache-Store-FastMmap-0.02.tar.gz) = 3052
|
4
www/p5-Catalyst-Plugin-Cache-Store-FastMmap/pkg/DESCR
Normal file
4
www/p5-Catalyst-Plugin-Cache-Store-FastMmap/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
This store plugin is a bit of a wrapper for Cache::FastMmap.
|
||||
As Cache::FastMmap can't store plain values by default, this module
|
||||
ships with a subclass that will wrap all values in a scalar reference
|
||||
before storing.
|
5
www/p5-Catalyst-Plugin-Cache-Store-FastMmap/pkg/PLIST
Normal file
5
www/p5-Catalyst-Plugin-Cache-Store-FastMmap/pkg/PLIST
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/09/06 10:33:45 simon Exp $
|
||||
${P5SITE}/Catalyst/Plugin/Cache/Backend/FastMmap.pm
|
||||
${P5SITE}/Catalyst/Plugin/Cache/Store/FastMmap.pm
|
||||
@man man/man3p/Catalyst::Plugin::Cache::Backend::FastMmap.3p
|
||||
@man man/man3p/Catalyst::Plugin::Cache::Store::FastMmap.3p
|
Loading…
Reference in New Issue
Block a user