summaryrefslogtreecommitdiff
path: root/textproc/tcl-xml
diff options
context:
space:
mode:
authorjwise <jwise>2000-08-30 19:46:37 +0000
committerjwise <jwise>2000-08-30 19:46:37 +0000
commit45a19bebea8a9517ef07ef7dec1a092a04e5b673 (patch)
treefe0cf5bd870598f7da91cbadb7a0a6f94d9bb837 /textproc/tcl-xml
parentde0929c67dabfb472b1af62bddee0840234ad921 (diff)
downloadpkgsrc-45a19bebea8a9517ef07ef7dec1a092a04e5b673.tar.gz
Reimport this package as tcl-xml-1.2, adapted for tcl-8.3.2.
Diffstat (limited to 'textproc/tcl-xml')
-rw-r--r--textproc/tcl-xml/Makefile29
-rw-r--r--textproc/tcl-xml/files/md53
-rw-r--r--textproc/tcl-xml/pkg/COMMENT1
-rw-r--r--textproc/tcl-xml/pkg/DESCR3
-rw-r--r--textproc/tcl-xml/pkg/PLIST8
5 files changed, 44 insertions, 0 deletions
diff --git a/textproc/tcl-xml/Makefile b/textproc/tcl-xml/Makefile
new file mode 100644
index 00000000000..de4393d6d61
--- /dev/null
+++ b/textproc/tcl-xml/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/08/30 19:46:37 jwise Exp $
+#
+
+DISTNAME= TclXML-1.2
+PKGNAME= tcl-xml-1.2
+CATEGORIES= textproc www tcl
+MASTER_SITES= http://www.zveno.com/in-tclxml/
+
+MAINTAINER= jwise@netbsd.org
+HOMEPAGE= http://www.zveno.com/zm.cgi/in-tclxml/
+
+DEPENDS+= tcl-8.3.2:../../lang/tcl
+
+# old name for this package...
+CONFLICTS+= TclXML-*
+
+NO_CONFIGURE=
+NO_BUILD=
+
+do-install:
+ ${MKDIR} ${PREFIX}/lib/tcl/TclXML
+ ${INSTALL_DATA} ${WRKSRC}/pkgIndex.tcl ${PREFIX}/lib/tcl/TclXML
+ ${INSTALL_DATA} ${WRKSRC}/sgml.tcl ${PREFIX}/lib/tcl/TclXML
+ ${INSTALL_DATA} ${WRKSRC}/xml.tcl ${PREFIX}/lib/tcl/TclXML
+ ${MKDIR} ${PREFIX}/share/doc/tcl/TclXML
+ ${INSTALL_DATA} ${WRKSRC}/docs/reference.html ${PREFIX}/share/doc/tcl/TclXML
+ ${INSTALL_DATA} ${WRKSRC}/changes ${PREFIX}/share/doc/tcl/TclXML
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/tcl-xml/files/md5 b/textproc/tcl-xml/files/md5
new file mode 100644
index 00000000000..6af99a7777b
--- /dev/null
+++ b/textproc/tcl-xml/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/08/30 19:46:37 jwise Exp $
+
+MD5 (TclXML-1.2.tar.gz) = 500c0f8dc647136039cd78a766f89c1b
diff --git a/textproc/tcl-xml/pkg/COMMENT b/textproc/tcl-xml/pkg/COMMENT
new file mode 100644
index 00000000000..c53ac2ef250
--- /dev/null
+++ b/textproc/tcl-xml/pkg/COMMENT
@@ -0,0 +1 @@
+XML parser implemented entirely in Tcl
diff --git a/textproc/tcl-xml/pkg/DESCR b/textproc/tcl-xml/pkg/DESCR
new file mode 100644
index 00000000000..fc8a54e7a0f
--- /dev/null
+++ b/textproc/tcl-xml/pkg/DESCR
@@ -0,0 +1,3 @@
+TclXML is an all-Tcl XML parser. The goal of this parser is to be
+"plug-compatible" with TclExpat. This parser can be made more forgiving
+of broken XML than expat, by using the -errorcommand option.
diff --git a/textproc/tcl-xml/pkg/PLIST b/textproc/tcl-xml/pkg/PLIST
new file mode 100644
index 00000000000..e71aa3eff40
--- /dev/null
+++ b/textproc/tcl-xml/pkg/PLIST
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/08/30 19:46:37 jwise Exp $
+lib/tcl/TclXML/pkgIndex.tcl
+lib/tcl/TclXML/sgml.tcl
+lib/tcl/TclXML/xml.tcl
+share/doc/tcl/TclXML/reference.html
+share/doc/tcl/TclXML/changes
+@dirrm lib/tcl/TclXML
+@dirrm share/doc/tcl/TclXML