Date: Thu, 14 Jul 2016 16:47:07 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418542 - in head/net: . py-python-ntlm Message-ID: <201607141647.u6EGl70T092355@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Thu Jul 14 16:47:07 2016 New Revision: 418542 URL: https://svnweb.freebsd.org/changeset/ports/418542 Log: New port: net/py-python-ntlm Python library that provides NTLM support, including an authentication handler for urllib2. Works with pass-the-hash in additon to password authentication. WWW: https://pypi.python.org/pypi/python-ntlm PR: 211053 Submitted by: Danilo G. Baio <dbaio@bsd.com.br> Reviewed by: koobs Added: head/net/py-python-ntlm/ head/net/py-python-ntlm/Makefile (contents, props changed) head/net/py-python-ntlm/distinfo (contents, props changed) head/net/py-python-ntlm/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Thu Jul 14 16:43:31 2016 (r418541) +++ head/net/Makefile Thu Jul 14 16:47:07 2016 (r418542) @@ -997,6 +997,7 @@ SUBDIR += py-pysocks SUBDIR += py-pystun SUBDIR += py-python-bitcoinrpc + SUBDIR += py-python-ntlm SUBDIR += py-pyvmomi SUBDIR += py-pyzmq SUBDIR += py-qt4-network Added: head/net/py-python-ntlm/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-python-ntlm/Makefile Thu Jul 14 16:47:07 2016 (r418542) @@ -0,0 +1,16 @@ +# $FreeBSD$ + +PORTNAME= python-ntlm +PORTVERSION= 1.1.0 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dbaio@bsd.com.br +COMMENT= Python library that provides NTLM support + +NO_ARCH= yes +USES= python:2 +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> Added: head/net/py-python-ntlm/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-python-ntlm/distinfo Thu Jul 14 16:47:07 2016 (r418542) @@ -0,0 +1,3 @@ +TIMESTAMP = 1468029495 +SHA256 (python-ntlm-1.1.0.tar.gz) = 35ffa68216a3622860f34b7dd49df77dde22136ae37ffcd57e3f8dd26b218c61 +SIZE (python-ntlm-1.1.0.tar.gz) = 15311 Added: head/net/py-python-ntlm/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-python-ntlm/pkg-descr Thu Jul 14 16:47:07 2016 (r418542) @@ -0,0 +1,5 @@ +Python library that provides NTLM support, including an authentication +handler for urllib2. Works with pass-the-hash in additon to password +authentication. + +WWW: https://pypi.python.org/pypi/python-ntlm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607141647.u6EGl70T092355>