pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-cachem



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon May 31 22:33:11 UTC 2021

Added Files:
        pkgsrc/devel/R-cachem: DESCR Makefile distinfo

Log Message:
(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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-cachem/DESCR \
    pkgsrc/devel/R-cachem/Makefile pkgsrc/devel/R-cachem/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/R-cachem/DESCR
diff -u /dev/null pkgsrc/devel/R-cachem/DESCR:1.1
--- /dev/null   Mon May 31 22:33:11 2021
+++ pkgsrc/devel/R-cachem/DESCR Mon May 31 22:33:11 2021
@@ -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.
Index: pkgsrc/devel/R-cachem/Makefile
diff -u /dev/null pkgsrc/devel/R-cachem/Makefile:1.1
--- /dev/null   Mon May 31 22:33:11 2021
+++ pkgsrc/devel/R-cachem/Makefile      Mon May 31 22:33:11 2021
@@ -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"
Index: pkgsrc/devel/R-cachem/distinfo
diff -u /dev/null pkgsrc/devel/R-cachem/distinfo:1.1
--- /dev/null   Mon May 31 22:33:11 2021
+++ pkgsrc/devel/R-cachem/distinfo      Mon May 31 22:33:11 2021
@@ -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