git: 308a4be4c1e7 - main - www/rubygem-cssbundling-rails-rails80: Add rubygem-cssbundling-rails-rails80 1.4.3 (copied from rubygem-cssbundling-rails-rails72)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 17 Nov 2025 21:08:00 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=308a4be4c1e729040ae4badee86d5f3516fb73b7
commit 308a4be4c1e729040ae4badee86d5f3516fb73b7
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-17 21:03:30 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-11-17 21:06:51 +0000
www/rubygem-cssbundling-rails-rails80: Add rubygem-cssbundling-rails-rails80 1.4.3 (copied from rubygem-cssbundling-rails-rails72)
---
www/Makefile | 1 +
www/rubygem-cssbundling-rails-rails80/Makefile | 20 ++++++++++++++++++++
www/rubygem-cssbundling-rails-rails80/distinfo | 3 +++
www/rubygem-cssbundling-rails-rails80/pkg-descr | 12 ++++++++++++
4 files changed, 36 insertions(+)
diff --git a/www/Makefile b/www/Makefile
index b6df5d1d1964..248483941d6b 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2144,6 +2144,7 @@
SUBDIR += rubygem-cssbundling-rails-rails70
SUBDIR += rubygem-cssbundling-rails-rails71
SUBDIR += rubygem-cssbundling-rails-rails72
+ SUBDIR += rubygem-cssbundling-rails-rails80
SUBDIR += rubygem-cuba
SUBDIR += rubygem-d3_rails
SUBDIR += rubygem-davclient
diff --git a/www/rubygem-cssbundling-rails-rails80/Makefile b/www/rubygem-cssbundling-rails-rails80/Makefile
new file mode 100644
index 000000000000..69e45c8042d6
--- /dev/null
+++ b/www/rubygem-cssbundling-rails-rails80/Makefile
@@ -0,0 +1,20 @@
+PORTNAME= cssbundling-rails
+PORTVERSION= 1.4.3
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -rails80
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Bundle and process CSS with Tailwind, Bootstrap, PostCSS, Sass in Rails via Node.js
+WWW= https://github.com/rails/cssbundling-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-cssbundling-rails-rails80/distinfo b/www/rubygem-cssbundling-rails-rails80/distinfo
new file mode 100644
index 000000000000..f2cba7b71cfe
--- /dev/null
+++ b/www/rubygem-cssbundling-rails-rails80/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1742070756
+SHA256 (rubygem/cssbundling-rails-1.4.3.gem) = 53aecd5a7d24ac9c8fcd92975acd0e830fead4ee4583d3d3d49bb64651946e41
+SIZE (rubygem/cssbundling-rails-1.4.3.gem) = 11776
diff --git a/www/rubygem-cssbundling-rails-rails80/pkg-descr b/www/rubygem-cssbundling-rails-rails80/pkg-descr
new file mode 100644
index 000000000000..3bf0ef49a085
--- /dev/null
+++ b/www/rubygem-cssbundling-rails-rails80/pkg-descr
@@ -0,0 +1,12 @@
+Use Tailwind CSS, Bootstrap, Bulma, PostCSS, or Dart Sass to bundle and process
+your CSS, then deliver it via the asset pipeline in Rails. This gem provides
+installers to get you going with the bundler of your choice in a new Rails
+application, and a convention to use app/assets/builds to hold your bundled
+output as artifacts that are not checked into source control (the installer adds
+this directory to .gitignore by default).
+
+You develop using this approach by running the bundler in watch mode in a
+terminal with yarn build:css --watch (and your Rails server in another, if
+you're not using something like puma-dev). You can also use ./bin/dev, which
+will start both the Rails server and the CSS build watcher (along with a JS
+build watcher, if you're also using jsbundling-rails).