aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Kreuzer <skreuzer@FreeBSD.org>2022-05-07 16:53:44 +0000
committerSteven Kreuzer <skreuzer@FreeBSD.org>2022-05-07 17:00:00 +0000
commit7ecba06fd552b337726c92eae65ff999d545c0d5 (patch)
treec7a6f2db5e06b5ea41405be7a19c159cf417df1e
parent2b0a62bda1bb5659d55f1fe05857c9ca2e2a5e7d (diff)
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/R-cran-htmlTable/Makefile21
-rw-r--r--textproc/R-cran-htmlTable/distinfo3
-rw-r--r--textproc/R-cran-htmlTable/pkg-descr7
4 files changed, 32 insertions, 0 deletions
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/