Date: Sun, 31 May 2015 14:59:50 +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: r388111 - in head/textproc: . rubygem-compass-import-once Message-ID: <201505311459.t4VExojE093894@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <sunpoet@FreeBSD.org> +# $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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505311459.t4VExojE093894>