SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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>

View file

@ -0,0 +1,2 @@
SHA256 (Cache-Mmap-0.11.tar.gz) = LJ2waf/5kMB2XmAMqWgRSJX34FqmYaGOWelLPNhBq6o=
SIZE (Cache-Mmap-0.11.tar.gz) = 21547

View 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.

View 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