From owner-svn-ports-all@FreeBSD.ORG Wed Jun 10 19:27:20 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0813BC8D; Wed, 10 Jun 2015 19:27:20 +0000 (UTC) (envelope-from swills@FreeBSD.org) 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 D046F173F; Wed, 10 Jun 2015 19:27:19 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5AJRJne016399; Wed, 10 Jun 2015 19:27:19 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5AJRIag016394; Wed, 10 Jun 2015 19:27:18 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201506101927.t5AJRIag016394@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 10 Jun 2015 19:27:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389132 - in head/devel: . rubygem-cf-uaa-lib 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.20 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, 10 Jun 2015 19:27:20 -0000 Author: swills Date: Wed Jun 10 19:27:18 2015 New Revision: 389132 URL: https://svnweb.freebsd.org/changeset/ports/389132 Log: devel/rubygem-cf-uaa-lib: create port Client library for interacting with the CloudFoundry User Account and Authorization (UAA) server. WWW: https://github.com/cloudfoundry/cf-uaa-lib Added: head/devel/rubygem-cf-uaa-lib/ head/devel/rubygem-cf-uaa-lib/Makefile (contents, props changed) head/devel/rubygem-cf-uaa-lib/distinfo (contents, props changed) head/devel/rubygem-cf-uaa-lib/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Jun 10 19:25:56 2015 (r389131) +++ head/devel/Makefile Wed Jun 10 19:27:18 2015 (r389132) @@ -4472,6 +4472,7 @@ SUBDIR += rubygem-capybara SUBDIR += rubygem-celluloid SUBDIR += rubygem-celluloid-io + SUBDIR += rubygem-cf-uaa-lib SUBDIR += rubygem-childprocess SUBDIR += rubygem-chronic SUBDIR += rubygem-clamp Added: head/devel/rubygem-cf-uaa-lib/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-cf-uaa-lib/Makefile Wed Jun 10 19:27:18 2015 (r389132) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= cf-uaa-lib +PORTVERSION= 3.2.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Client library for CloudFoundry UAA + +RUN_DEPENDS= rubygem-multi_json>=0:${PORTSDIR}/devel/rubygem-multi_json + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST=yes + +.include Added: head/devel/rubygem-cf-uaa-lib/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-cf-uaa-lib/distinfo Wed Jun 10 19:27:18 2015 (r389132) @@ -0,0 +1,2 @@ +SHA256 (rubygem/cf-uaa-lib-3.2.1.gem) = 1a5630b7e08d6654a48f0166e4db8f4564316561f234341c021e9c8db4ad8cc2 +SIZE (rubygem/cf-uaa-lib-3.2.1.gem) = 118272 Added: head/devel/rubygem-cf-uaa-lib/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-cf-uaa-lib/pkg-descr Wed Jun 10 19:27:18 2015 (r389132) @@ -0,0 +1,4 @@ +Client library for interacting with the CloudFoundry User Account and +Authorization (UAA) server. + +WWW: https://github.com/cloudfoundry/cf-uaa-lib