From owner-svn-ports-all@freebsd.org Mon Mar 12 09:05:45 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8C67F2D8A9; Mon, 12 Mar 2018 09:05:45 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6A3BD70875; Mon, 12 Mar 2018 09:05:45 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 56D0D1849; Mon, 12 Mar 2018 09:05:45 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2C95jMs053535; Mon, 12 Mar 2018 09:05:45 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2C95ieb053531; Mon, 12 Mar 2018 09:05:44 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201803120905.w2C95ieb053531@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Mon, 12 Mar 2018 09:05:44 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: in head/textproc: . R-cran-utf8 X-SVN-Commit-Revision: 464239 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Mar 2018 09:05:46 -0000 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 +# $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 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/