- change USE_PYTHON range to just -2.7 (all < 2.6 is EOL)
- add options for GIT, MERCURIAL and DITAA (default off)
- change inclusion of bsd.port.pre.mk with bsd.port.options.mk
- drop extra simplejson dependency for python < 2.6
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
PR: 167821
Submitted by: rm (myself)
Approved by: acm (maintainer, via mail)
- 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)
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)
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>