Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Mar 2016 19:49:07 +0000 (UTC)
From:      Tom Judge <tj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r412294 - in head/www: . py-django-social-auth
Message-ID:  <201603311949.u2VJn76l021838@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tj
Date: Thu Mar 31 19:49:07 2016
New Revision: 412294
URL: https://svnweb.freebsd.org/changeset/ports/412294

Log:
  New port www/py-django-social-auth 0.7.28
  
  Django Social Auth is an easy way to setup social authentication/authorization
  mechanism for Django projects.
  
  WWW: https://github.com/omab/django-social-auth

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

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Thu Mar 31 19:44:48 2016	(r412293)
+++ head/www/Makefile	Thu Mar 31 19:49:07 2016	(r412294)
@@ -1576,6 +1576,7 @@
     SUBDIR += py-django-signals-ahoy
     SUBDIR += py-django-simple-captcha
     SUBDIR += py-django-simple-history
+    SUBDIR += py-django-social-auth
     SUBDIR += py-django-sortedm2m
     SUBDIR += py-django-statici18n
     SUBDIR += py-django-storages

Added: head/www/py-django-social-auth/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-social-auth/Makefile	Thu Mar 31 19:49:07 2016	(r412294)
@@ -0,0 +1,21 @@
+# Created by: Tom Judge <tj@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	social-auth
+PORTVERSION=	0.7.28
+CATEGORIES=	www python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}django-
+DISTNAME=	django-${PORTNAME}-${PORTVERSION}
+
+MAINTAINER=	tj@FreeBSD.org
+COMMENT=	Setup social authentication/authorization mechanism for Django
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django18>=0:${PORTSDIR}/www/py-django18 \
+		${PYTHON_PKGNAMEPREFIX}python-social-auth>=0:${PORTSDIR}/security/py-python-social-auth
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/www/py-django-social-auth/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-social-auth/distinfo	Thu Mar 31 19:49:07 2016	(r412294)
@@ -0,0 +1,2 @@
+SHA256 (django-social-auth-0.7.28.tar.gz) = a0141b12de90504128ce31e5dcd25521d32de96e27994993126263aed8a5f672
+SIZE (django-social-auth-0.7.28.tar.gz) = 83071

Added: head/www/py-django-social-auth/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-social-auth/pkg-descr	Thu Mar 31 19:49:07 2016	(r412294)
@@ -0,0 +1,4 @@
+Django Social Auth is an easy way to setup social authentication/authorization
+mechanism for Django projects.
+
+WWW: https://github.com/omab/django-social-auth



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