svn commit: r449305 - in head/devel: . R-cran-glue

TAKATSU Tomonari tota at FreeBSD.org
Tue Sep 5 17:15:36 UTC 2017


Author: tota
Date: Tue Sep  5 17:15:34 2017
New Revision: 449305
URL: https://svnweb.freebsd.org/changeset/ports/449305

Log:
  - Add new port: devel/R-cran-glue
  
    An implementation of interpreted string literals, inspired by
    Python's Literal String Interpolation and Docstrings and Julia's
    Triple-Quoted String Literals.
  
    WWW: https://cran.r-project.org/web/packages/glue/

Added:
  head/devel/R-cran-glue/
  head/devel/R-cran-glue/Makefile   (contents, props changed)
  head/devel/R-cran-glue/distinfo   (contents, props changed)
  head/devel/R-cran-glue/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile   (contents, props changed)

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Sep  5 17:15:29 2017	(r449304)
+++ head/devel/Makefile	Tue Sep  5 17:15:34 2017	(r449305)
@@ -31,6 +31,7 @@
     SUBDIR += R-cran-gbm
     SUBDIR += R-cran-gdata
     SUBDIR += R-cran-glmnet
+    SUBDIR += R-cran-glue
     SUBDIR += R-cran-gmodels
     SUBDIR += R-cran-gsubfn
     SUBDIR += R-cran-gtools

Added: head/devel/R-cran-glue/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-glue/Makefile	Tue Sep  5 17:15:34 2017	(r449305)
@@ -0,0 +1,16 @@
+# Created by: TAKATSU Tomonari <tota at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	glue
+PORTVERSION=	1.1.1
+CATEGORIES=	devel
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	tota at FreeBSD.org
+COMMENT=	Interpreted String Literals
+
+LICENSE=	MIT
+
+USES=		cran:auto-plist,compiles
+
+.include <bsd.port.mk>

Added: head/devel/R-cran-glue/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-glue/distinfo	Tue Sep  5 17:15:34 2017	(r449305)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1504456770
+SHA256 (glue_1.1.1.tar.gz) = 309eedfd84018f3fa24339aa6ee87ba7af88f941edd450f2879fe7e317ae5c05
+SIZE (glue_1.1.1.tar.gz) = 11362

Added: head/devel/R-cran-glue/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-glue/pkg-descr	Tue Sep  5 17:15:34 2017	(r449305)
@@ -0,0 +1,5 @@
+An implementation of interpreted string literals, inspired by
+Python's Literal String Interpolation and Docstrings and Julia's
+Triple-Quoted String Literals.
+
+WWW: https://cran.r-project.org/web/packages/glue/


More information about the svn-ports-all mailing list