pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/R-sourcetools lang/R-sourcetools: Import version ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/202bde978b3c
branches: trunk
changeset: 379966:202bde978b3c
user: minskim <minskim%pkgsrc.org@localhost>
date: Wed May 09 00:32:50 2018 +0000
description:
lang/R-sourcetools: Import version 0.1.7
Tools for the reading and tokenization of R code. The 'sourcetools'
package provides both an R and C++ interface for the tokenization of R
code, and helpers for interacting with the tokenized representation of
R code.
diffstat:
lang/R-sourcetools/DESCR | 4 ++++
lang/R-sourcetools/Makefile | 19 +++++++++++++++++++
lang/R-sourcetools/distinfo | 6 ++++++
3 files changed, 29 insertions(+), 0 deletions(-)
diffs (41 lines):
diff -r 38dd3c6db14c -r 202bde978b3c lang/R-sourcetools/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/R-sourcetools/DESCR Wed May 09 00:32:50 2018 +0000
@@ -0,0 +1,4 @@
+Tools for the reading and tokenization of R code. The 'sourcetools'
+package provides both an R and C++ interface for the tokenization of R
+code, and helpers for interacting with the tokenized representation of
+R code.
diff -r 38dd3c6db14c -r 202bde978b3c lang/R-sourcetools/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/R-sourcetools/Makefile Wed May 09 00:32:50 2018 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2018/05/09 00:32:50 minskim Exp $
+
+DISTNAME= sourcetools_0.1.7
+CATEGORIES= lang
+
+MAINTAINER= minskim%NetBSD.org@localhost
+COMMENT= Tools for Reading, Tokenizing and Parsing R Code
+LICENSE= mit
+
+USE_LANGUAGES= c c++
+
+BUILDLINK_API_DEPENDS.R+= R>=3.0.2
+.include "../../math/R/Makefile.extension"
+
+post-configure:
+ ${ECHO} PKG_CFLAGS=${CFLAGS:Q} >> ${WRKSRC}/src/Makevars
+ ${ECHO} PKG_CXXFLAGS=${CXXFLAGS:Q} >> ${WRKSRC}/src/Makevars
+
+.include "../../mk/bsd.pkg.mk"
diff -r 38dd3c6db14c -r 202bde978b3c lang/R-sourcetools/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/R-sourcetools/distinfo Wed May 09 00:32:50 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/05/09 00:32:50 minskim Exp $
+
+SHA1 (R/sourcetools_0.1.7.tar.gz) = bbdbad448223f9ba52f0ae827a6edf54fb572de9
+RMD160 (R/sourcetools_0.1.7.tar.gz) = 7348e4313e2c5e0d29cdf7d09f07bb60e2dec605
+SHA512 (R/sourcetools_0.1.7.tar.gz) = 8446aec2a22046044a886c16b752f1846ba8e24b07fbce23678ca324536b6cc19acb795eb381491712c2bd913f891518911b48f37c0a4bd47aad12e57f6eb31d
+Size (R/sourcetools_0.1.7.tar.gz) = 24155 bytes
Home |
Main Index |
Thread Index |
Old Index