1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

www/rubygem-gon-rails4: copy port

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

Differential Revision:	https://reviews.freebsd.org/D866
Approved by:	swills (mentor)
This commit is contained in:
Johannes Jost Meixner 2014-09-27 17:47:31 +00:00
parent b4bd9a5127
commit 735db5dda3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369409
4 changed files with 30 additions and 0 deletions

View File

@ -1775,6 +1775,7 @@
SUBDIR += rubygem-gitlab-grack
SUBDIR += rubygem-gollum-lib
SUBDIR += rubygem-gon
SUBDIR += rubygem-gon-rails4
SUBDIR += rubygem-haml
SUBDIR += rubygem-haml-coderay
SUBDIR += rubygem-haml-contrib

View File

@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= gon
PORTVERSION= 5.2.0
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails4
MAINTAINER= ruby@FreeBSD.org
COMMENT= Framework to pass data to JS easily
LICENSE= MIT
RUN_DEPENDS= rubygem-actionpack4>=4.1.6:${PORTSDIR}/www/rubygem-actionpack4 \
rubygem-json>=0:${PORTSDIR}/devel/rubygem-json \
rubygem-multi_json>=0:${PORTSDIR}/devel/rubygem-multi_json \
rubygem-request_store>=1.0.5:${PORTSDIR}/devel/rubygem-request_store
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/gon-5.2.0.gem) = ec88be002243232b3f0e5d08242e3b5e90b340481dc460329f2dab4aa4203859
SIZE (rubygem/gon-5.2.0.gem) = 157184

View File

@ -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