From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 17:18:36 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 94F91B52; Sat, 4 Oct 2014 17:18:36 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 75F22C49; Sat, 4 Oct 2014 17:18:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s94HIaFu062721; Sat, 4 Oct 2014 17:18:36 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94HIZHq062717; Sat, 4 Oct 2014 17:18:35 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201410041718.s94HIZHq062717@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Sat, 4 Oct 2014 17:18:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369981 - in head/www: . rubygem-rails_autolink X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 17:18:36 -0000 Author: xmj Date: Sat Oct 4 17:18:35 2014 New Revision: 369981 URL: https://svnweb.freebsd.org/changeset/ports/369981 QAT: https://qat.redports.org/buildarchive/r369981/ Log: www/rubygem-rails_autolink: create port This is an extraction of the 'auto_link' method from rails. The 'auto_link' method was removed from Rails in version Rails 3.1. This gem is meant to bridge the gap for people migrating. WWW: https://github.com/tenderlove/rails_autolink (DiffRev: placeholder) Differential Revision: https://reviews.freebsd.org/D893 Approved by: swills (mentor) Added: head/www/rubygem-rails_autolink/ head/www/rubygem-rails_autolink/Makefile (contents, props changed) head/www/rubygem-rails_autolink/distinfo (contents, props changed) head/www/rubygem-rails_autolink/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Oct 4 17:11:50 2014 (r369980) +++ head/www/Makefile Sat Oct 4 17:18:35 2014 (r369981) @@ -1848,6 +1848,7 @@ SUBDIR += rubygem-rack15 SUBDIR += rubygem-rails SUBDIR += rubygem-rails4 + SUBDIR += rubygem-rails_autolink SUBDIR += rubygem-railties SUBDIR += rubygem-railties4 SUBDIR += rubygem-raindrops Added: head/www/rubygem-rails_autolink/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-rails_autolink/Makefile Sat Oct 4 17:18:35 2014 (r369981) @@ -0,0 +1,21 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= rails_autolink +PORTVERSION= 1.1.6 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Extraction of the auto_link method from rails, removed in 3.1 + +LICENSE= MIT + +RUN_DEPENDS= rubygem-rails4>=${PORTVERSION}:${PORTSDIR}/www/rubygem-rails4 + +USE_RUBY= yes +USE_RAKE= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/www/rubygem-rails_autolink/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-rails_autolink/distinfo Sat Oct 4 17:18:35 2014 (r369981) @@ -0,0 +1,2 @@ +SHA256 (rubygem/rails_autolink-1.1.6.gem) = 384c17bee71ca5dc44f49401762f91abb6bc356dd564f380713fc974d2c25671 +SIZE (rubygem/rails_autolink-1.1.6.gem) = 13312 Added: head/www/rubygem-rails_autolink/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-rails_autolink/pkg-descr Sat Oct 4 17:18:35 2014 (r369981) @@ -0,0 +1,5 @@ +This is an extraction of the 'auto_link' method from rails. The 'auto_link' +method was removed from Rails in version Rails 3.1. This gem is meant to bridge +the gap for people migrating. + +WWW: https://github.com/tenderlove/rails_autolink