aboutsummaryrefslogtreecommitdiff
path: root/www/py-beautifulsoup30
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 3.0.5Li-Wen Hsu2008-02-152-4/+4
| | | | | | | | | PR: ports/120639 Submitted by: lwhsu Approved by: Mike Meyer <mwm AT mired.org> (maintainer) Notes: svn path=/head/; revision=207221
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+1
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* - Update to 3.0.4Martin Wilke2007-06-112-4/+4
| | | | | | | | PR: 113469 Submitted by: Mike Meyer <mwm@mired.org> (Maintainer) Notes: svn path=/head/; revision=193218
* - Update to 3.0.3Pav Lucistnik2006-06-232-4/+4
| | | | | | | | PR: ports/99282 Submitted by: Mike Meyer <mwm@mired.org> (maintainer) Notes: svn path=/head/; revision=166097
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Update to 2.1.1Marcus Alves Grando2005-10-263-12/+10
| | | | | | | | | PR: 86358 Submitted by: Choe, Cheng-Dae <whitekid@gmail.com> Approved by: mwm@mired.org (maintainer timeout, 35 days) Notes: svn path=/head/; revision=146363
* Beautiful Soup parses arbitrarily invalid XML- or HTML-like substancePav Lucistnik2005-07-164-0/+43
into a tree representation. It provides methods and Pythonic idioms that make it easy to search and modify the tree. PR: ports/83531 Submitted by: Mike Meyer <mwm@mired.org> Notes: svn path=/head/; revision=139369