Add tclxml 2.6, API for parsing XML documents using Tcl.

PR:		52090
Submitted by:	David Yeske <dyeske@yahoo.com>
This commit is contained in:
Pete Fritchman 2003-05-16 02:20:32 +00:00
parent 66ecea4cba
commit 6e0dc7912a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81063
5 changed files with 54 additions and 0 deletions

View File

@ -899,6 +899,7 @@
SUBDIR += tcllib
SUBDIR += tclreadline
SUBDIR += tcltls
SUBDIR += tclxml
SUBDIR += tdl
SUBDIR += templ
SUBDIR += terminality

26
devel/tclxml/Makefile Normal file
View File

@ -0,0 +1,26 @@
# New ports collection makefile for: tclxml
# Date created: 2 May 2003
# Whom: David Yeske <dyeske@yahoo.com>
#
# $FreeBSD$
#
PORTNAME= tclxml
PORTVERSION= 2.6
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= tclxml
MAINTAINER= dyeske@yahoo.com
COMMENT= API for parsing XML documents using Tcl
BUILD_DEPENDS= tclsh8.4:${PORTSDIR}/lang/tcl84
RUN_DEPENDS= tclsh8.4:${PORTSDIR}/lang/tcl84
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl8.4 \
--with-tclinclude=${LOCALBASE}/include/tcl8.4
PLIST_SUB= VER=${PORTVERSION}
.include <bsd.port.mk>

1
devel/tclxml/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (tclxml-2.6.tar.gz) = a54d1d6965e2123529e80d2a7ed251ec

11
devel/tclxml/pkg-descr Normal file
View File

@ -0,0 +1,11 @@
TclXML is an API for parsing XML documents using the Tcl scripting
language. It is also a package with several parser implementations.
The goal of the TclXML package is to provide an API for Tcl scripts
that allows "Plug-and-Play" parser implementations; ie. an application
will be able to use different parser implementations without change
to the application code.
WWW: http://tclxml.sourceforge.net/
- David
dyeske@yahoo.com

15
devel/tclxml/pkg-plist Normal file
View File

@ -0,0 +1,15 @@
include/tclxml.h
lib/TclxmlConfig.sh
lib/Tclxml%%VER%%/libTclxml%%VER%%.so
lib/Tclxml%%VER%%/libTclxmlstub%%VER%%.a
lib/Tclxml%%VER%%/pkgIndex.tcl
lib/Tclxml%%VER%%/sgml-8.0.tcl
lib/Tclxml%%VER%%/sgml-8.1.tcl
lib/Tclxml%%VER%%/sgmlparser.tcl
lib/Tclxml%%VER%%/tclparser-8.0.tcl
lib/Tclxml%%VER%%/tclparser-8.1.tcl
lib/Tclxml%%VER%%/xml__tcl.tcl
lib/Tclxml%%VER%%/xml-8.0.tcl
lib/Tclxml%%VER%%/xml-8.1.tcl
lib/Tclxml%%VER%%/xpath.tcl
@dirrm lib/Tclxml%%VER%%