From owner-cvs-all@FreeBSD.ORG Thu Aug 7 22:55:34 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A88E3106567F; Thu, 7 Aug 2008 22:55:34 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 96AE08FC13; Thu, 7 Aug 2008 22:55:34 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m77MtY59033897; Thu, 7 Aug 2008 22:55:34 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m77MtYko033895; Thu, 7 Aug 2008 22:55:34 GMT (envelope-from miwi) Message-Id: <200808072255.m77MtYko033895@repoman.freebsd.org> From: Martin Wilke Date: Thu, 7 Aug 2008 22:55:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/rubygem-warbler Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2008 22:55:34 -0000 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 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)