From owner-svn-ports-head@FreeBSD.ORG Thu Oct 24 15:16:11 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A18E069D; Thu, 24 Oct 2013 15:16:11 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 74BC424D4; Thu, 24 Oct 2013 15:16:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9OFGBaH017680; Thu, 24 Oct 2013 15:16:11 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9OFGAqx017673; Thu, 24 Oct 2013 15:16:10 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201310241516.r9OFGAqx017673@svn.freebsd.org> From: Steve Wills Date: Thu, 24 Oct 2013 15:16:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331495 - in head/www: . rubygem-turbolinks X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 15:16:11 -0000 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 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 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