aboutsummaryrefslogtreecommitdiff
path: root/www/py-beautifulsoup30/pkg-descr
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2007-12-31 12:35:17 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2007-12-31 12:35:17 +0000
commit18a56320c9602155ab8efec1503104da172eb882 (patch)
treee6c9bc10db8d29a4e76a24cac3a7ecc376035aec /www/py-beautifulsoup30/pkg-descr
parent07bcc4091010f79f8d929d6ce22e51c7e3743b3f (diff)
downloadports-release/6.3.0.tar.gz
ports-release/6.3.0.zip
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_3_0'.release/6.3.0
Diffstat (limited to 'www/py-beautifulsoup30/pkg-descr')
-rw-r--r--www/py-beautifulsoup30/pkg-descr12
1 files changed, 0 insertions, 12 deletions
diff --git a/www/py-beautifulsoup30/pkg-descr b/www/py-beautifulsoup30/pkg-descr
deleted file mode 100644
index eb0ab5affd47..000000000000
--- a/www/py-beautifulsoup30/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-Beautiful Soup parses arbitrarily invalid XML- or HTML-like substance
-into a tree representation. It provides methods and Pythonic idioms
-that make it easy to search and modify the tree.
-
-A well-formed XML/HTML document will yield a well-formed data
-structure. An ill-formed XML/HTML document will yield a
-correspondingly ill-formed data structure. If your document is only
-locally well-formed, you can use this library to find and process the
-well-formed part of it. The BeautifulSoup class has heuristics for
-obtaining a sensible parse tree in the face of common HTML errors.
-
-WWW: http://www.crummy.com/software/BeautifulSoup/