Sat Jan 26 13:39:37 2013 UTC ()
Update to 0.59

Changelog:
=== 0.59 - Wed 23 Jan 2012 ===
* Critical bug fix in pageview serialization
* Fix for inheritance of tags in tasklist - Epinull
* Fix for customtools dialog - Epinull
* Fix for week number in Journal plugin page template

=== 0.58 - Sat 15 Dec 2012 ===
* Added new plugin for distraction free fullscreen mode
* Added options to limit tasklist plugin to certain namespaces -
Pierre-Antoine Champin
* Added option to tasklist plugin to flag non-actionable tasks by a special tag
* Added prompt for filename for Insert New File action
* Added template option to list attachments in export
* Added class attributes to links in HTML output
* Added two more commandline options to quicknote plugin
* Made sidepanes more compact by embedding close buttons in widgets
* Critical fix for restarting zim after a crash (cleaning up socket)
* Bug fix for search queries with quoted arguments
* Bug fix for use of tags in the tasklist plugin
* Bug fix for wiki format to be more robust for bad links
* Bug fix for latex format to not use file URIs in \includegraphics{}
* Bug fix for including latex equations in latex export
* Bug fix list behavior checkboxes and numbered lists
* Fix first day of week locale for calendar plugin - based on patch by
Leopold Schabel
* Fix for handling "file:/" and "file://" URIs in links - see manual for details
* Fix for windows to not open consoles for each external application - klo uo
* Fix for windows to put config files under %APPDATA% - klo uo
* Fix to have "update heading" toggle in rename dialog more
intelligent - Virgil Dupras
* Fix to make template errors report relevant error dialogs
* Fix for search and replace whitespace in pageview
* Various small fixes


(ryoon)
diff -r1.10 -r1.11 pkgsrc/editors/zim/Makefile
diff -r1.5 -r1.6 pkgsrc/editors/zim/PLIST
diff -r1.6 -r1.7 pkgsrc/editors/zim/distinfo

cvs diff -r1.10 -r1.11 pkgsrc/editors/zim/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/zim/Makefile 2012/12/01 10:36:12 1.10
+++ pkgsrc/editors/zim/Makefile 2013/01/26 13:39:37 1.11
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.10 2012/12/01 10:36:12 ryoon Exp $ 1# $NetBSD: Makefile,v 1.11 2013/01/26 13:39:37 ryoon Exp $
2# 2#
3 3
4DISTNAME= zim-0.57 4DISTNAME= zim-0.59
5PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 5PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
6CATEGORIES= editors 6CATEGORIES= editors
7MASTER_SITES= http://zim-wiki.org/downloads/ 7MASTER_SITES= http://zim-wiki.org/downloads/
8 8
9MAINTAINER= ryoon@NetBSD.org 9MAINTAINER= ryoon@NetBSD.org
10HOMEPAGE= http://zim-wiki.org/ 10HOMEPAGE= http://zim-wiki.org/
11COMMENT= Zim brings the concept of a wiki to your desktop 11COMMENT= Zim brings the concept of a wiki to your desktop
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14USE_LANGUAGES= # none 14USE_LANGUAGES= # none
15 15
16REPLACE_PYTHON= ${WRKSRC}/zim.py 16REPLACE_PYTHON= ${WRKSRC}/zim.py
17PYDISTUTILSPKG= YES 17PYDISTUTILSPKG= YES

cvs diff -r1.5 -r1.6 pkgsrc/editors/zim/PLIST (expand / switch to unified diff)

--- pkgsrc/editors/zim/PLIST 2012/12/01 10:36:12 1.5
+++ pkgsrc/editors/zim/PLIST 2013/01/26 13:39:37 1.6
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.5 2012/12/01 10:36:12 ryoon Exp $ 1@comment $NetBSD: PLIST,v 1.6 2013/01/26 13:39:37 ryoon Exp $
2bin/zim 2bin/zim
3${PYSITELIB}/zim/__init__.py 3${PYSITELIB}/zim/__init__.py
4${PYSITELIB}/zim/__init__.pyc 4${PYSITELIB}/zim/__init__.pyc
5${PYSITELIB}/zim/__init__.pyo 5${PYSITELIB}/zim/__init__.pyo
6${PYSITELIB}/zim/_version.py 6${PYSITELIB}/zim/_version.py
7${PYSITELIB}/zim/_version.pyc 7${PYSITELIB}/zim/_version.pyc
8${PYSITELIB}/zim/_version.pyo 8${PYSITELIB}/zim/_version.pyo
9${PYSITELIB}/zim/applications.py 9${PYSITELIB}/zim/applications.py
10${PYSITELIB}/zim/applications.pyc 10${PYSITELIB}/zim/applications.pyc
11${PYSITELIB}/zim/applications.pyo 11${PYSITELIB}/zim/applications.pyo
12${PYSITELIB}/zim/async.py 12${PYSITELIB}/zim/async.py
13${PYSITELIB}/zim/async.pyc 13${PYSITELIB}/zim/async.pyc
14${PYSITELIB}/zim/async.pyo 14${PYSITELIB}/zim/async.pyo
@@ -137,26 +137,29 @@ ${PYSITELIB}/zim/plugins/attachmentbrows @@ -137,26 +137,29 @@ ${PYSITELIB}/zim/plugins/attachmentbrows
137${PYSITELIB}/zim/plugins/attachmentbrowser.pyo 137${PYSITELIB}/zim/plugins/attachmentbrowser.pyo
138${PYSITELIB}/zim/plugins/automount.py 138${PYSITELIB}/zim/plugins/automount.py
139${PYSITELIB}/zim/plugins/automount.pyc 139${PYSITELIB}/zim/plugins/automount.pyc
140${PYSITELIB}/zim/plugins/automount.pyo 140${PYSITELIB}/zim/plugins/automount.pyo
141${PYSITELIB}/zim/plugins/backlinkpane.py 141${PYSITELIB}/zim/plugins/backlinkpane.py
142${PYSITELIB}/zim/plugins/backlinkpane.pyc 142${PYSITELIB}/zim/plugins/backlinkpane.pyc
143${PYSITELIB}/zim/plugins/backlinkpane.pyo 143${PYSITELIB}/zim/plugins/backlinkpane.pyo
144${PYSITELIB}/zim/plugins/calendar.py 144${PYSITELIB}/zim/plugins/calendar.py
145${PYSITELIB}/zim/plugins/calendar.pyc 145${PYSITELIB}/zim/plugins/calendar.pyc
146${PYSITELIB}/zim/plugins/calendar.pyo 146${PYSITELIB}/zim/plugins/calendar.pyo
147${PYSITELIB}/zim/plugins/diagrameditor.py 147${PYSITELIB}/zim/plugins/diagrameditor.py
148${PYSITELIB}/zim/plugins/diagrameditor.pyc 148${PYSITELIB}/zim/plugins/diagrameditor.pyc
149${PYSITELIB}/zim/plugins/diagrameditor.pyo 149${PYSITELIB}/zim/plugins/diagrameditor.pyo
 150${PYSITELIB}/zim/plugins/distractionfree.py
 151${PYSITELIB}/zim/plugins/distractionfree.pyc
 152${PYSITELIB}/zim/plugins/distractionfree.pyo
150${PYSITELIB}/zim/plugins/ditaaeditor.py 153${PYSITELIB}/zim/plugins/ditaaeditor.py
151${PYSITELIB}/zim/plugins/ditaaeditor.pyc 154${PYSITELIB}/zim/plugins/ditaaeditor.pyc
152${PYSITELIB}/zim/plugins/ditaaeditor.pyo 155${PYSITELIB}/zim/plugins/ditaaeditor.pyo
153${PYSITELIB}/zim/plugins/equationeditor.py 156${PYSITELIB}/zim/plugins/equationeditor.py
154${PYSITELIB}/zim/plugins/equationeditor.pyc 157${PYSITELIB}/zim/plugins/equationeditor.pyc
155${PYSITELIB}/zim/plugins/equationeditor.pyo 158${PYSITELIB}/zim/plugins/equationeditor.pyo
156${PYSITELIB}/zim/plugins/gnu_r_ploteditor.py 159${PYSITELIB}/zim/plugins/gnu_r_ploteditor.py
157${PYSITELIB}/zim/plugins/gnu_r_ploteditor.pyc 160${PYSITELIB}/zim/plugins/gnu_r_ploteditor.pyc
158${PYSITELIB}/zim/plugins/gnu_r_ploteditor.pyo 161${PYSITELIB}/zim/plugins/gnu_r_ploteditor.pyo
159${PYSITELIB}/zim/plugins/gnuplot_ploteditor.py 162${PYSITELIB}/zim/plugins/gnuplot_ploteditor.py
160${PYSITELIB}/zim/plugins/gnuplot_ploteditor.pyc 163${PYSITELIB}/zim/plugins/gnuplot_ploteditor.pyc
161${PYSITELIB}/zim/plugins/gnuplot_ploteditor.pyo 164${PYSITELIB}/zim/plugins/gnuplot_ploteditor.pyo
162${PYSITELIB}/zim/plugins/inlinecalculator.py 165${PYSITELIB}/zim/plugins/inlinecalculator.py
@@ -269,27 +272,26 @@ share/locale/ca/LC_MESSAGES/zim.mo @@ -269,27 +272,26 @@ share/locale/ca/LC_MESSAGES/zim.mo
269share/locale/cs/LC_MESSAGES/zim.mo 272share/locale/cs/LC_MESSAGES/zim.mo
270share/locale/da/LC_MESSAGES/zim.mo 273share/locale/da/LC_MESSAGES/zim.mo
271share/locale/de/LC_MESSAGES/zim.mo 274share/locale/de/LC_MESSAGES/zim.mo
272share/locale/el/LC_MESSAGES/zim.mo 275share/locale/el/LC_MESSAGES/zim.mo
273share/locale/en_GB/LC_MESSAGES/zim.mo 276share/locale/en_GB/LC_MESSAGES/zim.mo
274share/locale/es/LC_MESSAGES/zim.mo 277share/locale/es/LC_MESSAGES/zim.mo
275share/locale/et/LC_MESSAGES/zim.mo 278share/locale/et/LC_MESSAGES/zim.mo
276share/locale/fr/LC_MESSAGES/zim.mo 279share/locale/fr/LC_MESSAGES/zim.mo
277share/locale/gl/LC_MESSAGES/zim.mo 280share/locale/gl/LC_MESSAGES/zim.mo
278share/locale/he/LC_MESSAGES/zim.mo 281share/locale/he/LC_MESSAGES/zim.mo
279share/locale/hu/LC_MESSAGES/zim.mo 282share/locale/hu/LC_MESSAGES/zim.mo
280share/locale/it/LC_MESSAGES/zim.mo 283share/locale/it/LC_MESSAGES/zim.mo
281share/locale/ja/LC_MESSAGES/zim.mo 284share/locale/ja/LC_MESSAGES/zim.mo
282share/locale/ko/LC_MESSAGES/zim.mo 
283share/locale/nl/LC_MESSAGES/zim.mo 285share/locale/nl/LC_MESSAGES/zim.mo
284share/locale/pl/LC_MESSAGES/zim.mo 286share/locale/pl/LC_MESSAGES/zim.mo
285share/locale/pt_BR/LC_MESSAGES/zim.mo 287share/locale/pt_BR/LC_MESSAGES/zim.mo
286share/locale/ro/LC_MESSAGES/zim.mo 288share/locale/ro/LC_MESSAGES/zim.mo
287share/locale/ru/LC_MESSAGES/zim.mo 289share/locale/ru/LC_MESSAGES/zim.mo
288share/locale/sk/LC_MESSAGES/zim.mo 290share/locale/sk/LC_MESSAGES/zim.mo
289share/locale/sl/LC_MESSAGES/zim.mo 291share/locale/sl/LC_MESSAGES/zim.mo
290share/locale/sr/LC_MESSAGES/zim.mo 292share/locale/sr/LC_MESSAGES/zim.mo
291share/locale/sv/LC_MESSAGES/zim.mo 293share/locale/sv/LC_MESSAGES/zim.mo
292share/locale/tr/LC_MESSAGES/zim.mo 294share/locale/tr/LC_MESSAGES/zim.mo
293share/locale/uk/LC_MESSAGES/zim.mo 295share/locale/uk/LC_MESSAGES/zim.mo
294share/locale/zh_CN/LC_MESSAGES/zim.mo 296share/locale/zh_CN/LC_MESSAGES/zim.mo
295share/locale/zh_TW/LC_MESSAGES/zim.mo 297share/locale/zh_TW/LC_MESSAGES/zim.mo
@@ -333,66 +335,71 @@ share/zim/manual/Help/Links.txt @@ -333,66 +335,71 @@ share/zim/manual/Help/Links.txt
333share/zim/manual/Help/Menu_Items.txt 335share/zim/manual/Help/Menu_Items.txt
334share/zim/manual/Help/Notebooks.txt 336share/zim/manual/Help/Notebooks.txt
335share/zim/manual/Help/Pages.txt 337share/zim/manual/Help/Pages.txt
336share/zim/manual/Help/Preferences.txt 338share/zim/manual/Help/Preferences.txt
337share/zim/manual/Help/Properties.txt 339share/zim/manual/Help/Properties.txt
338share/zim/manual/Help/Searching.txt 340share/zim/manual/Help/Searching.txt
339share/zim/manual/Help/Tags.txt 341share/zim/manual/Help/Tags.txt
340share/zim/manual/Help/Templates.txt 342share/zim/manual/Help/Templates.txt
341share/zim/manual/Help/Wiki_Syntax.txt 343share/zim/manual/Help/Wiki_Syntax.txt
342share/zim/manual/Plugins.txt 344share/zim/manual/Plugins.txt
343share/zim/manual/Plugins/Arithmetic.txt 345share/zim/manual/Plugins/Arithmetic.txt
344share/zim/manual/Plugins/Attachment_Browser.txt 346share/zim/manual/Plugins/Attachment_Browser.txt
345share/zim/manual/Plugins/Automount.txt 347share/zim/manual/Plugins/Automount.txt
346share/zim/manual/Plugins/Calendar.txt 348share/zim/manual/Plugins/BackLinks_Pane.txt
347share/zim/manual/Plugins/Diagram_Editor.txt 349share/zim/manual/Plugins/Diagram_Editor.txt
348share/zim/manual/Plugins/Diagram_Editor/diagram.png 350share/zim/manual/Plugins/Diagram_Editor/diagram.png
 351share/zim/manual/Plugins/Distraction_Free_Editing.txt
349share/zim/manual/Plugins/Ditaa_Editor.txt 352share/zim/manual/Plugins/Ditaa_Editor.txt
350share/zim/manual/Plugins/Ditaa_Editor/ditaa.dia 353share/zim/manual/Plugins/Ditaa_Editor/ditaa.dia
351share/zim/manual/Plugins/Ditaa_Editor/ditaa.png 354share/zim/manual/Plugins/Ditaa_Editor/ditaa.png
352share/zim/manual/Plugins/Equation_Editor.txt 355share/zim/manual/Plugins/Equation_Editor.txt
353share/zim/manual/Plugins/Equation_Editor/equation_01.png 356share/zim/manual/Plugins/Equation_Editor/equation_01.png
354share/zim/manual/Plugins/GNU_R_Plot_Editor.txt 357share/zim/manual/Plugins/GNU_R_Plot_Editor.txt
355share/zim/manual/Plugins/GNU_R_Plot_Editor/gnu_r_plot.png 358share/zim/manual/Plugins/GNU_R_Plot_Editor/gnu_r_plot.png
356share/zim/manual/Plugins/GNU_R_Plot_Editor/gnu_r_plot.r 359share/zim/manual/Plugins/GNU_R_Plot_Editor/gnu_r_plot.r
357share/zim/manual/Plugins/GNU_R_Plot_Editor/gnu_r_plot001.png 360share/zim/manual/Plugins/GNU_R_Plot_Editor/gnu_r_plot001.png
358share/zim/manual/Plugins/GNU_R_Plot_Editor/gnu_r_plot001.r 361share/zim/manual/Plugins/GNU_R_Plot_Editor/gnu_r_plot001.r
359share/zim/manual/Plugins/Gnuplot_Editor.txt 362share/zim/manual/Plugins/Gnuplot_Editor.txt
360share/zim/manual/Plugins/Gnuplot_Editor/gnuplot.gnu 363share/zim/manual/Plugins/Gnuplot_Editor/gnuplot.gnu
361share/zim/manual/Plugins/Gnuplot_Editor/gnuplot.png 364share/zim/manual/Plugins/Gnuplot_Editor/gnuplot.png
362share/zim/manual/Plugins/Inline_Calculator.txt 365share/zim/manual/Plugins/Inline_Calculator.txt
363share/zim/manual/Plugins/Insert_Screenshot.txt 366share/zim/manual/Plugins/Insert_Screenshot.txt
364share/zim/manual/Plugins/Insert_Symbol.txt 367share/zim/manual/Plugins/Insert_Symbol.txt
 368share/zim/manual/Plugins/Journal.txt
 369share/zim/manual/Plugins/Line_Sorter.txt
365share/zim/manual/Plugins/Link_Map.txt 370share/zim/manual/Plugins/Link_Map.txt
366share/zim/manual/Plugins/Log_events_with_Zeitgeist.txt 371share/zim/manual/Plugins/Log_events_with_Zeitgeist.txt
 372share/zim/manual/Plugins/Print_to_Browser.txt
367share/zim/manual/Plugins/Quick_Note.txt 373share/zim/manual/Plugins/Quick_Note.txt
368share/zim/manual/Plugins/Score_Editor.txt 374share/zim/manual/Plugins/Score_Editor.txt
369share/zim/manual/Plugins/Score_Editor/score.ly 375share/zim/manual/Plugins/Score_Editor/score.ly
370share/zim/manual/Plugins/Score_Editor/score.png 376share/zim/manual/Plugins/Score_Editor/score.png
371share/zim/manual/Plugins/Score_Editor/score001.ly 377share/zim/manual/Plugins/Score_Editor/score001.ly
372share/zim/manual/Plugins/Score_Editor/score001.png 378share/zim/manual/Plugins/Score_Editor/score001.png
373share/zim/manual/Plugins/Score_Editor/score002.ly 379share/zim/manual/Plugins/Score_Editor/score002.ly
374share/zim/manual/Plugins/Score_Editor/score002.png 380share/zim/manual/Plugins/Score_Editor/score002.png
375share/zim/manual/Plugins/Score_Editor/score003.ly 381share/zim/manual/Plugins/Score_Editor/score003.ly
376share/zim/manual/Plugins/Score_Editor/score003.png 382share/zim/manual/Plugins/Score_Editor/score003.png
377share/zim/manual/Plugins/Spell_Checker.txt 383share/zim/manual/Plugins/Spell_Checker.txt
378share/zim/manual/Plugins/Table_Of_Contents.txt 384share/zim/manual/Plugins/Table_Of_Contents.txt
379share/zim/manual/Plugins/Tags.txt 385share/zim/manual/Plugins/Tags.txt
380share/zim/manual/Plugins/Task_List.txt 386share/zim/manual/Plugins/Task_List.txt
381share/zim/manual/Plugins/Tray_Icon.txt 387share/zim/manual/Plugins/Tray_Icon.txt
382share/zim/manual/Plugins/Version_Control.txt 388share/zim/manual/Plugins/Version_Control.txt
383share/zim/manual/Start.txt 389share/zim/manual/Start.txt
384share/zim/manual/Usage.txt 390share/zim/manual/Usage.txt
385share/zim/manual/Usage/Collaboration.txt 391share/zim/manual/Usage/Collaboration.txt
 392share/zim/manual/Usage/Creative_Writing.txt
386share/zim/manual/Usage/Daily_Journal.txt 393share/zim/manual/Usage/Daily_Journal.txt
387share/zim/manual/Usage/GTD_flowchart.png 394share/zim/manual/Usage/GTD_flowchart.png
388share/zim/manual/Usage/GTD_flowchart.svg 395share/zim/manual/Usage/GTD_flowchart.svg
389share/zim/manual/Usage/Getting_Started.txt 396share/zim/manual/Usage/Getting_Started.txt
390share/zim/manual/Usage/Getting_Things_Done.txt 397share/zim/manual/Usage/Getting_Things_Done.txt
391share/zim/manual/Usage/Publishing.txt 398share/zim/manual/Usage/Publishing.txt
392share/zim/manual/notebook.zim 399share/zim/manual/notebook.zim
393share/zim/menubar-maemo4.xml 400share/zim/menubar-maemo4.xml
394share/zim/menubar-maemo5.xml 401share/zim/menubar-maemo5.xml
395share/zim/menubar.xml 402share/zim/menubar.xml
396share/zim/pixmaps/attachment.png 403share/zim/pixmaps/attachment.png
397share/zim/pixmaps/calendar.png 404share/zim/pixmaps/calendar.png
398share/zim/pixmaps/checked-box.png 405share/zim/pixmaps/checked-box.png
@@ -410,17 +417,17 @@ share/zim/templates/html/Default_with_in @@ -410,17 +417,17 @@ share/zim/templates/html/Default_with_in
410share/zim/templates/html/Presentation.html 417share/zim/templates/html/Presentation.html
411share/zim/templates/html/Print.html 418share/zim/templates/html/Print.html
412share/zim/templates/html/SlideShow_(S5).html 419share/zim/templates/html/SlideShow_(S5).html
413share/zim/templates/latex/Article.tex 420share/zim/templates/latex/Article.tex
414share/zim/templates/latex/Part.tex 421share/zim/templates/latex/Part.tex
415share/zim/templates/latex/Report.tex 422share/zim/templates/latex/Report.tex
416share/zim/templates/markdown/Default.markdown 423share/zim/templates/markdown/Default.markdown
417share/zim/templates/plugins/equationeditor.tex 424share/zim/templates/plugins/equationeditor.tex
418share/zim/templates/plugins/gnu_r_editor.r 425share/zim/templates/plugins/gnu_r_editor.r
419share/zim/templates/plugins/gnuploteditor.gnu 426share/zim/templates/plugins/gnuploteditor.gnu
420share/zim/templates/plugins/quicknote.txt 427share/zim/templates/plugins/quicknote.txt
421share/zim/templates/plugins/scoreeditor.ly 428share/zim/templates/plugins/scoreeditor.ly
422share/zim/templates/rst/Default.rst 429share/zim/templates/rst/Default.rst
423share/zim/templates/wiki/Calendar.txt 
424share/zim/templates/wiki/Default.txt 430share/zim/templates/wiki/Default.txt
 431share/zim/templates/wiki/Journal.txt
425share/zim/urls.list 432share/zim/urls.list
426share/zim/zim.png 433share/zim/zim.png

cvs diff -r1.6 -r1.7 pkgsrc/editors/zim/distinfo (expand / switch to unified diff)

--- pkgsrc/editors/zim/distinfo 2012/12/01 10:36:12 1.6
+++ pkgsrc/editors/zim/distinfo 2013/01/26 13:39:37 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2012/12/01 10:36:12 ryoon Exp $ 1$NetBSD: distinfo,v 1.7 2013/01/26 13:39:37 ryoon Exp $
2 2
3SHA1 (zim-0.57.tar.gz) = 83f94cb7d442d3fa585b77baf1f0b7f43e92992f 3SHA1 (zim-0.59.tar.gz) = 15d68c892c02cb1e4490599b4f397fe88c334706
4RMD160 (zim-0.57.tar.gz) = ea67f7215953d8b0044189b7f2747b4e01baf555 4RMD160 (zim-0.59.tar.gz) = 52ecd7fe35e888c0341bb3c6170af2c7e6f21555
5Size (zim-0.57.tar.gz) = 1565535 bytes 5Size (zim-0.59.tar.gz) = 1580046 bytes