Revision
68335
Author
singingwolfboy@macports.org
Date
2010-06-01 14:28:55 -0700 (Tue, 01 Jun 2010)

Log Message

New port: rb19-haml

Added Paths

Diff

Added: trunk/dports/ruby/rb19-haml/Portfile (0 => 68335)


--- trunk/dports/ruby/rb19-haml/Portfile	                        (rev 0)
+++ trunk/dports/ruby/rb19-haml/Portfile	2010-06-01 21:28:55 UTC (rev 68335)
@@ -0,0 +1,25 @@
+# $Id$
+PortSystem          1.0
+PortGroup           ruby 1.0
+
+ruby.setup          haml 3.0.7 gem {} rubygems ruby19
+conflicts           rb-haml
+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.
+license             MIT
+maintainers         singingwolfboy openmaintainer
+homepage            http://haml-lang.com
+categories-append   www
+checksums           md5     a83e3005b31c9b5d0e3458aa150c74f4 \
+                    sha1    6b1f4831ff6e17e409a7681bf62e8be278192121 \
+                    rmd160  970cfe91407dcfa41b05f02d242455810354e6b3
Property changes on: trunk/dports/ruby/rb19-haml/Portfile
___________________________________________________________________

Added: svn:keywords

Added: svn:eol-style