diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2018-06-22 16:37:44 +0800 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2018-06-22 16:37:44 +0800 |
commit | 9ab7688af993be109af1c76201cfd43be8dcc59f (patch) | |
tree | 93af7aa270c5b924e54e0def6214f01998daa87a /print | |
parent | c00f8f215d53cbd0cd5d85678c7a498446cd227e (diff) | |
download | freebsd-ports-gnome-9ab7688af993be109af1c76201cfd43be8dcc59f.tar.gz freebsd-ports-gnome-9ab7688af993be109af1c76201cfd43be8dcc59f.tar.zst freebsd-ports-gnome-9ab7688af993be109af1c76201cfd43be8dcc59f.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')
-rw-r--r-- | print/Makefile | 1 | ||||
-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 |
4 files changed, 26 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index cb174878ac77..5a71d8e1cd0d 100644 --- a/print/Makefile +++ b/print/Makefile @@ -211,6 +211,7 @@ SUBDIR += qpdf SUBDIR += qpdfview SUBDIR += qt5-printsupport + SUBDIR += R-cran-tinytex SUBDIR += rlpr SUBDIR += rprint SUBDIR += rtf2latex2e 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/ |