From owner-svn-ports-head@FreeBSD.ORG Thu Sep 12 15:47:00 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 15D98184; Thu, 12 Sep 2013 15:47:00 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E90822BCD; Thu, 12 Sep 2013 15:46:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8CFkxCr020401; Thu, 12 Sep 2013 15:46:59 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8CFkwTi020396; Thu, 12 Sep 2013 15:46:58 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309121546.r8CFkwTi020396@svn.freebsd.org> From: William Grzybowski Date: Thu, 12 Sep 2013 15:46:58 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 15:47:00 -0000 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 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 +# $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 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