aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Plugin-Cache-Store-FastMmap
diff options
context:
space:
mode:
authorLars Balker Rasmussen <lbr@FreeBSD.org>2007-08-22 16:40:37 +0000
committerLars Balker Rasmussen <lbr@FreeBSD.org>2007-08-22 16:40:37 +0000
commita1445d32b695d64559289539b20bf527ed266c7d (patch)
tree25eb6cdc6b9313547ea3fe8b9f57435ff667aac1 /www/p5-Catalyst-Plugin-Cache-Store-FastMmap
parent3c94765bd408a05f85e58f0f30e99cc2a727e0fe (diff)
downloadports-a1445d32b695d64559289539b20bf527ed266c7d.tar.gz
ports-a1445d32b695d64559289539b20bf527ed266c7d.zip
Notes
Diffstat (limited to 'www/p5-Catalyst-Plugin-Cache-Store-FastMmap')
-rw-r--r--www/p5-Catalyst-Plugin-Cache-Store-FastMmap/Makefile4
-rw-r--r--www/p5-Catalyst-Plugin-Cache-Store-FastMmap/distinfo6
-rw-r--r--www/p5-Catalyst-Plugin-Cache-Store-FastMmap/pkg-descr5
3 files changed, 10 insertions, 5 deletions
diff --git a/www/p5-Catalyst-Plugin-Cache-Store-FastMmap/Makefile b/www/p5-Catalyst-Plugin-Cache-Store-FastMmap/Makefile
index e8a4c58f8b38..d93a5b34f233 100644
--- a/www/p5-Catalyst-Plugin-Cache-Store-FastMmap/Makefile
+++ b/www/p5-Catalyst-Plugin-Cache-Store-FastMmap/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Catalyst-Plugin-Cache-Store-FastMmap
-PORTVERSION= 0.01
+PORTVERSION= 0.02
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Catalyst
@@ -23,6 +23,8 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
+DEPRECATED= Refer to the documentation for details on how to reconfigure your Catalyst application to avoid this module
+
MAN3= Catalyst::Plugin::Cache::Backend::FastMmap.3 \
Catalyst::Plugin::Cache::Store::FastMmap.3
diff --git a/www/p5-Catalyst-Plugin-Cache-Store-FastMmap/distinfo b/www/p5-Catalyst-Plugin-Cache-Store-FastMmap/distinfo
index a77d1907234b..d4bbb2ed836b 100644
--- a/www/p5-Catalyst-Plugin-Cache-Store-FastMmap/distinfo
+++ b/www/p5-Catalyst-Plugin-Cache-Store-FastMmap/distinfo
@@ -1,3 +1,3 @@
-MD5 (Catalyst-Plugin-Cache-Store-FastMmap-0.01.tar.gz) = 2fc842f0462ed9aa6a0cef3de6a8268f
-SHA256 (Catalyst-Plugin-Cache-Store-FastMmap-0.01.tar.gz) = eff3bed97ee8e740f193f50eb1efbee01ff1910fc2aab29293612c2a9158e3ac
-SIZE (Catalyst-Plugin-Cache-Store-FastMmap-0.01.tar.gz) = 3724
+MD5 (Catalyst-Plugin-Cache-Store-FastMmap-0.02.tar.gz) = 0180d977ad2060a2579a4a3a77d0a1f3
+SHA256 (Catalyst-Plugin-Cache-Store-FastMmap-0.02.tar.gz) = 4b5a7748f557ff28ab2029efed8bc741ab0cc074f9c6394e7fcd9c60bb8e286e
+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
index fd2d7a006506..e986dba5f32f 100644
--- a/www/p5-Catalyst-Plugin-Cache-Store-FastMmap/pkg-descr
+++ b/www/p5-Catalyst-Plugin-Cache-Store-FastMmap/pkg-descr
@@ -1,3 +1,6 @@
-This store plugin is a bit of a wrapper for Cache::FastMmap
+This plugin is deprecated because Cache::FastMmap no longer needs to be
+wrapped to store plain values. It is still available on the CPAN for
+backwards compatibility and will still work with newer versions of
+Cache::FastMmap with a slight performance degredation.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Cache-Store-FastMmap/