summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2002-08-06 07:19:33 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2002-08-06 07:19:33 +0000
commit58d134feec3cad492791d0a0ea2172527585cded (patch)
tree0ff1d37ceedca292a7a9604ef09e8c2159378325 /textproc
parentUpdate to 0.18 (based on SQLite 2.5.6) (diff)
Updated to 0.95
Notes
Notes: svn path=/head/; revision=64088
Diffstat (limited to 'textproc')
-rw-r--r--textproc/sablotron/Makefile10
-rw-r--r--textproc/sablotron/distinfo2
-rw-r--r--textproc/sablotron/pkg-comment2
-rw-r--r--textproc/sablotron/pkg-descr5
4 files changed, 11 insertions, 8 deletions
diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile
index 25106dde9716..c4653a95f54b 100644
--- a/textproc/sablotron/Makefile
+++ b/textproc/sablotron/Makefile
@@ -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)
diff --git a/textproc/sablotron/distinfo b/textproc/sablotron/distinfo
index 0d6d7a3fa850..a4a9647b4dfb 100644
--- a/textproc/sablotron/distinfo
+++ b/textproc/sablotron/distinfo
@@ -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
diff --git a/textproc/sablotron/pkg-comment b/textproc/sablotron/pkg-comment
index 3771d617fcda..cef7203d3edb 100644
--- a/textproc/sablotron/pkg-comment
+++ b/textproc/sablotron/pkg-comment
@@ -1 +1 @@
-XML toolkit implementing XSLT, DOM and XPath
+XML toolkit implementing XSLT 1.0, XPath 1.0 and DOM Level2
diff --git a/textproc/sablotron/pkg-descr b/textproc/sablotron/pkg-descr
index 8bac1acb4e75..b0bd8020a3a1 100644
--- a/textproc/sablotron/pkg-descr
+++ b/textproc/sablotron/pkg-descr
@@ -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.