From owner-svn-ports-head@freebsd.org Wed Dec 30 12:17:16 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3F99A56BAB; Wed, 30 Dec 2015 12:17:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 A0F1A1536; Wed, 30 Dec 2015 12:17:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBUCHERQ059357; Wed, 30 Dec 2015 12:17:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBUCHEoC059353; Wed, 30 Dec 2015 12:17:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512301217.tBUCHEoC059353@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 30 Dec 2015 12:17:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404850 - in head/security: . rubygem-omniauth-cas3 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.20 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: Wed, 30 Dec 2015 12:17:16 -0000 Author: sunpoet Date: Wed Dec 30 12:17:14 2015 New Revision: 404850 URL: https://svnweb.freebsd.org/changeset/ports/404850 Log: - Add rubygem-omniauth-cas3 1.1.3 This is a OmniAuth 1.0 compatible port of the previously available OmniAuth CAS strategy that was bundled with OmniAuth 0.3. This strategy haas also been updated for CAS protocol version 3.0 and patched to deal with namespace issues. WWW: https://github.com/tduehr/omniauth-cas3 Added: head/security/rubygem-omniauth-cas3/ head/security/rubygem-omniauth-cas3/Makefile (contents, props changed) head/security/rubygem-omniauth-cas3/distinfo (contents, props changed) head/security/rubygem-omniauth-cas3/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Wed Dec 30 12:14:30 2015 (r404849) +++ head/security/Makefile Wed Dec 30 12:17:14 2015 (r404850) @@ -957,6 +957,7 @@ SUBDIR += rubygem-nmap-parser SUBDIR += rubygem-omniauth SUBDIR += rubygem-omniauth-bitbucket + SUBDIR += rubygem-omniauth-cas3 SUBDIR += rubygem-omniauth-gitlab SUBDIR += rubygem-omniauth-multipassword SUBDIR += rubygem-omniauth-saml Added: head/security/rubygem-omniauth-cas3/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-omniauth-cas3/Makefile Wed Dec 30 12:17:14 2015 (r404850) @@ -0,0 +1,24 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= omniauth-cas3 +PORTVERSION= 1.1.3 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= CAS 3.0 Strategy for OmniAuth + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-addressable>=2.3:${PORTSDIR}/www/rubygem-addressable \ + rubygem-nokogiri>=1.6.6:${PORTSDIR}/textproc/rubygem-nokogiri \ + rubygem-omniauth>=1.2:${PORTSDIR}/security/rubygem-omniauth + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/security/rubygem-omniauth-cas3/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-omniauth-cas3/distinfo Wed Dec 30 12:17:14 2015 (r404850) @@ -0,0 +1,2 @@ +SHA256 (rubygem/omniauth-cas3-1.1.3.gem) = 6766ea2eed2b15816626011c5656ca13c539037946df25d6b6c37c11a1a85c8f +SIZE (rubygem/omniauth-cas3-1.1.3.gem) = 15872 Added: head/security/rubygem-omniauth-cas3/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-omniauth-cas3/pkg-descr Wed Dec 30 12:17:14 2015 (r404850) @@ -0,0 +1,5 @@ +This is a OmniAuth 1.0 compatible port of the previously available OmniAuth CAS +strategy that was bundled with OmniAuth 0.3. This strategy haas also been +updated for CAS protocol version 3.0 and patched to deal with namespace issues. + +WWW: https://github.com/tduehr/omniauth-cas3