pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/zim Update to 0.56
details: https://anonhg.NetBSD.org/pkgsrc/rev/c0b5080eaf6d
branches: trunk
changeset: 607410:c0b5080eaf6d
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Sat Aug 11 15:16:32 2012 +0000
description:
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:
editors/zim/Makefile | 5 ++---
editors/zim/PLIST | 32 ++++++++++++++++++++++++++++----
editors/zim/distinfo | 8 ++++----
3 files changed, 34 insertions(+), 11 deletions(-)
diffs (143 lines):
diff -r 1ba8b7222e6c -r c0b5080eaf6d editors/zim/Makefile
--- a/editors/zim/Makefile Sat Aug 11 15:08:48 2012 +0000
+++ b/editors/zim/Makefile Sat Aug 11 15:16:32 2012 +0000
@@ -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 -r 1ba8b7222e6c -r c0b5080eaf6d editors/zim/PLIST
--- a/editors/zim/PLIST Sat Aug 11 15:08:48 2012 +0000
+++ b/editors/zim/PLIST Sat Aug 11 15:16:32 2012 +0000
@@ -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/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/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/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/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/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/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/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/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/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/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 -r 1ba8b7222e6c -r c0b5080eaf6d editors/zim/distinfo
--- a/editors/zim/distinfo Sat Aug 11 15:08:48 2012 +0000
+++ b/editors/zim/distinfo Sat Aug 11 15:16:32 2012 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index