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.
This commit is contained in:
parent
2fc6f14c0e
commit
f04fb524f2
3 changed files with 24 additions and 0 deletions
3
devel/R-glue/DESCR
Normal file
3
devel/R-glue/DESCR
Normal file
|
@ -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.
|
15
devel/R-glue/Makefile
Normal file
15
devel/R-glue/Makefile
Normal file
|
@ -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"
|
6
devel/R-glue/distinfo
Normal file
6
devel/R-glue/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue