svn commit: r369981 - in head/www: . rubygem-rails_autolink
Johannes Jost Meixner
xmj at FreeBSD.org
Sat Oct 4 17:18:36 UTC 2014
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 <xmj at chaot.net>
+# $FreeBSD$
+
+PORTNAME= rails_autolink
+PORTVERSION= 1.1.6
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby at 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>
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
More information about the svn-ports-all
mailing list