Date: Sat, 7 May 2022 17:00:18 GMT From: Steven Kreuzer <skreuzer@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7ecba06fd552 - main - textproc/R-cran-htmlTable: new port Message-ID: <202205071700.247H0I7a004563@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by skreuzer: URL: https://cgit.FreeBSD.org/ports/commit/?id=7ecba06fd552b337726c92eae65ff999d545c0d5 commit 7ecba06fd552b337726c92eae65ff999d545c0d5 Author: Steven Kreuzer <skreuzer@FreeBSD.org> AuthorDate: 2022-05-07 16:53:44 +0000 Commit: Steven Kreuzer <skreuzer@FreeBSD.org> CommitDate: 2022-05-07 17:00:00 +0000 textproc/R-cran-htmlTable: new port Tables with state-of-the-art layout elements such as row spanners, column spanners, table spanners, zebra striping, and more. While allowing advanced layout, the underlying css-structure is simple in order to maximize compatibility with common word processors. The package also contains a few text formatting functions that help outputting text compatible with HTML/LaTeX. WWW: https://cran.r-project.org/web/packages/htmlTable/ --- textproc/Makefile | 1 + textproc/R-cran-htmlTable/Makefile | 21 +++++++++++++++++++++ textproc/R-cran-htmlTable/distinfo | 3 +++ textproc/R-cran-htmlTable/pkg-descr | 7 +++++++ 4 files changed, 32 insertions(+) diff --git a/textproc/Makefile b/textproc/Makefile index 6a4079bc4fcf..ed0a588f3bd9 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -11,6 +11,7 @@ SUBDIR += R-cran-commonmark SUBDIR += R-cran-formatR SUBDIR += R-cran-highr + SUBDIR += R-cran-htmlTable SUBDIR += R-cran-htmltools SUBDIR += R-cran-hunspell SUBDIR += R-cran-markdown diff --git a/textproc/R-cran-htmlTable/Makefile b/textproc/R-cran-htmlTable/Makefile new file mode 100644 index 000000000000..a71065d535a8 --- /dev/null +++ b/textproc/R-cran-htmlTable/Makefile @@ -0,0 +1,21 @@ +PORTNAME= htmlTable +DISTVERSION= 2.4.0 +CATEGORIES= textproc +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= skreuzer@FreeBSD.org +COMMENT= Advanced tables for Markdown/HTML + +LICENSE= GPLv3 + +CRAN_DEPENDS= R-cran-stringr>0:textproc/R-cran-stringr \ + R-cran-knitr>0:print/R-cran-knitr \ + R-cran-htmlwidgets>0:www/R-cran-htmlwidgets \ + R-cran-rstudioapi>0:devel/R-cran-rstudioapi \ + R-cran-checkmate>0:devel/R-cran-checkmate +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} + +USES= cran:auto-plist + +.include <bsd.port.mk> diff --git a/textproc/R-cran-htmlTable/distinfo b/textproc/R-cran-htmlTable/distinfo new file mode 100644 index 000000000000..438bebe7ef03 --- /dev/null +++ b/textproc/R-cran-htmlTable/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1651941285 +SHA256 (htmlTable_2.4.0.tar.gz) = 4ca2b5616d77cfeee8ae5ca74307b86407d478b12d1ce17ba9c447e233b89a9d +SIZE (htmlTable_2.4.0.tar.gz) = 438209 diff --git a/textproc/R-cran-htmlTable/pkg-descr b/textproc/R-cran-htmlTable/pkg-descr new file mode 100644 index 000000000000..766473356864 --- /dev/null +++ b/textproc/R-cran-htmlTable/pkg-descr @@ -0,0 +1,7 @@ +Tables with state-of-the-art layout elements such as row spanners, column +spanners, table spanners, zebra striping, and more. While allowing advanced +layout, the underlying css-structure is simple in order to maximize +compatibility with common word processors. The package also contains a few text +formatting functions that help outputting text compatible with HTML/LaTeX. + +WWW: https://cran.r-project.org/web/packages/htmlTable/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205071700.247H0I7a004563>