aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2015-08-06 23:34:55 +0800
committerswills <swills@FreeBSD.org>2015-08-06 23:34:55 +0800
commit26aefa4b8259cd91e40c55fc5f4b3031ffcdbbee (patch)
tree6ccf8e06598fce1832b42b199be93bd2b8774d0e /www
parentc5ac97f2b924385c36ae46ace7feaed65a23b5b0 (diff)
downloadfreebsd-ports-gnome-26aefa4b8259cd91e40c55fc5f4b3031ffcdbbee.tar.gz
freebsd-ports-gnome-26aefa4b8259cd91e40c55fc5f4b3031ffcdbbee.tar.zst
freebsd-ports-gnome-26aefa4b8259cd91e40c55fc5f4b3031ffcdbbee.zip
www/rubygem-railties41: create port
Add rails 4.1 version of railties PR: 201829 Submitted by: Torsten Zühlsdorff <ports@toco-domains.de>
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/rubygem-railties41/Makefile28
-rw-r--r--www/rubygem-railties41/distinfo2
-rw-r--r--www/rubygem-railties41/pkg-descr3
4 files changed, 34 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index ac9332783e4a..6cfdc9d60a7f 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1938,6 +1938,7 @@
SUBDIR += rubygem-rails_autolink
SUBDIR += rubygem-railties
SUBDIR += rubygem-railties4
+ SUBDIR += rubygem-railties41
SUBDIR += rubygem-raindrops
SUBDIR += rubygem-ramaze
SUBDIR += rubygem-raphael-rails
diff --git a/www/rubygem-railties41/Makefile b/www/rubygem-railties41/Makefile
new file mode 100644
index 000000000000..93b55e35fbee
--- /dev/null
+++ b/www/rubygem-railties41/Makefile
@@ -0,0 +1,28 @@
+# Created by: Torsten Zühlsdorff
+# $FreeBSD$
+
+PORTNAME= railties
+PORTVERSION= 4.1.12
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 41
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Rails internals bootup, plugins, generators, and rake tasks
+
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-actionpack41>=${PORTVERSION}:${PORTSDIR}/www/rubygem-actionpack41 \
+ rubygem-activesupport41>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport41 \
+ rubygem-thor>=0.18.1:${PORTSDIR}/devel/rubygem-thor
+
+USE_RUBY= yes
+USE_RAKE= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+PLIST_FILES= bin/rails
+
+PORTSCOUT= limit:^4\.1
+
+.include <bsd.port.mk>
diff --git a/www/rubygem-railties41/distinfo b/www/rubygem-railties41/distinfo
new file mode 100644
index 000000000000..9d3d0550e130
--- /dev/null
+++ b/www/rubygem-railties41/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/railties-4.1.12.gem) = 9844c6ba6c4d2c2460d5763b4a00e82e759c63f4d58c1d7e9471dc685a7e266c
+SIZE (rubygem/railties-4.1.12.gem) = 124928
diff --git a/www/rubygem-railties41/pkg-descr b/www/rubygem-railties41/pkg-descr
new file mode 100644
index 000000000000..f87d70493ae8
--- /dev/null
+++ b/www/rubygem-railties41/pkg-descr
@@ -0,0 +1,3 @@
+Rails internals: application bootup, plugins, generators, and rake tasks.
+
+WWW: http://www.rubyonrails.org