pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel Enable p5-Cache-Cache.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c922955568be
branches:  trunk
changeset: 460445:c922955568be
user:      he <he%pkgsrc.org@localhost>
date:      Sat Aug 30 18:55:40 2003 +0000

description:
Enable p5-Cache-Cache.

The Cache modules are designed to assist a developer in persisting
data for a specified period of time.  Often these modules are used
in web applications to store data locally to save repeated and
redundant expensive calls to remote machines or databases.  People
have also been known to use Cache::Cache for its straightforward
interface in sharing data between runs of an application or
invocations of a CGI-style script or simply as an easy to use
abstraction of the filesystem or shared memory.

diffstat:

 devel/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9a2ed54e5a4a -r c922955568be devel/Makefile
--- a/devel/Makefile    Sat Aug 30 18:53:07 2003 +0000
+++ b/devel/Makefile    Sat Aug 30 18:55:40 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.413 2003/08/30 07:17:52 taca Exp $
+# $NetBSD: Makefile,v 1.414 2003/08/30 18:55:40 he Exp $
 #
 
 COMMENT=       Development utilities
@@ -238,6 +238,7 @@
 SUBDIR+=       p5-Class-Loader
 SUBDIR+=       p5-Class-ObjectTemplate
 SUBDIR+=       p5-Class-ReturnValue
+SUBDIR+=       p5-Cache-Cache
 SUBDIR+=       p5-Compress-Zlib
 SUBDIR+=       p5-Config-General
 SUBDIR+=       p5-Config-IniFiles



Home | Main Index | Thread Index | Old Index