diff options
-rw-r--r-- | editors/zim/DESCR | 7 | ||||
-rw-r--r-- | editors/zim/Makefile | 54 | ||||
-rw-r--r-- | editors/zim/PLIST | 355 | ||||
-rw-r--r-- | editors/zim/distinfo | 5 |
4 files changed, 421 insertions, 0 deletions
diff --git a/editors/zim/DESCR b/editors/zim/DESCR new file mode 100644 index 00000000000..80f0086c977 --- /dev/null +++ b/editors/zim/DESCR @@ -0,0 +1,7 @@ +Zim aims to bring the concept of a wiki to your desktop. Every page +is saved as a text file with wiki markup. Pages can contain links +to other pages, and are saved automatically. Creating a new page +is as easy as linking to a non-existing page. This tool is intended +to keep track of TODO lists or to serve as a personal scratch book. +But it will also serve you when writing longer and more complicated +documents. diff --git a/editors/zim/Makefile b/editors/zim/Makefile new file mode 100644 index 00000000000..08a7d0bfcf2 --- /dev/null +++ b/editors/zim/Makefile @@ -0,0 +1,54 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/05/15 03:08:37 ryoon Exp $ +# + +DISTNAME= zim-0.52 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= editors +MASTER_SITES= http://zim-wiki.org/downloads/ + +MAINTAINER= ryoon@NetBSD.org +HOMEPAGE= http://zim-wiki.org/ +COMMENT= Zim brings the concept of a wiki to your desktop +LICENSE= gnu-gpl-v2 + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # none + +PYTHON_VERSIONS_ACCEPTED= 27 26 25 +REPLACE_PYTHON= ${WRKSRC}/zim.py +PYDISTUTILSPKG= YES + +DEPENDS+= ${PYPKGPREFIX}-gobject-[0-9]*:../../devel/py-gobject +DEPENDS+= ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2 +DEPENDS+= ${PYPKGPREFIX}-xdg-[0-9]*:../../devel/py-xdg +DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 +DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree +DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils + +SUBST_CLASSES+= data-path +SUBST_STAGE.data-path= pre-configure +SUBST_FILES.data-path= zim/config.py +SUBST_SED.data-path= -e 's,/usr/local/share/,${PREFIX}/share/,' + +SUBST_CLASSES+= fix-python +SUBST_STAGE.fix-python= pre-configure +SUBST_MESSAGE.fix-python= Fixing dynamic python +SUBST_FILES.fix-python+= zim/_lib/xdot.py +SUBST_FILES.fix-python+= zim/_version.py +SUBST_SED.fix-python+= -e 's,/usr/bin/env python,${PYTHONBIN},' + +SUBST_CLASSES+= man-path +SUBST_STAGE.man-path= pre-configure +SUBST_FILES.man-path+= setup.py +SUBST_SED.man-path= -e s,share/man/man1,${PKGMANDIR}/man1, + +.include "../../lang/python/pyversion.mk" +.if ${PYPKGPREFIX} == "py25" +DEPENDS+= ${PYPKGPREFIX}-simplejson-[0-9]*:../../converters/py-simplejson +.endif + +.include "../../lang/python/application.mk" +.include "../../lang/python/extension.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/editors/zim/PLIST b/editors/zim/PLIST new file mode 100644 index 00000000000..80b5ac47fc2 --- /dev/null +++ b/editors/zim/PLIST @@ -0,0 +1,355 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/15 03:08:38 ryoon Exp $ +bin/zim +${PYSITELIB}/zim/__init__.py +${PYSITELIB}/zim/__init__.pyc +${PYSITELIB}/zim/__init__.pyo +${PYSITELIB}/zim/_lib/__init__.py +${PYSITELIB}/zim/_lib/__init__.pyc +${PYSITELIB}/zim/_lib/__init__.pyo +${PYSITELIB}/zim/_lib/xdot.py +${PYSITELIB}/zim/_lib/xdot.pyc +${PYSITELIB}/zim/_lib/xdot.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/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/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/hr/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/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/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 diff --git a/editors/zim/distinfo b/editors/zim/distinfo new file mode 100644 index 00000000000..7704a14df0a --- /dev/null +++ b/editors/zim/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/05/15 03:08:37 ryoon Exp $ + +SHA1 (zim-0.52.tar.gz) = 493bc0380699e350ea481b1124389763e3f6504d +RMD160 (zim-0.52.tar.gz) = 1b9f5f00a2a68964570e68db17d3773ac35267bf +Size (zim-0.52.tar.gz) = 1195768 bytes |