pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/R-prettycode devel/R-prettycode: import R-pretty...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d872f650486f
branches:  trunk
changeset: 408041:d872f650486f
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon Jan 13 01:51:57 2020 +0000

description:
devel/R-prettycode: import R-prettycode-1.1.0

Replace the standard print method for functions with one that performs
syntax highlighting, using ANSI colors, if the terminal supports them.

diffstat:

 devel/R-prettycode/DESCR    |   2 ++
 devel/R-prettycode/Makefile |  18 ++++++++++++++++++
 devel/R-prettycode/distinfo |   6 ++++++
 3 files changed, 26 insertions(+), 0 deletions(-)

diffs (38 lines):

diff -r 055ac7211676 -r d872f650486f devel/R-prettycode/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-prettycode/DESCR  Mon Jan 13 01:51:57 2020 +0000
@@ -0,0 +1,2 @@
+Replace the standard print method for functions with one that performs
+syntax highlighting, using ANSI colors, if the terminal supports them.
diff -r 055ac7211676 -r d872f650486f devel/R-prettycode/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-prettycode/Makefile       Mon Jan 13 01:51:57 2020 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2020/01/13 01:51:57 mef Exp $
+
+R_PKGNAME=     prettycode
+R_PKGVER=      1.1.0
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Pretty Print R Code in the Terminal
+LICENSE=       mit     # + file LICENSE
+
+DEPENDS+=      R-crayon>=1.3.4:../../devel/R-crayon
+
+#TEST_DEPENDS+=        R-mockery-[0-9]*:../../
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 055ac7211676 -r d872f650486f devel/R-prettycode/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-prettycode/distinfo       Mon Jan 13 01:51:57 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/13 01:51:57 mef Exp $
+
+SHA1 (R/prettycode_1.1.0.tar.gz) = 0d37a315564ca3d1258c84ebe465f727643bf386
+RMD160 (R/prettycode_1.1.0.tar.gz) = cd4e05a294ee9dd06a5e231bce3b21ba95651b43
+SHA512 (R/prettycode_1.1.0.tar.gz) = 9608c881a691dd85d3d103236755032e254410ef65344a26c3a44463a6a1e2dbab87a179375d0ce167ff7ea53459ae55735940cbe33afd594c2e68c169b72449
+Size (R/prettycode_1.1.0.tar.gz) = 209279 bytes



Home | Main Index | Thread Index | Old Index