diff options
author | abs <abs@pkgsrc.org> | 2008-05-30 12:06:54 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2008-05-30 12:06:54 +0000 |
commit | 9bbe10a604353658de42ddbc72c857fa18a045ff (patch) | |
tree | b411c5af708e1d9a54680a29ae68e453f713d31d /devel | |
parent | 921409a1488e1e7778cb1bda09040ea114d61e44 (diff) | |
download | pkgsrc-9bbe10a604353658de42ddbc72c857fa18a045ff.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')
-rw-r--r-- | devel/p5-Cache-FastMmap/DESCR | 4 | ||||
-rw-r--r-- | devel/p5-Cache-FastMmap/Makefile | 19 | ||||
-rw-r--r-- | devel/p5-Cache-FastMmap/distinfo | 5 |
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 |