Initial import of p5-Tie-Cache-LRU-Expires.
This module implements an expiring LRU cache, using Tie::Cache::LRU. Each entry in this cache expires after 'EXPIRES' seconds (default 3600). The cache is in RAM (see Tie::Cache::LRU). ENTRIES provides the maximum number of entries in the Tie::Cache::LRU cache.
This commit is contained in:
parent
61a700f02a
commit
ca4d840849
3 changed files with 29 additions and 0 deletions
4
devel/p5-Tie-Cache-LRU-Expires/DESCR
Normal file
4
devel/p5-Tie-Cache-LRU-Expires/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
This module implements an expiring LRU cache, using Tie::Cache::LRU.
|
||||
Each entry in this cache expires after 'EXPIRES' seconds (default 3600).
|
||||
The cache is in RAM (see Tie::Cache::LRU). ENTRIES provides the maximum
|
||||
number of entries in the Tie::Cache::LRU cache.
|
20
devel/p5-Tie-Cache-LRU-Expires/Makefile
Normal file
20
devel/p5-Tie-Cache-LRU-Expires/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/07/04 17:48:57 cube Exp $
|
||||
|
||||
DISTNAME= Tie-Cache-LRU-Expires-0.54
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tie/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Tie-Cache-LRU-Expires/
|
||||
COMMENT= Extends Tie::Cache::LRU with expiring
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
DEPENDS+= p5-Tie-Cache-LRU-[0-9]*:../../devel/p5-Tie-Cache-LRU
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
PERL5_PACKLIST= auto/Tie/Cache/LRU/Expires/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
devel/p5-Tie-Cache-LRU-Expires/distinfo
Normal file
5
devel/p5-Tie-Cache-LRU-Expires/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/07/04 17:48:57 cube Exp $
|
||||
|
||||
SHA1 (Tie-Cache-LRU-Expires-0.54.tar.gz) = 205e5f8ba1be2a415b0ff056a804dd1cf9b7cda6
|
||||
RMD160 (Tie-Cache-LRU-Expires-0.54.tar.gz) = 8db8d93f449105737b3366104201566e1639e2c7
|
||||
Size (Tie-Cache-LRU-Expires-0.54.tar.gz) = 3149 bytes
|
Loading…
Reference in a new issue