freebsd-ports/textproc/tclExpat/pkg-descr
James E. Housley c88e11f896 New Port: textproc/tclExpat
This is the TCL interface to the Expat library. I updated it to link
against the modern Expat, as installed by the expat2 port.

PR:		22879
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
2001-02-13 12:59:35 +00:00

16 lines
458 B
Plaintext

From the README:
A Tcl interface to expat.
Steve Ball, Zveno Pty Ltd.
This package provides a Tcl interface to James Clark's expat library.
It creates a Tcl package, called "expat", which defines a single
new Tcl command "expat".
WWW: http://www.zveno.com/zm.cgi/in-tclxml/
This port ignores the old expat distribution bundled with the software
and links the library against the latest installed by the expat2 port.
-mi