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


1.15
date	2011.12.25.08.54.21;	author rm;	state dead;
branches;
next	1.14;

1.14
date	2011.09.23.08.07.27;	author wen;	state Exp;
branches;
next	1.13;

1.13
date	2008.09.01.01.51.42;	author linimon;	state Exp;
branches;
next	1.12;

1.12
date	2006.06.27.20.03.45;	author jmelo;	state Exp;
branches;
next	1.11;

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

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

1.9
date	2005.07.06.16.04.58;	author novel;	state Exp;
branches;
next	1.8;

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

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

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

1.5
date	2004.06.03.12.52.13;	author edwin;	state Exp;
branches;
next	1.4;

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

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

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

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


desc
@@


1.15
log
@- Remove expired port: Unmaintained upstream, isn't used by anything.

Approved by:   novel (mentor, implicit)
@
text
@# New ports collection makefile for:	zope-epoz
# Date created:				11 Feb 2004
# Whom:					Khairil Yusof
#
# $FreeBSD: ports/www/zope-epoz/Makefile,v 1.14 2011/09/23 08:07:27 wen Exp $
#

PORTNAME=	epoz
PORTVERSION=	2.0.2
CATEGORIES=	www zope
MASTER_SITES=	http://iungo.org/products/Epoz/releases/
PKGNAMEPREFIX=	zope-
DISTNAME=	Epoz-${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A cross-browser-wysiwyg-editor for Zope/CMF

DEPRECATED=	Unmaintained upstream, isn't used by anything
EXPIRATION_DATE=2011-12-23

USE_PYTHON=	yes
USE_ZOPE=	yes
DIST_SUBDIR=	zope

WRKSRC=		${WRKDIR}/Epoz

PRODUCTNAME=	Epoz

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.14
log
@- Mark DEPRECATED

PR:		ports/160908
Submitted by:	Ruslan Mahmatkhanov <cvs-src@@yandex.ru>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.13
log
@Reset yasi@@yasi.to by request due to lack of current time to work on FreeBSD.

Hat:		portmgr
@
text
@d18 3
@


1.12
log
@- Update mastersite.
- Remove dead mastersite.

PR:		ports/98960
Submitted by:	HAYASHI Yasushi <yasi@@yasi.to> (maintainer)
Approved by:	mnag
@
text
@d15 1
a15 1
MAINTAINER=	yasi@@yasi.to
@


1.11
log
@- Update to 2.0.2

PR:		ports/96868
Submitted by:	HAYASHI Yasushi <yasi@@yasi.to> (maintainer)
@
text
@d11 1
a11 1
MASTER_SITES=	http://mjablonski.zope.de/Epoz/releases/
@


1.10
log
@- Update to 2.0.1

PR:		ports/90594
Submitted by:	HAYASHI Yasushi <yasi@@yasi.to> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	2.0.1
a21 1
PLIST=		${WRKDIR}/pkg-plist
d27 1
a27 12
	@@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}

pre-install:
	@@${RM} -f ${PLIST}
	@@${TOUCH} ${PLIST}
	@@cd ${WRKDIR} ;\
	for f in `${FIND} ${PRODUCTNAME} -type f`; do \
		${ECHO_CMD} %%ZOPEPRODUCTDIR%%/$${f} >> ${PLIST}; \
	done; \
	for d in `${FIND} -d ${PRODUCTNAME} -type d`; do \
		${ECHO_CMD} @@dirrm %%ZOPEPRODUCTDIR%%/$${d} >> ${PLIST}; \
	done; \
@


1.9
log
@Update to 2.0.0.

PR:		83061
Submitted by:	HAYASHI Yasushi (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	2.0.0
@


1.8
log
@- Update to 0.9.0

PR:		ports/81045
Submitted by:	HAYASHI Yasushi <yasi@@yasi.to> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.9.0
@


1.7
log
@- Update to 0.8.4

PR:		ports/72186
Submitted by:	HAYASHI Yasushi <yasi@@yasi.to> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.8.4
@


1.6
log
@- Update to 0.8.2

PR:		ports/69505
Submitted by:	HAYASHI Yasushi <yasi@@yasi.to> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.8.2
@


1.5
log
@change maintainer: www/zope-epoz

	and over maintainership of www/zope-epoz to "HAYASHI Yasushi"
	<yasi@@yasi.to> who is actively updating this port.

PR:		ports/67523
Submitted by:	Khairil Yusof <kaeru@@inigo-tech.com>
@
text
@d9 1
a9 1
PORTVERSION=	0.8.1
@


1.4
log
@- Update to 0.8.1

PR:		ports/67219
Submitted by:	HAYASHI Yasushi <yasi@@yasi.to>
Approved by:	maintainer
@
text
@d15 1
a15 1
MAINTAINER=	kaeru@@inigo-tech.com
@


1.3
log
@- Update to 0.8.0

PR:		ports/65576
Submitted by:	HAYASHI Yasushi <yasi@@yasi.to>
Approved by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	0.8.0
d16 1
a16 1
COMMENT=	Epoz product for Zope/CMF
a23 2

RUN_DEPENDS+=	${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/CMFCore/__init__.py:${PORTSDIR}/www/zope-cmf
@


1.2
log
@- Temporary files must be created under ${WRKDIR}; the ports tree can be read-only.

Submitted by:	kris
Pointy hat to:	pav
@
text
@d9 1
a9 1
PORTVERSION=	0.7.4
d11 1
a11 1
MASTER_SITES=	http://www.zope.org/Members/mjablonski/Epoz/${PORTVERSION}/
@


1.1
log
@Add zope-epoz, a WYSIWYG editing module for Zope and Plone products.

PR:		ports/62775
Submitted by:	Khairil Yusof <kaeru@@inigo-tech.com>
@
text
@d22 1
@

