devel/rubygem-webpacker-rails61-node16: Add rubygem-webpacker-rails61-node16 5.4.3 (copied from rubygem-webpacker-rails61)

This commit is contained in:
Po-Chuan Hsieh 2021-11-22 02:18:20 +08:00
parent 8f7bc74de1
commit 944fec9f16
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
4 changed files with 38 additions and 0 deletions

View file

@ -6930,6 +6930,7 @@
SUBDIR += rubygem-webfinger
SUBDIR += rubygem-webpacker-rails60
SUBDIR += rubygem-webpacker-rails61
SUBDIR += rubygem-webpacker-rails61-node16
SUBDIR += rubygem-webpacker4-rails5
SUBDIR += rubygem-webpacker4-rails50
SUBDIR += rubygem-webpacker4-rails60

View file

@ -0,0 +1,25 @@
PORTNAME= webpacker
PORTVERSION= 5.4.3
PORTREVISION= 2
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails61-node16
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Use Webpack to manage app-like JavaScript modules in Rails
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-activesupport61>=5.2:devel/rubygem-activesupport61 \
rubygem-rack-proxy>=0.6.1:www/rubygem-rack-proxy \
rubygem-railties61>=5.2:www/rubygem-railties61 \
rubygem-semantic_range>=2.3.0:devel/rubygem-semantic_range \
yarn:www/yarn-node16
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1632037930
SHA256 (rubygem/webpacker-5.4.3.gem) = 639711e2c26eeb40d1748c67ca35275862a29978ab3a39e189758dca71a906b3
SIZE (rubygem/webpacker-5.4.3.gem) = 234496

View file

@ -0,0 +1,9 @@
Webpacker makes it easy to use the JavaScript preprocessor and bundler Webpack
to manage application-like JavaScript in Rails. It coexists with the asset
pipeline, as the primary purpose for Webpack is app-like JavaScript, not images,
css, or even JavaScript Sprinkles (that all continues to live in app/assets). It
is, however, possible to use Webpacker for CSS and images assets as well, in
which case you may not even need the asset pipeline. This is mostly relevant
when exclusively using component-based JavaScript frameworks.
WWW: https://github.com/rails/webpacker