aboutsummaryrefslogtreecommitdiff
path: root/www/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2007-02-18 12:45:26 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2007-02-18 12:45:26 +0000
commit1fd2da0000fbe92f74aa70e8b294682261c6736f (patch)
treed73fd7f85ab1543dcc7405d682de7774de992cf8 /www/Makefile
parentd8eaa6454af4abc6c16cd4dc1ad86d9bc2f045ea (diff)
downloadports-1fd2da0000fbe92f74aa70e8b294682261c6736f.tar.gz
ports-1fd2da0000fbe92f74aa70e8b294682261c6736f.zip
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/
Notes
Notes: svn path=/head/; revision=185430
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 11b3b269ffad..c6eae269a3e9 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1017,6 +1017,7 @@
SUBDIR += rubygem-rails
SUBDIR += rubygem-rails-app-installer
SUBDIR += rubygem-redcloth
+ SUBDIR += rubygem-rubyfulsoup
SUBDIR += rubygem-scrapi
SUBDIR += sahana2
SUBDIR += sams