pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ruby-compass-susy-plugin Update ruby-compass-susy-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d8b4d3c73eee
branches:  trunk
changeset: 589860:d8b4d3c73eee
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jun 19 08:02:21 2011 +0000

description:
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:

 www/ruby-compass-susy-plugin/Makefile |   6 +++---
 www/ruby-compass-susy-plugin/PLIST    |  15 +++------------
 www/ruby-compass-susy-plugin/distinfo |   8 ++++----
 3 files changed, 10 insertions(+), 19 deletions(-)

diffs (67 lines):

diff -r 7c9caae2b95f -r d8b4d3c73eee www/ruby-compass-susy-plugin/Makefile
--- a/www/ruby-compass-susy-plugin/Makefile     Sun Jun 19 08:00:43 2011 +0000
+++ b/www/ruby-compass-susy-plugin/Makefile     Sun Jun 19 08:02:21 2011 +0000
@@ -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@localhost
@@ -8,7 +8,7 @@
 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 -r 7c9caae2b95f -r d8b4d3c73eee www/ruby-compass-susy-plugin/PLIST
--- a/www/ruby-compass-susy-plugin/PLIST        Sun Jun 19 08:00:43 2011 +0000
+++ b/www/ruby-compass-susy-plugin/PLIST        Sun Jun 19 08:02:21 2011 +0000
@@ -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}/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 -r 7c9caae2b95f -r d8b4d3c73eee www/ruby-compass-susy-plugin/distinfo
--- a/www/ruby-compass-susy-plugin/distinfo     Sun Jun 19 08:00:43 2011 +0000
+++ b/www/ruby-compass-susy-plugin/distinfo     Sun Jun 19 08:02:21 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index