Create devel/rubygem-webpacker1-rails5, a 1.x version copied from
devel/rubygem-webpacker-rails5
This commit is contained in:
parent
14663b5b45
commit
a7074ea116
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=443628
@ -5704,6 +5704,7 @@
|
||||
SUBDIR += rubygem-webby
|
||||
SUBDIR += rubygem-webpacker-rails5
|
||||
SUBDIR += rubygem-webpacker-rails50
|
||||
SUBDIR += rubygem-webpacker1-rails5
|
||||
SUBDIR += rubygem-will_paginate
|
||||
SUBDIR += rubygem-windows_error
|
||||
SUBDIR += rubygem-wmi-lite
|
||||
|
24
devel/rubygem-webpacker1-rails5/Makefile
Normal file
24
devel/rubygem-webpacker1-rails5/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= webpacker
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 1-rails5
|
||||
|
||||
MAINTAINER= jrm@FreeBSD.org
|
||||
COMMENT= Use Webpack to manage app-like JavaScript modules in Rails
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-activesupport5>0:devel/rubygem-activesupport5 \
|
||||
rubygem-multi_json>=1.2:devel/rubygem-multi_json \
|
||||
rubygem-railties5>0:www/rubygem-railties5 \
|
||||
yarn>0:www/yarn
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-webpacker1-rails5/distinfo
Normal file
3
devel/rubygem-webpacker1-rails5/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1497538719
|
||||
SHA256 (rubygem/webpacker-1.2.gem) = eb6b66b313a3cfdaaab9b48d592563ae08fc6ec8a7aadc14253b3064446e34c5
|
||||
SIZE (rubygem/webpacker-1.2.gem) = 33792
|
9
devel/rubygem-webpacker1-rails5/pkg-descr
Normal file
9
devel/rubygem-webpacker1-rails5/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user