diff options
author | swills <swills@FreeBSD.org> | 2013-10-21 22:24:28 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-10-21 22:24:28 +0800 |
commit | b8ef8ee11d3792ca9fbba85ba804e0683852fcdb (patch) | |
tree | dc347cfa3bdea10b32b5a0b5a2e5bab8c660f024 /www | |
parent | 5fa49fbac35966faeb2c5500307040a639e0165a (diff) | |
download | freebsd-ports-gnome-b8ef8ee11d3792ca9fbba85ba804e0683852fcdb.tar.gz freebsd-ports-gnome-b8ef8ee11d3792ca9fbba85ba804e0683852fcdb.tar.zst freebsd-ports-gnome-b8ef8ee11d3792ca9fbba85ba804e0683852fcdb.zip |
Raphael JS as a Rubygem for use in the Rails asset pipeline
WWW: https://github.com/mockdeep/raphael-rails
PR: ports/182727
Submitted by: Loic Blot <loic.blot@unix-experience.fr>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/rubygem-raphael-rails/Makefile | 17 | ||||
-rw-r--r-- | www/rubygem-raphael-rails/distinfo | 2 | ||||
-rw-r--r-- | www/rubygem-raphael-rails/pkg-descr | 3 |
4 files changed, 23 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 6338ac13d8c5..6f41489703b9 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1808,6 +1808,7 @@ SUBDIR += rubygem-railties SUBDIR += rubygem-raindrops SUBDIR += rubygem-ramaze + SUBDIR += rubygem-raphael-rails SUBDIR += rubygem-redcloth SUBDIR += rubygem-redmine_acts_as_taggable_on SUBDIR += rubygem-rest-client diff --git a/www/rubygem-raphael-rails/Makefile b/www/rubygem-raphael-rails/Makefile new file mode 100644 index 000000000000..e77f841fdad1 --- /dev/null +++ b/www/rubygem-raphael-rails/Makefile @@ -0,0 +1,17 @@ +# $FreeBSDd$ + +PORTNAME= raphael-rails +PORTVERSION= 2.1.2 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Raphael JS as a Rubygem for use in the Rails asset pipeline + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include <bsd.port.mk> diff --git a/www/rubygem-raphael-rails/distinfo b/www/rubygem-raphael-rails/distinfo new file mode 100644 index 000000000000..8acfed29e162 --- /dev/null +++ b/www/rubygem-raphael-rails/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/raphael-rails-2.1.2.gem) = 6c89daf65f82621f7ff59948db1db0ca2f41422ceadf905ba18a58b7ab57516a +SIZE (rubygem/raphael-rails-2.1.2.gem) = 193536 diff --git a/www/rubygem-raphael-rails/pkg-descr b/www/rubygem-raphael-rails/pkg-descr new file mode 100644 index 000000000000..23eac9ebaaab --- /dev/null +++ b/www/rubygem-raphael-rails/pkg-descr @@ -0,0 +1,3 @@ +Raphael JS as a Rubygem for use in the Rails asset pipeline + +WWW: https://github.com/mockdeep/raphael-rails |