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:           Fri Aug  9 18:32:00 UTC 2019

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.3347 -r1.3348 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.1043 -r1.1044 pkgsrc/textproc/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/R-commonmark/DESCR \
    pkgsrc/textproc/R-commonmark/Makefile \
    pkgsrc/textproc/R-commonmark/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.3347 pkgsrc/doc/CHANGES-2019:1.3348
--- pkgsrc/doc/CHANGES-2019:1.3347      Fri Aug  9 18:31:06 2019
+++ pkgsrc/doc/CHANGES-2019     Fri Aug  9 18:31:59 2019
@@ -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 @@ Changes to the packages collection and i
        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]

Index: pkgsrc/textproc/Makefile
diff -u pkgsrc/textproc/Makefile:1.1043 pkgsrc/textproc/Makefile:1.1044
--- pkgsrc/textproc/Makefile:1.1043     Fri Aug  9 18:31:06 2019
+++ pkgsrc/textproc/Makefile    Fri Aug  9 18:31:59 2019
@@ -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+=      Markdown
 SUBDIR+=       OdfConverter
 SUBDIR+=       R-cellranger
 SUBDIR+=       R-clisymbols
+SUBDIR+=       R-commonmark
 SUBDIR+=       R-data.table
 SUBDIR+=       R-formatR
 SUBDIR+=       R-gsubfn

Added files:

Index: pkgsrc/textproc/R-commonmark/DESCR
diff -u /dev/null pkgsrc/textproc/R-commonmark/DESCR:1.1
--- /dev/null   Fri Aug  9 18:32:00 2019
+++ pkgsrc/textproc/R-commonmark/DESCR  Fri Aug  9 18:31:59 2019
@@ -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.
Index: pkgsrc/textproc/R-commonmark/Makefile
diff -u /dev/null pkgsrc/textproc/R-commonmark/Makefile:1.1
--- /dev/null   Fri Aug  9 18:32:00 2019
+++ pkgsrc/textproc/R-commonmark/Makefile       Fri Aug  9 18:31:59 2019
@@ -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"
Index: pkgsrc/textproc/R-commonmark/distinfo
diff -u /dev/null pkgsrc/textproc/R-commonmark/distinfo:1.1
--- /dev/null   Fri Aug  9 18:32:00 2019
+++ pkgsrc/textproc/R-commonmark/distinfo       Fri Aug  9 18:31:59 2019
@@ -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