Bug 141288 - New port: www/py-beautifulsoup30
Summary: New port: www/py-beautifulsoup30
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Yi-Jheng Lin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-08 16:10 UTC by Kirk Strauser
Modified: 2010-02-12 03:50 UTC (History)
0 users

See Also:


Attachments
file.shar (2.60 KB, text/plain)
2009-12-08 16:10 UTC, Kirk Strauser
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kirk Strauser 2009-12-08 16:10:04 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-12-08 16:10:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Yi-Jheng Lin freebsd_committer freebsd_triage 2009-12-13 16:49:15 UTC
Responsible Changed
From-To: freebsd-python->yzlin

I'll take it.
Comment 3 Yi-Jheng Lin freebsd_committer freebsd_triage 2010-01-10 15:40:51 UTC
State Changed
From-To: open->repocopy

Please repo-copy www/py-beautifulsoup to www/py-beautifulsoup30. Thanks! 


Comment 4 Yi-Jheng Lin freebsd_committer freebsd_triage 2010-01-10 15:40:51 UTC
Responsible Changed
From-To: yzlin->portmgr

Please repo-copy www/py-beautifulsoup to www/py-beautifulsoup30. Thanks!
Comment 5 Kirk Strauser 2010-01-10 16:20:09 UTC
Unless I misunderstand, shouldn't that be to www/py-beautifulsoup31?  
The current version in ports is 3.1.0.1.
Comment 6 Joe Marcus Clarke freebsd_committer freebsd_triage 2010-01-10 23:42:55 UTC
State Changed
From-To: repocopy->open

Repocopy complete. 


Comment 7 Joe Marcus Clarke freebsd_committer freebsd_triage 2010-01-10 23:42:55 UTC
Responsible Changed
From-To: portmgr->yzlin

Repocopy complete.
Comment 8 dfilter service freebsd_committer freebsd_triage 2010-01-14 03:14:49 UTC
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"
Comment 9 dfilter service freebsd_committer freebsd_triage 2010-02-12 03:43:01 UTC
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"
Comment 10 Yi-Jheng Lin freebsd_committer freebsd_triage 2010-02-12 03:44:54 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!