Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jan 2014 20:02:19 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340647 - in head/www: . py-django-auth-ldap
Message-ID:  <201401212002.s0LK2JJL034077@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Tue Jan 21 20:02:18 2014
New Revision: 340647
URL: http://svnweb.freebsd.org/changeset/ports/340647
QAT: https://qat.redports.org/buildarchive/r340647/

Log:
  This is a Django authentication backend that authenticates against an LDAP
  service. Configuration can be as simple as a single distinguished name template,
  but there are many rich configuration options for working with users, groups,
  and permissions.
  
  WWW: http://pythonhosted.org/django-auth-ldap/
  
  PR:		185959
  Submitted by:	Alexander Kriventsov <avk@vl.ru>

Added:
  head/www/py-django-auth-ldap/
  head/www/py-django-auth-ldap/Makefile   (contents, props changed)
  head/www/py-django-auth-ldap/distinfo   (contents, props changed)
  head/www/py-django-auth-ldap/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Tue Jan 21 19:56:44 2014	(r340646)
+++ head/www/Makefile	Tue Jan 21 20:02:18 2014	(r340647)
@@ -1496,6 +1496,7 @@
     SUBDIR += py-django-app-plugins
     SUBDIR += py-django-appconf
     SUBDIR += py-django-appmedia
+    SUBDIR += py-django-auth-ldap
     SUBDIR += py-django-caching-app-plugins
     SUBDIR += py-django-classy-tags
     SUBDIR += py-django-cms

Added: head/www/py-django-auth-ldap/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-auth-ldap/Makefile	Tue Jan 21 20:02:18 2014	(r340647)
@@ -0,0 +1,22 @@
+# Created by: Alexander Kriventsov <avk@vl.ru>
+# $FreeBSD$
+
+PORTNAME=	django-auth-ldap
+PORTVERSION=	1.1.7
+CATEGORIES=	www security python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	avk@vl.ru
+COMMENT=	LDAP integration for django.contrib.auth
+
+LICENSE=	BSD2CLAUSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django>=1.3.1:${PORTSDIR}/www/py-django \
+		${PYTHON_PKGNAMEPREFIX}ldap2>=2.0:${PORTSDIR}/net/py-ldap2
+
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/www/py-django-auth-ldap/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-auth-ldap/distinfo	Tue Jan 21 20:02:18 2014	(r340647)
@@ -0,0 +1,2 @@
+SHA256 (django-auth-ldap-1.1.7.tar.gz) = d4817ce758be27cbc687d83958d0109cdb2b7dbc696da661bd66c9975cb14b61
+SIZE (django-auth-ldap-1.1.7.tar.gz) = 127186

Added: head/www/py-django-auth-ldap/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-auth-ldap/pkg-descr	Tue Jan 21 20:02:18 2014	(r340647)
@@ -0,0 +1,6 @@
+This is a Django authentication backend that authenticates against an LDAP
+service. Configuration can be as simple as a single distinguished name template,
+but there are many rich configuration options for working with users, groups,
+and permissions.
+
+WWW: http://pythonhosted.org/django-auth-ldap/



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