7576900a56
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
15 lines
362 B
Makefile
15 lines
362 B
Makefile
# $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"
|