pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/R-memoise devel/R-memoise: Import version 1.1.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/16b8226d8eb0
branches: trunk
changeset: 378437:16b8226d8eb0
user: minskim <minskim%pkgsrc.org@localhost>
date: Sat Apr 07 20:51:58 2018 +0000
description:
devel/R-memoise: Import version 1.1.0
Cache the results of a function so that when you call it again with
the same arguments it returns the pre-computed value.
diffstat:
devel/R-memoise/DESCR | 2 ++
devel/R-memoise/Makefile | 19 +++++++++++++++++++
devel/R-memoise/distinfo | 6 ++++++
3 files changed, 27 insertions(+), 0 deletions(-)
diffs (39 lines):
diff -r 7da75a2670d3 -r 16b8226d8eb0 devel/R-memoise/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-memoise/DESCR Sat Apr 07 20:51:58 2018 +0000
@@ -0,0 +1,2 @@
+Cache the results of a function so that when you call it again with
+the same arguments it returns the pre-computed value.
diff -r 7da75a2670d3 -r 16b8226d8eb0 devel/R-memoise/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-memoise/Makefile Sat Apr 07 20:51:58 2018 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2018/04/07 20:51:59 minskim Exp $
+
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER= minskim%NetBSD.org@localhost
+HOMEPAGE= https://github.com/hadley/memoise
+COMMENT= Memoisation of Functions
+LICENSE= mit
+
+R_PKGNAME= memoise
+R_PKGVER= 1.1.0
+
+DEPENDS+= R-digest>=0.6.3:../../security/R-digest
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 7da75a2670d3 -r 16b8226d8eb0 devel/R-memoise/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-memoise/distinfo Sat Apr 07 20:51:58 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/04/07 20:51:59 minskim Exp $
+
+SHA1 (R/memoise_1.1.0.tar.gz) = 202b193c549388fb63f25b6e236721f568d18f4a
+RMD160 (R/memoise_1.1.0.tar.gz) = 2bd0ce53b6ba5146275792ee7812cd92774dcc5d
+SHA512 (R/memoise_1.1.0.tar.gz) = d6bc671997164a48af2d9f72b4ea3713004431f7c1f2bd07a6622e9f8b2c688e03c333f18011bbea87b860a014422decb631c883912729e818709b1e1bbbd9d9
+Size (R/memoise_1.1.0.tar.gz) = 11025 bytes
Home |
Main Index |
Thread Index |
Old Index