pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-django-reversion django-reversion is an extensi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c7b3a357fc6
branches:  trunk
changeset: 608052:1c7b3a357fc6
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Aug 26 13:32:17 2012 +0000

description:
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.

diffstat:

 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(+), 0 deletions(-)

diffs (141 lines):

diff -r 42df43972cf5 -r 1c7b3a357fc6 www/py-django-reversion/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-django-reversion/DESCR     Sun Aug 26 13:32:17 2012 +0000
@@ -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 -r 42df43972cf5 -r 1c7b3a357fc6 www/py-django-reversion/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-django-reversion/Makefile  Sun Aug 26 13:32:17 2012 +0000
@@ -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@localhost
+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 -r 42df43972cf5 -r 1c7b3a357fc6 www/py-django-reversion/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-django-reversion/PLIST     Sun Aug 26 13:32:17 2012 +0000
@@ -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 -r 42df43972cf5 -r 1c7b3a357fc6 www/py-django-reversion/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-django-reversion/distinfo  Sun Aug 26 13:32:17 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index