[Lunar-commits] r26169 - in moonbase/trunk/zbeta: . obby

Auke Kok sofar at lunar-linux.org
Thu Oct 11 20:28:37 CEST 2007


Author: sofar
Date: 2007-10-11 20:28:37 +0200 (Thu, 11 Oct 2007)
New Revision: 26169

Added:
   moonbase/trunk/zbeta/obby/
   moonbase/trunk/zbeta/obby/DEPENDS
   moonbase/trunk/zbeta/obby/DETAILS
Log:
First version of the module. It's the base module for sobby and gobby.


From:  admin at tshw.de


Added: moonbase/trunk/zbeta/obby/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/obby/DEPENDS	                        (rev 0)
+++ moonbase/trunk/zbeta/obby/DEPENDS	2007-10-11 18:28:37 UTC (rev 26169)
@@ -0,0 +1,3 @@
+depends net6
+optional_depends "howl" "--with-howl" "" \
+		 "for ZeroConf support"

Added: moonbase/trunk/zbeta/obby/DETAILS
===================================================================
--- moonbase/trunk/zbeta/obby/DETAILS	                        (rev 0)
+++ moonbase/trunk/zbeta/obby/DETAILS	2007-10-11 18:28:37 UTC (rev 26169)
@@ -0,0 +1,17 @@
+          MODULE=obby
+         VERSION=0.4.4
+          SOURCE=${MODULE}-${VERSION}.tar.gz
+      SOURCE_URL=http://releases.0x539.de/obby/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_VFY=sha1:5886027b64a19b8f111bddf14902cb8329ce2766
+        WEB_SITE="http://gobby.0x539.de"
+         ENTERED=20071004
+         UPDATED=20071004
+           SHORT="Base package for sobby and gobby"
+cat <<EOF
+obby is the foundation of Gobby, providing the whole framework to
+synchronise changes within a text document to other participants of
+a session. New clients and plugins for existing applications could
+be written using it. It is written in C++ and C wrappers have yet to
+be created.
+EOF



More information about the Lunar-commits mailing list