svn commit: r464239 - in head/textproc: . R-cran-utf8

TAKATSU Tomonari tota at FreeBSD.org
Mon Mar 12 09:05:46 UTC 2018


Author: tota
Date: Mon Mar 12 09:05:44 2018
New Revision: 464239
URL: https://svnweb.freebsd.org/changeset/ports/464239

Log:
  - Add new port: textproc/R-cran-utf8
  
    Process and print 'UTF-8' encoded international text (Unicode).
    Input, validate, normalize, encode, format, and display.
  
    WWW: https://cran.r-project.org/web/packages/utf8/

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

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Mon Mar 12 09:03:12 2018	(r464238)
+++ head/textproc/Makefile	Mon Mar 12 09:05:44 2018	(r464239)
@@ -18,6 +18,7 @@
     SUBDIR += R-cran-rmarkdown
     SUBDIR += R-cran-stringi
     SUBDIR += R-cran-stringr
+    SUBDIR += R-cran-utf8
     SUBDIR += R-cran-xml2
     SUBDIR += R-cran-xtable
     SUBDIR += R-cran-yaml

Added: head/textproc/R-cran-utf8/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/R-cran-utf8/Makefile	Mon Mar 12 09:05:44 2018	(r464239)
@@ -0,0 +1,17 @@
+# Created by: TAKATSU Tomonari <tota at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	utf8
+PORTVERSION=	1.1.3
+CATEGORIES=	textproc
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	tota at FreeBSD.org
+COMMENT=	Unicode Text Processing
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		cran:auto-plist,compiles
+
+.include <bsd.port.mk>

Added: head/textproc/R-cran-utf8/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/R-cran-utf8/distinfo	Mon Mar 12 09:05:44 2018	(r464239)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1520843929
+SHA256 (utf8_1.1.3.tar.gz) = 43b394c3274ba0f66719d28dc4a7babeb87187e766de8d8ca716e0548091440f
+SIZE (utf8_1.1.3.tar.gz) = 217735

Added: head/textproc/R-cran-utf8/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/R-cran-utf8/pkg-descr	Mon Mar 12 09:05:44 2018	(r464239)
@@ -0,0 +1,4 @@
+Process and print 'UTF-8' encoded international text (Unicode).
+Input, validate, normalize, encode, format, and display.
+
+WWW: https://cran.r-project.org/web/packages/utf8/


More information about the svn-ports-all mailing list