git: 366318d39913 - main - www/rubygem-propshaft-rails72: Add rubygem-propshaft-rails72 1.1.0 (copied from rubygem-propshaft)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Jan 2025 16:30:42 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=366318d39913c42f4571609319d07e439fcbd516
commit 366318d39913c42f4571609319d07e439fcbd516
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-01-02 16:28:58 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-01-02 16:28:58 +0000
www/rubygem-propshaft-rails72: Add rubygem-propshaft-rails72 1.1.0 (copied from rubygem-propshaft)
---
www/Makefile | 1 +
www/rubygem-propshaft-rails72/Makefile | 23 +++++++++++++++++++++++
www/rubygem-propshaft-rails72/distinfo | 3 +++
www/rubygem-propshaft-rails72/pkg-descr | 6 ++++++
4 files changed, 33 insertions(+)
diff --git a/www/Makefile b/www/Makefile
index 07c96ed8179f..a39298cf3a81 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2223,6 +2223,7 @@
SUBDIR += rubygem-propshaft
SUBDIR += rubygem-propshaft-rails70
SUBDIR += rubygem-propshaft-rails71
+ SUBDIR += rubygem-propshaft-rails72
SUBDIR += rubygem-protocol-hpack
SUBDIR += rubygem-protocol-http
SUBDIR += rubygem-protocol-http1
diff --git a/www/rubygem-propshaft-rails72/Makefile b/www/rubygem-propshaft-rails72/Makefile
new file mode 100644
index 000000000000..dd950fa1d3ce
--- /dev/null
+++ b/www/rubygem-propshaft-rails72/Makefile
@@ -0,0 +1,23 @@
+PORTNAME= propshaft
+PORTVERSION= 1.1.0
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -rails72
+
+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-actionpack72>=7.0.0:www/rubygem-actionpack72 \
+ rubygem-activesupport72>=7.0.0:devel/rubygem-activesupport72 \
+ rubygem-rack>=0,3:www/rubygem-rack \
+ rubygem-railties72>=7.0.0:www/rubygem-railties72
+
+USES= gem
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/www/rubygem-propshaft-rails72/distinfo b/www/rubygem-propshaft-rails72/distinfo
new file mode 100644
index 000000000000..2db2c57a9491
--- /dev/null
+++ b/www/rubygem-propshaft-rails72/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1728632748
+SHA256 (rubygem/propshaft-1.1.0.gem) = d389361faf66aeb17e8d204828962c1e506edd14a1a17adb3fa475435c070f6b
+SIZE (rubygem/propshaft-1.1.0.gem) = 14336
diff --git a/www/rubygem-propshaft-rails72/pkg-descr b/www/rubygem-propshaft-rails72/pkg-descr
new file mode 100644
index 000000000000..3c548d091fec
--- /dev/null
+++ b/www/rubygem-propshaft-rails72/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.