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:
parent
95c270496f
commit
2366c6a264
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393718
@ -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
|
||||||
|
17
textproc/R-cran-highr/Makefile
Normal file
17
textproc/R-cran-highr/Makefile
Normal 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>
|
2
textproc/R-cran-highr/distinfo
Normal file
2
textproc/R-cran-highr/distinfo
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
SHA256 (highr_0.5.tar.gz) = de7e584e1dda73b39c81e5c2feaff8807892ab6ab23c9d6771e4e9326f59ca4a
|
||||||
|
SIZE (highr_0.5.tar.gz) = 16288
|
5
textproc/R-cran-highr/pkg-descr
Normal file
5
textproc/R-cran-highr/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user