pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   brook
Date:           Wed Jul 31 13:47:24 UTC 2019

Modified Files:
        pkgsrc/doc: CHANGES-2019
        pkgsrc/textproc: Makefile
Added Files:
        pkgsrc/textproc/R-htmlTable: DESCR Makefile distinfo

Log Message:
R-htmlTable: initial commit.

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 word processors such as 'MS Word'
or 'LibreOffice'. The package also contains a few text formatting
functions that help outputting text compatible with HTML/LaTeX.


To generate a diff of this commit:
cvs rdiff -u -r1.3121 -r1.3122 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.1036 -r1.1037 pkgsrc/textproc/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/R-htmlTable/DESCR \
    pkgsrc/textproc/R-htmlTable/Makefile pkgsrc/textproc/R-htmlTable/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3121 pkgsrc/doc/CHANGES-2019:1.3122
--- pkgsrc/doc/CHANGES-2019:1.3121      Wed Jul 31 13:45:24 2019
+++ pkgsrc/doc/CHANGES-2019     Wed Jul 31 13:47:23 2019
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3121 2019/07/31 13:45:24 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3122 2019/07/31 13:47:23 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5078,3 +5078,4 @@ Changes to the packages collection and i
        Added textproc/R-cellranger version 1.1.0 [brook 2019-07-31]
        Added textproc/R-data.table version 1.12.2 [brook 2019-07-31]
        Added textproc/R-haven version 2.1.1 [brook 2019-07-31]
+       Added textproc/R-htmlTable version 1.13.1 [brook 2019-07-31]

Index: pkgsrc/textproc/Makefile
diff -u pkgsrc/textproc/Makefile:1.1036 pkgsrc/textproc/Makefile:1.1037
--- pkgsrc/textproc/Makefile:1.1036     Wed Jul 31 13:45:24 2019
+++ pkgsrc/textproc/Makefile    Wed Jul 31 13:47:23 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1036 2019/07/31 13:45:24 brook Exp $
+# $NetBSD: Makefile,v 1.1037 2019/07/31 13:47:23 brook Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -17,6 +17,7 @@ SUBDIR+=      R-formatR
 SUBDIR+=       R-gsubfn
 SUBDIR+=       R-haven
 SUBDIR+=       R-highr
+SUBDIR+=       R-htmlTable
 SUBDIR+=       R-htmltools
 SUBDIR+=       R-jsonlite
 SUBDIR+=       R-markdown

Added files:

Index: pkgsrc/textproc/R-htmlTable/DESCR
diff -u /dev/null pkgsrc/textproc/R-htmlTable/DESCR:1.1
--- /dev/null   Wed Jul 31 13:47:24 2019
+++ pkgsrc/textproc/R-htmlTable/DESCR   Wed Jul 31 13:47:23 2019
@@ -0,0 +1,6 @@
+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 word processors such as 'MS Word'
+or 'LibreOffice'. The package also contains a few text formatting
+functions that help outputting text compatible with HTML/LaTeX.
Index: pkgsrc/textproc/R-htmlTable/Makefile
diff -u /dev/null pkgsrc/textproc/R-htmlTable/Makefile:1.1
--- /dev/null   Wed Jul 31 13:47:24 2019
+++ pkgsrc/textproc/R-htmlTable/Makefile        Wed Jul 31 13:47:23 2019
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2019/07/31 13:47:23 brook Exp $
+
+CATEGORIES=    textproc R
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      ${R_HOMEPAGE_BASE}/htmlTable/
+COMMENT=       Advanced tables for Markdown/HTML
+LICENSE=       gnu-gpl-v3
+
+R_PKGNAME=     htmlTable
+R_PKGVER=      1.13.1
+
+DEPENDS+=      R-checkmate>=1.9.4:../../devel/R-checkmate
+DEPENDS+=      R-magrittr>=1.5:../../devel/R-magrittr
+DEPENDS+=      R-rstudioapi>=0.6:../../math/R-rstudioapi
+DEPENDS+=      R-knitr>=1.6:../../print/R-knitr
+DEPENDS+=      R-htmltools>=0.3.6:../../textproc/R-htmltools
+DEPENDS+=      R-stringr>=1.4.0:../../textproc/R-stringr
+DEPENDS+=      R-htmlwidgets>=1.3:../../www/R-htmlwidgets
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/R-htmlTable/distinfo
diff -u /dev/null pkgsrc/textproc/R-htmlTable/distinfo:1.1
--- /dev/null   Wed Jul 31 13:47:24 2019
+++ pkgsrc/textproc/R-htmlTable/distinfo        Wed Jul 31 13:47:23 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/07/31 13:47:23 brook Exp $
+
+SHA1 (R/htmlTable_1.13.1.tar.gz) = c373aab5addfee38c857d722596620f8166a5a2f
+RMD160 (R/htmlTable_1.13.1.tar.gz) = bd9bfd3dc6d200f0e4497edca7b9800cecb71cee
+SHA512 (R/htmlTable_1.13.1.tar.gz) = edcc7e9fae15acf134e1046c7457bd1fc194094ada86451c9af4623005a89a21ed98104881a680885bce1f946565bf8cb7de3a337bada94c3175ecea52a623ae
+Size (R/htmlTable_1.13.1.tar.gz) = 175601 bytes



Home | Main Index | Thread Index | Old Index