aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorDavid Naylor <dbn@FreeBSD.org>2018-10-23 18:05:36 +0000
committerDavid Naylor <dbn@FreeBSD.org>2018-10-23 18:05:36 +0000
commit1e13974591b882ffe480162670e61948796869d2 (patch)
tree044f292a08ffa50c9411dfb120c402347b36b065 /textproc
parent4966bc645b563c11c122f146521076a6638f1628 (diff)
downloadports-1e13974591b882ffe480162670e61948796869d2.tar.gz
ports-1e13974591b882ffe480162670e61948796869d2.zip
textproc/R-cran-rex: Friendly Regular Expressions
Generated by: portcran (0.1.9)
Notes
Notes: svn path=/head/; revision=482863
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/R-cran-rex/Makefile28
-rw-r--r--textproc/R-cran-rex/distinfo3
-rw-r--r--textproc/R-cran-rex/pkg-descr3
4 files changed, 35 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index d5b4f8f37b4a..3e94ef8988f6 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -18,6 +18,7 @@
SUBDIR += R-cran-pystr
SUBDIR += R-cran-readr
SUBDIR += R-cran-rematch
+ SUBDIR += R-cran-rex
SUBDIR += R-cran-rmarkdown
SUBDIR += R-cran-stringi
SUBDIR += R-cran-stringr
diff --git a/textproc/R-cran-rex/Makefile b/textproc/R-cran-rex/Makefile
new file mode 100644
index 000000000000..8143f72c080f
--- /dev/null
+++ b/textproc/R-cran-rex/Makefile
@@ -0,0 +1,28 @@
+# $FreeBSD$
+
+PORTNAME= rex
+DISTVERSION= 1.1.2
+CATEGORIES= textproc
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= dbn@FreeBSD.org
+COMMENT= Friendly Regular Expressions
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr
+RUN_DEPENDS= R-cran-magrittr>0:devel/R-cran-magrittr \
+ R-cran-lazyeval>0:math/R-cran-lazyeval
+TEST_DEPENDS= R-cran-Hmisc>0:devel/R-cran-Hmisc \
+ R-cran-testthat>0:devel/R-cran-testthat \
+ R-cran-ggplot2>0:graphics/R-cran-ggplot2 \
+ R-cran-dplyr>0:math/R-cran-dplyr \
+ R-cran-knitr>0:print/R-cran-knitr \
+ R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \
+ R-cran-stringr>0:textproc/R-cran-stringr \
+ R-cran-rvest>0:www/R-cran-rvest
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>
diff --git a/textproc/R-cran-rex/distinfo b/textproc/R-cran-rex/distinfo
new file mode 100644
index 000000000000..a7118ca1fb55
--- /dev/null
+++ b/textproc/R-cran-rex/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1540317825
+SHA256 (rex_1.1.2.tar.gz) = bd3c74ceaf335336f5dd04314d0a791f6311e421a2158f321f5aab275f539a2a
+SIZE (rex_1.1.2.tar.gz) = 89430
diff --git a/textproc/R-cran-rex/pkg-descr b/textproc/R-cran-rex/pkg-descr
new file mode 100644
index 000000000000..1d3a50801b94
--- /dev/null
+++ b/textproc/R-cran-rex/pkg-descr
@@ -0,0 +1,3 @@
+A friendly interface for the construction of regular expressions.
+
+WWW: https://github.com/kevinushey/rex