summaryrefslogtreecommitdiff
path: root/devel/R-glue
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2018-05-18 01:00:59 +0000
committerminskim <minskim@pkgsrc.org>2018-05-18 01:00:59 +0000
commit7bcb8d3d3ddcc96c9031551255566bd17a36f280 (patch)
treecf8372f0f86b84fd30c3d1c2e8c1ddba9bad8998 /devel/R-glue
parent208c9a370b458ebddc1506b50892744e3339bc18 (diff)
downloadpkgsrc-7bcb8d3d3ddcc96c9031551255566bd17a36f280.tar.gz
devel/R-glue: Import version 1.2.0
An implementation of interpreted string literals, inspired by Python's Literal String Interpolation and Docstrings, and Julia's Triple-Quoted String Literals.
Diffstat (limited to 'devel/R-glue')
-rw-r--r--devel/R-glue/DESCR3
-rw-r--r--devel/R-glue/Makefile15
-rw-r--r--devel/R-glue/distinfo6
3 files changed, 24 insertions, 0 deletions
diff --git a/devel/R-glue/DESCR b/devel/R-glue/DESCR
new file mode 100644
index 00000000000..e2ca2287ed4
--- /dev/null
+++ b/devel/R-glue/DESCR
@@ -0,0 +1,3 @@
+An implementation of interpreted string literals, inspired by Python's
+Literal String Interpolation and Docstrings, and Julia's Triple-Quoted
+String Literals.
diff --git a/devel/R-glue/Makefile b/devel/R-glue/Makefile
new file mode 100644
index 00000000000..65acc66dcff
--- /dev/null
+++ b/devel/R-glue/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2018/05/18 01:00:59 minskim Exp $
+
+DISTNAME= glue_1.2.0
+CATEGORIES= devel
+
+MAINTAINER= minskim@NetBSD.org
+HOMEPAGE= https://github.com/tidyverse/glue
+COMMENT= Interpreted String Literals
+LICENSE= mit
+
+USE_LANGUAGES= c
+
+BUILDLINK_API_DEPENDS.R+= R>=3.1
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/R-glue/distinfo b/devel/R-glue/distinfo
new file mode 100644
index 00000000000..dc4e7afc32e
--- /dev/null
+++ b/devel/R-glue/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/05/18 01:00:59 minskim Exp $
+
+SHA1 (R/glue_1.2.0.tar.gz) = 0c4354cbfd529f2475d186bf7e3e22024561f2cc
+RMD160 (R/glue_1.2.0.tar.gz) = cd18993d98ba2aa45d82eed743cd22629b1a257c
+SHA512 (R/glue_1.2.0.tar.gz) = e390f4c829367da2f0033bcd5500173abe96802698b27fb9d923deacc1fb610e8a407eeffedbb09e2ff2a8e931bf791cff68f861b481ffd684ee7e34610f7208
+Size (R/glue_1.2.0.tar.gz) = 28193 bytes