Sinatra is a DSL for quickly creating web-applications in Ruby with minimal effort. It sits on top of Rack, a minimal standard interface for Ruby web frameworks. For templating, the choices include erb, haml, sass and Builder. WWW: http://github.com/bmizerany/sinatra Note that this port depends on the update of www/rubygem-rack to 0.4.0, which I have submitted as a separate PR.
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
FYI: The update of www/rubygem-rack (ports/128550), on which this PR depends, has been committed by kuriyama@. -- Daniel Roethlisberger http://daniel.roe.ch/
State Changed From-To: open->closed Committed. Thanks!
miwi 2008-11-21 20:58:04 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/rubygem-sinatra Makefile distinfo pkg-descr pkg-message Log: Sinatra is a DSL for quickly creating web-applications in Ruby with minimal effort. It sits on top of Rack, a minimal standard interface for Ruby web frameworks. For templating, the choices include erb, haml, sass and Builder. WWW: http://github.com/bmizerany/sinatra PR: ports/128551 Submitted by: Daniel Roethlisberger <daniel at roe.ch> Revision Changes Path 1.2178 +1 -0 ports/www/Makefile 1.1 +30 -0 ports/www/rubygem-sinatra/Makefile (new) 1.1 +3 -0 ports/www/rubygem-sinatra/distinfo (new) 1.1 +6 -0 ports/www/rubygem-sinatra/pkg-descr (new) 1.1 +12 -0 ports/www/rubygem-sinatra/pkg-message (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"