From owner-svn-ports-head@FreeBSD.ORG Fri May 23 23:24:13 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 26D3351D; Fri, 23 May 2014 23:24:13 +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 EDBBA2086; Fri, 23 May 2014 23:24:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4NNOC64016083; Fri, 23 May 2014 23:24:12 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4NNOCCN016078; Fri, 23 May 2014 23:24:12 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201405232324.s4NNOCCN016078@svn.freebsd.org> From: Steve Wills Date: Fri, 23 May 2014 23:24:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354966 - in head/security: . rubygem-gssapi 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 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: Fri, 23 May 2014 23:24:13 -0000 Author: swills Date: Fri May 23 23:24:11 2014 New Revision: 354966 URL: http://svnweb.freebsd.org/changeset/ports/354966 QAT: https://qat.redports.org/buildarchive/r354966/ Log: Library wrapper for GSSAPI WWW: https://rubygems.org/gems/gssapi PR: ports/189431 Submitted by: Joseph Benden Added: head/security/rubygem-gssapi/ head/security/rubygem-gssapi/Makefile (contents, props changed) head/security/rubygem-gssapi/distinfo (contents, props changed) head/security/rubygem-gssapi/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Fri May 23 23:14:17 2014 (r354965) +++ head/security/Makefile Fri May 23 23:24:11 2014 (r354966) @@ -862,6 +862,7 @@ SUBDIR += rubygem-bcrypt-ruby SUBDIR += rubygem-ezcrypto SUBDIR += rubygem-gpgr + SUBDIR += rubygem-gssapi SUBDIR += rubygem-hmac SUBDIR += rubygem-jugyo-twitter_oauth SUBDIR += rubygem-metasploit_data_models Added: head/security/rubygem-gssapi/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-gssapi/Makefile Fri May 23 23:24:11 2014 (r354966) @@ -0,0 +1,20 @@ +# Created by: Joseph Benden +# $FreeBSD$ + +PORTNAME= gssapi +PORTVERSION= 1.0.2 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= joe@thrallingpenguin.com +COMMENT= Library wrapper for GSSAPI + +LICENSE= MIT + +RUN_DEPENDS= rubygem-ffi>=1.9.3:${PORTSDIR}/devel/rubygem-ffi + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/security/rubygem-gssapi/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-gssapi/distinfo Fri May 23 23:24:11 2014 (r354966) @@ -0,0 +1,2 @@ +SHA256 (rubygem/gssapi-1.0.2.gem) = 442553d67c85ee81cdf503fc1e53a0471d9e524ec113b6fbbb2f50f436377192 +SIZE (rubygem/gssapi-1.0.2.gem) = 14336 Added: head/security/rubygem-gssapi/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-gssapi/pkg-descr Fri May 23 23:24:11 2014 (r354966) @@ -0,0 +1,3 @@ +Library wrapper for GSSAPI + +WWW: https://rubygems.org/gems/gssapi