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.6
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3;
locks; strict;
comment	@# @;


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

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

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

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

1.4
date	2006.04.05.01.16.11;	author mnag;	state Exp;
branches;
next	1.3;

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

1.2
date	2005.10.24.09.36.43;	author garga;	state Exp;
branches;
next	1.1;

1.1
date	2005.10.18.11.23.35;	author garga;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Remove expired zope ports.
@
text
@# New ports collection makefile for:	Zope 3
# Date created:				Thu Sep 22 14:26:16 MSD 2005
# Whom:					Denis Shaposhnikov <dsh@@vlink.ru>
#
# $FreeBSD: ports/www/zope3/Makefile,v 1.7 2011/12/06 10:01:51 rm Exp $
#

PORTNAME=	zope
PORTVERSION=	3.3.1
CATEGORIES=	www python zope
MASTER_SITES=	http://www.zope.org/Products/Zope3/${PORTVERSION}/
DISTNAME=	Zope-${PORTVERSION}
EXTRACT_SUFX=	.tgz
DIST_SUBDIR=	zope

MAINTAINER=	dsh@@vlink.ru
COMMENT=	An object-based web application platform

DEPRECATED=	End of life is reached
EXPIRATION_DATE=	2012-01-06

LATEST_LINK=	zope3
USE_PYTHON=	2.4
USE_RC_SUBR=	${PORTNAME}3.sh zeo3.sh

# Note: the notes that follow reflect the decisions of prior maintainers
# of this port. IOW, don't blame me if you don't like the way it's done.
# Exceptions to this are marked as such.

# Change these, if you like, via the environment.
WEBBASEDIR?=		www
SZOPEBASEDIR?=		${WEBBASEDIR}/Zope3

# Do not change anything below this line.

ZOPEBASEDIR=	${PREFIX}/${SZOPEBASEDIR}

ALL_TARGET=	# empty
HAS_CONFIGURE=	yes
CONFIGURE_ARGS=	--force --prefix=${ZOPEBASEDIR} \
		--with-python=${PYTHON_CMD}

PKGMESSAGE=	${WRKDIR}/pkg-message
PLIST_SUB=	ZOPEBASEDIR=${SZOPEBASEDIR}
SUB_FILES=	pkg-message
SUB_LIST=	ZOPEBASEDIR=${ZOPEBASEDIR}

post-patch:
.for i in zdaemon zope
	@@${RM} -f ${WRKSRC}/Zope/zopeskel/etc/${i}.conf.in.orig
.endfor

post-install:
	@@${FIND} ${ZOPEBASEDIR} -type f -print0 | ${XARGS} -0 -- ${CHMOD} a-w
	@@${CAT} ${PKGMESSAGE}
	@@${ECHO_MSG}

.include <bsd.port.mk>
@


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

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


1.6
log
@- Update to 3.3.1

PR:		ports/110219
Submitted by:	Denis Shaposhnikov <dsh@@vlink.ru> (maintainer)
@
text
@d19 3
@


1.5
log
@- Update to 3.3.0

PR:		ports/103737
Submitted by:	Denis Shaposhnikov <dsh@@vlink.ru> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	3.3.0
d20 1
a20 1
USE_PYTHON=	yes
@


1.4
log
@- Update to 3.2.1

PR:		95234
Submitted by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	3.2.1
@


1.3
log
@- Update to 3.2.0
- Rename to www/zope3

PR:		ports/91818
Submitted by:	Denis Shaposhnikov <dsh@@vlink.ru> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	3.2.0
d11 1
a11 1
MASTER_SITES=	http://www.zope.org/Products/Zope3/${PORTVERSION}final/
d33 1
a33 1
ZOPEBASEDIR=		${PREFIX}/${SZOPEBASEDIR}
d35 1
a35 1
ALL_TARGET=
d37 2
a38 1
CONFIGURE_ARGS=	--prefix=${ZOPEBASEDIR} --force
d47 1
a47 1
	${RM} -f ${WRKSRC}/Zope/zopeskel/etc/${i}.conf.in.orig
d51 1
a51 2
	${FIND} ${ZOPEBASEDIR} -type f -print0 | ${XARGS} -0 -- ${CHMOD} a-w

@


1.2
log
@- Fix LATEST_LINK

PR:		ports/87913
Submitted by:	maintainer
@
text
@d1 1
a1 1
# New ports collection makefile for:	Zope-3.1.x
d9 1
a9 1
PORTVERSION=	3.1.0
d19 1
a19 1
LATEST_LINK=	zope31
d21 1
a21 1
USE_RC_SUBR=	${PORTNAME}31.sh zeo31.sh
d29 1
a29 1
SZOPEBASEDIR?=		${WEBBASEDIR}/Zope31
a49 2
	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}31.sh ${WRKDIR}/zeo31.sh \
		${PREFIX}/etc/rc.d
@


1.1
log
@"Zope is an exciting new object-based, open source web application
platform. It allows you to build powerful and dynamic web applications
easily. Zope comes with source code and is friendly to developers as
well as users.

Zope is distinguished by its integrated object database which, when
combined with a revolutionary object model, provides a completely
unique facility for servicing content managers and web application
developers."

WWW: http://dev.zope.org/Zope3/

PR:		ports/87604
Submitted by:	Denis Shaposhnikov <dsh@@vlink.ru>
@
text
@d19 1
@

