Date: Mon, 17 Nov 2025 21:07:48 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: 319546cf867a - main - www/rubygem-railties81: Add rubygem-railties81 8.1.0 Message-ID: <202511172107.5AHL7ms6017855@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=319546cf867a28ad6676283b44381c45b31fe484 commit 319546cf867a28ad6676283b44381c45b31fe484 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-11-17 21:03:08 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-11-17 21:06:48 +0000 www/rubygem-railties81: Add rubygem-railties81 8.1.0 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-railties81/Makefile | 36 ++++++++++++++++++++++++++++++++++++ www/rubygem-railties81/distinfo | 3 +++ www/rubygem-railties81/pkg-descr | 4 ++++ 4 files changed, 44 insertions(+) diff --git a/www/Makefile b/www/Makefile index b7705ab85273..ddbaa03a479b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -2412,6 +2412,7 @@ SUBDIR += rubygem-railties71 SUBDIR += rubygem-railties72 SUBDIR += rubygem-railties80 + SUBDIR += rubygem-railties81 SUBDIR += rubygem-raindrops SUBDIR += rubygem-ramaze SUBDIR += rubygem-raphael-rails diff --git a/www/rubygem-railties81/Makefile b/www/rubygem-railties81/Makefile new file mode 100644 index 000000000000..03c854edcd38 --- /dev/null +++ b/www/rubygem-railties81/Makefile @@ -0,0 +1,36 @@ +PORTNAME= railties +PORTVERSION= 8.1.0 +CATEGORIES= www rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 81 + +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-actionpack81>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack81 \ + rubygem-activesupport81>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport81 \ + 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-tsort>=0.2:devel/rubygem-tsort \ + 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\.1\. + +SHEBANG_FILES= lib/rails/generators/rails/app/templates/docker-entrypoint.tt + +.include <bsd.port.mk> diff --git a/www/rubygem-railties81/distinfo b/www/rubygem-railties81/distinfo new file mode 100644 index 000000000000..8ae07db1fe1e --- /dev/null +++ b/www/rubygem-railties81/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1762526272 +SHA256 (rubygem/railties-8.1.0.gem) = f930b9a9057070bd413a8f285d5b38bac4d1a0aa3306031a2320689c51f41f91 +SIZE (rubygem/railties-8.1.0.gem) = 201728 diff --git a/www/rubygem-railties81/pkg-descr b/www/rubygem-railties81/pkg-descr new file mode 100644 index 000000000000..fbc0144b3be4 --- /dev/null +++ b/www/rubygem-railties81/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.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202511172107.5AHL7ms6017855>
