This is a port of version 3.0.8 of Python's BeautifulSoup HTML/XML parser. Version 3.1.0.1 is already in ports but it is not backward compatible with the 3.0.x series. From http://www.crummy.com/software/BeautifulSoup/3.1-problems.html: Version 3.1.0 of Beautiful Soup does significantly worse on real-world HTML than version 3.0.8 does. The most common problems are handling <script> tags incorrectly, "malformed start tag" errors, and "bad end tag" errors. Furthermore, the branches are developed separately. Version 3.0.8 was released on 2009-12-01, while 3.1.0.1 came out on 2009-01-06. If this port is accepted, please add a CONFLICTS to the current www/py-beautifulsoup port, and possibly consider renaming it to py-beautifulsoup31 to indicate that it's a wholly different version. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-python->yzlin I'll take it.
State Changed From-To: open->repocopy Please repo-copy www/py-beautifulsoup to www/py-beautifulsoup30. Thanks!
Responsible Changed From-To: yzlin->portmgr Please repo-copy www/py-beautifulsoup to www/py-beautifulsoup30. Thanks!
Unless I misunderstand, shouldn't that be to www/py-beautifulsoup31? The current version in ports is 3.1.0.1.
State Changed From-To: repocopy->open Repocopy complete.
Responsible Changed From-To: portmgr->yzlin Repocopy complete.
yzlin 2010-01-14 03:14:33 UTC FreeBSD ports repository Modified files: www/py-beautifulsoup30 Makefile distinfo pkg-descr pkg-plist Log: - Force commit to note repocopy: www/py-beautifulsoup -> www/py-beautifulsoup30 PR: ports/141288 Submitted by: Kirk Strauser <kirk AT daycos.com> Approved by: lwhsu (mentor) Repocopy by: marcus Revision Changes Path 1.9 +0 -0 ports/www/py-beautifulsoup30/Makefile 1.9 +0 -0 ports/www/py-beautifulsoup30/distinfo 1.2 +0 -0 ports/www/py-beautifulsoup30/pkg-descr 1.4 +0 -0 ports/www/py-beautifulsoup30/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
yzlin 2010-02-12 03:42:48 UTC FreeBSD ports repository Modified files: www Makefile www/py-beautifulsoup30 Makefile distinfo pkg-plist Log: - Add py-beautifulsoup30 - Update to 3.0.8 - Take maintainership PR: ports/141288 Submitted by: Kirk Strauser <kirk AT daycos.com> Approved by: lwhsu/rafan (mentors) Revision Changes Path 1.2550 +1 -0 ports/www/Makefile 1.10 +6 -2 ports/www/py-beautifulsoup30/Makefile 1.10 +3 -3 ports/www/py-beautifulsoup30/distinfo 1.5 +0 -2 ports/www/py-beautifulsoup30/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added, with minor changes. Thanks!