Date: Tue, 4 Feb 2003 03:26:04 -0800 (PST) From: Edwin Groothuis <edwin@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-Cache-Mmap Makefile distinfo pkg-comment pkg-descr pkg-plist Message-ID: <200302041126.h14BQ4Ea067309@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
edwin 2003/02/04 03:26:04 PST
Modified files:
devel Makefile
Added files:
devel/p5-Cache-Mmap Makefile distinfo pkg-comment pkg-descr
pkg-plist
Log:
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>
Revision Changes Path
1.1048 +1 -0 ports/devel/Makefile
1.1 +25 -0 ports/devel/p5-Cache-Mmap/Makefile (new)
1.1 +1 -0 ports/devel/p5-Cache-Mmap/distinfo (new)
1.1 +1 -0 ports/devel/p5-Cache-Mmap/pkg-comment (new)
1.1 +7 -0 ports/devel/p5-Cache-Mmap/pkg-descr (new)
1.1 +7 -0 ports/devel/p5-Cache-Mmap/pkg-plist (new)
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302041126.h14BQ4Ea067309>
