diff --git a/www/p5-Catalyst-Plugin-Cache-Store-FastMmap/Makefile b/www/p5-Catalyst-Plugin-Cache-Store-FastMmap/Makefile new file mode 100644 index 00000000000..6efc4712e1c --- /dev/null +++ b/www/p5-Catalyst-Plugin-Cache-Store-FastMmap/Makefile @@ -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 + +# 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 diff --git a/www/p5-Catalyst-Plugin-Cache-Store-FastMmap/distinfo b/www/p5-Catalyst-Plugin-Cache-Store-FastMmap/distinfo new file mode 100644 index 00000000000..a08aa2daf78 --- /dev/null +++ b/www/p5-Catalyst-Plugin-Cache-Store-FastMmap/distinfo @@ -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 diff --git a/www/p5-Catalyst-Plugin-Cache-Store-FastMmap/pkg/DESCR b/www/p5-Catalyst-Plugin-Cache-Store-FastMmap/pkg/DESCR new file mode 100644 index 00000000000..d5fd8cd1a0b --- /dev/null +++ b/www/p5-Catalyst-Plugin-Cache-Store-FastMmap/pkg/DESCR @@ -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. diff --git a/www/p5-Catalyst-Plugin-Cache-Store-FastMmap/pkg/PLIST b/www/p5-Catalyst-Plugin-Cache-Store-FastMmap/pkg/PLIST new file mode 100644 index 00000000000..8f6e425d393 --- /dev/null +++ b/www/p5-Catalyst-Plugin-Cache-Store-FastMmap/pkg/PLIST @@ -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