aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Cache-Mmap
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.08erwin2003-10-312-4/+6
|
* utilize SITE_PERLijliao2003-10-242-9/+9
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Update to 0.07erwin2003-06-182-2/+2
|
* Change to my FreeBSD.org addresserwin2003-06-131-2/+2
|
* Conditionalize dependencies for moudules included in perl 5.8edwin2003-04-131-5/+8
| | | | | | | | | | | Make dependencies on modules included in the perl 5.8 distribution conditional on the perl version installed. While I'm here, remove SITE_PERL and MAN(3)PREFIX. 17 + 29 + 234 = 280 PRs. It's about time he starts doing the work himself! PR: ports/50588 Submitted by: Erwin Lansing <erwin@lansing.dk>
* De-pkg-comment.knu2003-02-212-1/+1
|
* New port: Cache::Mmapedwin2003-02-045-0/+41
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. PR: ports/47465 Submitted by: Erwin Lansing <erwin@lansing.dk>