Date: Thu, 2 Jan 2025 16:30:26 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: 012da6b2b748 - main - www/rubygem-railties80: Add rubygem-railties80 8.0.1 Message-ID: <202501021630.502GUQeM048596@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=012da6b2b74866b85b8365a65c55dd3377b044fe commit 012da6b2b74866b85b8365a65c55dd3377b044fe Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-01-02 16:28:27 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-01-02 16:28:27 +0000 www/rubygem-railties80: Add rubygem-railties80 8.0.1 Railties is responsible for gluing all frameworks together. Overall, it: - handles the bootstrapping process for a Rails application; - manages the rails command line interface; - and provides the Rails generators core. --- www/Makefile | 1 + www/rubygem-railties80/Makefile | 35 +++++++++++++++++++++++++++++++++++ www/rubygem-railties80/distinfo | 3 +++ www/rubygem-railties80/pkg-descr | 4 ++++ 4 files changed, 43 insertions(+) diff --git a/www/Makefile b/www/Makefile index 5d11db962006..b1d26d8e8ba1 100644 --- a/www/Makefile +++ b/www/Makefile @@ -2277,6 +2277,7 @@ SUBDIR += rubygem-railties70 SUBDIR += rubygem-railties71 SUBDIR += rubygem-railties72 + SUBDIR += rubygem-railties80 SUBDIR += rubygem-raindrops SUBDIR += rubygem-ramaze SUBDIR += rubygem-raphael-rails diff --git a/www/rubygem-railties80/Makefile b/www/rubygem-railties80/Makefile new file mode 100644 index 000000000000..51cb10ec9c57 --- /dev/null +++ b/www/rubygem-railties80/Makefile @@ -0,0 +1,35 @@ +PORTNAME= railties +PORTVERSION= 8.0.1 +CATEGORIES= www rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 80 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Rails internals: application bootup, plugins, generators, and rake tasks +WWW= https://github.com/rails/rails/tree/master/railties \ + https://rubyonrails.org/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +RUN_DEPENDS= rubygem-actionpack80>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack80 \ + rubygem-activesupport80>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport80 \ + rubygem-irb>=1.13<2:devel/rubygem-irb \ + rubygem-rackup>=1.0.0:www/rubygem-rackup \ + rubygem-rake>=12.2:devel/rubygem-rake \ + rubygem-thor>=1.2.2<2:devel/rubygem-thor \ + rubygem-zeitwerk>=2.6<3:devel/rubygem-zeitwerk + +USES= gem shebangfix + +NO_ARCH= yes + +PLIST_FILES= bin/rails + +CONFLICTS_INSTALL= rubygem-railties[0-9] rubygem-railties[0-9][0-9] + +PORTSCOUT= limit:^8\.0\. + +SHEBANG_FILES= lib/rails/generators/rails/app/templates/docker-entrypoint.tt + +.include <bsd.port.mk> diff --git a/www/rubygem-railties80/distinfo b/www/rubygem-railties80/distinfo new file mode 100644 index 000000000000..a9aba454a498 --- /dev/null +++ b/www/rubygem-railties80/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1735802492 +SHA256 (rubygem/railties-8.0.1.gem) = 8f653c6b1b0721b553045bd0deda1f22074b9ddc2209526e6f7285fcf607ac51 +SIZE (rubygem/railties-8.0.1.gem) = 197120 diff --git a/www/rubygem-railties80/pkg-descr b/www/rubygem-railties80/pkg-descr new file mode 100644 index 000000000000..fbc0144b3be4 --- /dev/null +++ b/www/rubygem-railties80/pkg-descr @@ -0,0 +1,4 @@ +Railties is responsible for gluing all frameworks together. Overall, it: +- handles the bootstrapping process for a Rails application; +- manages the rails command line interface; +- and provides the Rails generators core.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501021630.502GUQeM048596>