aboutsummaryrefslogtreecommitdiff
path: root/textproc/R-cran-pystr
diff options
context:
space:
mode:
authorSteven Kreuzer <skreuzer@FreeBSD.org>2015-07-14 21:26:45 +0000
committerSteven Kreuzer <skreuzer@FreeBSD.org>2015-07-14 21:26:45 +0000
commit13d15ef487866f80e9889001285b228e450a7012 (patch)
tree780478347e0edb2b38591b67e535f06c0563af26 /textproc/R-cran-pystr
parent761ccc3886d017281435ff7061c8c6ffd3c7cad4 (diff)
downloadports-13d15ef487866f80e9889001285b228e450a7012.tar.gz
ports-13d15ef487866f80e9889001285b228e450a7012.zip
String operations the Python way - a package for those of us who miss Python's
string methods while we're working in R. WWW: http://cran.r-project.org/web/pystr/
Notes
Notes: svn path=/head/; revision=392100
Diffstat (limited to 'textproc/R-cran-pystr')
-rw-r--r--textproc/R-cran-pystr/Makefile14
-rw-r--r--textproc/R-cran-pystr/distinfo2
-rw-r--r--textproc/R-cran-pystr/pkg-descr4
3 files changed, 20 insertions, 0 deletions
diff --git a/textproc/R-cran-pystr/Makefile b/textproc/R-cran-pystr/Makefile
new file mode 100644
index 000000000000..ae9f0e1003b6
--- /dev/null
+++ b/textproc/R-cran-pystr/Makefile
@@ -0,0 +1,14 @@
+# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= pystr
+DISTVERSION= 1.0.0
+CATEGORIES= textproc
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= skreuzer@FreeBSD.org
+COMMENT= String operations the Python way
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>
diff --git a/textproc/R-cran-pystr/distinfo b/textproc/R-cran-pystr/distinfo
new file mode 100644
index 000000000000..f8471841f8a9
--- /dev/null
+++ b/textproc/R-cran-pystr/distinfo
@@ -0,0 +1,2 @@
+SHA256 (pystr_1.0.0.tar.gz) = 733eb4d92ab6dc1a614045ec527504b47ff7830411a39e18a682221a77bec0d7
+SIZE (pystr_1.0.0.tar.gz) = 21719
diff --git a/textproc/R-cran-pystr/pkg-descr b/textproc/R-cran-pystr/pkg-descr
new file mode 100644
index 000000000000..486043a9cafe
--- /dev/null
+++ b/textproc/R-cran-pystr/pkg-descr
@@ -0,0 +1,4 @@
+String operations the Python way - a package for those of us who miss Python's
+string methods while we're working in R.
+
+WWW: http://cran.r-project.org/web/pystr/