mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
New port: devel/rubygem-sprockets-es6
A Sprockets transformer that converts ES6 code into vanilla ES5 with Babel JS. WWW: https://github.com/TannerRogalsky/sprockets-es6 Approved by: junovitch (mentor)
This commit is contained in:
parent
c5608939dc
commit
5046a69b2a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426098
@ -5317,6 +5317,7 @@
|
||||
SUBDIR += rubygem-soap4r
|
||||
SUBDIR += rubygem-spring
|
||||
SUBDIR += rubygem-sprockets
|
||||
SUBDIR += rubygem-sprockets-es6
|
||||
SUBDIR += rubygem-sprockets-helpers
|
||||
SUBDIR += rubygem-sprockets-rails
|
||||
SUBDIR += rubygem-sprockets-sass
|
||||
|
23
devel/rubygem-sprockets-es6/Makefile
Normal file
23
devel/rubygem-sprockets-es6/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# Created by: Torsten Zuehlsdorff <tz@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sprockets-es6
|
||||
PORTVERSION= 0.9.2
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Converts ES6 code into vanilla ES5 with Babel JS
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-babel-source>=5.8.11:textproc/rubygem-babel-source \
|
||||
rubygem-babel-transpiler>=0:textproc/rubygem-babel-transpiler \
|
||||
rubygem-sprockets3>=3.0:devel/rubygem-sprockets3
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-sprockets-es6/distinfo
Normal file
3
devel/rubygem-sprockets-es6/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1478261213
|
||||
SHA256 (rubygem/sprockets-es6-0.9.2.gem) = c383e06a234dfe5f15f3b9d59bd47471ef653133ea87308961087c69f7800814
|
||||
SIZE (rubygem/sprockets-es6-0.9.2.gem) = 6656
|
3
devel/rubygem-sprockets-es6/pkg-descr
Normal file
3
devel/rubygem-sprockets-es6/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A Sprockets transformer that converts ES6 code into vanilla ES5 with Babel JS.
|
||||
|
||||
WWW: https://github.com/TannerRogalsky/sprockets-es6
|
Loading…
x
Reference in New Issue
Block a user