pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Cache-Cache Import p5-Cache-Cache version 1.02.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/906cb6e37e68
branches:  trunk
changeset: 460442:906cb6e37e68
user:      he <he%pkgsrc.org@localhost>
date:      Sat Aug 30 18:47:51 2003 +0000

description:
Import p5-Cache-Cache version 1.02.

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/p5-Cache-Cache/DESCR    |  17 +++++++++++++++++
 devel/p5-Cache-Cache/Makefile |  24 ++++++++++++++++++++++++
 devel/p5-Cache-Cache/PLIST    |   1 +
 devel/p5-Cache-Cache/distinfo |   4 ++++
 4 files changed, 46 insertions(+), 0 deletions(-)

diffs (62 lines):

diff -r cb2476690497 -r 906cb6e37e68 devel/p5-Cache-Cache/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Cache-Cache/DESCR        Sat Aug 30 18:47:51 2003 +0000
@@ -0,0 +1,17 @@
+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.
+
+The Cache package provides Cache::Cache, a generic interface
+for creating persistent data stores.  This interface is implemented
+by the Cache::MemoryCache, Cache::SharedMemoryCache, Cache::FileCache, 
+Cache::SizeAwareFileCache, Cache::SizeAwareMemoryCache, and 
+Cache::SizeAwareSharedMemoryCache classes. 
+
+This work aggregates and extends the obsolete File::Cache and
+IPC::Cache projects.
diff -r cb2476690497 -r 906cb6e37e68 devel/p5-Cache-Cache/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Cache-Cache/Makefile     Sat Aug 30 18:47:51 2003 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/08/30 18:47:51 he Exp $
+#
+
+DISTNAME=      Cache-Cache-1.02
+PKGNAME=       p5-${DISTNAME}
+SVR4_PKGNAME=  p5cc
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Cache/}
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+HOMEPAGE=      http://perl-cache.sourceforge.net/
+COMMENT=       The Cache interface
+
+DEPENDS+=      p5-IPC-ShareLite>=0.09:../../devel/p5-IPC-ShareLite
+DEPENDS+=      p5-Error>=0.15:../../devel/p5-Error
+DEPENDS+=      p5-Digest-SHA1>=2.02:../../security/p5-Digest-SHA1
+DEPENDS+=      p5-Storable>=1.014:../../devel/p5-Storable
+DEPENDS+=      p5-IPC-ShareLite>=0.09:../../devel/p5-IPC-ShareLite
+
+USE_BUILDLINK2=        YES
+PERL5_PACKLIST=        ${PERL5_SITEARCH}/auto/Cache/Cache/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r cb2476690497 -r 906cb6e37e68 devel/p5-Cache-Cache/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Cache-Cache/PLIST        Sat Aug 30 18:47:51 2003 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/30 18:47:51 he Exp $
diff -r cb2476690497 -r 906cb6e37e68 devel/p5-Cache-Cache/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Cache-Cache/distinfo     Sat Aug 30 18:47:51 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/08/30 18:47:51 he Exp $
+
+SHA1 (Cache-Cache-1.02.tar.gz) = ac62e1b706dd141d813378b27e0f140f133f98ee
+Size (Cache-Cache-1.02.tar.gz) = 33202 bytes



Home | Main Index | Thread Index | Old Index