diff options
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/R-cran-stringi/Makefile | 18 | ||||
-rw-r--r-- | textproc/R-cran-stringi/distinfo | 2 | ||||
-rw-r--r-- | textproc/R-cran-stringi/pkg-descr | 7 |
4 files changed, 28 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index c19931ac0aca..e16191d661a1 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 diff --git a/textproc/R-cran-stringi/Makefile b/textproc/R-cran-stringi/Makefile new file mode 100644 index 000000000000..5c179325423c --- /dev/null +++ b/textproc/R-cran-stringi/Makefile @@ -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> diff --git a/textproc/R-cran-stringi/distinfo b/textproc/R-cran-stringi/distinfo new file mode 100644 index 000000000000..ae662f7e6771 --- /dev/null +++ b/textproc/R-cran-stringi/distinfo @@ -0,0 +1,2 @@ +SHA256 (stringi_0.4-1.tar.gz) = d22e9237ca685f35465503f29efdd5aeb5b7091491204aa0db69e65d592a2f06 +SIZE (stringi_0.4-1.tar.gz) = 3461563 diff --git a/textproc/R-cran-stringi/pkg-descr b/textproc/R-cran-stringi/pkg-descr new file mode 100644 index 000000000000..32da7850c794 --- /dev/null +++ b/textproc/R-cran-stringi/pkg-descr @@ -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/ |