1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Add new port: textproc/R-cran-highr

Provides syntax highlighting for R source code. Currently it supports
  LaTeX and HTML output. Source code of other languages is supported
  via Andre Simon's highlight package.

  WWW: https://cran.r-project.org/web/packages/highr/
This commit is contained in:
TAKATSU Tomonari 2015-08-08 08:54:54 +00:00
parent 95c270496f
commit 2366c6a264
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393718
4 changed files with 25 additions and 0 deletions

View File

@ -7,6 +7,7 @@
SUBDIR += R-cran-R2HTML SUBDIR += R-cran-R2HTML
SUBDIR += R-cran-XML SUBDIR += R-cran-XML
SUBDIR += R-cran-formatR SUBDIR += R-cran-formatR
SUBDIR += R-cran-highr
SUBDIR += R-cran-htmltools SUBDIR += R-cran-htmltools
SUBDIR += R-cran-markdown SUBDIR += R-cran-markdown
SUBDIR += R-cran-pystr SUBDIR += R-cran-pystr

View File

@ -0,0 +1,17 @@
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= highr
PORTVERSION= 0.5
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Syntax Highlighting for R Source Code
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
USES= cran:auto-plist
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (highr_0.5.tar.gz) = de7e584e1dda73b39c81e5c2feaff8807892ab6ab23c9d6771e4e9326f59ca4a
SIZE (highr_0.5.tar.gz) = 16288

View File

@ -0,0 +1,5 @@
Provides syntax highlighting for R source code. Currently it supports
LaTeX and HTML output. Source code of other languages is supported
via Andre Simon's highlight package.
WWW: https://cran.r-project.org/web/packages/highr/