pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/docbook-xsl Update to 1.69.1:
details: https://anonhg.NetBSD.org/pkgsrc/rev/5574e371addd
branches: trunk
changeset: 498138:5574e371addd
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Sat Aug 13 15:21:32 2005 +0000
description:
Update to 1.69.1:
Changes to xsl/*
| 2005-08-11 Michael Smith <xmldoc%users.sourceforge.net@localhost>
|
| * RELEASE-NOTES.xml: Updated for 1.69.1 release.
|
| * VERSION: Version 1.69.1 released.
|
| 2005-07-19 Michael Smith <xmldoc%users.sourceforge.net@localhost>
|
| * Makefile: New file.
|
Changes to xsl/fo/*
| 2005-08-09 Robert Stayton <bobstayton%users.sourceforge.net@localhost>
|
| * autoidx.xsl: Fix bug 1247565: missing attribute set on
| symbol entries.
|
| * block.xsl, ebnf.xsl, table.xsl, titlepage.xsl: fo:table-body
| and fo:table-header now set start-indent and end-indent to
| zero to reset the table reference areas.
|
| 2005-08-05 Jirka Kosek <kosek%users.sourceforge.net@localhost>
|
| * autoidx.xsl: Fixed bug #1244478. Indexterms in informal
| objects are now getting correct page reference.
|
| 2005-07-27 Robert Stayton <bobstayton%users.sourceforge.net@localhost>
|
| * pagesetup.xsl: Fixed starting page number for first part
| element in single-sided output.
|
Changes to xsl/html/*
| 2005-08-11 Michael Smith <xmldoc%users.sourceforge.net@localhost>
|
| * annotations.xsl: Set default value of annotation.support
| param to 0 (off). Also, wrapped contents of the
| apply-annotations template in a "if" statement, so that
| those contents get evaluated only if annotation.support is
| non-zero. The reason for these changes was a report from
| Doug du Boulay (on the docbook-apps list) that processing of
| the apply-annotations template was consuming 75% of the
| total processing time for a 2.5Mb file. Anatoly Techtonik
| followed with a comment that with 1.69.0, "Compiling took
| about full working day on 12Mb file while earlier it was
| about 2-4 hours".
|
| 2005-08-04 Robert Stayton <bobstayton%users.sourceforge.net@localhost>
|
| * chunk-code.xsl, chunkfast.xsl: Add cf to
| exclude-result-prefixes because it is for internal use only.
|
Changes to xsl/manpages/*
| 2005-08-11 Michael Smith <xmldoc%users.sourceforge.net@localhost>
|
| * lists.xsl: Fixed check for first following siblings in
| lists.
|
| 2005-08-09 Michael Smith <xmldoc%users.sourceforge.net@localhost>
|
| * block.xsl, lists.xsl, utility.xsl: Output .sp macro in mixed
| blocks where we were outputting completely blank line
| before. Thanks (again) to Costin Stroie for pointing out the
| problems and providing a test case. Also, corrected the test
| for checking first preceding siblings of text nodes in mixed
| blocks (the test is used for determining whether or not we
| need to insert a line break before those nodes.)
|
| 2005-08-05 Michael Smith <xmldoc%users.sourceforge.net@localhost>
|
| * utility.xsl: Fixed bug that caused literal .sp to show up in
| output. (Thanks to Costin Stroie for reporting). WARNING:
| One of the consequences of this change is that the
| stylesheet no longer generates spaces at the end of certain
| lines. I had it doing that as a sort of hack to prevent
| certain kinds of problems in output. It seems like the hack
| my no longer be necessary. But if I am wrong, this change
| may cause spaces to show up at the beginning of some lines
| in "mixed content". If you see those, then this change has
| introduced a regression, and I will need to go back and
| figure out the right way to fix it (instead of the kludgy
| way I was doing it before. Also, instances like the
| following were showing up in some cases. .PP .sp That is, a
| .PP macro immediately followed by a .sp macro. I can think
| of no good read to ever generate that, and I am not sure why
| it is getting generated. So I have taked the lazy way out
| and caused the stylesheet to now strip out the .sp from all
| such instances, leaving just the .PP
|
| 2005-07-24 Michael Smith <xmldoc%users.sourceforge.net@localhost>
|
| * block.xsl, lists.xsl, utility.xsl: New file.
|
| * block.xsl, lists.xsl, utility.xsl: Fixed handling of lists
| with titles. Also reworked handling of space around lists.
| (Closes #1243003 and 1241371). Among other things, this
| change "normalizes" line space before and after verbatims.
| For most cases, the stylesheet now attempts to ensure each
| verbatim is preceded and followed by exactly one line of
| space.
|
Changes to xsl/params/*
| 2005-08-11 Michael Smith <xmldoc%users.sourceforge.net@localhost>
|
| * annotation.support.xml: Set default value of
| annotation.support param to 0 (off). Also, wrapped contents
| of the apply-annotations template in a "if" statement, so
| that those contents get evaluated only if annotation.support
| is non-zero. The reason for these changes was a report from
| Doug du Boulay (on the docbook-apps list) that processing of
| the apply-annotations template was consuming 75% of the
| total processing time for a 2.5Mb file. Anatoly Techtonik
| followed with a comment that with 1.69.0, "Compiling took
| about full working day on 12Mb file while earlier it was
| about 2-4 hours".
|
| 2005-08-06 <balls%users.sourceforge.net@localhost>
|
| * pages.template.xml: New file.
|
| 2005-08-05 Michael Smith <xmldoc%users.sourceforge.net@localhost>
|
| * man.string.subst.map.xml: Kruft removal.
|
| * man.string.subst.map.xml: Fixed bug that caused literal .sp
| to show up in output. (Thanks to Costin Stroie for
| reporting). WARNING: One of the consequences of this change
| is that the stylesheet no longer generates spaces at the end
| of certain lines. I had it doing that as a sort of hack to
| prevent certain kinds of problems in output. It seems like
| the hack my no longer be necessary. But if I am wrong, this
| change may cause spaces to show up at the beginning of some
| lines in "mixed content". If you see those, then this change
| has introduced a regression, and I will need to go back and
| figure out the right way to fix it (instead of the kludgy
| way I was doing it before. Also, instances like the
| following were showing up in some cases. .PP .sp That is, a
| .PP macro immediately followed by a .sp macro. I can think
| of no good read to ever generate that, and I am not sure why
| it is getting generated. So I have taked the lazy way out
| and caused the stylesheet to now strip out the .sp from all
| such instances, leaving just the .PP
|
| 2005-07-28 Robert Stayton <bobstayton%users.sourceforge.net@localhost>
|
| * part.autolabel.xml: Changed default part numbering format
| back to 'I'.
|
| 2005-07-24 Michael Smith <xmldoc%users.sourceforge.net@localhost>
|
| * man.string.subst.map.xml: New file.
|
| * man.string.subst.map.xml: Fixed handling of lists with
| titles. Also reworked handling of space around lists.
| (Closes #1243003 and 1241371). Among other things, this
| change "normalizes" line space before and after verbatims.
| For most cases, the stylesheet now attempts to ensure each
| verbatim is preceded and followed by exactly one line of
| space.
|
| 2005-07-20 Michael Smith <xmldoc%users.sourceforge.net@localhost>
|
| * appendix.autolabel.xml: New file.
|
| 2005-07-20 Norman Walsh <nwalsh%users.sourceforge.net@localhost>
|
| * appendix.autolabel.xml: Make appendixes use upperalpha
| numeration
|
Changes to xsl/wordml/*
| 2005-08-06 <balls%users.sourceforge.net@localhost>
|
| * docbook-pages.xsl, pages-normalise.xsl, param.ent,
| param.xweb, template-pages.xml: Added support for Apple
| Pages application
|
diffstat:
textproc/docbook-xsl/Makefile | 4 ++--
textproc/docbook-xsl/PLIST | 4 ++--
textproc/docbook-xsl/distinfo | 8 ++++----
3 files changed, 8 insertions(+), 8 deletions(-)
diffs (49 lines):
diff -r fc70828db9a2 -r 5574e371addd textproc/docbook-xsl/Makefile
--- a/textproc/docbook-xsl/Makefile Sat Aug 13 11:25:14 2005 +0000
+++ b/textproc/docbook-xsl/Makefile Sat Aug 13 15:21:32 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2005/07/23 18:41:15 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2005/08/13 15:21:32 jmmv Exp $
#
-DISTNAME= docbook-xsl-1.69.0
+DISTNAME= docbook-xsl-1.69.1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=docbook/}
EXTRACT_SUFX= .tar.bz2
diff -r fc70828db9a2 -r 5574e371addd textproc/docbook-xsl/PLIST
--- a/textproc/docbook-xsl/PLIST Sat Aug 13 11:25:14 2005 +0000
+++ b/textproc/docbook-xsl/PLIST Sat Aug 13 15:21:32 2005 +0000
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.14 2005/07/23 18:41:15 wiz Exp $
+@comment $NetBSD: PLIST,v 1.15 2005/08/13 15:21:32 jmmv Exp $
share/examples/docbook-xsl/ChangeLog
share/examples/docbook-xsl/README
share/examples/docbook-xsl/biblioentry.xsl
share/examples/docbook-xsl/testtemplate.xml
share/examples/docbook-xsl/titlepage.xsl
-@comment in xmlcatmgr: share/sgml/catalog
@comment in xmlcatmgr: share/xml/catalog
share/xsl/docbook/VERSION
share/xsl/docbook/catalog
@@ -651,6 +650,7 @@
share/xsl/docbook/params/page.orientation.xml
share/xsl/docbook/params/page.width.portrait.xml
share/xsl/docbook/params/page.width.xml
+share/xsl/docbook/params/pages.template.xml
share/xsl/docbook/params/paper.type.xml
share/xsl/docbook/params/para.propagates.style.xml
share/xsl/docbook/params/part.autolabel.xml
diff -r fc70828db9a2 -r 5574e371addd textproc/docbook-xsl/distinfo
--- a/textproc/docbook-xsl/distinfo Sat Aug 13 11:25:14 2005 +0000
+++ b/textproc/docbook-xsl/distinfo Sat Aug 13 15:21:32 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2005/07/23 18:41:15 wiz Exp $
+$NetBSD: distinfo,v 1.13 2005/08/13 15:21:32 jmmv Exp $
-SHA1 (docbook-xsl-1.69.0.tar.bz2) = b3d18c07f5e01b38bf43bd90a45d8beff203960c
-RMD160 (docbook-xsl-1.69.0.tar.bz2) = d92d5f27b9c1eb2cde98e8572972198ce9ec60a8
-Size (docbook-xsl-1.69.0.tar.bz2) = 1049218 bytes
+SHA1 (docbook-xsl-1.69.1.tar.bz2) = aaabf0e274609134e187a6c36d2be23f3471f507
+RMD160 (docbook-xsl-1.69.1.tar.bz2) = 4cc1a26acdcbe7af8f037cfb261b5e9dca15938c
+Size (docbook-xsl-1.69.1.tar.bz2) = 1058962 bytes
Home |
Main Index |
Thread Index |
Old Index