diff options
Diffstat (limited to 'www/py-beautifulsoup30')
-rw-r--r-- | www/py-beautifulsoup30/Makefile | 21 | ||||
-rw-r--r-- | www/py-beautifulsoup30/distinfo | 3 | ||||
-rw-r--r-- | www/py-beautifulsoup30/pkg-descr | 12 | ||||
-rw-r--r-- | www/py-beautifulsoup30/pkg-plist | 6 |
4 files changed, 0 insertions, 42 deletions
diff --git a/www/py-beautifulsoup30/Makefile b/www/py-beautifulsoup30/Makefile deleted file mode 100644 index e82ac1c2e76d..000000000000 --- a/www/py-beautifulsoup30/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: beautifulsoup -# Date created: 15 July 2005 -# Whom: Mike Meyer <mwm@mired.org> -# -# $FreeBSD$ -# - -PORTNAME= beautifulsoup -PORTVERSION= 2.1.1 -CATEGORIES= www python -MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/download/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= BeautifulSoup-${PORTVERSION} - -MAINTAINER= mwm@mired.org -COMMENT= HTML/XML Parser for Python - -USE_PYTHON= yes -USE_PYDISTUTILS= yes - -.include <bsd.port.mk> diff --git a/www/py-beautifulsoup30/distinfo b/www/py-beautifulsoup30/distinfo deleted file mode 100644 index 46f1eba8c7bf..000000000000 --- a/www/py-beautifulsoup30/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (BeautifulSoup-2.1.1.tar.gz) = 53ad755deb7af190dd183f24c9f8bb13 -SHA256 (BeautifulSoup-2.1.1.tar.gz) = cb9da43932da22ef8551590f74a4ac3546fe939a2a52e89bba2a2604b7346840 -SIZE (BeautifulSoup-2.1.1.tar.gz) = 15980 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/ diff --git a/www/py-beautifulsoup30/pkg-plist b/www/py-beautifulsoup30/pkg-plist deleted file mode 100644 index 2ff917b1a4f0..000000000000 --- a/www/py-beautifulsoup30/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -%%PYTHON_SITELIBDIR%%/BeautifulSoup.py -%%PYTHON_SITELIBDIR%%/BeautifulSoup.pyc -%%PYTHON_SITELIBDIR%%/BeautifulSoup.pyo -%%PYTHON_SITELIBDIR%%/BeautifulSoupTests.py -%%PYTHON_SITELIBDIR%%/BeautifulSoupTests.pyc -%%PYTHON_SITELIBDIR%%/BeautifulSoupTests.pyo |