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


1.10
date	2012.11.17.06.03.00;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.02.11.19.08.58;	author rm;	state Exp;
branches;
next	1.8;

1.8
date	2011.11.10.22.20.17;	author rm;	state Exp;
branches;
next	1.7;

1.7
date	2011.06.09.01.49.46;	author sahil;	state Exp;
branches;
next	1.6;

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

1.5
date	2010.12.28.06.31.49;	author linimon;	state Exp;
branches;
next	1.4;

1.4
date	2010.02.25.08.11.04;	author wen;	state Exp;
branches;
next	1.3;

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

1.2
date	2008.03.06.22.19.52;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2007.08.08.02.17.28;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# ex:ts=8
# Ports collection makefile for:	html5lib
# Date created:			Aug 8, 2007
# Whom:				ijliao
#
# $FreeBSD: head/www/py-html5lib/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	html5lib
PORTVERSION=	0.95
CATEGORIES=	www python
MASTER_SITES=	GOOGLE_CODE \
		CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	rm@@FreeBSD.org
COMMENT=	A Python based HTML parser based on the HTML5 spec

LICENSE=	MIT

USE_PYTHON=	-2.7
USE_PYDISTUTILS=	easy_install

.include <bsd.port.mk>
@


1.9
log
@- update to 0.95
- add CHEESESHOP mirror
- strict python version to 2.x
- it's no zip-safe anymore, so add pkg-plist
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.8
log
@Change email for my ports to FreeBSD one.

Approved by:	novel (mentor)
Feature safe:	yes
@
text
@d10 1
a10 2
PORTVERSION=	0.90
PORTREVISION=	1
d12 2
a13 1
MASTER_SITES=	GOOGLE_CODE
d21 1
a21 3
PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
USE_ZIP=	yes
USE_PYTHON=	2.5+
@


1.7
log
@Use the GOOGLE_CODE macro in MASTER_SITES, remove
pkg-plist in favor of PLIST_FILES, define LICENSE
and transfer maintainership to submitter.

Submitted by:	cvs-src@@yandex.ru (via freebsd-ports)
@
text
@d16 1
a16 1
MAINTAINER=	cvs-src@@yandex.ru
@


1.6
log
@- Move over to py25
- while here drop md5 support
- Small cleanups
@
text
@d13 1
a13 1
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
d19 3
a22 1
#NO_WRKSUBDIR=	yes
@


1.5
log
@Reset ijliao@@FreeBSD.org due to maintainer-timeouts and long absence.
We hope to see ijliao back again sometime.

Hat:		portmgr
@
text
@d11 1
d16 1
a16 1
MAINTAINER=	perl@@FreeBSD.org
d21 1
a21 1
USE_PYTHON=	2.4+
@


1.4
log
@- Update to 0.90

PR:		ports/142920
Submitted by:	Wen Heping(myself)
Approved by:	maintainer(timeout, > 1 month)
Feature safe:	yes
@
text
@d15 1
a15 1
MAINTAINER=	ijliao@@FreeBSD.org
@


1.3
log
@- Update to 0.11.1

PR:		ports/125638
Submitted by:	Wen heping <wenheping@@gmail.com>
Approved by:	maintainer timeout (ijliao; 5 months)
@
text
@d10 1
a10 1
PORTVERSION=	0.11.1
@


1.2
log
@Use ${MASTER_SITE_GOOGLE_CODE} instead of
http://something.googlecode.com/files

PR:		ports/121435 (related)
@
text
@d10 1
a10 1
PORTVERSION=	0.9
d19 3
a21 3
NO_WRKSUBDIR=	yes
USE_PYTHON=	yes
USE_PYDISTUTILS=	yes
@


1.1
log
@add py-html5lib 0.9
A Python based HTML parser based on the HTML5 spec
@
text
@d12 1
a12 1
MASTER_SITES=	http://${PORTNAME}.googlecode.com/files/
@

