pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-memoise



Module Name:    pkgsrc
Committed By:   minskim
Date:           Sat Apr  7 20:51:59 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-memoise/DESCR \
    pkgsrc/devel/R-memoise/Makefile pkgsrc/devel/R-memoise/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-memoise/DESCR
diff -u /dev/null pkgsrc/devel/R-memoise/DESCR:1.1
--- /dev/null   Sat Apr  7 20:51:59 2018
+++ pkgsrc/devel/R-memoise/DESCR        Sat Apr  7 20:51:58 2018
@@ -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.
Index: pkgsrc/devel/R-memoise/Makefile
diff -u /dev/null pkgsrc/devel/R-memoise/Makefile:1.1
--- /dev/null   Sat Apr  7 20:51:59 2018
+++ pkgsrc/devel/R-memoise/Makefile     Sat Apr  7 20:51:59 2018
@@ -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"
Index: pkgsrc/devel/R-memoise/distinfo
diff -u /dev/null pkgsrc/devel/R-memoise/distinfo:1.1
--- /dev/null   Sat Apr  7 20:51:59 2018
+++ pkgsrc/devel/R-memoise/distinfo     Sat Apr  7 20:51:59 2018
@@ -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