diff options
author | jwise <jwise> | 2000-08-30 19:44:06 +0000 |
---|---|---|
committer | jwise <jwise> | 2000-08-30 19:44:06 +0000 |
commit | c38fea9909eb592ffd08f38cd4bb961838b2e5fe (patch) | |
tree | f54e605c25c0f59209a12b624e7224d9f8d910e1 /textproc | |
parent | 66d4ddbbce6c8585b2014be3779449ee8c27cab2 (diff) | |
download | pkgsrc-c38fea9909eb592ffd08f38cd4bb961838b2e5fe.tar.gz |
Remove this package. It will be reimported as pkgsrc/textproc/tcl-dom,
with package name tcl-dom-1.6.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/tcldom/Makefile | 25 | ||||
-rw-r--r-- | textproc/tcldom/files/md5 | 3 | ||||
-rw-r--r-- | textproc/tcldom/pkg/COMMENT | 1 | ||||
-rw-r--r-- | textproc/tcldom/pkg/DESCR | 4 | ||||
-rw-r--r-- | textproc/tcldom/pkg/PLIST | 8 |
5 files changed, 0 insertions, 41 deletions
diff --git a/textproc/tcldom/Makefile b/textproc/tcldom/Makefile deleted file mode 100644 index 86b9bc219fe..00000000000 --- a/textproc/tcldom/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/08/21 18:44:08 jwise Exp $ -# - -DISTNAME= TclDOM-1.6 -CATEGORIES= textproc www -MASTER_SITES= http://www.zveno.com/in-tclxml/in-tcldom/ - -MAINTAINER= jwise@netbsd.org -HOMEPAGE= http://www.zveno.com/zm.cgi/in-tclxml/in-tcldom/ - -DEPENDS+= TclXML-*:../../textproc/tclxml - -NO_CONFIGURE= -NO_BUILD= - -do-install: - ${MKDIR} ${PREFIX}/lib/TclDOM - ${INSTALL_DATA} ${WRKSRC}/pkgIndex.tcl ${PREFIX}/lib/TclDOM - ${INSTALL_DATA} ${WRKSRC}/dom.tcl ${PREFIX}/lib/TclDOM - ${INSTALL_DATA} ${WRKSRC}/dommap.tcl ${PREFIX}/lib/TclDOM - ${MKDIR} ${PREFIX}/share/doc/TclDOM - ${INSTALL_DATA} ${WRKSRC}/docs/reference.html ${PREFIX}/share/doc/TclDOM - ${INSTALL_DATA} ${WRKSRC}/changes ${PREFIX}/share/doc/TclDOM - -.include "../../mk/bsd.pkg.mk" diff --git a/textproc/tcldom/files/md5 b/textproc/tcldom/files/md5 deleted file mode 100644 index 8db2a350eb3..00000000000 --- a/textproc/tcldom/files/md5 +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: md5,v 1.1.1.1 2000/08/21 18:44:08 jwise Exp $ - -MD5 (TclDOM-1.6.tar.gz) = 9e38ac0d5fb001d4e6b62a02970087fe diff --git a/textproc/tcldom/pkg/COMMENT b/textproc/tcldom/pkg/COMMENT deleted file mode 100644 index 73f505801d2..00000000000 --- a/textproc/tcldom/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -DOM implementation for use with TclXML or TclExpat diff --git a/textproc/tcldom/pkg/DESCR b/textproc/tcldom/pkg/DESCR deleted file mode 100644 index c714eb325c8..00000000000 --- a/textproc/tcldom/pkg/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -TclDOM is a Tcl package implementing the TclDOM specification. This release -is still incomplete with respect to the DOM Recommendation from the W3C, -but only the Extended Interfaces are left to finish - all of the necessary -core interfaces are done. diff --git a/textproc/tcldom/pkg/PLIST b/textproc/tcldom/pkg/PLIST deleted file mode 100644 index 94a877198ea..00000000000 --- a/textproc/tcldom/pkg/PLIST +++ /dev/null @@ -1,8 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/08/21 18:44:08 jwise Exp $ -lib/TclDOM/pkgIndex.tcl -lib/TclDOM/dom.tcl -lib/TclDOM/dommap.tcl -share/doc/TclDOM/reference.html -share/doc/TclDOM/changes -@dirrm lib/TclDOM -@dirrm share/doc/TclDOM |