Subject: CVS commit: pkgsrc/textproc/cmark
From: Kamil Rytarowski
Date: 2016-02-28 14:33:58
Message id: 20160228133358.C1614FBB7@cvs.NetBSD.org

Log Message:
Import cmark-0.24.1 as textproc/cmark

cmark is the C reference implementation of CommonMark, a rationalized version
of Markdown syntax with a spec.

It provides a shared library (libcmark) with functions for parsing CommonMark
documents to an abstract syntax tree (AST), manipulating the AST, and rendering
the document to HTML, groff man, LaTeX, CommonMark, or an XML representation of
the AST. It also provides a command-line program (cmark) for parsing and
rendering CommonMark documents.

Originally packages in pkgsrc-wip/cmark by Kamil Rytarowski

Files:
RevisionActionfile
1.1addpkgsrc/textproc/cmark/DESCR
1.1addpkgsrc/textproc/cmark/Makefile
1.1addpkgsrc/textproc/cmark/PLIST
1.1addpkgsrc/textproc/cmark/distinfo
1.1addpkgsrc/textproc/cmark/patches/patch-man_CMakeLists.txt
1.1addpkgsrc/textproc/cmark/patches/patch-src_commonmark.c