Bug 126327 - [new port] devel/rubygem-warbler: A constructor of .war files of Rails applications
Summary: [new port] devel/rubygem-warbler: A constructor of .war files of Rails applic...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-07 06:30 UTC by Alexander Logvinov
Modified: 2008-08-08 00:00 UTC (History)
1 user (show)

See Also:


Attachments
file.shar (5.51 KB, text/plain)
2008-08-07 06:30 UTC, Alexander Logvinov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Logvinov 2008-08-07 06:30:00 UTC
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://caldersphere.rubyforge.org/warbler/
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2008-08-07 19:15:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-08-07 23:55:34 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-08-07 23:55:43 UTC
miwi        2008-08-07 22:55:34 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/rubygem-warbler Makefile distinfo pkg-descr 
  Log:
  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://caldersphere.rubyforge.org/warbler/
  
  PR:             ports/126327
  Submitted by:   Alexander Logvinov <ports at logvinov,com>
  
  Revision  Changes    Path
  1.3166    +1 -0      ports/devel/Makefile
  1.1       +31 -0     ports/devel/rubygem-warbler/Makefile (new)
  1.1       +3 -0      ports/devel/rubygem-warbler/distinfo (new)
  1.1       +14 -0     ports/devel/rubygem-warbler/pkg-descr (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"