diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-04 19:26:04 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-04 19:26:04 +0800 |
commit | 7ad9c8931bba90e7c1ababe75950af57326f57c5 (patch) | |
tree | 77b2bca6c3c04f6015b89ae437696afcee39688d /devel/Makefile | |
parent | 9bc05de2fb6b10a7cd8944b7f7e9e52fe89b7b68 (diff) | |
download | freebsd-ports-gnome-7ad9c8931bba90e7c1ababe75950af57326f57c5.tar.gz freebsd-ports-gnome-7ad9c8931bba90e7c1ababe75950af57326f57c5.tar.zst freebsd-ports-gnome-7ad9c8931bba90e7c1ababe75950af57326f57c5.zip |
New port: Cache::Mmap
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>
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 6a0ecd261eee..3e1bf374b93b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -433,6 +433,7 @@ SUBDIR += p5-BSD-stat SUBDIR += p5-C-Scan SUBDIR += p5-Cache-Cache + SUBDIR += p5-Cache-Mmap SUBDIR += p5-Carp-Assert SUBDIR += p5-Carp-Datum SUBDIR += p5-Cdk |