rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing several things: - Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now only fetchable via our cache) - Deprecate ports that depend on those - Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports (which are still fetchable from rubygems.org) The next step will be to remove rubyforge.org from bsd.sites.mk, after these deprecated ports are deleted. Phabric: D591 With hat: ruby Approved by: portmgr (because of committing to unstaged graphics/mingplot port)
14 lines
691 B
Text
14 lines
691 B
Text
Warbler is a gem to make a .war file out of a Rails project. The intent is
|
|
to provide a minimal, flexible, ruby-like way to bundle up all of your
|
|
application files for deployment to a Java application server.
|
|
|
|
Warbler provides a sane set of out-of-the box defaults that should allow
|
|
most Rails applications without external gem dependencies
|
|
(aside from Rails itself) to assemble and Just Work.
|
|
|
|
Warbler bundles JRuby and the JRuby-Rack servlet adapter for
|
|
dispatching requests to your application inside the java application server,
|
|
and assembles all jar files in WARBLER_HOME/lib/*.jar into your application.
|
|
No external dependencies are downloaded.
|
|
|
|
WWW: http://rubygems.org/gems/warbler/
|