head	1.20;
access;
symbols
	RELEASE_9_0_0:1.19
	RELEASE_7_4_0:1.17
	RELEASE_8_2_0:1.17
	RELEASE_6_EOL:1.16
	RELEASE_8_1_0:1.16
	RELEASE_7_3_0:1.16
	RELEASE_8_0_0:1.16
	RELEASE_7_2_0:1.15
	RELEASE_7_1_0:1.15
	RELEASE_6_4_0:1.15
	RELEASE_5_EOL:1.15
	RELEASE_7_0_0:1.15
	RELEASE_6_3_0:1.15
	PRE_XORG_7:1.14
	RELEASE_4_EOL:1.14
	RELEASE_6_2_0:1.14
	RELEASE_6_1_0:1.14
	RELEASE_5_5_0:1.14
	RELEASE_6_0_0:1.13
	RELEASE_5_4_0:1.12
	RELEASE_4_11_0:1.9
	RELEASE_5_3_0:1.8
	RELEASE_4_10_0:1.8
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.20
date	2012.01.06.09.16.10;	author rm;	state dead;
branches;
next	1.19;

1.19
date	2011.12.06.12.28.29;	author rm;	state Exp;
branches;
next	1.18;

1.18
date	2011.11.18.23.30.13;	author ehaupt;	state Exp;
branches;
next	1.17;

1.17
date	2010.12.27.15.52.11;	author pgollucci;	state Exp;
branches;
next	1.16;

1.16
date	2009.08.22.00.38.34;	author amdmi3;	state Exp;
branches;
next	1.15;

1.15
date	2007.06.06.07.45.34;	author linimon;	state Exp;
branches;
next	1.14;

1.14
date	2005.09.10.22.32.49;	author pav;	state Exp;
branches;
next	1.13;

1.13
date	2005.07.23.02.53.39;	author kris;	state Exp;
branches;
next	1.12;

1.12
date	2005.03.26.20.20.18;	author kris;	state Exp;
branches;
next	1.11;

1.11
date	2005.03.10.17.24.59;	author novel;	state Exp;
branches;
next	1.10;

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

1.9
date	2004.11.20.08.09.49;	author linimon;	state Exp;
branches;
next	1.8;

1.8
date	2004.04.21.17.02.02;	author perky;	state Exp;
branches;
next	1.7;

1.7
date	2004.04.10.06.04.34;	author linimon;	state Exp;
branches;
next	1.6;

1.6
date	2004.04.10.03.33.45;	author linimon;	state Exp;
branches;
next	1.5;

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

1.4
date	2003.11.13.12.54.57;	author trevor;	state Exp;
branches;
next	1.3;

1.3
date	2003.03.07.06.12.57;	author ade;	state Exp;
branches;
next	1.2;

1.2
date	2002.01.22.12.14.48;	author wjv;	state Exp;
branches;
next	1.1;

1.1
date	2001.08.16.14.02.18;	author wjv;	state Exp;
branches;
next	;


desc
@@


1.20
log
@Remove expired zope ports.
@
text
@# New ports collection makefile for: zope-zmysqlda
# Date created:		15 August 2001
# Whom:			Johann Visagie <wjv@@FreeBSD.org>
#
# $FreeBSD: ports/www/zope-zmysqlda/Makefile,v 1.19 2011/12/06 12:28:29 rm Exp $
#

PORTNAME=	zmysqlda
PORTVERSION=	2.0.8
PORTREVISION=	1
CATEGORIES=	www databases zope
MASTER_SITES=	http://www.zope.org/Members/adustman/Products/ZMySQLDA/${PORTVERSION}/ \
		SF/mysql-python/${PORTNAME}/${PORTVERSION}

PKGNAMEPREFIX=	zope-
DISTNAME=	${ZOPEPRODUCTNAME}-${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	MySQL Database Adapter for the Zope web application framework

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

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}MySQLdb>=0:${PORTSDIR}/databases/py-MySQLdb

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

ZOPEPRODUCTNAME=	ZMySQLDA
WRKSRC=		${WRKDIR}/lib/python/Products/${ZOPEPRODUCTNAME}
CPIO_OPTIONS=	--quiet -pdum -R

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

do-install:
	@@ ${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}
	@@ cd ${WRKSRC} && ${FIND} * | ${CPIO} ${CPIO_OPTIONS} ${BINOWN}:${BINGRP} \
	  ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}

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

.include <bsd.port.mk>
@


1.19
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.18
log
@Remove trailing whitespaces.

Feature safe:	yes
@
text
@d21 3
@


1.17
log
@- new version of py-MySQLdb installs only the .egg 'zipped' so mysql.so
  is no longer present to test for.

Approved by:    itectu (portmgr, via irc)
@
text
@d13 1
a13 1
		SF/mysql-python/${PORTNAME}/${PORTVERSION}		
@


1.16
log
@- Switch SourceForge ports to the new File Release System: categories starting with W
@
text
@d21 1
a21 1
RUN_DEPENDS=	${LOCALBASE}/lib/${PYTHON_VERSION}/site-packages/MySQLdb/__init__.py:${PORTSDIR}/databases/py-MySQLdb
@


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

Hat:		portmgr
@
text
@d13 2
a14 2
		${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	mysql-python
@


1.14
log
@- Unbreak; add NO_PACKAGE. The port is fine, but the package can't be created
  because of conflict in python versions between zope and world

PR:		ports/85182
Submitted by:	Filippo Natali <filippo.natali@@gmail.com> (maintainer)
@
text
@d18 1
a18 1
MAINTAINER=	filippo.natali@@gmail.com
@


1.13
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
@d23 1
a23 4
BROKEN=		Incomplete pkg-plist
DEPRECATED=	${BROKEN}
EXPIRATION_DATE=2005-09-22

@


1.12
log
@BROKEN: Incomplete pkg-plist

Approved by:    portmgr (self)
@
text
@d24 2
@


1.11
log
@Change maintainer's e-mail.

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


1.10
log
@- Adopt orphaned port

PR:		ports/77092
Submitted by:	Filippo Natali <filippo@@widestore.net>
@
text
@d18 1
a18 1
MAINTAINER=	filippo@@widestore.net
@


1.9
log
@With portmgr hat on, reset inactive maintainer.  These ports are now up
for adoption.
@
text
@d18 1
a18 1
MAINTAINER=	ports@@FreeBSD.org
@


1.8
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
@d18 1
a18 1
MAINTAINER=	wjv@@FreeBSD.org
@


1.7
log
@Pacify portlint.
@
text
@d10 1
d21 1
a21 2
RUN_DEPENDS=	${ZOPEBASEDIR}/skel/bin/zopectl.in:${PORTSDIR}/www/zope \
		${LOCALBASE}/lib/${PYTHON_VERSION}/site-packages/MySQLdb/__init__.py:${PORTSDIR}/databases/py-MySQLdb
d24 1
a26 5
# You can change this in the environment if you like
SZOPEBASEDIR?=		www/Zope

# Don't change these
ZOPEBASEDIR=		${PREFIX}/${SZOPEBASEDIR}
d28 1
a28 4
ZOPEPRODUCTDIR=		lib/python/Products

PLIST_SUB=	ZOPEBASEDIR=${SZOPEBASEDIR}
WRKSRC=		${WRKDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}
@


1.6
log
@Per distfile survey, chase reorganized mastersite.  Notified maintainer.
@
text
@d36 1
a36 1
CPIO=		cpio --quiet -pdum -R
d43 1
a43 1
	@@ cd ${WRKSRC} && ${FIND} * | ${CPIO} ${BINOWN}:${BINGRP} \
@


1.5
log
@- Chase zope-2.7 update (change of dependency file)
@
text
@d11 1
a11 1
MASTER_SITES=	http://www.zope.org/Members/adustman/Products/ZMySQLDA/ \
@


1.4
log
@Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
@
text
@d20 1
a20 1
RUN_DEPENDS=	${LOCALBASE}/${SZOPEBASEDIR}/z2.py:${PORTSDIR}/www/zope \
@


1.3
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d43 1
a43 1
	@@ cd ${WRKSRC} && find * | ${CPIO} ${BINOWN}:${BINGRP} \
@


1.2
log
@- Update to version 2.0.8

PR:		33872
Submitted by:	Hye-Shik Chang <perky@@fallin.lv>
@
text
@d18 1
@


1.1
log
@Add zope-zmysqlda 2.0.7, a MySQL Database Adapter for the Zope web
application framework.
@
text
@d9 1
a9 1
PORTVERSION=	2.0.7
@

