pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc R-clisymbols: initial commit
details: https://anonhg.NetBSD.org/pkgsrc/rev/7b950d0039ef
branches: trunk
changeset: 399442:7b950d0039ef
user: brook <brook%pkgsrc.org@localhost>
date: Fri Aug 09 18:28:57 2019 +0000
description:
R-clisymbols: initial commit
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>).
diffstat:
doc/CHANGES-2019 | 3 ++-
textproc/Makefile | 3 ++-
textproc/R-clisymbols/DESCR | 5 +++++
textproc/R-clisymbols/Makefile | 14 ++++++++++++++
textproc/R-clisymbols/distinfo | 6 ++++++
5 files changed, 29 insertions(+), 2 deletions(-)
diffs (68 lines):
diff -r 204621468a73 -r 7b950d0039ef doc/CHANGES-2019
--- a/doc/CHANGES-2019 Fri Aug 09 18:28:06 2019 +0000
+++ b/doc/CHANGES-2019 Fri Aug 09 18:28:57 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3344 2019/08/09 18:28:06 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3345 2019/08/09 18:28:57 brook Exp $
Changes to the packages collection and infrastructure in 2019:
@@ -5467,3 +5467,4 @@
Added devel/R-whisker version 0.3.2 [brook 2019-08-09]
Added devel/R-ini version 0.3.1 [brook 2019-08-09]
Added devel/R-fs version 1.3.1 [brook 2019-08-09]
+ Added textproc/R-clisymbols version 1.2.0 [brook 2019-08-09]
diff -r 204621468a73 -r 7b950d0039ef textproc/Makefile
--- a/textproc/Makefile Fri Aug 09 18:28:06 2019 +0000
+++ b/textproc/Makefile Fri Aug 09 18:28:57 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1041 2019/07/31 13:55:04 brook Exp $
+# $NetBSD: Makefile,v 1.1042 2019/08/09 18:28:57 brook Exp $
#
COMMENT= Text processing utilities (does not include desktop publishing)
@@ -12,6 +12,7 @@
SUBDIR+= Markdown
SUBDIR+= OdfConverter
SUBDIR+= R-cellranger
+SUBDIR+= R-clisymbols
SUBDIR+= R-data.table
SUBDIR+= R-formatR
SUBDIR+= R-gsubfn
diff -r 204621468a73 -r 7b950d0039ef textproc/R-clisymbols/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-clisymbols/DESCR Fri Aug 09 18:28:57 2019 +0000
@@ -0,0 +1,5 @@
+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>).
diff -r 204621468a73 -r 7b950d0039ef textproc/R-clisymbols/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-clisymbols/Makefile Fri Aug 09 18:28:57 2019 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2019/08/09 18:28:57 brook Exp $
+
+R_PKGNAME= clisymbols
+R_PKGVER= 1.2.0
+CATEGORIES= textproc
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Unicode symbols at the R prompt
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 204621468a73 -r 7b950d0039ef textproc/R-clisymbols/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-clisymbols/distinfo Fri Aug 09 18:28:57 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/09 18:28:57 brook Exp $
+
+SHA1 (R/clisymbols_1.2.0.tar.gz) = 588618df4eb8640167e3a653ef4d8f9e0606c0bd
+RMD160 (R/clisymbols_1.2.0.tar.gz) = 2d9375920694dcfdf42ad351e133cf3dc5a6309d
+SHA512 (R/clisymbols_1.2.0.tar.gz) = 467414dc3a2d154154c34fa3162509a35384fe88febeb25ffea01688c297ebe7c160d97dae1dedd049167faf04493ee55d845c157d7071f7f8b442160596c190
+Size (R/clisymbols_1.2.0.tar.gz) = 9666 bytes
Home |
Main Index |
Thread Index |
Old Index