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

Log Message

New port: rb19-launchy

Added Paths

Diff

Added: trunk/dports/ruby/rb19-launchy/Portfile (0 => 68396)


--- trunk/dports/ruby/rb19-launchy/Portfile	                        (rev 0)
+++ trunk/dports/ruby/rb19-launchy/Portfile	2010-06-02 22:10:56 UTC (rev 68396)
@@ -0,0 +1,24 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           ruby 1.0
+
+ruby.setup          launchy 0.3.5 gem {} rubygems ruby19
+description         cross-platform application launcher class
+long_description    \
+    Launchy is a helper class for launching cross-platform applications \
+    in a fire and forget manner.
+maintainers         gmail.com:blair.christensen singingwolfboy openmaintainer
+categories-append   devel
+
+homepage            http://copiousfreetime.rubyforge.org/launchy/
+platforms           darwin
+if {[info exists supported_archs]} {
+    supported_archs noarch
+}
+
+checksums           md5     b43f4facc3dfaab80be39004b46b3db4 \
+                    sha1    dd3ea16a93210472272fe4db24d375c17939275b \
+                    rmd160  e7c900ac07ff1b9b6f870850668b15b037c2bdf6
+
+depends_lib-append  port:rb19-configuration
Property changes on: trunk/dports/ruby/rb19-launchy/Portfile
___________________________________________________________________

Added: svn:keywords

Added: svn:eol-style