summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjwise <jwise@pkgsrc.org>2000-08-30 19:45:38 +0000
committerjwise <jwise@pkgsrc.org>2000-08-30 19:45:38 +0000
commit2607183581bb3ce2c2ecbe3e3542d1fca5fe5f89 (patch)
treebe7fda76a5e5f02e9ccd150239827d64331b5f69 /textproc
parent40021efdb2c3893326633b4879be64d85e20b084 (diff)
downloadpkgsrc-2607183581bb3ce2c2ecbe3e3542d1fca5fe5f89.tar.gz
Remove this package. It will be reimported as pkgsrc/textproc/tcl-xml
with package name tcl-xml-1.2.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/tclxml/Makefile25
-rw-r--r--textproc/tclxml/files/md53
-rw-r--r--textproc/tclxml/pkg/COMMENT1
-rw-r--r--textproc/tclxml/pkg/DESCR3
-rw-r--r--textproc/tclxml/pkg/PLIST8
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