Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2025 16:30:38 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: 5c55f385fe24 - main - www/rubygem-cssbundling-rails-rails72: Add rubygem-cssbundling-rails-rails72 1.4.1 (copied from rubygem-cssbundling-rails)
Message-ID:  <202501021630.502GUcjk049187@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=5c55f385fe24b96400bfea0cf442aaf3cc763d43

commit 5c55f385fe24b96400bfea0cf442aaf3cc763d43
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-01-02 16:28:48 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-01-02 16:28:48 +0000

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

diff --git a/www/Makefile b/www/Makefile
index 9a313baca7ad..77cda9762866 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2026,6 +2026,7 @@
     SUBDIR += rubygem-cssbundling-rails
     SUBDIR += rubygem-cssbundling-rails-rails70
     SUBDIR += rubygem-cssbundling-rails-rails71
+    SUBDIR += rubygem-cssbundling-rails-rails72
     SUBDIR += rubygem-cuba
     SUBDIR += rubygem-d3_rails
     SUBDIR += rubygem-davclient
diff --git a/www/rubygem-cssbundling-rails-rails72/Makefile b/www/rubygem-cssbundling-rails-rails72/Makefile
new file mode 100644
index 000000000000..af7df497628f
--- /dev/null
+++ b/www/rubygem-cssbundling-rails-rails72/Makefile
@@ -0,0 +1,20 @@
+PORTNAME=	cssbundling-rails
+PORTVERSION=	1.4.1
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	-rails72
+
+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-railties72>=6.0.0:www/rubygem-railties72
+
+USES=		gem
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/www/rubygem-cssbundling-rails-rails72/distinfo b/www/rubygem-cssbundling-rails-rails72/distinfo
new file mode 100644
index 000000000000..b7513bd9dd70
--- /dev/null
+++ b/www/rubygem-cssbundling-rails-rails72/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1722711335
+SHA256 (rubygem/cssbundling-rails-1.4.1.gem) = 4b21273d627b21890da9155c88c67efc9274373d8b0add09149c262cf56c7ce1
+SIZE (rubygem/cssbundling-rails-1.4.1.gem) = 11776
diff --git a/www/rubygem-cssbundling-rails-rails72/pkg-descr b/www/rubygem-cssbundling-rails-rails72/pkg-descr
new file mode 100644
index 000000000000..3bf0ef49a085
--- /dev/null
+++ b/www/rubygem-cssbundling-rails-rails72/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).



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