Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jan 2019 19:06:55 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491641 - in head/security: . py-python-pam
Message-ID:  <201901301906.x0UJ6tTL010005@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Wed Jan 30 19:06:55 2019
New Revision: 491641
URL: https://svnweb.freebsd.org/changeset/ports/491641

Log:
  security/py-python-pam: create port
  
  Python PAM module
  
  WWW: https://github.com/FirefighterBlu3/python-pam
  
  PR:		235212
  Submitted by:	Charlie Li <ml+freebsd@vishwin.info>
  Reviewed by:	koobs
  Differential Revision:	 https://reviews.freebsd.org/D18979

Added:
  head/security/py-python-pam/
  head/security/py-python-pam/Makefile   (contents, props changed)
  head/security/py-python-pam/distinfo   (contents, props changed)
  head/security/py-python-pam/pkg-descr   (contents, props changed)
Modified:
  head/security/Makefile   (contents, props changed)

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Wed Jan 30 18:54:26 2019	(r491640)
+++ head/security/Makefile	Wed Jan 30 19:06:55 2019	(r491641)
@@ -1018,6 +1018,7 @@
     SUBDIR += py-python-jose
     SUBDIR += py-python-nss
     SUBDIR += py-python-openid
+    SUBDIR += py-python-pam
     SUBDIR += py-python-registry
     SUBDIR += py-python3-openid
     SUBDIR += py-pywinrm

Added: head/security/py-python-pam/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-python-pam/Makefile	Wed Jan 30 19:06:55 2019	(r491641)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	python-pam
+DISTVERSION=	1.8.4
+CATEGORIES=	security python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	vishwin@vishwin.info
+COMMENT=	Python PAM module
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/security/py-python-pam/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-python-pam/distinfo	Wed Jan 30 19:06:55 2019	(r491641)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1548486350
+SHA256 (python-pam-1.8.4.tar.gz) = c856d9c89fedb33951dd8a95727ae57c6887b02d065bbdffd2fd9dbc0183909b
+SIZE (python-pam-1.8.4.tar.gz) = 4990

Added: head/security/py-python-pam/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-python-pam/pkg-descr	Wed Jan 30 19:06:55 2019	(r491641)
@@ -0,0 +1,3 @@
+Python PAM module
+
+WWW: https://github.com/FirefighterBlu3/python-pam



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