pkgsrc/editors/zim/PLIST
ryoon 4ce117a54e Update to 0.53
=== 0.53 - Mon 19 Sep 2011 ===
* Cosmetic updates to entry widgets, the page index, the insert date dialog,
  and the tasklist dialog
* Updated the find function to properly switch focus and highlight current
  match even when text does not have focus - Oliver Joos
* Added function to remember the position of the main window across sessions
  and the position of dialog within a session - Oliver Joos
* Added "interwiki keyword" to give shorthand for linking notebooks - Jiří
  Janoušek
* Added template function to create a page index - Jiří Janoušek
* Added support to include additional files with a template - Jiří Janoušek
* Added preference for always setting the cursor position based on history
  or not
* Added feature so images now can have a link target as well - Jiří Janoušek
* Refactored index to do much less database commit actions, resulting in
  performance gain on slow storage media
* Added "print to browser" button in the tasklist dialog
* Added "--search" commandline option
* Added feature for calendar plugin to use one page per week, month, or year
  instead of one page per day - Jose Orlando Pereira
* Added feature to have implicit deadline for tasks defined on a calendar
  page - Jose Orlando Pereira
* Added new plugin for evaluating inline arithmetic expressions - Patricio Paez
* Added support for plugins to have optional dependencies - John Drinkwater
* Added hook so plugins can register handlers for specific URL schemes
* Upgraded test suite to unittest support shipped with python 2.7
* Increased test coverage for main window, dialogs, and image generator plugins
* Many small typo fixes and code cleanup - Oliver Joos
* Extensive updates for the developer API documentation - now using epydoc
* Made file paths in config file relative to home dir where possible in order
  to facilitate portable version (e.g. home dir mapped to USB drive)
* Build code updated to build new windows installer and support for portable
  install - Brendan Kidwell
* Fixed build process to hardcode platform on build time (maemo version)
* Fixed bug in notebook list, causing compiled version to be unable to set
  a default notebook (windows version)
* Fixed bug with copy-pasting and drag-n-drop using relative paths
* Fixed bug allowing to click checkboxes in read-only mode
* Fixed several possible exceptions when moving pages
* Fixed execution of python scripts on windows - Chris Liechti
* Fix to preserve file attributes (like mtime) when copying attachments
  - Oliver Joos
* Fixed path of checkbox images in html export - Jiří Janoušek
* Fix for indexing error in scenario with external syncing (e.g. dropbox)
* Fix for latex output to use "\textless{}" and "\textgreater{}"
* Fixed Maemo window class, and python 2.5 compatibility - Miguel Angel Alvarez
* Fixed unicode usage in template module - Jiří Janoušek
* Fixed error handling for errors from bzr in versioncontrol plugin
* Fixed error handling for errors due to non-utf-8 encoded text in pages
2011-10-11 20:44:25 +00:00

362 lines
13 KiB
Text

@comment $NetBSD: PLIST,v 1.2 2011/10/11 20:44:25 ryoon Exp $
bin/zim
${PYSITELIB}/zim/__init__.py
${PYSITELIB}/zim/__init__.pyc
${PYSITELIB}/zim/__init__.pyo
${PYSITELIB}/zim/_version.py
${PYSITELIB}/zim/_version.pyc
${PYSITELIB}/zim/_version.pyo
${PYSITELIB}/zim/applications.py
${PYSITELIB}/zim/applications.pyc
${PYSITELIB}/zim/applications.pyo
${PYSITELIB}/zim/async.py
${PYSITELIB}/zim/async.pyc
${PYSITELIB}/zim/async.pyo
${PYSITELIB}/zim/config.py
${PYSITELIB}/zim/config.pyc
${PYSITELIB}/zim/config.pyo
${PYSITELIB}/zim/daemon.py
${PYSITELIB}/zim/daemon.pyc
${PYSITELIB}/zim/daemon.pyo
${PYSITELIB}/zim/datetimetz.py
${PYSITELIB}/zim/datetimetz.pyc
${PYSITELIB}/zim/datetimetz.pyo
${PYSITELIB}/zim/errors.py
${PYSITELIB}/zim/errors.pyc
${PYSITELIB}/zim/errors.pyo
${PYSITELIB}/zim/exporter.py
${PYSITELIB}/zim/exporter.pyc
${PYSITELIB}/zim/exporter.pyo
${PYSITELIB}/zim/formats/__init__.py
${PYSITELIB}/zim/formats/__init__.pyc
${PYSITELIB}/zim/formats/__init__.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/plain.py
${PYSITELIB}/zim/formats/plain.pyc
${PYSITELIB}/zim/formats/plain.pyo
${PYSITELIB}/zim/formats/wiki.py
${PYSITELIB}/zim/formats/wiki.pyc
${PYSITELIB}/zim/formats/wiki.pyo
${PYSITELIB}/zim/fs.py
${PYSITELIB}/zim/fs.pyc
${PYSITELIB}/zim/fs.pyo
${PYSITELIB}/zim/gui/__init__.py
${PYSITELIB}/zim/gui/__init__.pyc
${PYSITELIB}/zim/gui/__init__.pyo
${PYSITELIB}/zim/gui/applications.py
${PYSITELIB}/zim/gui/applications.pyc
${PYSITELIB}/zim/gui/applications.pyo
${PYSITELIB}/zim/gui/cleannotebookdialog.py
${PYSITELIB}/zim/gui/cleannotebookdialog.pyc
${PYSITELIB}/zim/gui/cleannotebookdialog.pyo
${PYSITELIB}/zim/gui/clipboard.py
${PYSITELIB}/zim/gui/clipboard.pyc
${PYSITELIB}/zim/gui/clipboard.pyo
${PYSITELIB}/zim/gui/customtools.py
${PYSITELIB}/zim/gui/customtools.pyc
${PYSITELIB}/zim/gui/customtools.pyo
${PYSITELIB}/zim/gui/exportdialog.py
${PYSITELIB}/zim/gui/exportdialog.pyc
${PYSITELIB}/zim/gui/exportdialog.pyo
${PYSITELIB}/zim/gui/imagegeneratordialog.py
${PYSITELIB}/zim/gui/imagegeneratordialog.pyc
${PYSITELIB}/zim/gui/imagegeneratordialog.pyo
${PYSITELIB}/zim/gui/notebookdialog.py
${PYSITELIB}/zim/gui/notebookdialog.pyc
${PYSITELIB}/zim/gui/notebookdialog.pyo
${PYSITELIB}/zim/gui/pageindex.py
${PYSITELIB}/zim/gui/pageindex.pyc
${PYSITELIB}/zim/gui/pageindex.pyo
${PYSITELIB}/zim/gui/pageview.py
${PYSITELIB}/zim/gui/pageview.pyc
${PYSITELIB}/zim/gui/pageview.pyo
${PYSITELIB}/zim/gui/pathbar.py
${PYSITELIB}/zim/gui/pathbar.pyc
${PYSITELIB}/zim/gui/pathbar.pyo
${PYSITELIB}/zim/gui/preferencesdialog.py
${PYSITELIB}/zim/gui/preferencesdialog.pyc
${PYSITELIB}/zim/gui/preferencesdialog.pyo
${PYSITELIB}/zim/gui/propertiesdialog.py
${PYSITELIB}/zim/gui/propertiesdialog.pyc
${PYSITELIB}/zim/gui/propertiesdialog.pyo
${PYSITELIB}/zim/gui/searchdialog.py
${PYSITELIB}/zim/gui/searchdialog.pyc
${PYSITELIB}/zim/gui/searchdialog.pyo
${PYSITELIB}/zim/gui/server.py
${PYSITELIB}/zim/gui/server.pyc
${PYSITELIB}/zim/gui/server.pyo
${PYSITELIB}/zim/gui/widgets.py
${PYSITELIB}/zim/gui/widgets.pyc
${PYSITELIB}/zim/gui/widgets.pyo
${PYSITELIB}/zim/history.py
${PYSITELIB}/zim/history.pyc
${PYSITELIB}/zim/history.pyo
${PYSITELIB}/zim/inc/__init__.py
${PYSITELIB}/zim/inc/__init__.pyc
${PYSITELIB}/zim/inc/__init__.pyo
${PYSITELIB}/zim/inc/arithmetic.py
${PYSITELIB}/zim/inc/arithmetic.pyc
${PYSITELIB}/zim/inc/arithmetic.pyo
${PYSITELIB}/zim/inc/xdot.py
${PYSITELIB}/zim/inc/xdot.pyc
${PYSITELIB}/zim/inc/xdot.pyo
${PYSITELIB}/zim/index.py
${PYSITELIB}/zim/index.pyc
${PYSITELIB}/zim/index.pyo
${PYSITELIB}/zim/notebook.py
${PYSITELIB}/zim/notebook.pyc
${PYSITELIB}/zim/notebook.pyo
${PYSITELIB}/zim/parsing.py
${PYSITELIB}/zim/parsing.pyc
${PYSITELIB}/zim/parsing.pyo
${PYSITELIB}/zim/plugins/__init__.py
${PYSITELIB}/zim/plugins/__init__.pyc
${PYSITELIB}/zim/plugins/__init__.pyo
${PYSITELIB}/zim/plugins/arithmetic.py
${PYSITELIB}/zim/plugins/arithmetic.pyc
${PYSITELIB}/zim/plugins/arithmetic.pyo
${PYSITELIB}/zim/plugins/attachmentbrowser.py
${PYSITELIB}/zim/plugins/attachmentbrowser.pyc
${PYSITELIB}/zim/plugins/attachmentbrowser.pyo
${PYSITELIB}/zim/plugins/calendar.py
${PYSITELIB}/zim/plugins/calendar.pyc
${PYSITELIB}/zim/plugins/calendar.pyo
${PYSITELIB}/zim/plugins/diagrameditor.py
${PYSITELIB}/zim/plugins/diagrameditor.pyc
${PYSITELIB}/zim/plugins/diagrameditor.pyo
${PYSITELIB}/zim/plugins/equationeditor.py
${PYSITELIB}/zim/plugins/equationeditor.pyc
${PYSITELIB}/zim/plugins/equationeditor.pyo
${PYSITELIB}/zim/plugins/gnu_r_ploteditor.py
${PYSITELIB}/zim/plugins/gnu_r_ploteditor.pyc
${PYSITELIB}/zim/plugins/gnu_r_ploteditor.pyo
${PYSITELIB}/zim/plugins/gnuplot_ploteditor.py
${PYSITELIB}/zim/plugins/gnuplot_ploteditor.pyc
${PYSITELIB}/zim/plugins/gnuplot_ploteditor.pyo
${PYSITELIB}/zim/plugins/inlinecalculator.py
${PYSITELIB}/zim/plugins/inlinecalculator.pyc
${PYSITELIB}/zim/plugins/inlinecalculator.pyo
${PYSITELIB}/zim/plugins/insertsymbol.py
${PYSITELIB}/zim/plugins/insertsymbol.pyc
${PYSITELIB}/zim/plugins/insertsymbol.pyo
${PYSITELIB}/zim/plugins/linesorter.py
${PYSITELIB}/zim/plugins/linesorter.pyc
${PYSITELIB}/zim/plugins/linesorter.pyo
${PYSITELIB}/zim/plugins/linkmap/__init__.py
${PYSITELIB}/zim/plugins/linkmap/__init__.pyc
${PYSITELIB}/zim/plugins/linkmap/__init__.pyo
${PYSITELIB}/zim/plugins/linkmap/gui.py
${PYSITELIB}/zim/plugins/linkmap/gui.pyc
${PYSITELIB}/zim/plugins/linkmap/gui.pyo
${PYSITELIB}/zim/plugins/printtobrowser.py
${PYSITELIB}/zim/plugins/printtobrowser.pyc
${PYSITELIB}/zim/plugins/printtobrowser.pyo
${PYSITELIB}/zim/plugins/quicknote.py
${PYSITELIB}/zim/plugins/quicknote.pyc
${PYSITELIB}/zim/plugins/quicknote.pyo
${PYSITELIB}/zim/plugins/screenshot.py
${PYSITELIB}/zim/plugins/screenshot.pyc
${PYSITELIB}/zim/plugins/screenshot.pyo
${PYSITELIB}/zim/plugins/spell.py
${PYSITELIB}/zim/plugins/spell.pyc
${PYSITELIB}/zim/plugins/spell.pyo
${PYSITELIB}/zim/plugins/tags.py
${PYSITELIB}/zim/plugins/tags.pyc
${PYSITELIB}/zim/plugins/tags.pyo
${PYSITELIB}/zim/plugins/tasklist.py
${PYSITELIB}/zim/plugins/tasklist.pyc
${PYSITELIB}/zim/plugins/tasklist.pyo
${PYSITELIB}/zim/plugins/trayicon.py
${PYSITELIB}/zim/plugins/trayicon.pyc
${PYSITELIB}/zim/plugins/trayicon.pyo
${PYSITELIB}/zim/plugins/versioncontrol/__init__.py
${PYSITELIB}/zim/plugins/versioncontrol/__init__.pyc
${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/search.py
${PYSITELIB}/zim/search.pyc
${PYSITELIB}/zim/search.pyo
${PYSITELIB}/zim/stores/__init__.py
${PYSITELIB}/zim/stores/__init__.pyc
${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
${PYSITELIB}/zim/stores/xml.py
${PYSITELIB}/zim/stores/xml.pyc
${PYSITELIB}/zim/stores/xml.pyo
${PYSITELIB}/zim/templates.py
${PYSITELIB}/zim/templates.pyc
${PYSITELIB}/zim/templates.pyo
${PYSITELIB}/zim/www.py
${PYSITELIB}/zim/www.pyc
${PYSITELIB}/zim/www.pyo
man/man1/zim.1
share/applications/zim.desktop
share/icons/hicolor/16x16/apps/zim.png
share/icons/hicolor/16x16/mimetypes/application-x-zim-notebook.png
share/icons/hicolor/16x16/mimetypes/gnome-mime-application-x-zim-notebook.png
share/icons/hicolor/22x22/apps/zim.png
share/icons/hicolor/22x22/mimetypes/application-x-zim-notebook.png
share/icons/hicolor/22x22/mimetypes/gnome-mime-application-x-zim-notebook.png
share/icons/hicolor/24x24/apps/zim.png
share/icons/hicolor/24x24/mimetypes/application-x-zim-notebook.png
share/icons/hicolor/24x24/mimetypes/gnome-mime-application-x-zim-notebook.png
share/icons/hicolor/32x32/apps/zim.png
share/icons/hicolor/32x32/mimetypes/application-x-zim-notebook.png
share/icons/hicolor/32x32/mimetypes/gnome-mime-application-x-zim-notebook.png
share/icons/hicolor/48x48/apps/zim.png
share/icons/hicolor/48x48/mimetypes/application-x-zim-notebook.png
share/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-zim-notebook.png
share/icons/hicolor/scalable/apps/zim.svg
share/icons/hicolor/scalable/mimetypes/application-x-zim-notebook.svg
share/icons/hicolor/scalable/mimetypes/gnome-mime-application-x-zim-notebook.svg
share/locale/ca/LC_MESSAGES/zim.mo
share/locale/cs/LC_MESSAGES/zim.mo
share/locale/da/LC_MESSAGES/zim.mo
share/locale/de/LC_MESSAGES/zim.mo
share/locale/el/LC_MESSAGES/zim.mo
share/locale/en_GB/LC_MESSAGES/zim.mo
share/locale/es/LC_MESSAGES/zim.mo
share/locale/et/LC_MESSAGES/zim.mo
share/locale/fr/LC_MESSAGES/zim.mo
share/locale/he/LC_MESSAGES/zim.mo
share/locale/hu/LC_MESSAGES/zim.mo
share/locale/it/LC_MESSAGES/zim.mo
share/locale/ja/LC_MESSAGES/zim.mo
share/locale/ko/LC_MESSAGES/zim.mo
share/locale/nl/LC_MESSAGES/zim.mo
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/sv/LC_MESSAGES/zim.mo
share/locale/tr/LC_MESSAGES/zim.mo
share/locale/uk/LC_MESSAGES/zim.mo
share/locale/zh_CN/LC_MESSAGES/zim.mo
share/locale/zh_TW/LC_MESSAGES/zim.mo
share/mime/XMLnamespaces
share/mime/aliases
share/mime/application/x-gjots.xml
share/mime/application/x-zim-notebook.xml
share/mime/generic-icons
share/mime/globs
share/mime/globs2
share/mime/icons
share/mime/magic
share/mime/mime.cache
share/mime/packages/zim.xml
share/mime/subclasses
share/mime/text/x-zim-wiki.xml
share/mime/treemagic
share/mime/types
share/pixmaps/zim.png
share/zim/applications/firefox.desktop
share/zim/applications/open.desktop
share/zim/applications/thunderbird.desktop
share/zim/applications/xdg-email.desktop
share/zim/applications/xdg-open.desktop
share/zim/dates.list
share/zim/globe.svg
share/zim/globe_banner.svg
share/zim/globe_banner_small.png
share/zim/manual/About.txt
share/zim/manual/Bugs.txt
share/zim/manual/FAQ.txt
share/zim/manual/Help.txt
share/zim/manual/Help/Auto_Formatting.txt
share/zim/manual/Help/Check_Boxes.txt
share/zim/manual/Help/Config_Files.txt
share/zim/manual/Help/Custom_Tools.txt
share/zim/manual/Help/Export.txt
share/zim/manual/Help/Export/HTML.txt
share/zim/manual/Help/Export/LaTeX.txt
share/zim/manual/Help/Importing_external_files.txt
share/zim/manual/Help/Key_Bindings.txt
share/zim/manual/Help/Links.txt
share/zim/manual/Help/Menu_Items.txt
share/zim/manual/Help/Notebooks.txt
share/zim/manual/Help/Pages.txt
share/zim/manual/Help/Preferences.txt
share/zim/manual/Help/Properties.txt
share/zim/manual/Help/Searching.txt
share/zim/manual/Help/Tags.txt
share/zim/manual/Help/Templates.txt
share/zim/manual/Help/Wiki_Syntax.txt
share/zim/manual/Plugins.txt
share/zim/manual/Plugins/Arithmetic.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/Equation_Editor.txt
share/zim/manual/Plugins/Equation_Editor/equation_01.png
share/zim/manual/Plugins/GNU_R_Plot_Editor.txt
share/zim/manual/Plugins/GNU_R_Plot_Editor/gnu_r_plot.png
share/zim/manual/Plugins/GNU_R_Plot_Editor/gnu_r_plot.r
share/zim/manual/Plugins/GNU_R_Plot_Editor/gnu_r_plot001.png
share/zim/manual/Plugins/GNU_R_Plot_Editor/gnu_r_plot001.r
share/zim/manual/Plugins/Gnuplot_Editor.txt
share/zim/manual/Plugins/Gnuplot_Editor/gnuplot.gnu
share/zim/manual/Plugins/Gnuplot_Editor/gnuplot.png
share/zim/manual/Plugins/Inline_Calculator.txt
share/zim/manual/Plugins/Insert_Screenshot.txt
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/Tags.txt
share/zim/manual/Plugins/Task_List.txt
share/zim/manual/Plugins/Tray_Icon.txt
share/zim/manual/Plugins/Version_Control.txt
share/zim/manual/Start.txt
share/zim/manual/Usage.txt
share/zim/manual/Usage/Daily_Journal.txt
share/zim/manual/Usage/GTD_flowchart.png
share/zim/manual/Usage/GTD_flowchart.svg
share/zim/manual/Usage/Getting_Started.txt
share/zim/manual/Usage/Getting_Things_Done.txt
share/zim/manual/notebook.zim
share/zim/menubar-maemo4.xml
share/zim/menubar-maemo5.xml
share/zim/menubar.xml
share/zim/pixmaps/attachment.png
share/zim/pixmaps/calendar.png
share/zim/pixmaps/checked-box.png
share/zim/pixmaps/favicon.ico
share/zim/pixmaps/link.png
share/zim/pixmaps/linkmap.png
share/zim/pixmaps/linkmap.svg
share/zim/pixmaps/task-list.png
share/zim/pixmaps/unchecked-box.png
share/zim/pixmaps/xchecked-box.png
share/zim/style.conf
share/zim/symbols.list
share/zim/templates/_Equation.tex
share/zim/templates/_GNU_R_Plot.r
share/zim/templates/_gnuplot.gnu
share/zim/templates/_quicknote.txt
share/zim/templates/html/Default.html
share/zim/templates/html/Default_with_index.html
share/zim/templates/html/Presentation.html
share/zim/templates/html/Print.html
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/wiki/Calendar.txt
share/zim/templates/wiki/Default.txt
share/zim/urls.list
share/zim/zim.png