diff options
author | tota <tota@FreeBSD.org> | 2018-03-12 17:05:44 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2018-03-12 17:05:44 +0800 |
commit | 45200e365141db862cb7b22cbb7541eda4e4a27d (patch) | |
tree | 246b2f283aae49a4b531f1c321257925d0236f61 /textproc | |
parent | 5d5dc4f33d1aa7f254922f184b65f5a7af374abd (diff) | |
download | freebsd-ports-graphics-45200e365141db862cb7b22cbb7541eda4e4a27d.tar.gz freebsd-ports-graphics-45200e365141db862cb7b22cbb7541eda4e4a27d.tar.zst freebsd-ports-graphics-45200e365141db862cb7b22cbb7541eda4e4a27d.zip |
- Add new port: textproc/R-cran-utf8
Process and print 'UTF-8' encoded international text (Unicode).
Input, validate, normalize, encode, format, and display.
WWW: https://cran.r-project.org/web/packages/utf8/
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/R-cran-utf8/Makefile | 17 | ||||
-rw-r--r-- | textproc/R-cran-utf8/distinfo | 3 | ||||
-rw-r--r-- | textproc/R-cran-utf8/pkg-descr | 4 |
4 files changed, 25 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index ca2f6cff185..0a7ffe13437 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -18,6 +18,7 @@ SUBDIR += R-cran-rmarkdown SUBDIR += R-cran-stringi SUBDIR += R-cran-stringr + SUBDIR += R-cran-utf8 SUBDIR += R-cran-xml2 SUBDIR += R-cran-xtable SUBDIR += R-cran-yaml diff --git a/textproc/R-cran-utf8/Makefile b/textproc/R-cran-utf8/Makefile new file mode 100644 index 00000000000..6737bc1dfee --- /dev/null +++ b/textproc/R-cran-utf8/Makefile @@ -0,0 +1,17 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= utf8 +PORTVERSION= 1.1.3 +CATEGORIES= textproc +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Unicode Text Processing + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cran:auto-plist,compiles + +.include <bsd.port.mk> diff --git a/textproc/R-cran-utf8/distinfo b/textproc/R-cran-utf8/distinfo new file mode 100644 index 00000000000..4bab4fdbf72 --- /dev/null +++ b/textproc/R-cran-utf8/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520843929 +SHA256 (utf8_1.1.3.tar.gz) = 43b394c3274ba0f66719d28dc4a7babeb87187e766de8d8ca716e0548091440f +SIZE (utf8_1.1.3.tar.gz) = 217735 diff --git a/textproc/R-cran-utf8/pkg-descr b/textproc/R-cran-utf8/pkg-descr new file mode 100644 index 00000000000..7523a9738d1 --- /dev/null +++ b/textproc/R-cran-utf8/pkg-descr @@ -0,0 +1,4 @@ +Process and print 'UTF-8' encoded international text (Unicode). +Input, validate, normalize, encode, format, and display. + +WWW: https://cran.r-project.org/web/packages/utf8/ |