head	1.6;
access;
symbols
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.3;
locks; strict;
comment	@# @;


1.6
date	2009.06.13.20.23.50;	author erwin;	state dead;
branches;
next	1.5;

1.5
date	2008.07.22.07.47.58;	author beech;	state Exp;
branches;
next	1.4;

1.4
date	2008.07.02.21.18.41;	author beech;	state Exp;
branches;
next	1.3;

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

1.2
date	2008.04.17.18.23.43;	author beech;	state Exp;
branches;
next	1.1;

1.1
date	2008.04.16.06.23.43;	author beech;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Remove www/toofpy as it has been marked BROKEN for over 10 months.
@
text
@# New ports collection makefile for:	TooFPy
# Date created:				31 March 2008
# Whom:					Frank Fenor <frank@@fenor.de>
#
# $FreeBSD: ports/www/toofpy/Makefile,v 1.5 2008/07/22 07:47:58 beech Exp $
#

PORTNAME=	TooFPy
PORTVERSION=	0.3.7
CATEGORIES=	www python
MASTER_SITES=	http://simon.bofh.ms/~gb/ \
		LOCAL/beech
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTFILES=	toolserver-snapshot.tar.gz

MAINTAINER=	frank@@fenor.de
COMMENT=	Toolserver Framework for Python

RUN_DEPENDS=	${PYTHON_SITELIBDIR}/medusa:${PORTSDIR}/net/py-medusa \
		${PYTHON_SITELIBDIR}/fpconst.py:${PORTSDIR}/math/py-fpconst \
		${PYTHON_SITELIBDIR}/SOAPpy:${PORTSDIR}/net/py-soappy

BROKEN=		Installs files outside of localbase

WRKSRC=		${WRKDIR}/Toolserver-${PORTVERSION}
LATEST_LINK=	py-${PORTNAME}
USE_RC_SUBR=	toolserver
USE_PYTHON=	yes
USE_PYDISTUTILS=	yes
PYDISTUTILS_PKGNAME=	Toolserver

OPTIONS=	PYCRYPTO "Use pycrypto (for RSA authentication)" off

.include <bsd.port.pre.mk>

.if ${PYTHON_REL} < 250
OPTIONS+=	WSGIREF "WSGI compliant applications" off
.endif

.if defined(WITH_PYCRYPTO)
RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/Crypto:${PORTSDIR}/security/py-pycrypto
.endif

.if defined(WITH_WSGIREF)
RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/wsgiref:${PORTSDIR}/www/py-wsgiref
.endif

post-install:
	@@${SETENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL

.include <bsd.port.post.mk>
@


1.5
log
@- Mark broken. Installs files outside of localbase.

Reported by:	pointyhat via erwin
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@- Unbreak and minor tweaks

Submitted by:	Frank Fenor <frank@@fenor.de> (maintainer)
Reported by:	pointyhat via Pav
@
text
@d23 2
@


1.3
log
@- Mark BROKEN: does not patch

Reported by:	pointyhat
@
text
@d19 3
a21 1
BROKEN=		does not patch
d23 2
a24 1
WRKSRC=		work/Toolserver-${PORTVERSION}
d26 2
a29 7
USE_PYTHON=	yes
USE_PYDISTUTILS=yes

RUN_DEPENDS=	${PYTHON_SITELIBDIR}/medusa:${PORTSDIR}/net/py-medusa \
		${PYTHON_SITELIBDIR}/fpconst.py:${PORTSDIR}/math/py-fpconst \
		${PYTHON_SITELIBDIR}/SOAPpy:${PORTSDIR}/net/py-soappy

@


1.2
log
@- Fix distinfo and add mirror

Reported by:	pointyhat via pav
@
text
@d19 2
@


1.1
log
@- New port TooFPy-0.3.7

From the website:

  The Toolserver Framework for Python is a framework for simple building of
  webservices. This is not Twisted - that one is much larger and much richer
  in features. If you need a full fledged webservice or internet protocol
  platform, you better go with Twisted. But if you need a lean and mean
  webservice machine, the Toolserver Framework for Python might be the right
  tool for the job.

Author: Georg Bauer <gb@@murphy.bofh.ms>
WWW:    http://pyds.muensterland.org/wiki/toolserver.html

PR:		ports/122316
Submitted by:	Frank Fenor <frank at fenor.de>
@
text
@d11 2
a12 1
MASTER_SITES=	http://simon.bofh.ms/~gb/
@

