From owner-svn-ports-all@freebsd.org Fri Jun 22 08:37:46 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B8161012EAF; Fri, 22 Jun 2018 08:37:46 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F0E9284B05; Fri, 22 Jun 2018 08:37:45 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B982F1E4F6; Fri, 22 Jun 2018 08:37:45 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5M8bjg4007579; Fri, 22 Jun 2018 08:37:45 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5M8bjmp007576; Fri, 22 Jun 2018 08:37:45 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201806220837.w5M8bjmp007576@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Fri, 22 Jun 2018 08:37:45 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: in head/print: . R-cran-tinytex X-SVN-Commit-Revision: 473025 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jun 2018 08:37:46 -0000 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' (), 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 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' (), 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/