diff options
author | jlam <jlam@pkgsrc.org> | 2002-01-01 03:11:17 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-01-01 03:11:17 +0000 |
commit | 3b383e58df2eddc218eda24df8db3a9aaadd9770 (patch) | |
tree | 3611ac9fbe4828889ed03516b8eb656a6bf400ff /textproc/sablotron | |
parent | cb2703fbd1822a26b9f065b85a0925bbd41e1bfb (diff) | |
download | pkgsrc-3b383e58df2eddc218eda24df8db3a9aaadd9770.tar.gz |
Update textproc/sablotron to 0.71. Bump version for sablotron/buildlink.mk
since the shared library major version increases with every release. Changes
from version 0.60 include:
- Bug fixes
- implemented axes 'following' and 'preceding'
- added an SXP callback for id() and a 'user data' pointer for some callbacks
- improved error messages
- added Sablotron XPath processor
- implemented xsl:key and key()
- implemented format-number() and xsl:decimal-format
- implemented xsl:number
- improved HTML indentation
- parameter entities are always parsed
- xml declaration ends with ?> using HTML method
- > is escaped in HTML
- changed SDOM_xql so it uses namespace declarations on the document element
Diffstat (limited to 'textproc/sablotron')
-rw-r--r-- | textproc/sablotron/DESCR | 9 | ||||
-rw-r--r-- | textproc/sablotron/Makefile | 12 | ||||
-rw-r--r-- | textproc/sablotron/PLIST | 7 | ||||
-rw-r--r-- | textproc/sablotron/buildlink.mk | 4 | ||||
-rw-r--r-- | textproc/sablotron/distinfo | 6 |
5 files changed, 21 insertions, 17 deletions
diff --git a/textproc/sablotron/DESCR b/textproc/sablotron/DESCR index 902bb9d19bc..149f4ae7018 100644 --- a/textproc/sablotron/DESCR +++ b/textproc/sablotron/DESCR @@ -1,4 +1,7 @@ -Sablotron is an XSL processor fully implemented in C++. As an XML parser -it uses the excellent Expat parser, whose source is included. +Sablotron is a fast, compact and portable XML toolkit implementing XSLT, +DOM and XPath. Sablotron is an open project whose goal is to create a +lightweight, reliable and fast XML library processor conforming to the W3C +specification, which is available for public and can be used as a base +for multi-platform XML applications. -Original creator of Sablotron is Ginger Alliance Ltd, Czech Republic. +The original creator of Sablotron is Ginger Alliance Ltd., Czech Republic. diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile index c9f9e07a83d..d9e280c86bd 100644 --- a/textproc/sablotron/Makefile +++ b/textproc/sablotron/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.4 2001/10/05 07:27:48 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2002/01/01 03:11:18 jlam Exp $ -DISTNAME= Sablot-0.60 -PKGNAME= sablotron-0.60 +DISTNAME= Sablot-0.71 +PKGNAME= sablotron-0.71 CATEGORIES= textproc -MASTER_SITES= http://www.gingerall.com/perl/rd?url=sablot/ +MASTER_SITES= http://download-2.gingerall.cz/download/sablot/ MAINTAINER= uithuis@dds.nl -HOMEPAGE= http://www.gingerall.com/charlie-bin/get/webGA/act/sablotron.act -COMMENT= XSL processor fully implemented in C++ +HOMEPAGE= http://www.gingerall.com/charlie/ga/xml/p_sab.xml +COMMENT= XML toolkit implementing XSLT, DOM, and XPath USE_BUILDLINK_ONLY= YES GNU_CONFIGURE= YES diff --git a/textproc/sablotron/PLIST b/textproc/sablotron/PLIST index 477b5997983..d6d2fca5397 100644 --- a/textproc/sablotron/PLIST +++ b/textproc/sablotron/PLIST @@ -1,10 +1,11 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:58:45 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/01/01 03:11:18 jlam Exp $ bin/sabcmd include/sablot.h include/sdom.h include/shandler.h +include/sxpath.h lib/libsablot.a lib/libsablot.la lib/libsablot.so -lib/libsablot.so.60 -lib/libsablot.so.60.0 +lib/libsablot.so.71 +lib/libsablot.so.71.0 diff --git a/textproc/sablotron/buildlink.mk b/textproc/sablotron/buildlink.mk index 7dce484b3b0..9020e78e24d 100644 --- a/textproc/sablotron/buildlink.mk +++ b/textproc/sablotron/buildlink.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink.mk,v 1.2 2001/10/05 07:27:48 jlam Exp $ +# $NetBSD: buildlink.mk,v 1.3 2002/01/01 03:11:18 jlam Exp $ # # This Makefile fragment is included by packages that use sablotron. # @@ -17,7 +17,7 @@ SABLOTRON_BUILDLINK_MK= # defined .include "../../mk/bsd.buildlink.mk" -BUILDLINK_DEPENDS.sablotron?= sablotron>=0.60 +BUILDLINK_DEPENDS.sablotron?= sablotron>=0.71 DEPENDS+= ${BUILDLINK_DEPENDS.sablotron}:../../textproc/sablotron EVAL_PREFIX+= BUILDLINK_PREFIX.sablotron=sablotron diff --git a/textproc/sablotron/distinfo b/textproc/sablotron/distinfo index d96bdab1d88..7bbcc963c3d 100644 --- a/textproc/sablotron/distinfo +++ b/textproc/sablotron/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/06/25 17:27:34 wiz Exp $ +$NetBSD: distinfo,v 1.2 2002/01/01 03:11:18 jlam Exp $ -SHA1 (Sablot-0.60.tar.gz) = 5bf1cacf025f0d57b3f63ab6b01f08821fd10417 -Size (Sablot-0.60.tar.gz) = 252835 bytes +SHA1 (Sablot-0.71.tar.gz) = 8da42bba936832941d4f077551d47c1d3393e6c4 +Size (Sablot-0.71.tar.gz) = 274268 bytes |