Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Sep 2014 18:46:36 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369414 - in head/www: . py-django-allauth
Message-ID:  <201409271846.s8RIkaoc011598@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Sat Sep 27 18:46:36 2014
New Revision: 369414
URL: http://svnweb.freebsd.org/changeset/ports/369414
QAT: https://qat.redports.org/buildarchive/r369414/

Log:
  www/py-django-allauth: User registration with social account authentication
  
  django-allauth is a reusable Django app that allows for both local and
  social authentication, with flows that just work.
  
  WWW: http://www.intenct.nl/projects/django-allauth/
  
  PR:		193651
  Submitted by:	vladimir.chukharev gmail com

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

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sat Sep 27 18:37:49 2014	(r369413)
+++ head/www/Makefile	Sat Sep 27 18:46:36 2014	(r369414)
@@ -1461,6 +1461,7 @@
     SUBDIR += py-cssselect
     SUBDIR += py-cssutils
     SUBDIR += py-django
+    SUBDIR += py-django-allauth
     SUBDIR += py-django-annoying
     SUBDIR += py-django-app-plugins
     SUBDIR += py-django-appconf

Added: head/www/py-django-allauth/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-allauth/Makefile	Sat Sep 27 18:46:36 2014	(r369414)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	django-allauth
+PORTVERSION=	0.18.0
+CATEGORIES=	www python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	vlaimir.chukharev@gmail.com
+COMMENT=	User registration with social account authentication
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django>=1.4.3:${PORTSDIR}/www/py-django
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/www/py-django-allauth/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-allauth/distinfo	Sat Sep 27 18:46:36 2014	(r369414)
@@ -0,0 +1,2 @@
+SHA256 (django-allauth-0.18.0.tar.gz) = 4b2cb15719df1504f8fbaa81b84fb7e93f43e960a6ec206406a29a283729dcfe
+SIZE (django-allauth-0.18.0.tar.gz) = 264554

Added: head/www/py-django-allauth/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-allauth/pkg-descr	Sat Sep 27 18:46:36 2014	(r369414)
@@ -0,0 +1,4 @@
+django-allauth is a reusable Django app that allows for both local and
+social authentication, with flows that just work.
+
+WWW: http://www.intenct.nl/projects/django-allauth/



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