Date: Mon, 15 Dec 2014 15:26:54 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374751 - in head/sysutils: . rhc Message-ID: <201412151526.sBFFQsG8039280@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <dereckson@gmail.com> 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 <dereckson@gmail.com> +# $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 <bsd.port.mk> 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412151526.sBFFQsG8039280>