pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/R-sourcetools



Module Name:    pkgsrc
Committed By:   minskim
Date:           Wed May  9 00:32:50 UTC 2018

Added Files:
        pkgsrc/lang/R-sourcetools: DESCR Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/R-sourcetools/DESCR \
    pkgsrc/lang/R-sourcetools/Makefile pkgsrc/lang/R-sourcetools/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/lang/R-sourcetools/DESCR
diff -u /dev/null pkgsrc/lang/R-sourcetools/DESCR:1.1
--- /dev/null   Wed May  9 00:32:50 2018
+++ pkgsrc/lang/R-sourcetools/DESCR     Wed May  9 00:32:50 2018
@@ -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.
Index: pkgsrc/lang/R-sourcetools/Makefile
diff -u /dev/null pkgsrc/lang/R-sourcetools/Makefile:1.1
--- /dev/null   Wed May  9 00:32:50 2018
+++ pkgsrc/lang/R-sourcetools/Makefile  Wed May  9 00:32:50 2018
@@ -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"
Index: pkgsrc/lang/R-sourcetools/distinfo
diff -u /dev/null pkgsrc/lang/R-sourcetools/distinfo:1.1
--- /dev/null   Wed May  9 00:32:50 2018
+++ pkgsrc/lang/R-sourcetools/distinfo  Wed May  9 00:32:50 2018
@@ -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