pkgsrc/textproc/sablotron/Makefile
jlam 3b383e58df 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
2002-01-01 03:11:17 +00:00

20 lines
588 B
Makefile

# $NetBSD: Makefile,v 1.5 2002/01/01 03:11:18 jlam Exp $
DISTNAME= Sablot-0.71
PKGNAME= sablotron-0.71
CATEGORIES= textproc
MASTER_SITES= http://download-2.gingerall.cz/download/sablot/
MAINTAINER= uithuis@dds.nl
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
USE_GMAKE= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/tools/ltconfig
.include "../../converters/libiconv/buildlink.mk"
.include "../../textproc/expat/buildlink.mk"
.include "../../mk/bsd.pkg.mk"