diff options
author | brook <brook@pkgsrc.org> | 2014-09-19 22:31:53 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2014-09-19 22:31:53 +0000 |
commit | 15a4f3c1970af34f1a36987d0c7154833c8cc972 (patch) | |
tree | 61d9bb827b031cb92060defc71dae1dee197daa7 | |
parent | d1125ab5eff419fd795fb1a5b06db474bf144da4 (diff) | |
download | pkgsrc-15a4f3c1970af34f1a36987d0c7154833c8cc972.tar.gz |
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
-rw-r--r-- | textproc/R-highr/DESCR | 3 | ||||
-rw-r--r-- | textproc/R-highr/Makefile | 15 | ||||
-rw-r--r-- | textproc/R-highr/distinfo | 5 |
3 files changed, 23 insertions, 0 deletions
diff --git a/textproc/R-highr/DESCR b/textproc/R-highr/DESCR new file mode 100644 index 00000000000..0b2b1e82243 --- /dev/null +++ b/textproc/R-highr/DESCR @@ -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 --git a/textproc/R-highr/Makefile b/textproc/R-highr/Makefile new file mode 100644 index 00000000000..b0a8e9a6f0e --- /dev/null +++ b/textproc/R-highr/Makefile @@ -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 +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 --git a/textproc/R-highr/distinfo b/textproc/R-highr/distinfo new file mode 100644 index 00000000000..763ef24c116 --- /dev/null +++ b/textproc/R-highr/distinfo @@ -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 |