From e9804b818552543ad6e08967d91ec3deae03a32d Mon Sep 17 00:00:00 2001 From: Sergey Skvortsov Date: Wed, 23 Jan 2002 20:04:12 +0000 Subject: Updated to version 0.81, increment SHLIB_MAJOR to 67 since changes in SDOM API. PR: ports/34044 Approved by: tobez --- textproc/sablotron/Makefile | 12 +++++++----- textproc/sablotron/distinfo | 2 +- textproc/sablotron/files/patch-aclocal.m4 | 11 +++++++++++ textproc/sablotron/pkg-comment | 2 +- textproc/sablotron/pkg-descr | 6 +++++- textproc/sablotron/pkg-plist | 1 + 6 files changed, 26 insertions(+), 8 deletions(-) create mode 100644 textproc/sablotron/files/patch-aclocal.m4 (limited to 'textproc') diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile index 665b0cedafd0..c93b38d42459 100644 --- a/textproc/sablotron/Makefile +++ b/textproc/sablotron/Makefile @@ -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 diff --git a/textproc/sablotron/distinfo b/textproc/sablotron/distinfo index 87e7d282a74f..dbd9621754e8 100644 --- a/textproc/sablotron/distinfo +++ b/textproc/sablotron/distinfo @@ -1 +1 @@ -MD5 (Sablot-0.71.tar.gz) = 5c5436b5b3c28f79e9d7f3bfddff5948 +MD5 (Sablot-0.81.tar.gz) = 830c90d751d1bc9fe85e93013f03477c diff --git a/textproc/sablotron/files/patch-aclocal.m4 b/textproc/sablotron/files/patch-aclocal.m4 new file mode 100644 index 000000000000..e9ca43aa174a --- /dev/null +++ b/textproc/sablotron/files/patch-aclocal.m4 @@ -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 diff --git a/textproc/sablotron/pkg-comment b/textproc/sablotron/pkg-comment index d8ee89d13f1c..3771d617fcda 100644 --- a/textproc/sablotron/pkg-comment +++ b/textproc/sablotron/pkg-comment @@ -1 +1 @@ -An XSL processor fully implemented in C++ +XML toolkit implementing XSLT, DOM and XPath diff --git a/textproc/sablotron/pkg-descr b/textproc/sablotron/pkg-descr index 6cbdbec99ba9..8bac1acb4e75 100644 --- a/textproc/sablotron/pkg-descr +++ b/textproc/sablotron/pkg-descr @@ -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 diff --git a/textproc/sablotron/pkg-plist b/textproc/sablotron/pkg-plist index 483011b77cc5..053843d59661 100644 --- a/textproc/sablotron/pkg-plist +++ b/textproc/sablotron/pkg-plist @@ -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%% -- cgit v1.2.3