summaryrefslogtreecommitdiff
path: root/devel/p5-Tie-FileLRUCache
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>2003-10-24 04:25:26 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>2003-10-24 04:25:26 +0000
commitf555846d91a2eec3c93c8d0d9d1285267f5a2cc5 (patch)
tree8e83d510117a887967e4ca9364d40e74ba9abade /devel/p5-Tie-FileLRUCache
parentAdd p5-Tie-DB_File-SplitHash 1.01, a wrapper around the DB_File Berkeley (diff)
Add p5-Tie-FileLRUCache 1.01,
a lightweight but robust filesystem based persistent LRU cache. PR: 58455 Submitted by: clsung@dragon2.net
Notes
Notes: svn path=/head/; revision=92025
Diffstat (limited to 'devel/p5-Tie-FileLRUCache')
-rw-r--r--devel/p5-Tie-FileLRUCache/Makefile26
-rw-r--r--devel/p5-Tie-FileLRUCache/distinfo1
-rw-r--r--devel/p5-Tie-FileLRUCache/pkg-descr10
-rw-r--r--devel/p5-Tie-FileLRUCache/pkg-plist5
4 files changed, 42 insertions, 0 deletions
diff --git a/devel/p5-Tie-FileLRUCache/Makefile b/devel/p5-Tie-FileLRUCache/Makefile
new file mode 100644
index 000000000000..91ea58199342
--- /dev/null
+++ b/devel/p5-Tie-FileLRUCache/Makefile
@@ -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>
diff --git a/devel/p5-Tie-FileLRUCache/distinfo b/devel/p5-Tie-FileLRUCache/distinfo
new file mode 100644
index 000000000000..a5eb47d54097
--- /dev/null
+++ b/devel/p5-Tie-FileLRUCache/distinfo
@@ -0,0 +1 @@
+MD5 (Tie-FileLRUCache-1.01.tar.gz) = de9961e24338763d872873e9d95b2c91
diff --git a/devel/p5-Tie-FileLRUCache/pkg-descr b/devel/p5-Tie-FileLRUCache/pkg-descr
new file mode 100644
index 000000000000..d79786eacb10
--- /dev/null
+++ b/devel/p5-Tie-FileLRUCache/pkg-descr
@@ -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
diff --git a/devel/p5-Tie-FileLRUCache/pkg-plist b/devel/p5-Tie-FileLRUCache/pkg-plist
new file mode 100644
index 000000000000..051c207bb4ef
--- /dev/null
+++ b/devel/p5-Tie-FileLRUCache/pkg-plist
@@ -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