svn commit: r412047 - in head/net: . rubygem-omniauth-cas3

Steve Wills swills at FreeBSD.org
Mon Mar 28 12:19:22 UTC 2016


Author: swills
Date: Mon Mar 28 12:19:21 2016
New Revision: 412047
URL: https://svnweb.freebsd.org/changeset/ports/412047

Log:
  net/rubygem-omniauth-cas3: add port
  
  CAS 3.0 Strategy for OmniAuth
  
  WWW: https://github.com/tduehr/omniauth-cas3
  
  PR:		208352
  Submitted by:	Johannes Jost Meixner <xmj at FreeBSD.org>

Added:
  head/net/rubygem-omniauth-cas3/
  head/net/rubygem-omniauth-cas3/Makefile   (contents, props changed)
  head/net/rubygem-omniauth-cas3/distinfo   (contents, props changed)
  head/net/rubygem-omniauth-cas3/pkg-descr   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Mon Mar 28 12:11:53 2016	(r412046)
+++ head/net/Makefile	Mon Mar 28 12:19:21 2016	(r412047)
@@ -1129,6 +1129,7 @@
     SUBDIR += rubygem-octokit
     SUBDIR += rubygem-octopress-deploy
     SUBDIR += rubygem-omniauth-azure-oauth2
+    SUBDIR += rubygem-omniauth-cas3
     SUBDIR += rubygem-omniauth-facebook
     SUBDIR += rubygem-omniauth-github
     SUBDIR += rubygem-omniauth-github-discourse

Added: head/net/rubygem-omniauth-cas3/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-omniauth-cas3/Makefile	Mon Mar 28 12:19:21 2016	(r412047)
@@ -0,0 +1,23 @@
+# Created by: Torsten Zuehlsdorff <ports at toco-domains.de>
+# $FreeBSD$
+
+PORTNAME=	omniauth-cas3
+PORTVERSION=	1.1.3
+CATEGORIES=	net rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at FreeBSD.org
+COMMENT=	CAS 3.0 Strategy for OmniAuth
+
+LICENSE=	MIT
+
+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/net/rubygem-omniauth-cas3/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-omniauth-cas3/distinfo	Mon Mar 28 12:19:21 2016	(r412047)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/omniauth-cas3-1.1.3.gem) = 6766ea2eed2b15816626011c5656ca13c539037946df25d6b6c37c11a1a85c8f
+SIZE (rubygem/omniauth-cas3-1.1.3.gem) = 15872

Added: head/net/rubygem-omniauth-cas3/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-omniauth-cas3/pkg-descr	Mon Mar 28 12:19:21 2016	(r412047)
@@ -0,0 +1,3 @@
+CAS 3.0 Strategy for OmniAuth
+
+WWW: https://github.com/tduehr/omniauth-cas3


More information about the svn-ports-head mailing list