From 45a19bebea8a9517ef07ef7dec1a092a04e5b673 Mon Sep 17 00:00:00 2001 From: jwise Date: Wed, 30 Aug 2000 19:46:37 +0000 Subject: Reimport this package as tcl-xml-1.2, adapted for tcl-8.3.2. --- textproc/tcl-xml/Makefile | 29 +++++++++++++++++++++++++++++ textproc/tcl-xml/files/md5 | 3 +++ textproc/tcl-xml/pkg/COMMENT | 1 + textproc/tcl-xml/pkg/DESCR | 3 +++ textproc/tcl-xml/pkg/PLIST | 8 ++++++++ 5 files changed, 44 insertions(+) create mode 100644 textproc/tcl-xml/Makefile create mode 100644 textproc/tcl-xml/files/md5 create mode 100644 textproc/tcl-xml/pkg/COMMENT create mode 100644 textproc/tcl-xml/pkg/DESCR create mode 100644 textproc/tcl-xml/pkg/PLIST (limited to 'textproc/tcl-xml') diff --git a/textproc/tcl-xml/Makefile b/textproc/tcl-xml/Makefile new file mode 100644 index 00000000000..de4393d6d61 --- /dev/null +++ b/textproc/tcl-xml/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/08/30 19:46:37 jwise Exp $ +# + +DISTNAME= TclXML-1.2 +PKGNAME= tcl-xml-1.2 +CATEGORIES= textproc www tcl +MASTER_SITES= http://www.zveno.com/in-tclxml/ + +MAINTAINER= jwise@netbsd.org +HOMEPAGE= http://www.zveno.com/zm.cgi/in-tclxml/ + +DEPENDS+= tcl-8.3.2:../../lang/tcl + +# old name for this package... +CONFLICTS+= TclXML-* + +NO_CONFIGURE= +NO_BUILD= + +do-install: + ${MKDIR} ${PREFIX}/lib/tcl/TclXML + ${INSTALL_DATA} ${WRKSRC}/pkgIndex.tcl ${PREFIX}/lib/tcl/TclXML + ${INSTALL_DATA} ${WRKSRC}/sgml.tcl ${PREFIX}/lib/tcl/TclXML + ${INSTALL_DATA} ${WRKSRC}/xml.tcl ${PREFIX}/lib/tcl/TclXML + ${MKDIR} ${PREFIX}/share/doc/tcl/TclXML + ${INSTALL_DATA} ${WRKSRC}/docs/reference.html ${PREFIX}/share/doc/tcl/TclXML + ${INSTALL_DATA} ${WRKSRC}/changes ${PREFIX}/share/doc/tcl/TclXML + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/tcl-xml/files/md5 b/textproc/tcl-xml/files/md5 new file mode 100644 index 00000000000..6af99a7777b --- /dev/null +++ b/textproc/tcl-xml/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/08/30 19:46:37 jwise Exp $ + +MD5 (TclXML-1.2.tar.gz) = 500c0f8dc647136039cd78a766f89c1b diff --git a/textproc/tcl-xml/pkg/COMMENT b/textproc/tcl-xml/pkg/COMMENT new file mode 100644 index 00000000000..c53ac2ef250 --- /dev/null +++ b/textproc/tcl-xml/pkg/COMMENT @@ -0,0 +1 @@ +XML parser implemented entirely in Tcl diff --git a/textproc/tcl-xml/pkg/DESCR b/textproc/tcl-xml/pkg/DESCR new file mode 100644 index 00000000000..fc8a54e7a0f --- /dev/null +++ b/textproc/tcl-xml/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/tcl-xml/pkg/PLIST b/textproc/tcl-xml/pkg/PLIST new file mode 100644 index 00000000000..e71aa3eff40 --- /dev/null +++ b/textproc/tcl-xml/pkg/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/08/30 19:46:37 jwise Exp $ +lib/tcl/TclXML/pkgIndex.tcl +lib/tcl/TclXML/sgml.tcl +lib/tcl/TclXML/xml.tcl +share/doc/tcl/TclXML/reference.html +share/doc/tcl/TclXML/changes +@dirrm lib/tcl/TclXML +@dirrm share/doc/tcl/TclXML -- cgit v1.2.3