Date: Wed, 18 Sep 2024 06:27:41 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 292169844399 - main - www/rubygem-rails70: Add LICENSE_FILE Message-ID: <202409180627.48I6RfGJ066688@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2921698443990f48e0ccc2e71b6b56837efc40c4 commit 2921698443990f48e0ccc2e71b6b56837efc40c4 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-18 06:05:27 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-18 06:15:10 +0000 www/rubygem-rails70: Add LICENSE_FILE - Update pkg-descr --- www/rubygem-rails70/Makefile | 1 + www/rubygem-rails70/pkg-descr | 23 ++++++++++++++--------- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/www/rubygem-rails70/Makefile b/www/rubygem-rails70/Makefile index 594715c71fc0..74350ef0b3b5 100644 --- a/www/rubygem-rails70/Makefile +++ b/www/rubygem-rails70/Makefile @@ -10,6 +10,7 @@ WWW= https://rubyonrails.org/ \ https://github.com/rails/rails LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-actioncable70>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actioncable70 \ rubygem-actionmailbox70>=${PORTVERSION}<${PORTVERSION}_99:mail/rubygem-actionmailbox70 \ diff --git a/www/rubygem-rails70/pkg-descr b/www/rubygem-rails70/pkg-descr index bf06b8d93825..5936b0adc42e 100644 --- a/www/rubygem-rails70/pkg-descr +++ b/www/rubygem-rails70/pkg-descr @@ -7,12 +7,17 @@ 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. +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 +- Active Support, a collection of utility classes and standard library + extensions that are useful for Rails, and may also be used independently + outside Rails
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409180627.48I6RfGJ066688>