diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-03-17 12:45:18 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-03-17 12:45:18 +0000 |
commit | 1cb490deb8f4c57a6d63a45edd89cc9f22aeef93 (patch) | |
tree | 30474f069dfd9bc4592e8444463a3ec6310adc59 | |
parent | textproc/node-re2: Remove port (diff) |
- Add devel/R-cran-clisymbols: Unicode Symbols at the R Prompt
A small subset of Unicode symbols, that are useful when building command line
applications. They fall back to alternatives on terminals that do not support
Unicode. Many symbols were taken from the 'figures' 'npm' package
(see <https://github.com/sindresorhus/figures>).
WWW: https://CRAN.R-project.org/package=clisymbols
PR: 243630
Submitted by: jpbeconne@free.fr
Notes
Notes:
svn path=/head/; revision=568650
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/R-cran-clisymbols/Makefile | 16 | ||||
-rw-r--r-- | devel/R-cran-clisymbols/distinfo | 3 | ||||
-rw-r--r-- | devel/R-cran-clisymbols/pkg-descr | 6 |
4 files changed, 26 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 3f66af4d0a9a..1bf96dd1a622 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -32,6 +32,7 @@ SUBDIR += R-cran-classInt SUBDIR += R-cran-cli SUBDIR += R-cran-clipr + SUBDIR += R-cran-clisymbols SUBDIR += R-cran-covr SUBDIR += R-cran-cpp11 SUBDIR += R-cran-crayon diff --git a/devel/R-cran-clisymbols/Makefile b/devel/R-cran-clisymbols/Makefile new file mode 100644 index 000000000000..457960ff681c --- /dev/null +++ b/devel/R-cran-clisymbols/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +PORTNAME= clisymbols +DISTVERSION= 1.2.0 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= jpbeconne@free.fr +COMMENT= Unicode Symbols at the R Prompt + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cran:auto-plist + +.include <bsd.port.mk> diff --git a/devel/R-cran-clisymbols/distinfo b/devel/R-cran-clisymbols/distinfo new file mode 100644 index 000000000000..ed6861b076bf --- /dev/null +++ b/devel/R-cran-clisymbols/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1579550839 +SHA256 (clisymbols_1.2.0.tar.gz) = 0649f2ce39541820daee3ed408d765eddf83db5db639b493561f4e5fbf88efe0 +SIZE (clisymbols_1.2.0.tar.gz) = 9666 diff --git a/devel/R-cran-clisymbols/pkg-descr b/devel/R-cran-clisymbols/pkg-descr new file mode 100644 index 000000000000..fb3ae7f07cee --- /dev/null +++ b/devel/R-cran-clisymbols/pkg-descr @@ -0,0 +1,6 @@ +A small subset of Unicode symbols, that are useful when building command line +applications. They fall back to alternatives on terminals that do not support +Unicode. Many symbols were taken from the 'figures' 'npm' package +(see <https://github.com/sindresorhus/figures>). + +WWW: https://CRAN.R-project.org/package=clisymbols |