[Lunar-commits] r15191 - in moonbase/trunk/qt-apps: . treeline

Terry Chan tchan at lunar-linux.org
Tue May 31 20:33:28 UTC 2005


Author: tchan
Date: 2005-05-31 20:33:27 +0000 (Tue, 31 May 2005)
New Revision: 15191

Added:
   moonbase/trunk/qt-apps/treeline/
   moonbase/trunk/qt-apps/treeline/BUILD
   moonbase/trunk/qt-apps/treeline/DEPENDS
   moonbase/trunk/qt-apps/treeline/DETAILS
   moonbase/trunk/qt-apps/treeline/PRE_BUILD
Log:
Adding a new module to the newly created qt-apps section.
Compiled/tested with Python-2.4.1, qt-3.3.4.


Added: moonbase/trunk/qt-apps/treeline/BUILD
===================================================================
--- moonbase/trunk/qt-apps/treeline/BUILD	2005-05-31 20:16:38 UTC (rev 15190)
+++ moonbase/trunk/qt-apps/treeline/BUILD	2005-05-31 20:33:27 UTC (rev 15191)
@@ -0,0 +1,7 @@
+(
+ 
+  cd TreeLine &&
+  prepare_install &&
+  python install.py -p /usr
+
+) > $C_FIFO 2>&1

Added: moonbase/trunk/qt-apps/treeline/DEPENDS
===================================================================
--- moonbase/trunk/qt-apps/treeline/DEPENDS	2005-05-31 20:16:38 UTC (rev 15190)
+++ moonbase/trunk/qt-apps/treeline/DEPENDS	2005-05-31 20:33:27 UTC (rev 15191)
@@ -0,0 +1,3 @@
+depends PyQt  &&
+depends PyXML &&
+optional_depends  "aspell"  ""  ""  "to enable spell checking feature"

Added: moonbase/trunk/qt-apps/treeline/DETAILS
===================================================================
--- moonbase/trunk/qt-apps/treeline/DETAILS	2005-05-31 20:16:38 UTC (rev 15190)
+++ moonbase/trunk/qt-apps/treeline/DETAILS	2005-05-31 20:33:27 UTC (rev 15191)
@@ -0,0 +1,22 @@
+          MODULE=treeline
+         VERSION=0.12.0
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://bellz.org/treeline/
+      SOURCE_VFY=sha1:096ff029fb48953ab0138bcec18452909d275ed8
+        WEB_SITE=http://bellz.org/treeline/index.html
+         ENTERED=20050531
+         UPDATED=20050531
+           SHORT="An outliner and PIM"
+      MAINTAINER=tchan at lunar-linux.org
+cat << EOF
+Do you have lots of sticky notes lying around with various useful information
+jotted down? Or many lists of books, movies, website logins, personal contacts,
+or things to do? Can you find them when you need them? Well, I often couldn't.
+So here's my answer.
+
+Some would call TreeLine an Outliner, others would call it a PIM. Basically, it
+just stores almost any kind of information. A tree structure makes it easy to
+keep things organized. And each node in the tree can contain several fields,
+forming a mini-database. The output format for each node can be defined, and
+the output can be shown on the screen, printed, or exported to html.
+EOF

Added: moonbase/trunk/qt-apps/treeline/PRE_BUILD
===================================================================
--- moonbase/trunk/qt-apps/treeline/PRE_BUILD	2005-05-31 20:16:38 UTC (rev 15190)
+++ moonbase/trunk/qt-apps/treeline/PRE_BUILD	2005-05-31 20:33:27 UTC (rev 15191)
@@ -0,0 +1,3 @@
+mk_source_dir         &&
+cd $SOURCE_DIRECTORY  &&
+unpack $SOURCE



More information about the Lunar-commits mailing list