[68357] trunk/dports/ruby

singingwolfboy at macports.org singingwolfboy at macports.org
Tue Jun 1 18:31:09 PDT 2010


Revision: 68357
          http://trac.macports.org/changeset/68357
Author:   singingwolfboy at macports.org
Date:     2010-06-01 18:31:06 -0700 (Tue, 01 Jun 2010)
Log Message:
-----------
New port: rb19-wirble

Added Paths:
-----------
    trunk/dports/ruby/rb19-wirble/
    trunk/dports/ruby/rb19-wirble/Portfile

Added: trunk/dports/ruby/rb19-wirble/Portfile
===================================================================
--- trunk/dports/ruby/rb19-wirble/Portfile	                        (rev 0)
+++ trunk/dports/ruby/rb19-wirble/Portfile	2010-06-02 01:31:06 UTC (rev 68357)
@@ -0,0 +1,25 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           ruby 1.0
+
+ruby.setup          wirble 0.1.3 gem {} rubygems ruby19
+description         Handful of common Irb features, made easy.
+long_description    \
+    Wirble is a set of enhancements for Irb. Basically, it allwos you to \
+    fill Irb with useful features without turning your ~/.irbic file into \
+    swiss cheese. Wirble includes tab-completion, history, and a built-in \
+    ri command, as well as colorized results and a couple other goodies. 
+license             MIT
+maintainers         singingwolfboy openmaintainer
+homepage            http://pablotron.org/software/wirble/
+checksums           md5     47877f7e67c12b1782aca39f997078fb \
+                    sha1    d84f86dcb75aa9f181fd3b2d2a57ef1ff47e7f01 \
+                    rmd160  a254664046c7c1c1a6ee2a222aba990ab3e06a2d
+
+post-destroot {
+    set gemdir ${destroot}${prefix}/lib/ruby${ruby.prog_suffix}/gems/${ruby.version}/gems/${worksrcdir}
+    set docdir ${destroot}${prefix}/share/doc/${ruby.module}
+    xinstall -d ${docdir}
+    xinstall -W ${gemdir} README ChangeLog _irbrc ${docdir}
+}
\ No newline at end of file


Property changes on: trunk/dports/ruby/rb19-wirble/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/20100601/5f36e17a/attachment.html>


More information about the macports-changes mailing list