aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-09-30 11:15:28 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-09-30 11:15:28 +0000
commit387f07ad9f5e257cf0a00c3c5346a573d236c974 (patch)
tree69116ef0297617c6b1474070616b3cfc6f01e779 /textproc
parent21b5ccd52cfe989406d6599d93e95895372d7667 (diff)
downloadports-387f07ad9f5e257cf0a00c3c5346a573d236c974.tar.gz
ports-387f07ad9f5e257cf0a00c3c5346a573d236c974.zip
Add rubygem-sassc-rails-rails5 2.1.2 (copied from rubygem-sassc-rails)
Notes
Notes: svn path=/head/; revision=513348
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rubygem-sassc-rails-rails5/Makefile28
-rw-r--r--textproc/rubygem-sassc-rails-rails5/distinfo3
-rw-r--r--textproc/rubygem-sassc-rails-rails5/pkg-descr5
4 files changed, 37 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 63266ad8f529..210e563b1e98 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1636,6 +1636,7 @@
SUBDIR += rubygem-sassc
SUBDIR += rubygem-sassc-rails
SUBDIR += rubygem-sassc-rails-rails4
+ SUBDIR += rubygem-sassc-rails-rails5
SUBDIR += rubygem-sax-machine
SUBDIR += rubygem-scss_lint
SUBDIR += rubygem-shell2html
diff --git a/textproc/rubygem-sassc-rails-rails5/Makefile b/textproc/rubygem-sassc-rails-rails5/Makefile
new file mode 100644
index 000000000000..b015956e779c
--- /dev/null
+++ b/textproc/rubygem-sassc-rails-rails5/Makefile
@@ -0,0 +1,28 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= sassc-rails
+PORTVERSION= 2.1.2
+PORTREVISION= 1
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -rails5
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Integrate SassC-Ruby into Rails
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= rubygem-railties5>=4.0.0:www/rubygem-railties5 \
+ rubygem-sassc>=2.0:textproc/rubygem-sassc \
+ rubygem-sprockets-rails-rails5>=0:devel/rubygem-sprockets-rails-rails5 \
+ rubygem-sprockets3>=3.0:devel/rubygem-sprockets3 \
+ rubygem-tilt>=0:devel/rubygem-tilt
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-sassc-rails-rails5/distinfo b/textproc/rubygem-sassc-rails-rails5/distinfo
new file mode 100644
index 000000000000..7821c3227c9f
--- /dev/null
+++ b/textproc/rubygem-sassc-rails-rails5/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1561049536
+SHA256 (rubygem/sassc-rails-2.1.2.gem) = 5f4fdf3881fc9bdc8e856ffbd9850d70a2878866feae8114aa45996179952db5
+SIZE (rubygem/sassc-rails-2.1.2.gem) = 33280
diff --git a/textproc/rubygem-sassc-rails-rails5/pkg-descr b/textproc/rubygem-sassc-rails-rails5/pkg-descr
new file mode 100644
index 000000000000..8f0523959e59
--- /dev/null
+++ b/textproc/rubygem-sassc-rails-rails5/pkg-descr
@@ -0,0 +1,5 @@
+We all love working with Sass, but compilation can take quite a long time for
+larger codebases. This gem integrates the C implementation of Sass, LibSass,
+into the asset pipeline.
+
+WWW: https://github.com/sass/sassc-rails