summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorryoon <ryoon>2012-08-11 15:16:32 +0000
committerryoon <ryoon>2012-08-11 15:16:32 +0000
commit814ec99288c755a3f193e0389fd9eeaab07e1853 (patch)
treea32099133da46b931445c3cba2e11ce9c12f6358 /editors
parent82be238966155cdf786fa2d00e8d3d6dfec3868f (diff)
downloadpkgsrc-814ec99288c755a3f193e0389fd9eeaab07e1853.tar.gz
Update to 0.56
Changelog: === 0.56 - Mon 2 Apr 2012 === * Merged support for Git and Mercurial version control backends - Damien Accorsi & John Drinkwater * Merged plugin for "ditaa" diagrams - YPWang * Merged patch for different configuration profiles, allowing per notebook configuration of plugins, font etc. - Mariano Draghi * Added drag & drop support for the Attachment Browser plugin * Made sidepane and tagcloud remember state * Fixed critical bug for opening email adresses without "mailto:" prefix * Fixed bug where context menu for page index applied to the current page instead of the selected page * Added a Serbian translation === 0.55 - Tue 28 Feb 2012 === * Numbered lists are now supported * The index now has "natural" sorting, so "9" goes before "10" * Added new plugin to show a Table Of Contents per page, and allows modifying the outline * Added Markdown (with pandoc extensions) as an export format * New context menu item "move text" for refactoring text to a new page * Tasklist now supports a "next:" keyword to indicate dependencies, and it can hide tasks that are not yet actionable * Made zim taskbar icons and trayicon overloadable in theme - Andrei * Fixed behavior of Recent Pages pathbar in cases where part of the history is dropped * Fixed behavior of the Search dialog, it no longer hangs and also allows cancelling the search * Fixed bug where replacing a word (e.g spell correction) could drop formatting * Fixed behavior of case-sensitive rename on a case-insensitive file system (windows)
Diffstat (limited to 'editors')
-rw-r--r--editors/zim/Makefile5
-rw-r--r--editors/zim/PLIST32
-rw-r--r--editors/zim/distinfo8
3 files changed, 34 insertions, 11 deletions
diff --git a/editors/zim/Makefile b/editors/zim/Makefile
index 8019d14e0e4..5ec92643769 100644
--- a/editors/zim/Makefile
+++ b/editors/zim/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2012/04/08 19:08:55 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2012/08/11 15:16:32 ryoon Exp $
#
-DISTNAME= zim-0.54
+DISTNAME= zim-0.56
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= http://zim-wiki.org/downloads/
diff --git a/editors/zim/PLIST b/editors/zim/PLIST
index 07ff71ba586..21be42d8c9a 100644
--- a/editors/zim/PLIST
+++ b/editors/zim/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2012/03/01 17:03:18 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.4 2012/08/11 15:16:32 ryoon Exp $
bin/zim
${PYSITELIB}/zim/__init__.py
${PYSITELIB}/zim/__init__.pyc
@@ -30,12 +30,18 @@ ${PYSITELIB}/zim/exporter.pyo
${PYSITELIB}/zim/formats/__init__.py
${PYSITELIB}/zim/formats/__init__.pyc
${PYSITELIB}/zim/formats/__init__.pyo
+${PYSITELIB}/zim/formats/__main__.py
+${PYSITELIB}/zim/formats/__main__.pyc
+${PYSITELIB}/zim/formats/__main__.pyo
${PYSITELIB}/zim/formats/html.py
${PYSITELIB}/zim/formats/html.pyc
${PYSITELIB}/zim/formats/html.pyo
${PYSITELIB}/zim/formats/latex.py
${PYSITELIB}/zim/formats/latex.pyc
${PYSITELIB}/zim/formats/latex.pyo
+${PYSITELIB}/zim/formats/markdown.py
+${PYSITELIB}/zim/formats/markdown.pyc
+${PYSITELIB}/zim/formats/markdown.pyo
${PYSITELIB}/zim/formats/plain.py
${PYSITELIB}/zim/formats/plain.pyc
${PYSITELIB}/zim/formats/plain.pyo
@@ -132,6 +138,9 @@ ${PYSITELIB}/zim/plugins/calendar.pyo
${PYSITELIB}/zim/plugins/diagrameditor.py
${PYSITELIB}/zim/plugins/diagrameditor.pyc
${PYSITELIB}/zim/plugins/diagrameditor.pyo
+${PYSITELIB}/zim/plugins/ditaaeditor.py
+${PYSITELIB}/zim/plugins/ditaaeditor.pyc
+${PYSITELIB}/zim/plugins/ditaaeditor.pyo
${PYSITELIB}/zim/plugins/equationeditor.py
${PYSITELIB}/zim/plugins/equationeditor.pyc
${PYSITELIB}/zim/plugins/equationeditor.pyo
@@ -168,6 +177,9 @@ ${PYSITELIB}/zim/plugins/screenshot.pyo
${PYSITELIB}/zim/plugins/spell.py
${PYSITELIB}/zim/plugins/spell.pyc
${PYSITELIB}/zim/plugins/spell.pyo
+${PYSITELIB}/zim/plugins/tableofcontents.py
+${PYSITELIB}/zim/plugins/tableofcontents.pyc
+${PYSITELIB}/zim/plugins/tableofcontents.pyo
${PYSITELIB}/zim/plugins/tags.py
${PYSITELIB}/zim/plugins/tags.pyc
${PYSITELIB}/zim/plugins/tags.pyo
@@ -183,6 +195,12 @@ ${PYSITELIB}/zim/plugins/versioncontrol/__init__.pyo
${PYSITELIB}/zim/plugins/versioncontrol/bzr.py
${PYSITELIB}/zim/plugins/versioncontrol/bzr.pyc
${PYSITELIB}/zim/plugins/versioncontrol/bzr.pyo
+${PYSITELIB}/zim/plugins/versioncontrol/git.py
+${PYSITELIB}/zim/plugins/versioncontrol/git.pyc
+${PYSITELIB}/zim/plugins/versioncontrol/git.pyo
+${PYSITELIB}/zim/plugins/versioncontrol/hg.py
+${PYSITELIB}/zim/plugins/versioncontrol/hg.pyc
+${PYSITELIB}/zim/plugins/versioncontrol/hg.pyo
${PYSITELIB}/zim/search.py
${PYSITELIB}/zim/search.pyc
${PYSITELIB}/zim/search.pyo
@@ -192,9 +210,6 @@ ${PYSITELIB}/zim/stores/__init__.pyo
${PYSITELIB}/zim/stores/files.py
${PYSITELIB}/zim/stores/files.pyc
${PYSITELIB}/zim/stores/files.pyo
-${PYSITELIB}/zim/stores/gjots.py
-${PYSITELIB}/zim/stores/gjots.pyc
-${PYSITELIB}/zim/stores/gjots.pyo
${PYSITELIB}/zim/stores/memory.py
${PYSITELIB}/zim/stores/memory.pyc
${PYSITELIB}/zim/stores/memory.pyo
@@ -204,6 +219,9 @@ ${PYSITELIB}/zim/stores/xml.pyo
${PYSITELIB}/zim/templates.py
${PYSITELIB}/zim/templates.pyc
${PYSITELIB}/zim/templates.pyo
+${PYSITELIB}/zim/utils.py
+${PYSITELIB}/zim/utils.pyc
+${PYSITELIB}/zim/utils.pyo
${PYSITELIB}/zim/www.py
${PYSITELIB}/zim/www.pyc
${PYSITELIB}/zim/www.pyo
@@ -249,6 +267,7 @@ share/locale/pl/LC_MESSAGES/zim.mo
share/locale/ru/LC_MESSAGES/zim.mo
share/locale/sk/LC_MESSAGES/zim.mo
share/locale/sl/LC_MESSAGES/zim.mo
+share/locale/sr/LC_MESSAGES/zim.mo
share/locale/sv/LC_MESSAGES/zim.mo
share/locale/tr/LC_MESSAGES/zim.mo
share/locale/uk/LC_MESSAGES/zim.mo
@@ -309,6 +328,9 @@ share/zim/manual/Plugins/Automount.txt
share/zim/manual/Plugins/Calendar.txt
share/zim/manual/Plugins/Diagram_Editor.txt
share/zim/manual/Plugins/Diagram_Editor/diagram.png
+share/zim/manual/Plugins/Ditaa_Editor.txt
+share/zim/manual/Plugins/Ditaa_Editor/ditaa.dia
+share/zim/manual/Plugins/Ditaa_Editor/ditaa.png
share/zim/manual/Plugins/Equation_Editor.txt
share/zim/manual/Plugins/Equation_Editor/equation_01.png
share/zim/manual/Plugins/GNU_R_Plot_Editor.txt
@@ -325,6 +347,7 @@ share/zim/manual/Plugins/Insert_Symbol.txt
share/zim/manual/Plugins/Link_Map.txt
share/zim/manual/Plugins/Quick_Note.txt
share/zim/manual/Plugins/Spell_Checker.txt
+share/zim/manual/Plugins/Table_Of_Contents.txt
share/zim/manual/Plugins/Tags.txt
share/zim/manual/Plugins/Task_List.txt
share/zim/manual/Plugins/Tray_Icon.txt
@@ -364,6 +387,7 @@ share/zim/templates/html/SlideShow_(S5).html
share/zim/templates/latex/Article.tex
share/zim/templates/latex/Part.tex
share/zim/templates/latex/Report.tex
+share/zim/templates/markdown/Default.markdown
share/zim/templates/wiki/Calendar.txt
share/zim/templates/wiki/Default.txt
share/zim/urls.list
diff --git a/editors/zim/distinfo b/editors/zim/distinfo
index ab24904d06b..6afdc2caf0a 100644
--- a/editors/zim/distinfo
+++ b/editors/zim/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2012/03/01 17:03:18 ryoon Exp $
+$NetBSD: distinfo,v 1.5 2012/08/11 15:16:32 ryoon Exp $
-SHA1 (zim-0.54.tar.gz) = fd8cdfe78185a532016da3974da64373998a46a3
-RMD160 (zim-0.54.tar.gz) = 02f9746fe474b34519815b8f0ed543e97cab661b
-Size (zim-0.54.tar.gz) = 1326924 bytes
+SHA1 (zim-0.56.tar.gz) = b618221685bbe6292f109f81889a9d986218dd0f
+RMD160 (zim-0.56.tar.gz) = d1dc071718e18424d192c6c3267e72467ed605e7
+Size (zim-0.56.tar.gz) = 1419603 bytes