From owner-svn-ports-all@freebsd.org Wed Jun 20 01:38:59 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D188101C8FD; Wed, 20 Jun 2018 01:38:59 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BD6380512; Wed, 20 Jun 2018 01:38:59 +0000 (UTC) (envelope-from miwi@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2E5D31BA7E; Wed, 20 Jun 2018 01:38:59 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5K1cxAW065536; Wed, 20 Jun 2018 01:38:59 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5K1cwY0065529; Wed, 20 Jun 2018 01:38:58 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201806200138.w5K1cwY0065529@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Wed, 20 Jun 2018 01:38:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472837 - in head/security: . py-gssapi X-SVN-Group: ports-head X-SVN-Commit-Author: miwi X-SVN-Commit-Paths: in head/security: . py-gssapi X-SVN-Commit-Revision: 472837 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jun 2018 01:38:59 -0000 Author: miwi Date: Wed Jun 20 01:38:58 2018 New Revision: 472837 URL: https://svnweb.freebsd.org/changeset/ports/472837 Log: Python-GSSAPI provides both low-level and high level wrappers around the GSSAPI C libraries. While it focuses on the Kerberos mechanism, it should also be usable with other GSSAPI mechanisms. WWW: https://github.com/pythongssapi/python-gssapi PR: 228523 Submitted by: john@saltant.com Added: head/security/py-gssapi/ head/security/py-gssapi/Makefile (contents, props changed) head/security/py-gssapi/distinfo (contents, props changed) head/security/py-gssapi/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Wed Jun 20 00:52:59 2018 (r472836) +++ head/security/Makefile Wed Jun 20 01:38:58 2018 (r472837) @@ -945,6 +945,7 @@ SUBDIR += py-google-auth SUBDIR += py-gpgme SUBDIR += py-gpsoauth + SUBDIR += py-gssapi SUBDIR += py-halberd SUBDIR += py-hkdf SUBDIR += py-htpasswd Added: head/security/py-gssapi/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-gssapi/Makefile Wed Jun 20 01:38:58 2018 (r472837) @@ -0,0 +1,32 @@ +# $FreeBSD$ + +PORTNAME= gssapi +DISTVERSION= 1.5.0 +CATEGORIES= security python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= john@saltant.com +COMMENT= High-level and low-level Python bindings to GSSAPI C libraries + +LICENSE= ISCL + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator@${PY_FLAVOR} \ + ${PY_ENUM34} + +OPTIONS_RADIO= GSSAPI +OPTIONS_RADIO_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT +OPTIONS_DEFAULT= GSSAPI_BASE + +GSSAPI_BASE_USES= gssapi +GSSAPI_HEIMDAL_USES= gssapi:heimdal +GSSAPI_MIT_USES= gssapi:mit + +USES= python +USE_PYTHON= distutils autoplist + +post-patch: + ${REINPLACE_CMD} -e 's|%%KRB5CONFIG%%|${KRB5CONFIG}|' ${WRKSRC}/setup.py + +.include Added: head/security/py-gssapi/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-gssapi/distinfo Wed Jun 20 01:38:58 2018 (r472837) @@ -0,0 +1,3 @@ +TIMESTAMP = 1527359672 +SHA256 (gssapi-1.5.0.tar.gz) = be715cb74ac56db2dd888b016097aaa29ab7d7d34c1f8c706ff63f76b3553f71 +SIZE (gssapi-1.5.0.tar.gz) = 958382 Added: head/security/py-gssapi/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-gssapi/pkg-descr Wed Jun 20 01:38:58 2018 (r472837) @@ -0,0 +1,5 @@ +Python-GSSAPI provides both low-level and high level wrappers around +the GSSAPI C libraries. While it focuses on the Kerberos mechanism, it +should also be usable with other GSSAPI mechanisms. + +WWW: https://github.com/pythongssapi/python-gssapi