pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-glue



Module Name:    pkgsrc
Committed By:   minskim
Date:           Fri May 18 01:00:59 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-glue/DESCR pkgsrc/devel/R-glue/Makefile \
    pkgsrc/devel/R-glue/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-glue/DESCR
diff -u /dev/null pkgsrc/devel/R-glue/DESCR:1.1
--- /dev/null   Fri May 18 01:00:59 2018
+++ pkgsrc/devel/R-glue/DESCR   Fri May 18 01:00:59 2018
@@ -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.
Index: pkgsrc/devel/R-glue/Makefile
diff -u /dev/null pkgsrc/devel/R-glue/Makefile:1.1
--- /dev/null   Fri May 18 01:00:59 2018
+++ pkgsrc/devel/R-glue/Makefile        Fri May 18 01:00:59 2018
@@ -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@localhost
+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"
Index: pkgsrc/devel/R-glue/distinfo
diff -u /dev/null pkgsrc/devel/R-glue/distinfo:1.1
--- /dev/null   Fri May 18 01:00:59 2018
+++ pkgsrc/devel/R-glue/distinfo        Fri May 18 01:00:59 2018
@@ -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



Home | Main Index | Thread Index | Old Index