diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-09-01 19:18:44 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-09-01 19:18:44 +0000 |
commit | acea415a6e8731abbc541cbf2b88be68251b5a77 (patch) | |
tree | fc532ac76ac7fd92760ad1e1b3bd624913de93e2 /www/py-html5lib | |
parent | c49c3a90e6197f0b8c78a30f26a5a13edf8649d2 (diff) | |
download | ports-acea415a6e8731abbc541cbf2b88be68251b5a77.tar.gz ports-acea415a6e8731abbc541cbf2b88be68251b5a77.zip |
Notes
Diffstat (limited to 'www/py-html5lib')
-rw-r--r-- | www/py-html5lib/Makefile | 9 | ||||
-rw-r--r-- | www/py-html5lib/pkg-descr | 2 |
2 files changed, 3 insertions, 8 deletions
diff --git a/www/py-html5lib/Makefile b/www/py-html5lib/Makefile index 0223dcb492b1..4db0377cec4e 100644 --- a/www/py-html5lib/Makefile +++ b/www/py-html5lib/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: html5lib -# Date created: Aug 8, 2007 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= html5lib PORTVERSION= 0.95 @@ -14,7 +9,7 @@ MASTER_SITES= GOOGLE_CODE \ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= rm@FreeBSD.org -COMMENT= A Python based HTML parser based on the HTML5 spec +COMMENT= Python based HTML parser based on the HTML5 spec LICENSE= MIT diff --git a/www/py-html5lib/pkg-descr b/www/py-html5lib/pkg-descr index 6ba62cd85718..470e47a9b1ef 100644 --- a/www/py-html5lib/pkg-descr +++ b/www/py-html5lib/pkg-descr @@ -6,4 +6,4 @@ desktop web browsers. Output is to a tree structure; the current release supports output to a custom tree similar to DOM and to ElementTree. -WWW: http://code.google.com/p/html5lib/ +WWW: https://github.com/html5lib/ |