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


1.8
date	2012.01.06.09.16.06;	author rm;	state dead;
branches;
next	1.7;

1.7
date	2011.12.06.12.28.28;	author rm;	state Exp;
branches;
next	1.6;

1.6
date	2009.08.22.00.38.32;	author amdmi3;	state Exp;
branches;
next	1.5;

1.5
date	2008.01.13.03.39.24;	author rafan;	state Exp;
branches;
next	1.4;

1.4
date	2005.12.02.12.00.32;	author vsevolod;	state Exp;
branches;
next	1.3;

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

1.2
date	2004.04.21.17.02.02;	author perky;	state Exp;
branches;
next	1.1;

1.1
date	2004.01.08.00.32.29;	author pav;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Remove expired zope ports.
@
text
@# New ports collection makefile for: zope-cmfquickinstaller
# Date created:		5 Jan 2004
# Whom:				Khairil Yusof
#
# $FreeBSD: ports/www/zope-cmfquickinstaller/Makefile,v 1.7 2011/12/06 12:28:28 rm Exp $
#

PORTNAME=	cmfquickinstaller
PORTVERSION=	1.4
PORTREVISION=	1
CATEGORIES=	www zope
MASTER_SITES=	SF/collective/QuickInstaller/${PORTVERSION}
PKGNAMEPREFIX=	zope-
DISTNAME=	CMFQuickInstallerTool_${PORTVERSION}
EXTRACT_SUFX=	.tgz

MAINTAINER=	kaeru@@inigo-tech.com
COMMENT=	CMFQuickInstaller is a product for Zope/CMF

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

RUN_DEPENDS=	${LOCALBASE}/${SZOPEBASEDIR}/${ZOPEPRODUCTDIR}/CMFDefault/__init__.py:${PORTSDIR}/www/zope-cmf

USE_PYTHON=	yes
USE_ZOPE=	yes
DIST_SUBDIR=	zope

WRKSRC=		${WRKDIR}/CMFQuickInstallerTool

CONFLICTS=	plone[0-9]*-[0-9]*

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

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

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

.include <bsd.port.mk>
@


1.7
log
@Log:
- Deprecate second part of obsoleted zope-related ports. For all
  maintained ports approval was received from corresponding maintainers.

Bellow are links for more info.

Deprecation reasons:
http://people.freebsd.org/~rm/zope-ports-for-deprecation.html

Maintainers approval thread:
http://lists.freebsd.org/pipermail/freebsd-python/2011-December/003798.html

Approved by:   miwi (mentor)
Feature safe:  yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@- Switch SourceForge ports to the new File Release System: categories starting with W
@
text
@d20 3
@


1.5
log
@- Mark conflicts with plone3

PR:		ports/119365
Submitted by:	TAOKA Fumiyoshi <fmysh at iijmio-mail.jp>
Approved by:	portmgr (pav)
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	collective
@


1.4
log
@- Add conflicts to current plone version

PR:		86451
Submitted by:	Filippo Natali <filippo.natali at gmail.com>
@
text
@d29 1
a29 1
CONFLICTS=	plone-[0-9]*
@


1.3
log
@- Chase dependency on zope-cmf

PR:		ports/66192
Submitted by:	Khairil Yusof <kaeru@@inigo-tech.com> (maintainer)
@
text
@d29 2
@


1.2
log
@- Unbreak package builds by fixing packing lists to respect the
  recent change of ZOPEPRODUCTDIR.
- Bump PORTREVISION because files are moved to new ZOPEPRODUCTDIR.

Spotted by:	kris
Approved by:	marcus (portmgr)
@
text
@d21 1
a21 1
RUN_DEPENDS=	${LOCALBASE}/${SZOPEBASEDIR}/lib/python/Products/CMFDefault/__init__.py:${PORTSDIR}/www/zope-cmf
@


1.1
log
@Add zope-cmfquickinstaller, a tool which serves as help
for installing/uninstalling CMF Products inside a CMF Site.

http://plone.org/collective

PR:		ports/60971
Submitted by:	Khairil Yusof <kaeru@@inigo-tech.com>
@
text
@d10 1
d35 1
a35 1
	@@${RM} ${WRKSRC}/.cvsignore
@

