[106252] trunk/dports/ruby

cal at macports.org cal at macports.org
Mon May 20 08:39:26 PDT 2013


Revision: 106252
          https://trac.macports.org/changeset/106252
Author:   cal at macports.org
Date:     2013-05-20 08:39:26 -0700 (Mon, 20 May 2013)
Log Message:
-----------
rb19-sass: new port: a scss/sass translator

Modified Paths:
--------------
    trunk/dports/ruby/rb19-sass/Portfile

Added Paths:
-----------
    trunk/dports/ruby/rb19-sass/

Modified: trunk/dports/ruby/rb19-sass/Portfile
===================================================================
--- trunk/dports/ruby/rb19-haml/Portfile	2013-05-19 18:09:26 UTC (rev 106223)
+++ trunk/dports/ruby/rb19-sass/Portfile	2013-05-20 15:39:26 UTC (rev 106252)
@@ -4,23 +4,17 @@
 PortSystem          1.0
 PortGroup           ruby 1.0
 
-ruby.setup          haml 4.0.2 gem {} rubygems ruby19
-checksums           rmd160  5146b2044540bd57d9ba6b49ae7e902b95d1d183 \
-                    sha256  f08850775fd17e787cc587098218f1bb4bd30283e800c930a812d986c03d7792
-description         Haml and Sass: markup languages for HTML and CSS
+ruby.setup          sass 3.2.9 gem {} rubygems ruby19
+checksums           rmd160  e03dd34d9aefedb3f4d041cd110629f59cd194da \
+                    sha256  f88433638d8dcf31366e55451087e04fb1aecc29c554f240647baba8495c9b22
+
+description         Sass makes CSS fun again.
 long_description    \
-    Haml is a markup language that’s used to cleanly and simply describe \
-    the HTML of any web document without the use of inline code. Haml \
-    functions as a replacement for inline page templating systems such as \
-    PHP, ASP, and ERB, the templating language used in most Ruby on Rails \
-    applications. However, Haml avoids the need for explicitly coding HTML \
-    into the template, because it itself is a description of the HTML, with \
-    some code to generate dynamic content. \
-    \
-    Sass is CSS, plus nested rules, variables, mixins, and more, all in a \
-    concise, readable syntax. Haml also contains Sass.
+    Sass makes CSS fun again. Sass is an extension of CSS3, adding nested \
+    rules, variables, mixins, selector inheritance, and more. It’s translated \
+    to well-formatted, standard CSS using the command line tool or \
+    a web-framework plugin.
 license             MIT
-# feel free to take over this port if you want
 maintainers         cal openmaintainer
-homepage            http://haml-lang.com
+homepage            http://sass-lang.com/
 categories-append   www
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130520/694cfbad/attachment.html>


More information about the macports-changes mailing list