head	1.7;
access;
symbols
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	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.3
	RELEASE_5_5_0:1.3;
locks; strict;
comment	@# @;


1.7
date	2012.01.06.09.16.10;	author rm;	state dead;
branches;
next	1.6;

1.6
date	2011.12.28.09.48.09;	author rm;	state Exp;
branches;
next	1.5;

1.5
date	2009.08.22.00.38.34;	author amdmi3;	state Exp;
branches;
next	1.4;

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

1.3
date	2006.02.12.22.21.25;	author kris;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.7
log
@Remove expired zope ports.
@
text
@# New ports collection makefile for:	zope-zsyncer
# Date created:			31 January 2005
# Whom:					Tim Middleton
#
# $FreeBSD: ports/www/zope-zsyncer/Makefile,v 1.6 2011/12/28 09:48:09 rm Exp $
#

PORTNAME=	zsyncer
PORTVERSION=	0.7.0
PORTREVISION=	1
CATEGORIES=	www zope
MASTER_SITES=	SF/${PORTNAME}/ZSyncer/ZSyncer-${PORTVERSION}
PKGNAMEPREFIX=	zope-
DISTNAME=	ZSyncer-${PORTVERSION}
EXTRACT_SUFX=	.tgz

MAINTAINER=	x@@vex.net
COMMENT=	Allows multiple Zopes to be synchronized via xmlrpc

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

USE_PYTHON=	yes
USE_ZOPE=	yes
DIST_SUBDIR=	zope

ZOPEPRODUCTNAME=	ZSyncer

WRKSRC=		${WRKDIR}/${ZOPEPRODUCTNAME}

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.6
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.5
log
@- Switch SourceForge ports to the new File Release System: categories starting with W
@
text
@d20 3
@


1.4
log
@- Fix plist

PR:		ports/94479
Submitted by:	Tim Middleton <x@@vex.net> (maintainer)
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	zsyncer
@


1.3
log
@BROKEN: Incomplete pkg-plist
@
text
@d10 1
a20 2
BROKEN=		Incomplete pkg-plist

d25 1
a25 2
PLIST=		${WRKDIR}/pkg-plist
WRKSRC=		${WRKDIR}/ZSyncer
d27 1
a27 1
PRODUCTNAME=	ZSyncer
d30 1
a30 2
	-@@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/
	@@${CHMOD} -R og+rX ${WRKSRC}/
d33 3
a35 2
	${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/
	${CP} -R ${WRKSRC} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/
d38 1
d40 1
@


1.2
log
@- Update to 0.7.0

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


1.1
log
@The ZSyncer project allows multiple Zopes to easily be manually synchronized
by transferring data between them using xml-rpc. This can save a lot of time
over the old export / transfer / import dance.

PR:		ports/86285
Submitted by:	Tim Middleton <x@@vex.net>
@
text
@d9 1
a9 1
PORTVERSION=	0.6.1
d30 1
a30 1
	@@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/
@

