From 3486e3155a3fe745cec8ad8c3b623ac4aa78daf0 Mon Sep 17 00:00:00 2001 From: wen Date: Sun, 10 Apr 2016 15:14:13 +0000 Subject: 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. --- devel/p5-Cache-LRU/DESCR | 2 ++ devel/p5-Cache-LRU/Makefile | 20 ++++++++++++++++++++ devel/p5-Cache-LRU/distinfo | 6 ++++++ 3 files changed, 28 insertions(+) create mode 100644 devel/p5-Cache-LRU/DESCR create mode 100644 devel/p5-Cache-LRU/Makefile create mode 100644 devel/p5-Cache-LRU/distinfo 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 -- cgit v1.2.3