aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-11-01 07:56:39 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-11-01 07:56:39 +0000
commit808caf669728fdbe887068d91575f41287a01a29 (patch)
tree1a9f7f757aa9433ee45e3e8b0c6bf814ae165c12
parent6a4ce0b625c91f9e17905cea7af1807f9f1edf82 (diff)
downloadports-808caf669728fdbe887068d91575f41287a01a29.tar.gz
ports-808caf669728fdbe887068d91575f41287a01a29.zip
www/rubygem-propshaft-rails70: Add rubygem-propshaft-rails70 0.7.0 (copied from rubygem-propshaft)
-rw-r--r--www/Makefile1
-rw-r--r--www/rubygem-propshaft-rails70/Makefile23
-rw-r--r--www/rubygem-propshaft-rails70/distinfo3
-rw-r--r--www/rubygem-propshaft-rails70/pkg-descr6
4 files changed, 33 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index e89a6e1e4a07..62d49e46d7eb 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2151,6 +2151,7 @@
SUBDIR += rubygem-patron
SUBDIR += rubygem-platform-api
SUBDIR += rubygem-propshaft
+ SUBDIR += rubygem-propshaft-rails70
SUBDIR += rubygem-protocol-hpack
SUBDIR += rubygem-protocol-http
SUBDIR += rubygem-protocol-http1
diff --git a/www/rubygem-propshaft-rails70/Makefile b/www/rubygem-propshaft-rails70/Makefile
new file mode 100644
index 000000000000..17c6e89d8bd0
--- /dev/null
+++ b/www/rubygem-propshaft-rails70/Makefile
@@ -0,0 +1,23 @@
+PORTNAME= propshaft
+PORTVERSION= 0.7.0
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -rails70
+
+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-actionpack70>=7.0.0:www/rubygem-actionpack70 \
+ rubygem-activesupport70>=7.0.0:devel/rubygem-activesupport70 \
+ rubygem-rack>=0,3:www/rubygem-rack \
+ rubygem-railties70>=7.0.0:www/rubygem-railties70
+
+USES= gem
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/www/rubygem-propshaft-rails70/distinfo b/www/rubygem-propshaft-rails70/distinfo
new file mode 100644
index 000000000000..94a928749626
--- /dev/null
+++ b/www/rubygem-propshaft-rails70/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1697330200
+SHA256 (rubygem/propshaft-0.7.0.gem) = 89789931e1e0b70ae380ad2550f8649b0665b5357fb366565a89f8a6dcc645a7
+SIZE (rubygem/propshaft-0.7.0.gem) = 13312
diff --git a/www/rubygem-propshaft-rails70/pkg-descr b/www/rubygem-propshaft-rails70/pkg-descr
new file mode 100644
index 000000000000..3c548d091fec
--- /dev/null
+++ b/www/rubygem-propshaft-rails70/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.