head	1.6;
access;
symbols
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3;
locks; strict;
comment	@# @;


1.6
date	2009.11.27.01.04.49;	author sylvio;	state dead;
branches;
next	1.5;

1.5
date	2009.08.22.00.38.26;	author amdmi3;	state Exp;
branches;
next	1.4;

1.4
date	2009.02.15.11.29.00;	author mm;	state Exp;
branches;
next	1.3;

1.3
date	2008.07.25.04.26.55;	author beech;	state Exp;
branches;
next	1.2;

1.2
date	2008.07.08.01.48.25;	author beech;	state Exp;
branches;
next	1.1;

1.1
date	2008.06.29.02.17.18;	author beech;	state Exp;
branches;
next	;


desc
@@


1.6
log
@- Port now do part of devel/tclxml

Approved by:	miwi (mentor)
@
text
@# New ports collection makefile for:	TclDOM
# Date created:				28 April 2008
# Whom:					Frank Fenor <frank@@fenor.de>
#
# $FreeBSD: ports/www/tcldom/Makefile,v 1.5 2009/08/22 00:38:26 amdmi3 Exp $
#

PORTNAME=	tcldom
PORTVERSION=	3.1
PORTREVISION=	1
CATEGORIES=	www tcl
MASTER_SITES=	SF/tclxml/TclDOM/${PORTVERSION}

MAINTAINER=	frank@@fenor.de
COMMENT=	DOM API for Tcl based on TclDOMPro

BUILD_DEPENDS?=	${LOCALBASE}/include/expat.h:${PORTSDIR}/textproc/expat2

PLIST=		${PKGDIR}${PKGNAMESUFFIX}/pkg-plist
PATCHDIR=	${PKGDIR}${PKGNAMESUFFIX}/files/
WRKSRC?=	${WRKDIR}/${PORTNAME}-${DISTVERSION}/src
USE_TCL=	82+
INVALID_TCL_VER=	85 86
USE_LDCONFIG=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-tcl=${TCL_LIBDIR} \
		--with-tclinclude=${TCL_INCLUDEDIR}
CONFIGURE_ENV=	CFLAGS="${CFLAGS} -I\"${PREFIX}/include\""

.include <bsd.port.mk>
@


1.5
log
@- Switch SourceForge ports to the new File Release System: categories starting with W
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@- Add tcl85 and tcl86 to unsupported version list (INVALID_TCL_VER)
@
text
@d9 1
a9 1
DISTVERSION=	3.1
d12 1
a12 2
MASTER_SITES=	SF
MASTER_SITE_SUBDIR=	tclxml
@


1.3
log
@- Fix plist path so slaves install properly.
- Bump portrevision

Submitted by:	Frank Fenor <frank@@fenor.de> (maintainer)
@
text
@d24 1
@


1.2
log
@- Use static plist

Reported by:	pointyhat via pav
@
text
@d10 1
d20 2
@


1.1
log
@TclDOM is a Tcl language binding for the W3C's DOM standard. DOM
provides a tree view of an XML document.

TclDOM is a package with several implementations, including one
written in pure Tcl, one written in C based on TclDOMPro and
another that wraps the Gnome libxml2 library.
This port installs the TclDOMPro part.

PR:		ports/123954
Submitted by:	Frank Fenor <frank at fenor.de>
@
text
@a25 1
PLIST_FILES=	lib/tcldom2.0/tcldom84.so.1 lib/tcldom2.0/pkgIndex.tcl
@

