head	1.9;
access;
symbols
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.7
	RELEASE_5_5_0:1.7
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4;
locks; strict;
comment	@# @;


1.9
date	2012.01.06.09.16.10;	author rm;	state dead;
branches;
next	1.8;

1.8
date	2011.12.28.09.48.08;	author rm;	state Exp;
branches;
next	1.7;

1.7
date	2006.02.07.20.48.33;	author pav;	state Exp;
branches;
next	1.6;

1.6
date	2005.09.17.23.34.07;	author pav;	state Exp;
branches;
next	1.5;

1.5
date	2005.08.06.21.24.23;	author pav;	state Exp;
branches;
next	1.4;

1.4
date	2004.02.16.17.09.17;	author vanilla;	state Exp;
branches;
next	1.3;

1.3
date	2004.01.13.20.48.27;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2004.01.02.20.55.36;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2003.12.29.05.01.56;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Remove expired zope ports.
@
text
@# New ports collection makefile for: XMLWidgets
# Date created:		3 Jul 2003
# Whom:			Tim Middleton
#
# $FreeBSD: ports/www/zope-xmlwidgets/Makefile,v 1.8 2011/12/28 09:48:08 rm Exp $
#

PORTNAME=	xmlwidgets
PORTVERSION=	0.13
CATEGORIES=	www zope
MASTER_SITES=	http://www.infrae.com/download/XMLWidgets/${PORTVERSION}/
PKGNAMEPREFIX=	zope-
DISTNAME=	XMLWidgets-${PORTVERSION}
EXTRACT_SUFX=	.tgz

MAINTAINER=	x@@vex.net
COMMENT=	XMLWidgets - dynamic translations of ParsedXML to HTML pages

DEPRECATED=	Doesn't work with modern Zope versions
EXPIRATION_DATE=	2012-01-06

RUN_DEPENDS=	${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/ParsedXML/__init__.py:${PORTSDIR}/www/zope-parsedxml

USE_PYTHON=	yes
USE_ZOPE=	yes
DIST_SUBDIR=	zope

ZOPEPRODUCTNAME=XMLWidgets

WRKSRC=		${WRKDIR}/${ZOPEPRODUCTNAME}

do-build:
	@@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}

do-install:
	@@${CHMOD} -R og+rX ${WRKSRC}/
	@@${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}
	@@${CP} -R ${WRKSRC} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/

post-install:
.if !defined(BATCH)
	@@${CAT} ${PKGMESSAGE}
.endif

.include <bsd.port.mk>
@


1.8
log
@Deprecate fourth part of obsoleted zope-related ports.

Adjust expiration date to other deprecated zope-ports, because without latter
they will be quite useless (if they not already).

PR:            163143
Approved by:   maintainer (timeout, 2 weeks+), novel (mentor)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@- Update to 0.13

PR:		ports/92937
Submitted by:	Tim Middleton <x@@vex.net> (maintainer)
@
text
@d19 3
@


1.6
log
@- Update to 0.12

PR:		ports/86280
Submitted by:	Tim Middleton <x@@vex.net> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.12
@


1.5
log
@- Fix fetch

Approved by:	portmgr (marcus)
@
text
@d9 1
a9 2
PORTVERSION=	0.10.3
PORTREVISION=	1
d11 1
a11 1
MASTER_SITES=	http://www.zope.org/Members/infrae/XMLWidgets/XMLWidgets-${PORTVERSION}/
d16 1
a16 1
MAINTAINER=	x@@Vex.Net
a27 1
CPIO=		cpio --quiet -pdum -R
d33 3
a35 5
	@@ ${CHMOD} -R og+rX ${WRKSRC}/
	@@ ${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}
	@@ cd ${WRKSRC} && ${FIND} . \
	  | ${CPIO} ${BINOWN}:${BINGRP} \
	  ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}
@


1.4
log
@use ZOPEPRODUCTDIR on pkg-plist.
Agreed by:	maintainer.
@
text
@d12 1
a12 1
MASTER_SITES=	http://zope.org/Members/infrae/XMLWidgets/XMLWidgets-${PORTVERSION}/
@


1.3
log
@- Update to 0.10.3

PR:		ports/61328
Submitted by:	Tim Middleton <x@@vex.net> (maintainer)
@
text
@d10 1
a27 7
# yes, some of us are running zope on python 2.3
#PYTHON_VERSION=	python2.3

# You can change this in the environment if you like.
#SZOPEBASEDIR?=		www/Zope

PLIST_SUB=	ZOPEBASEDIR=${SZOPEBASEDIR}
@


1.2
log
@- Update to 0.10.2

PR:		ports/60739
Submitted by:	Tim Middleton <x@@vex.net> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.10.2
@


1.1
log
@[NEW PORT] www/zope-xmlwidgets: XMLWidgets - dynamic translations of ParsedXML to HTML pages

	XMLWidgets is a Zope Product/Framework to create dynamic
	translations of ParsedXML documents to HTML pages. Each XML
	node is represented by a widget.  A widget can display
	itself (to HTML), and handle user events (clicks, form
	submits) in the same HTML page.

	WWW: http://www.zope.org/Members/faassen/XMLWidgets

PR:		ports/54251
Submitted by:	Tim Middleton <x@@vex.net>
@
text
@d9 1
a9 1
PORTVERSION=	0.9
d11 1
a11 1
MASTER_SITES=	http://www.zope.org/Members/faassen/XMLWidgets/${PORTVERSION}/
d27 5
a31 2
# yes, some of us are running zope on python 2.2
PYTHON_VERSION=	python2.2
@

