aboutsummaryrefslogtreecommitdiff
path: root/www/py-html5lib
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2013-09-01 19:18:44 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2013-09-01 19:18:44 +0000
commitacea415a6e8731abbc541cbf2b88be68251b5a77 (patch)
treefc532ac76ac7fd92760ad1e1b3bd624913de93e2 /www/py-html5lib
parentc49c3a90e6197f0b8c78a30f26a5a13edf8649d2 (diff)
downloadports-acea415a6e8731abbc541cbf2b88be68251b5a77.tar.gz
ports-acea415a6e8731abbc541cbf2b88be68251b5a77.zip
Notes
Diffstat (limited to 'www/py-html5lib')
-rw-r--r--www/py-html5lib/Makefile9
-rw-r--r--www/py-html5lib/pkg-descr2
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/