From owner-svn-ports-head@FreeBSD.ORG Mon Dec 15 15:26:56 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 23D50941; Mon, 15 Dec 2014 15:26:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 10035C83; Mon, 15 Dec 2014 15:26:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBFFQtAf039285; Mon, 15 Dec 2014 15:26:55 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBFFQsG8039280; Mon, 15 Dec 2014 15:26:54 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201412151526.sBFFQsG8039280@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Mon, 15 Dec 2014 15:26:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374751 - in head/sysutils: . rhc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2014 15:26:56 -0000 Author: pawel Date: Mon Dec 15 15:26:53 2014 New Revision: 374751 URL: https://svnweb.freebsd.org/changeset/ports/374751 QAT: https://qat.redports.org/buildarchive/r374751/ Log: Command line tools for OpenShift, cloud Platform as a service. WWW: https://github.com/openshift/rhc PR: 195650 Submitted by: Dereckson Added: head/sysutils/rhc/ head/sysutils/rhc/Makefile (contents, props changed) head/sysutils/rhc/distinfo (contents, props changed) head/sysutils/rhc/pkg-descr (contents, props changed) head/sysutils/rhc/pkg-message (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Mon Dec 15 14:58:24 2014 (r374750) +++ head/sysutils/Makefile Mon Dec 15 15:26:53 2014 (r374751) @@ -782,6 +782,7 @@ SUBDIR += respond SUBDIR += retail SUBDIR += rfstool + SUBDIR += rhc SUBDIR += rinse SUBDIR += rmonitor SUBDIR += roottail Added: head/sysutils/rhc/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rhc/Makefile Mon Dec 15 15:26:53 2014 (r374751) @@ -0,0 +1,30 @@ +# Created by: Dereckson +# $FreeBSD$ + +PORTNAME= rhc +PORTVERSION= 1.32.2 +CATEGORIES= sysutils +MASTER_SITES= RG + +MAINTAINER= dereckson@gmail.com +COMMENT= Administration console client for RedHat OpenShift + +LICENSE= APACHE20 + +RUN_DEPENDS= ${LOCALBASE}/bin/minitar:${PORTSDIR}/archivers/rubygem-archive-tar-minitar \ + ${LOCALBASE}/bin/commander:${PORTSDIR}/devel/rubygem-commander \ + rubygem-highline>=1.6.11:${PORTSDIR}/devel/rubygem-highline \ + rubygem-httpclient>=2.4:${PORTSDIR}/www/rubygem-httpclient \ + rubygem-net-scp>=1.1.2:${PORTSDIR}/security/rubygem-net-scp \ + rubygem-net-ssh>=2.0.11:${PORTSDIR}/security/rubygem-net-ssh \ + rubygem-net-ssh-multi>=1.2.0:${PORTSDIR}/security/rubygem-net-ssh-multi \ + rubygem-open4>0:${PORTSDIR}/devel/rubygem-open4 + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +PLIST_FILES= bin/rhc + +.include Added: head/sysutils/rhc/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rhc/distinfo Mon Dec 15 15:26:53 2014 (r374751) @@ -0,0 +1,2 @@ +SHA256 (rubygem/rhc-1.32.2.gem) = b4eee2d415c1f0ed857ef43624a75065881c26df9734a99d91074a62fc8181db +SIZE (rubygem/rhc-1.32.2.gem) = 245760 Added: head/sysutils/rhc/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rhc/pkg-descr Mon Dec 15 15:26:53 2014 (r374751) @@ -0,0 +1,3 @@ +Command line tools for OpenShift, cloud Platform as a service. + +WWW: https://github.com/openshift/rhc Added: head/sysutils/rhc/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rhc/pkg-message Mon Dec 15 15:26:53 2014 (r374751) @@ -0,0 +1,3 @@ +If this is your first time installing the RHC tools, +please run 'rhc setup' to configure your account and +working development environment.