aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2002-01-23 20:04:12 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2002-01-23 20:04:12 +0000
commite9804b818552543ad6e08967d91ec3deae03a32d (patch)
treeb16906ccec6dc80401fb84e394e1873f9f0007d6 /textproc
parent8ea66910b19c42269e715694524a799267341efd (diff)
downloadports-e9804b818552543ad6e08967d91ec3deae03a32d.tar.gz
ports-e9804b818552543ad6e08967d91ec3deae03a32d.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/sablotron/Makefile12
-rw-r--r--textproc/sablotron/distinfo2
-rw-r--r--textproc/sablotron/files/patch-aclocal.m411
-rw-r--r--textproc/sablotron/pkg-comment2
-rw-r--r--textproc/sablotron/pkg-descr6
-rw-r--r--textproc/sablotron/pkg-plist1
6 files changed, 26 insertions, 8 deletions
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%%