svn commit: r522748 - in head/japanese: . R-cran-zipangu
TAKATSU Tomonari
tota at FreeBSD.org
Sun Jan 12 03:57:41 UTC 2020
Author: tota
Date: Sun Jan 12 03:57:40 2020
New Revision: 522748
URL: https://svnweb.freebsd.org/changeset/ports/522748
Log:
- 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/
Added:
head/japanese/R-cran-zipangu/
head/japanese/R-cran-zipangu/Makefile (contents, props changed)
head/japanese/R-cran-zipangu/distinfo (contents, props changed)
head/japanese/R-cran-zipangu/pkg-descr (contents, props changed)
Modified:
head/japanese/Makefile
Modified: head/japanese/Makefile
==============================================================================
--- head/japanese/Makefile Sun Jan 12 03:11:08 2020 (r522747)
+++ head/japanese/Makefile Sun Jan 12 03:57:40 2020 (r522748)
@@ -7,6 +7,7 @@
SUBDIR += CGdic-fpw
SUBDIR += FreeWnn-lib
SUBDIR += FreeWnn-server
+ SUBDIR += R-cran-zipangu
SUBDIR += Wnn6-lib
SUBDIR += Wnn7-lib
SUBDIR += a2ps
Added: head/japanese/R-cran-zipangu/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/japanese/R-cran-zipangu/Makefile Sun Jan 12 03:57:40 2020 (r522748)
@@ -0,0 +1,31 @@
+# $FreeBSD$
+
+PORTNAME= zipangu
+PORTVERSION= 0.2.0
+CATEGORIES= japanese
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= tota at 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>
Added: head/japanese/R-cran-zipangu/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/japanese/R-cran-zipangu/distinfo Sun Jan 12 03:57:40 2020 (r522748)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1578794514
+SHA256 (zipangu_0.2.0.tar.gz) = 691891bdd0fc9002c74483c12c42532ca59aed2bfe6503229c6b4990d0ca8c80
+SIZE (zipangu_0.2.0.tar.gz) = 302785
Added: head/japanese/R-cran-zipangu/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/japanese/R-cran-zipangu/pkg-descr Sun Jan 12 03:57:40 2020 (r522748)
@@ -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/
More information about the svn-ports-all
mailing list