summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjwise <jwise@pkgsrc.org>2000-08-21 18:44:08 +0000
committerjwise <jwise@pkgsrc.org>2000-08-21 18:44:08 +0000
commit6b6b8a21ccfe91e0e0e9cac09cf859aa739e28c7 (patch)
tree993d05203c6d1ea85a7d0fb4296f22f6c25294a1 /textproc
parent3b7c13cfb1f7d44365c0f3c05682ba3048364313 (diff)
downloadpkgsrc-6b6b8a21ccfe91e0e0e9cac09cf859aa739e28c7.tar.gz
Initial import of TclDOM-1.6, a DOM implementation for use with TclXML or
TclExpat.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/tcldom/Makefile25
-rw-r--r--textproc/tcldom/files/md53
-rw-r--r--textproc/tcldom/pkg/COMMENT1
-rw-r--r--textproc/tcldom/pkg/DESCR4
-rw-r--r--textproc/tcldom/pkg/PLIST8
5 files changed, 41 insertions, 0 deletions
diff --git a/textproc/tcldom/Makefile b/textproc/tcldom/Makefile
new file mode 100644
index 00000000000..86b9bc219fe
--- /dev/null
+++ b/textproc/tcldom/Makefile
@@ -0,0 +1,25 @@
+# $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
new file mode 100644
index 00000000000..8db2a350eb3
--- /dev/null
+++ b/textproc/tcldom/files/md5
@@ -0,0 +1,3 @@
+$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
new file mode 100644
index 00000000000..73f505801d2
--- /dev/null
+++ b/textproc/tcldom/pkg/COMMENT
@@ -0,0 +1 @@
+DOM implementation for use with TclXML or TclExpat
diff --git a/textproc/tcldom/pkg/DESCR b/textproc/tcldom/pkg/DESCR
new file mode 100644
index 00000000000..c714eb325c8
--- /dev/null
+++ b/textproc/tcldom/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/tcldom/pkg/PLIST b/textproc/tcldom/pkg/PLIST
new file mode 100644
index 00000000000..94a877198ea
--- /dev/null
+++ b/textproc/tcldom/pkg/PLIST
@@ -0,0 +1,8 @@
+@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