pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-lazyeval



Module Name:    pkgsrc
Committed By:   minskim
Date:           Mon Mar 19 02:31:21 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-lazyeval/DESCR \
    pkgsrc/devel/R-lazyeval/Makefile pkgsrc/devel/R-lazyeval/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-lazyeval/DESCR
diff -u /dev/null pkgsrc/devel/R-lazyeval/DESCR:1.1
--- /dev/null   Mon Mar 19 02:31:21 2018
+++ pkgsrc/devel/R-lazyeval/DESCR       Mon Mar 19 02:31:20 2018
@@ -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.
Index: pkgsrc/devel/R-lazyeval/Makefile
diff -u /dev/null pkgsrc/devel/R-lazyeval/Makefile:1.1
--- /dev/null   Mon Mar 19 02:31:21 2018
+++ pkgsrc/devel/R-lazyeval/Makefile    Mon Mar 19 02:31:20 2018
@@ -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"
Index: pkgsrc/devel/R-lazyeval/distinfo
diff -u /dev/null pkgsrc/devel/R-lazyeval/distinfo:1.1
--- /dev/null   Mon Mar 19 02:31:21 2018
+++ pkgsrc/devel/R-lazyeval/distinfo    Mon Mar 19 02:31:20 2018
@@ -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