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

Updated to version 0.81,

increment SHLIB_MAJOR to 67 since changes in SDOM API.

PR:		ports/34044
Approved by:	tobez
This commit is contained in:
Sergey Skvortsov 2002-01-23 20:04:12 +00:00
parent 8ea66910b1
commit e9804b8185
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53657
6 changed files with 26 additions and 8 deletions

View File

@ -6,24 +6,26 @@
#
PORTNAME= Sablot
PORTVERSION= 0.71
PORTVERSION= 0.81
CATEGORIES= textproc
MASTER_SITES= http://download-2.gingerall.cz/download/sablot/
MAINTAINER= skv@protey.ru
MAINTAINER= skv@FreeBSD.org
LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv \
expat.2:${PORTSDIR}/textproc/expat2
INSTALLS_SHLIB= yes
SHLIB_MAJOR= 66
SHLIB_MAJOR= 67
PLIST_SUB+= SHLIB_MAJOR="${SHLIB_MAJOR}"
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib \
LIBTOOL=${LIBTOOL}
USE_GMAKE= yes
USE_AUTOMAKE_VER=14
GNU_CONFIGURE= yes
USE_AUTOMAKE_VER=15
AUTOMAKE_ARGS= -a
USE_LIBTOOL= yes

View File

@ -1 +1 @@
MD5 (Sablot-0.71.tar.gz) = 5c5436b5b3c28f79e9d7f3bfddff5948
MD5 (Sablot-0.81.tar.gz) = 830c90d751d1bc9fe85e93013f03477c

View File

@ -0,0 +1,11 @@
--- aclocal.m4.orig Tue Jan 22 12:34:25 2002
+++ aclocal.m4 Tue Jan 22 12:34:51 2002
@@ -135,7 +135,7 @@
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
# Always use our own libtool.
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+LIBTOOL="${LIBTOOL}"
AC_SUBST(LIBTOOL)dnl
# Prevent multiple expansion

View File

@ -1 +1 @@
An XSL processor fully implemented in C++
XML toolkit implementing XSLT, DOM and XPath

View File

@ -1,5 +1,9 @@
Sablotron is an XSL processor fully implemented in C++.
Sablotron is a fast, compact and portable XML toolkit implementing XSLT,
DOM and XPath.
Original creator of Sablotron is Ginger Alliance Ltd; Czech Republic.
WWW: http://www.gingerall.com/
-- Sergey Skvortsov
skv@FreeBSD.org

View File

@ -4,5 +4,6 @@ include/sdom.h
include/shandler.h
include/sxpath.h
lib/libsablot.a
lib/libsablot.la
lib/libsablot.so
lib/libsablot.so.%%SHLIB_MAJOR%%