Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Aug 2015 08:54:55 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393718 - in head/textproc: . R-cran-highr
Message-ID:  <201508080854.t788stHR041995@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Sat Aug  8 08:54:54 2015
New Revision: 393718
URL: https://svnweb.freebsd.org/changeset/ports/393718

Log:
  - 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/

Added:
  head/textproc/R-cran-highr/
  head/textproc/R-cran-highr/Makefile   (contents, props changed)
  head/textproc/R-cran-highr/distinfo   (contents, props changed)
  head/textproc/R-cran-highr/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sat Aug  8 08:42:11 2015	(r393717)
+++ head/textproc/Makefile	Sat Aug  8 08:54:54 2015	(r393718)
@@ -7,6 +7,7 @@
     SUBDIR += R-cran-R2HTML
     SUBDIR += R-cran-XML
     SUBDIR += R-cran-formatR
+    SUBDIR += R-cran-highr
     SUBDIR += R-cran-htmltools
     SUBDIR += R-cran-markdown
     SUBDIR += R-cran-pystr

Added: head/textproc/R-cran-highr/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/R-cran-highr/Makefile	Sat Aug  8 08:54:54 2015	(r393718)
@@ -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>

Added: head/textproc/R-cran-highr/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/R-cran-highr/distinfo	Sat Aug  8 08:54:54 2015	(r393718)
@@ -0,0 +1,2 @@
+SHA256 (highr_0.5.tar.gz) = de7e584e1dda73b39c81e5c2feaff8807892ab6ab23c9d6771e4e9326f59ca4a
+SIZE (highr_0.5.tar.gz) = 16288

Added: head/textproc/R-cran-highr/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/R-cran-highr/pkg-descr	Sat Aug  8 08:54:54 2015	(r393718)
@@ -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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508080854.t788stHR041995>