mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
www/rubygem-rails5: Create new port for version 5 of Ruby on Rails
Along with the new rails version 5 port, some rails5 dependencies had to be created to avoid conflicts. New ports added: devel/rubygem-coffee-rails-rails5, textproc/rubygem-sass-rails-rails5 www/rubygem-jquery-rails-rails5 www/rubygem-rails5 www/rubygem-turbolinks-rails5 Reviewed by: mat Approved by: swills (mentor, implicit)
This commit is contained in:
parent
325add2576
commit
f95f929cde
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439469
@ -5192,6 +5192,7 @@
|
||||
SUBDIR += rubygem-cloudfiles
|
||||
SUBDIR += rubygem-cocaine
|
||||
SUBDIR += rubygem-coercible
|
||||
SUBDIR += rubygem-coffee-rails-rails5
|
||||
SUBDIR += rubygem-coffee-rails4
|
||||
SUBDIR += rubygem-coffee-rails41
|
||||
SUBDIR += rubygem-coffee-script
|
||||
|
23
devel/rubygem-coffee-rails-rails5/Makefile
Normal file
23
devel/rubygem-coffee-rails-rails5/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# Created by: Johannes Meixner <johannes@perceivon.net>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= coffee-rails
|
||||
PORTVERSION= 4.2.1
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -rails5
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Coffee Script adapter for the Rails asset pipeline
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-coffee-script>=2.2.0:devel/rubygem-coffee-script \
|
||||
rubygem-railties5>=5.0.0:www/rubygem-railties5
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-coffee-rails-rails5/distinfo
Normal file
3
devel/rubygem-coffee-rails-rails5/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1483218814
|
||||
SHA256 (rubygem/coffee-rails-4.2.1.gem) = 9173409e75d6b805749685a1466065cedd0fd6cdffebdeeb060610a500c40825
|
||||
SIZE (rubygem/coffee-rails-4.2.1.gem) = 7168
|
3
devel/rubygem-coffee-rails-rails5/pkg-descr
Normal file
3
devel/rubygem-coffee-rails-rails5/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Coffee Script adapter for the Rails asset pipeline.
|
||||
|
||||
WWW: https://github.com/rails/coffee-rails
|
@ -1543,6 +1543,7 @@
|
||||
SUBDIR += rubygem-rugments
|
||||
SUBDIR += rubygem-sanitize
|
||||
SUBDIR += rubygem-sass
|
||||
SUBDIR += rubygem-sass-rails-rails5
|
||||
SUBDIR += rubygem-sass-rails5
|
||||
SUBDIR += rubygem-sass32
|
||||
SUBDIR += rubygem-sax-machine
|
||||
|
26
textproc/rubygem-sass-rails-rails5/Makefile
Normal file
26
textproc/rubygem-sass-rails-rails5/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# Created by: Johannes Jost Meixner <xmj@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sass-rails
|
||||
PORTVERSION= 5.0.6
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -rails5
|
||||
|
||||
MAINTAINER= jrm@FreeBSD.org
|
||||
COMMENT= Sass adapter for the Rails asset pipeline
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-railties5>=5.0.0:www/rubygem-railties5 \
|
||||
rubygem-sass>=3.1:textproc/rubygem-sass \
|
||||
rubygem-sprockets3>=3.0.3:devel/rubygem-sprockets3 \
|
||||
rubygem-sprockets-rails>=2.0:devel/rubygem-sprockets-rails \
|
||||
rubygem-tilt>=1.1:devel/rubygem-tilt
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/rubygem-sass-rails-rails5/distinfo
Normal file
3
textproc/rubygem-sass-rails-rails5/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1483217698
|
||||
SHA256 (rubygem/sass-rails-5.0.6.gem) = 8bb5d9ed4e83c7e1ad2b518daf13a266b995c40a5ac74bc2673633b420105146
|
||||
SIZE (rubygem/sass-rails-5.0.6.gem) = 10752
|
3
textproc/rubygem-sass-rails-rails5/pkg-descr
Normal file
3
textproc/rubygem-sass-rails-rails5/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Sass adapter for the Rails asset pipeline.
|
||||
|
||||
WWW: https://github.com/rails/sass-rails
|
@ -2000,6 +2000,7 @@
|
||||
SUBDIR += rubygem-journey
|
||||
SUBDIR += rubygem-jquery-atwho-rails
|
||||
SUBDIR += rubygem-jquery-rails
|
||||
SUBDIR += rubygem-jquery-rails-rails5
|
||||
SUBDIR += rubygem-jquery-scrollto-rails
|
||||
SUBDIR += rubygem-jquery-turbolinks
|
||||
SUBDIR += rubygem-jquery-ui-rails-rails4
|
||||
@ -2061,6 +2062,7 @@
|
||||
SUBDIR += rubygem-rack15
|
||||
SUBDIR += rubygem-rack16
|
||||
SUBDIR += rubygem-rails4
|
||||
SUBDIR += rubygem-rails5
|
||||
SUBDIR += rubygem-rails_12factor
|
||||
SUBDIR += rubygem-rails_autolink
|
||||
SUBDIR += rubygem-rails_serve_static_assets
|
||||
@ -2110,6 +2112,7 @@
|
||||
SUBDIR += rubygem-tumblr_client
|
||||
SUBDIR += rubygem-turbolinks
|
||||
SUBDIR += rubygem-turbolinks-classic
|
||||
SUBDIR += rubygem-turbolinks-rails5
|
||||
SUBDIR += rubygem-turbolinks-source
|
||||
SUBDIR += rubygem-typhoeus
|
||||
SUBDIR += rubygem-uglifier
|
||||
|
24
www/rubygem-jquery-rails-rails5/Makefile
Normal file
24
www/rubygem-jquery-rails-rails5/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# Created by: Jason Helfman <jgh@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jquery-rails
|
||||
PORTVERSION= 4.3.1
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -rails5
|
||||
|
||||
MAINTAINER= jrm@FreeBSD.org
|
||||
COMMENT= Provides a Rails generator for jQuery
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-rails-dom-testing>=1.0:textproc/rubygem-rails-dom-testing \
|
||||
rubygem-railties5>=4.2.0:www/rubygem-railties5 \
|
||||
rubygem-thor>=0.14:devel/rubygem-thor
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/rubygem-jquery-rails-rails5/distinfo
Normal file
3
www/rubygem-jquery-rails-rails5/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1490305874
|
||||
SHA256 (rubygem/jquery-rails-4.3.1.gem) = 711e4ed2e04b678f6b62537d0ea32d77211304e7bfad99a97089b0cef739310a
|
||||
SIZE (rubygem/jquery-rails-4.3.1.gem) = 517120
|
5
www/rubygem-jquery-rails-rails5/pkg-descr
Normal file
5
www/rubygem-jquery-rails-rails5/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This gem provides a Rails generator to install jQuery and the jQuery-ujs
|
||||
driver into your Rails 5 application, and then have them included
|
||||
automatically instead of Prototype.
|
||||
|
||||
WWW: https://github.com/rails/jquery-rails
|
53
www/rubygem-rails5/Makefile
Normal file
53
www/rubygem-rails5/Makefile
Normal file
@ -0,0 +1,53 @@
|
||||
# Created by: Johannes Meixner <johannes@perceivon.net>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rails
|
||||
PORTVERSION= 5.0.2
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 5
|
||||
|
||||
MAINTAINER= jrm@FreeBSD.org
|
||||
COMMENT= Full-stack web application framework
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-actioncable5>=5.0.2:www/rubygem-actioncable5 \
|
||||
rubygem-actionmailer5>=5.0.2:mail/rubygem-actionmailer5 \
|
||||
rubygem-actionpack5>=5.0.2:www/rubygem-actionpack5 \
|
||||
rubygem-actionview5>=5.0.2:devel/rubygem-actionview5 \
|
||||
rubygem-activejob5>=5.0.2:devel/rubygem-activejob5 \
|
||||
rubygem-activemodel5>=5.0.2:databases/rubygem-activemodel5 \
|
||||
rubygem-activerecord5>=5.0.2:databases/rubygem-activerecord5 \
|
||||
rubygem-activesupport5>=5.0.2:devel/rubygem-activesupport5 \
|
||||
rubygem-bundler<2.0:sysutils/rubygem-bundler \
|
||||
rubygem-railties5>=5.0.2:www/rubygem-railties5 \
|
||||
rubygem-sprockets-rails>=2.0.0:devel/rubygem-sprockets-rails \
|
||||
rubygem-byebug>=9.0.6:devel/rubygem-byebug \
|
||||
rubygem-coffee-rails-rails5>=4.2.1:devel/rubygem-coffee-rails-rails5 \
|
||||
rubygem-coffee-script-source>=1.12.2:devel/rubygem-coffee-script-source \
|
||||
rubygem-coffee-script>=2.4.1:devel/rubygem-coffee-script \
|
||||
rubygem-execjs>=2.7.0:devel/rubygem-execjs \
|
||||
rubygem-jbuilder>=2.6.3:devel/rubygem-jbuilder \
|
||||
rubygem-jquery-rails-rails5>=4.3.1:www/rubygem-jquery-rails-rails5 \
|
||||
rubygem-multi_json>=1.12.1:devel/rubygem-multi_json \
|
||||
rubygem-puma>=3.8.2:www/rubygem-puma \
|
||||
rubygem-sass-rails-rails5>=5.0.3:textproc/rubygem-sass-rails-rails5 \
|
||||
rubygem-sass>=3.4.23:textproc/rubygem-sass \
|
||||
rubygem-spring>=2.0.1:devel/rubygem-spring \
|
||||
rubygem-sqlite3>=1.3.13:databases/rubygem-sqlite3 \
|
||||
rubygem-tilt>=2.0.7:devel/rubygem-tilt \
|
||||
rubygem-turbolinks-source>=5.0.0:www/rubygem-turbolinks-source \
|
||||
rubygem-turbolinks-rails5>=5.0.1:www/rubygem-turbolinks-rails5 \
|
||||
rubygem-uglifier>=3.2.0:www/rubygem-uglifier \
|
||||
rubygem-web-console>=3.5.0:devel/rubygem-web-console \
|
||||
rubygem-bindex>=0.5.0:devel/rubygem-bindex
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
CPE_VENDOR= rubyonrails
|
||||
CPE_PRODUCT= ruby_on_rails
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/rubygem-rails5/distinfo
Normal file
3
www/rubygem-rails5/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1493211405
|
||||
SHA256 (rubygem/rails-5.0.2.gem) = 49c6c350286e2f177df5c2214f9668f0866d87411ab5a63e051e25eb64453f70
|
||||
SIZE (rubygem/rails-5.0.2.gem) = 6144
|
12
www/rubygem-rails5/pkg-descr
Normal file
12
www/rubygem-rails5/pkg-descr
Normal file
@ -0,0 +1,12 @@
|
||||
Rails is a web-application framework for the MVC pattern that includes
|
||||
both a template engine, controller framework, and object-relational
|
||||
mapping package. Everything needed to develop web-apps that can run on
|
||||
CGI, FastCGI, and mod_ruby
|
||||
|
||||
Being a full-stack framework means that all layers are built to work
|
||||
seamlessly together. That way you Don't Repeat Yourself (DRY) and you
|
||||
can use a single language from top to bottom. Everything from templates
|
||||
to control flow to business logic is written in Ruby - The language of
|
||||
love for industry heavy-weights.
|
||||
|
||||
WWW: http://rubyonrails.org/
|
22
www/rubygem-turbolinks-rails5/Makefile
Normal file
22
www/rubygem-turbolinks-rails5/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= turbolinks
|
||||
PORTVERSION= 5.0.1
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -rails5
|
||||
|
||||
MAINTAINER= jrm@FreeBSD.org
|
||||
COMMENT= Turbolinks makes following links in your web application faster
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-coffee-rails-rails5>=4.0.1:devel/rubygem-coffee-rails-rails5 \
|
||||
rubygem-turbolinks-source>=5:www/rubygem-turbolinks-source
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/rubygem-turbolinks-rails5/distinfo
Normal file
3
www/rubygem-turbolinks-rails5/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1473687218
|
||||
SHA256 (rubygem/turbolinks-5.0.1.gem) = 60e877f752e21a586c490e9263784b0e02c69498a52e12f60d9f057892977767
|
||||
SIZE (rubygem/turbolinks-5.0.1.gem) = 6144
|
4
www/rubygem-turbolinks-rails5/pkg-descr
Normal file
4
www/rubygem-turbolinks-rails5/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Turbolinks makes following links in your web application faster (use with Rails
|
||||
Asset Pipeline)
|
||||
|
||||
WWW: https://github.com/rails/turbolinks
|
Loading…
Reference in New Issue
Block a user