summaryrefslogtreecommitdiff
path: root/www/ruby-compass-susy-plugin
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-06-19 08:02:21 +0000
committertaca <taca@pkgsrc.org>2011-06-19 08:02:21 +0000
commitb38728fa87de5af15c3a5bc8e81691daad631451 (patch)
tree82528934b0caad272b3274fc62a9c07412688239 /www/ruby-compass-susy-plugin
parente893f0571086f1223c4eea45bbfb596a95cd5245 (diff)
downloadpkgsrc-b38728fa87de5af15c3a5bc8e81691daad631451.tar.gz
Update ruby-compass-susy-plugin pacakge to 0.9.
Susy Changelog ============== v0.9 [Apr 25 2011] ------------------ Everything here is about simplicity. Susy has scaled back to it's most basic function: providing flexible grids. That is all. Deprecated: * The `susy/susy` import is deprecated in favor of simply importing `susy`. * The `show-grid` import is deprecated in favor of CSS3 gradient-based grid-images. You can now use the `susy-grid-background` mixin. See below. Removed: * Susy no longer imports all of compass. * Susy no longer establishes your baseline and no longer provides a reset. All of that is in the Compass core. You can (and should!) keep using them, but you will need to import them from compass. New: * Use the `susy-grid-background` mixin on any `container` to display the grid. This toggles on and off with the same controls that are used by the compass grid-background module. v0.9.beta.3 [Mar 16 2011] ------------------------- Deprecated: * The `susy/reset` import has been deprecated in favor of the Compass core `compass/reset` import. * The `susy` mixin has been deprecated. If you plan to continue using vertical-rhythms, you should replace it with the `establish-baseline` mixin from the Compass Core. Removed: * The `vertical-rhythm` module has moved into compass core. The API remains the same, but if you were importing it directly, you will have to update that import. * The `defaults` template has been removed as 'out-of-scope'. This will not effect upgrading in any way, but new projects will not get a template with default styles. New Features: * Susy now supports RTL grids and bi-directional sites using the `$from-direction` variable (default: left) and an optional additional from-direction argument on all affected mixins. Thanks to @bangpound for the initial implementation. * Susy is now written in pure Sass! No extra Ruby functions included! Thanks to the Sass team for making it possible. v0.8.1 [Sep 24 2010] -------------------- * Fixed typos in tutorial and `_defaults.scss`
Diffstat (limited to 'www/ruby-compass-susy-plugin')
-rw-r--r--www/ruby-compass-susy-plugin/Makefile6
-rw-r--r--www/ruby-compass-susy-plugin/PLIST15
-rw-r--r--www/ruby-compass-susy-plugin/distinfo8
3 files changed, 10 insertions, 19 deletions
diff --git a/www/ruby-compass-susy-plugin/Makefile b/www/ruby-compass-susy-plugin/Makefile
index 762c2f0b9dc..1119c8a959e 100644
--- a/www/ruby-compass-susy-plugin/Makefile
+++ b/www/ruby-compass-susy-plugin/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2010/09/10 13:01:16 taca Exp $
+# $NetBSD: Makefile,v 1.3 2011/06/19 08:02:21 taca Exp $
-DISTNAME= compass-susy-plugin-0.8.0
+DISTNAME= compass-susy-plugin-0.9
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -8,7 +8,7 @@ HOMEPAGE= http://www.oddbird.net/susy/
COMMENT= Compass plugin grid system
LICENSE= modified-bsd
-DEPENDS+= ${RUBY_PKGPREFIX}-compass-[0-9]*:../../www/ruby-compass
+DEPENDS+= ${RUBY_PKGPREFIX}-compass>=0.11.1:../../www/ruby-compass
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/www/ruby-compass-susy-plugin/PLIST b/www/ruby-compass-susy-plugin/PLIST
index 304750611de..27b29a10440 100644
--- a/www/ruby-compass-susy-plugin/PLIST
+++ b/www/ruby-compass-susy-plugin/PLIST
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2010/09/10 13:01:16 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2011/06/19 08:02:21 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/CHANGELOG.mkdn
${GEM_LIBDIR}/LICENSE.txt
${GEM_LIBDIR}/Manifest
${GEM_LIBDIR}/README.mkdn
@@ -7,20 +8,10 @@ ${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/VERSION
${GEM_LIBDIR}/compass-susy-plugin.gemspec
${GEM_LIBDIR}/lib/susy.rb
-${GEM_LIBDIR}/lib/susy/compass_plugin.rb
-${GEM_LIBDIR}/lib/susy/sass_extensions.rb
+${GEM_LIBDIR}/sass/_susy.scss
${GEM_LIBDIR}/sass/susy/_grid.scss
-${GEM_LIBDIR}/sass/susy/_inline_block_list.scss
-${GEM_LIBDIR}/sass/susy/_reset.scss
${GEM_LIBDIR}/sass/susy/_susy.scss
-${GEM_LIBDIR}/sass/susy/_text.scss
-${GEM_LIBDIR}/sass/susy/_utils.scss
-${GEM_LIBDIR}/sass/susy/_vertical_rhythm.scss
${GEM_LIBDIR}/templates/project/_base.scss
-${GEM_LIBDIR}/templates/project/_defaults.scss
-${GEM_LIBDIR}/templates/project/grid.png
-${GEM_LIBDIR}/templates/project/ie.scss
${GEM_LIBDIR}/templates/project/manifest.rb
-${GEM_LIBDIR}/templates/project/print.scss
${GEM_LIBDIR}/templates/project/screen.scss
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/www/ruby-compass-susy-plugin/distinfo b/www/ruby-compass-susy-plugin/distinfo
index 0e3ac873fcf..d995091e59d 100644
--- a/www/ruby-compass-susy-plugin/distinfo
+++ b/www/ruby-compass-susy-plugin/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2010/09/10 13:01:16 taca Exp $
+$NetBSD: distinfo,v 1.3 2011/06/19 08:02:21 taca Exp $
-SHA1 (compass-susy-plugin-0.8.0.gem) = f40841bacf63936586ed966a5ef9aa21de61a743
-RMD160 (compass-susy-plugin-0.8.0.gem) = b2a98043a1fe21751f3d5e41316d25880a915f98
-Size (compass-susy-plugin-0.8.0.gem) = 16896 bytes
+SHA1 (compass-susy-plugin-0.9.gem) = 0fa72ad39045e77d1183976b5646df4f229b495d
+RMD160 (compass-susy-plugin-0.9.gem) = 33579b102ae0b291f8f407f60b19c6d4df9ef60f
+Size (compass-susy-plugin-0.9.gem) = 13312 bytes