summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2013-10-21 14:24:28 +0000
committerSteve Wills <swills@FreeBSD.org>2013-10-21 14:24:28 +0000
commit1e6e8623250ea21d92df70fd9f77f74a01bbc1a4 (patch)
treedc347cfa3bdea10b32b5a0b5a2e5bab8c660f024 /www
parent- Convert to staging (diff)
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>
Notes
Notes: svn path=/head/; revision=331143
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/rubygem-raphael-rails/Makefile17
-rw-r--r--www/rubygem-raphael-rails/distinfo2
-rw-r--r--www/rubygem-raphael-rails/pkg-descr3
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