Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Mar 2018 07:51:20 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r465431 - in head/sysutils: . signon-plugin-oauth2 signon-plugin-oauth2/files
Message-ID:  <201803240751.w2O7pKdW065355@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Mar 24 07:51:20 2018
New Revision: 465431
URL: https://svnweb.freebsd.org/changeset/ports/465431

Log:
  New port: sysutils/singon-plugin-oauth2
  
  Signon OAuth 1.0 and 2.0 plugin for accounts-sso:
     https://gitlab.com/accounts-sso/signon-plugin-oauth2

Added:
  head/sysutils/signon-plugin-oauth2/
  head/sysutils/signon-plugin-oauth2/Makefile   (contents, props changed)
  head/sysutils/signon-plugin-oauth2/distinfo   (contents, props changed)
  head/sysutils/signon-plugin-oauth2/files/
  head/sysutils/signon-plugin-oauth2/files/patch-signon-oauth2.pro   (contents, props changed)
  head/sysutils/signon-plugin-oauth2/pkg-descr   (contents, props changed)
  head/sysutils/signon-plugin-oauth2/pkg-plist   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Sat Mar 24 06:43:39 2018	(r465430)
+++ head/sysutils/Makefile	Sat Mar 24 07:51:20 2018	(r465431)
@@ -1128,6 +1128,7 @@
     SUBDIR += shmcat
     SUBDIR += showbeastie
     SUBDIR += siegfried
+    SUBDIR += signon-plugin-oauth2
     SUBDIR += signon-qt5
     SUBDIR += signon-ui
     SUBDIR += skill

Added: head/sysutils/signon-plugin-oauth2/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/signon-plugin-oauth2/Makefile	Sat Mar 24 07:51:20 2018	(r465431)
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME=	signon-plugin-oauth2
+DISTVERSION=	0.24
+CATEGORIES=	sysutils kde
+DISTNAME=	archive
+
+MAINTAINER=	kde@FreeBSD.org
+COMMENT=	Signon OAuth 1.0 and 2.0 plugin for accounts-sso
+
+LIB_DEPENDS=	libsignon-qt5.so:sysutils/signon-qt5
+
+USES=		pkgconfig python qmake
+USE_QT5=	core network testlib \
+		buildtools_build qmake_build
+USE_LDCONFIG=	${PREFIX}/lib/signon
+
+QMAKE_ENV=	PREFIX=${PREFIX}
+
+# gitlab variables
+USE_GITLAB=	yes
+GL_ACCOUNT=	accounts-sso
+GL_COMMIT=	2dd9ba521a0dd4277c4bf6970a7f4e3894fd85ae
+
+.include <bsd.port.mk>

Added: head/sysutils/signon-plugin-oauth2/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/signon-plugin-oauth2/distinfo	Sat Mar 24 07:51:20 2018	(r465431)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1521877026
+SHA256 (accounts-sso-signon-plugin-oauth2-2dd9ba521a0dd4277c4bf6970a7f4e3894fd85ae_GL0.tar.gz) = 4c259c64259822b240e4011265953863f18c2dc9ff0461a781a09fdd94bc325e
+SIZE (accounts-sso-signon-plugin-oauth2-2dd9ba521a0dd4277c4bf6970a7f4e3894fd85ae_GL0.tar.gz) = 38949

Added: head/sysutils/signon-plugin-oauth2/files/patch-signon-oauth2.pro
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/signon-plugin-oauth2/files/patch-signon-oauth2.pro	Sat Mar 24 07:51:20 2018	(r465431)
@@ -0,0 +1,11 @@
+--- signon-oauth2.pro.orig	2018-03-03 17:00:59 UTC
++++ signon-oauth2.pro
+@@ -3,7 +3,7 @@ include( common-project-config.pri )
+ 
+ TEMPLATE  = subdirs
+ CONFIG   += ordered
+-SUBDIRS   = src tests example
++SUBDIRS   = src 
+ 
+ include( common-installs-config.pri )
+ 

Added: head/sysutils/signon-plugin-oauth2/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/signon-plugin-oauth2/pkg-descr	Sat Mar 24 07:51:20 2018	(r465431)
@@ -0,0 +1,6 @@
+OAuth 1.0/2.0 plugin for the SignOn daemon
+
+This plugin for the Accounts-SSO SignOn daemon handles the OAuth
+1.0 and 2.0 authentication protocols.
+
+WWW: https://gitlab.com/accounts-sso/signon-plugin-oauth2

Added: head/sysutils/signon-plugin-oauth2/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/signon-plugin-oauth2/pkg-plist	Sat Mar 24 07:51:20 2018	(r465431)
@@ -0,0 +1,4 @@
+include/signon-plugins/oauth1data.h
+include/signon-plugins/oauth2data.h
+lib/signon/liboauth2plugin.so
+libdata/pkgconfig/signon-oauth2plugin.pc



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