pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-djangocms-text-ckeditor py-djangocms-text-ckedi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d02374f9947c
branches:  trunk
changeset: 315288:d02374f9947c
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Nov 20 18:40:17 2018 +0000

description:
py-djangocms-text-ckeditor: updated to 3.6.1

3.6.1:
Added Django 2.0 & 2.1 support
Updated setup.py to use html5lib>=0.999999999
Fixed ValueError on static file resolution at import time

3.6.0:
Changed the way ckeditor widget is initialized

3.5.3:
Updated CKEditor to 4.7.3
Added context to translation payload when dealing with TextPlugin instances

3.5.1:
Introduced support for django CMS 3.5.0
Fixed a regression which prevented multiple HTMLFields from having different configurations.
Fixed a bug where text coming from HtmlField was escaped when using it with other third party apps like django-parler.
Fixed a bug where dialog backdrop would've been incorrectly removed allowing for disallowed actions.
Fixed a bug when a dialog would open underneath maximized editor.

3.5.0:
Fixed an issue where the rendered HTML of plugins nested in text plugins leaked and became editable in some cases.
Updated CKEditor to 4.6.2

3.4.0:
Introduced support for the djangocms-history app.
Fixed an issue when CKEditor was triggering unnecessary delete-on-cancel requests after editing a plugin.
Fixed a bug which raised an exception when using a lazy object on the plugin configuration.

diffstat:

 www/py-djangocms-text-ckeditor/Makefile |  18 ++---
 www/py-djangocms-text-ckeditor/PLIST    |  96 ++++++++++++++++++++------------
 www/py-djangocms-text-ckeditor/distinfo |  10 +-
 3 files changed, 74 insertions(+), 50 deletions(-)

diffs (290 lines):

diff -r d5a052599f5b -r d02374f9947c www/py-djangocms-text-ckeditor/Makefile
--- a/www/py-djangocms-text-ckeditor/Makefile   Tue Nov 20 18:38:34 2018 +0000
+++ b/www/py-djangocms-text-ckeditor/Makefile   Tue Nov 20 18:40:17 2018 +0000
@@ -1,22 +1,20 @@
-# $NetBSD: Makefile,v 1.8 2016/05/13 15:44:16 adam Exp $
+# $NetBSD: Makefile,v 1.9 2018/11/20 18:40:17 adam Exp $
 
-DISTNAME=      djangocms-text-ckeditor-2.9.3
+DISTNAME=      djangocms-text-ckeditor-3.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=divio/}
+MASTER_SITES=  ${MASTER_SITE_PYPI:=d/djangocms-text-ckeditor/}
 
 MAINTAINER=    adam%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/divio/djangocms-text-ckeditor/
+HOMEPAGE=      https://github.com/divio/djangocms-text-ckeditor
 COMMENT=       Text Plugin for django-cms with CK-Editor
 LICENSE=       modified-bsd
 
-GITHUB_PROJECT=        djangocms-text-ckeditor
-GITHUB_TAG=    ${PKGVERSION_NOREV}
+DEPENDS+=      ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
+DEPENDS+=      ${PYPKGPREFIX}-django-cms>=3.3.0:../../www/py-django-cms
+DEPENDS+=      ${PYPKGPREFIX}-html5lib>=0.999999999:../../textproc/py-html5lib
 
-DEPENDS+=      ${PYPKGPREFIX}-django-cms-[0-9]*:../../www/py-django-cms
-
-EXTRACT_USING=         bsdtar
-USE_LANGUAGES=         # none
+USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r d5a052599f5b -r d02374f9947c www/py-djangocms-text-ckeditor/PLIST
--- a/www/py-djangocms-text-ckeditor/PLIST      Tue Nov 20 18:38:34 2018 +0000
+++ b/www/py-djangocms-text-ckeditor/PLIST      Tue Nov 20 18:40:17 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2016/05/13 15:44:16 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2018/11/20 18:40:17 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -190,6 +190,9 @@
 ${PYSITELIB}/djangocms_text_ckeditor/migrations/0003_set_related_name_for_cmsplugin_ptr.py
 ${PYSITELIB}/djangocms_text_ckeditor/migrations/0003_set_related_name_for_cmsplugin_ptr.pyc
 ${PYSITELIB}/djangocms_text_ckeditor/migrations/0003_set_related_name_for_cmsplugin_ptr.pyo
+${PYSITELIB}/djangocms_text_ckeditor/migrations/0004_auto_20160706_1339.py
+${PYSITELIB}/djangocms_text_ckeditor/migrations/0004_auto_20160706_1339.pyc
+${PYSITELIB}/djangocms_text_ckeditor/migrations/0004_auto_20160706_1339.pyo
 ${PYSITELIB}/djangocms_text_ckeditor/migrations/__init__.py
 ${PYSITELIB}/djangocms_text_ckeditor/migrations/__init__.pyc
 ${PYSITELIB}/djangocms_text_ckeditor/migrations/__init__.pyo
@@ -205,15 +208,6 @@
 ${PYSITELIB}/djangocms_text_ckeditor/settings.py
 ${PYSITELIB}/djangocms_text_ckeditor/settings.pyc
 ${PYSITELIB}/djangocms_text_ckeditor/settings.pyo
-${PYSITELIB}/djangocms_text_ckeditor/south_migrations/0001_initial.py
-${PYSITELIB}/djangocms_text_ckeditor/south_migrations/0001_initial.pyc
-${PYSITELIB}/djangocms_text_ckeditor/south_migrations/0001_initial.pyo
-${PYSITELIB}/djangocms_text_ckeditor/south_migrations/0002_rename_plugin.py
-${PYSITELIB}/djangocms_text_ckeditor/south_migrations/0002_rename_plugin.pyc
-${PYSITELIB}/djangocms_text_ckeditor/south_migrations/0002_rename_plugin.pyo
-${PYSITELIB}/djangocms_text_ckeditor/south_migrations/__init__.py
-${PYSITELIB}/djangocms_text_ckeditor/south_migrations/__init__.pyc
-${PYSITELIB}/djangocms_text_ckeditor/south_migrations/__init__.pyo
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/CHANGES.md
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/LICENSE.md
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/README.md
@@ -224,6 +218,7 @@
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/contents.css
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/lang/af.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/lang/ar.js
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/lang/az.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/lang/bg.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/lang/bn.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/lang/bs.js
@@ -231,6 +226,7 @@
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/lang/cs.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/lang/cy.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/lang/da.js
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/lang/de-ch.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/lang/de.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/lang/el.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/lang/en-au.js
@@ -268,6 +264,7 @@
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/lang/nb.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/lang/nl.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/lang/no.js
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/lang/oc.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/lang/pl.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/lang/pt-br.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/lang/pt.js
@@ -292,18 +289,22 @@
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/af.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/az.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/da.js
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/de.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/el.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/en.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/es-mx.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/es.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/et.js
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js
@@ -328,6 +329,7 @@
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/no.js
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/oc.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js
@@ -351,8 +353,11 @@
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/about/dialogs/about.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/about/dialogs/logo_ckeditor.png
-${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/clipboard/dialogs/paste.js
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/colordialog/dialogs/colordialog.css
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/colordialog/dialogs/colordialog.js
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/copyformatting/cursors/cursor-disabled.svg
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/copyformatting/cursors/cursor.svg
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/copyformatting/styles/copyformatting.css
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/dialog/dialogDefinition.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/div/dialogs/div.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/find/dialogs/find.js
@@ -385,10 +390,13 @@
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/pagebreak/images/pagebreak.gif
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/pastefromword/filter/default.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/preview/preview.html
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/scayt/CHANGELOG.md
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/scayt/LICENSE.md
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/scayt/README.md
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/scayt/dialogs/dialog.css
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/scayt/dialogs/options.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/scayt/dialogs/toolbar.css
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/scayt/skins/moono-lisa/scayt.css
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/showblocks/images/block_address.png
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/showblocks/images/block_blockquote.png
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/showblocks/images/block_div.png
@@ -446,18 +454,24 @@
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/specialchar/dialogs/lang/af.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ar.js
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/specialchar/dialogs/lang/az.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/specialchar/dialogs/lang/bg.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ca.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/specialchar/dialogs/lang/cs.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/specialchar/dialogs/lang/cy.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/specialchar/dialogs/lang/da.js
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/specialchar/dialogs/lang/de-ch.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/specialchar/dialogs/lang/de.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/specialchar/dialogs/lang/el.js
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en-au.js
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en-ca.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/specialchar/dialogs/lang/eo.js
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/specialchar/dialogs/lang/es-mx.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/specialchar/dialogs/lang/es.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/specialchar/dialogs/lang/et.js
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/specialchar/dialogs/lang/eu.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fa.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fi.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js
@@ -477,6 +491,7 @@
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/specialchar/dialogs/lang/nb.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/specialchar/dialogs/lang/nl.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/specialchar/dialogs/lang/no.js
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/specialchar/dialogs/lang/oc.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/specialchar/dialogs/lang/pl.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/specialchar/dialogs/lang/pt.js
@@ -503,6 +518,7 @@
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/templates/templates/images/template1.gif
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/templates/templates/images/template2.gif
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/templates/templates/images/template3.gif
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/widget/images/handle.png
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/wsc/LICENSE.md
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/wsc/README.md
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/wsc/dialogs/ciframe.html
@@ -510,6 +526,7 @@
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/wsc/dialogs/wsc.css
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/wsc/dialogs/wsc.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/wsc/dialogs/wsc_ie.js
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/plugins/wsc/skins/moono-lisa/wsc.css
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/samples/css/samples.css
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/samples/img/github-top.png
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/samples/img/header-bg.png
@@ -574,41 +591,50 @@
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/samples/toolbarconfigurator/lib/codemirror/neo.css
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.css
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.js
-${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono/dialog.css
-${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono/dialog_ie.css
-${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono/dialog_ie7.css
-${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono/dialog_ie8.css
-${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono/dialog_iequirks.css
-${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono/editor.css
-${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono/editor_gecko.css
-${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono/editor_ie.css
-${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono/editor_ie7.css
-${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono/editor_ie8.css
-${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono/editor_iequirks.css
-${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono/icons.png
-${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono/icons_hidpi.png
-${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono/images/arrow.png
-${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono/images/close.png
-${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono/images/hidpi/close.png
-${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono/images/hidpi/lock-open.png
-${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono/images/hidpi/lock.png
-${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono/images/hidpi/refresh.png
-${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono/images/lock-open.png
-${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono/images/lock.png
-${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono/images/refresh.png
-${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono/images/spinner.gif
-${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono/readme.md
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono-lisa/dialog.css
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono-lisa/dialog_ie.css
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono-lisa/dialog_ie8.css
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono-lisa/dialog_iequirks.css
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono-lisa/editor.css
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono-lisa/editor_gecko.css
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono-lisa/editor_ie.css
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono-lisa/editor_ie8.css
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono-lisa/editor_iequirks.css
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono-lisa/icons.png
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono-lisa/icons_hidpi.png
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono-lisa/images/arrow.png
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono-lisa/images/close.png
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono-lisa/images/hidpi/close.png
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono-lisa/images/hidpi/lock-open.png
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono-lisa/images/hidpi/lock.png
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono-lisa/images/hidpi/refresh.png
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono-lisa/images/lock-open.png
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono-lisa/images/lock.png
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono-lisa/images/refresh.png
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono-lisa/images/spinner.gif
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/skins/moono-lisa/readme.md
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/styles.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor_plugins/cmsdialog/plugin.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor_plugins/cmsplugins/icons/cmsplugins.png
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor_plugins/cmsplugins/icons/cmsplugins.psd
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor_plugins/cmsplugins/plugin.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor_plugins/cmsresize/plugin.js
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor_plugins/cmswidget/plugin.js
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/css/cms.ckeditor.css
 ${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/js/cms.ckeditor.js
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/js/dist/bundle-45a646fecc.cms.ckeditor.min.js
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/js/post.js
+${PYSITELIB}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/js/pre.js
+${PYSITELIB}/djangocms_text_ckeditor/templates/cms/plugins/render_plugin_preview.html
 ${PYSITELIB}/djangocms_text_ckeditor/templates/cms/plugins/text.html
 ${PYSITELIB}/djangocms_text_ckeditor/templates/cms/plugins/text_plugin_change_form.html
 ${PYSITELIB}/djangocms_text_ckeditor/templates/cms/plugins/widgets/ckeditor.html
+${PYSITELIB}/djangocms_text_ckeditor/templatetags/__init__.py
+${PYSITELIB}/djangocms_text_ckeditor/templatetags/__init__.pyc
+${PYSITELIB}/djangocms_text_ckeditor/templatetags/__init__.pyo
+${PYSITELIB}/djangocms_text_ckeditor/templatetags/djangocms_text_ckeditor_tags.py
+${PYSITELIB}/djangocms_text_ckeditor/templatetags/djangocms_text_ckeditor_tags.pyc
+${PYSITELIB}/djangocms_text_ckeditor/templatetags/djangocms_text_ckeditor_tags.pyo
 ${PYSITELIB}/djangocms_text_ckeditor/utils.py
 ${PYSITELIB}/djangocms_text_ckeditor/utils.pyc
 ${PYSITELIB}/djangocms_text_ckeditor/utils.pyo
diff -r d5a052599f5b -r d02374f9947c www/py-djangocms-text-ckeditor/distinfo
--- a/www/py-djangocms-text-ckeditor/distinfo   Tue Nov 20 18:38:34 2018 +0000
+++ b/www/py-djangocms-text-ckeditor/distinfo   Tue Nov 20 18:40:17 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2016/05/13 15:44:16 adam Exp $
+$NetBSD: distinfo,v 1.8 2018/11/20 18:40:17 adam Exp $
 
-SHA1 (djangocms-text-ckeditor-2.9.3.tar.gz) = 678b8172bbd9668494e683627eb336f5d1b76082
-RMD160 (djangocms-text-ckeditor-2.9.3.tar.gz) = 7f1f5976b8f6c832308f64d333231c31cf8617e5
-SHA512 (djangocms-text-ckeditor-2.9.3.tar.gz) = df38530f4efb4f6485e2631fde836aa3a86164f137b88e581b83c3d74d3f41be3f7340100542ad1c90104c51d9308d7bc1b41d77d1a78b913ac42d7c6aa0a61d
-Size (djangocms-text-ckeditor-2.9.3.tar.gz) = 1379230 bytes
+SHA1 (djangocms-text-ckeditor-3.6.1.tar.gz) = 9eb1a041f3da3fa4b76f608d2091f51c7411725a
+RMD160 (djangocms-text-ckeditor-3.6.1.tar.gz) = c71794838292b69014c0b0e65acd06f3c79d14f0
+SHA512 (djangocms-text-ckeditor-3.6.1.tar.gz) = fedd07ae576a0f03f9899eb508a9fb9e109f4df046a674cd6d5b68a99ad7b885a84477a78b6d642927983ababba2a340dc79ddfe9208bd8ab5aa7e57915862ca
+Size (djangocms-text-ckeditor-3.6.1.tar.gz) = 1586655 bytes



Home | Main Index | Thread Index | Old Index