Initial import of TclDOM-1.6, a DOM implementation for use with TclXML or
TclExpat.
This commit is contained in:
parent
3b7c13cfb1
commit
6b6b8a21cc
5 changed files with 41 additions and 0 deletions
25
textproc/tcldom/Makefile
Normal file
25
textproc/tcldom/Makefile
Normal file
|
@ -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"
|
3
textproc/tcldom/files/md5
Normal file
3
textproc/tcldom/files/md5
Normal file
|
@ -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
|
1
textproc/tcldom/pkg/COMMENT
Normal file
1
textproc/tcldom/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
DOM implementation for use with TclXML or TclExpat
|
4
textproc/tcldom/pkg/DESCR
Normal file
4
textproc/tcldom/pkg/DESCR
Normal file
|
@ -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.
|
8
textproc/tcldom/pkg/PLIST
Normal file
8
textproc/tcldom/pkg/PLIST
Normal file
|
@ -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
|
Loading…
Reference in a new issue