Date: Mon, 12 Mar 2018 09:05:44 +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: r464239 - in head/textproc: . R-cran-utf8 Message-ID: <201803120905.w2C95ieb053531@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= utf8 +PORTVERSION= 1.1.3 +CATEGORIES= textproc +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803120905.w2C95ieb053531>