Date: Mon, 4 May 2015 13:26:28 +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: r385404 - in head/textproc: . R-cran-stringi Message-ID: <201505041326.t44DQSrb011259@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Mon May 4 13:26:28 2015 New Revision: 385404 URL: https://svnweb.freebsd.org/changeset/ports/385404 Log: - Add a new port: textproc/R-cran-stringi stringi (pronounced "stringy") is THE R package for fast, correct, consistent and convenient string/text processing in each locale and any native character encoding. The use of the ICU library gives R users a platform-independent set of functions known to Java, Perl, Python, PHP, and Ruby programmers. WWW: http://www.rexamine.com/resources/stringi/ Added: head/textproc/R-cran-stringi/ head/textproc/R-cran-stringi/Makefile (contents, props changed) head/textproc/R-cran-stringi/distinfo (contents, props changed) head/textproc/R-cran-stringi/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Mon May 4 13:21:17 2015 (r385403) +++ head/textproc/Makefile Mon May 4 13:26:28 2015 (r385404) @@ -6,6 +6,7 @@ SUBDIR += 2bsd-diff SUBDIR += R-cran-R2HTML SUBDIR += R-cran-XML + SUBDIR += R-cran-stringi SUBDIR += R-cran-stringr SUBDIR += R-cran-xtable SUBDIR += ack Added: head/textproc/R-cran-stringi/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/R-cran-stringi/Makefile Mon May 4 13:26:28 2015 (r385404) @@ -0,0 +1,18 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= stringi +DISTVERSION= 0.4-1 +CATEGORIES= textproc +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Character String Processing Facilities + +LICENSE= BSD3CLAUSE + +LIB_DEPENDS= libicui18n.so:${PORTSDIR}/devel/icu + +USES= cran:auto-plist + +.include <bsd.port.mk> Added: head/textproc/R-cran-stringi/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/R-cran-stringi/distinfo Mon May 4 13:26:28 2015 (r385404) @@ -0,0 +1,2 @@ +SHA256 (stringi_0.4-1.tar.gz) = d22e9237ca685f35465503f29efdd5aeb5b7091491204aa0db69e65d592a2f06 +SIZE (stringi_0.4-1.tar.gz) = 3461563 Added: head/textproc/R-cran-stringi/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/R-cran-stringi/pkg-descr Mon May 4 13:26:28 2015 (r385404) @@ -0,0 +1,7 @@ +stringi (pronounced "stringy") is THE R package for fast, correct, +consistent and convenient string/text processing in each locale and +any native character encoding. The use of the ICU library gives R +users a platform-independent set of functions known to Java, Perl, +Python, PHP, and Ruby programmers. + +WWW: http://www.rexamine.com/resources/stringi/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505041326.t44DQSrb011259>