Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jun 2018 08:37:45 +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: r473025 - in head/print: . R-cran-tinytex
Message-ID:  <201806220837.w5M8bjmp007576@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Fri Jun 22 08:37:44 2018
New Revision: 473025
URL: https://svnweb.freebsd.org/changeset/ports/473025

Log:
  - Add new port: print/R-cran-tinytex
  
    Helper functions to install and maintain the 'LaTeX' distribution
    named 'TinyTeX' (<https://yihui.name/tinytex/>), a lightweight,
    cross-platform, portable, and easy-to-maintain version of 'TeX
    Live'. This package also contains helper functions to compile 'LaTeX'
    documents, and install missing 'LaTeX' packages automatically.
  
    WWW: https://cran.r-project.org/web/packages/tinytex/

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

Modified: head/print/Makefile
==============================================================================
--- head/print/Makefile	Fri Jun 22 08:37:17 2018	(r473024)
+++ head/print/Makefile	Fri Jun 22 08:37:44 2018	(r473025)
@@ -211,6 +211,7 @@
     SUBDIR += qpdf
     SUBDIR += qpdfview
     SUBDIR += qt5-printsupport
+    SUBDIR += R-cran-tinytex
     SUBDIR += rlpr
     SUBDIR += rprint
     SUBDIR += rtf2latex2e

Added: head/print/R-cran-tinytex/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/R-cran-tinytex/Makefile	Fri Jun 22 08:37:44 2018	(r473025)
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME=	tinytex
+DISTVERSION=	0.5
+CATEGORIES=	print
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	tota@FreeBSD.org
+COMMENT=	Helper functions to maintain LaTeX distribution
+
+LICENSE=	MIT
+
+USES=		cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/print/R-cran-tinytex/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/R-cran-tinytex/distinfo	Fri Jun 22 08:37:44 2018	(r473025)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1529463906
+SHA256 (tinytex_0.5.tar.gz) = e7261cb732b843e834a4b38f39792c04b414f1ba68e44ac7e7b259b5bd93e4dd
+SIZE (tinytex_0.5.tar.gz) = 17316

Added: head/print/R-cran-tinytex/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/R-cran-tinytex/pkg-descr	Fri Jun 22 08:37:44 2018	(r473025)
@@ -0,0 +1,7 @@
+Helper functions to install and maintain the 'LaTeX' distribution
+named 'TinyTeX' (<https://yihui.name/tinytex/>), a lightweight,
+cross-platform, portable, and easy-to-maintain version of 'TeX
+Live'. This package also contains helper functions to compile 'LaTeX'
+documents, and install missing 'LaTeX' packages automatically.
+
+WWW: https://cran.r-project.org/web/packages/tinytex/



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