SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
devel/p5-Cache-Mmap/Makefile
Normal file
14
devel/p5-Cache-Mmap/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
COMMENT= shared data cache using memory mapped files
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Cache-Mmap-0.11
|
||||
EPOCH= 0
|
||||
REVISION= 3
|
||||
CATEGORIES= devel
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
WANTLIB += c perl
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Cache-Mmap/distinfo
Normal file
2
devel/p5-Cache-Mmap/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Cache-Mmap-0.11.tar.gz) = LJ2waf/5kMB2XmAMqWgRSJX34FqmYaGOWelLPNhBq6o=
|
||||
SIZE (Cache-Mmap-0.11.tar.gz) = 21547
|
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.
|
8
devel/p5-Cache-Mmap/pkg/PLIST
Normal file
8
devel/p5-Cache-Mmap/pkg/PLIST
Normal file
|
@ -0,0 +1,8 @@
|
|||
${P5ARCH}/
|
||||
${P5ARCH}/Cache/
|
||||
${P5ARCH}/Cache/Mmap.pm
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/Cache/
|
||||
${P5ARCH}/auto/Cache/Mmap/
|
||||
${P5ARCH}/auto/Cache/Mmap/Mmap.so
|
||||
@man man/man3p/Cache::Mmap.3p
|
Loading…
Add table
Add a link
Reference in a new issue