Date: Thu, 24 Oct 2013 15:16:10 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331495 - in head/www: . rubygem-turbolinks Message-ID: <201310241516.r9OFGAqx017673@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Thu Oct 24 15:16:10 2013 New Revision: 331495 URL: http://svnweb.freebsd.org/changeset/ports/331495 Log: Turbolinks makes following links in your web application faster (use with Rails Asset Pipeline) WWW: https://rubygems.org/gems/turbolinks PR: ports/182731 Submitted by: Loic Blot <loic.blot@unix-experience.fr> Added: head/www/rubygem-turbolinks/ head/www/rubygem-turbolinks/Makefile (contents, props changed) head/www/rubygem-turbolinks/distinfo (contents, props changed) head/www/rubygem-turbolinks/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Oct 24 15:11:40 2013 (r331494) +++ head/www/Makefile Thu Oct 24 15:16:10 2013 (r331495) @@ -1827,6 +1827,7 @@ SUBDIR += rubygem-thin SUBDIR += rubygem-tinyatom SUBDIR += rubygem-tinymce-rails + SUBDIR += rubygem-turbolinks SUBDIR += rubygem-typhoeus SUBDIR += rubygem-uglifier SUBDIR += rubygem-underscore-rails Added: head/www/rubygem-turbolinks/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-turbolinks/Makefile Thu Oct 24 15:16:10 2013 (r331495) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= turbolinks +PORTVERSION= 1.3.0 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Turbolinks makes following links in your web application faster + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +RUN_DEPENDS= rubygem-coffee-rails>=0:${PORTSDIR}/devel/rubygem-coffee-rails + +NO_STAGE= yes + +.include <bsd.port.mk> Added: head/www/rubygem-turbolinks/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-turbolinks/distinfo Thu Oct 24 15:16:10 2013 (r331495) @@ -0,0 +1,2 @@ +SHA256 (rubygem/turbolinks-1.3.0.gem) = 40760fc5dad7662bca5c0d3abf44610dcb2b6ff29c5d49ac3d47e57357b85e24 +SIZE (rubygem/turbolinks-1.3.0.gem) = 15360 Added: head/www/rubygem-turbolinks/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-turbolinks/pkg-descr Thu Oct 24 15:16:10 2013 (r331495) @@ -0,0 +1,4 @@ +Turbolinks makes following links in your web application faster (use with Rails +Asset Pipeline) + +WWW: https://rubygems.org/gems/turbolinks
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310241516.r9OFGAqx017673>