pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-pkgcache



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Jan  1 10:17:46 UTC 2021

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

Log Message:
(devel/R-pkgcache) import R-pkgcache-1.1.1

Metadata and package cache for CRAN-like repositories. This is a
utility package to be used by package management tools that want to
take advantage of caching.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-pkgcache/DESCR \
    pkgsrc/devel/R-pkgcache/Makefile pkgsrc/devel/R-pkgcache/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-pkgcache/DESCR
diff -u /dev/null pkgsrc/devel/R-pkgcache/DESCR:1.1
--- /dev/null   Fri Jan  1 10:17:46 2021
+++ pkgsrc/devel/R-pkgcache/DESCR       Fri Jan  1 10:17:46 2021
@@ -0,0 +1,3 @@
+Metadata and package cache for CRAN-like repositories. This is a
+utility package to be used by package management tools that want to
+take advantage of caching.
Index: pkgsrc/devel/R-pkgcache/Makefile
diff -u /dev/null pkgsrc/devel/R-pkgcache/Makefile:1.1
--- /dev/null   Fri Jan  1 10:17:46 2021
+++ pkgsrc/devel/R-pkgcache/Makefile    Fri Jan  1 10:17:46 2021
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1 2021/01/01 10:17:46 mef Exp $
+
+R_PKGNAME=     pkgcache
+R_PKGVER=      1.1.1
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Cache 'CRAN'-Like Metadata and R Packages
+LICENSE=       mit     # + file LICENSE
+
+DEPENDS+=      R-assertthat>=0.2.1:../../devel/R-assertthat
+DEPENDS+=      R-callr>=2.0.4.9000:../../devel/R-callr
+DEPENDS+=      R-cli>=2.0.0:../../devel/R-cli
+DEPENDS+=      R-glue>=1.4.1:../../devel/R-glue
+DEPENDS+=      R-rappdirs>=0.3.1:../../devel/R-rappdirs
+DEPENDS+=      R-rlang>=0.4.9:../../devel/R-rlang
+DEPENDS+=      R-uuid>=0.1.2:../../devel/R-uuid
+DEPENDS+=      R-prettyunits>=1.0.2:../../math/R-prettyunits
+DEPENDS+=      R-tibble>=2.1.3:../../math/R-tibble
+DEPENDS+=      R-digest>=0.6.25:../../security/R-digest
+DEPENDS+=      R-processx>=3.3.0.9001:../../sysutils/R-processx
+DEPENDS+=      R-curl>=3.2:../../www/R-curl
+DEPENDS+=      R-filelock-[0-9]*:../../devel/R-filelock
+
+# Packages suggested but not available: 'debugme', 'presser'
+#TEST_DEPENDS+=        R-debugme-[0-9]*:
+
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/R-pkgcache/distinfo
diff -u /dev/null pkgsrc/devel/R-pkgcache/distinfo:1.1
--- /dev/null   Fri Jan  1 10:17:46 2021
+++ pkgsrc/devel/R-pkgcache/distinfo    Fri Jan  1 10:17:46 2021
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/01/01 10:17:46 mef Exp $
+
+SHA1 (R/pkgcache_1.1.1.tar.gz) = 4cbd40032755f7149d5884432f96f09b37ab0a0a
+RMD160 (R/pkgcache_1.1.1.tar.gz) = f83980e5c7fcdd648d642b8cae2dabf4b373e8fe
+SHA512 (R/pkgcache_1.1.1.tar.gz) = 4d7f86c98902e1909376b8b38c15b98a39b815015df54f07082c8d453025eb11374881cf4f928986c819340c1b6467c956038d83ea20afbbd0f60cfc4e492b25
+Size (R/pkgcache_1.1.1.tar.gz) = 131818 bytes



Home | Main Index | Thread Index | Old Index