Initial import of Cache-Mmap 0.081
This module provides a shared cache, using a memory mapped file. Very useful for mod_perl applications. If routines are provided which interact with the underlying data, access to the cache is completely transparent, and the module handles all the details of refreshing cache contents, and updating underlying data, if necessary.
This commit is contained in:
parent
1ff285e9fc
commit
c854aac6f5
23
devel/p5-Cache-Mmap/Makefile
Normal file
23
devel/p5-Cache-Mmap/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2005/01/27 12:38:17 sturm Exp $
|
||||
|
||||
SHARED-ONLY= Yes
|
||||
|
||||
COMMENT= "shared data cache using memory mapped files"
|
||||
|
||||
DISTNAME= Cache-Mmap-0.081
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
|
||||
MAINTAINER= Nikolay Sturm <sturm@openbsd.org>
|
||||
|
||||
# GPL/Artistic
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Cache/}
|
||||
|
||||
CONFIGURE_STYLE=perl
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Cache-Mmap/distinfo
Normal file
3
devel/p5-Cache-Mmap/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Cache-Mmap-0.081.tar.gz) = 3170cbdf4232f5b2c578d5cd81527693
|
||||
RMD160 (Cache-Mmap-0.081.tar.gz) = 26e8d77eabddb88c615a4f3302303e119f803a62
|
||||
SHA1 (Cache-Mmap-0.081.tar.gz) = 04a3e21d3290db9eb5a9aec5b6817f16ad3027c2
|
5
devel/p5-Cache-Mmap/pkg/DESCR
Normal file
5
devel/p5-Cache-Mmap/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
This module provides a shared cache, using a memory mapped file. Very
|
||||
useful for mod_perl applications. If routines are provided which interact
|
||||
with the underlying data, access to the cache is completely transparent,
|
||||
and the module handles all the details of refreshing cache contents, and
|
||||
updating underlying data, if necessary.
|
2
devel/p5-Cache-Mmap/pkg/PFRAG.shared
Normal file
2
devel/p5-Cache-Mmap/pkg/PFRAG.shared
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2005/01/27 12:38:17 sturm Exp $
|
||||
${P5ARCH}/auto/Cache/Mmap/Mmap.so
|
10
devel/p5-Cache-Mmap/pkg/PLIST
Normal file
10
devel/p5-Cache-Mmap/pkg/PLIST
Normal file
@ -0,0 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/01/27 12:38:17 sturm Exp $
|
||||
${P5ARCH}/
|
||||
${P5ARCH}/Cache/
|
||||
${P5ARCH}/Cache/Mmap.pm
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/Cache/
|
||||
${P5ARCH}/auto/Cache/Mmap/
|
||||
${P5ARCH}/auto/Cache/Mmap/Mmap.bs
|
||||
@man man/man3p/Cache::Mmap.3p
|
||||
%%SHARED%%
|
Loading…
Reference in New Issue
Block a user