From owner-svn-ports-all@FreeBSD.ORG Wed Jan 2 07:40:40 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CAAE5D8B; Wed, 2 Jan 2013 07:40:40 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id AE7B08FC13; Wed, 2 Jan 2013 07:40:40 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r027eegN042087; Wed, 2 Jan 2013 07:40:40 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r027edEb042082; Wed, 2 Jan 2013 07:40:39 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201301020740.r027edEb042082@svn.freebsd.org> From: Jason Helfman Date: Wed, 2 Jan 2013 07:40:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309803 - in head/devel: . rbenv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2013 07:40:40 -0000 Author: jgh Date: Wed Jan 2 07:40:39 2013 New Revision: 309803 URL: http://svnweb.freebsd.org/changeset/ports/309803 Log: - add new port : devel/rbenv rbenv lets you easily switch between multiple versions of Ruby. It's simple, unobtrusive, and follows the UNIX tradition of single-purpose tools that do one thing well. WWW: https://github.com/sstephenson/rbenv PR: 174735 Submitted by: fmb@onibox.net Added: head/devel/rbenv/ head/devel/rbenv/Makefile (contents, props changed) head/devel/rbenv/distinfo (contents, props changed) head/devel/rbenv/pkg-descr (contents, props changed) head/devel/rbenv/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Jan 2 07:19:09 2013 (r309802) +++ head/devel/Makefile Wed Jan 2 07:40:39 2013 (r309803) @@ -3781,6 +3781,7 @@ SUBDIR += ragel SUBDIR += raknet SUBDIR += rapidsvn + SUBDIR += rbenv SUBDIR += rbtools SUBDIR += rclint SUBDIR += rcs Added: head/devel/rbenv/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rbenv/Makefile Wed Jan 2 07:40:39 2013 (r309803) @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= rbenv +PORTVERSION= 0.3.0 +CATEGORIES= devel ruby +MASTER_SITES= GH + +MAINTAINER= fmb@onibox.net +COMMENT= Manage multiple versions of ruby + +LICENSE= RBENV +LICENSE_NAME= Sam Stephenson +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} + +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash + +USE_GITHUB= yes +GH_ACCOUNT= sstephenson +GH_PROJECT= rbenv +GH_COMMIT= b10bdb1 +GH_TAGNAME= v${PORTVERSION} + +NO_BUILD= yes + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/bin/ruby-local-exec ${PREFIX}/bin + ( cd ${WRKSRC}/libexec && ${COPYTREE_BIN} \* ${PREFIX}/libexec ) + @${LN} -sf ${PREFIX}/libexec/rbenv ${PREFIX}/bin/rbenv + +.include Added: head/devel/rbenv/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rbenv/distinfo Wed Jan 2 07:40:39 2013 (r309803) @@ -0,0 +1,2 @@ +SHA256 (rbenv-0.3.0.tar.gz) = 445b8d742bbb72a4e65280e655122914d13954566fe7f46c7706f7730bbeaa35 +SIZE (rbenv-0.3.0.tar.gz) = 13703 Added: head/devel/rbenv/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rbenv/pkg-descr Wed Jan 2 07:40:39 2013 (r309803) @@ -0,0 +1,5 @@ +rbenv lets you easily switch between multiple versions of Ruby. +It's simple, unobtrusive, and follows the UNIX tradition of +single-purpose tools that do one thing well. + +WWW: https://github.com/sstephenson/rbenv Added: head/devel/rbenv/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rbenv/pkg-plist Wed Jan 2 07:40:39 2013 (r309803) @@ -0,0 +1,25 @@ +bin/rbenv +bin/ruby-local-exec +libexec/rbenv +libexec/rbenv-commands +libexec/rbenv-completions +libexec/rbenv-exec +libexec/rbenv-global +libexec/rbenv-help +libexec/rbenv-hooks +libexec/rbenv-init +libexec/rbenv-local +libexec/rbenv-prefix +libexec/rbenv-rehash +libexec/rbenv-root +libexec/rbenv-sh-shell +libexec/rbenv-shims +libexec/rbenv-version +libexec/rbenv-version-file +libexec/rbenv-version-file-read +libexec/rbenv-version-file-write +libexec/rbenv-version-name +libexec/rbenv-version-origin +libexec/rbenv-versions +libexec/rbenv-whence +libexec/rbenv-which