From bc93daa0011f7f33ff42c6a75c8d9aad67d1ca90 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Wed, 12 Jan 2022 00:54:40 +0800 Subject: [PATCH] textproc/rubygem-sassc-rails-rails70: Add rubygem-sassc-rails-rails70 2.1.2 (copied from rubygem-sassc-rails-rails61) --- textproc/Makefile | 1 + textproc/rubygem-sassc-rails-rails70/Makefile | 26 +++++++++++++++++++ textproc/rubygem-sassc-rails-rails70/distinfo | 3 +++ .../rubygem-sassc-rails-rails70/pkg-descr | 5 ++++ 4 files changed, 35 insertions(+) create mode 100644 textproc/rubygem-sassc-rails-rails70/Makefile create mode 100644 textproc/rubygem-sassc-rails-rails70/distinfo create mode 100644 textproc/rubygem-sassc-rails-rails70/pkg-descr diff --git a/textproc/Makefile b/textproc/Makefile index a51ed365b501..93e9e82ff1f0 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1772,6 +1772,7 @@ SUBDIR += rubygem-sassc-rails-rails52 SUBDIR += rubygem-sassc-rails-rails60 SUBDIR += rubygem-sassc-rails-rails61 + SUBDIR += rubygem-sassc-rails-rails70 SUBDIR += rubygem-sassc22 SUBDIR += rubygem-sax-machine SUBDIR += rubygem-scss_lint diff --git a/textproc/rubygem-sassc-rails-rails70/Makefile b/textproc/rubygem-sassc-rails-rails70/Makefile new file mode 100644 index 000000000000..a81acac22115 --- /dev/null +++ b/textproc/rubygem-sassc-rails-rails70/Makefile @@ -0,0 +1,26 @@ +# Created by: Po-Chuan Hsieh + +PORTNAME= sassc-rails +PORTVERSION= 2.1.2 +CATEGORIES= textproc rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -rails70 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Integrate SassC-Ruby into Rails + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-railties70>=4.0.0:www/rubygem-railties70 \ + rubygem-sassc22>=2.0:textproc/rubygem-sassc22 \ + rubygem-sprockets-rails-rails70>=0:devel/rubygem-sprockets-rails-rails70 \ + rubygem-sprockets3>=3.0:devel/rubygem-sprockets3 \ + rubygem-tilt>=0:devel/rubygem-tilt + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include diff --git a/textproc/rubygem-sassc-rails-rails70/distinfo b/textproc/rubygem-sassc-rails-rails70/distinfo new file mode 100644 index 000000000000..7821c3227c9f --- /dev/null +++ b/textproc/rubygem-sassc-rails-rails70/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-rails70/pkg-descr b/textproc/rubygem-sassc-rails-rails70/pkg-descr new file mode 100644 index 000000000000..8f0523959e59 --- /dev/null +++ b/textproc/rubygem-sassc-rails-rails70/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