pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-crayon



Module Name:    pkgsrc
Committed By:   minskim
Date:           Wed Feb  7 17:03:48 UTC 2018

Added Files:
        pkgsrc/devel/R-crayon: DESCR Makefile distinfo

Log Message:
devel/R-crayon: Import version 1.3.4

Colored terminal output on terminals that support 'ANSI' color and
highlight codes. It also works in 'Emacs' 'ESS'. 'ANSI' color support
is automatically detected. Colors and highlighting can be combined and
nested. New styles can also be created easily. This package was
inspired by the 'chalk' 'JavaScript' project.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-crayon/DESCR \
    pkgsrc/devel/R-crayon/Makefile pkgsrc/devel/R-crayon/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-crayon/DESCR
diff -u /dev/null pkgsrc/devel/R-crayon/DESCR:1.1
--- /dev/null   Wed Feb  7 17:03:48 2018
+++ pkgsrc/devel/R-crayon/DESCR Wed Feb  7 17:03:48 2018
@@ -0,0 +1,5 @@
+Colored terminal output on terminals that support 'ANSI' color and
+highlight codes. It also works in 'Emacs' 'ESS'. 'ANSI' color support
+is automatically detected. Colors and highlighting can be combined and
+nested. New styles can also be created easily. This package was
+inspired by the 'chalk' 'JavaScript' project.
Index: pkgsrc/devel/R-crayon/Makefile
diff -u /dev/null pkgsrc/devel/R-crayon/Makefile:1.1
--- /dev/null   Wed Feb  7 17:03:48 2018
+++ pkgsrc/devel/R-crayon/Makefile      Wed Feb  7 17:03:48 2018
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2018/02/07 17:03:48 minskim Exp $
+
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/r-lib/crayon/
+COMMENT=       Colored terminal output
+LICENSE=       mit
+
+R_PKGNAME=     crayon
+R_PKGVER=      1.3.4
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/R-crayon/distinfo
diff -u /dev/null pkgsrc/devel/R-crayon/distinfo:1.1
--- /dev/null   Wed Feb  7 17:03:48 2018
+++ pkgsrc/devel/R-crayon/distinfo      Wed Feb  7 17:03:48 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/02/07 17:03:48 minskim Exp $
+
+SHA1 (R/crayon_1.3.4.tar.gz) = 05867fa26db8822c9d651cf0f92374cb1dd9cb5e
+RMD160 (R/crayon_1.3.4.tar.gz) = 3ffb568cd8211a6380fb5d9ad3673444b58cd7ad
+SHA512 (R/crayon_1.3.4.tar.gz) = 201e5e9b02cf10c4f098d07e0c982d3a4d8ee6c18dce666a4b74734c7b1d853af97d1aa4991470ddb89e4f3b5baa321f9fd4eabe1034f52b5ac10d051aa2eb18
+Size (R/crayon_1.3.4.tar.gz) = 658694 bytes



Home | Main Index | Thread Index | Old Index