mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
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/
This commit is contained in:
parent
761ccc3886
commit
13d15ef487
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392100
@ -6,6 +6,7 @@
|
||||
SUBDIR += 2bsd-diff
|
||||
SUBDIR += R-cran-R2HTML
|
||||
SUBDIR += R-cran-XML
|
||||
SUBDIR += R-cran-pystr
|
||||
SUBDIR += R-cran-stringi
|
||||
SUBDIR += R-cran-stringr
|
||||
SUBDIR += R-cran-xtable
|
||||
|
14
textproc/R-cran-pystr/Makefile
Normal file
14
textproc/R-cran-pystr/Makefile
Normal file
@ -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>
|
2
textproc/R-cran-pystr/distinfo
Normal file
2
textproc/R-cran-pystr/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (pystr_1.0.0.tar.gz) = 733eb4d92ab6dc1a614045ec527504b47ff7830411a39e18a682221a77bec0d7
|
||||
SIZE (pystr_1.0.0.tar.gz) = 21719
|
4
textproc/R-cran-pystr/pkg-descr
Normal file
4
textproc/R-cran-pystr/pkg-descr
Normal file
@ -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/
|
Loading…
Reference in New Issue
Block a user