Revision: 68357 http://trac.macports.org/changeset/68357 Author: singingwolfboy@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
participants (1)
-
singingwolfboy@macports.org