diff options
author | xmj <xmj@FreeBSD.org> | 2014-09-28 00:38:37 +0800 |
---|---|---|
committer | xmj <xmj@FreeBSD.org> | 2014-09-28 00:38:37 +0800 |
commit | 56be746ae4cabb8f94dab86f64efd69714a5c65b (patch) | |
tree | 5601956db98d6ec3eff7f06f3a1f00f00bcbc87c | |
parent | cd610443dc4d37b4cd9f7e41cf8f449495828d99 (diff) | |
download | freebsd-ports-gnome-56be746ae4cabb8f94dab86f64efd69714a5c65b.tar.gz freebsd-ports-gnome-56be746ae4cabb8f94dab86f64efd69714a5c65b.tar.zst freebsd-ports-gnome-56be746ae4cabb8f94dab86f64efd69714a5c65b.zip |
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)
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/rubygem-ace-rails-ap/Makefile | 19 | ||||
-rw-r--r-- | www/rubygem-ace-rails-ap/distinfo | 2 | ||||
-rw-r--r-- | www/rubygem-ace-rails-ap/pkg-descr | 3 |
4 files changed, 25 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index c99e1e9a1a74..c960eb4a3d90 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 diff --git a/www/rubygem-ace-rails-ap/Makefile b/www/rubygem-ace-rails-ap/Makefile new file mode 100644 index 000000000000..e1f2b8c61a0b --- /dev/null +++ b/www/rubygem-ace-rails-ap/Makefile @@ -0,0 +1,19 @@ +# Created by: Johannes Meixner <xmj@chaot.net> +# $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 <bsd.port.mk> diff --git a/www/rubygem-ace-rails-ap/distinfo b/www/rubygem-ace-rails-ap/distinfo new file mode 100644 index 000000000000..a6007db12609 --- /dev/null +++ b/www/rubygem-ace-rails-ap/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/ace-rails-ap-2.0.1.gem) = 7bfbec4e8f7c7b6d2733fada398253f885ee48acd08201126a47a636b3085620 +SIZE (rubygem/ace-rails-ap-2.0.1.gem) = 1380864 diff --git a/www/rubygem-ace-rails-ap/pkg-descr b/www/rubygem-ace-rails-ap/pkg-descr new file mode 100644 index 000000000000..5150f4ddc739 --- /dev/null +++ b/www/rubygem-ace-rails-ap/pkg-descr @@ -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 |