summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwen <wen>2016-04-10 15:14:13 +0000
committerwen <wen>2016-04-10 15:14:13 +0000
commit3486e3155a3fe745cec8ad8c3b623ac4aa78daf0 (patch)
treecba1bb21e4d51d8f612901012b91c2e349f17bb8
parent7cc0fc3453d1467e8cf09eafe1cf94f5fa101265 (diff)
downloadpkgsrc-3486e3155a3fe745cec8ad8c3b623ac4aa78daf0.tar.gz
Import Cache-LRU-0.04 as devel/p5-Cache-LRU.
A simple, fast implementation of an in-memory LRU cache in pure perl with the maximum number of entries to be stored within the cache object.
-rw-r--r--devel/p5-Cache-LRU/DESCR2
-rw-r--r--devel/p5-Cache-LRU/Makefile20
-rw-r--r--devel/p5-Cache-LRU/distinfo6
3 files changed, 28 insertions, 0 deletions
diff --git a/devel/p5-Cache-LRU/DESCR b/devel/p5-Cache-LRU/DESCR
new file mode 100644
index 00000000000..8d5830ff231
--- /dev/null
+++ b/devel/p5-Cache-LRU/DESCR
@@ -0,0 +1,2 @@
+A simple, fast implementation of an in-memory LRU cache in pure perl with
+the maximum number of entries to be stored within the cache object.
diff --git a/devel/p5-Cache-LRU/Makefile b/devel/p5-Cache-LRU/Makefile
new file mode 100644
index 00000000000..799ba7c70ce
--- /dev/null
+++ b/devel/p5-Cache-LRU/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2016/04/10 15:14:13 wen Exp $
+
+DISTNAME= Cache-LRU-0.04
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Cache/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Cache-LRU/
+COMMENT= Simple, fast implementation of an in-memory LRU cache
+LICENSE= ${PERL5_LICENSE}
+
+BUILD_DEPENDS+= p5-Test-Requires>=0:../../devel/p5-Test-Requires
+
+USE_LANGUAGES= # none
+
+PERL5_PACKLIST= auto/Cache/LRU/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Cache-LRU/distinfo b/devel/p5-Cache-LRU/distinfo
new file mode 100644
index 00000000000..9d4721a7199
--- /dev/null
+++ b/devel/p5-Cache-LRU/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/04/10 15:14:13 wen Exp $
+
+SHA1 (Cache-LRU-0.04.tar.gz) = 628628f96b420928607d20c53c3650ba055e88e4
+RMD160 (Cache-LRU-0.04.tar.gz) = d02823af1e42884bc505f9b45d7a7b5429041155
+SHA512 (Cache-LRU-0.04.tar.gz) = 9fd4f56da78e4b8e291c4291ccb2e34bc50f7294fc8ff1d942d21fb116a5613c96f8e55ef9bb95a7ae3e810e791d3edf2f9f15063fd0fb85414a8e8964e88118
+Size (Cache-LRU-0.04.tar.gz) = 20133 bytes