pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/R-cachem (devel/R-cachem) import R-cachem-1.0.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c46f460989c8
branches:  trunk
changeset: 453613:c46f460989c8
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon May 31 22:33:11 2021 +0000

description:
(devel/R-cachem) import R-cachem-1.0.5

Key-value stores with automatic pruning. Caches can limit either their
total size or the age of the oldest object (or both), automatically
pruning objects to maintain the constraints.

diffstat:

 devel/R-cachem/DESCR    |   3 +++
 devel/R-cachem/Makefile |  17 +++++++++++++++++
 devel/R-cachem/distinfo |   6 ++++++
 3 files changed, 26 insertions(+), 0 deletions(-)

diffs (38 lines):

diff -r 650ca902e26b -r c46f460989c8 devel/R-cachem/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-cachem/DESCR      Mon May 31 22:33:11 2021 +0000
@@ -0,0 +1,3 @@
+Key-value stores with automatic pruning. Caches can limit either their
+total size or the age of the oldest object (or both), automatically
+pruning objects to maintain the constraints.
diff -r 650ca902e26b -r c46f460989c8 devel/R-cachem/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-cachem/Makefile   Mon May 31 22:33:11 2021 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2021/05/31 22:33:11 mef Exp $
+
+R_PKGNAME=     cachem
+R_PKGVER=      1.0.5
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Cache R Objects with Automatic Pruning
+LICENSE=       mit     # + file LICENSE
+
+DEPENDS+=      R-rlang>=0.4.10:../../devel/R-rlang
+DEPENDS+=      R-fastmap-[0-9]*:../../devel/R-fastmap
+
+USE_LANGUAGES= c
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 650ca902e26b -r c46f460989c8 devel/R-cachem/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-cachem/distinfo   Mon May 31 22:33:11 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/05/31 22:33:11 mef Exp $
+
+SHA1 (R/cachem_1.0.5.tar.gz) = 52cb4fa8c7877c61c84db1c7f71e5bb155271899
+RMD160 (R/cachem_1.0.5.tar.gz) = 3e9fa92d32b271c4f14e02c076046cfeaad84853
+SHA512 (R/cachem_1.0.5.tar.gz) = 4b984a0c674f0e33ba2b0209e34206997a2b6c46c1bf72d0d3399a5ea623efe3bf4e764b4fd296e352e45f0b68729d3a7e9d7ec381dafdea8178de4b5dd16c54
+Size (R/cachem_1.0.5.tar.gz) = 24974 bytes



Home | Main Index | Thread Index | Old Index