From 99dac28ac5d0390f10a7a45eccf4c64d3eb54b92 Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 26 Aug 2012 13:32:17 +0000 Subject: django-reversion is an extension to the Django web framework that provides comprehensive version control facilities. Features * Roll back to any point in a model's history - an unlimited undo facility! * Recover deleted models - never lose data again! * Admin integration for maximum usability. * Group related changes into revisions that can be rolled back in a single transaction. * Automatically save a new version whenever your model changes using Django's flexible signalling framework. * Automate your revision management with easy-to-use middleware. django-reversion can be easily added to your existing Django project with an absolute minimum of code changes. --- www/py-django-reversion/DESCR | 15 ++++++++ www/py-django-reversion/Makefile | 22 +++++++++++ www/py-django-reversion/PLIST | 83 ++++++++++++++++++++++++++++++++++++++++ www/py-django-reversion/distinfo | 5 +++ 4 files changed, 125 insertions(+) create mode 100644 www/py-django-reversion/DESCR create mode 100644 www/py-django-reversion/Makefile create mode 100644 www/py-django-reversion/PLIST create mode 100644 www/py-django-reversion/distinfo (limited to 'www') diff --git a/www/py-django-reversion/DESCR b/www/py-django-reversion/DESCR new file mode 100644 index 00000000000..24a9ecb5f2f --- /dev/null +++ b/www/py-django-reversion/DESCR @@ -0,0 +1,15 @@ +django-reversion is an extension to the Django web framework that provides +comprehensive version control facilities. + +Features +* Roll back to any point in a model's history - an unlimited undo facility! +* Recover deleted models - never lose data again! +* Admin integration for maximum usability. +* Group related changes into revisions that can be rolled back in a single + transaction. +* Automatically save a new version whenever your model changes using Django's + flexible signalling framework. +* Automate your revision management with easy-to-use middleware. + +django-reversion can be easily added to your existing Django project with +an absolute minimum of code changes. diff --git a/www/py-django-reversion/Makefile b/www/py-django-reversion/Makefile new file mode 100644 index 00000000000..1193e29b454 --- /dev/null +++ b/www/py-django-reversion/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1 2012/08/26 13:32:17 adam Exp $ + +DISTNAME= django-reversion-1.6.2 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= www python +MASTER_SITES= http://pypi.python.org/packages/source/d/django-reversion/ + +MAINTAINER= adam@NetBSD.org +HOMEPAGE= https://github.com/etianen/django-reversion/ +COMMENT= Version control facilities for Django +LICENSE= modified-bsd + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +#EGG_NAME= ${DISTNAME:S/-/_/:S/-/_/} +PYDISTUTILSPKG= yes + +DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django + +.include "../../lang/python/extension.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/py-django-reversion/PLIST b/www/py-django-reversion/PLIST new file mode 100644 index 00000000000..a4d763fb12a --- /dev/null +++ b/www/py-django-reversion/PLIST @@ -0,0 +1,83 @@ +@comment $NetBSD: PLIST,v 1.1 2012/08/26 13:32:17 adam Exp $ +${PYSITELIB}/reversion/__init__.py +${PYSITELIB}/reversion/__init__.pyc +${PYSITELIB}/reversion/__init__.pyo +${PYSITELIB}/reversion/admin.py +${PYSITELIB}/reversion/admin.pyc +${PYSITELIB}/reversion/admin.pyo +${PYSITELIB}/reversion/helpers.py +${PYSITELIB}/reversion/helpers.pyc +${PYSITELIB}/reversion/helpers.pyo +${PYSITELIB}/reversion/locale/cs/LC_MESSAGES/django.mo +${PYSITELIB}/reversion/locale/cs/LC_MESSAGES/django.po +${PYSITELIB}/reversion/locale/de/LC_MESSAGES/django.mo +${PYSITELIB}/reversion/locale/de/LC_MESSAGES/django.po +${PYSITELIB}/reversion/locale/fr/LC_MESSAGES/django.mo +${PYSITELIB}/reversion/locale/fr/LC_MESSAGES/django.po +${PYSITELIB}/reversion/locale/he/LC_MESSAGES/django.mo +${PYSITELIB}/reversion/locale/he/LC_MESSAGES/django.po +${PYSITELIB}/reversion/locale/it/LC_MESSAGES/django.mo +${PYSITELIB}/reversion/locale/it/LC_MESSAGES/django.po +${PYSITELIB}/reversion/locale/nb/LC_MESSAGES/django.mo +${PYSITELIB}/reversion/locale/nb/LC_MESSAGES/django.po +${PYSITELIB}/reversion/locale/pl/LC_MESSAGES/django.mo +${PYSITELIB}/reversion/locale/pl/LC_MESSAGES/django.po +${PYSITELIB}/reversion/locale/pt_BR/LC_MESSAGES/django.mo +${PYSITELIB}/reversion/locale/pt_BR/LC_MESSAGES/django.po +${PYSITELIB}/reversion/locale/ru/LC_MESSAGES/django.mo +${PYSITELIB}/reversion/locale/ru/LC_MESSAGES/django.po +${PYSITELIB}/reversion/locale/sv/LC_MESSAGES/django.mo +${PYSITELIB}/reversion/locale/sv/LC_MESSAGES/django.po +${PYSITELIB}/reversion/management/__init__.py +${PYSITELIB}/reversion/management/__init__.pyc +${PYSITELIB}/reversion/management/__init__.pyo +${PYSITELIB}/reversion/management/commands/__init__.py +${PYSITELIB}/reversion/management/commands/__init__.pyc +${PYSITELIB}/reversion/management/commands/__init__.pyo +${PYSITELIB}/reversion/management/commands/createinitialrevisions.py +${PYSITELIB}/reversion/management/commands/createinitialrevisions.pyc +${PYSITELIB}/reversion/management/commands/createinitialrevisions.pyo +${PYSITELIB}/reversion/management/commands/deleterevisions.py +${PYSITELIB}/reversion/management/commands/deleterevisions.pyc +${PYSITELIB}/reversion/management/commands/deleterevisions.pyo +${PYSITELIB}/reversion/middleware.py +${PYSITELIB}/reversion/middleware.pyc +${PYSITELIB}/reversion/middleware.pyo +${PYSITELIB}/reversion/migrations/0001_initial.py +${PYSITELIB}/reversion/migrations/0001_initial.pyc +${PYSITELIB}/reversion/migrations/0001_initial.pyo +${PYSITELIB}/reversion/migrations/0002_auto__add_field_version_type.py +${PYSITELIB}/reversion/migrations/0002_auto__add_field_version_type.pyc +${PYSITELIB}/reversion/migrations/0002_auto__add_field_version_type.pyo +${PYSITELIB}/reversion/migrations/0003_auto__add_field_version_object_id_int.py +${PYSITELIB}/reversion/migrations/0003_auto__add_field_version_object_id_int.pyc +${PYSITELIB}/reversion/migrations/0003_auto__add_field_version_object_id_int.pyo +${PYSITELIB}/reversion/migrations/0004_populate_object_id_int.py +${PYSITELIB}/reversion/migrations/0004_populate_object_id_int.pyc +${PYSITELIB}/reversion/migrations/0004_populate_object_id_int.pyo +${PYSITELIB}/reversion/migrations/0005_auto__add_field_revision_manager_slug.py +${PYSITELIB}/reversion/migrations/0005_auto__add_field_revision_manager_slug.pyc +${PYSITELIB}/reversion/migrations/0005_auto__add_field_revision_manager_slug.pyo +${PYSITELIB}/reversion/migrations/__init__.py +${PYSITELIB}/reversion/migrations/__init__.pyc +${PYSITELIB}/reversion/migrations/__init__.pyo +${PYSITELIB}/reversion/models.py +${PYSITELIB}/reversion/models.pyc +${PYSITELIB}/reversion/models.pyo +${PYSITELIB}/reversion/revisions.py +${PYSITELIB}/reversion/revisions.pyc +${PYSITELIB}/reversion/revisions.pyo +${PYSITELIB}/reversion/templates/reversion/change_list.html +${PYSITELIB}/reversion/templates/reversion/object_history.html +${PYSITELIB}/reversion/templates/reversion/recover_form.html +${PYSITELIB}/reversion/templates/reversion/recover_list.html +${PYSITELIB}/reversion/templates/reversion/revision_form.html +${PYSITELIB}/reversion/tests.py +${PYSITELIB}/reversion/tests.pyc +${PYSITELIB}/reversion/tests.pyo +${PYSITELIB}/reversion/tests_deprecated.py +${PYSITELIB}/reversion/tests_deprecated.pyc +${PYSITELIB}/reversion/tests_deprecated.pyo +${PYSITELIB}/reversion/version.py +${PYSITELIB}/reversion/version.pyc +${PYSITELIB}/reversion/version.pyo diff --git a/www/py-django-reversion/distinfo b/www/py-django-reversion/distinfo new file mode 100644 index 00000000000..3146f30e0a8 --- /dev/null +++ b/www/py-django-reversion/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2012/08/26 13:32:17 adam Exp $ + +SHA1 (django-reversion-1.6.2.tar.gz) = eb6821298e958b5e841b2477d18f157e22dd93a2 +RMD160 (django-reversion-1.6.2.tar.gz) = 6ec39eb276919d28c508d7985ff084233f5d743e +Size (django-reversion-1.6.2.tar.gz) = 44259 bytes -- cgit v1.2.3