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


1.13
date	2012.01.06.09.16.06;	author rm;	state dead;
branches;
next	1.12;

1.12
date	2011.12.28.09.48.08;	author rm;	state Exp;
branches;
next	1.11;

1.11
date	2008.05.31.23.01.14;	author miwi;	state Exp;
branches;
next	1.10;

1.10
date	2006.02.07.20.47.13;	author pav;	state Exp;
branches;
next	1.9;

1.9
date	2005.09.13.22.05.20;	author pav;	state Exp;
branches;
next	1.8;

1.8
date	2005.03.14.21.56.20;	author pav;	state Exp;
branches;
next	1.7;

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

1.6
date	2004.04.30.08.35.50;	author linimon;	state Exp;
branches;
next	1.5;

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

1.4
date	2004.01.13.20.29.58;	author pav;	state Exp;
branches;
next	1.3;

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

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

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


desc
@@


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

PORTNAME=	formulator
PORTVERSION=	1.11.3
CATEGORIES=	www zope
MASTER_SITES=	http://www.infrae.com/download/Formulator/${PORTVERSION}/
PKGNAMEPREFIX=	zope-
DISTNAME=	Formulator-${PORTVERSION}
EXTRACT_SUFX=	.tgz

MAINTAINER=	x@@vex.net
COMMENT=	HTML form generatation and validation system for Zope

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

USE_PYTHON=		yes
USE_ZOPE=		yes
DIST_SUBDIR=	zope

ZOPEPRODUCTNAME=	Formulator

WRKSRC=		${WRKDIR}/${ZOPEPRODUCTNAME}

post-patch:
	@@${FIND} ${WRKSRC} -name '*.orig' -delete

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

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

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

.include <bsd.port.mk>
@


1.12
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.11
log
@- Update to 1.11.3

PR:		121673
Submitted by:	TAOKA Fumiyoshi <fmysh@@iijmio-mail.jp>
Approved by:	maintainer timeout
@
text
@d19 3
@


1.10
log
@- Update to 1.11.1

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


1.9
log
@- Update to 1.10

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


1.8
log
@- Update to 1.8.0

PR:		ports/78775
Submitted by:	Tim Middleton <x@@vex.net> (maintainer)

Note to submitter: your mail bounces. Please fix.
@
text
@d9 1
a9 1
PORTVERSION=	1.8.0
@


1.7
log
@- Unbreak: don't try to generate pkg-plist, we're using static one
@
text
@d9 1
a9 1
PORTVERSION=	1.6.2
d11 1
a11 1
MASTER_SITES=	http://zope.org/Members/infrae/Formulator/Formulator-${PORTVERSION}/
d16 1
a16 1
MAINTAINER=	x@@Vex.Net
a22 2
CONFLICTS=	plone-*

@


1.6
log
@Update to 1.6.2

PR:		ports/65932
Submitted by:	Tim Middleton <x@@vex.net> (maintainer)
@
text
@a31 11
pre-install:
	@@${RM} -f ${PLIST}
	@@${TOUCH} ${PLIST}
	@@cd ${WRKDIR} && \
	for f in `${FIND} ${ZOPEPRODUCTNAME} -type f`; do \
		${ECHO_CMD} %%ZOPEPRODUCTDIR%%/$${f} >> ${PLIST}; \
	done; \
	for d in `${FIND} -d ${ZOPEPRODUCTNAME} -type d`; do \
		${ECHO_CMD} @@dirrm %%ZOPEPRODUCTDIR%%/$${d} >> ${PLIST}; \
	done; \

@


1.5
log
@use ZOPEPRODUCTDIR on pkg-plist.
Agreed by:	maintainer.
@
text
@d9 1
a9 2
PORTVERSION=	1.6.1
PORTREVISION=	1
d17 1
a17 1
COMMENT=	Formulator - HTML form generatation and validation system
a27 1
CPIO=		cpio --quiet -pdum -R
d32 11
d44 3
a46 5
	@@ ${CHMOD} -R og+rX ${WRKSRC}/
	@@ ${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}
	@@ cd ${WRKSRC} && ${FIND} . \
	  | ${CPIO} ${BINOWN}:${BINGRP} \
	  ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}
@


1.4
log
@- Update to 1.6.1

PR:		ports/61327
Submitted by:	Tim Middleton <x@@vex.net> (maintainer)
@
text
@d10 1
a27 1
PLIST_SUB=	ZOPEBASEDIR=${SZOPEBASEDIR}
@


1.3
log
@- Add conflicts between www/plone and www/zope-formulator, they both install
  Zope Product named Formulator, which are incompatible.

PR:		ports/60845
Submitted by:	Filippo Natali <filippo.natali@@widestore.net> (plone maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.6.0
@


1.2
log
@- Update to 1.6.0

PR:		ports/60729
Submitted by:	Tim Middleton <x@@vex.net> (maintainer)
@
text
@d23 2
@


1.1
log
@New port: www/formulator, Formulator for Zope

	Formulator is an extensible framework that eases the creation
	and validation of web forms.

PR:		ports/54079
Submitted by:	Tim Middleton <x@@vex.net>
@
text
@d9 1
a9 1
PORTVERSION=	1.4.2
d11 1
a11 1
MASTER_SITES=	http://www.zope.org/Members/faassen/Formulator/${PORTVERSION}/
@

