diff options
author | skv <skv@FreeBSD.org> | 2002-01-23 20:04:12 +0000 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2002-01-23 20:04:12 +0000 |
commit | 28912e8f16718b979aef34c88ef1bb8f04c31ed0 (patch) | |
tree | 30fd8760d3df5e87e6bad8b677ed62c96c052689 | |
parent | e2e411db0640d6231b72fbf7b2682b0dca4aa177 (diff) | |
download | FreeBSD-ports-28912e8f16718b979aef34c88ef1bb8f04c31ed0.zip FreeBSD-ports-28912e8f16718b979aef34c88ef1bb8f04c31ed0.tar.gz |
Updated to version 0.81,
increment SHLIB_MAJOR to 67 since changes in SDOM API.
PR: ports/34044
Approved by: tobez
-rw-r--r-- | textproc/sablotron/Makefile | 12 | ||||
-rw-r--r-- | textproc/sablotron/distinfo | 2 | ||||
-rw-r--r-- | textproc/sablotron/files/patch-aclocal.m4 | 11 | ||||
-rw-r--r-- | textproc/sablotron/pkg-comment | 2 | ||||
-rw-r--r-- | textproc/sablotron/pkg-descr | 6 | ||||
-rw-r--r-- | textproc/sablotron/pkg-plist | 1 |
6 files changed, 26 insertions, 8 deletions
diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile index 665b0ce..c93b38d 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 87e7d28..dbd9621 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 0000000..e9ca43a --- /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 d8ee89d..3771d61 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 6cbdbec..8bac1ac 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 483011b..053843d 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%% |