Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Sep 2017 10:50:14 +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: r450973 - in head/net-mgmt: . py-adal
Message-ID:  <201709301050.v8UAoEwg091824@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Sep 30 10:50:14 2017
New Revision: 450973
URL: https://svnweb.freebsd.org/changeset/ports/450973

Log:
  New port: net-mgmt/py-adal: Authentication of Azure Active Directory for python apps
  
  PR:		222209
  Submitted by:	xmj

Added:
  head/net-mgmt/py-adal/
  head/net-mgmt/py-adal/Makefile   (contents, props changed)
  head/net-mgmt/py-adal/distinfo   (contents, props changed)
  head/net-mgmt/py-adal/pkg-descr   (contents, props changed)
Modified:
  head/net-mgmt/Makefile

Modified: head/net-mgmt/Makefile
==============================================================================
--- head/net-mgmt/Makefile	Sat Sep 30 10:24:18 2017	(r450972)
+++ head/net-mgmt/Makefile	Sat Sep 30 10:50:14 2017	(r450973)
@@ -294,6 +294,7 @@
     SUBDIR += portmon
     SUBDIR += prometheus
     SUBDIR += pushgateway
+    SUBDIR += py-adal
     SUBDIR += py-ipcalc
     SUBDIR += py-ipy
     SUBDIR += py-pdagent

Added: head/net-mgmt/py-adal/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/py-adal/Makefile	Sat Sep 30 10:50:14 2017	(r450973)
@@ -0,0 +1,23 @@
+# Created by: Johannes Jost Meixner <johannes@perceivon.net>
+# $FreeBSD$
+
+PORTNAME=	adal
+PORTVERSION=	0.4.7
+CATEGORIES=	net-mgmt python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	johannes@perceivon.net
+COMMENT=	Authentication ot Azure Active Directory for python apps
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography \
+		${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:devel/py-dateutil \
+		${PYTHON_PKGNAMEPREFIX}pyjwt>=1.0.0:www/py-pyjwt \
+		${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/net-mgmt/py-adal/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/py-adal/distinfo	Sat Sep 30 10:50:14 2017	(r450973)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1505103027
+SHA256 (adal-0.4.7.tar.gz) = 114046ac85d0054791c21b00922f26286822bc6f2ba3716db42e7e57f762ef20
+SIZE (adal-0.4.7.tar.gz) = 28161

Added: head/net-mgmt/py-adal/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/py-adal/pkg-descr	Sat Sep 30 10:50:14 2017	(r450973)
@@ -0,0 +1,5 @@
+The ADAL for Python library makes it easy for python application to
+authenticate to Azure Active Directory (AAD) in order to access AAD protected
+web resources.
+
+WWW: https://pypi.python.org/pypi/adal



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