aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-01-02 16:28:27 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-01-02 16:28:27 +0000
commit012da6b2b74866b85b8365a65c55dd3377b044fe (patch)
treed2b0800c5e3387ea4476ffcde5b4f8c627a143e3
parentb595f11e1785613e069487f4fab8714bf6fe0189 (diff)
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.
-rw-r--r--www/Makefile1
-rw-r--r--www/rubygem-railties80/Makefile35
-rw-r--r--www/rubygem-railties80/distinfo3
-rw-r--r--www/rubygem-railties80/pkg-descr4
4 files changed, 43 insertions, 0 deletions
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.