svn commit: r568650 - in head/devel: . R-cran-clisymbols

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Mar 17 12:45:19 UTC 2021


Author: amdmi3
Date: Wed Mar 17 12:45:18 2021
New Revision: 568650
URL: https://svnweb.freebsd.org/changeset/ports/568650

Log:
  - 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 at free.fr

Added:
  head/devel/R-cran-clisymbols/
  head/devel/R-cran-clisymbols/Makefile   (contents, props changed)
  head/devel/R-cran-clisymbols/distinfo   (contents, props changed)
  head/devel/R-cran-clisymbols/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Mar 17 12:39:45 2021	(r568649)
+++ head/devel/Makefile	Wed Mar 17 12:45:18 2021	(r568650)
@@ -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

Added: head/devel/R-cran-clisymbols/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-clisymbols/Makefile	Wed Mar 17 12:45:18 2021	(r568650)
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PORTNAME=	clisymbols
+DISTVERSION=	1.2.0
+CATEGORIES=	devel
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	jpbeconne at free.fr
+COMMENT=	Unicode Symbols at the R Prompt
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/devel/R-cran-clisymbols/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-clisymbols/distinfo	Wed Mar 17 12:45:18 2021	(r568650)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1579550839
+SHA256 (clisymbols_1.2.0.tar.gz) = 0649f2ce39541820daee3ed408d765eddf83db5db639b493561f4e5fbf88efe0
+SIZE (clisymbols_1.2.0.tar.gz) = 9666

Added: head/devel/R-cran-clisymbols/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-clisymbols/pkg-descr	Wed Mar 17 12:45:18 2021	(r568650)
@@ -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


More information about the svn-ports-head mailing list