Date: Sun, 12 May 2019 20:04:15 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501440 - in head/textproc: . rubygem-sassc Message-ID: <201905122004.x4CK4FCD023810@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun May 12 20:04:14 2019 New Revision: 501440 URL: https://svnweb.freebsd.org/changeset/ports/501440 Log: Add rubygem-sassc 2.0.1 SassC combines the speed of libsass, the Sass C implementation, with the ease of use of the original Ruby Sass library. WWW: https://github.com/sass/sassc-ruby Added: head/textproc/rubygem-sassc/ head/textproc/rubygem-sassc/Makefile (contents, props changed) head/textproc/rubygem-sassc/distinfo (contents, props changed) head/textproc/rubygem-sassc/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun May 12 20:04:08 2019 (r501439) +++ head/textproc/Makefile Sun May 12 20:04:14 2019 (r501440) @@ -1609,6 +1609,7 @@ SUBDIR += rubygem-sass-rails-rails50 SUBDIR += rubygem-sass32 SUBDIR += rubygem-sass34 + SUBDIR += rubygem-sassc SUBDIR += rubygem-sax-machine SUBDIR += rubygem-scss_lint SUBDIR += rubygem-shell2html Added: head/textproc/rubygem-sassc/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-sassc/Makefile Sun May 12 20:04:14 2019 (r501440) @@ -0,0 +1,24 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= sassc +PORTVERSION= 2.0.1 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Use libsass with Ruby + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +BUILD_DEPENDS= rubygem-rake>=0:devel/rubygem-rake +RUN_DEPENDS= rubygem-ffi>=1.9.6:devel/rubygem-ffi \ + rubygem-rake>=0:devel/rubygem-rake + +USES= gem gmake +USE_RUBY= yes + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/textproc/rubygem-sassc/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-sassc/distinfo Sun May 12 20:04:14 2019 (r501440) @@ -0,0 +1,3 @@ +TIMESTAMP = 1557684430 +SHA256 (rubygem/sassc-2.0.1.gem) = 047e9391863429d7f188ab9912c97dbfb8cba87a1a549dfba159739a8b4024eb +SIZE (rubygem/sassc-2.0.1.gem) = 357888 Added: head/textproc/rubygem-sassc/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-sassc/pkg-descr Sun May 12 20:04:14 2019 (r501440) @@ -0,0 +1,4 @@ +SassC combines the speed of libsass, the Sass C implementation, with the ease of +use of the original Ruby Sass library. + +WWW: https://github.com/sass/sassc-ruby
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905122004.x4CK4FCD023810>