head	1.19;
access;
symbols
	RELEASE_8_3_0:1.16
	RELEASE_9_0_0:1.15
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1;
locks; strict;
comment	@# @;


1.19
date	2012.11.17.06.03.02;	author svnexp;	state Exp;
branches;
next	1.18;

1.18
date	2012.09.08.22.56.22;	author nivit;	state Exp;
branches;
next	1.17;

1.17
date	2012.07.28.09.57.15;	author nivit;	state Exp;
branches;
next	1.16;

1.16
date	2012.02.11.14.41.47;	author nivit;	state Exp;
branches;
next	1.15;

1.15
date	2011.10.20.13.44.54;	author nivit;	state Exp;
branches;
next	1.14;

1.14
date	2011.08.09.15.07.52;	author nivit;	state Exp;
branches;
next	1.13;

1.13
date	2011.07.11.12.44.49;	author nivit;	state Exp;
branches;
next	1.12;

1.12
date	2011.06.27.10.14.16;	author nivit;	state Exp;
branches;
next	1.11;

1.11
date	2011.04.29.13.46.53;	author nivit;	state Exp;
branches;
next	1.10;

1.10
date	2011.04.07.12.21.28;	author nivit;	state Exp;
branches;
next	1.9;

1.9
date	2011.03.15.10.01.06;	author nivit;	state Exp;
branches;
next	1.8;

1.8
date	2011.03.13.00.02.36;	author nivit;	state Exp;
branches;
next	1.7;

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

1.6
date	2011.02.20.21.25.57;	author nivit;	state Exp;
branches;
next	1.5;

1.5
date	2010.09.15.11.47.23;	author nivit;	state Exp;
branches;
next	1.4;

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

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

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

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


desc
@@


1.19
log
@Switch exporter over
@
text
@# $FreeBSD: head/www/py-webob/Makefile 303936 2012-09-08 22:56:22Z nivit $

PORTNAME=	webob
PORTVERSION=	1.2.2
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	${PYDISTUTILS_PKGNAME}-${DISTVERSION}

MAINTAINER=	nivit@@FreeBSD.org
COMMENT=	WSGI request and response Python object

LICENSE=	MIT

PYDISTUTILS_PKGNAME=	WebOb
PYDISTUTILS_PKGVERSION=	${DISTVERSION}
# Python3 ready
USE_PYTHON=	yes
USE_PYDISTUTILS=	easy_install

USE_ZIP=	yes

OPTIONSFILE=	${PORT_DBDIR}/py-${PORTNAME}/options
OPTIONS_DEFINE=	DOCS TESTS

TESTS_DESC=	Run tests with Nose

.include <bsd.port.options.mk>

.include <bsd.port.pre.mk>

.if ${PORT_OPTIONS:MDOCS}
BUILD_DEPENDS+=	sphinx-build:${PORTSDIR}/textproc/py-sphinx
DOCSDIR=	${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME}
PYDISTUTILS_BUILD_TARGET+=	build_sphinx -a -E

post-install:
	@@cd ${WRKSRC}/build/sphinx/html && \
	${COPYTREE_SHARE} . ${DOCSDIR}
.endif

.if ${PORT_OPTIONS:MTESTS}
BUILD_DEPENDS+=	nosetests:${PORTSDIR}/devel/py-nose
PYDISTUTILS_BUILD_TARGET+=	nosetests
.endif

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


1.18
log
@SVN rev 303936 on 2012-09-08 22:56:22Z by nivit

- Update to 1.2.2
- Remove deprecated header information
- Fix style of WWW: field in pkg-descr

Changes&News:	http://goo.gl/VBmuR
BuildLog:	http://goo.gl/RaQAF
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.17
log
@SVN rev 301644 on 2012-07-28 09:57:15Z by nivit

- Update to 1.2.1
- Set USE_PYTHON to 'yes' (Python3 ready)
- Define options DOCS and TESTS (default Off)

ReleaseNews:	http://goo.gl/VBmuR
BuildLog:	http://goo.gl/3tZsn
@
text
@a0 4
# New ports collection makefile for:	webob
# Date created:		2009-02-12
# Whom:			Nicola Vitale <nivit@@FreeBSD.org>
#
a1 1
#
d4 1
a4 1
PORTVERSION=	1.2.1
@


1.16
log
@- Update to 1.2.b3
- Add LICENSE (MIT)
- Remove nivi.interfree.it from MASTER_SITES
@
text
@d9 1
a9 1
DISTVERSION=	1.2b3
d22 2
a23 1
USE_PYTHON=	2.6+
d28 25
a52 1
.include <bsd.port.mk>
@


1.15
log
@- Update to 1.2.b2
- Set USE_PYTHON to 2.6+
@
text
@d9 1
a9 1
DISTVERSION=	1.2b2
d11 1
a11 2
MASTER_SITES=	CHEESESHOP \
		http://nivi.interfree.it/distfiles/${PORTNAME}/
d18 2
@


1.14
log
@- Update to 1.1.b2
- Update URL of WWW site
@
text
@d9 1
a9 1
DISTVERSION=	1.1b2
d21 1
a21 1
USE_PYTHON=	-2.7
@


1.13
log
@- Update to 1.1.b1
@
text
@d9 1
a9 1
DISTVERSION=	1.1beta1
@


1.12
log
@- Update to 1.0.8

PR:		ports/158091
Submitted by:	Jin-Sih Lin <linpct at gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=	1.0.8
d14 1
a14 1
DISTNAME=	${PYDISTUTILS_PKGNAME}-${PORTVERSION}
d20 1
@


1.11
log
@- Update to 1.0.7
- Set USE_PYTHON to -2.7, because it does not yet support Python 3.X
@
text
@d9 1
a9 2
PORTVERSION=	1.0.7
PORTREVISION=	0
@


1.10
log
@- Update to 1.0.6
- Remove post-install target (to install docs)
@
text
@d9 1
a9 1
PORTVERSION=	1.0.6
d21 1
a21 1
USE_PYTHON=	yes
@


1.9
log
@- Update to 1.0.5
@
text
@d9 1
a9 1
PORTVERSION=	1.0.5
a25 6
.if !defined(NOPORTDOCS)
post-install:
	${MKDIR} ${DOCSDIR}
	cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${DOCSDIR}
.endif

@


1.8
log
@- Update to 1.0.4
@
text
@d9 1
a9 1
PORTVERSION=	1.0.4
@


1.7
log
@- Update to 1.0.3
@
text
@d9 1
a9 1
PORTVERSION=	1.0.3
d24 1
a24 1
USE_BZIP2=	yes
@


1.6
log
@- Update to 1.0.2

PR:		ports/154348
Submitted by:	lwhsu
@
text
@d9 1
a9 1
PORTVERSION=	1.0.2
@


1.5
log
@- Update to 1.0
- Install additional documentation
@
text
@d9 1
a9 1
PORTVERSION=	1.0
d24 2
d29 1
a29 1
	cd ${WRKSRC}/docs/_build && ${COPYTREE_SHARE} . ${DOCSDIR}
@


1.4
log
@- Update to 0.9.8

Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	0.9.8
d24 6
@


1.3
log
@- Update to 0.9.7.1
@
text
@d9 1
a9 1
PORTVERSION=	0.9.7.1
@


1.2
log
@- Update to 0.9.7
@
text
@d9 1
a9 1
PORTVERSION=	0.9.7
@


1.1
log
@WebOb provides wrappers around the WSGI request environment, and an
object to help create WSGI responses.

The objects map much of the specified behavior of HTTP, including
header parsing and accessors for other standard parts of the
environment.

WWW:	http://pythonpaste.org/webob/
@
text
@d9 2
a10 2
PORTVERSION=	0.9.6.1
#PORTREVISION=	0
a23 7
DOCSDIR=	${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME}

.if !defined(NOPORTDOCS)
post-install:
	${MKDIR} ${DOCSDIR} && cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${DOCSDIR}
.endif

@

