SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
4
devel/p5-Cache-FastMmap/pkg/DESCR
Normal file
4
devel/p5-Cache-FastMmap/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
A shared memory cache through an mmap'ed file. It's 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.
|
8
devel/p5-Cache-FastMmap/pkg/PLIST
Normal file
8
devel/p5-Cache-FastMmap/pkg/PLIST
Normal file
|
@ -0,0 +1,8 @@
|
|||
${P5ARCH}/
|
||||
${P5ARCH}/Cache/
|
||||
${P5ARCH}/Cache/FastMmap.pm
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/Cache/
|
||||
${P5ARCH}/auto/Cache/FastMmap/
|
||||
@so ${P5ARCH}/auto/Cache/FastMmap/FastMmap.so
|
||||
@man man/man3p/Cache::FastMmap.3p
|
Loading…
Add table
Add a link
Reference in a new issue