diff options
-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 |