summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2013-10-20 16:07:22 +0000
committerSteve Wills <swills@FreeBSD.org>2013-10-20 16:07:22 +0000
commit0cabc679a94ac3684d7b5f3143d4a484d7f2827c (patch)
tree5df2541700a62af9cda3f8ce1d62aa27eb7181b1 /www
parentEmoji assets (diff)
If you need to send some data to your js files and you don't want to do this
with long way trough views and parsing - use this force! WWW: https://github.com/gazay/gon PR: ports/182678 Submitted by: Loic Blot <loic.blot@unix-experience.fr>
Notes
Notes: svn path=/head/; revision=331033
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/rubygem-gon/Makefile20
-rw-r--r--www/rubygem-gon/distinfo2
-rw-r--r--www/rubygem-gon/pkg-descr4
4 files changed, 27 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index e2063f7999d0..5b7ec6651168 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1758,6 +1758,7 @@
SUBDIR += rubygem-feed-normalizer
SUBDIR += rubygem-feedzirra
SUBDIR += rubygem-geminabox
+ SUBDIR += rubygem-gon
SUBDIR += rubygem-haml
SUBDIR += rubygem-haml-coderay
SUBDIR += rubygem-hpricot
diff --git a/www/rubygem-gon/Makefile b/www/rubygem-gon/Makefile
new file mode 100644
index 000000000000..afba4bb77a77
--- /dev/null
+++ b/www/rubygem-gon/Makefile
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME= gon
+PORTVERSION= 4.1.1
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Framework to pass data to JS easily
+
+RUN_DEPENDS= rubygem-actionpack>=0:${PORTSDIR}/www/rubygem-actionpack \
+ rubygem-json>=0:${PORTSDIR}/devel/rubygem-json
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+NO_STAGE= yes
+
+.include <bsd.port.mk>
diff --git a/www/rubygem-gon/distinfo b/www/rubygem-gon/distinfo
new file mode 100644
index 000000000000..73724a54bf18
--- /dev/null
+++ b/www/rubygem-gon/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/gon-4.1.1.gem) = c064b5158c2ff58e46d8975ced0db40de2ae6d1e2a1d613798fb24cb8d274f8c
+SIZE (rubygem/gon-4.1.1.gem) = 152064
diff --git a/www/rubygem-gon/pkg-descr b/www/rubygem-gon/pkg-descr
new file mode 100644
index 000000000000..4b875fedb583
--- /dev/null
+++ b/www/rubygem-gon/pkg-descr
@@ -0,0 +1,4 @@
+If you need to send some data to your js files and you don't want to do this
+with long way trough views and parsing - use this force!
+
+WWW: https://github.com/gazay/gon