aboutsummaryrefslogtreecommitdiff
path: root/japanese/R-cran-zipangu
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2020-01-12 03:57:40 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2020-01-12 03:57:40 +0000
commitd0ed22c35b7b4530c64dfd87925893fc43fd8b9c (patch)
tree59577d6c53cd78aff63bee67690ccb1e97b59de2 /japanese/R-cran-zipangu
parent320d09ca6f1f2b41682353687e6589ded88827ed (diff)
downloadports-d0ed22c35b7b4530c64dfd87925893fc43fd8b9c.tar.gz
ports-d0ed22c35b7b4530c64dfd87925893fc43fd8b9c.zip
- Add new port: japanese/R-cran-zipangu
Some data treated by the Japanese R user require unique operations and processing. These are caused by address, Kanji, and traditional year representations. 'zipangu' transforms specific to Japan into something more general one. WWW: https://cran.r-project.org/web/packages/zipangu/
Notes
Notes: svn path=/head/; revision=522748
Diffstat (limited to 'japanese/R-cran-zipangu')
-rw-r--r--japanese/R-cran-zipangu/Makefile31
-rw-r--r--japanese/R-cran-zipangu/distinfo3
-rw-r--r--japanese/R-cran-zipangu/pkg-descr6
3 files changed, 40 insertions, 0 deletions
diff --git a/japanese/R-cran-zipangu/Makefile b/japanese/R-cran-zipangu/Makefile
new file mode 100644
index 000000000000..dedcff14a6eb
--- /dev/null
+++ b/japanese/R-cran-zipangu/Makefile
@@ -0,0 +1,31 @@
+# $FreeBSD$
+
+PORTNAME= zipangu
+PORTVERSION= 0.2.0
+CATEGORIES= japanese
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Japanese Utility Functions and Data
+
+LICENSE= MIT
+
+CRAN_DEPENDS= R-cran-dplyr>=0.8.3:math/R-cran-dplyr \
+ R-cran-lifecycle>=0.1.0:devel/R-cran-lifecycle \
+ R-cran-lubridate>=1.7.4:devel/R-cran-lubridate \
+ R-cran-magrittr>=1.5:devel/R-cran-magrittr \
+ R-cran-purrr>=0.3.3:devel/R-cran-purrr \
+ R-cran-rlang>=0.4.0:devel/R-cran-rlang \
+ R-cran-stringi>=1.4.3:textproc/R-cran-stringi \
+ R-cran-stringr>=1.4.0:textproc/R-cran-stringr \
+ R-cran-tibble>=2.1.3:devel/R-cran-tibble
+BUILD_DEPENDS= ${CRAN_DEPENDS}
+RUN_DEPENDS= ${CRAN_DEPENDS}
+
+USES= cran:auto-plist
+
+.include <bsd.port.pre.mk>
+
+PKGNAMEPREFIX:= ${PKGNAMEPREFIX}R-cran-
+
+.include <bsd.port.post.mk>
diff --git a/japanese/R-cran-zipangu/distinfo b/japanese/R-cran-zipangu/distinfo
new file mode 100644
index 000000000000..079161c1c7ef
--- /dev/null
+++ b/japanese/R-cran-zipangu/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1578794514
+SHA256 (zipangu_0.2.0.tar.gz) = 691891bdd0fc9002c74483c12c42532ca59aed2bfe6503229c6b4990d0ca8c80
+SIZE (zipangu_0.2.0.tar.gz) = 302785
diff --git a/japanese/R-cran-zipangu/pkg-descr b/japanese/R-cran-zipangu/pkg-descr
new file mode 100644
index 000000000000..26e72b4d17e4
--- /dev/null
+++ b/japanese/R-cran-zipangu/pkg-descr
@@ -0,0 +1,6 @@
+Some data treated by the Japanese R user require unique operations
+and processing. These are caused by address, Kanji, and traditional
+year representations. 'zipangu' transforms specific to Japan into
+something more general one.
+
+WWW: https://cran.r-project.org/web/packages/zipangu/