Subject: pkg/22603: Updated package textproc/sablotron to 1.0
To: None <gnats-bugs@gnats.netbsd.org>
From: None <juan@xtraeme.unixbsd.org>
List: netbsd-bugs
Date: 08/26/2003 19:56:37
>Number:         22603
>Category:       pkg
>Synopsis:       Updated package textproc/sablotron to 1.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue Aug 26 17:57:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     Juan RP
>Release:        NetBSD 1.6X
>Organization:
>Environment:
System: NetBSD Nocturno 1.6X NetBSD 1.6X (Nocturno) #2: Tue Aug 26 15:44:18 CEST 2003 juan@Nocturno:/data/current/obj/sys/arch/i386/compile/Nocturno i386
Architecture: i386
Machine: i386
>Description:

Sablotron 1.0 is out.

Version 1.0
August 8, 2003
---------------
        - two flags SAB_DUMP_SHEET_STRUCTURE (0x40) and
          SAB_NO_EXTERNAL_ENTITIES (0x80) added
        - nested xsl:attribute reported as error
        - &gt; is always escaped to prevent problems with CDATA end
        - new configurable set of makefiles for Windows MSVC++ has been 
          created to replace existing Makefile.nt file 
          [by Rosimildo daSilva, patch by Bob Kline]
        - fixed a type comparison failing on arm, powerpc and s390
          [reported by Debian maintainers]
        - fixed a bug of default NS in imported/included templates
        - fixed a segfault in keys defined on empty nodes
          [reported by Simon Spanihel]
        - minor changes to compile under QNX 6.2
          [patch by Adrian Weiler]
        - fixed a bug of nested imports [reported by Dave Brooks]
        - fixed a bug of UTF-16 encoded files on Win 
          [reported by Andrey Sokolov]
        - fixed a bug of defenition check in shandler.h for Borland
          compilers [reported by Vladimir Lukianov]
        - fixed a bug of crashing sorting on Windows
        - fixed a bug of crashing key() on RTF 
          [reported by Valeriy Ovechkin]
        - solved the issue of too many files open with exsl:document
        - fixed a bug of  casting of 64-bit pointers to (int)
          [patch by Steve Crockett]
        - fixed a bug absolute paths starting with a drive letter on 
          Windows (unsupported scheme is reported)
        - fixed a bug of SDOM_DestroyDocument

Version 0.98
April 7, 2003
-------------
        - added stylesheet chaining to sabcmd [by Stefan Behnel]
        - changes in XML::Sablotron (new layout, added DOMHandler SXP 
          interface) [by Nicolas Trebst and Anselm Kruis]
        - fixed a bug of variables bound for SXP queries
        - fixed a bug of the self axis (principal node type)
        - fix for Metrowerks C/C++ compiler [suggested by Tim Crook]
        - fixed a bug of forbidden XPath (child::xxx@yyy)
        - configuration fixes (APIDOC docs are built only when 
          Perl/XML::Parser found)
        - fixed defaults for xsl:number
        - fixed a bug of required order of top-level variables
        - fixes in the outputting of NS declarations
        - fixes in the import precedence [report by Roy Huggins]
        - added a new config switch for sabcmd to abort on XSLT error 
          (--enable-abort-on-error)
        - fixed a bug in namespace-alias
        - fixed segfault occurring when formating big numbers (>1e127)
        - fixed comparison of char to 0 for unsigned-char platforms

Version 0.97
December 30, 2002
-----------------
        - fixed the problem with Expat 1.95.5
        - fixed a bug in xsl:message [report by Bob Kline]
        - fixed an infinite loop bug in recursive imports
          [report by Michael Vladimirov]
        - added SablotGetOptions() function
        - added a new option (SAB_FILES_TO_HANDLER) to pass the 'file'
          URIs to the scheme handler
        - fixed collisions with PHP/Java extension, Arena* renamed to 
          SabArena [suggested by Christian Stocker]
        - mapping of namespaces added to xql() function (DOM)
        - chars illegal in output encoding displayed as references 
          (for xml, html, xhtml output methods)
        - fixed resolution of relative URIs in document()
        - fixed a bug of not overridden imported parameters
        - documentation sources (APIDOC XML) added to distribution

>How-To-Repeat:
>Fix:

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/textproc/sablotron/Makefile,v
retrieving revision 1.16
diff -b -u -r1.16 Makefile
--- Makefile	2003/07/24 13:35:28	1.16
+++ Makefile	2003/08/26 17:55:13
@@ -1,8 +1,7 @@
 # $NetBSD: Makefile,v 1.16 2003/07/24 13:35:28 grant Exp $
 
-DISTNAME=		Sablot-0.96
-PKGNAME=		sablotron-0.96
-PKGREVISION=		2
+DISTNAME=		Sablot-1.0
+PKGNAME=		sablotron-1.0
 CATEGORIES=		textproc
 MASTER_SITES=		http://download-2.gingerall.cz/download/sablot/
 
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/textproc/sablotron/PLIST,v
retrieving revision 1.3
diff -b -u -r1.3 PLIST
--- PLIST	2002/09/25 23:17:26	1.3
+++ PLIST	2003/08/26 17:55:13
@@ -1,5 +1,6 @@
 @comment $NetBSD: PLIST,v 1.3 2002/09/25 23:17:26 jwise Exp $
 bin/sabcmd
+bin/sablot-config
 include/sabcfg.h
 include/sabdbg.h
 include/sablot.h
@@ -9,6 +10,6 @@
 lib/libsablot.a
 lib/libsablot.la
 lib/libsablot.so
-lib/libsablot.so.96
-lib/libsablot.so.96.0
+lib/libsablot.so.100
+lib/libsablot.so.100.0
 man/man1/sabcmd.1
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/textproc/sablotron/distinfo,v
retrieving revision 1.6
diff -b -u -r1.6 distinfo
--- distinfo	2002/09/25 23:17:26	1.6
+++ distinfo	2003/08/26 17:55:13
@@ -1,5 +1,4 @@
 $NetBSD: distinfo,v 1.6 2002/09/25 23:17:26 jwise Exp $
 
-SHA1 (Sablot-0.96.tar.gz) = 0b9e8a913c66332f54a919e7a555df824a0b56f5
-Size (Sablot-0.96.tar.gz) = 399961 bytes
-SHA1 (patch-ac) = 4637c2b23ed6a445e4e70976c56fb6bd37ce7a1c
+SHA1 (Sablot-1.0.tar.gz) = f31512d8833d12cdc1a174358b93228800dabe22
+Size (Sablot-1.0.tar.gz) = 484144 bytes
>Release-Note:
>Audit-Trail:
>Unformatted: