diff options
author | tota <tota@FreeBSD.org> | 2018-06-22 16:37:44 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2018-06-22 16:37:44 +0800 |
commit | 1aa25f1a63dbd6085f7c646f445842ee54f7b127 (patch) | |
tree | 93af7aa270c5b924e54e0def6214f01998daa87a /print/R-cran-tinytex | |
parent | 44ed1d04e2b9b68a542d65c50fa64f4494f70b6a (diff) | |
download | freebsd-ports-gnome-1aa25f1a63dbd6085f7c646f445842ee54f7b127.tar.gz freebsd-ports-gnome-1aa25f1a63dbd6085f7c646f445842ee54f7b127.tar.zst freebsd-ports-gnome-1aa25f1a63dbd6085f7c646f445842ee54f7b127.zip |
- 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/
Diffstat (limited to 'print/R-cran-tinytex')
-rw-r--r-- | print/R-cran-tinytex/Makefile | 15 | ||||
-rw-r--r-- | print/R-cran-tinytex/distinfo | 3 | ||||
-rw-r--r-- | print/R-cran-tinytex/pkg-descr | 7 |
3 files changed, 25 insertions, 0 deletions
diff --git a/print/R-cran-tinytex/Makefile b/print/R-cran-tinytex/Makefile new file mode 100644 index 000000000000..be72d801a079 --- /dev/null +++ b/print/R-cran-tinytex/Makefile @@ -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> diff --git a/print/R-cran-tinytex/distinfo b/print/R-cran-tinytex/distinfo new file mode 100644 index 000000000000..6c6e96d6277e --- /dev/null +++ b/print/R-cran-tinytex/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1529463906 +SHA256 (tinytex_0.5.tar.gz) = e7261cb732b843e834a4b38f39792c04b414f1ba68e44ac7e7b259b5bd93e4dd +SIZE (tinytex_0.5.tar.gz) = 17316 diff --git a/print/R-cran-tinytex/pkg-descr b/print/R-cran-tinytex/pkg-descr new file mode 100644 index 000000000000..05c501964ba8 --- /dev/null +++ b/print/R-cran-tinytex/pkg-descr @@ -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/ |