mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add p5-Tie-FileLRUCache 1.01,
a lightweight but robust filesystem based persistent LRU cache. PR: 58455 Submitted by: clsung@dragon2.net
This commit is contained in:
parent
1bfa55b3bf
commit
f555846d91
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92025
5 changed files with 43 additions and 0 deletions
|
@ -812,6 +812,7 @@
|
|||
SUBDIR += p5-Tie-DB_File-SplitHash
|
||||
SUBDIR += p5-Tie-DB_FileLock
|
||||
SUBDIR += p5-Tie-File
|
||||
SUBDIR += p5-Tie-FileLRUCache
|
||||
SUBDIR += p5-Tie-IxHash
|
||||
SUBDIR += p5-Time-Duration
|
||||
SUBDIR += p5-Time-HiRes
|
||||
|
|
26
devel/p5-Tie-FileLRUCache/Makefile
Normal file
26
devel/p5-Tie-FileLRUCache/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# New ports collection makefile for: devel/p5-Tie-FileLRUCache
|
||||
# Date created: Oct 23 2003
|
||||
# Whom: clsung@dragon2.net
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Tie-FileLRUCache
|
||||
PORTVERSION= 1.01
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Tie
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= clsung@dragon2.net
|
||||
COMMENT= A lightweight but robust filesystem based persistent LRU cache
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Class/NamedParms.pm:${PORTSDIR}/devel/p5-Class-NamedParms \
|
||||
${SITE_PERL}/Class/ParmList.pm:${PORTSDIR}/devel/p5-Class-ParmList
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Tie::FileLRUCache.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/p5-Tie-FileLRUCache/distinfo
Normal file
1
devel/p5-Tie-FileLRUCache/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Tie-FileLRUCache-1.01.tar.gz) = de9961e24338763d872873e9d95b2c91
|
10
devel/p5-Tie-FileLRUCache/pkg-descr
Normal file
10
devel/p5-Tie-FileLRUCache/pkg-descr
Normal file
|
@ -0,0 +1,10 @@
|
|||
Tie::FileLRUCache
|
||||
|
||||
Provides a lightweight Least Recently Used cache of data via
|
||||
either an object or tied interface. Keys and data are both
|
||||
allowed to be references and objects as well as scalars. Requires
|
||||
'Digest::SHA1' to be installed.
|
||||
|
||||
WWW: http://search.cpan.org/~snowhare/Tie-FileLRUCache-1.01/
|
||||
|
||||
Author: Benjamin Franz
|
5
devel/p5-Tie-FileLRUCache/pkg-plist
Normal file
5
devel/p5-Tie-FileLRUCache/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
%%SITE_PERL%%/Tie/FileLRUCache.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/FileLRUCache/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/FileLRUCache
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Tie 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/FileLRUCache 2>/dev/null || true
|
Loading…
Add table
Reference in a new issue