diff options
author | taca <taca@pkgsrc.org> | 2011-08-13 00:31:49 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-08-13 00:31:49 +0000 |
commit | 99c8a70cdd98878718a1c614778eb5c4fb23a2a8 (patch) | |
tree | f5ba2780647a62a34bb6fd1691d1a08c9c229187 /www/ruby-sass | |
parent | ad3e0d4ec26e27812c354a168ba9e8c77ce797db (diff) | |
download | pkgsrc-99c8a70cdd98878718a1c614778eb5c4fb23a2a8.tar.gz |
Update www/ruby-sass package to 3.1.7.
3.1.6
* The option :trace_selectors can now be used to emit a full trace before each
selector. This can be helpful for in-browser debugging of stylesheet imports
and mixin includes. This option supersedes the :line_comments option and is
superseded by the :debug_info option.
* Fix a bug where long @if/@else chains would cause exponential slowdown under
some circumstances.
3.1.5
* Updated the vendored FSSM version, which will avoid segfaults on OS X Lion
when using --watch.
3.1.4
* Sass no longer unnecessarily caches the sass options hash. This allows
objects that cannot be marshaled to be placed into the options hash.
3.1.3
* Sass now logs message thru a logger object which can be changed to provide
integration with other frameworks¡Ç logging infrastructure.
Diffstat (limited to 'www/ruby-sass')
-rw-r--r-- | www/ruby-sass/Makefile | 4 | ||||
-rw-r--r-- | www/ruby-sass/PLIST | 19 | ||||
-rw-r--r-- | www/ruby-sass/distinfo | 8 |
3 files changed, 22 insertions, 9 deletions
diff --git a/www/ruby-sass/Makefile b/www/ruby-sass/Makefile index efb4e06559b..510fc07fea8 100644 --- a/www/ruby-sass/Makefile +++ b/www/ruby-sass/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2011/06/19 07:34:55 taca Exp $ +# $NetBSD: Makefile,v 1.3 2011/08/13 00:31:49 taca Exp $ -DISTNAME= sass-3.1.2 +DISTNAME= sass-3.1.7 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/www/ruby-sass/PLIST b/www/ruby-sass/PLIST index cc033ea7145..4789548f3e1 100644 --- a/www/ruby-sass/PLIST +++ b/www/ruby-sass/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2011/06/19 07:31:57 taca Exp $ +@comment $NetBSD: PLIST,v 1.2 2011/08/13 00:31:49 taca Exp $ bin/sass bin/sass-convert ${GEM_HOME}/cache/${GEM_NAME}.gem @@ -6,6 +6,7 @@ ${GEM_LIBDIR}/.yardopts ${GEM_LIBDIR}/CONTRIBUTING ${GEM_LIBDIR}/MIT-LICENSE ${GEM_LIBDIR}/README.md +${GEM_LIBDIR}/REVISION ${GEM_LIBDIR}/Rakefile ${GEM_LIBDIR}/VERSION ${GEM_LIBDIR}/VERSION_NAME @@ -31,6 +32,9 @@ ${GEM_LIBDIR}/lib/sass/importers.rb ${GEM_LIBDIR}/lib/sass/importers/base.rb ${GEM_LIBDIR}/lib/sass/importers/filesystem.rb ${GEM_LIBDIR}/lib/sass/less.rb +${GEM_LIBDIR}/lib/sass/logger.rb +${GEM_LIBDIR}/lib/sass/logger/base.rb +${GEM_LIBDIR}/lib/sass/logger/log_level.rb ${GEM_LIBDIR}/lib/sass/plugin.rb ${GEM_LIBDIR}/lib/sass/plugin/compiler.rb ${GEM_LIBDIR}/lib/sass/plugin/configuration.rb @@ -99,7 +103,9 @@ ${GEM_LIBDIR}/lib/sass/tree/visitors/base.rb ${GEM_LIBDIR}/lib/sass/tree/visitors/check_nesting.rb ${GEM_LIBDIR}/lib/sass/tree/visitors/convert.rb ${GEM_LIBDIR}/lib/sass/tree/visitors/cssize.rb +${GEM_LIBDIR}/lib/sass/tree/visitors/deep_copy.rb ${GEM_LIBDIR}/lib/sass/tree/visitors/perform.rb +${GEM_LIBDIR}/lib/sass/tree/visitors/set_options.rb ${GEM_LIBDIR}/lib/sass/tree/visitors/to_css.rb ${GEM_LIBDIR}/lib/sass/tree/warn_node.rb ${GEM_LIBDIR}/lib/sass/tree/while_node.rb @@ -114,9 +120,12 @@ ${GEM_LIBDIR}/test/sass/css2sass_test.rb ${GEM_LIBDIR}/test/sass/data/hsl-rgb.txt ${GEM_LIBDIR}/test/sass/engine_test.rb ${GEM_LIBDIR}/test/sass/extend_test.rb +${GEM_LIBDIR}/test/sass/fixtures/test_staleness_check_across_importers.css +${GEM_LIBDIR}/test/sass/fixtures/test_staleness_check_across_importers.scss ${GEM_LIBDIR}/test/sass/functions_test.rb ${GEM_LIBDIR}/test/sass/importer_test.rb ${GEM_LIBDIR}/test/sass/less_conversion_test.rb +${GEM_LIBDIR}/test/sass/logger_test.rb ${GEM_LIBDIR}/test/sass/mock_importer.rb ${GEM_LIBDIR}/test/sass/more_results/more1.css ${GEM_LIBDIR}/test/sass/more_results/more1_with_line_comments.css @@ -202,16 +211,17 @@ ${GEM_LIBDIR}/test/sass/test_helper.rb ${GEM_LIBDIR}/test/sass/util/subset_map_test.rb ${GEM_LIBDIR}/test/sass/util_test.rb ${GEM_LIBDIR}/test/test_helper.rb +${GEM_LIBDIR}/vendor/fssm/Gemfile ${GEM_LIBDIR}/vendor/fssm/LICENSE ${GEM_LIBDIR}/vendor/fssm/README.markdown ${GEM_LIBDIR}/vendor/fssm/Rakefile -${GEM_LIBDIR}/vendor/fssm/VERSION.yml ${GEM_LIBDIR}/vendor/fssm/example.rb ${GEM_LIBDIR}/vendor/fssm/fssm.gemspec ${GEM_LIBDIR}/vendor/fssm/lib/fssm.rb ${GEM_LIBDIR}/vendor/fssm/lib/fssm/backends/fsevents.rb ${GEM_LIBDIR}/vendor/fssm/lib/fssm/backends/inotify.rb ${GEM_LIBDIR}/vendor/fssm/lib/fssm/backends/polling.rb +${GEM_LIBDIR}/vendor/fssm/lib/fssm/backends/rbfsevent.rb ${GEM_LIBDIR}/vendor/fssm/lib/fssm/backends/rubycocoa/fsevents.rb ${GEM_LIBDIR}/vendor/fssm/lib/fssm/monitor.rb ${GEM_LIBDIR}/vendor/fssm/lib/fssm/path.rb @@ -220,12 +230,15 @@ ${GEM_LIBDIR}/vendor/fssm/lib/fssm/state/directory.rb ${GEM_LIBDIR}/vendor/fssm/lib/fssm/state/file.rb ${GEM_LIBDIR}/vendor/fssm/lib/fssm/support.rb ${GEM_LIBDIR}/vendor/fssm/lib/fssm/tree.rb -${GEM_LIBDIR}/vendor/fssm/pkg/fssm-0.0.8.gem +${GEM_LIBDIR}/vendor/fssm/lib/fssm/version.rb ${GEM_LIBDIR}/vendor/fssm/profile/prof-cache.rb ${GEM_LIBDIR}/vendor/fssm/profile/prof-fssm-pathname.html +${GEM_LIBDIR}/vendor/fssm/profile/prof-pathname-rubinius.rb ${GEM_LIBDIR}/vendor/fssm/profile/prof-pathname.rb ${GEM_LIBDIR}/vendor/fssm/profile/prof-plain-pathname.html ${GEM_LIBDIR}/vendor/fssm/profile/prof.html +${GEM_LIBDIR}/vendor/fssm/spec/count_down_latch.rb +${GEM_LIBDIR}/vendor/fssm/spec/monitor_spec.rb ${GEM_LIBDIR}/vendor/fssm/spec/path_spec.rb ${GEM_LIBDIR}/vendor/fssm/spec/root/duck/quack.txt ${GEM_LIBDIR}/vendor/fssm/spec/root/file.css diff --git a/www/ruby-sass/distinfo b/www/ruby-sass/distinfo index 3f3230bb468..086fc6c06b0 100644 --- a/www/ruby-sass/distinfo +++ b/www/ruby-sass/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/06/19 07:31:57 taca Exp $ +$NetBSD: distinfo,v 1.2 2011/08/13 00:31:49 taca Exp $ -SHA1 (sass-3.1.2.gem) = a63667d33402fa4041fd1effc441b99099223982 -RMD160 (sass-3.1.2.gem) = 29e23596b324fdd9551177e172da1da80b2ef7f4 -Size (sass-3.1.2.gem) = 231424 bytes +SHA1 (sass-3.1.7.gem) = 58b7aa21586ec0f2ab96c959914d63d35875b7ff +RMD160 (sass-3.1.7.gem) = 33affbd6cb0512ef091aea5f4873b92dc26ad432 +Size (sass-3.1.7.gem) = 211968 bytes |