svn commit: r369403 - in head/www: . rubygem-ace-rails-ap

Johannes Jost Meixner xmj at FreeBSD.org
Sat Sep 27 16:38:39 UTC 2014


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 <xmj at chaot.net>
+# $FreeBSD$
+
+PORTNAME=	ace-rails-ap
+PORTVERSION=	2.0.1
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at 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 <bsd.port.mk>

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


More information about the svn-ports-head mailing list