pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ruby-compass-import-once Update ruby-compass-impor...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1845f2350b2
branches:  trunk
changeset: 648288:c1845f2350b2
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Mar 13 16:34:26 2015 +0000

description:
Update ruby-compass-import-once package version 1.0.5.

Changes the behavior of Sass's @import directive to only import a file once.

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.

diffstat:

 www/ruby-compass-import-once/DESCR    |  10 ++++++++++
 www/ruby-compass-import-once/Makefile |  14 ++++++++++++++
 www/ruby-compass-import-once/PLIST    |  27 +++++++++++++++++++++++++++
 www/ruby-compass-import-once/distinfo |   5 +++++
 4 files changed, 56 insertions(+), 0 deletions(-)

diffs (72 lines):

diff -r b0bf02a2c714 -r c1845f2350b2 www/ruby-compass-import-once/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-compass-import-once/DESCR        Fri Mar 13 16:34:26 2015 +0000
@@ -0,0 +1,10 @@
+Changes the behavior of Sass's @import directive to only import a file once.
+
+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.
diff -r b0bf02a2c714 -r c1845f2350b2 www/ruby-compass-import-once/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-compass-import-once/Makefile     Fri Mar 13 16:34:26 2015 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2015/03/13 16:34:26 taca Exp $
+
+DISTNAME=      compass-import-once-1.0.5
+CATEGORIES=    www
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/chriseppstein/compass/tree/master/import-once
+COMMENT=       Speed up your Sass compilation by making @import file once
+LICENSE=       mit
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-sass<3.5:../../www/ruby-sass
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b0bf02a2c714 -r c1845f2350b2 www/ruby-compass-import-once/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-compass-import-once/PLIST        Fri Mar 13 16:34:26 2015 +0000
@@ -0,0 +1,27 @@
+@comment $NetBSD: PLIST,v 1.1 2015/03/13 16:34:26 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/Gemfile_sass_3_2
+${GEM_LIBDIR}/LICENSE.txt
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/VERSION
+${GEM_LIBDIR}/compass-import-once.gemspec
+${GEM_LIBDIR}/lib/compass-import-once.rb
+${GEM_LIBDIR}/lib/compass/import-once.rb
+${GEM_LIBDIR}/lib/compass/import-once/activate.rb
+${GEM_LIBDIR}/lib/compass/import-once/engine.rb
+${GEM_LIBDIR}/lib/compass/import-once/importer.rb
+${GEM_LIBDIR}/lib/compass/import-once/version.rb
+${GEM_LIBDIR}/test/diff_as_string.rb
+${GEM_LIBDIR}/test/fixtures/_simple_partial.scss
+${GEM_LIBDIR}/test/fixtures/basic.css
+${GEM_LIBDIR}/test/fixtures/basic.scss
+${GEM_LIBDIR}/test/fixtures/force_import.css
+${GEM_LIBDIR}/test/fixtures/force_import.scss
+${GEM_LIBDIR}/test/fixtures/with_globbing.css
+${GEM_LIBDIR}/test/fixtures/with_globbing.scss
+${GEM_LIBDIR}/test/import_once_test.rb
+${GEM_LIBDIR}/test/test_helper.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r b0bf02a2c714 -r c1845f2350b2 www/ruby-compass-import-once/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-compass-import-once/distinfo     Fri Mar 13 16:34:26 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/03/13 16:34:26 taca Exp $
+
+SHA1 (compass-import-once-1.0.5.gem) = bc3dae9736cfaff57d93608532aef002b87098b9
+RMD160 (compass-import-once-1.0.5.gem) = 976aeaf9e5bba4ff06d5150543431976ad0f3a5c
+Size (compass-import-once-1.0.5.gem) = 9728 bytes



Home | Main Index | Thread Index | Old Index