[Lunar-commits] r20987 - in moonbase/trunk/editors: . Zim
Jens Luedicke
perldude at lunar-linux.org
Sat Aug 12 23:38:40 UTC 2006
Author: perldude
Date: 2006-08-12 23:38:40 +0000 (Sat, 12 Aug 2006)
New Revision: 20987
Added:
moonbase/trunk/editors/Zim/
moonbase/trunk/editors/Zim/BUILD
moonbase/trunk/editors/Zim/DEPENDS
moonbase/trunk/editors/Zim/DETAILS
Log:
add Zim module. a desktop wiki.
Added: moonbase/trunk/editors/Zim/BUILD
===================================================================
--- moonbase/trunk/editors/Zim/BUILD (rev 0)
+++ moonbase/trunk/editors/Zim/BUILD 2006-08-12 23:38:40 UTC (rev 20987)
@@ -0,0 +1,7 @@
+(
+
+ perl Makefile.PL &&
+ default_make
+
+) > $C_FIFO 2>&1
+
Added: moonbase/trunk/editors/Zim/DEPENDS
===================================================================
--- moonbase/trunk/editors/Zim/DEPENDS (rev 0)
+++ moonbase/trunk/editors/Zim/DEPENDS 2006-08-12 23:38:40 UTC (rev 20987)
@@ -0,0 +1,5 @@
+depends Gtk2-Perl &&
+depends File-DesktopEntry &&
+
+optional_depends "Gtk2-Spell" "" "" "support for spell checker" &&
+optional_depends "Gtk2-TrayIcon" "" "" "support for tray icon"
Added: moonbase/trunk/editors/Zim/DETAILS
===================================================================
--- moonbase/trunk/editors/Zim/DETAILS (rev 0)
+++ moonbase/trunk/editors/Zim/DETAILS 2006-08-12 23:38:40 UTC (rev 20987)
@@ -0,0 +1,19 @@
+ MODULE=Zim
+ VERSION=0.16
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://zoidberg.student.utwente.nl/downloads/Zim/
+ SOURCE_VFY=sha1:5c5e8157170117b61545c0960814e13fbb7ecbaa
+ WEB_SITE=http://zoidberg.student.utwente.nl/zim/index.shtml
+ MAINTAINER=perldude at lunar-linux.org
+ ENTERED=20060813
+ UPDATED=20060813
+ SHORT="Zim - a desktop wiki and outliner"
+cat << EOF
+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. This tool is intended to keep track of TODO lists or to serve
+as a personal scratch book.
+EOF
More information about the Lunar-commits
mailing list