svn commit: r491641 - in head/security: . py-python-pam

Steve Wills swills at FreeBSD.org
Wed Jan 30 19:06:57 UTC 2019


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 at 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 at 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


More information about the svn-ports-all mailing list