summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2011-04-08 12:37:19 +0000
committeradam <adam@pkgsrc.org>2011-04-08 12:37:19 +0000
commit62d985933d1a72b856d8b1ec6519df0cdcaaf0e9 (patch)
tree0f0c31f0e7769f5961cb8ff581629d9b3bfaeb93 /textproc
parentea72ae177389e38faee1e06ee5b2812cafe38bde (diff)
downloadpkgsrc-62d985933d1a72b856d8b1ec6519df0cdcaaf0e9.tar.gz
Changes 2.0.3:
Bug-fix release. We are happy to release Python-Markdown 2.0, which has been over a year in the making. We have rewritten significant portions of the code, dramatically extending the extension API, increased performance, and added numerous extensions to the distribution (including an extension that mimics PHP Markdown Extra), all while maintaining backward compatibility with the end user API in version 1.7.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-markdown/Makefile22
-rw-r--r--textproc/py-markdown/PLIST84
-rw-r--r--textproc/py-markdown/distinfo8
3 files changed, 94 insertions, 20 deletions
diff --git a/textproc/py-markdown/Makefile b/textproc/py-markdown/Makefile
index d461b1ebb25..8a9a63696da 100644
--- a/textproc/py-markdown/Makefile
+++ b/textproc/py-markdown/Makefile
@@ -1,20 +1,18 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/10/31 22:39:18 joerg Exp $
-#
+# $NetBSD: Makefile,v 1.2 2011/04/08 12:37:19 adam Exp $
-DISTNAME= markdown-1.6a
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= textproc python
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=python-markdown/}
-EXTRACT_SUFX= .zip
+DISTNAME= Markdown-2.0.3
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
+CATEGORIES= textproc python
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=python-markdown/} \
+ http://pypi.python.org/packages/source/M/Markdown/
-MAINTAINER= joerg@NetBSD.org
-HOMEPAGE= http://www.freewisdom.org/projects/python-markdown/
-COMMENT= XHTML generator using a simple markup
+MAINTAINER= joerg@NetBSD.org
+HOMEPAGE= http://www.freewisdom.org/projects/python-markdown/
+COMMENT= XHTML generator using a simple markup
+LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
-WRKSRC= ${WRKDIR}/markdown-1.6
-
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
diff --git a/textproc/py-markdown/PLIST b/textproc/py-markdown/PLIST
index cca362a4504..e28759d145b 100644
--- a/textproc/py-markdown/PLIST
+++ b/textproc/py-markdown/PLIST
@@ -1,4 +1,80 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/10/31 22:39:18 joerg Exp $
-${PYSITELIB}/markdown.py
-${PYSITELIB}/markdown.pyc
-${PYSITELIB}/markdown.pyo
+@comment $NetBSD: PLIST,v 1.2 2011/04/08 12:37:19 adam Exp $
+bin/markdown
+${PYSITELIB}/markdown/__init__.py
+${PYSITELIB}/markdown/__init__.pyc
+${PYSITELIB}/markdown/__init__.pyo
+${PYSITELIB}/markdown/blockparser.py
+${PYSITELIB}/markdown/blockparser.pyc
+${PYSITELIB}/markdown/blockparser.pyo
+${PYSITELIB}/markdown/blockprocessors.py
+${PYSITELIB}/markdown/blockprocessors.pyc
+${PYSITELIB}/markdown/blockprocessors.pyo
+${PYSITELIB}/markdown/commandline.py
+${PYSITELIB}/markdown/commandline.pyc
+${PYSITELIB}/markdown/commandline.pyo
+${PYSITELIB}/markdown/etree_loader.py
+${PYSITELIB}/markdown/etree_loader.pyc
+${PYSITELIB}/markdown/etree_loader.pyo
+${PYSITELIB}/markdown/extensions/__init__.py
+${PYSITELIB}/markdown/extensions/__init__.pyc
+${PYSITELIB}/markdown/extensions/__init__.pyo
+${PYSITELIB}/markdown/extensions/abbr.py
+${PYSITELIB}/markdown/extensions/abbr.pyc
+${PYSITELIB}/markdown/extensions/abbr.pyo
+${PYSITELIB}/markdown/extensions/codehilite.py
+${PYSITELIB}/markdown/extensions/codehilite.pyc
+${PYSITELIB}/markdown/extensions/codehilite.pyo
+${PYSITELIB}/markdown/extensions/def_list.py
+${PYSITELIB}/markdown/extensions/def_list.pyc
+${PYSITELIB}/markdown/extensions/def_list.pyo
+${PYSITELIB}/markdown/extensions/extra.py
+${PYSITELIB}/markdown/extensions/extra.pyc
+${PYSITELIB}/markdown/extensions/extra.pyo
+${PYSITELIB}/markdown/extensions/fenced_code.py
+${PYSITELIB}/markdown/extensions/fenced_code.pyc
+${PYSITELIB}/markdown/extensions/fenced_code.pyo
+${PYSITELIB}/markdown/extensions/footnotes.py
+${PYSITELIB}/markdown/extensions/footnotes.pyc
+${PYSITELIB}/markdown/extensions/footnotes.pyo
+${PYSITELIB}/markdown/extensions/headerid.py
+${PYSITELIB}/markdown/extensions/headerid.pyc
+${PYSITELIB}/markdown/extensions/headerid.pyo
+${PYSITELIB}/markdown/extensions/html_tidy.py
+${PYSITELIB}/markdown/extensions/html_tidy.pyc
+${PYSITELIB}/markdown/extensions/html_tidy.pyo
+${PYSITELIB}/markdown/extensions/imagelinks.py
+${PYSITELIB}/markdown/extensions/imagelinks.pyc
+${PYSITELIB}/markdown/extensions/imagelinks.pyo
+${PYSITELIB}/markdown/extensions/meta.py
+${PYSITELIB}/markdown/extensions/meta.pyc
+${PYSITELIB}/markdown/extensions/meta.pyo
+${PYSITELIB}/markdown/extensions/rss.py
+${PYSITELIB}/markdown/extensions/rss.pyc
+${PYSITELIB}/markdown/extensions/rss.pyo
+${PYSITELIB}/markdown/extensions/tables.py
+${PYSITELIB}/markdown/extensions/tables.pyc
+${PYSITELIB}/markdown/extensions/tables.pyo
+${PYSITELIB}/markdown/extensions/toc.py
+${PYSITELIB}/markdown/extensions/toc.pyc
+${PYSITELIB}/markdown/extensions/toc.pyo
+${PYSITELIB}/markdown/extensions/wikilinks.py
+${PYSITELIB}/markdown/extensions/wikilinks.pyc
+${PYSITELIB}/markdown/extensions/wikilinks.pyo
+${PYSITELIB}/markdown/html4.py
+${PYSITELIB}/markdown/html4.pyc
+${PYSITELIB}/markdown/html4.pyo
+${PYSITELIB}/markdown/inlinepatterns.py
+${PYSITELIB}/markdown/inlinepatterns.pyc
+${PYSITELIB}/markdown/inlinepatterns.pyo
+${PYSITELIB}/markdown/odict.py
+${PYSITELIB}/markdown/odict.pyc
+${PYSITELIB}/markdown/odict.pyo
+${PYSITELIB}/markdown/postprocessors.py
+${PYSITELIB}/markdown/postprocessors.pyc
+${PYSITELIB}/markdown/postprocessors.pyo
+${PYSITELIB}/markdown/preprocessors.py
+${PYSITELIB}/markdown/preprocessors.pyc
+${PYSITELIB}/markdown/preprocessors.pyo
+${PYSITELIB}/markdown/treeprocessors.py
+${PYSITELIB}/markdown/treeprocessors.pyc
+${PYSITELIB}/markdown/treeprocessors.pyo
diff --git a/textproc/py-markdown/distinfo b/textproc/py-markdown/distinfo
index 117fd1166a0..0ad8f9e28fb 100644
--- a/textproc/py-markdown/distinfo
+++ b/textproc/py-markdown/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/10/31 22:39:18 joerg Exp $
+$NetBSD: distinfo,v 1.2 2011/04/08 12:37:19 adam Exp $
-SHA1 (markdown-1.6a.zip) = 0fd9774039d7d0738bfdfdce92217a4c5b99a109
-RMD160 (markdown-1.6a.zip) = 631827fc4c15fa8240e738cfb299cf9c1d67467a
-Size (markdown-1.6a.zip) = 25236 bytes
+SHA1 (Markdown-2.0.3.tar.gz) = ce2848c60434a7c727c162ca5683998eb6d222c3
+RMD160 (Markdown-2.0.3.tar.gz) = fd3b0d634a8e066c48de8bab6141662e21d935a7
+Size (Markdown-2.0.3.tar.gz) = 71247 bytes