Index: head/security/py-requests-kerberos/Makefile =================================================================== --- head/security/py-requests-kerberos/Makefile (nonexistent) +++ head/security/py-requests-kerberos/Makefile (revision 382353) @@ -0,0 +1,18 @@ +# Created by: Dan Langille +# $FreeBSD$ + +PORTNAME= requests-kerberos +PORTVERSION= 0.6.1 +CATEGORIES= security python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dvl@FreeBSD.org +COMMENT= A Kerberos authentication handler for python-requests + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests + +USES= python:2 +USE_PYTHON= distutils autoplist + +.include Property changes on: head/security/py-requests-kerberos/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/py-requests-kerberos/distinfo =================================================================== --- head/security/py-requests-kerberos/distinfo (nonexistent) +++ head/security/py-requests-kerberos/distinfo (revision 382353) @@ -0,0 +1,2 @@ +SHA256 (requests-kerberos-0.6.1.tar.gz) = 604dd84a2c04f819b322b3c8d85218367f7dd759427efdd96b71e7053afca6cc +SIZE (requests-kerberos-0.6.1.tar.gz) = 6860 Property changes on: head/security/py-requests-kerberos/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/py-requests-kerberos/pkg-descr =================================================================== --- head/security/py-requests-kerberos/pkg-descr (nonexistent) +++ head/security/py-requests-kerberos/pkg-descr (revision 382353) @@ -0,0 +1,13 @@ +An authentication handler for using Kerberos with Python Requests. + +Requests is an HTTP library, written in Python, for human beings. This +library adds optional Kerberos/GSSAPI authentication support and supports +mutual authentication. Basic GET usage: + +>>> import requests +>>> from requests_kerberos import HTTPKerberosAuth +>>> r = requests.get("http://example.org", auth=HTTPKerberosAuth()) +... +The entire requests.api should be supported. + +WWW: https://github.com/requests/requests-kerberos Property changes on: head/security/py-requests-kerberos/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property