cvs commit: ports/www Makefile ports/www/rubygem-thin Makefile distinfo pkg-descr pkg-plist

Cheng-Lung Sung clsung at FreeBSD.org
Wed Jan 23 22:27:01 PST 2008


clsung      2008-01-24 06:27:00 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/rubygem-thin     Makefile distinfo pkg-descr pkg-plist 
  Log:
  Thin is a Ruby web server that glues together 3 of the best
  Ruby libraries in web history:
  
  * the Mongrel parser, the root of Mongrel speed and security
  * Event Machine, a network I/O library with extremely high scalability,
    performance and stability
  * Rack, a minimal interface between webservers and Ruby frameworks
  
  Which makes it, with all humility, the most secure, stable, fast and
  extensible Ruby web server bundled in an easy to use gem for your own
  pleasure.
  
  WWW: http://code.macournoyer.com/thin/
  
  Revision  Changes    Path
  1.1957    +1 -0      ports/www/Makefile
  1.1       +22 -0     ports/www/rubygem-thin/Makefile (new)
  1.1       +3 -0      ports/www/rubygem-thin/distinfo (new)
  1.1       +13 -0     ports/www/rubygem-thin/pkg-descr (new)
  1.1       +117 -0    ports/www/rubygem-thin/pkg-plist (new)


More information about the cvs-all mailing list