[98033] trunk/dports/ruby

singingwolfboy at macports.org singingwolfboy at macports.org
Sun Sep 23 10:11:43 PDT 2012


Revision: 98033
          http://trac.macports.org//changeset/98033
Author:   singingwolfboy at macports.org
Date:     2012-09-23 10:11:43 -0700 (Sun, 23 Sep 2012)
Log Message:
-----------
Added rbenv

Added Paths:
-----------
    trunk/dports/ruby/rbenv/
    trunk/dports/ruby/rbenv/Portfile

Added: trunk/dports/ruby/rbenv/Portfile
===================================================================
--- trunk/dports/ruby/rbenv/Portfile	                        (rev 0)
+++ trunk/dports/ruby/rbenv/Portfile	2012-09-23 17:11:43 UTC (rev 98033)
@@ -0,0 +1,31 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           github 1.0
+
+github.setup        sstephenson rbenv 0.3.0 v
+license             MIT
+platforms           darwin
+supported_archs     noarch
+
+maintainers         singingwolfboy openmaintainer
+
+description         Simple Ruby Version Management
+long_description    ${description}
+
+checksums           rmd160  161a3ea425776c4345a412ede9dcb22f07333f23 \
+                    sha256  445b8d742bbb72a4e65280e655122914d13954566fe7f46c7706f7730bbeaa35
+
+use_configure       no
+build {}
+destroot {
+    delete ${destroot}${prefix}/bin
+    copy ${worksrcpath}/libexec ${destroot}${prefix}/bin
+    xinstall -d ${destroot}${prefix}/etc/bash_completion.d
+    xinstall ${worksrcpath}/completions/rbenv.bash \
+        ${destroot}${prefix}/etc/bash_completion.d/rbenv
+    xinstall -d ${destroot}${prefix}/share/zsh/site-functions
+    xinstall ${worksrcpath}/completions/rbenv.zsh \
+        ${destroot}${prefix}/share/zsh/site-functions/rbenv.zsh_completion
+}


Property changes on: trunk/dports/ruby/rbenv/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/20120923/eda53e57/attachment.html>


More information about the macports-changes mailing list