From 3b383e58df2eddc218eda24df8db3a9aaadd9770 Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 1 Jan 2002 03:11:17 +0000 Subject: 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 --- textproc/sablotron/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'textproc/sablotron/Makefile') 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 -- cgit v1.2.3