A Desktop Wiki Editor Maintained by:acm@FreeBSD.org Port Added: 11 Jun 2006 10:31:47 Also Listed In:python License: GPLv2
Zim - A Desktop Wiki Editor
Zim is a graphical text editor used to maintain a collection of wiki pages.
Each page can contain links to other pages, simple formatting and images.
Pages are stored in a folder structure, like in an outliner, and can have
attachments. Creating a new page is as easy as linking to a nonexistent page.
All data is stored in plain text files with wiki formatting. Various plugins
provide additional functionality, like a task list manager, an equation
editor, a tray icon, and support for version control.
Zim can be used to:
* Keep an archive of notes
* Take notes during meetings or lectures
* Organize task lists
* Draft blog entries and emails
* Do brainstorming
WWW: http://www.zim-wiki.org
To install the port:cd /usr/ports/editors/zim/ && make install clean To add the package:pkg_add -r zim
Configuration Options
===> The following configuration options are available for zim-0.54:
GNUR=Off (default) "Add support of plot editor based on GNU R"
LATEX=Off (default) "Add equation editor support"
GRAPHVIZ=Off (default) "Add diagram editor support"
SCROT=Off (default) "Add screenshot taking and inserting support"
GNUPLOT=Off (default) "Add plot editor support"
BZR=Off (default) "Add version control for notebooks support"
===> Use 'make config' to modify these settings
- Use %%DATADIR%% in pkg-plist file
- Add update-mime-database and update-desktop-database lines. It installs mime
and desktop files
- Add update-desktop-database entry on post-install
- Bump PORTREVISION
- Unbreak with perl5.10 by removing 'require 5.8.0' line.
- I'm not sure why this version requirement in Build.PL failed. But
our minimal perl version is 5.8.9 now, so we can omit this check.
Approved by: pav (implicit)
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
Zim is a WYSIWYG text editor written in Gtk2-Perl which 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.
Pages are ordered in a hierarchical structure that gives it the look and feel
of an outliner.
WWW: http://zoidberg.student.utwente.nl/zim/
PR: ports/95161
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>