diff options
author | wiz <wiz@pkgsrc.org> | 2010-12-02 15:00:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-12-02 15:00:03 +0000 |
commit | 13ba8b0d568fd6127f7c62924c28c26ce7bc2991 (patch) | |
tree | ef1a75e026cba37b0e95d4e7957eff3c6b74412c /textproc | |
parent | c0ba1338f24c49a400e788785c66ca22ed50b02d (diff) | |
download | pkgsrc-13ba8b0d568fd6127f7c62924c28c26ce7bc2991.tar.gz |
Update to 0.7:
Components:
* HTML writer:
o Support SVG and SWF images (thanks to Stefan Rank).
o Generate valid XHTML for centered images with targets. Use CSS classes instead of "align" tags for image alignment.
* LaTeX2e writer:
o Use the \url command for URLs (breaks long URLs instead of writing into the margin).
o Preserve runs of spaces in 'inline literals'.
o Deprecate figure_footnotes setting.
o Rename use_latex_footnotes setting to docutils_footnotes.
o New latex_preamble setting.
o Use PDF standard fonts (Times/Helvetica/Courier) as default.
o hyperref package called with unicode option (see the hyperref config tips for how to override).
o Drop the special output_encoding default ("latin-1"). The Docutils wide default (usually "UTF-8") is used instead.
* manpage writer:
o Titles level 1, that is .SH, always uppercase.
o Apply patch from mg: literal text should be bold in man-pages.
General:
* io.FileInput opens files as text files with universal newline support (mode "rU", configurable with the new optional argument "mode").
* setup.py:
o Python 3 support: copy test/ and tools/ to the build-dir and convert Python sources with 2to3.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-docutils/Makefile | 4 | ||||
-rw-r--r-- | textproc/py-docutils/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/py-docutils/Makefile b/textproc/py-docutils/Makefile index 744d643d339..13c2c376fc2 100644 --- a/textproc/py-docutils/Makefile +++ b/textproc/py-docutils/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2009/10/31 03:00:27 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2010/12/02 15:00:03 wiz Exp $ -DISTNAME= docutils-0.6 +DISTNAME= docutils-0.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=docutils/} diff --git a/textproc/py-docutils/distinfo b/textproc/py-docutils/distinfo index 00193af8da8..f496d48b4fb 100644 --- a/textproc/py-docutils/distinfo +++ b/textproc/py-docutils/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2009/11/01 02:19:39 obache Exp $ +$NetBSD: distinfo,v 1.12 2010/12/02 15:00:03 wiz Exp $ -SHA1 (docutils-0.6.tar.gz) = 1b3bfc3bdf285c208dd0c29427fd6b096569aa92 -RMD160 (docutils-0.6.tar.gz) = 627665526f25d93277b977c6bfdb1b3f0554d69a -Size (docutils-0.6.tar.gz) = 1368354 bytes +SHA1 (docutils-0.7.tar.gz) = e82988f826844ef8d8bf28fa286a19de211349cd +RMD160 (docutils-0.7.tar.gz) = 73c832860405c3cba655c92aacccca1582c8f905 +Size (docutils-0.7.tar.gz) = 1404131 bytes SHA1 (patch-aa) = 85b585b0920c56210e2e50cc6b8dbb350704658c |