git: e7daec24efc5 - main - www/rubygem-rails70: Add rubygem-rails70 7.0.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jan 2022 18:52:53 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e7daec24efc555e0c604d0f2b39c95c6360e2bd6 commit e7daec24efc555e0c604d0f2b39c95c6360e2bd6 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-01-11 16:57:21 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-01-11 18:43:54 +0000 www/rubygem-rails70: Add rubygem-rails70 7.0.0 Rails is a web-application framework that includes everything needed to create database-backed web applications according to the Model-View-Controller (MVC) pattern. Understanding the MVC pattern is key to understanding Rails. MVC divides your application into three layers: Model, View, and Controller, each with a specific responsibility. Active Record, Active Model, Action Pack, and Action View can each be used independently outside Rails. In addition to that, Rails also comes with Action Mailer, a library to generate and send emails; Action Mailbox, a library to receive emails within a Rails application; Active Job, a framework for declaring jobs and making them run on a variety of queuing backends; Action Cable, a framework to integrate WebSockets with a Rails application; Active Storage, a library to attach cloud and local files to Rails applications; Action Text, a library to handle rich text content; and Active Support, a collection of utility classes and standard library extensions that are useful for Rails, and may also be used independently outside Rails. WWW: https://rubyonrails.org/ WWW: https://github.com/rails/rails --- www/Makefile | 1 + www/rubygem-rails70/Makefile | 66 +++++++++++++++++++++++++++++++++++++++++++ www/rubygem-rails70/distinfo | 3 ++ www/rubygem-rails70/pkg-descr | 21 ++++++++++++++ 4 files changed, 91 insertions(+) diff --git a/www/Makefile b/www/Makefile index be4ac93c396f..7643cd3914c6 100644 --- a/www/Makefile +++ b/www/Makefile @@ -2071,6 +2071,7 @@ SUBDIR += rubygem-rails60 SUBDIR += rubygem-rails61 SUBDIR += rubygem-rails61-node16 + SUBDIR += rubygem-rails70 SUBDIR += rubygem-rails_12factor SUBDIR += rubygem-rails_autolink SUBDIR += rubygem-rails_serve_static_assets diff --git a/www/rubygem-rails70/Makefile b/www/rubygem-rails70/Makefile new file mode 100644 index 000000000000..0cd13ed088d1 --- /dev/null +++ b/www/rubygem-rails70/Makefile @@ -0,0 +1,66 @@ +PORTNAME= rails +PORTVERSION= 7.0.0 +CATEGORIES= www rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 70 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Full-stack web application framework + +LICENSE= MIT + +RUN_DEPENDS= rubygem-actioncable70>=${PORTVERSION}:www/rubygem-actioncable70 \ + rubygem-actionmailbox70>=${PORTVERSION}:mail/rubygem-actionmailbox70 \ + rubygem-actionmailer70>=${PORTVERSION}:mail/rubygem-actionmailer70 \ + rubygem-actionpack70>=${PORTVERSION}:www/rubygem-actionpack70 \ + rubygem-actiontext70>=${PORTVERSION}:textproc/rubygem-actiontext70 \ + rubygem-actionview70>=${PORTVERSION}:devel/rubygem-actionview70 \ + rubygem-activejob70>=${PORTVERSION}:devel/rubygem-activejob70 \ + rubygem-activemodel70>=${PORTVERSION}:databases/rubygem-activemodel70 \ + rubygem-activerecord70>=${PORTVERSION}:databases/rubygem-activerecord70 \ + rubygem-activestorage70>=${PORTVERSION}:net/rubygem-activestorage70 \ + rubygem-activesupport70>=${PORTVERSION}:devel/rubygem-activesupport70 \ + rubygem-bundler>=1.15.0:sysutils/rubygem-bundler \ + rubygem-railties70>=${PORTVERSION}:www/rubygem-railties70 \ + rubygem-bootsnap>=1.4.4:devel/rubygem-bootsnap \ + rubygem-capybara>=3.26:devel/rubygem-capybara \ + rubygem-connection_pool>=0:net/rubygem-connection_pool \ + rubygem-cssbundling-rails>=0:www/rubygem-cssbundling-rails \ + rubygem-dalli>=3.0.1:databases/rubygem-dalli \ + rubygem-image_processing>=1.2<2:graphics/rubygem-image_processing \ + rubygem-importmap-rails>=0:www/rubygem-importmap-rails \ + rubygem-jsbundling-rails>=0:www/rubygem-jsbundling-rails \ + rubygem-json>=2.0.0:devel/rubygem-json \ + rubygem-libxml-ruby>=0:textproc/rubygem-libxml-ruby \ + rubygem-listen>=3.3<4:devel/rubygem-listen \ + rubygem-minitest>=5.15.0:devel/rubygem-minitest \ + rubygem-nokogiri>=1.8.1:textproc/rubygem-nokogiri \ + rubygem-propshaft>=0.1.7:www/rubygem-propshaft \ + rubygem-puma>=0:www/rubygem-puma \ + rubygem-que>=0:devel/rubygem-que \ + rubygem-rack-cache>=1.2<2:www/rubygem-rack-cache \ + rubygem-rake>=11.1:devel/rubygem-rake \ + rubygem-redis-namespace>=0:databases/rubygem-redis-namespace \ + rubygem-rexml>=0:textproc/rubygem-rexml \ + rubygem-selenium-webdriver>=4.0.0:www/rubygem-selenium-webdriver \ + rubygem-sprockets-rails-rails70>=2.0.0:devel/rubygem-sprockets-rails-rails70 \ + rubygem-sqlite3>=1.4<2:databases/rubygem-sqlite3 \ + rubygem-stimulus-rails>=0:www/rubygem-stimulus-rails \ + rubygem-sucker_punch>=0:devel/rubygem-sucker_punch \ + rubygem-tailwindcss-rails>=0:www/rubygem-tailwindcss-rails \ + rubygem-turbo-rails>=0:www/rubygem-turbo-rails \ + rubygem-webdrivers>=0:www/rubygem-webdrivers \ + rubygem-webmock>=0:www/rubygem-webmock \ + rubygem-webrick>=0:www/rubygem-webrick + +USES= cpe gem +USE_RUBY= yes + +NO_ARCH= yes + +CPE_VENDOR= rubyonrails +CPE_PRODUCT= ruby_on_rails + +PORTSCOUT= limit:^7\.0\. + +.include <bsd.port.mk> diff --git a/www/rubygem-rails70/distinfo b/www/rubygem-rails70/distinfo new file mode 100644 index 000000000000..87b45e3f806b --- /dev/null +++ b/www/rubygem-rails70/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1641045776 +SHA256 (rubygem/rails-7.0.0.gem) = 1bf449e7b3e41218e5aa31e0dbf771d1a777914dd2c8861738c8a6affdcc3d5e +SIZE (rubygem/rails-7.0.0.gem) = 6656 diff --git a/www/rubygem-rails70/pkg-descr b/www/rubygem-rails70/pkg-descr new file mode 100644 index 000000000000..3d9240b546f5 --- /dev/null +++ b/www/rubygem-rails70/pkg-descr @@ -0,0 +1,21 @@ +Rails is a web-application framework that includes everything needed to create +database-backed web applications according to the Model-View-Controller (MVC) +pattern. + +Understanding the MVC pattern is key to understanding Rails. MVC divides your +application into three layers: Model, View, and Controller, each with a specific +responsibility. + +Active Record, Active Model, Action Pack, and Action View can each be used +independently outside Rails. In addition to that, Rails also comes with Action +Mailer, a library to generate and send emails; Action Mailbox, a library to +receive emails within a Rails application; Active Job, a framework for declaring +jobs and making them run on a variety of queuing backends; Action Cable, a +framework to integrate WebSockets with a Rails application; Active Storage, a +library to attach cloud and local files to Rails applications; Action Text, a +library to handle rich text content; and Active Support, a collection of utility +classes and standard library extensions that are useful for Rails, and may also +be used independently outside Rails. + +WWW: https://rubyonrails.org/ +WWW: https://github.com/rails/rails