cvs commit: ports/www Makefile ports/www/rubygem-rubyfulsoup
Makefile distinfo pkg-descr pkg-plist
Dirk Meyer
dinoex at FreeBSD.org
Sun Feb 18 12:45:26 UTC 2007
dinoex 2007-02-18 12:45:26 UTC
FreeBSD ports repository
Modified files:
www Makefile
Added files:
www/rubygem-rubyfulsoup Makefile distinfo pkg-descr pkg-plist
Log:
Rubyful Soup is a Ruby port of the hit Python HTML/XML parser Beautiful Soup.
It's designed to be a useful quick-and-dirty parser for screen-scraping,
along the same lines as its parent:
1. Rubyful Soup won't choke if you give it bad markup. It yields a parse tree
that makes approximately as much sense as your original document.
This is usually good enough to collect the data you need and then run away.
2. Rubyful Soup provides a few simple methods and Ruby-like idioms for
navigating and searching a parse tree: a toolkit for dissecting a document
and extracting what you need. You don't have to create a custom parser for
each application. It's more flexible and easier to learn than XPath.
WWW: http://www.crummy.com/software/BeautifulSoup/
Revision Changes Path
1.1718 +1 -0 ports/www/Makefile
1.1 +24 -0 ports/www/rubygem-rubyfulsoup/Makefile (new)
1.1 +3 -0 ports/www/rubygem-rubyfulsoup/distinfo (new)
1.1 +14 -0 ports/www/rubygem-rubyfulsoup/pkg-descr (new)
1.1 +90 -0 ports/www/rubygem-rubyfulsoup/pkg-plist (new)
More information about the cvs-ports
mailing list