diff options
author | jwise <jwise> | 2000-08-30 19:45:38 +0000 |
---|---|---|
committer | jwise <jwise> | 2000-08-30 19:45:38 +0000 |
commit | de0929c67dabfb472b1af62bddee0840234ad921 (patch) | |
tree | be7fda76a5e5f02e9ccd150239827d64331b5f69 | |
parent | c38fea9909eb592ffd08f38cd4bb961838b2e5fe (diff) | |
download | pkgsrc-de0929c67dabfb472b1af62bddee0840234ad921.tar.gz |
Remove this package. It will be reimported as pkgsrc/textproc/tcl-xml
with package name tcl-xml-1.2.
-rw-r--r-- | textproc/tclxml/Makefile | 25 | ||||
-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, 0 insertions, 40 deletions
diff --git a/textproc/tclxml/Makefile b/textproc/tclxml/Makefile deleted file mode 100644 index 3d224c7f54e..00000000000 --- a/textproc/tclxml/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2000/08/21 21:57: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= - -DEPENDS+= tcl-8.0.5:../../lang/tcl80 - -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 deleted file mode 100644 index b251f872a51..00000000000 --- a/textproc/tclxml/files/md5 +++ /dev/null @@ -1,3 +0,0 @@ -$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 deleted file mode 100644 index c53ac2ef250..00000000000 --- a/textproc/tclxml/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -XML parser implemented entirely in Tcl diff --git a/textproc/tclxml/pkg/DESCR b/textproc/tclxml/pkg/DESCR deleted file mode 100644 index fc8a54e7a0f..00000000000 --- a/textproc/tclxml/pkg/DESCR +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 53f58ea79bb..00000000000 --- a/textproc/tclxml/pkg/PLIST +++ /dev/null @@ -1,8 +0,0 @@ -@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 |