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 Initial import of ruby-co...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/011c729a5798
branches:  trunk
changeset: 566957:011c729a5798
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun Nov 01 23:44:45 2009 +0000

description:
Initial import of ruby-compass-susy-plugin version 0.6.3 in the
NetBSD Packages Collection.

Susy is a semantic CSS framework creator entirely native to Compass.
Susy is an expert at fluid grids in an elastic (or fluid, or fixed)
shell that will never activate that bloody side-scroll bar. Susy
sets your width on the outer element (`container`), adds a `max-width`
of `100%` and builds the rest of your grid in percentages. The
philosophy and technique are based on Natalie Downe's "CSS Systems"
- which introduces difficult math in the service of beautiful
structure. With the power of Compass/Sass, Susy will do that math
for you.

Using simple mixins, columns can be created, suffixed, prefixed,
and nested easily - and always in flexible percentages.

diffstat:

 www/ruby-compass-susy-plugin/DESCR    |  12 ++++++++++++
 www/ruby-compass-susy-plugin/Makefile |  17 +++++++++++++++++
 www/ruby-compass-susy-plugin/PLIST    |  24 ++++++++++++++++++++++++
 www/ruby-compass-susy-plugin/distinfo |   5 +++++
 4 files changed, 58 insertions(+), 0 deletions(-)

diffs (74 lines):

diff -r 07ff2a5cc712 -r 011c729a5798 www/ruby-compass-susy-plugin/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-compass-susy-plugin/DESCR        Sun Nov 01 23:44:45 2009 +0000
@@ -0,0 +1,12 @@
+Susy is a semantic CSS framework creator entirely native to Compass.
+Susy is an expert at fluid grids in an elastic (or fluid, or fixed)
+shell that will never activate that bloody side-scroll bar. Susy
+sets your width on the outer element (`container`), adds a `max-width`
+of `100%` and builds the rest of your grid in percentages. The
+philosophy and technique are based on Natalie Downe's "CSS Systems"
+- which introduces difficult math in the service of beautiful
+structure. With the power of Compass/Sass, Susy will do that math
+for you.
+
+Using simple mixins, columns can be created, suffixed, prefixed,
+and nested easily - and always in flexible percentages.
diff -r 07ff2a5cc712 -r 011c729a5798 www/ruby-compass-susy-plugin/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-compass-susy-plugin/Makefile     Sun Nov 01 23:44:45 2009 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/11/01 23:44:45 seb Exp $
+
+DISTNAME=      compass-susy-plugin-0.6.3
+PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
+CATEGORIES=    www
+MASTER_SITES=  http://gemcutter.org/gems/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.oddbird.net/susy/
+COMMENT=       Compass plugin grid system
+
+GEM_BUILD=     gemspec
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-compass-[0-9]*:../../www/ruby-compass
+
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 07ff2a5cc712 -r 011c729a5798 www/ruby-compass-susy-plugin/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-compass-susy-plugin/PLIST        Sun Nov 01 23:44:45 2009 +0000
@@ -0,0 +1,24 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/11/01 23:44:45 seb Exp $
+${GEM_HOME}/cache/compass-susy-plugin-${PKGVERSION}.gem
+${GEM_LIBDIR}/LICENSE.txt
+${GEM_LIBDIR}/Manifest
+${GEM_LIBDIR}/README.mkdn
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/VERSION
+${GEM_LIBDIR}/compass-susy-plugin.gemspec
+${GEM_LIBDIR}/docs/tutorial/figures/susy_element.png
+${GEM_LIBDIR}/docs/tutorial/figures/susy_grid.png
+${GEM_LIBDIR}/docs/tutorial/index.mkdn
+${GEM_LIBDIR}/lib/susy.rb
+${GEM_LIBDIR}/lib/susy/compass_plugin.rb
+${GEM_LIBDIR}/lib/susy/sass_extensions.rb
+${GEM_LIBDIR}/sass/susy/_grid.sass
+${GEM_LIBDIR}/sass/susy/_susy.sass
+${GEM_LIBDIR}/sass/susy/_text.sass
+${GEM_LIBDIR}/sass/susy/_utils.sass
+${GEM_LIBDIR}/templates/project/_base.sass
+${GEM_LIBDIR}/templates/project/ie.sass
+${GEM_LIBDIR}/templates/project/manifest.rb
+${GEM_LIBDIR}/templates/project/print.sass
+${GEM_LIBDIR}/templates/project/screen.sass
+${GEM_HOME}/specifications/compass-susy-plugin-${PKGVERSION}.gemspec
diff -r 07ff2a5cc712 -r 011c729a5798 www/ruby-compass-susy-plugin/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-compass-susy-plugin/distinfo     Sun Nov 01 23:44:45 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/11/01 23:44:45 seb Exp $
+
+SHA1 (compass-susy-plugin-0.6.3.gem) = c063c203a67c4870446ff4b52b120dac340d3e2e
+RMD160 (compass-susy-plugin-0.6.3.gem) = b031ecc2eff17044ec2413fe64ef09bf84754b47
+Size (compass-susy-plugin-0.6.3.gem) = 41984 bytes



Home | Main Index | Thread Index | Old Index