head	1.4;
access;
symbols
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2005.11.05.09.07.42;	author kris;	state dead;
branches;
next	1.3;

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

1.2
date	2005.01.25.03.16.28;	author kris;	state Exp;
branches;
next	1.1;

1.1
date	2004.08.02.17.46.20;	author netchild;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Remove expired ports
@
text
@# New ports collection makefile for: SOAPMethod
# Date created:		02 Aug 2004
# Whom:			Alexander Leidinger
#
# $FreeBSD: ports/www/zope-soapmethod/Makefile,v 1.3 2005/07/23 02:53:40 kris Exp $
#

PORTNAME=	soapmethod
PORTVERSION=	2.0
CATEGORIES=	www zope
MASTER_SITES=	http://zope.org/Members/EIONET/${ZOPEPRODUCTNAME}/${PORTVERSION}/
PKGNAMEPREFIX=	zope-
DISTNAME=	${ZOPEPRODUCTNAME}-${PORTVERSION:C/\./-/g}
EXTRACT_SUFX=	.tgz

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	The SOAP Method product provides support for remote SOAP methods

BROKEN=		Broken dependency
DEPRECATED=	${BROKEN}
EXPIRATION_DATE=2005-09-22

RUN_DEPENDS=	${PYTHON_SITELIBDIR}/SOAPpy/__init__.py:${PORTSDIR}/net/py-soappy

USE_PYTHON=	yes
USE_ZOPE=	yes
DIST_SUBDIR=	zope

ZOPEPRODUCTNAME=SOAPMethod

WRKSRC=		${WRKDIR}/${ZOPEPRODUCTNAME}
CPIO_FLAGS=		--quiet -pdum -R

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

do-install:
	@@ ${CHMOD} -R og+rX ${WRKSRC}/
	@@ ${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}
	@@ cd ${WRKSRC} && ${FIND} . \
	  | ${CPIO} ${CPIO_FLAGS} ${BINOWN}:${BINGRP} \
	  ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}

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

.include <bsd.port.mk>
@


1.3
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
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@BROKEN: Broken dependency
@
text
@d20 2
@


1.1
log
@The SOAP Method product provides support for remote SOAP methods, exposing
them as callable objects within the Zope environment.
@
text
@d19 2
@

