diff options
author | skv <skv@FreeBSD.org> | 2002-08-06 07:19:33 +0000 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2002-08-06 07:19:33 +0000 |
commit | 05226c7af351dc665188856b609d92f8332d307d (patch) | |
tree | f1d79ba6bc687a0a0da24d4973d1cec2f8dc0c84 /textproc/sablotron | |
parent | cd38a94c7da7702d89afc0868c7c85797e252046 (diff) | |
download | FreeBSD-ports-05226c7af351dc665188856b609d92f8332d307d.zip FreeBSD-ports-05226c7af351dc665188856b609d92f8332d307d.tar.gz |
Updated to 0.95
Diffstat (limited to 'textproc/sablotron')
-rw-r--r-- | textproc/sablotron/Makefile | 10 | ||||
-rw-r--r-- | textproc/sablotron/distinfo | 2 | ||||
-rw-r--r-- | textproc/sablotron/pkg-comment | 2 | ||||
-rw-r--r-- | textproc/sablotron/pkg-descr | 5 |
4 files changed, 11 insertions, 8 deletions
diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile index 25106dd..c4653a9 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 0d6d7a3..a4a9647 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 3771d61..cef7203 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 8bac1ac..b0bd802 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. |