diff options
author | rm <rm@FreeBSD.org> | 2013-09-02 03:18:44 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2013-09-02 03:18:44 +0800 |
commit | 17321de318098ac893fcd2461d7b4485a33162a0 (patch) | |
tree | fc532ac76ac7fd92760ad1e1b3bd624913de93e2 /www | |
parent | 87e89f0bce87da163582a6a4cd297af07edf72c8 (diff) | |
download | freebsd-ports-gnome-17321de318098ac893fcd2461d7b4485a33162a0.tar.gz freebsd-ports-gnome-17321de318098ac893fcd2461d7b4485a33162a0.tar.zst freebsd-ports-gnome-17321de318098ac893fcd2461d7b4485a33162a0.zip |
- trim Makefile header
- remove indefinite article from COMMENT
- update homepage url
Diffstat (limited to 'www')
-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/ |