Revision
68393
Author
singingwolfboy@macports.org
Date
2010-06-02 15:10:06 -0700 (Wed, 02 Jun 2010)

Log Message

New port: rb19-nanoc3

Added Paths

Diff

Added: trunk/dports/ruby/rb19-nanoc3/Portfile (0 => 68393)


--- trunk/dports/ruby/rb19-nanoc3/Portfile	                        (rev 0)
+++ trunk/dports/ruby/rb19-nanoc3/Portfile	2010-06-02 22:10:06 UTC (rev 68393)
@@ -0,0 +1,20 @@
+# $Id$
+PortSystem          1.0
+PortGroup           ruby 1.0
+
+ruby.setup          nanoc3 3.1.3 gem {} rubygems ruby19
+conflicts           rb-nanoc3
+description         A Ruby site compiler that produces static HTML
+long_description    \
+    nanoc is a tool for building static web sites. It can transform content \
+    from one format (e.g. Haml or Markdown) into another (usually HTML) and \
+    lay out pages so that the site’s look and feel is consistent across all pages.
+license             MIT
+maintainers         singingwolfboy openmaintainer
+homepage            http://nanoc.stoneship.org/
+categories-append   www
+checksums           md5     143f3d8d6c1d3ccd918e40855214a102 \
+                    sha1    db297437d225d5432d79bdfe97337316cbb4ba5b \
+                    rmd160  9354c030c83aff594eb997fd7a6800d651ac2bf8
+
+depends_run-append  port:rb19-cri
Property changes on: trunk/dports/ruby/rb19-nanoc3/Portfile
___________________________________________________________________

Added: svn:keywords

Added: svn:eol-style