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/Makefile | |
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/Makefile')
-rw-r--r-- | textproc/sablotron/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
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 |