diff --git a/devel/Makefile b/devel/Makefile index b23e4e4d1211..b1651f1c6eeb 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6249,6 +6249,7 @@ SUBDIR += rubygem-sprockets-rails-rails50 SUBDIR += rubygem-sprockets-rails-rails52 SUBDIR += rubygem-sprockets-sass + SUBDIR += rubygem-sprockets2 SUBDIR += rubygem-sprockets3 SUBDIR += rubygem-spruz SUBDIR += rubygem-state_machine diff --git a/devel/rubygem-sprockets2/Makefile b/devel/rubygem-sprockets2/Makefile new file mode 100644 index 000000000000..855a421febe2 --- /dev/null +++ b/devel/rubygem-sprockets2/Makefile @@ -0,0 +1,30 @@ +# Created by: Mikhail T. +# $FreeBSD$ + +PORTNAME= sprockets +PORTVERSION= 2.12.5 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 2 + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Ruby library that preprocesses and concatenates JavaScript files + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-hike1>=1.2,1<2,1:devel/rubygem-hike1 \ + rubygem-multi_json>=1.0<2:devel/rubygem-multi_json \ + rubygem-rack16>=1.0<2:www/rubygem-rack16 \ + rubygem-tilt1>=1.1<2:devel/rubygem-tilt1 + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +PLIST_FILES= bin/sprockets + +PORTSCOUT= limit:^2\. + +.include diff --git a/devel/rubygem-sprockets2/distinfo b/devel/rubygem-sprockets2/distinfo new file mode 100644 index 000000000000..3e1a7754b510 --- /dev/null +++ b/devel/rubygem-sprockets2/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1532975813 +SHA256 (rubygem/sprockets-2.12.5.gem) = 189abd3b5ba40a6815cdfbccba16ee8d56d87a0c4f4ea538e08a6d0e56bf9282 +SIZE (rubygem/sprockets-2.12.5.gem) = 43008 diff --git a/devel/rubygem-sprockets2/pkg-descr b/devel/rubygem-sprockets2/pkg-descr new file mode 100644 index 000000000000..ee03997e96f7 --- /dev/null +++ b/devel/rubygem-sprockets2/pkg-descr @@ -0,0 +1,6 @@ +Sprockets is a Ruby library that preprocesses and concatenates +JavaScript source files. It takes any number of source files +and preprocesses them line-by-line in order to build a single +concatenation. + +WWW: https://github.com/rails/sprockets