diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-10-03 13:15:11 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-10-03 13:15:11 +0000 |
commit | fc726b999b10b467850f842c856f9f9c35bd2bdc (patch) | |
tree | 61471e9e910f35e9b1fffde492507db292baf8dd /www | |
parent | fcc2b18cb34049640e4c7da1e3629aa8b8aed7b4 (diff) | |
download | ports-fc726b999b10b467850f842c856f9f9c35bd2bdc.tar.gz ports-fc726b999b10b467850f842c856f9f9c35bd2bdc.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/py-beautifulsoup30/Makefile | 23 | ||||
-rw-r--r-- | www/py-beautifulsoup30/distinfo | 2 | ||||
-rw-r--r-- | www/py-beautifulsoup30/pkg-descr | 12 | ||||
-rw-r--r-- | www/py-beautifulsoup30/pkg-plist | 6 |
5 files changed, 0 insertions, 44 deletions
diff --git a/www/Makefile b/www/Makefile index a7e1b24b9c33..0b11cfe5c46b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1472,7 +1472,6 @@ SUBDIR += py-apachelog SUBDIR += py-beaker SUBDIR += py-beautifulsoup - SUBDIR += py-beautifulsoup30 SUBDIR += py-beautifulsoup32 SUBDIR += py-bjoern SUBDIR += py-bleach diff --git a/www/py-beautifulsoup30/Makefile b/www/py-beautifulsoup30/Makefile deleted file mode 100644 index ae52da39a335..000000000000 --- a/www/py-beautifulsoup30/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: Mike Meyer <mwm@mired.org> -# $FreeBSD$ - -PORTNAME= beautifulsoup -PORTVERSION= 3.0.8.1 -CATEGORIES= www python -MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/download/3.x/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= BeautifulSoup-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= HTML/XML Parser for Python - -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_PKGNAME= BeautifulSoup - -LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}30 - -CONFLICTS= py[0-9]*-beautifulsoup-3.1.* - -NO_STAGE= yes -.include <bsd.port.mk> diff --git a/www/py-beautifulsoup30/distinfo b/www/py-beautifulsoup30/distinfo deleted file mode 100644 index 7549c70f38b7..000000000000 --- a/www/py-beautifulsoup30/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (BeautifulSoup-3.0.8.1.tar.gz) = cb113b868c6629b66cab5b797ccc1078d3153189d8ce06201485e2675f556b75 -SIZE (BeautifulSoup-3.0.8.1.tar.gz) = 31080 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 |