diff options
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/R-cran-zipangu/Makefile | 31 | ||||
-rw-r--r-- | japanese/R-cran-zipangu/distinfo | 3 | ||||
-rw-r--r-- | japanese/R-cran-zipangu/pkg-descr | 6 |
4 files changed, 41 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index cbffc43464e4..a10c5c41e915 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -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 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/ |