head	1.12;
access;
symbols
	RELEASE_8_3_0:1.11
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.4;
locks; strict;
comment	@# @;


1.12
date	2012.11.17.06.03.01;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2012.01.21.17.40.07;	author eadler;	state Exp;
branches;
next	1.10;

1.10
date	2011.03.04.09.47.30;	author clsung;	state Exp;
branches;
next	1.9;

1.9
date	2011.02.27.16.16.15;	author miwi;	state Exp;
branches;
next	1.8;

1.8
date	2011.02.25.04.40.31;	author miwi;	state Exp;
branches;
next	1.7;

1.7
date	2009.01.20.16.45.40;	author nivit;	state Exp;
branches;
next	1.6;

1.6
date	2008.06.06.14.07.09;	author edwin;	state Exp;
branches;
next	1.5;

1.5
date	2007.07.30.09.42.15;	author alexbl;	state Exp;
branches;
next	1.4;

1.4
date	2007.03.27.16.49.46;	author nivit;	state Exp;
branches;
next	1.3;

1.3
date	2007.03.07.09.14.33;	author nivit;	state Exp;
branches;
next	1.2;

1.2
date	2007.02.22.21.24.25;	author nivit;	state Exp;
branches;
next	1.1;

1.1
date	2007.02.17.14.52.39;	author nivit;	state Exp;
branches;
next	;


desc
@@


1.12
log
@Switch exporter over
@
text
@# New ports collection makefile for:	py-tgwebservices
# Date created:		2007-02-14
# Whom:			Nicola Vitale <nivit@@FreeBSD.org>
#
# $FreeBSD: head/www/py-tgwebservices/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	tgwebservices
PORTVERSION=	1.2.4
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP \
		LOCAL/nivit/${PYTGWEBSERVICES}/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	TGWebServices-${PORTVERSION}

MAINTAINER=	python@@FreeBSD.org
COMMENT=	Multiprotocol Web Services for TurboGears

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}TurboGears>=1.1.2:${PORTSDIR}/www/py-turbogears \
		${PYTHON_PKGNAMEPREFIX}Genshi>=0.3.6:${PORTSDIR}/textproc/py-genshi
RUN_DEPENDS:=	${BUILD_DEPENDS}

USE_PYTHON=	2.5+
USE_PYDISTUTILS=	easy_install
PYDISTUTILS_PKGNAME=	TGWebServices

.include <bsd.port.mk>
@


1.11
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.10
log
@- Update to 1.2.4
@
text
@d21 1
a21 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.9
log
@- Bump PORTREVISION after www/py-turbogears update
  all these ports builds now with python27 \o/
@
text
@d9 1
a9 2
PORTVERSION=	1.2.2
PORTREVISION=	2
@


1.8
log
@- Move over to py25
- while here drop md5 support
- Small cleanups
@
text
@d10 1
a10 1
PORTREVISION=	1
d20 1
a20 1
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}TurboGears>=1.0.1:${PORTSDIR}/www/py-turbogears \
@


1.7
log
@- Update to 1.2.2
- Convert easy_install support to <bsd.python.mk>
- Update WWW url in pkg-descr

PR:		ports/130784
Submitted by:	nivit
@
text
@d10 1
a10 1
#PORTREVISION=	0
d24 1
a24 1
USE_PYTHON=	2.4+
@


1.6
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
@d9 2
a10 2
PORTVERSION=	1.1.2
PORTREVISION=	1
d12 1
a12 1
MASTER_SITES=	http://cheeseshop.python.org/packages/source/T/${PYTGWEBSERVICES}/ \
d15 1
a15 1
DISTNAME=	${PYTGWEBSERVICES}-${PORTVERSION}
d20 1
a20 2
BUILD_DEPENDS=	${EASY_INSTALL_CMD}:${PORTSDIR}/devel/py-setuptools \
		${PYTHON_PKGNAMEPREFIX}TurboGears>=1.0.1:${PORTSDIR}/www/py-turbogears \
d25 1
a25 2
USE_PYDISTUTILS=	yes
PYDISTUTILS_NOEGGINFO=	yes # XXX convert easy_install support to bsd.python.mk's
a27 9
PLIST_SUB=	EASY_INSTALL_CMD=${EASY_INSTALL_CMD} \
		PORTNAME=${PORTNAME} PORTVERSION=${PORTVERSION} \
		PYTGWEBSERVICES_EGG=${PYTGWEBSERVICES_EGG}

EASY_INSTALL_CMD?=	easy_install-${PYTHON_VER}

PYTGWEBSERVICES=	TGWebServices
PYTGWEBSERVICES_EGG=	${PYTGWEBSERVICES}-${PORTVERSION}-py${PYTHON_VER}.egg

@


1.5
log
@ - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
@
text
@d10 1
@


1.4
log
@- Update to 1.1.2

PR:		ports/110924
Submitted by:	nivit
@
text
@d26 2
@


1.3
log
@- Updated to 1.1
@
text
@d9 1
a9 1
PORTVERSION=	1.1
@


1.2
log
@- Updated to 1.0.2

PR:		ports/109431
Submitted by:	nivit
@
text
@d9 1
a9 1
PORTVERSION=	1.0.2
@


1.1
log
@Multiprotocol Web Services for TurboGears

TGWebServices provides a super simple API for creating web services
that are available via SOAP, HTTP->XML, and HTTP->JSON.
The SOAP API generates WSDL automatically for your Python and even
generates enough type information for statically typed languages
(Java and C#, for example) to generate good client code on their end.

Author:	Kevin Dangoor
WWW:	http://tgwebservices.python-hosting.com/
@
text
@d9 1
a9 1
PORTVERSION=	1.0.1
@

