openbsd-ports/devel/p5-Cache-FastMmap/pkg/PLIST
steven 3c45419fd9 initial import of Cache::FastMmap 1.09
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.

submitted by Srebrenko Sehic, ssehic at gmail.com

ok sturm@
2006-04-13 22:14:01 +00:00

15 lines
455 B
Plaintext

@comment $OpenBSD: PLIST,v 1.1.1.1 2006/04/13 22:14:01 steven Exp $
${P5ARCH}/
${P5ARCH}/Cache/
${P5ARCH}/Cache/FastMmap/
${P5ARCH}/Cache/FastMmap.pm
${P5ARCH}/Cache/FastMmap/CImpl.pm
${P5ARCH}/auto/
${P5ARCH}/auto/Cache/
${P5ARCH}/auto/Cache/FastMmap/
${P5ARCH}/auto/Cache/FastMmap/CImpl/
${P5ARCH}/auto/Cache/FastMmap/CImpl/CImpl.bs
${P5ARCH}/auto/Cache/FastMmap/CImpl/CImpl.so
@man man/man3p/Cache::FastMmap.3p
@man man/man3p/Cache::FastMmap::CImpl.3p