summaryrefslogtreecommitdiff
path: root/devel/p5-Cache-FastMmap
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2008-05-30 12:06:54 +0000
committerabs <abs@pkgsrc.org>2008-05-30 12:06:54 +0000
commitd5c855022a99246c3123112bbd49b2a7b8638353 (patch)
treeb411c5af708e1d9a54680a29ae68e453f713d31d /devel/p5-Cache-FastMmap
parent2d07e3ffffb56a9abcca254101175f1599fe6a62 (diff)
downloadpkgsrc-d5c855022a99246c3123112bbd49b2a7b8638353.tar.gz
Added devel/p5-Cache-FastMmap version 1.26
A shared memory cache through an mmap'ed file. Its core is written in C for performance. It uses fcntl locking to ensure multiple processes can safely access the cache at the same time. It uses a basic LRU algorithm to keep the most used entries in the cache.
Diffstat (limited to 'devel/p5-Cache-FastMmap')
-rw-r--r--devel/p5-Cache-FastMmap/DESCR4
-rw-r--r--devel/p5-Cache-FastMmap/Makefile19
-rw-r--r--devel/p5-Cache-FastMmap/distinfo5
3 files changed, 28 insertions, 0 deletions
diff --git a/devel/p5-Cache-FastMmap/DESCR b/devel/p5-Cache-FastMmap/DESCR
new file mode 100644
index 00000000000..d5e5b602f39
--- /dev/null
+++ b/devel/p5-Cache-FastMmap/DESCR
@@ -0,0 +1,4 @@
+A shared memory cache through an mmap'ed file. Its core is written
+in C for performance. It uses fcntl locking to ensure multiple
+processes can safely access the cache at the same time. It uses
+a basic LRU algorithm to keep the most used entries in the cache.
diff --git a/devel/p5-Cache-FastMmap/Makefile b/devel/p5-Cache-FastMmap/Makefile
new file mode 100644
index 00000000000..653a75e429b
--- /dev/null
+++ b/devel/p5-Cache-FastMmap/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/05/30 12:06:54 abs Exp $
+
+DISTNAME= Cache-FastMmap-1.26
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5cfm
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Cache/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Cache-FastMmap/
+COMMENT= Shared memory cache through an mmap'ed file
+
+USE_LANGUAGES= c
+PERL5_PACKLIST= auto/Cache/FastMmap/.packlist
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Cache-FastMmap/distinfo b/devel/p5-Cache-FastMmap/distinfo
new file mode 100644
index 00000000000..63e3b7494b9
--- /dev/null
+++ b/devel/p5-Cache-FastMmap/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/05/30 12:06:54 abs Exp $
+
+SHA1 (Cache-FastMmap-1.26.tar.gz) = 0e44d91c0ac409d0cd66a44091b797c2b671d9e8
+RMD160 (Cache-FastMmap-1.26.tar.gz) = 35f5a662348897f891b01b859b27bc5b02090314
+Size (Cache-FastMmap-1.26.tar.gz) = 43080 bytes