pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-prettycode
Module Name: pkgsrc
Committed By: mef
Date: Mon Jan 13 01:51:57 UTC 2020
Added Files:
pkgsrc/devel/R-prettycode: DESCR Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-prettycode/DESCR \
pkgsrc/devel/R-prettycode/Makefile pkgsrc/devel/R-prettycode/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/R-prettycode/DESCR
diff -u /dev/null pkgsrc/devel/R-prettycode/DESCR:1.1
--- /dev/null Mon Jan 13 01:51:57 2020
+++ pkgsrc/devel/R-prettycode/DESCR Mon Jan 13 01:51:57 2020
@@ -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.
Index: pkgsrc/devel/R-prettycode/Makefile
diff -u /dev/null pkgsrc/devel/R-prettycode/Makefile:1.1
--- /dev/null Mon Jan 13 01:51:57 2020
+++ pkgsrc/devel/R-prettycode/Makefile Mon Jan 13 01:51:57 2020
@@ -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"
Index: pkgsrc/devel/R-prettycode/distinfo
diff -u /dev/null pkgsrc/devel/R-prettycode/distinfo:1.1
--- /dev/null Mon Jan 13 01:51:57 2020
+++ pkgsrc/devel/R-prettycode/distinfo Mon Jan 13 01:51:57 2020
@@ -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