diff options
author | jwise <jwise> | 2000-08-21 18:08:22 +0000 |
---|---|---|
committer | jwise <jwise> | 2000-08-21 18:08:22 +0000 |
commit | ff908389cd59dd0d823ce0268e08a219c3c25c49 (patch) | |
tree | 2ff28af4a7610fc3d9a57c63f43051e90639e504 /textproc | |
parent | 9089bdbc038a7f1d1ae4f0ba271b4cdf9ae234a4 (diff) | |
download | pkgsrc-ff908389cd59dd0d823ce0268e08a219c3c25c49.tar.gz |
Initial import of TclXML-1.2, an XML parser implemented entirely in Tcl.
Later today, I will be importing TclExpat, which implements an identical
API, but uses James Clark's expat package (implemented in C) for XML
parsing.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/tclxml/Makefile | 23 | ||||
-rw-r--r-- | textproc/tclxml/files/md5 | 3 | ||||
-rw-r--r-- | textproc/tclxml/pkg/COMMENT | 1 | ||||
-rw-r--r-- | textproc/tclxml/pkg/DESCR | 3 | ||||
-rw-r--r-- | textproc/tclxml/pkg/PLIST | 8 |
5 files changed, 38 insertions, 0 deletions
diff --git a/textproc/tclxml/Makefile b/textproc/tclxml/Makefile new file mode 100644 index 00000000000..5f240d55108 --- /dev/null +++ b/textproc/tclxml/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/08/21 18:08:22 jwise Exp $ +# + +DISTNAME= TclXML-1.2 +CATEGORIES= textproc www +MASTER_SITES= http://www.zveno.com/in-tclxml/ + +MAINTAINER= jwise@netbsd.org +HOMEPAGE= http://www.zveno.com/zm.cgi/in-tclxml/ + +NO_CONFIGURE= +NO_BUILD= + +do-install: + ${MKDIR} ${PREFIX}/lib/TclXML + ${INSTALL_DATA} ${WRKSRC}/pkgIndex.tcl ${PREFIX}/lib/TclXML + ${INSTALL_DATA} ${WRKSRC}/sgml.tcl ${PREFIX}/lib/TclXML + ${INSTALL_DATA} ${WRKSRC}/xml.tcl ${PREFIX}/lib/TclXML + ${MKDIR} ${PREFIX}/share/doc/TclXML + ${INSTALL_DATA} ${WRKSRC}/docs/reference.html ${PREFIX}/share/doc/TclXML + ${INSTALL_DATA} ${WRKSRC}/changes ${PREFIX}/share/doc/TclXML + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/tclxml/files/md5 b/textproc/tclxml/files/md5 new file mode 100644 index 00000000000..b251f872a51 --- /dev/null +++ b/textproc/tclxml/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/08/21 18:08:22 jwise Exp $ + +MD5 (TclXML-1.2.tar.gz) = 500c0f8dc647136039cd78a766f89c1b diff --git a/textproc/tclxml/pkg/COMMENT b/textproc/tclxml/pkg/COMMENT new file mode 100644 index 00000000000..c53ac2ef250 --- /dev/null +++ b/textproc/tclxml/pkg/COMMENT @@ -0,0 +1 @@ +XML parser implemented entirely in Tcl diff --git a/textproc/tclxml/pkg/DESCR b/textproc/tclxml/pkg/DESCR new file mode 100644 index 00000000000..fc8a54e7a0f --- /dev/null +++ b/textproc/tclxml/pkg/DESCR @@ -0,0 +1,3 @@ +TclXML is an all-Tcl XML parser. The goal of this parser is to be +"plug-compatible" with TclExpat. This parser can be made more forgiving +of broken XML than expat, by using the -errorcommand option. diff --git a/textproc/tclxml/pkg/PLIST b/textproc/tclxml/pkg/PLIST new file mode 100644 index 00000000000..53f58ea79bb --- /dev/null +++ b/textproc/tclxml/pkg/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/08/21 18:08:22 jwise Exp $ +lib/TclXML/pkgIndex.tcl +lib/TclXML/sgml.tcl +lib/TclXML/xml.tcl +share/doc/TclXML/reference.html +share/doc/TclXML/changes +@dirrm lib/TclXML +@dirrm share/doc/TclXML |