summaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-02-13 21:08:29 +0000
committeradam <adam@pkgsrc.org>2017-02-13 21:08:29 +0000
commit7d853280435db4011c595cbc632a3c50ec6597b9 (patch)
tree0d074ce928511b14c3fbf2f60f7ec83537157630 /textproc/Makefile
parentdc9fe38f252090b00416af71f41d423bc258faa0 (diff)
downloadpkgsrc-7d853280435db4011c595cbc632a3c50ec6597b9.tar.gz
Added textproc/py-m2r version 0.1.5
M2R converts a markdown file including reST markups to a valid reST format. Features: * Basic markdown and some extensions o inline/block-level raw html o fenced-code block o tables o footnotes ([^1]) * Inline- and Block-level reST markups o single- and multi-line directives (.. directive::) o inline-roles (:code:`print(1)` ...) o ref-link (see `ref`_) o footnotes ([#fn]_) o math extension inspired by recommonmark * Sphinx extension o add markdown support for sphinx o mdinclude directive to include markdown from md or reST files
Diffstat (limited to 'textproc/Makefile')
-rw-r--r--textproc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 9049aeab68c..40dd8f2a896 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.906 2017/02/13 21:06:21 adam Exp $
+# $NetBSD: Makefile,v 1.907 2017/02/13 21:08:29 adam Exp $
#
COMMENT= Text processing utilities (does not include desktop publishing)
@@ -738,6 +738,7 @@ SUBDIR+= py-libxml2
SUBDIR+= py-libxslt
SUBDIR+= py-loremipsum
SUBDIR+= py-lxml
+SUBDIR+= py-m2r
SUBDIR+= py-marisa
SUBDIR+= py-markdown
SUBDIR+= py-markdown2