mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
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>
This commit is contained in:
parent
2e034c6300
commit
0cabc679a9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331033
@ -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
|
||||
|
20
www/rubygem-gon/Makefile
Normal file
20
www/rubygem-gon/Makefile
Normal file
@ -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>
|
2
www/rubygem-gon/distinfo
Normal file
2
www/rubygem-gon/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/gon-4.1.1.gem) = c064b5158c2ff58e46d8975ced0db40de2ae6d1e2a1d613798fb24cb8d274f8c
|
||||
SIZE (rubygem/gon-4.1.1.gem) = 152064
|
4
www/rubygem-gon/pkg-descr
Normal file
4
www/rubygem-gon/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user