head	1.18;
access;
symbols
	RELEASE_9_0_0:1.17
	RELEASE_7_4_0:1.16
	RELEASE_8_2_0:1.16
	RELEASE_6_EOL:1.16
	RELEASE_8_1_0:1.16
	RELEASE_7_3_0:1.15
	RELEASE_8_0_0:1.14
	RELEASE_7_2_0:1.12
	RELEASE_7_1_0:1.12
	RELEASE_6_4_0:1.12
	RELEASE_5_EOL:1.11
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.3
	old_RELEASE_5_3_0:1.2
	old_RELEASE_4_10_0:1.1;
locks; strict;
comment	@# @;


1.18
date	2012.01.06.09.16.08;	author rm;	state dead;
branches;
next	1.17;

1.17
date	2011.12.06.12.28.29;	author rm;	state Exp;
branches;
next	1.16;

1.16
date	2010.03.28.06.45.13;	author dinoex;	state Exp;
branches;
next	1.15;

1.15
date	2010.02.05.11.45.14;	author dinoex;	state Exp;
branches;
next	1.14;

1.14
date	2009.09.19.22.33.37;	author miwi;	state Exp;
branches;
next	1.13;

1.13
date	2009.08.22.00.38.33;	author amdmi3;	state Exp;
branches;
next	1.12;

1.12
date	2008.06.06.14.07.24;	author edwin;	state Exp;
branches;
next	1.11;

1.11
date	2008.01.13.03.39.25;	author rafan;	state Exp;
branches;
next	1.10;

1.10
date	2007.06.06.07.45.34;	author linimon;	state Exp;
branches;
next	1.9;

1.9
date	2007.05.19.20.25.43;	author flz;	state Exp;
branches;
next	1.8;

1.8
date	2005.12.02.12.00.34;	author vsevolod;	state Exp;
branches;
next	1.7;

1.7
date	2005.09.13.18.02.49;	author garga;	state Exp;
branches;
next	1.6;

1.6
date	2005.07.23.02.53.39;	author kris;	state Exp;
branches;
next	1.5;

1.5
date	2005.03.10.17.24.59;	author novel;	state Exp;
branches;
next	1.4;

1.4
date	2005.02.11.21.59.46;	author kris;	state Exp;
branches;
next	1.3;

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

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

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


desc
@@


1.18
log
@Remove expired zope ports.
@
text
@# New ports collection makefile for:	zope-cmftransforms
# Date created:				20 Mar 2004
# Whom:					Filippo Natali
#
# $FreeBSD: ports/www/zope-portaltransforms/Makefile,v 1.17 2011/12/06 12:28:29 rm Exp $
#

PORTNAME=	portaltransforms
PORTVERSION=	1.3.7
PORTREVISION=	5
CATEGORIES=	www zope
MASTER_SITES=	SF/archetypes/Archetypes/1.3.4
PKGNAMEPREFIX=	zope-
DISTNAME=	PortalTransforms-${PORTVERSION}-final01

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	PortalTransforms 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 \
		pdftohtml:${PORTSDIR}/textproc/pdftohtml \
		lynx:${PORTSDIR}/www/lynx \
		${PYTHON_SITELIBDIR}/docutils/__init__.py:${PORTSDIR}/textproc/py-docutils

NO_PACKAGE=	Double python dependency
USE_PYTHON=	yes
USE_ZOPE=	yes
DIST_SUBDIR=	zope

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

ZOPEPRODUCTNAME=	PortalTransforms
WRKSRC=		${WRKDIR}/${ZOPEPRODUCTNAME}
PLIST=		${WRKDIR}/pkg-plist

OPTIONS=	WV "Add wv support" off \
		TIDY "Add tidy support" off \
		UNRTF "Add unrtf support" off \
		XLHTML "Add xlhtml support" off

.include <bsd.port.pre.mk>

.if defined(WITH_WV)
RUN_DEPENDS+=	wvHtml:${PORTSDIR}/textproc/wv
.endif

.if defined(WITH_TIDY)
RUN_DEPENDS+=	tidy:${PORTSDIR}/www/tidy
.endif

.if defined(WITH_UNRTF)
RUN_DEPENDS+=	unrtf:${PORTSDIR}/textproc/unrtf
.endif

.if defined(WITH_XLHTML)
RUN_DEPENDS+=	xlhtml:${PORTSDIR}/textproc/xlhtml
.endif

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

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

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.post.mk>
@


1.17
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.16
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d19 3
@


1.15
log
@- update to jpeg-8
@
text
@d10 1
a10 1
PORTREVISION=	4
@


1.14
log
@- Chase textproc/wv shlib bump

Noticed by:	kwm
Feature safe:	yes
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.13
log
@- Switch SourceForge ports to the new File Release System: categories starting with W
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.12
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	archetypes
@


1.11
log
@- Mark conflicts with plone3

PR:		ports/119365
Submitted by:	TAOKA Fumiyoshi <fmysh at iijmio-mail.jp>
Approved by:	portmgr (pav)
@
text
@d10 1
a10 1
PORTREVISION=	1
@


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

Hat:		portmgr
@
text
@d30 1
a30 1
CONFLICTS=	plone-[0-9]*
@


1.9
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d17 1
a17 1
MAINTAINER=	filippo.natali@@gmail.com
@


1.8
log
@- Add conflicts to current plone version

PR:		86451
Submitted by:	Filippo Natali <filippo.natali at gmail.com>
@
text
@d10 1
@


1.7
log
@- Update to 1.3.7
- Unbreak

PR:		ports/86024
Submitted by:	maintainer
@
text
@d29 2
@


1.6
log
@This port is scheduled for deletion on 2005-09-22 if it is still broken
at that time and no PRs have been submitted to fix it.
@
text
@d9 1
a9 1
PORTVERSION=	1.3.2
d14 1
a14 2
DISTNAME=	PortalTransforms-${PORTVERSION}-4
EXTRACT_SUFX=	.tgz
d24 1
a24 4
BROKEN=		Broken dependency
DEPRECATED=	${BROKEN}
EXPIRATION_DATE=2005-09-22

@


1.5
log
@Change maintainer's e-mail.

PR:	78669
Submitted by:	maintainer
Approved by:	krion (mentor)
@
text
@d26 2
@


1.4
log
@BROKEN: Broken dependency
@
text
@d17 1
a17 1
MAINTAINER=	filippo@@widestore.net
@


1.3
log
@After repocopy from zope-cmftransforms, upgrade to 1.3.2

PR:		ports/72577
Submitted by:	Filippo Natali <filippo@@widestore.net> (maintainer)
Repocopy by:	marcus
@
text
@d25 2
@


1.2
log
@- Fix dependencies after recent Zope changes

PR:		ports/66195
Submitted by:	Khairil Yusof <kaeru@@inigo-tech.com>
@
text
@d8 2
a9 2
PORTNAME=	cmftransforms
PORTVERSION=	1.0.3
d14 1
a14 1
DISTNAME=	PortalTransforms-${PORTVERSION}
d18 1
a18 1
COMMENT=	CMFTransforms product for Zope/CMF
d30 2
a31 2

WRKSRC=		${WRKDIR}/${ZOPEPRODUCTNAME}-${PORTVERSION}/${ZOPEPRODUCTNAME}
d58 11
@


1.1
log
@Add zope-cmftransforms, a Zope product that handles transformations between
mime types. Required by the new version of zope-archetypes.

PR:		ports/64607
Submitted by:	Filippo Natali <filippo@@widestore.net>
@
text
@d20 1
a20 1
RUN_DEPENDS=	${LOCALBASE}/${SZOPEBASEDIR}/lib/python/Products/CMFDefault/__init__.py:${PORTSDIR}/www/zope-cmf \
@

