Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Sep 2013 15:46:58 +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: r327079 - in head/www: . py-django-registration-defaults
Message-ID:  <201309121546.r8CFkwTi020396@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Thu Sep 12 15:46:58 2013
New Revision: 327079
URL: http://svnweb.freebsd.org/changeset/ports/327079

Log:
  www/py-django-registration-defaults: Default templates and settings
  
  This module provides a full set of default templates and settings for
  django-registration to ease the process of creating Django apps that
  require user registration.
  
  WWW: https://github.com/yourcelf/django-registration-defaults/
  
  PR:		ports/181807
  Submitted by:	Kozlov Sergey <kozlov.sergey.404 gmail.com>

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

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Thu Sep 12 15:26:52 2013	(r327078)
+++ head/www/Makefile	Thu Sep 12 15:46:58 2013	(r327079)
@@ -1510,6 +1510,7 @@
     SUBDIR += py-django-piston
     SUBDIR += py-django-profiles
     SUBDIR += py-django-registration
+    SUBDIR += py-django-registration-defaults
     SUBDIR += py-django-reversion
     SUBDIR += py-django-sekizai
     SUBDIR += py-django-signals-ahoy

Added: head/www/py-django-registration-defaults/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-registration-defaults/Makefile	Thu Sep 12 15:46:58 2013	(r327079)
@@ -0,0 +1,21 @@
+# Created by: Kozlov Sergey <kozlov.sergey.404@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	django-registration-defaults
+PORTVERSION=	0.3
+CATEGORIES=	www python
+MASTER_SITES=	${MASTER_SITE_CHEESESHOP}
+MASTER_SITE_SUBDIR=	source/d/${PORTNAME}
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	kozlov.sergey.404@gmail.com
+COMMENT=	Default templates and settings for django-registration
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django-registration>=0:${PORTSDIR}/www/py-django-registration
+
+USE_PYTHON=	yes
+USE_PYDISTUTILS=	yes
+
+.include <bsd.port.mk>

Added: head/www/py-django-registration-defaults/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-registration-defaults/distinfo	Thu Sep 12 15:46:58 2013	(r327079)
@@ -0,0 +1,2 @@
+SHA256 (django-registration-defaults-0.3.tar.gz) = 27633e7ab627ffeb3950a584dee0dced9c850af48f3a5ad551db38a3b75f4b79
+SIZE (django-registration-defaults-0.3.tar.gz) = 3220

Added: head/www/py-django-registration-defaults/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-registration-defaults/pkg-descr	Thu Sep 12 15:46:58 2013	(r327079)
@@ -0,0 +1,5 @@
+This module provides a full set of default templates and settings for
+django-registration to ease the process of creating Django apps that
+require user registration.
+
+WWW: https://github.com/yourcelf/django-registration-defaults/

Added: head/www/py-django-registration-defaults/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-registration-defaults/pkg-plist	Thu Sep 12 15:46:58 2013	(r327079)
@@ -0,0 +1,25 @@
+%%PYTHON_SITELIBDIR%%/registration_defaults/__init__.py
+%%PYTHON_SITELIBDIR%%/registration_defaults/__init__.pyc
+%%PYTHON_SITELIBDIR%%/registration_defaults/__init__.pyo
+%%PYTHON_SITELIBDIR%%/registration_defaults/settings.py
+%%PYTHON_SITELIBDIR%%/registration_defaults/settings.pyc
+%%PYTHON_SITELIBDIR%%/registration_defaults/settings.pyo
+%%PYTHON_SITELIBDIR%%/registration_defaults/templates/registration/activate.html
+%%PYTHON_SITELIBDIR%%/registration_defaults/templates/registration/activation_complete.html
+%%PYTHON_SITELIBDIR%%/registration_defaults/templates/registration/activation_email.txt
+%%PYTHON_SITELIBDIR%%/registration_defaults/templates/registration/activation_email_subject.txt
+%%PYTHON_SITELIBDIR%%/registration_defaults/templates/registration/login.html
+%%PYTHON_SITELIBDIR%%/registration_defaults/templates/registration/logout.html
+%%PYTHON_SITELIBDIR%%/registration_defaults/templates/registration/password_change_done.html
+%%PYTHON_SITELIBDIR%%/registration_defaults/templates/registration/password_change_form.html
+%%PYTHON_SITELIBDIR%%/registration_defaults/templates/registration/password_reset_complete.html
+%%PYTHON_SITELIBDIR%%/registration_defaults/templates/registration/password_reset_confirm.html
+%%PYTHON_SITELIBDIR%%/registration_defaults/templates/registration/password_reset_done.html
+%%PYTHON_SITELIBDIR%%/registration_defaults/templates/registration/password_reset_email.html
+%%PYTHON_SITELIBDIR%%/registration_defaults/templates/registration/password_reset_form.html
+%%PYTHON_SITELIBDIR%%/registration_defaults/templates/registration/registration_base.html
+%%PYTHON_SITELIBDIR%%/registration_defaults/templates/registration/registration_complete.html
+%%PYTHON_SITELIBDIR%%/registration_defaults/templates/registration/registration_form.html
+@dirrm %%PYTHON_SITELIBDIR%%/registration_defaults/templates/registration
+@dirrm %%PYTHON_SITELIBDIR%%/registration_defaults/templates
+@dirrm %%PYTHON_SITELIBDIR%%/registration_defaults



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