From owner-svn-ports-all@freebsd.org Sun May 12 20:04:19 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7CE415A049A; Sun, 12 May 2019 20:04:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5B7CB861D1; Sun, 12 May 2019 20:04:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E5E4A2F5DB; Sun, 12 May 2019 20:04:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4CK4FFV023814; Sun, 12 May 2019 20:04:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4CK4FCD023810; Sun, 12 May 2019 20:04:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201905122004.x4CK4FCD023810@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 12 May 2019 20:04:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501440 - in head/textproc: . rubygem-sassc X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/textproc: . rubygem-sassc X-SVN-Commit-Revision: 501440 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5B7CB861D1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.76 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.77)[-0.766,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 May 2019 20:04:20 -0000 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 +# $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 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