Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Dec 2015 22:50:04 +0000 (UTC)
From:      Carlo Strub <cs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404697 - in head/www: . py-django-simple-history
Message-ID:  <201512282250.tBSMo4cn074261@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cs
Date: Mon Dec 28 22:50:04 2015
New Revision: 404697
URL: https://svnweb.freebsd.org/changeset/ports/404697

Log:
  django-simple-history stores Django model state on every create/update/delete.
  
  WWW: https://github.com/treyhunner/django-simple-history

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

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Mon Dec 28 21:56:46 2015	(r404696)
+++ head/www/Makefile	Mon Dec 28 22:50:04 2015	(r404697)
@@ -1572,6 +1572,7 @@
     SUBDIR += py-django-sekizai
     SUBDIR += py-django-signals-ahoy
     SUBDIR += py-django-simple-captcha
+    SUBDIR += py-django-simple-history
     SUBDIR += py-django-sortedm2m
     SUBDIR += py-django-statici18n
     SUBDIR += py-django-storages

Added: head/www/py-django-simple-history/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-simple-history/Makefile	Mon Dec 28 22:50:04 2015	(r404697)
@@ -0,0 +1,24 @@
+# Created by: Carlo Strub
+# $FreeBSD$
+
+PORTNAME=	django-simple-history
+PORTVERSION=	1.7.0
+CATEGORIES=	www python
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	cs@FreeBSD.org
+COMMENT=	Store model history and view/revert changes from admin site
+
+LICENSE=	BSD3CLAUSE
+
+RUN_DEPENDS=	${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django # >= 1.8
+
+USE_GITHUB=	yes
+
+GH_ACCOUNT=	treyhunner
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/www/py-django-simple-history/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-simple-history/distinfo	Mon Dec 28 22:50:04 2015	(r404697)
@@ -0,0 +1,2 @@
+SHA256 (treyhunner-django-simple-history-1.7.0_GH0.tar.gz) = 848037e8b33cc350798b8cf1e2acc6b0fc1ad48030030278ed6951ef5a6736e0
+SIZE (treyhunner-django-simple-history-1.7.0_GH0.tar.gz) = 137969

Added: head/www/py-django-simple-history/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-simple-history/pkg-descr	Mon Dec 28 22:50:04 2015	(r404697)
@@ -0,0 +1,3 @@
+django-simple-history stores Django model state on every create/update/delete.
+
+WWW: https://github.com/treyhunner/django-simple-history



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