pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc R-commonmark: initial commit



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ba8dd302b3d0
branches:  trunk
changeset: 399445:ba8dd302b3d0
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Aug 09 18:31:59 2019 +0000

description:
R-commonmark: initial commit

The CommonMark specification defines a rationalized version of
markdown syntax. This package uses the 'cmark' reference
implementation for converting markdown text into various formats
including html, latex and groff man. In addition it exposes the
markdown parse tree in xml format. Also includes opt-in support for
GFM extensions including tables, autolinks, and strikethrough text.

diffstat:

 doc/CHANGES-2019               |   3 ++-
 textproc/Makefile              |   3 ++-
 textproc/R-commonmark/DESCR    |   6 ++++++
 textproc/R-commonmark/Makefile |  14 ++++++++++++++
 textproc/R-commonmark/distinfo |   6 ++++++
 5 files changed, 30 insertions(+), 2 deletions(-)

diffs (69 lines):

diff -r 8982e2c5a80f -r ba8dd302b3d0 doc/CHANGES-2019
--- a/doc/CHANGES-2019  Fri Aug 09 18:31:06 2019 +0000
+++ b/doc/CHANGES-2019  Fri Aug 09 18:31:59 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3347 2019/08/09 18:31:06 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3348 2019/08/09 18:31:59 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5470,3 +5470,4 @@
        Added textproc/R-clisymbols version 1.2.0 [brook 2019-08-09]
        Added misc/R-praise version 1.0.0 [brook 2019-08-09]
        Added textproc/R-xml2 version 1.2.2 [brook 2019-08-09]
+       Added textproc/R-commonmark version 1.7 [brook 2019-08-09]
diff -r 8982e2c5a80f -r ba8dd302b3d0 textproc/Makefile
--- a/textproc/Makefile Fri Aug 09 18:31:06 2019 +0000
+++ b/textproc/Makefile Fri Aug 09 18:31:59 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1043 2019/08/09 18:31:06 brook Exp $
+# $NetBSD: Makefile,v 1.1044 2019/08/09 18:31:59 brook Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -13,6 +13,7 @@
 SUBDIR+=       OdfConverter
 SUBDIR+=       R-cellranger
 SUBDIR+=       R-clisymbols
+SUBDIR+=       R-commonmark
 SUBDIR+=       R-data.table
 SUBDIR+=       R-formatR
 SUBDIR+=       R-gsubfn
diff -r 8982e2c5a80f -r ba8dd302b3d0 textproc/R-commonmark/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-commonmark/DESCR       Fri Aug 09 18:31:59 2019 +0000
@@ -0,0 +1,6 @@
+The CommonMark specification defines a rationalized version of
+markdown syntax. This package uses the 'cmark' reference
+implementation for converting markdown text into various formats
+including html, latex and groff man. In addition it exposes the
+markdown parse tree in xml format. Also includes opt-in support for
+GFM extensions including tables, autolinks, and strikethrough text.
diff -r 8982e2c5a80f -r ba8dd302b3d0 textproc/R-commonmark/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-commonmark/Makefile    Fri Aug 09 18:31:59 2019 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2019/08/09 18:31:59 brook Exp $
+
+R_PKGNAME=     commonmark
+R_PKGVER=      1.7
+CATEGORIES=    textproc
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       High performance commonmark and Github Markdown rendering in R
+LICENSE=       2-clause-bsd
+
+USE_LANGUAGES= c
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 8982e2c5a80f -r ba8dd302b3d0 textproc/R-commonmark/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-commonmark/distinfo    Fri Aug 09 18:31:59 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/09 18:31:59 brook Exp $
+
+SHA1 (R/commonmark_1.7.tar.gz) = d984332dd8a35112baeb14a86c74b8da3f6effbb
+RMD160 (R/commonmark_1.7.tar.gz) = 70139893268a6355fc7a69c4fb3e0a3b9d6b050a
+SHA512 (R/commonmark_1.7.tar.gz) = 23f384bae4cc46153f3dc61599234a17a04c9fef2eae0dca744a9a8b43768f8f96f779a0fbb7c3ff9f6ba39d3f3512bb382b32960bf2875cc5a5bb8de4ece5e9
+Size (R/commonmark_1.7.tar.gz) = 134002 bytes



Home | Main Index | Thread Index | Old Index