pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/R-highr Initial import of highr v0.3 as textp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c0bd3c61142d
branches:  trunk
changeset: 639631:c0bd3c61142d
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Sep 19 22:31:53 2014 +0000

description:
Initial import of highr v0.3 as textproc/R-highr.

This package provides syntax highlighting for R source code. Currently
it supports LaTeX and HTML output. Source code of other languages can
be supported via Andre Simon's Highlight package.

Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html

diffstat:

 textproc/R-highr/DESCR    |   3 +++
 textproc/R-highr/Makefile |  15 +++++++++++++++
 textproc/R-highr/distinfo |   5 +++++
 3 files changed, 23 insertions(+), 0 deletions(-)

diffs (35 lines):

diff -r dd26e3fd086f -r c0bd3c61142d textproc/R-highr/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-highr/DESCR    Fri Sep 19 22:31:53 2014 +0000
@@ -0,0 +1,3 @@
+This package provides syntax highlighting for R source code. Currently
+it supports LaTeX and HTML output. Source code of other languages can
+be supported via Andre Simon's Highlight package.
diff -r dd26e3fd086f -r c0bd3c61142d textproc/R-highr/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-highr/Makefile Fri Sep 19 22:31:53 2014 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2014/09/19 22:31:53 brook Exp $
+
+CATEGORIES=    textproc
+MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      ${R_HOMEPAGE_BASE}/highr/
+COMMENT=       Syntax highlighting for R
+# TODO: LICENSE=       GPL
+
+R_PKGNAME=     highr
+R_PKGVER=      0.3
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r dd26e3fd086f -r c0bd3c61142d textproc/R-highr/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-highr/distinfo Fri Sep 19 22:31:53 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/09/19 22:31:53 brook Exp $
+
+SHA1 (R/highr_0.3.tar.gz) = 6e853ba30d3a2a29decd11b178b682c54841669a
+RMD160 (R/highr_0.3.tar.gz) = fefe2ef73790979ff3b069a42861c6dbed29ea96
+Size (R/highr_0.3.tar.gz) = 16400 bytes



Home | Main Index | Thread Index | Old Index