git: 6b460ab1a9d9 - main - Add www/py-django-reversion-compare
Dan Langille
dvl at FreeBSD.org
Tue Apr 20 17:56:17 UTC 2021
The branch main has been updated by dvl:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6b460ab1a9d978a39708ed330566fbb1fc3d8d70
commit 6b460ab1a9d978a39708ed330566fbb1fc3d8d70
Author: Dan Langille <dvl at FreeBSD.org>
AuthorDate: 2021-04-20 17:45:37 +0000
Commit: Dan Langille <dvl at FreeBSD.org>
CommitDate: 2021-04-20 17:56:05 +0000
Add www/py-django-reversion-compare
Extension to www/django-reversion that provides a history compare view to
compare two versions of a model which is under reversion.
PR: 254836
Reported by: gettoknowmi <gettoknowmi at yahoo.com>
---
www/Makefile | 1 +
www/py-django-reversion-compare/Makefile | 18 ++++++++++++++++++
www/py-django-reversion-compare/distinfo | 3 +++
www/py-django-reversion-compare/pkg-descr | 4 ++++
4 files changed, 26 insertions(+)
diff --git a/www/Makefile b/www/Makefile
index f2f3d14b7f26..d9ff351d9360 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1532,6 +1532,7 @@
SUBDIR += py-django-registration-redux
SUBDIR += py-django-rest-swagger
SUBDIR += py-django-reversion
+ SUBDIR += py-django-reversion-compare
SUBDIR += py-django-sekizai
SUBDIR += py-django-simple-captcha
SUBDIR += py-django-simple-history
diff --git a/www/py-django-reversion-compare/Makefile b/www/py-django-reversion-compare/Makefile
new file mode 100644
index 000000000000..faf2fe0e91b9
--- /dev/null
+++ b/www/py-django-reversion-compare/Makefile
@@ -0,0 +1,18 @@
+PORTNAME= django-reversion-compare
+PORTVERSION= 0.14.0
+CATEGORIES= www
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= gettoknowmi <gettoknowmi at yahoo.com>
+COMMENT= Extension to django-reversion that provides a history compare view
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/www/py-django-reversion-compare/distinfo b/www/py-django-reversion-compare/distinfo
new file mode 100644
index 000000000000..6e27817d913e
--- /dev/null
+++ b/www/py-django-reversion-compare/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1617738067
+SHA256 (django-reversion-compare-0.14.0.tar.gz) = d0981c3a0c8dc8fdd6964432e4397f2fe33d521aee29cb1f232b37e6a71c61bf
+SIZE (django-reversion-compare-0.14.0.tar.gz) = 43600
diff --git a/www/py-django-reversion-compare/pkg-descr b/www/py-django-reversion-compare/pkg-descr
new file mode 100644
index 000000000000..ca964f47641c
--- /dev/null
+++ b/www/py-django-reversion-compare/pkg-descr
@@ -0,0 +1,4 @@
+An extension to django-reversion that provides a history compare view to compare
+two versions of a model which is under reversion.
+
+WWW: https://github.com/jedie/django-reversion-compare
More information about the dev-commits-ports-all
mailing list