diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2007-08-08 02:17:28 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2007-08-08 02:17:28 +0000 |
commit | c7d715358094c03952b906a1b63b30f9cc328ef5 (patch) | |
tree | 22c97799435ca33b9a9f355fe0a52f4dbbda6dc7 /www/py-html5lib | |
parent | 8a1da4098265b271cb2218ef5cdca0bda4255ce2 (diff) |
Notes
Diffstat (limited to 'www/py-html5lib')
-rw-r--r-- | www/py-html5lib/Makefile | 23 | ||||
-rw-r--r-- | www/py-html5lib/distinfo | 3 | ||||
-rw-r--r-- | www/py-html5lib/pkg-descr | 9 | ||||
-rw-r--r-- | www/py-html5lib/pkg-plist | 41 |
4 files changed, 76 insertions, 0 deletions
diff --git a/www/py-html5lib/Makefile b/www/py-html5lib/Makefile new file mode 100644 index 000000000000..6b0b4532fb57 --- /dev/null +++ b/www/py-html5lib/Makefile @@ -0,0 +1,23 @@ +# ex:ts=8 +# Ports collection makefile for: html5lib +# Date created: Aug 8, 2007 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= html5lib +PORTVERSION= 0.9 +CATEGORIES= www python +MASTER_SITES= http://${PORTNAME}.googlecode.com/files/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ijliao@FreeBSD.org +COMMENT= A Python based HTML parser based on the HTML5 spec + +USE_ZIP= yes +NO_WRKSUBDIR= yes +USE_PYTHON= yes +USE_PYDISTUTILS= yes + +.include <bsd.port.mk> diff --git a/www/py-html5lib/distinfo b/www/py-html5lib/distinfo new file mode 100644 index 000000000000..9035f3717329 --- /dev/null +++ b/www/py-html5lib/distinfo @@ -0,0 +1,3 @@ +MD5 (html5lib-0.9.zip) = 8572c4f16491a7ee6f5e00c5e5fa83fd +SHA256 (html5lib-0.9.zip) = c15bcd4ef248cbe7068f8d87eb0c1ae8207f615b3c666e29250a409d72ce4af4 +SIZE (html5lib-0.9.zip) = 330354 diff --git a/www/py-html5lib/pkg-descr b/www/py-html5lib/pkg-descr new file mode 100644 index 000000000000..5f37548dcc05 --- /dev/null +++ b/www/py-html5lib/pkg-descr @@ -0,0 +1,9 @@ +HTML parser designed to follow the WHATWG HTML5 specification. The parser is +designed to handle all flavours of HTML and parses invalid documents using +well-defined error handling rules compatible with the behaviour of major +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/ diff --git a/www/py-html5lib/pkg-plist b/www/py-html5lib/pkg-plist new file mode 100644 index 000000000000..7becacc9c568 --- /dev/null +++ b/www/py-html5lib/pkg-plist @@ -0,0 +1,41 @@ +%%PYTHON_SITELIBDIR%%/html5lib/__init__.py +%%PYTHON_SITELIBDIR%%/html5lib/__init__.pyc +%%PYTHON_SITELIBDIR%%/html5lib/__init__.pyo +%%PYTHON_SITELIBDIR%%/html5lib/constants.py +%%PYTHON_SITELIBDIR%%/html5lib/constants.pyc +%%PYTHON_SITELIBDIR%%/html5lib/constants.pyo +%%PYTHON_SITELIBDIR%%/html5lib/html5parser.py +%%PYTHON_SITELIBDIR%%/html5lib/html5parser.pyc +%%PYTHON_SITELIBDIR%%/html5lib/html5parser.pyo +%%PYTHON_SITELIBDIR%%/html5lib/inputstream.py +%%PYTHON_SITELIBDIR%%/html5lib/inputstream.pyc +%%PYTHON_SITELIBDIR%%/html5lib/inputstream.pyo +%%PYTHON_SITELIBDIR%%/html5lib/liberalxmlparser.py +%%PYTHON_SITELIBDIR%%/html5lib/liberalxmlparser.pyc +%%PYTHON_SITELIBDIR%%/html5lib/liberalxmlparser.pyo +%%PYTHON_SITELIBDIR%%/html5lib/tokenizer.py +%%PYTHON_SITELIBDIR%%/html5lib/tokenizer.pyc +%%PYTHON_SITELIBDIR%%/html5lib/tokenizer.pyo +%%PYTHON_SITELIBDIR%%/html5lib/treebuilders/__init__.py +%%PYTHON_SITELIBDIR%%/html5lib/treebuilders/__init__.pyc +%%PYTHON_SITELIBDIR%%/html5lib/treebuilders/__init__.pyo +%%PYTHON_SITELIBDIR%%/html5lib/treebuilders/_base.py +%%PYTHON_SITELIBDIR%%/html5lib/treebuilders/_base.pyc +%%PYTHON_SITELIBDIR%%/html5lib/treebuilders/_base.pyo +%%PYTHON_SITELIBDIR%%/html5lib/treebuilders/dom.py +%%PYTHON_SITELIBDIR%%/html5lib/treebuilders/dom.pyc +%%PYTHON_SITELIBDIR%%/html5lib/treebuilders/dom.pyo +%%PYTHON_SITELIBDIR%%/html5lib/treebuilders/etree.py +%%PYTHON_SITELIBDIR%%/html5lib/treebuilders/etree.pyc +%%PYTHON_SITELIBDIR%%/html5lib/treebuilders/etree.pyo +%%PYTHON_SITELIBDIR%%/html5lib/treebuilders/etreefull.py +%%PYTHON_SITELIBDIR%%/html5lib/treebuilders/etreefull.pyc +%%PYTHON_SITELIBDIR%%/html5lib/treebuilders/etreefull.pyo +%%PYTHON_SITELIBDIR%%/html5lib/treebuilders/simpletree.py +%%PYTHON_SITELIBDIR%%/html5lib/treebuilders/simpletree.pyc +%%PYTHON_SITELIBDIR%%/html5lib/treebuilders/simpletree.pyo +%%PYTHON_SITELIBDIR%%/html5lib/utils.py +%%PYTHON_SITELIBDIR%%/html5lib/utils.pyc +%%PYTHON_SITELIBDIR%%/html5lib/utils.pyo +@dirrm %%PYTHON_SITELIBDIR%%/html5lib/treebuilders +@dirrm %%PYTHON_SITELIBDIR%%/html5lib |