[Lunar-commits] r19812 - in moonbase/trunk: chat/licq libs libs/cdk

Jannis Pohlmann jannis at lunar-linux.org
Sun Apr 23 12:50:07 UTC 2006


Author: jannis
Date: 2006-04-23 12:50:03 +0000 (Sun, 23 Apr 2006)
New Revision: 19812

Added:
   moonbase/trunk/libs/cdk/
   moonbase/trunk/libs/cdk/DEPENDS
   moonbase/trunk/libs/cdk/DETAILS
Modified:
   moonbase/trunk/chat/licq/DEPENDS
Log:
Curses Dev. Kit added; licq dependencies updated

Modified: moonbase/trunk/chat/licq/DEPENDS
===================================================================
--- moonbase/trunk/chat/licq/DEPENDS	2006-04-23 09:53:55 UTC (rev 19811)
+++ moonbase/trunk/chat/licq/DEPENDS	2006-04-23 12:50:03 UTC (rev 19812)
@@ -16,4 +16,9 @@
 optional_depends "gpgme"                                      \
                  ""                                           \
                  ""                                           \
-                 "for GnuPG encryption support"
+                 "for GnuPG encryption support"	              &&
+
+optional_depends "cdk"                                        \
+                 ""                                           \
+                 ""                                           \
+                 "for building the console plugin"

Added: moonbase/trunk/libs/cdk/DEPENDS
===================================================================
--- moonbase/trunk/libs/cdk/DEPENDS	                        (rev 0)
+++ moonbase/trunk/libs/cdk/DEPENDS	2006-04-23 12:50:03 UTC (rev 19812)
@@ -0,0 +1,5 @@
+depends  ncurses  &&
+
+optional_depends  "%X"  "--with-x"  ""  "use the X Window System"
+
+

Added: moonbase/trunk/libs/cdk/DETAILS
===================================================================
--- moonbase/trunk/libs/cdk/DETAILS	                        (rev 0)
+++ moonbase/trunk/libs/cdk/DETAILS	2006-04-23 12:50:03 UTC (rev 19812)
@@ -0,0 +1,18 @@
+              MODULE=cdk
+             VERSION=5.0-20060220
+	      SOURCE=$MODULE.tar.gz
+          SOURCE_URL=ftp://invisible-island.net/cdk/
+          SOURCE_VFY=sha1:1a51dadcc5fbcf3be09763839543881306d3966d 
+      	    WEB_SITE=http://dickey.his.com/cdk/ 
+   	     ENTERED=20060423
+             UPDATED=20060423
+   	       SHORT="lib that contains 21 ready to use widgets for curses programs."
+          MAINTAINER=jannis at lunar-linux.org
+
+cat << EOF
+Cdk stands for 'Curses Development Kit' and it currently contains 21 ready
+to use widgets which facilitate the speedy development of full screen
+curses programs. This little project of mine started as a test to see how
+compatible my Linux machine was to other UNIX breeds. While doing this I
+discovered Ncurses, and played with it.
+EOF



More information about the Lunar-commits mailing list