From owner-svn-ports-head@FreeBSD.ORG Sat Sep 27 16:38:39 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BD13E46C; Sat, 27 Sep 2014 16:38:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E14E1F3; Sat, 27 Sep 2014 16:38:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8RGcdCV048706; Sat, 27 Sep 2014 16:38:39 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8RGccAl048702; Sat, 27 Sep 2014 16:38:38 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201409271638.s8RGccAl048702@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Sat, 27 Sep 2014 16:38:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369403 - in head/www: . rubygem-ace-rails-ap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Sep 2014 16:38:39 -0000 Author: xmj Date: Sat Sep 27 16:38:37 2014 New Revision: 369403 URL: http://svnweb.freebsd.org/changeset/ports/369403 QAT: https://qat.redports.org/buildarchive/r369403/ Log: www/rubygem-ace-rails-ap: create port The Ajax.org Cloud9 Editor (Ace) for the Rails 3.1+ asset pipeline. WWW: https://github.com/codykrieger/ace-rails-ap Differential Revision: https://reviews.freebsd.org/D861 Approved by: swills (mentor) Added: head/www/rubygem-ace-rails-ap/ head/www/rubygem-ace-rails-ap/Makefile (contents, props changed) head/www/rubygem-ace-rails-ap/distinfo (contents, props changed) head/www/rubygem-ace-rails-ap/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Sep 27 16:17:08 2014 (r369402) +++ head/www/Makefile Sat Sep 27 16:38:37 2014 (r369403) @@ -1731,6 +1731,7 @@ SUBDIR += ruby-aws SUBDIR += ruby-google SUBDIR += ruby-wgettsv + SUBDIR += rubygem-ace-rails-ap SUBDIR += rubygem-actionpack SUBDIR += rubygem-actionpack4 SUBDIR += rubygem-activeresource Added: head/www/rubygem-ace-rails-ap/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-ace-rails-ap/Makefile Sat Sep 27 16:38:37 2014 (r369403) @@ -0,0 +1,19 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= ace-rails-ap +PORTVERSION= 2.0.1 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Ajax.org Cloud9 Editor (Ace) for the Rails 3.1 asset pipeline + +LICENSE= MIT + +USE_RUBY= yes +USE_RAKE= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/www/rubygem-ace-rails-ap/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-ace-rails-ap/distinfo Sat Sep 27 16:38:37 2014 (r369403) @@ -0,0 +1,2 @@ +SHA256 (rubygem/ace-rails-ap-2.0.1.gem) = 7bfbec4e8f7c7b6d2733fada398253f885ee48acd08201126a47a636b3085620 +SIZE (rubygem/ace-rails-ap-2.0.1.gem) = 1380864 Added: head/www/rubygem-ace-rails-ap/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-ace-rails-ap/pkg-descr Sat Sep 27 16:38:37 2014 (r369403) @@ -0,0 +1,3 @@ +The Ajax.org Cloud9 Editor (Ace) for the Rails 3.1+ asset pipeline. + +WWW: https://github.com/codykrieger/ace-rails-ap