1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

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)
This commit is contained in:
Johannes Jost Meixner 2014-10-04 17:18:35 +00:00
parent e853443263
commit 93bd9a096e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369981
4 changed files with 29 additions and 0 deletions

View File

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

View File

@ -0,0 +1,21 @@
# Created by: Johannes Meixner <xmj@chaot.net>
# $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 <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/rails_autolink-1.1.6.gem) = 384c17bee71ca5dc44f49401762f91abb6bc356dd564f380713fc974d2c25671
SIZE (rubygem/rails_autolink-1.1.6.gem) = 13312

View File

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