Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Dec 2015 12:17:14 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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
Message-ID:  <201512301217.tBUCHEoC059353@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <sunpoet@FreeBSD.org>
+# $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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512301217.tBUCHEoC059353>