[66557] trunk/dports/ruby

singingwolfboy at macports.org singingwolfboy at macports.org
Fri Apr 16 12:25:35 PDT 2010


Revision: 66557
          http://trac.macports.org/changeset/66557
Author:   singingwolfboy at macports.org
Date:     2010-04-16 12:25:28 -0700 (Fri, 16 Apr 2010)
Log Message:
-----------
New port: rb-haml

Added Paths:
-----------
    trunk/dports/ruby/rb-haml/
    trunk/dports/ruby/rb-haml/Portfile

Added: trunk/dports/ruby/rb-haml/Portfile
===================================================================
--- trunk/dports/ruby/rb-haml/Portfile	                        (rev 0)
+++ trunk/dports/ruby/rb-haml/Portfile	2010-04-16 19:25:28 UTC (rev 66557)
@@ -0,0 +1,31 @@
+# $Id$
+PortSystem          1.0
+PortGroup           ruby 1.0
+
+ruby.setup          haml 2.2.23 gem
+revision            0
+maintainers         singingwolfboy openmaintainer
+description         Haml and Sass: markup languages for HTML and CSS
+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.
+categories-append   www
+license             MIT
+platforms           darwin
+homepage            http://haml-lang.com
+master_sites        http://rubygems.org/downloads/
+checksums           md5     edc43e178a5d22d1a972d4734fdcf740 \
+                    sha1    49534730dbce6d253398de112d245773075620c3 \
+                    rmd160  be465b5b056207d09af42ed64392d4e47e400bce
+
+
+
+


Property changes on: trunk/dports/ruby/rb-haml/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100416/87905947/attachment.html>


More information about the macports-changes mailing list