git: 4a214343c239 - main - www/rubygem-propshaft-rails80: Add rubygem-propshaft-rails80 1.3.1 (copied from rubygem-propshaft-rails72)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 17 Nov 2025 21:08:03 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4a214343c239e5659097ae8800ff2b668dfedf0d
commit 4a214343c239e5659097ae8800ff2b668dfedf0d
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-17 21:03:40 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-11-17 21:06:52 +0000
www/rubygem-propshaft-rails80: Add rubygem-propshaft-rails80 1.3.1 (copied from rubygem-propshaft-rails72)
---
www/Makefile | 1 +
www/rubygem-propshaft-rails80/Makefile | 22 ++++++++++++++++++++++
www/rubygem-propshaft-rails80/distinfo | 3 +++
www/rubygem-propshaft-rails80/pkg-descr | 6 ++++++
4 files changed, 32 insertions(+)
diff --git a/www/Makefile b/www/Makefile
index 8f18feab9b69..eb3681b32ad5 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2350,6 +2350,7 @@
SUBDIR += rubygem-propshaft-rails70
SUBDIR += rubygem-propshaft-rails71
SUBDIR += rubygem-propshaft-rails72
+ SUBDIR += rubygem-propshaft-rails80
SUBDIR += rubygem-protocol-hpack
SUBDIR += rubygem-protocol-http
SUBDIR += rubygem-protocol-http1
diff --git a/www/rubygem-propshaft-rails80/Makefile b/www/rubygem-propshaft-rails80/Makefile
new file mode 100644
index 000000000000..bf0f2b5f4775
--- /dev/null
+++ b/www/rubygem-propshaft-rails80/Makefile
@@ -0,0 +1,22 @@
+PORTNAME= propshaft
+PORTVERSION= 1.3.1
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -rails80
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Deliver assets for Rails
+WWW= https://github.com/rails/propshaft
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
+
+RUN_DEPENDS= rubygem-actionpack80>=7.0.0:www/rubygem-actionpack80 \
+ rubygem-activesupport80>=7.0.0:devel/rubygem-activesupport80 \
+ rubygem-rack>=0,3:www/rubygem-rack
+
+USES= gem
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/www/rubygem-propshaft-rails80/distinfo b/www/rubygem-propshaft-rails80/distinfo
new file mode 100644
index 000000000000..04e12483bf49
--- /dev/null
+++ b/www/rubygem-propshaft-rails80/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1759816954
+SHA256 (rubygem/propshaft-1.3.1.gem) = 9acc664ef67e819ffa3d95bd7ad4c3623ea799110c5f4dee67fa7e583e74c392
+SIZE (rubygem/propshaft-1.3.1.gem) = 18432
diff --git a/www/rubygem-propshaft-rails80/pkg-descr b/www/rubygem-propshaft-rails80/pkg-descr
new file mode 100644
index 000000000000..3c548d091fec
--- /dev/null
+++ b/www/rubygem-propshaft-rails80/pkg-descr
@@ -0,0 +1,6 @@
+Propshaft is an asset pipeline library for Rails. It's built for an era where
+bundling assets to save on HTTP connections is no longer urgent, where
+JavaScript and CSS are either compiled by dedicated Node.js bundlers or served
+directly to the browsers, and where increases in bandwidth have made the need
+for minification less pressing. These factors allow for a dramatically simpler
+and faster asset pipeline compared to previous options, like Sprockets.