From 47477189ca6671092e1dc55147b0847afb67fe70 Mon Sep 17 00:00:00 2001 From: jwise Date: Wed, 30 Aug 2000 19:47:13 +0000 Subject: Re-import this package as tcl-dom-1.6, adapted for tcl-8.3.2. --- textproc/tcl-dom/Makefile | 29 +++++++++++++++++++++++++++++ textproc/tcl-dom/files/md5 | 3 +++ textproc/tcl-dom/pkg/COMMENT | 1 + textproc/tcl-dom/pkg/DESCR | 4 ++++ textproc/tcl-dom/pkg/PLIST | 8 ++++++++ 5 files changed, 45 insertions(+) create mode 100644 textproc/tcl-dom/Makefile create mode 100644 textproc/tcl-dom/files/md5 create mode 100644 textproc/tcl-dom/pkg/COMMENT create mode 100644 textproc/tcl-dom/pkg/DESCR create mode 100644 textproc/tcl-dom/pkg/PLIST (limited to 'textproc/tcl-dom') 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 -- cgit v1.2.3