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


1.8
date	2012.11.17.06.03.02;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2010.08.08.09.16.48;	author lwhsu;	state Exp;
branches;
next	1.6;

1.6
date	2007.08.04.11.41.29;	author gabor;	state Exp;
branches;
next	1.5;

1.5
date	2007.06.22.12.34.10;	author lwhsu;	state Exp;
branches;
next	1.4;

1.4
date	2007.04.07.23.37.58;	author lwhsu;	state Exp;
branches;
next	1.3;

1.3
date	2007.04.04.08.49.31;	author lwhsu;	state Exp;
branches;
next	1.2;

1.2
date	2007.03.27.07.38.04;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2007.03.03.17.34.01;	author clsung;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:	py-webunit
# Date created:		Mar. 03, 2007
# Whom:			Li-Wen Hsu <lwhsu@@lwhsu.org>
#
# $FreeBSD: head/www/py-webunit/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	webunit
PORTVERSION=	1.3.10
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	lwhsu@@FreeBSD.org
COMMENT=	Unit test your websites with code that acts like a web browser

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes

EXAMPLESDIR=	${PREFIX}/share/examples/py-${PORTNAME}

.if !defined(NOPORTEXAMPLES)
post-install:
	${MKDIR} ${EXAMPLESDIR}
	${INSTALL_SCRIPT} ${WRKSRC}/run_tests ${EXAMPLESDIR}
	${CP} -R ${WRKSRC}/demo ${EXAMPLESDIR}
.endif

.include <bsd.port.mk>
@


1.7
log
@- Update to 1.3.10

PR:		ports/149416
Submitted by:	Frederic Culot <frederic AT culot.org>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
@
text
@d9 1
a9 1
PORTVERSION=	1.3.9
d11 1
a11 2
MASTER_SITES=	CHEESESHOP \
		http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/
@


1.5
log
@- Use CHEESESHOP in MASTER_SITES
- Respect NOPORTEXAMPLES
@
text
@d21 1
a21 1
EXAMPLESDIR=	${TARGETDIR}/share/examples/py-${PORTNAME}
@


1.4
log
@- Add backup MASTER_SITE
- Remove stale MASTER_SITE

Approved by:    clsung (mentor)
@
text
@d11 1
a11 1
MASTER_SITES=	http://cheeseshop.python.org/packages/source/w/webunit/ \
d23 1
d28 1
@


1.3
log
@- Change to my FreeBSD.org email

Approved by:     clsung (mentor)
@
text
@d12 1
a12 2
		http://mechanicalcat.net/tech/webunit/ \
		http://funkload.nuxeo.org/3dparty/
@


1.2
log
@- Update to 1.3.9

PR:             110853
Submitted by:   Li-Wen Hsu <lwhsu@@lwhsu.org> (maintainer)
@
text
@d16 1
a16 1
MAINTAINER=	lwhsu@@lwhsu.org
@


1.1
log
@Add py-webunit 1.3.8, unit test your websites with code that acts like a
web browser.

PR:		ports/109777
Submitted by:	Li-Wen Hsu <lwhsu at lwhsu.org>
@
text
@d9 1
a9 1
PORTVERSION=	1.3.8
d11 2
a12 1
MASTER_SITES=	http://mechanicalcat.net/tech/webunit/ \
@

