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


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

1.7
date	2012.05.13.19.09.28;	author rm;	state Exp;
branches;
next	1.6;

1.6
date	2009.12.13.16.27.58;	author miwi;	state Exp;
branches;
next	1.5;

1.5
date	2009.07.08.13.21.42;	author pav;	state Exp;
branches;
next	1.4;

1.4
date	2008.12.18.02.33.39;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2007.08.31.22.04.42;	author se;	state Exp;
branches;
next	1.2;

1.2
date	2007.08.30.23.02.16;	author se;	state Exp;
branches;
next	1.1;

1.1
date	2007.08.30.22.57.49;	author se;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:	utidy
# Date created:				Wed Aug 29 21:37:35 CEST 2007
# Whom:					Stefan Esser <se@@FreeBSD.org>
#
# $FreeBSD: head/www/py-utidy/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	utidy
PORTVERSION=	0.2
PORTREVISION=	1
CATEGORIES=	www python
MASTER_SITES=	${MASTER_SITE_BERLIOS}
MASTER_SITE_SUBDIR=	utidylib
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	uTidylib-${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Python interface to tidy-lib

# XXX Better depend on tidy or tidy-devel???
LIB_DEPENDS=	tidy-0.99.0:${PORTSDIR}/www/tidy-lib

USE_ZIP=	yes
USE_PYTHON=	-2.7
USE_PYDISTUTILS=	yes
PYDISTUTILS_PKGNAME=	uTidylib

.include <bsd.port.mk>
@


1.7
log
@- strict python version to 2.x only
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@- Get rip python 2.3+

Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+

With hat:	portmgr
@
text
@d24 1
a24 1
USE_PYTHON=	yes
@


1.5
log
@- Fix runtime crash bug on amd64

PR:		ports/136379
Submitted by:	Phil Pennock <phil.pennock@@globnix.org>
@
text
@d24 1
a24 1
USE_PYTHON=	2.3+
@


1.4
log
@Reset se@@FreeBSD.org due to maintainer-timeouts and no response to email.

Hat:	portmgr
@
text
@d10 1
d13 1
a13 1
MASTER_SITE_SUBDIR= utidylib
@


1.3
log
@Add forgotten MASTER_SITE_SUBDIR.
@
text
@d16 1
a16 1
MAINTAINER=	se@@FreeBSD.org
@


1.2
log
@Seems one character in a comment was lost during a last minute edit
of the Makefile ...
@
text
@d12 1
@


1.1
log
@New port of uTidylib, a python wrapper for tidy-lib.
@
text
@d3 1
a3 1
# Who:					Stefan Esser <se@@FreeBSD.org>
@

