Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -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.

View File

@@ -0,0 +1,28 @@
# $NetBSD: Makefile,v 1.19 2013/05/31 12:40:06 wiz Exp $
DISTNAME= Cache-Cache-1.06
PKGNAME= p5-${DISTNAME}
PKGREVISION= 4
SVR4_PKGNAME= p5cc
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Cache/} \
${MASTER_SITE_SOURCEFORGE:=perl-cache/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://perl-cache.sourceforge.net/
COMMENT= The Cache interface
LICENSE= ${PERL5_LICENSE}
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
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= # none
PERL5_PACKLIST= auto/Cache/Cache/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.6 2009/04/12 10:49:30 he Exp $
SHA1 (Cache-Cache-1.06.tar.gz) = e80a35c12f25ec747ff543a1935f1009cec2e565
RMD160 (Cache-Cache-1.06.tar.gz) = a82f81d5eeda9f9e653f6c406ce29f5cc910da18
Size (Cache-Cache-1.06.tar.gz) = 34506 bytes