Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Sep 2017 17:15:34 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449305 - in head/devel: . R-cran-glue
Message-ID:  <201709051715.v85HFYf2067182@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	glue
+PORTVERSION=	1.1.1
+CATEGORIES=	devel
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	tota@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709051715.v85HFYf2067182>