pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Cache-FastMmap Added devel/p5-Cache-FastMmap ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/adcea4d62838
branches:  trunk
changeset: 542958:adcea4d62838
user:      abs <abs%pkgsrc.org@localhost>
date:      Fri May 30 12:06:54 2008 +0000

description:
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:

 devel/p5-Cache-FastMmap/DESCR    |   4 ++++
 devel/p5-Cache-FastMmap/Makefile |  19 +++++++++++++++++++
 devel/p5-Cache-FastMmap/distinfo |   5 +++++
 3 files changed, 28 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r b714265bf3bd -r adcea4d62838 devel/p5-Cache-FastMmap/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Cache-FastMmap/DESCR     Fri May 30 12:06:54 2008 +0000
@@ -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 -r b714265bf3bd -r adcea4d62838 devel/p5-Cache-FastMmap/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Cache-FastMmap/Makefile  Fri May 30 12:06:54 2008 +0000
@@ -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@localhost
+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 -r b714265bf3bd -r adcea4d62838 devel/p5-Cache-FastMmap/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Cache-FastMmap/distinfo  Fri May 30 12:06:54 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index