summaryrefslogtreecommitdiff
path: root/www/ruby-compass
diff options
context:
space:
mode:
authortaca <taca>2012-09-16 13:37:03 +0000
committertaca <taca>2012-09-16 13:37:03 +0000
commitcaa5b73f874d5a5ae588efc5111a455471c46182 (patch)
tree92f0a59a2f9905a429c6f082bb6fecbbd7f8eb80 /www/ruby-compass
parent47996137f180410a343615471d7f2ab3c51701ae (diff)
downloadpkgsrc-caa5b73f874d5a5ae588efc5111a455471c46182.tar.gz
Update ruby-compass to 0.12.2.
0.12.2 (06/24/2012) * [Vertical Rhythm Module] Removed the $ie-font-ratio constatnt in favor of a more clear $browser-default-font-size constant. * [Vertical Rhythm Module] The establish-baseline mixin now styles the <html> element instead of the <body> element. This makes the vertical rhythm module work better with rem based measurements. * [CSS3] Added 3D transform support for Mozillia, IE, and Opera. * [CSS3] Added -ms support for css3 columns. Add support for the columns shorthand property. * [CSS3] Added -ms and -webkit support for CSS Regions. Docs * [CSS3] Added mixins for column-break properties to the columns module. * [CSS3] Added a css3/hyphenation module for the word-break and hyphens properties. * [CSS3] Made the API more consistent across the different mixins in the transitions module. * [CSS3] The text-shadow mixin now supports the spread parameter and it is used to progressively enhance browsers that support it. * [CSS3] Add a mixin for the unofficial filter property. Docs * [CSS3] Removed the -ms prefix for gradients and transforms. Microsoft took so long to release them, that the spec was approved first. * [CLI] Added a -I option for adding sass import paths via the CLI during compilation and project set up. * [Configuration] For better ruby and rails integration, the add_import_path command now accepts Sass::Importer objects and Ruby Pathname objects. * Reverted the hide-text mixin to the -9999 method. If you prefer the Kellum method then you need to set $hide-text-direction to right in your stylesheets. * $legacy-support-for-mozilla can be set to false to disable output for Firefox 3.6 or earlier. * Cleaned up the inline-block mixin to have less output and make the vertical-alignment of that mixin configurable or even turned off. Details * Output of SVG and original webkit gradients is now omitted when using the degree-based linear gradient syntax. * Added a --fonts-dir configuration flag for the compass command line. * Added tint() and shade() color helper functions, for better ligthening/darkening of colors.
Diffstat (limited to 'www/ruby-compass')
-rw-r--r--www/ruby-compass/Makefile4
-rw-r--r--www/ruby-compass/PLIST135
-rw-r--r--www/ruby-compass/distinfo8
3 files changed, 20 insertions, 127 deletions
diff --git a/www/ruby-compass/Makefile b/www/ruby-compass/Makefile
index f4100cacd2b..7fd21fcd17f 100644
--- a/www/ruby-compass/Makefile
+++ b/www/ruby-compass/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2012/03/20 14:00:28 taca Exp $
+# $NetBSD: Makefile,v 1.7 2012/09/16 13:37:03 taca Exp $
-DISTNAME= compass-0.12.1
+DISTNAME= compass-0.12.2
CATEGORIES= www
#MASTER_SITES= http://gems.github.com/gems/
diff --git a/www/ruby-compass/PLIST b/www/ruby-compass/PLIST
index c954c8714d8..10a0b4f4146 100644
--- a/www/ruby-compass/PLIST
+++ b/www/ruby-compass/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2012/03/20 14:00:28 taca Exp $
+@comment $NetBSD: PLIST,v 1.6 2012/09/16 13:37:03 taca Exp $
bin/compass
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/LICENSE.markdown
@@ -6,7 +6,6 @@ ${GEM_LIBDIR}/README.markdown
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/VERSION.yml
${GEM_LIBDIR}/bin/compass
-${GEM_LIBDIR}/bin/compass.compiled.rbc
${GEM_LIBDIR}/examples/README.markdown
${GEM_LIBDIR}/examples/blueprint_default/config.rb
${GEM_LIBDIR}/examples/blueprint_default/images/grid.png
@@ -464,11 +463,14 @@ ${GEM_LIBDIR}/frameworks/compass/stylesheets/compass/css3/_box-shadow.scss
${GEM_LIBDIR}/frameworks/compass/stylesheets/compass/css3/_box-sizing.scss
${GEM_LIBDIR}/frameworks/compass/stylesheets/compass/css3/_box.scss
${GEM_LIBDIR}/frameworks/compass/stylesheets/compass/css3/_columns.scss
+${GEM_LIBDIR}/frameworks/compass/stylesheets/compass/css3/_filter.scss
${GEM_LIBDIR}/frameworks/compass/stylesheets/compass/css3/_font-face.scss
+${GEM_LIBDIR}/frameworks/compass/stylesheets/compass/css3/_hyphenation.scss
${GEM_LIBDIR}/frameworks/compass/stylesheets/compass/css3/_images.scss
${GEM_LIBDIR}/frameworks/compass/stylesheets/compass/css3/_inline-block.scss
${GEM_LIBDIR}/frameworks/compass/stylesheets/compass/css3/_opacity.scss
${GEM_LIBDIR}/frameworks/compass/stylesheets/compass/css3/_pie.scss
+${GEM_LIBDIR}/frameworks/compass/stylesheets/compass/css3/_regions.scss
${GEM_LIBDIR}/frameworks/compass/stylesheets/compass/css3/_shared.scss
${GEM_LIBDIR}/frameworks/compass/stylesheets/compass/css3/_text-shadow.scss
${GEM_LIBDIR}/frameworks/compass/stylesheets/compass/css3/_transform-legacy.scss
@@ -545,202 +547,106 @@ ${GEM_LIBDIR}/frameworks/compass/templates/project/manifest.rb
${GEM_LIBDIR}/frameworks/compass/templates/project/print.sass
${GEM_LIBDIR}/frameworks/compass/templates/project/screen.sass
${GEM_LIBDIR}/lib/compass.rb
-${GEM_LIBDIR}/lib/compass.rbc
${GEM_LIBDIR}/lib/compass/actions.rb
-${GEM_LIBDIR}/lib/compass/actions.rbc
${GEM_LIBDIR}/lib/compass/app_integration.rb
-${GEM_LIBDIR}/lib/compass/app_integration.rbc
-${GEM_LIBDIR}/lib/compass/app_integration/merb.rbc
${GEM_LIBDIR}/lib/compass/app_integration/rails.rb
-${GEM_LIBDIR}/lib/compass/app_integration/rails.rbc
-${GEM_LIBDIR}/lib/compass/app_integration/rails/configuration_defaults.rbc
-${GEM_LIBDIR}/lib/compass/app_integration/rails/installer.rbc
${GEM_LIBDIR}/lib/compass/app_integration/stand_alone.rb
-${GEM_LIBDIR}/lib/compass/app_integration/stand_alone.rbc
${GEM_LIBDIR}/lib/compass/app_integration/stand_alone/configuration_defaults.rb
-${GEM_LIBDIR}/lib/compass/app_integration/stand_alone/configuration_defaults.rbc
${GEM_LIBDIR}/lib/compass/app_integration/stand_alone/installer.rb
-${GEM_LIBDIR}/lib/compass/app_integration/stand_alone/installer.rbc
${GEM_LIBDIR}/lib/compass/browser_support.rb
-${GEM_LIBDIR}/lib/compass/browser_support.rbc
${GEM_LIBDIR}/lib/compass/commands.rb
-${GEM_LIBDIR}/lib/compass/commands.rbc
${GEM_LIBDIR}/lib/compass/commands/base.rb
-${GEM_LIBDIR}/lib/compass/commands/base.rbc
${GEM_LIBDIR}/lib/compass/commands/clean_project.rb
-${GEM_LIBDIR}/lib/compass/commands/clean_project.rbc
${GEM_LIBDIR}/lib/compass/commands/create_project.rb
-${GEM_LIBDIR}/lib/compass/commands/create_project.rbc
${GEM_LIBDIR}/lib/compass/commands/default.rb
-${GEM_LIBDIR}/lib/compass/commands/default.rbc
+${GEM_LIBDIR}/lib/compass/commands/extension_command.rb
${GEM_LIBDIR}/lib/compass/commands/generate_grid_background.rb
-${GEM_LIBDIR}/lib/compass/commands/generate_grid_background.rbc
${GEM_LIBDIR}/lib/compass/commands/help.rb
-${GEM_LIBDIR}/lib/compass/commands/help.rbc
${GEM_LIBDIR}/lib/compass/commands/imports.rb
-${GEM_LIBDIR}/lib/compass/commands/imports.rbc
${GEM_LIBDIR}/lib/compass/commands/installer_command.rb
-${GEM_LIBDIR}/lib/compass/commands/installer_command.rbc
${GEM_LIBDIR}/lib/compass/commands/interactive.rb
-${GEM_LIBDIR}/lib/compass/commands/interactive.rbc
${GEM_LIBDIR}/lib/compass/commands/list_frameworks.rb
-${GEM_LIBDIR}/lib/compass/commands/list_frameworks.rbc
${GEM_LIBDIR}/lib/compass/commands/print_version.rb
-${GEM_LIBDIR}/lib/compass/commands/print_version.rbc
${GEM_LIBDIR}/lib/compass/commands/project_base.rb
-${GEM_LIBDIR}/lib/compass/commands/project_base.rbc
${GEM_LIBDIR}/lib/compass/commands/project_stats.rb
-${GEM_LIBDIR}/lib/compass/commands/project_stats.rbc
${GEM_LIBDIR}/lib/compass/commands/project_structure.rb
${GEM_LIBDIR}/lib/compass/commands/registry.rb
-${GEM_LIBDIR}/lib/compass/commands/registry.rbc
${GEM_LIBDIR}/lib/compass/commands/sprite.rb
-${GEM_LIBDIR}/lib/compass/commands/sprite.rbc
${GEM_LIBDIR}/lib/compass/commands/stamp_pattern.rb
-${GEM_LIBDIR}/lib/compass/commands/stamp_pattern.rbc
${GEM_LIBDIR}/lib/compass/commands/unpack_extension.rb
-${GEM_LIBDIR}/lib/compass/commands/unpack_extension.rbc
${GEM_LIBDIR}/lib/compass/commands/update_project.rb
-${GEM_LIBDIR}/lib/compass/commands/update_project.rbc
${GEM_LIBDIR}/lib/compass/commands/validate_project.rb
-${GEM_LIBDIR}/lib/compass/commands/validate_project.rbc
${GEM_LIBDIR}/lib/compass/commands/watch_project.rb
-${GEM_LIBDIR}/lib/compass/commands/watch_project.rbc
${GEM_LIBDIR}/lib/compass/commands/write_configuration.rb
-${GEM_LIBDIR}/lib/compass/commands/write_configuration.rbc
${GEM_LIBDIR}/lib/compass/compiler.rb
-${GEM_LIBDIR}/lib/compass/compiler.rbc
${GEM_LIBDIR}/lib/compass/configuration.rb
-${GEM_LIBDIR}/lib/compass/configuration.rbc
${GEM_LIBDIR}/lib/compass/configuration/adapters.rb
-${GEM_LIBDIR}/lib/compass/configuration/adapters.rbc
${GEM_LIBDIR}/lib/compass/configuration/comments.rb
-${GEM_LIBDIR}/lib/compass/configuration/comments.rbc
${GEM_LIBDIR}/lib/compass/configuration/data.rb
-${GEM_LIBDIR}/lib/compass/configuration/data.rbc
${GEM_LIBDIR}/lib/compass/configuration/defaults.rb
-${GEM_LIBDIR}/lib/compass/configuration/defaults.rbc
${GEM_LIBDIR}/lib/compass/configuration/file_data.rb
-${GEM_LIBDIR}/lib/compass/configuration/file_data.rbc
${GEM_LIBDIR}/lib/compass/configuration/helpers.rb
-${GEM_LIBDIR}/lib/compass/configuration/helpers.rbc
${GEM_LIBDIR}/lib/compass/configuration/inheritance.rb
-${GEM_LIBDIR}/lib/compass/configuration/inheritance.rbc
${GEM_LIBDIR}/lib/compass/configuration/paths.rb
-${GEM_LIBDIR}/lib/compass/configuration/paths.rbc
${GEM_LIBDIR}/lib/compass/configuration/serialization.rb
-${GEM_LIBDIR}/lib/compass/configuration/serialization.rbc
${GEM_LIBDIR}/lib/compass/dependencies.rb
-${GEM_LIBDIR}/lib/compass/dependencies.rbc
${GEM_LIBDIR}/lib/compass/errors.rb
-${GEM_LIBDIR}/lib/compass/errors.rbc
${GEM_LIBDIR}/lib/compass/exec.rb
-${GEM_LIBDIR}/lib/compass/exec.rbc
${GEM_LIBDIR}/lib/compass/exec/command_option_parser.rb
-${GEM_LIBDIR}/lib/compass/exec/command_option_parser.rbc
${GEM_LIBDIR}/lib/compass/exec/global_options_parser.rb
-${GEM_LIBDIR}/lib/compass/exec/global_options_parser.rbc
${GEM_LIBDIR}/lib/compass/exec/helpers.rb
-${GEM_LIBDIR}/lib/compass/exec/helpers.rbc
${GEM_LIBDIR}/lib/compass/exec/project_options_parser.rb
-${GEM_LIBDIR}/lib/compass/exec/project_options_parser.rbc
${GEM_LIBDIR}/lib/compass/exec/sub_command_ui.rb
-${GEM_LIBDIR}/lib/compass/exec/sub_command_ui.rbc
${GEM_LIBDIR}/lib/compass/exec/switch_ui.rb
${GEM_LIBDIR}/lib/compass/frameworks.rb
-${GEM_LIBDIR}/lib/compass/frameworks.rbc
${GEM_LIBDIR}/lib/compass/grid_builder.rb
-${GEM_LIBDIR}/lib/compass/grid_builder.rbc
${GEM_LIBDIR}/lib/compass/installers.rb
-${GEM_LIBDIR}/lib/compass/installers.rbc
${GEM_LIBDIR}/lib/compass/installers/bare_installer.rb
-${GEM_LIBDIR}/lib/compass/installers/bare_installer.rbc
${GEM_LIBDIR}/lib/compass/installers/base.rb
-${GEM_LIBDIR}/lib/compass/installers/base.rbc
${GEM_LIBDIR}/lib/compass/installers/manifest.rb
-${GEM_LIBDIR}/lib/compass/installers/manifest.rbc
${GEM_LIBDIR}/lib/compass/installers/manifest_installer.rb
-${GEM_LIBDIR}/lib/compass/installers/manifest_installer.rbc
${GEM_LIBDIR}/lib/compass/installers/template_context.rb
-${GEM_LIBDIR}/lib/compass/installers/template_context.rbc
${GEM_LIBDIR}/lib/compass/logger.rb
-${GEM_LIBDIR}/lib/compass/logger.rbc
${GEM_LIBDIR}/lib/compass/quick_cache.rb
-${GEM_LIBDIR}/lib/compass/quick_cache.rbc
${GEM_LIBDIR}/lib/compass/rails.rb
${GEM_LIBDIR}/lib/compass/sass_extensions.rb
-${GEM_LIBDIR}/lib/compass/sass_extensions.rbc
${GEM_LIBDIR}/lib/compass/sass_extensions/functions.rb
-${GEM_LIBDIR}/lib/compass/sass_extensions/functions.rbc
${GEM_LIBDIR}/lib/compass/sass_extensions/functions/colors.rb
-${GEM_LIBDIR}/lib/compass/sass_extensions/functions/colors.rbc
${GEM_LIBDIR}/lib/compass/sass_extensions/functions/constants.rb
-${GEM_LIBDIR}/lib/compass/sass_extensions/functions/constants.rbc
${GEM_LIBDIR}/lib/compass/sass_extensions/functions/cross_browser_support.rb
-${GEM_LIBDIR}/lib/compass/sass_extensions/functions/cross_browser_support.rbc
${GEM_LIBDIR}/lib/compass/sass_extensions/functions/display.rb
-${GEM_LIBDIR}/lib/compass/sass_extensions/functions/display.rbc
${GEM_LIBDIR}/lib/compass/sass_extensions/functions/enumerate.rb
-${GEM_LIBDIR}/lib/compass/sass_extensions/functions/enumerate.rbc
${GEM_LIBDIR}/lib/compass/sass_extensions/functions/env.rb
-${GEM_LIBDIR}/lib/compass/sass_extensions/functions/env.rbc
${GEM_LIBDIR}/lib/compass/sass_extensions/functions/font_files.rb
-${GEM_LIBDIR}/lib/compass/sass_extensions/functions/font_files.rbc
${GEM_LIBDIR}/lib/compass/sass_extensions/functions/gradient_support.rb
-${GEM_LIBDIR}/lib/compass/sass_extensions/functions/gradient_support.rbc
${GEM_LIBDIR}/lib/compass/sass_extensions/functions/image_size.rb
-${GEM_LIBDIR}/lib/compass/sass_extensions/functions/image_size.rbc
${GEM_LIBDIR}/lib/compass/sass_extensions/functions/inline_image.rb
-${GEM_LIBDIR}/lib/compass/sass_extensions/functions/inline_image.rbc
${GEM_LIBDIR}/lib/compass/sass_extensions/functions/lists.rb
-${GEM_LIBDIR}/lib/compass/sass_extensions/functions/lists.rbc
${GEM_LIBDIR}/lib/compass/sass_extensions/functions/math.rb
${GEM_LIBDIR}/lib/compass/sass_extensions/functions/selectors.rb
-${GEM_LIBDIR}/lib/compass/sass_extensions/functions/selectors.rbc
${GEM_LIBDIR}/lib/compass/sass_extensions/functions/sprites.rb
-${GEM_LIBDIR}/lib/compass/sass_extensions/functions/sprites.rbc
-${GEM_LIBDIR}/lib/compass/sass_extensions/functions/trig.rbc
${GEM_LIBDIR}/lib/compass/sass_extensions/functions/urls.rb
-${GEM_LIBDIR}/lib/compass/sass_extensions/functions/urls.rbc
${GEM_LIBDIR}/lib/compass/sass_extensions/monkey_patches.rb
-${GEM_LIBDIR}/lib/compass/sass_extensions/monkey_patches.rbc
${GEM_LIBDIR}/lib/compass/sass_extensions/monkey_patches/browser_support.rb
-${GEM_LIBDIR}/lib/compass/sass_extensions/monkey_patches/browser_support.rbc
${GEM_LIBDIR}/lib/compass/sass_extensions/monkey_patches/traversal.rb
-${GEM_LIBDIR}/lib/compass/sass_extensions/monkey_patches/traversal.rbc
${GEM_LIBDIR}/lib/compass/sass_extensions/sprites.rb
-${GEM_LIBDIR}/lib/compass/sass_extensions/sprites.rbc
-${GEM_LIBDIR}/lib/compass/sass_extensions/sprites/base.rbc
${GEM_LIBDIR}/lib/compass/sass_extensions/sprites/engines.rb
-${GEM_LIBDIR}/lib/compass/sass_extensions/sprites/engines.rbc
${GEM_LIBDIR}/lib/compass/sass_extensions/sprites/engines/chunky_png_engine.rb
-${GEM_LIBDIR}/lib/compass/sass_extensions/sprites/engines/chunky_png_engine.rbc
${GEM_LIBDIR}/lib/compass/sass_extensions/sprites/image.rb
-${GEM_LIBDIR}/lib/compass/sass_extensions/sprites/image.rbc
${GEM_LIBDIR}/lib/compass/sass_extensions/sprites/image_methods.rb
-${GEM_LIBDIR}/lib/compass/sass_extensions/sprites/image_methods.rbc
${GEM_LIBDIR}/lib/compass/sass_extensions/sprites/image_row.rb
-${GEM_LIBDIR}/lib/compass/sass_extensions/sprites/image_row.rbc
${GEM_LIBDIR}/lib/compass/sass_extensions/sprites/layout_methods.rb
-${GEM_LIBDIR}/lib/compass/sass_extensions/sprites/layout_methods.rbc
${GEM_LIBDIR}/lib/compass/sass_extensions/sprites/row_fitter.rb
-${GEM_LIBDIR}/lib/compass/sass_extensions/sprites/row_fitter.rbc
${GEM_LIBDIR}/lib/compass/sass_extensions/sprites/sprite_map.rb
-${GEM_LIBDIR}/lib/compass/sass_extensions/sprites/sprite_map.rbc
${GEM_LIBDIR}/lib/compass/sass_extensions/sprites/sprite_methods.rb
-${GEM_LIBDIR}/lib/compass/sass_extensions/sprites/sprite_methods.rbc
-${GEM_LIBDIR}/lib/compass/sass_extensions/sprites/sprites.rbc
${GEM_LIBDIR}/lib/compass/sprite_importer.rb
-${GEM_LIBDIR}/lib/compass/sprite_importer.rbc
${GEM_LIBDIR}/lib/compass/sprite_importer/binding.rb
${GEM_LIBDIR}/lib/compass/sprite_importer/content.erb
${GEM_LIBDIR}/lib/compass/stats.rb
${GEM_LIBDIR}/lib/compass/test_case.rb
${GEM_LIBDIR}/lib/compass/util.rb
-${GEM_LIBDIR}/lib/compass/util.rbc
${GEM_LIBDIR}/lib/compass/validator.rb
${GEM_LIBDIR}/lib/compass/version.rb
-${GEM_LIBDIR}/lib/compass/version.rbc
${GEM_LIBDIR}/test/fixtures/extensions/only_stylesheets/compass_init.rb
${GEM_LIBDIR}/test/fixtures/extensions/only_stylesheets/scss/only_stylesheets/foo.scss
${GEM_LIBDIR}/test/fixtures/fonts/bgrove.base64.txt
@@ -837,10 +743,12 @@ ${GEM_LIBDIR}/test/fixtures/stylesheets/compass/css/box-sizeing.css
${GEM_LIBDIR}/test/fixtures/stylesheets/compass/css/box.css
${GEM_LIBDIR}/test/fixtures/stylesheets/compass/css/box_shadow.css
${GEM_LIBDIR}/test/fixtures/stylesheets/compass/css/columns.css
+${GEM_LIBDIR}/test/fixtures/stylesheets/compass/css/filters.css
${GEM_LIBDIR}/test/fixtures/stylesheets/compass/css/fonts.css
${GEM_LIBDIR}/test/fixtures/stylesheets/compass/css/force-wrap.css
${GEM_LIBDIR}/test/fixtures/stylesheets/compass/css/gradients.css
${GEM_LIBDIR}/test/fixtures/stylesheets/compass/css/grid_background.css
+${GEM_LIBDIR}/test/fixtures/stylesheets/compass/css/hyphenation.css
${GEM_LIBDIR}/test/fixtures/stylesheets/compass/css/image_size.css
${GEM_LIBDIR}/test/fixtures/stylesheets/compass/css/images.css
${GEM_LIBDIR}/test/fixtures/stylesheets/compass/css/layout.css
@@ -849,6 +757,8 @@ ${GEM_LIBDIR}/test/fixtures/stylesheets/compass/css/lists.css
${GEM_LIBDIR}/test/fixtures/stylesheets/compass/css/opacity.css
${GEM_LIBDIR}/test/fixtures/stylesheets/compass/css/pie.css
${GEM_LIBDIR}/test/fixtures/stylesheets/compass/css/print.css
+${GEM_LIBDIR}/test/fixtures/stylesheets/compass/css/regions.css
+${GEM_LIBDIR}/test/fixtures/stylesheets/compass/css/replacement.css
${GEM_LIBDIR}/test/fixtures/stylesheets/compass/css/reset.css
${GEM_LIBDIR}/test/fixtures/stylesheets/compass/css/sprites.css
${GEM_LIBDIR}/test/fixtures/stylesheets/compass/css/stretching.css
@@ -1117,10 +1027,12 @@ ${GEM_LIBDIR}/test/fixtures/stylesheets/compass/sass/box-sizeing.scss
${GEM_LIBDIR}/test/fixtures/stylesheets/compass/sass/box.sass
${GEM_LIBDIR}/test/fixtures/stylesheets/compass/sass/box_shadow.scss
${GEM_LIBDIR}/test/fixtures/stylesheets/compass/sass/columns.scss
+${GEM_LIBDIR}/test/fixtures/stylesheets/compass/sass/filters.scss
${GEM_LIBDIR}/test/fixtures/stylesheets/compass/sass/fonts.sass
${GEM_LIBDIR}/test/fixtures/stylesheets/compass/sass/force-wrap.scss
${GEM_LIBDIR}/test/fixtures/stylesheets/compass/sass/gradients.sass
${GEM_LIBDIR}/test/fixtures/stylesheets/compass/sass/grid_background.scss
+${GEM_LIBDIR}/test/fixtures/stylesheets/compass/sass/hyphenation.scss
${GEM_LIBDIR}/test/fixtures/stylesheets/compass/sass/image_size.sass
${GEM_LIBDIR}/test/fixtures/stylesheets/compass/sass/images.scss
${GEM_LIBDIR}/test/fixtures/stylesheets/compass/sass/layout.sass
@@ -1129,6 +1041,8 @@ ${GEM_LIBDIR}/test/fixtures/stylesheets/compass/sass/lists.scss
${GEM_LIBDIR}/test/fixtures/stylesheets/compass/sass/opacity.scss
${GEM_LIBDIR}/test/fixtures/stylesheets/compass/sass/pie.scss
${GEM_LIBDIR}/test/fixtures/stylesheets/compass/sass/print.sass
+${GEM_LIBDIR}/test/fixtures/stylesheets/compass/sass/regions.scss
+${GEM_LIBDIR}/test/fixtures/stylesheets/compass/sass/replacement.scss
${GEM_LIBDIR}/test/fixtures/stylesheets/compass/sass/reset.sass
${GEM_LIBDIR}/test/fixtures/stylesheets/compass/sass/sprites.scss
${GEM_LIBDIR}/test/fixtures/stylesheets/compass/sass/stretching.sass
@@ -1166,48 +1080,27 @@ ${GEM_LIBDIR}/test/fixtures/stylesheets/uses_only_stylesheets_ext/stylesheets/sc
${GEM_LIBDIR}/test/fixtures/stylesheets/valid/config.rb
${GEM_LIBDIR}/test/fixtures/stylesheets/valid/sass/simple.sass
${GEM_LIBDIR}/test/helpers/command_line.rb
-${GEM_LIBDIR}/test/helpers/command_line.rbc
${GEM_LIBDIR}/test/helpers/diff.rb
-${GEM_LIBDIR}/test/helpers/diff.rbc
${GEM_LIBDIR}/test/helpers/io.rb
-${GEM_LIBDIR}/test/helpers/io.rbc
${GEM_LIBDIR}/test/helpers/rails.rb
-${GEM_LIBDIR}/test/helpers/rails.rbc
${GEM_LIBDIR}/test/helpers/test_case.rb
-${GEM_LIBDIR}/test/helpers/test_case.rbc
${GEM_LIBDIR}/test/integrations/compass_test.rb
-${GEM_LIBDIR}/test/integrations/compass_test.rbc
-${GEM_LIBDIR}/test/integrations/rails_integration_test.rbc
${GEM_LIBDIR}/test/integrations/sprites_test.rb
-${GEM_LIBDIR}/test/integrations/sprites_test.rbc
${GEM_LIBDIR}/test/test_helper.rb
-${GEM_LIBDIR}/test/test_helper.rbc
${GEM_LIBDIR}/test/units/actions_test.rb
-${GEM_LIBDIR}/test/units/actions_test.rbc
${GEM_LIBDIR}/test/units/command_line_test.rb
-${GEM_LIBDIR}/test/units/command_line_test.rbc
${GEM_LIBDIR}/test/units/compass_module_test.rb
${GEM_LIBDIR}/test/units/compass_png_test.rb
-${GEM_LIBDIR}/test/units/compass_png_test.rbc
${GEM_LIBDIR}/test/units/compiler_test.rb
${GEM_LIBDIR}/test/units/configuration_test.rb
-${GEM_LIBDIR}/test/units/configuration_test.rbc
-${GEM_LIBDIR}/test/units/rails_configuration_test.rbc
+${GEM_LIBDIR}/test/units/regressions_test.rb
${GEM_LIBDIR}/test/units/sass_extensions_test.rb
-${GEM_LIBDIR}/test/units/sass_extensions_test.rbc
${GEM_LIBDIR}/test/units/sprites/engine_test.rb
-${GEM_LIBDIR}/test/units/sprites/engine_test.rbc
${GEM_LIBDIR}/test/units/sprites/image_row_test.rb
-${GEM_LIBDIR}/test/units/sprites/image_row_test.rbc
${GEM_LIBDIR}/test/units/sprites/image_test.rb
-${GEM_LIBDIR}/test/units/sprites/image_test.rbc
${GEM_LIBDIR}/test/units/sprites/importer_test.rb
-${GEM_LIBDIR}/test/units/sprites/importer_test.rbc
${GEM_LIBDIR}/test/units/sprites/layout_test.rb
${GEM_LIBDIR}/test/units/sprites/row_fitter_test.rb
-${GEM_LIBDIR}/test/units/sprites/row_fitter_test.rbc
${GEM_LIBDIR}/test/units/sprites/sprite_command_test.rb
-${GEM_LIBDIR}/test/units/sprites/sprite_command_test.rbc
${GEM_LIBDIR}/test/units/sprites/sprite_map_test.rb
-${GEM_LIBDIR}/test/units/sprites/sprite_map_test.rbc
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/www/ruby-compass/distinfo b/www/ruby-compass/distinfo
index 1ad384b84dd..6e5c2992a34 100644
--- a/www/ruby-compass/distinfo
+++ b/www/ruby-compass/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2012/03/20 14:00:28 taca Exp $
+$NetBSD: distinfo,v 1.6 2012/09/16 13:37:03 taca Exp $
-SHA1 (compass-0.12.1.gem) = b5912977518a1a027fb5dd652fa8c46616304aa5
-RMD160 (compass-0.12.1.gem) = f5ce760879062b72cf5ea7490dc5afbb8a68a9f8
-Size (compass-0.12.1.gem) = 1608704 bytes
+SHA1 (compass-0.12.2.gem) = e508d67ccc103f4ae326e6f03700d49e6bafdf9c
+RMD160 (compass-0.12.2.gem) = 5c80ce506801f2e1d422b863b2796cc29b3e085e
+Size (compass-0.12.2.gem) = 1441280 bytes