Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Aug 2008 22:55:34 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/rubygem-warbler Makefile distinfo pkg-descr
Message-ID:  <200808072255.m77MtYko033895@repoman.freebsd.org>

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



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