Added: trunk/dports/ruby/rb19-rdiscount/Portfile (0 => 69287)
--- trunk/dports/ruby/rb19-rdiscount/Portfile (rev 0)
+++ trunk/dports/ruby/rb19-rdiscount/Portfile 2010-06-29 13:10:26 UTC (rev 69287)
@@ -0,0 +1,29 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup rdiscount 1.6.5 gem {} rubygems ruby19
+description Fast Implementation of Gruber's Markdown in C
+long_description \
+ Discount is an implementation of John Gruber's Markdown markup language \
+ in C. It implements all of the language described in the markdown syntax \
+ document and passes the Markdown 1.0 test suite.
+maintainers singingwolfboy openmaintainer
+homepage http://github.com/rtomayko/rdiscount
+platforms darwin
+license BSD
+checksums md5 2de321f1ba826f80b84fe45c0d013fcf \
+ sha1 9cf0ad4d70e85fe6df8fcd86a19d1698d32da95b \
+ rmd160 b178d462c8115c6fbeccc1b7be647bf1aeb82bd6
+
+post-destroot {
+ set gemdir ${destroot}${prefix}/lib/ruby${ruby.prog_suffix}/gems/${ruby.version}/gems/${worksrcdir}
+ set mandir ${destroot}${prefix}/share/man/
+ set docdir ${destroot}${prefix}/share/doc/${ruby.module}
+ xinstall -d ${docdir}
+
+ xinstall ${gemdir}/man/rdiscount.1 ${mandir}/man1/
+ xinstall ${gemdir}/man/markdown.7 ${mandir}/man7/
+ xinstall -W ${gemdir} README.markdown ${docdir}
+}
\ No newline at end of file
Property changes on: trunk/dports/ruby/rb19-rdiscount/Portfile
___________________________________________________________________