aboutsummaryrefslogtreecommitdiff
path: root/textproc/R-cran-stringi
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2015-05-04 13:26:28 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2015-05-04 13:26:28 +0000
commit085de01cc96ec436d26c3e6f759f32f5980a6a50 (patch)
tree661d0b4575e1b0f47fa7e01bcebb01eedc6e9c92 /textproc/R-cran-stringi
parentf7f5de9089efe644bf1e6059516e33ae1d5da9ce (diff)
Notes
Diffstat (limited to 'textproc/R-cran-stringi')
-rw-r--r--textproc/R-cran-stringi/Makefile18
-rw-r--r--textproc/R-cran-stringi/distinfo2
-rw-r--r--textproc/R-cran-stringi/pkg-descr7
3 files changed, 27 insertions, 0 deletions
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/