diff options
author | jwise <jwise@pkgsrc.org> | 2000-08-30 19:47:13 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-08-30 19:47:13 +0000 |
commit | 3cff39923a994f3bb90f66676329e2c5700b9757 (patch) | |
tree | 872528f4dd385ab3eb9de4ac11f78c4fe5d9eab4 /textproc/tcl-dom | |
parent | 7ad6d1a2959e440b17352aa9db048dfed329d6b9 (diff) | |
download | pkgsrc-3cff39923a994f3bb90f66676329e2c5700b9757.tar.gz |
Re-import this package as tcl-dom-1.6, adapted for tcl-8.3.2.
Diffstat (limited to 'textproc/tcl-dom')
-rw-r--r-- | textproc/tcl-dom/Makefile | 29 | ||||
-rw-r--r-- | textproc/tcl-dom/files/md5 | 3 | ||||
-rw-r--r-- | textproc/tcl-dom/pkg/COMMENT | 1 | ||||
-rw-r--r-- | textproc/tcl-dom/pkg/DESCR | 4 | ||||
-rw-r--r-- | textproc/tcl-dom/pkg/PLIST | 8 |
5 files changed, 45 insertions, 0 deletions
diff --git a/textproc/tcl-dom/Makefile b/textproc/tcl-dom/Makefile new file mode 100644 index 00000000000..9ec11c05c67 --- /dev/null +++ b/textproc/tcl-dom/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/08/30 19:47:13 jwise Exp $ +# + +DISTNAME= TclDOM-1.6 +PKGNAME= tcl-dom-1.6 +CATEGORIES= textproc www tcl +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+= tcl-xml-*:../../textproc/tcl-xml + +# old name for this package... +CONFLICTS+= TclDom-* + +NO_CONFIGURE= +NO_BUILD= + +do-install: + ${MKDIR} ${PREFIX}/lib/tcl/TclDOM + ${INSTALL_DATA} ${WRKSRC}/pkgIndex.tcl ${PREFIX}/lib/tcl/TclDOM + ${INSTALL_DATA} ${WRKSRC}/dom.tcl ${PREFIX}/lib/tcl/TclDOM + ${INSTALL_DATA} ${WRKSRC}/dommap.tcl ${PREFIX}/lib/tcl/TclDOM + ${MKDIR} ${PREFIX}/share/doc/tcl/TclDOM + ${INSTALL_DATA} ${WRKSRC}/docs/reference.html ${PREFIX}/share/doc/tcl/TclDOM + ${INSTALL_DATA} ${WRKSRC}/changes ${PREFIX}/share/doc/tcl/TclDOM + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/tcl-dom/files/md5 b/textproc/tcl-dom/files/md5 new file mode 100644 index 00000000000..611068c2464 --- /dev/null +++ b/textproc/tcl-dom/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/08/30 19:47:13 jwise Exp $ + +MD5 (TclDOM-1.6.tar.gz) = 9e38ac0d5fb001d4e6b62a02970087fe diff --git a/textproc/tcl-dom/pkg/COMMENT b/textproc/tcl-dom/pkg/COMMENT new file mode 100644 index 00000000000..73f505801d2 --- /dev/null +++ b/textproc/tcl-dom/pkg/COMMENT @@ -0,0 +1 @@ +DOM implementation for use with TclXML or TclExpat diff --git a/textproc/tcl-dom/pkg/DESCR b/textproc/tcl-dom/pkg/DESCR new file mode 100644 index 00000000000..c714eb325c8 --- /dev/null +++ b/textproc/tcl-dom/pkg/DESCR @@ -0,0 +1,4 @@ +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/tcl-dom/pkg/PLIST b/textproc/tcl-dom/pkg/PLIST new file mode 100644 index 00000000000..8ac004e286e --- /dev/null +++ b/textproc/tcl-dom/pkg/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/08/30 19:47:13 jwise Exp $ +lib/tcl/TclDOM/pkgIndex.tcl +lib/tcl/TclDOM/dom.tcl +lib/tcl/TclDOM/dommap.tcl +share/doc/tcl/TclDOM/reference.html +share/doc/tcl/TclDOM/changes +@dirrm lib/tcl/TclDOM +@dirrm share/doc/tcl/TclDOM |