diff options
author | wg <wg@FreeBSD.org> | 2013-10-03 21:15:11 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-10-03 21:15:11 +0800 |
commit | 01577bd791f32ea266629167650cb1d9e9c91448 (patch) | |
tree | 61471e9e910f35e9b1fffde492507db292baf8dd /www | |
parent | 85f77906b11e587ba91df0d3d3892330a5f65a16 (diff) | |
download | freebsd-ports-graphics-01577bd791f32ea266629167650cb1d9e9c91448.tar.gz freebsd-ports-graphics-01577bd791f32ea266629167650cb1d9e9c91448.tar.zst freebsd-ports-graphics-01577bd791f32ea266629167650cb1d9e9c91448.zip |
www/py-beautifulsoup30: remove port
- This port is no longer being used anywhere and was causing conflict with
www/py-beautifulsoup32, consider using it instead
Approved by: portmgr (bapt)
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 a7e1b24b9c3..0b11cfe5c46 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 ae52da39a33..00000000000 --- 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 7549c70f38b..00000000000 --- 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 eb0ab5affd4..00000000000 --- 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 2ff917b1a4f..00000000000 --- 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 |