diff options
author | darcy <darcy@pkgsrc.org> | 2005-01-14 18:18:39 +0000 |
---|---|---|
committer | darcy <darcy@pkgsrc.org> | 2005-01-14 18:18:39 +0000 |
commit | 4375f88cd6a7c1783abdf2444843aac615480891 (patch) | |
tree | ba1da06bcc19e2a2ab1e3e035ccddcfc7240345e /textproc | |
parent | 99909219ccd1d2978b2456ebdcda88b270f8b3ca (diff) | |
download | pkgsrc-4375f88cd6a7c1783abdf2444843aac615480891.tar.gz |
Upgrade to 0.3.7.
Major changes since Docutils 0.3.5:
A special "line block" syntax useful for addresses, verse, and other cases
of significant line breaks has been added (also refer to the reStructuredText
Markup Specification).
Empty sections are now allowed.
A "raw" role has been added.
The LaTeX writer now escapes consecutive dashes (like "--" or "---") so that
they are no longer transformed by LaTeX to en or em dashes. If you want to
write en or em dashes using pure ASCII, please refer to the FAQ entry about
non-ASCII characters.
A dependency recorder has been added.
A directive has been added for compound paragraphs.
Many other improvements and bug fixes; see the history file of Docutils 0.3.7
at http://docutils.sourceforge.net/0.3.7/HISTORY.html.
Moved maintainership to myself as discussed with minsikkim@.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-docutils/Makefile | 8 | ||||
-rw-r--r-- | textproc/py-docutils/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/py-docutils/Makefile b/textproc/py-docutils/Makefile index 2a1078baea7..2afa14c80f2 100644 --- a/textproc/py-docutils/Makefile +++ b/textproc/py-docutils/Makefile @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.11 2004/07/30 18:28:25 recht Exp $ +# $NetBSD: Makefile,v 1.12 2005/01/14 18:18:39 darcy Exp $ -DISTNAME= docutils-0.3.5 +DISTNAME= docutils-0.3.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=docutils/} -MAINTAINER= minskim@NetBSD.org +MAINTAINER= darcy@NetBSD.org HOMEPAGE= http://docutils.sf.net/ COMMENT= Python tool to generate documents USE_BUILDLINK3= YES -PYTHON_VERSIONS_ACCEPTED= 23 23pth 22 22pth 21 21pth +PYTHON_VERSIONS_ACCEPTED= 24pth 24 23 23pth 22 22pth 21 21pth PYDISTUTILSPKG= # defined .include "../../lang/python/extension.mk" diff --git a/textproc/py-docutils/distinfo b/textproc/py-docutils/distinfo index b3fc718478e..c4586661394 100644 --- a/textproc/py-docutils/distinfo +++ b/textproc/py-docutils/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2004/07/30 18:28:25 recht Exp $ +$NetBSD: distinfo,v 1.4 2005/01/14 18:18:39 darcy Exp $ -SHA1 (docutils-0.3.5.tar.gz) = cb74779c1862d3180d104e3574e35c036438e071 -Size (docutils-0.3.5.tar.gz) = 596691 bytes +SHA1 (docutils-0.3.7.tar.gz) = 49e67c5448a4dcb544dc2128b0b6f93808813190 +Size (docutils-0.3.7.tar.gz) = 625719 bytes |