summaryrefslogtreecommitdiff
path: root/textproc/docbook-xsl
diff options
context:
space:
mode:
authorjmmv <jmmv>2005-08-13 15:21:32 +0000
committerjmmv <jmmv>2005-08-13 15:21:32 +0000
commit3eb6127ecb5384029754427a3a5a20fd70398752 (patch)
tree877f4747be6acf7ec8aa7f268b8c735e61c97d1b /textproc/docbook-xsl
parent92ae0fbbbf60e3a12777ce975bd79e4019e78dda (diff)
downloadpkgsrc-3eb6127ecb5384029754427a3a5a20fd70398752.tar.gz
Update to 1.69.1:
Changes to xsl/* | 2005-08-11 Michael Smith <xmldoc@users.sourceforge.net> | | * RELEASE-NOTES.xml: Updated for 1.69.1 release. | | * VERSION: Version 1.69.1 released. | | 2005-07-19 Michael Smith <xmldoc@users.sourceforge.net> | | * Makefile: New file. | Changes to xsl/fo/* | 2005-08-09 Robert Stayton <bobstayton@users.sourceforge.net> | | * 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> | | * autoidx.xsl: Fixed bug #1244478. Indexterms in informal | objects are now getting correct page reference. | | 2005-07-27 Robert Stayton <bobstayton@users.sourceforge.net> | | * 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> | | * 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> | | * 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> | | * lists.xsl: Fixed check for first following siblings in | lists. | | 2005-08-09 Michael Smith <xmldoc@users.sourceforge.net> | | * 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> | | * 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> | | * 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> | | * 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> | | * pages.template.xml: New file. | | 2005-08-05 Michael Smith <xmldoc@users.sourceforge.net> | | * 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> | | * part.autolabel.xml: Changed default part numbering format | back to 'I'. | | 2005-07-24 Michael Smith <xmldoc@users.sourceforge.net> | | * 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> | | * appendix.autolabel.xml: New file. | | 2005-07-20 Norman Walsh <nwalsh@users.sourceforge.net> | | * appendix.autolabel.xml: Make appendixes use upperalpha | numeration | Changes to xsl/wordml/* | 2005-08-06 <balls@users.sourceforge.net> | | * docbook-pages.xsl, pages-normalise.xsl, param.ent, | param.xweb, template-pages.xml: Added support for Apple | Pages application |
Diffstat (limited to 'textproc/docbook-xsl')
-rw-r--r--textproc/docbook-xsl/Makefile4
-rw-r--r--textproc/docbook-xsl/PLIST4
-rw-r--r--textproc/docbook-xsl/distinfo8
3 files changed, 8 insertions, 8 deletions
diff --git a/textproc/docbook-xsl/Makefile b/textproc/docbook-xsl/Makefile
index 801dd095c51..7ee19071fd8 100644
--- a/textproc/docbook-xsl/Makefile
+++ b/textproc/docbook-xsl/Makefile
@@ -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 --git a/textproc/docbook-xsl/PLIST b/textproc/docbook-xsl/PLIST
index 7f1afebd2ef..d1b63e7e9df 100644
--- a/textproc/docbook-xsl/PLIST
+++ b/textproc/docbook-xsl/PLIST
@@ -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.margin.top.xml
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 --git a/textproc/docbook-xsl/distinfo b/textproc/docbook-xsl/distinfo
index 2356682c16d..6b6a6febad3 100644
--- a/textproc/docbook-xsl/distinfo
+++ b/textproc/docbook-xsl/distinfo
@@ -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