head	1.21;
access;
symbols
	RELEASE_9_0_0:1.19
	RELEASE_7_4_0:1.18
	RELEASE_8_2_0:1.18
	RELEASE_6_EOL:1.18
	RELEASE_8_1_0:1.18
	RELEASE_7_3_0:1.18
	RELEASE_8_0_0:1.18
	RELEASE_7_2_0:1.18
	RELEASE_7_1_0:1.18
	RELEASE_6_4_0:1.18
	RELEASE_5_EOL:1.18
	RELEASE_7_0_0:1.17
	RELEASE_6_3_0:1.17
	PRE_XORG_7:1.16
	RELEASE_4_EOL:1.16
	RELEASE_6_2_0:1.16
	RELEASE_6_1_0:1.16
	RELEASE_5_5_0:1.16
	RELEASE_6_0_0:1.15
	RELEASE_5_4_0:1.14
	RELEASE_4_11_0:1.13
	RELEASE_5_3_0:1.13
	RELEASE_4_10_0:1.9
	RELEASE_5_2_1:1.7
	RELEASE_5_2_0:1.7
	RELEASE_4_9_0:1.7
	RELEASE_5_1_0:1.6
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.4
	old_RELEASE_4_3_0:1.2
	old_RELEASE_4_2_0:1.2;
locks; strict;
comment	@# @;


1.21
date	2012.02.07.20.18.12;	author rene;	state dead;
branches;
next	1.20;

1.20
date	2012.01.06.09.57.10;	author rm;	state Exp;
branches;
next	1.19;

1.19
date	2011.08.02.19.22.14;	author bapt;	state Exp;
branches;
next	1.18;

1.18
date	2008.01.13.03.39.23;	author rafan;	state Exp;
branches;
next	1.17;

1.17
date	2007.06.06.07.45.33;	author linimon;	state Exp;
branches;
next	1.16;

1.16
date	2005.12.02.12.00.31;	author vsevolod;	state Exp;
branches;
next	1.15;

1.15
date	2005.07.11.18.15.09;	author novel;	state Exp;
branches;
next	1.14;

1.14
date	2005.03.10.17.24.58;	author novel;	state Exp;
branches;
next	1.13;

1.13
date	2004.08.16.21.36.06;	author pav;	state Exp;
branches;
next	1.12;

1.12
date	2004.08.09.18.04.24;	author arved;	state Exp;
branches;
next	1.11;

1.11
date	2004.07.13.15.41.34;	author pav;	state Exp;
branches;
next	1.10;

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

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

1.8
date	2004.03.25.18.42.02;	author nbm;	state Exp;
branches;
next	1.7;

1.7
date	2003.08.13.11.54.17;	author nbm;	state Exp;
branches;
next	1.6;

1.6
date	2003.03.07.06.12.56;	author ade;	state Exp;
branches;
next	1.5;

1.5
date	2003.01.20.08.23.36;	author nbm;	state Exp;
branches;
next	1.4;

1.4
date	2001.08.11.18.32.54;	author wjv;	state Exp;
branches;
next	1.3;

1.3
date	2001.08.08.14.39.25;	author wjv;	state Exp;
branches;
next	1.2;

1.2
date	2000.10.27.20.34.25;	author nbm;	state Exp;
branches;
next	1.1;

1.1
date	2000.10.21.00.03.15;	author nbm;	state Exp;
branches;
next	;


desc
@@


1.21
log
@Remove expired port:
2012-02-06 www/zope-cmf: Doesn't work with modern Zope versions
@
text
@# New ports collection makefile for: Zope-PTK
# Date created:		18 Sep 2000
# Whom:			Neil Blakey-Milner
#
# $FreeBSD: ports/www/zope-cmf/Makefile,v 1.20 2012/01/06 09:57:10 rm Exp $
#

PORTNAME=	zope-cmf
PORTVERSION=	1.4.8
CATEGORIES=	www zope
MASTER_SITES=	http://old.zope.org/Products/CMF/CMF-${PORTVERSION}/
DISTNAME=	CMF-${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	The Zope Content Management Framework (CMF)

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

USE_PYTHON=	2.4
USE_ZOPE=	2.7
DIST_SUBDIR=	zope

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

do-install:
	@@${CHMOD} -R og+rX ${WRKSRC}/
	@@${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}
.for cmfdir in CMFCalendar CMFCore CMFDefault CMFTopic DCWorkflow
	@@${CP} -R ${WRKSRC}/${cmfdir} \
		${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/
.endfor

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

.include <bsd.port.mk>
@


1.20
log
@Mark this port DEPRECATED. Set for removal on 2012-02-06.
I somehow overlooked it within dependencies hunt.

Also:
- explicitly set needed python and zope versions because of upcoming bsd.python.mk change.
  (no revision bump needed, because versions are still the same)
- remove CONFLICTS with unexisting plone port
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.19
log
@Fix master_site
@
text
@d17 5
a21 2
USE_PYTHON=	yes
USE_ZOPE=	yes
a23 2
CONFLICTS=	plone[0-9]*-[0-9]*

@


1.18
log
@- Mark conflicts with plone3

PR:		ports/119365
Submitted by:	TAOKA Fumiyoshi <fmysh at iijmio-mail.jp>
Approved by:	portmgr (pav)
@
text
@d11 1
a11 1
MASTER_SITES=	http://www.zope.org/Products/CMF/CMF-${PORTVERSION}/
@


1.17
log
@Reset filippo.natali@@gmail.com, who is very short on free time right now.

Hat:		portmgr
@
text
@d21 1
a21 1
CONFLICTS=	plone-[0-9]*
@


1.16
log
@- Add conflicts to current plone version

PR:		86451
Submitted by:	Filippo Natali <filippo.natali at gmail.com>
@
text
@d14 1
a14 1
MAINTAINER=	filippo.natali@@gmail.com
@


1.15
log
@Update to 1.4.8.

PR:		83265
Submitted by:	Filippo Natali (maintainer)
@
text
@d21 2
@


1.14
log
@Change maintainer's e-mail.

PR:	78669
Submitted by:	maintainer
Approved by:	krion (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	1.4.7
d11 1
a11 1
MASTER_SITES=	http://zope.org/Products/CMF/CMF-${PORTVERSION}/
@


1.13
log
@- Update to 1.4.7

PR:		ports/70522
Submitted by:	Filippo Natali <filippo@@widestore.net> (maintainer)
@
text
@d14 1
a14 1
MAINTAINER=	filippo@@widestore.net
@


1.12
log
@Update to 1.4.6

PR:		69987
Submitted by:	Filippo Natali <filippo@@widestore.net>
@
text
@d9 1
a9 1
PORTVERSION=	1.4.6
@


1.11
log
@- Update to 1.4.5

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


1.10
log
@- Update to 1.4.4

PR:		ports/66977
Submitted by:	Filippo Natali <filippo@@widestore.net> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.4.4
d11 1
a11 1
MASTER_SITES=	http://cmf.zope.org/download/CMF-${PORTVERSION}/
@


1.9
log
@- Update to 1.4.2
- Hand maintainership to submitter

PR:		ports/64745
Submitted by:	Filippo Natali <filippo@@widestore.net>
@
text
@d9 1
a9 1
PORTVERSION=	1.4.2
@


1.8
log
@Drop maintainership.
@
text
@d9 1
a9 1
PORTVERSION=	1.4
d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


1.7
log
@Upgrade to zope-cmf 1.4
@
text
@d14 1
a14 1
MAINTAINER=	nbm@@FreeBSD.org
@


1.6
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d9 1
a9 1
PORTVERSION=	1.3
a16 2
RUN_DEPENDS=	${LOCALBASE}/${SZOPEBASEDIR}/z2.py:${PORTSDIR}/www/zope

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

# Don't change these
ZOPEBASEDIR=		${PREFIX}/${SZOPEBASEDIR}
ZOPEPRODUCTNAME=
ZOPEPRODUCTDIR=		lib/python/Products

PLIST_SUB=	ZOPEBASEDIR=${SZOPEBASEDIR}

d22 1
a22 1
	@@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/CMF*
d26 3
a28 2
.for cmfdir in Calendar Core Default Topic
	@@${CP} -R ${WRKSRC}/CMF${cmfdir} \
@


1.5
log
@Upgrade to Content Management Framework 1.3
@
text
@d15 1
@


1.4
log
@The port www/zope-ptk has been repo-copied to www/zope-cmf, so:
- Rename the port in www/zope-cmf/Makefile
- Remove all files from www/zope-ptk

Approved by:	MAINTAINER
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/zope-cmf/Makefile,v 1.3 2001/08/08 14:39:25 wjv Exp $
d9 1
a9 1
PORTVERSION=	1.1
@


1.3
log
@Update to version 1.1

Approved by:	MAINTAINER (implicitly :-)
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/zope-ptk/Makefile,v 1.2 2000/10/27 20:34:25 nbm Exp $
d8 1
a8 1
PORTNAME=	zope-ptk
@


1.2
log
@Put appropriate stuff in pkg-comment and pkg-descr

Submitted by:	Johann Visagie <johann@@egenetics.com>

Try a bit harder to get this to work out of the box, and describe
how to import the demo portal that is required to use this product.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/zope-ptk/Makefile,v 1.1 2000/10/21 00:03:15 nbm Exp $
d9 1
a9 2
PORTVERSION=	0.8.2
PORTREVISION=	1
d11 2
a12 2
MASTER_SITES=	http://www.zope.org/Products/PTK/
DISTNAME=	ZopePTK-${PORTVERSION}-complete
d18 1
a18 3
NO_BUILD=	YES
NO_WRKSUBDIR=	YES

a20 2
PKGMESSAGE=	${WRKDIR}/.message

d31 3
d35 3
a37 4
	@@${CHMOD} -R og+rX ${WRKSRC}/${ZOPEPRODUCTDIR}/
	@@#
	@@${RM} -Rf ${WRKSRC}/${ZOPEPRODUCTDIR}/DemoPortal
	@@${CP} -R ${WRKSRC}/${ZOPEPRODUCTDIR}/ \
d39 4
a42 6
	@@#
	@@${CP} ${WRKSRC}/${ZOPEPRODUCTDIR}/PTKDemo/DemoPortal.zexp \
		${ZOPEBASEDIR}/import/
	@@#
	@@perl -pe 's#%%PREFIX%%#${PREFIX}#' \
		pkg-message > ${PKGMESSAGE}
d44 1
@


1.1
log
@Add the Zope Portal Toolkit version 0.8.2-complete.
@
text
@d5 1
a5 1
# $FreeBSD$
d10 1
d24 2
d37 3
d42 7
@

