Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Feb 2007 12:45:26 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/www Makefile ports/www/rubygem-rubyfulsoup Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200702181245.l1ICjQ1J046381@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702181245.l1ICjQ1J046381>