import p5-Tie-Cache-LRU-Expires
This is 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). ok merdely@
This commit is contained in:
parent
5c570055ab
commit
696b11b290
20
devel/p5-Tie-Cache-LRU-Expires/Makefile
Normal file
20
devel/p5-Tie-Cache-LRU-Expires/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/09/09 23:27:04 sthen Exp $
|
||||
COMMENT= LRU cache in memory with expiry
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Tie-Cache-LRU-Expires-0.54
|
||||
CATEGORIES= devel
|
||||
|
||||
BUILD_DEPENDS= ::devel/p5-Tie-Cache-LRU \
|
||||
::devel/p5-Carp-Assert \
|
||||
::devel/p5-Class-Virtual \
|
||||
::devel/p5-Class-Data-Inheritable
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
.include <bsd.port.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 @@
|
||||
MD5 (Tie-Cache-LRU-Expires-0.54.tar.gz) = KXc7mQkX28UN1lyNjBdp2A==
|
||||
RMD160 (Tie-Cache-LRU-Expires-0.54.tar.gz) = jbjZP0SRBXN7M2YQQgFWbhY54sc=
|
||||
SHA1 (Tie-Cache-LRU-Expires-0.54.tar.gz) = IF5fi6G+KkFbD/BWqATdHPm3zaY=
|
||||
SHA256 (Tie-Cache-LRU-Expires-0.54.tar.gz) = As7C4M1kR4r/2nZCnCjavcDu/ykuHfDr/Juo9v20qW0=
|
||||
SIZE (Tie-Cache-LRU-Expires-0.54.tar.gz) = 3149
|
3
devel/p5-Tie-Cache-LRU-Expires/pkg/DESCR
Normal file
3
devel/p5-Tie-Cache-LRU-Expires/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
This is 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).
|
3
devel/p5-Tie-Cache-LRU-Expires/pkg/PLIST
Normal file
3
devel/p5-Tie-Cache-LRU-Expires/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/09/09 23:27:04 sthen Exp $
|
||||
${P5SITE}/Tie/Cache/LRU/Expires.pm
|
||||
@man man/man3p/Tie::Cache::LRU::Expires.3p
|
Loading…
Reference in New Issue
Block a user