diff options
author | taca <taca@pkgsrc.org> | 2012-03-20 14:00:28 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-03-20 14:00:28 +0000 |
commit | de95b37611c2c623c22441b6a5de3f5d5deabf37 (patch) | |
tree | 316470aa5738b4b8d0c8b72d93a0473de2953e82 /www/ruby-compass | |
parent | f3bb090ce64a0ad675d9466b90974db96ba9a9e1 (diff) | |
download | pkgsrc-de95b37611c2c623c22441b6a5de3f5d5deabf37.tar.gz |
Update ruby-compass to 0.12.1.
Changes are too many to write here, please refer CHANGELOG:
http://compass-style.org/CHANGELOG/
Diffstat (limited to 'www/ruby-compass')
-rw-r--r-- | www/ruby-compass/Makefile | 6 | ||||
-rw-r--r-- | www/ruby-compass/PLIST | 133 | ||||
-rw-r--r-- | www/ruby-compass/distinfo | 8 |
3 files changed, 123 insertions, 24 deletions
diff --git a/www/ruby-compass/Makefile b/www/ruby-compass/Makefile index 52fe5936f68..f4100cacd2b 100644 --- a/www/ruby-compass/Makefile +++ b/www/ruby-compass/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2011/08/13 00:28:13 taca Exp $ +# $NetBSD: Makefile,v 1.6 2012/03/20 14:00:28 taca Exp $ -DISTNAME= compass-0.11.5 +DISTNAME= compass-0.12.1 CATEGORIES= www #MASTER_SITES= http://gems.github.com/gems/ @@ -10,7 +10,7 @@ COMMENT= Stylesheet authoring framework based on Sass LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-sass>=3.1<4:../../www/ruby-sass -DEPENDS+= ${RUBY_PKGPREFIX}-chunky_png>=1.1<2:../../graphics/ruby-chunky_png +DEPENDS+= ${RUBY_PKGPREFIX}-chunky_png>=1.2<2:../../graphics/ruby-chunky_png DEPENDS+= ${RUBY_PKGPREFIX}-fssm>=0.2.7:../../sysutils/ruby-fssm CONFLICTS+= ruby[1-9][0-9]-compass-[0-9]* diff --git a/www/ruby-compass/PLIST b/www/ruby-compass/PLIST index f20e3f260a8..c954c8714d8 100644 --- a/www/ruby-compass/PLIST +++ b/www/ruby-compass/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2011/08/13 00:28:13 taca Exp $ +@comment $NetBSD: PLIST,v 1.5 2012/03/20 14:00:28 taca Exp $ bin/compass ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/LICENSE.markdown @@ -6,6 +6,7 @@ ${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 @@ -389,7 +390,6 @@ ${GEM_LIBDIR}/examples/yui/test.jpg ${GEM_LIBDIR}/examples/yui/typography.html.haml ${GEM_LIBDIR}/features/command_line.feature ${GEM_LIBDIR}/features/extensions.feature -${GEM_LIBDIR}/features/rails_integration.feature ${GEM_LIBDIR}/features/step_definitions/command_line_steps.rb ${GEM_LIBDIR}/features/step_definitions/extension_steps.rb ${GEM_LIBDIR}/frameworks/blueprint/stylesheets/_blueprint.scss @@ -465,7 +465,6 @@ ${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/_font-face.scss -${GEM_LIBDIR}/frameworks/compass/stylesheets/compass/css3/_gradient.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 @@ -475,6 +474,7 @@ ${GEM_LIBDIR}/frameworks/compass/stylesheets/compass/css3/_text-shadow.scss ${GEM_LIBDIR}/frameworks/compass/stylesheets/compass/css3/_transform-legacy.scss ${GEM_LIBDIR}/frameworks/compass/stylesheets/compass/css3/_transform.scss ${GEM_LIBDIR}/frameworks/compass/stylesheets/compass/css3/_transition.scss +${GEM_LIBDIR}/frameworks/compass/stylesheets/compass/css3/_user-interface.scss ${GEM_LIBDIR}/frameworks/compass/stylesheets/compass/layout/_grid-background.scss ${GEM_LIBDIR}/frameworks/compass/stylesheets/compass/layout/_sticky-footer.scss ${GEM_LIBDIR}/frameworks/compass/stylesheets/compass/layout/_stretching.scss @@ -550,21 +550,11 @@ ${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.rb ${GEM_LIBDIR}/lib/compass/app_integration/merb.rbc -${GEM_LIBDIR}/lib/compass/app_integration/merb/runtime.rb ${GEM_LIBDIR}/lib/compass/app_integration/rails.rb ${GEM_LIBDIR}/lib/compass/app_integration/rails.rbc -${GEM_LIBDIR}/lib/compass/app_integration/rails/actionpack2/action_controller.rb -${GEM_LIBDIR}/lib/compass/app_integration/rails/actionpack2/sass_plugin.rb -${GEM_LIBDIR}/lib/compass/app_integration/rails/actionpack2/urls.rb -${GEM_LIBDIR}/lib/compass/app_integration/rails/actionpack3/railtie.rb -${GEM_LIBDIR}/lib/compass/app_integration/rails/configuration_defaults.rb ${GEM_LIBDIR}/lib/compass/app_integration/rails/configuration_defaults.rbc -${GEM_LIBDIR}/lib/compass/app_integration/rails/installer.rb ${GEM_LIBDIR}/lib/compass/app_integration/rails/installer.rbc -${GEM_LIBDIR}/lib/compass/app_integration/rails/runtime.rb -${GEM_LIBDIR}/lib/compass/app_integration/rails/templates/compass-install-rails.rb ${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 @@ -574,27 +564,50 @@ ${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/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 @@ -622,22 +635,36 @@ ${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 @@ -655,6 +682,8 @@ ${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 @@ -665,11 +694,11 @@ ${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.rb ${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 @@ -689,12 +718,22 @@ ${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 @@ -702,15 +741,31 @@ ${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 +${GEM_LIBDIR}/test/fixtures/fonts/bgrove.ttf ${GEM_LIBDIR}/test/fixtures/sprites/public/images/bad_extensions/ten-by-ten.gif ${GEM_LIBDIR}/test/fixtures/sprites/public/images/bad_extensions/twenty-by-twenty.jpg +${GEM_LIBDIR}/test/fixtures/sprites/public/images/bool/false.png +${GEM_LIBDIR}/test/fixtures/sprites/public/images/bool/true.png ${GEM_LIBDIR}/test/fixtures/sprites/public/images/colors/blue.png ${GEM_LIBDIR}/test/fixtures/sprites/public/images/colors/yellow.png +${GEM_LIBDIR}/test/fixtures/sprites/public/images/image_row/large.png +${GEM_LIBDIR}/test/fixtures/sprites/public/images/image_row/large_square.png +${GEM_LIBDIR}/test/fixtures/sprites/public/images/image_row/medium.png +${GEM_LIBDIR}/test/fixtures/sprites/public/images/image_row/small.png +${GEM_LIBDIR}/test/fixtures/sprites/public/images/image_row/tall.png ${GEM_LIBDIR}/test/fixtures/sprites/public/images/ko/default_background.png ${GEM_LIBDIR}/test/fixtures/sprites/public/images/ko/starbg26x27.png ${GEM_LIBDIR}/test/fixtures/sprites/public/images/nested/squares/ten-by-ten.png ${GEM_LIBDIR}/test/fixtures/sprites/public/images/prefix/20-by-20.png ${GEM_LIBDIR}/test/fixtures/sprites/public/images/prefix/ten-by-ten.png +${GEM_LIBDIR}/test/fixtures/sprites/public/images/repeat_x/five.png +${GEM_LIBDIR}/test/fixtures/sprites/public/images/repeat_x/four.png +${GEM_LIBDIR}/test/fixtures/sprites/public/images/repeat_x/one.png +${GEM_LIBDIR}/test/fixtures/sprites/public/images/repeat_x/three.png +${GEM_LIBDIR}/test/fixtures/sprites/public/images/repeat_x/two.png ${GEM_LIBDIR}/test/fixtures/sprites/public/images/selectors/ten-by-ten.png ${GEM_LIBDIR}/test/fixtures/sprites/public/images/selectors/ten-by-ten_active.png ${GEM_LIBDIR}/test/fixtures/sprites/public/images/selectors/ten-by-ten_hover.png @@ -776,7 +831,9 @@ ${GEM_LIBDIR}/test/fixtures/stylesheets/busted_image_urls/sass/screen.sass ${GEM_LIBDIR}/test/fixtures/stylesheets/busted_image_urls/tmp/screen.css ${GEM_LIBDIR}/test/fixtures/stylesheets/compass/100x150.jpg ${GEM_LIBDIR}/test/fixtures/stylesheets/compass/config.rb +${GEM_LIBDIR}/test/fixtures/stylesheets/compass/css/background-clip.css ${GEM_LIBDIR}/test/fixtures/stylesheets/compass/css/border_radius.css +${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 @@ -797,6 +854,8 @@ ${GEM_LIBDIR}/test/fixtures/stylesheets/compass/css/sprites.css ${GEM_LIBDIR}/test/fixtures/stylesheets/compass/css/stretching.css ${GEM_LIBDIR}/test/fixtures/stylesheets/compass/css/text_shadow.css ${GEM_LIBDIR}/test/fixtures/stylesheets/compass/css/transform.css +${GEM_LIBDIR}/test/fixtures/stylesheets/compass/css/transition.css +${GEM_LIBDIR}/test/fixtures/stylesheets/compass/css/user-interface.css ${GEM_LIBDIR}/test/fixtures/stylesheets/compass/css/utilities.css ${GEM_LIBDIR}/test/fixtures/stylesheets/compass/css/vertical_rhythm.css ${GEM_LIBDIR}/test/fixtures/stylesheets/compass/images/100x150.gif @@ -804,7 +863,7 @@ ${GEM_LIBDIR}/test/fixtures/stylesheets/compass/images/100x150.jpeg ${GEM_LIBDIR}/test/fixtures/stylesheets/compass/images/100x150.jpg ${GEM_LIBDIR}/test/fixtures/stylesheets/compass/images/100x150.png ${GEM_LIBDIR}/test/fixtures/stylesheets/compass/images/4x6.png -${GEM_LIBDIR}/test/fixtures/stylesheets/compass/images/flag-s03c3b29b35.png +${GEM_LIBDIR}/test/fixtures/stylesheets/compass/images/flag-s4798b5a210.png ${GEM_LIBDIR}/test/fixtures/stylesheets/compass/images/flag/ad.png ${GEM_LIBDIR}/test/fixtures/stylesheets/compass/images/flag/ae.png ${GEM_LIBDIR}/test/fixtures/stylesheets/compass/images/flag/af.png @@ -1052,7 +1111,9 @@ ${GEM_LIBDIR}/test/fixtures/stylesheets/compass/images/flag/yt.png ${GEM_LIBDIR}/test/fixtures/stylesheets/compass/images/flag/za.png ${GEM_LIBDIR}/test/fixtures/stylesheets/compass/images/flag/zm.png ${GEM_LIBDIR}/test/fixtures/stylesheets/compass/images/flag/zw.png +${GEM_LIBDIR}/test/fixtures/stylesheets/compass/sass/background-clip.scss ${GEM_LIBDIR}/test/fixtures/stylesheets/compass/sass/border_radius.scss +${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 @@ -1073,8 +1134,14 @@ ${GEM_LIBDIR}/test/fixtures/stylesheets/compass/sass/sprites.scss ${GEM_LIBDIR}/test/fixtures/stylesheets/compass/sass/stretching.sass ${GEM_LIBDIR}/test/fixtures/stylesheets/compass/sass/text_shadow.scss ${GEM_LIBDIR}/test/fixtures/stylesheets/compass/sass/transform.scss +${GEM_LIBDIR}/test/fixtures/stylesheets/compass/sass/transition.scss +${GEM_LIBDIR}/test/fixtures/stylesheets/compass/sass/user-interface.scss ${GEM_LIBDIR}/test/fixtures/stylesheets/compass/sass/utilities.scss ${GEM_LIBDIR}/test/fixtures/stylesheets/compass/sass/vertical_rhythm.scss +${GEM_LIBDIR}/test/fixtures/stylesheets/envtest/config.rb +${GEM_LIBDIR}/test/fixtures/stylesheets/envtest/css/env.css +${GEM_LIBDIR}/test/fixtures/stylesheets/envtest/sass/env.scss +${GEM_LIBDIR}/test/fixtures/stylesheets/envtest/tmp/env.css ${GEM_LIBDIR}/test/fixtures/stylesheets/error/config.rb ${GEM_LIBDIR}/test/fixtures/stylesheets/error/sass/screen.sass ${GEM_LIBDIR}/test/fixtures/stylesheets/image_urls/config.rb @@ -1089,26 +1156,58 @@ ${GEM_LIBDIR}/test/fixtures/stylesheets/relative/css/screen.css ${GEM_LIBDIR}/test/fixtures/stylesheets/relative/sass/ie.sass ${GEM_LIBDIR}/test/fixtures/stylesheets/relative/sass/print.sass ${GEM_LIBDIR}/test/fixtures/stylesheets/relative/sass/screen.sass +${GEM_LIBDIR}/test/fixtures/stylesheets/uses_only_stylesheets_ext/config.rb +${GEM_LIBDIR}/test/fixtures/stylesheets/uses_only_stylesheets_ext/sass/ie.scss +${GEM_LIBDIR}/test/fixtures/stylesheets/uses_only_stylesheets_ext/sass/print.scss +${GEM_LIBDIR}/test/fixtures/stylesheets/uses_only_stylesheets_ext/sass/screen.scss +${GEM_LIBDIR}/test/fixtures/stylesheets/uses_only_stylesheets_ext/stylesheets/ie.css +${GEM_LIBDIR}/test/fixtures/stylesheets/uses_only_stylesheets_ext/stylesheets/print.css +${GEM_LIBDIR}/test/fixtures/stylesheets/uses_only_stylesheets_ext/stylesheets/screen.css ${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/rails_integration_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/test_rails_helper.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/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 99a96109223..1ad384b84dd 100644 --- a/www/ruby-compass/distinfo +++ b/www/ruby-compass/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2011/08/13 00:28:13 taca Exp $ +$NetBSD: distinfo,v 1.5 2012/03/20 14:00:28 taca Exp $ -SHA1 (compass-0.11.5.gem) = fdddd2223dadbbf07becc94572ad02d7f9b0de0e -RMD160 (compass-0.11.5.gem) = 558018654805d0915d02b704308a8bb5f386c852 -Size (compass-0.11.5.gem) = 1502208 bytes +SHA1 (compass-0.12.1.gem) = b5912977518a1a027fb5dd652fa8c46616304aa5 +RMD160 (compass-0.12.1.gem) = f5ce760879062b72cf5ea7490dc5afbb8a68a9f8 +Size (compass-0.12.1.gem) = 1608704 bytes |