git: 808caf669728 - main - www/rubygem-propshaft-rails70: Add rubygem-propshaft-rails70 0.7.0 (copied from rubygem-propshaft)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Nov 2023 07:59:27 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=808caf669728fdbe887068d91575f41287a01a29 commit 808caf669728fdbe887068d91575f41287a01a29 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-11-01 07:56:39 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-11-01 07:56:39 +0000 www/rubygem-propshaft-rails70: Add rubygem-propshaft-rails70 0.7.0 (copied from rubygem-propshaft) --- www/Makefile | 1 + www/rubygem-propshaft-rails70/Makefile | 23 +++++++++++++++++++++++ www/rubygem-propshaft-rails70/distinfo | 3 +++ www/rubygem-propshaft-rails70/pkg-descr | 6 ++++++ 4 files changed, 33 insertions(+) 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.