pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-docutils Upgrade to 0.3.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a450064068d3
branches:  trunk
changeset: 487469:a450064068d3
user:      darcy <darcy%pkgsrc.org@localhost>
date:      Fri Jan 14 18:18:39 2005 +0000

description:
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:

 textproc/py-docutils/Makefile |  8 ++++----
 textproc/py-docutils/distinfo |  6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r 0ef0a6ca1d47 -r a450064068d3 textproc/py-docutils/Makefile
--- a/textproc/py-docutils/Makefile     Fri Jan 14 18:02:38 2005 +0000
+++ b/textproc/py-docutils/Makefile     Fri Jan 14 18:18:39 2005 +0000
@@ -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@localhost
+MAINTAINER=    darcy%NetBSD.org@localhost
 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 -r 0ef0a6ca1d47 -r a450064068d3 textproc/py-docutils/distinfo
--- a/textproc/py-docutils/distinfo     Fri Jan 14 18:02:38 2005 +0000
+++ b/textproc/py-docutils/distinfo     Fri Jan 14 18:18:39 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index