pkgsrc-Changes archive

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

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue May  9 20:22:34 UTC 2017

Modified Files:
        pkgsrc/www: Makefile
Added Files:
        pkgsrc/www/py-django-contrib-comments: DESCR Makefile PLIST distinfo

Log Message:
Django used to include a comments framework; since Django 1.6 it's been
separated to a separate project. This is that project.

This framework can be used to attach comments to any model, so you can use it
for comments on blog entries, photos, book chapters, or anything else.


To generate a diff of this commit:
cvs rdiff -u -r1.1237 -r1.1238 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-django-contrib-comments/DESCR \
    pkgsrc/www/py-django-contrib-comments/Makefile \
    pkgsrc/www/py-django-contrib-comments/PLIST \
    pkgsrc/www/py-django-contrib-comments/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/Makefile
diff -u pkgsrc/www/Makefile:1.1237 pkgsrc/www/Makefile:1.1238
--- pkgsrc/www/Makefile:1.1237  Fri May  5 15:46:41 2017
+++ pkgsrc/www/Makefile Tue May  9 20:22:34 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1237 2017/05/05 15:46:41 adam Exp $
+# $NetBSD: Makefile,v 1.1238 2017/05/09 20:22:34 adam Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -614,6 +614,7 @@ SUBDIR+=    py-django-appmedia
 SUBDIR+=       py-django-classy-tags
 SUBDIR+=       py-django-cms
 SUBDIR+=       py-django-cmsplugin_gallery
+SUBDIR+=       py-django-contrib-comments
 SUBDIR+=       py-django-easy-thumbnails
 SUBDIR+=       py-django-filer
 SUBDIR+=       py-django-formtools

Added files:

Index: pkgsrc/www/py-django-contrib-comments/DESCR
diff -u /dev/null pkgsrc/www/py-django-contrib-comments/DESCR:1.1
--- /dev/null   Tue May  9 20:22:34 2017
+++ pkgsrc/www/py-django-contrib-comments/DESCR Tue May  9 20:22:34 2017
@@ -0,0 +1,5 @@
+Django used to include a comments framework; since Django 1.6 it's been
+separated to a separate project. This is that project.
+
+This framework can be used to attach comments to any model, so you can use it
+for comments on blog entries, photos, book chapters, or anything else.
Index: pkgsrc/www/py-django-contrib-comments/Makefile
diff -u /dev/null pkgsrc/www/py-django-contrib-comments/Makefile:1.1
--- /dev/null   Tue May  9 20:22:34 2017
+++ pkgsrc/www/py-django-contrib-comments/Makefile      Tue May  9 20:22:34 2017
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2017/05/09 20:22:34 adam Exp $
+
+DISTNAME=      django-contrib-comments-1.8.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    www python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-contrib-comments/}
+
+MAINTAINER=    adam%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/django/django-contrib-comments
+COMMENT=       Framework to attach comments to any Django model
+LICENSE=       modified-bsd
+
+USE_LANGUAGES=         # empty
+
+DEPENDS+=      ${PYPKGPREFIX}-django>=1.8:../../www/py-django
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-django-contrib-comments/PLIST
diff -u /dev/null pkgsrc/www/py-django-contrib-comments/PLIST:1.1
--- /dev/null   Tue May  9 20:22:34 2017
+++ pkgsrc/www/py-django-contrib-comments/PLIST Tue May  9 20:22:34 2017
@@ -0,0 +1,228 @@
+@comment $NetBSD: PLIST,v 1.1 2017/05/09 20:22:34 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/django_comments/__init__.py
+${PYSITELIB}/django_comments/__init__.pyc
+${PYSITELIB}/django_comments/__init__.pyo
+${PYSITELIB}/django_comments/abstracts.py
+${PYSITELIB}/django_comments/abstracts.pyc
+${PYSITELIB}/django_comments/abstracts.pyo
+${PYSITELIB}/django_comments/admin.py
+${PYSITELIB}/django_comments/admin.pyc
+${PYSITELIB}/django_comments/admin.pyo
+${PYSITELIB}/django_comments/compat.py
+${PYSITELIB}/django_comments/compat.pyc
+${PYSITELIB}/django_comments/compat.pyo
+${PYSITELIB}/django_comments/feeds.py
+${PYSITELIB}/django_comments/feeds.pyc
+${PYSITELIB}/django_comments/feeds.pyo
+${PYSITELIB}/django_comments/forms.py
+${PYSITELIB}/django_comments/forms.pyc
+${PYSITELIB}/django_comments/forms.pyo
+${PYSITELIB}/django_comments/locale/ar/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/ar/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/az/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/az/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/be/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/be/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/bg/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/bg/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/bn/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/bn/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/br/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/br/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/bs/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/bs/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/ca/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/ca/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/cs/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/cs/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/cy/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/cy/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/da/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/da/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/de/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/de/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/el/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/el/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/en/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/en/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/en_GB/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/en_GB/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/eo/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/eo/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/es/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/es/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/es_AR/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/es_AR/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/es_MX/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/es_MX/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/et/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/et/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/eu/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/eu/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/fa/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/fa/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/fi/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/fi/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/fr/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/fr/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/fy_NL/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/fy_NL/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/ga/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/ga/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/gl/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/gl/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/he/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/he/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/hi/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/hi/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/hr/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/hr/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/hu/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/hu/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/ia/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/ia/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/id/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/id/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/is/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/is/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/it/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/it/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/ja/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/ja/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/ka/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/ka/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/kk/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/kk/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/km/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/km/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/kn/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/kn/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/ko/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/ko/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/lt/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/lt/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/lv/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/lv/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/mk/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/mk/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/ml/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/ml/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/mn/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/mn/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/nb/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/nb/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/ne/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/ne/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/nl/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/nl/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/nn/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/nn/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/pa/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/pa/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/pl/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/pl/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/pt/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/pt/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/pt_BR/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/pt_BR/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/ro/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/ro/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/ru/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/ru/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/sk/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/sk/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/sl/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/sl/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/sq/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/sq/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/sr/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/sr/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/sr_Latn/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/sr_Latn/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/sv/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/sv/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/sw/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/sw/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/ta/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/ta/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/te/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/te/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/th/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/th/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/tr/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/tr/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/tt/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/tt/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/uk/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/uk/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/ur/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/ur/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/vi/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/vi/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/zh_CN/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/zh_CN/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/locale/zh_TW/LC_MESSAGES/django.mo
+${PYSITELIB}/django_comments/locale/zh_TW/LC_MESSAGES/django.po
+${PYSITELIB}/django_comments/managers.py
+${PYSITELIB}/django_comments/managers.pyc
+${PYSITELIB}/django_comments/managers.pyo
+${PYSITELIB}/django_comments/migrations/0001_initial.py
+${PYSITELIB}/django_comments/migrations/0001_initial.pyc
+${PYSITELIB}/django_comments/migrations/0001_initial.pyo
+${PYSITELIB}/django_comments/migrations/0002_update_user_email_field_length.py
+${PYSITELIB}/django_comments/migrations/0002_update_user_email_field_length.pyc
+${PYSITELIB}/django_comments/migrations/0002_update_user_email_field_length.pyo
+${PYSITELIB}/django_comments/migrations/0003_add_submit_date_index.py
+${PYSITELIB}/django_comments/migrations/0003_add_submit_date_index.pyc
+${PYSITELIB}/django_comments/migrations/0003_add_submit_date_index.pyo
+${PYSITELIB}/django_comments/migrations/__init__.py
+${PYSITELIB}/django_comments/migrations/__init__.pyc
+${PYSITELIB}/django_comments/migrations/__init__.pyo
+${PYSITELIB}/django_comments/models.py
+${PYSITELIB}/django_comments/models.pyc
+${PYSITELIB}/django_comments/models.pyo
+${PYSITELIB}/django_comments/moderation.py
+${PYSITELIB}/django_comments/moderation.pyc
+${PYSITELIB}/django_comments/moderation.pyo
+${PYSITELIB}/django_comments/signals.py
+${PYSITELIB}/django_comments/signals.pyc
+${PYSITELIB}/django_comments/signals.pyo
+${PYSITELIB}/django_comments/templates/comments/400-debug.html
+${PYSITELIB}/django_comments/templates/comments/approve.html
+${PYSITELIB}/django_comments/templates/comments/approved.html
+${PYSITELIB}/django_comments/templates/comments/base.html
+${PYSITELIB}/django_comments/templates/comments/delete.html
+${PYSITELIB}/django_comments/templates/comments/deleted.html
+${PYSITELIB}/django_comments/templates/comments/flag.html
+${PYSITELIB}/django_comments/templates/comments/flagged.html
+${PYSITELIB}/django_comments/templates/comments/form.html
+${PYSITELIB}/django_comments/templates/comments/list.html
+${PYSITELIB}/django_comments/templates/comments/posted.html
+${PYSITELIB}/django_comments/templates/comments/preview.html
+${PYSITELIB}/django_comments/templatetags/__init__.py
+${PYSITELIB}/django_comments/templatetags/__init__.pyc
+${PYSITELIB}/django_comments/templatetags/__init__.pyo
+${PYSITELIB}/django_comments/templatetags/comments.py
+${PYSITELIB}/django_comments/templatetags/comments.pyc
+${PYSITELIB}/django_comments/templatetags/comments.pyo
+${PYSITELIB}/django_comments/urls.py
+${PYSITELIB}/django_comments/urls.pyc
+${PYSITELIB}/django_comments/urls.pyo
+${PYSITELIB}/django_comments/views/__init__.py
+${PYSITELIB}/django_comments/views/__init__.pyc
+${PYSITELIB}/django_comments/views/__init__.pyo
+${PYSITELIB}/django_comments/views/comments.py
+${PYSITELIB}/django_comments/views/comments.pyc
+${PYSITELIB}/django_comments/views/comments.pyo
+${PYSITELIB}/django_comments/views/moderation.py
+${PYSITELIB}/django_comments/views/moderation.pyc
+${PYSITELIB}/django_comments/views/moderation.pyo
+${PYSITELIB}/django_comments/views/utils.py
+${PYSITELIB}/django_comments/views/utils.pyc
+${PYSITELIB}/django_comments/views/utils.pyo
Index: pkgsrc/www/py-django-contrib-comments/distinfo
diff -u /dev/null pkgsrc/www/py-django-contrib-comments/distinfo:1.1
--- /dev/null   Tue May  9 20:22:34 2017
+++ pkgsrc/www/py-django-contrib-comments/distinfo      Tue May  9 20:22:34 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/05/09 20:22:34 adam Exp $
+
+SHA1 (django-contrib-comments-1.8.0.tar.gz) = d37f97e55966abbf7f181bd6960c7c189818a030
+RMD160 (django-contrib-comments-1.8.0.tar.gz) = 0c98d1059043d723be90427af86c1546b3ee3895
+SHA512 (django-contrib-comments-1.8.0.tar.gz) = 4c852ccd988bfa4c9aa7c66c291e05f5265afda9939a3dde3be4a64e4b766e958db5f064c1e1d931e511384c44b6042702861dbd4d458b2a8619b356892052f9
+Size (django-contrib-comments-1.8.0.tar.gz) = 858525 bytes



Home | Main Index | Thread Index | Old Index