pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/R-lazyeval devel/R-lazyeval: Import version 0.2.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/af83ecf8990f
branches: trunk
changeset: 377571:af83ecf8990f
user: minskim <minskim%pkgsrc.org@localhost>
date: Mon Mar 19 02:31:20 2018 +0000
description:
devel/R-lazyeval: Import version 0.2.1
An alternative approach to non-standard evaluation using
formulas. Provides a full implementation of LISP style
'quasiquotation', making it easier to generate code with other code.
diffstat:
devel/R-lazyeval/DESCR | 3 +++
devel/R-lazyeval/Makefile | 18 ++++++++++++++++++
devel/R-lazyeval/distinfo | 6 ++++++
3 files changed, 27 insertions(+), 0 deletions(-)
diffs (39 lines):
diff -r 0a7a76fff492 -r af83ecf8990f devel/R-lazyeval/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-lazyeval/DESCR Mon Mar 19 02:31:20 2018 +0000
@@ -0,0 +1,3 @@
+An alternative approach to non-standard evaluation using
+formulas. Provides a full implementation of LISP style
+'quasiquotation', making it easier to generate code with other code.
diff -r 0a7a76fff492 -r af83ecf8990f devel/R-lazyeval/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-lazyeval/Makefile Mon Mar 19 02:31:20 2018 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2018/03/19 02:31:20 minskim Exp $
+
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER= minskim%NetBSD.org@localhost
+HOMEPAGE= ${R_HOMEPAGE_BASE}/lazyeval/
+COMMENT= Lazy (non-standard) evaluation
+LICENSE= gnu-gpl-v3
+
+R_PKGNAME= lazyeval
+R_PKGVER= 0.2.1
+
+USE_LANGUAGES= c
+
+BUILDLINK_API_DEPENDS.R+= R>=3.1.0
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 0a7a76fff492 -r af83ecf8990f devel/R-lazyeval/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-lazyeval/distinfo Mon Mar 19 02:31:20 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/03/19 02:31:20 minskim Exp $
+
+SHA1 (R/lazyeval_0.2.1.tar.gz) = 002606abdace20eda0be1004e71a1aab250d0577
+RMD160 (R/lazyeval_0.2.1.tar.gz) = b15b8c2d7948d35feaef8fde0b01af95dc795dab
+SHA512 (R/lazyeval_0.2.1.tar.gz) = 18c559b3948ab4d68c68b60b8a01c3ec49e2e3155bf5cd973438cb4533f6a2d2ea461e2a90edf78ccb7b4db8a1f2b6169cc50e4e65532ebfd295099cdb19977a
+Size (R/lazyeval_0.2.1.tar.gz) = 80150 bytes
Home |
Main Index |
Thread Index |
Old Index