1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00

Updated to 0.95

This commit is contained in:
Sergey Skvortsov 2002-08-06 07:19:33 +00:00
parent 956ac63471
commit 58d134feec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64088
4 changed files with 11 additions and 8 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= Sablot
PORTVERSION= 0.90
PORTREVISION= 1
PORTVERSION= 0.95
CATEGORIES= textproc
MASTER_SITES= http://download-2.gingerall.cz/download/sablot/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} sablot-docs-0.81${EXTRACT_SUFX}
@ -26,14 +25,17 @@ LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \
INSTALLS_SHLIB= yes
SHLIB_MAJOR= 68 # API changes counter
SHLIB_MAJOR= 69 # API changes counter
PLIST_SUB+= SHLIB_MAJOR="${SHLIB_MAJOR}" DOCSDIR="share/doc/${PORTNAME}"
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib \
LIBTOOL=${LIBTOOL}
USE_AUTOMAKE= yes
AUTOMAKE_ARGS= -a
USE_LIBTOOL= yes
MAN1= sabcmd.1
.include <bsd.port.pre.mk>
.if defined(WITH_DISABLE_META)

View File

@ -1,2 +1,2 @@
MD5 (Sablot-0.90.tar.gz) = 48af1160b228310dd2dbc65b28075b61
MD5 (Sablot-0.95.tar.gz) = 5dbcb6eabe8a962f9b84719cdb100390
MD5 (sablot-docs-0.81.tar.gz) = e9df9492f164120ea7fe7b85713421ea

View File

@ -1 +1 @@
XML toolkit implementing XSLT, DOM and XPath
XML toolkit implementing XSLT 1.0, XPath 1.0 and DOM Level2

View File

@ -1,5 +1,6 @@
Sablotron is a fast, compact and portable XML toolkit implementing XSLT,
DOM and XPath.
Sablotron is an XML processor fully implemented in C++. It uses Expat
by James Clark as an XML parser. Sablotron implements XSLT 1.0, XPath
1.0 and DOM Level2.
Original creator of Sablotron is Ginger Alliance Ltd; Czech Republic.