Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Nov 2015 20:06:09 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402325 - in head/www: . py-django-contact-form
Message-ID:  <201511232006.tANK69fD001085@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Mon Nov 23 20:06:09 2015
New Revision: 402325
URL: https://svnweb.freebsd.org/changeset/ports/402325

Log:
  This application provids simple, extensible contact-form functionality
  for Django sites.
  
  Full documentation for all functionality is included and is also
  available online.
  
  WWW: https://bitbucket.org/ubernostrum/django-contact-form/

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

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Mon Nov 23 20:04:20 2015	(r402324)
+++ head/www/Makefile	Mon Nov 23 20:06:09 2015	(r402325)
@@ -1525,6 +1525,7 @@
     SUBDIR += py-django-caching-app-plugins
     SUBDIR += py-django-classy-tags
     SUBDIR += py-django-cms
+    SUBDIR += py-django-contact-form
     SUBDIR += py-django-contrib-comments
     SUBDIR += py-django-crispy-forms
     SUBDIR += py-django-datetime-widget

Added: head/www/py-django-contact-form/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-contact-form/Makefile	Mon Nov 23 20:06:09 2015	(r402325)
@@ -0,0 +1,22 @@
+# Created by: René Ladan <rene@freebsd.org>
+# $FreeBSD$
+
+PORTNAME=	django-contact-form
+PORTVERSION=	1.0
+CATEGORIES=	www python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	rene@freebsd.org
+COMMENT=	Generic contact-form application for Django
+
+LICENSE=	BSD3CLAUSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django>=0:${PORTSDIR}/www/py-django
+
+NO_ARCH=	yes
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/www/py-django-contact-form/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-contact-form/distinfo	Mon Nov 23 20:06:09 2015	(r402325)
@@ -0,0 +1,2 @@
+SHA256 (django-contact-form-1.0.tar.gz) = 892d3a3dbdc42073a90c0d7dd6da1fd07d9c5cdc2ad316d4b541f77343cbc1a1
+SIZE (django-contact-form-1.0.tar.gz) = 17007

Added: head/www/py-django-contact-form/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-contact-form/pkg-descr	Mon Nov 23 20:06:09 2015	(r402325)
@@ -0,0 +1,7 @@
+This application provids simple, extensible contact-form functionality
+for Django sites.
+
+Full documentation for all functionality is included and is also
+available online.
+
+WWW: https://bitbucket.org/ubernostrum/django-contact-form/



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