From owner-svn-ports-all@FreeBSD.ORG Sun May 31 14:59:51 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9ECA4651; Sun, 31 May 2015 14:59:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D0A410CF; Sun, 31 May 2015 14:59:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VExptC093898; Sun, 31 May 2015 14:59:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VExojE093894; Sun, 31 May 2015 14:59:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505311459.t4VExojE093894@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 31 May 2015 14:59:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388111 - in head/textproc: . rubygem-compass-import-once X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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, 31 May 2015 14:59:51 -0000 Author: sunpoet Date: Sun May 31 14:59:49 2015 New Revision: 388111 URL: https://svnweb.freebsd.org/changeset/ports/388111 Log: - Add rubygem-compass-import-once 1.0.5 This plugin changes the behavior of Sass's @import directive so that if the same sass file is imported more than once, the second import will be a no-op. This allows dependencies to behave how most people expect them to behave and provides a considerable performance improvement for some sass projects. Note: Although this plugin is maintained by compass, it can be used without compass in any Sass-based project. WWW: https://github.com/Compass/compass/tree/master/import-once RG: https://rubygems.org/gems/compass-import-once Added: head/textproc/rubygem-compass-import-once/ head/textproc/rubygem-compass-import-once/Makefile (contents, props changed) head/textproc/rubygem-compass-import-once/distinfo (contents, props changed) head/textproc/rubygem-compass-import-once/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun May 31 14:59:29 2015 (r388110) +++ head/textproc/Makefile Sun May 31 14:59:49 2015 (r388111) @@ -1326,6 +1326,7 @@ SUBDIR += rubygem-colored SUBDIR += rubygem-compass SUBDIR += rubygem-compass-core + SUBDIR += rubygem-compass-import-once SUBDIR += rubygem-compass-rails SUBDIR += rubygem-creole SUBDIR += rubygem-css_parser Added: head/textproc/rubygem-compass-import-once/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-compass-import-once/Makefile Sun May 31 14:59:49 2015 (r388111) @@ -0,0 +1,20 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= compass-import-once +PORTVERSION= 1.0.5 +CATEGORIES= textproc ruby +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Compass core stylesheet library and minimum required ruby extensions + +LICENSE= MIT + +RUN_DEPENDS= rubygem-sass>=3.2:${PORTSDIR}/textproc/rubygem-sass + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/textproc/rubygem-compass-import-once/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-compass-import-once/distinfo Sun May 31 14:59:49 2015 (r388111) @@ -0,0 +1,2 @@ +SHA256 (rubygem/compass-import-once-1.0.5.gem) = 38978ffed0d332e8526e87e1befd1b6831774ca7d8350c5adb5b9eef167fc72e +SIZE (rubygem/compass-import-once-1.0.5.gem) = 9728 Added: head/textproc/rubygem-compass-import-once/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-compass-import-once/pkg-descr Sun May 31 14:59:49 2015 (r388111) @@ -0,0 +1,10 @@ +This plugin changes the behavior of Sass's @import directive so that if the same +sass file is imported more than once, the second import will be a no-op. This +allows dependencies to behave how most people expect them to behave and provides +a considerable performance improvement for some sass projects. + +Note: Although this plugin is maintained by compass, it can be used without +compass in any Sass-based project. + +WWW: https://github.com/Compass/compass/tree/master/import-once +RG: https://rubygems.org/gems/compass-import-once