Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Nov 2025 21:08:05 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: 043275693539 - main - www/rubygem-stimulus-rails-rails80: Add rubygem-stimulus-rails-rails80 1.3.4 (copied from rubygem-stimulus-rails-rails72)
Message-ID:  <202511172108.5AHL85jw018412@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=043275693539a21668b2b800f87522a1fea154df

commit 043275693539a21668b2b800f87522a1fea154df
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-17 21:03:44 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-11-17 21:06:52 +0000

    www/rubygem-stimulus-rails-rails80: Add rubygem-stimulus-rails-rails80 1.3.4 (copied from rubygem-stimulus-rails-rails72)
---
 www/Makefile                                 |  1 +
 www/rubygem-stimulus-rails-rails80/Makefile  | 20 ++++++++++++++++++++
 www/rubygem-stimulus-rails-rails80/distinfo  |  3 +++
 www/rubygem-stimulus-rails-rails80/pkg-descr | 12 ++++++++++++
 4 files changed, 36 insertions(+)

diff --git a/www/Makefile b/www/Makefile
index eb3681b32ad5..38f4c0ed2541 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2486,6 +2486,7 @@
     SUBDIR += rubygem-stimulus-rails-rails70
     SUBDIR += rubygem-stimulus-rails-rails71
     SUBDIR += rubygem-stimulus-rails-rails72
+    SUBDIR += rubygem-stimulus-rails-rails80
     SUBDIR += rubygem-swd
     SUBDIR += rubygem-tailwindcss-rails
     SUBDIR += rubygem-tailwindcss-rails-rails70
diff --git a/www/rubygem-stimulus-rails-rails80/Makefile b/www/rubygem-stimulus-rails-rails80/Makefile
new file mode 100644
index 000000000000..99b07c9868ba
--- /dev/null
+++ b/www/rubygem-stimulus-rails-rails80/Makefile
@@ -0,0 +1,20 @@
+PORTNAME=	stimulus-rails
+PORTVERSION=	1.3.4
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	-rails80
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Modest JavaScript framework for the HTML you already have
+WWW=		https://github.com/hotwired/stimulus-rails
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
+
+RUN_DEPENDS=	rubygem-railties80>=6.0.0:www/rubygem-railties80
+
+USES=		gem
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/www/rubygem-stimulus-rails-rails80/distinfo b/www/rubygem-stimulus-rails-rails80/distinfo
new file mode 100644
index 000000000000..81e2a35410a8
--- /dev/null
+++ b/www/rubygem-stimulus-rails-rails80/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1724084812
+SHA256 (rubygem/stimulus-rails-1.3.4.gem) = 765676ffa1f33af64ce026d26b48e8ffb2e0b94e0f50e9119e11d6107d67cb06
+SIZE (rubygem/stimulus-rails-1.3.4.gem) = 76288
diff --git a/www/rubygem-stimulus-rails-rails80/pkg-descr b/www/rubygem-stimulus-rails-rails80/pkg-descr
new file mode 100644
index 000000000000..37ed1125c806
--- /dev/null
+++ b/www/rubygem-stimulus-rails-rails80/pkg-descr
@@ -0,0 +1,12 @@
+Stimulus is a JavaScript framework with modest ambitions. It doesn't seek to
+take over your entire front-end in fact, it's not concerned with rendering HTML
+at all. Instead, it's designed to augment your HTML with just enough behavior to
+make it shine. Stimulus pairs beautifully with Turbo to provide a complete
+solution for fast, compelling applications with a minimal amount of effort.
+Together they form the core of Hotwire.
+
+Stimulus for Rails makes it easy to use this modest framework with both
+import-mapped and JavaScript-bundled apps. It relies on either importmap-rails
+to make Stimulus available via ESM or a Node-capable Rails (like via
+jsbundling-rails) to include Stimulus in the bundle. Make sure to install one of
+these first!


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202511172108.5AHL85jw018412>