[Lunar-commits] r16203 - in moonbase/trunk/terminal: . qingy

Chad Kittel v3rt1g0 at lunar-linux.org
Tue Aug 23 23:53:30 UTC 2005


Author: v3rt1g0
Date: 2005-08-23 23:53:29 +0000 (Tue, 23 Aug 2005)
New Revision: 16203

Added:
   moonbase/trunk/terminal/qingy/
   moonbase/trunk/terminal/qingy/BUILD
   moonbase/trunk/terminal/qingy/DEPENDS
   moonbase/trunk/terminal/qingy/DETAILS
   moonbase/trunk/terminal/qingy/POST_INSTALL
Log:
Inital import of a frame-buffer "graphical" replacement for agetty.  It 
would be pretty slick if we had a lunar theme for this :o) :o)


Added: moonbase/trunk/terminal/qingy/BUILD
===================================================================
--- moonbase/trunk/terminal/qingy/BUILD	2005-08-23 19:44:07 UTC (rev 16202)
+++ moonbase/trunk/terminal/qingy/BUILD	2005-08-23 23:53:29 UTC (rev 16203)
@@ -0,0 +1,13 @@
+(
+  
+  OPTS="$OPTS --sbindir=/sbin --disable-optimizations"
+
+  default_build  &&
+
+  # an admin could set up autologin, don't need everyone to see the password
+  chmod 0600 /etc/qingy/settings  &&
+
+  # create the deafault temp directory
+  mkdir -p /var/lib/misc
+
+) > $C_FIFO 2>&1

Added: moonbase/trunk/terminal/qingy/DEPENDS
===================================================================
--- moonbase/trunk/terminal/qingy/DEPENDS	2005-08-23 19:44:07 UTC (rev 16202)
+++ moonbase/trunk/terminal/qingy/DEPENDS	2005-08-23 23:53:29 UTC (rev 16203)
@@ -0,0 +1,14 @@
+depends  DirectFB   &&
+depends  pkgconfig  &&
+
+optional_depends "openssl"                                \
+                 "--enable-crypto"  "--disable-crypto"    \
+				 "to encrypt communications with the UI"  &&
+
+optional_depends "emacs"                                      \
+                 "--enable-emacs" "--disable-emacs"           \
+                 "to enable compilation of Emacs major mode"  &&
+
+optional_depends "Linux-PAM"                     \
+                 "--enable-pam" "--disable-pam"  \
+                 "for PAM authentication support"

Added: moonbase/trunk/terminal/qingy/DETAILS
===================================================================
--- moonbase/trunk/terminal/qingy/DETAILS	2005-08-23 19:44:07 UTC (rev 16202)
+++ moonbase/trunk/terminal/qingy/DETAILS	2005-08-23 23:53:29 UTC (rev 16203)
@@ -0,0 +1,18 @@
+          MODULE=qingy
+         VERSION=0.6.0
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$SFORGE_URL/$MODULE/
+        WEB_SITE=http://qingy.sourceforge.net/
+         ENTERED=20050823
+         UPDATED=20050823
+           SHORT="a frame-buffer replacement for getty"
+
+cat << EOF
+qingy (Qingy Is Not GettY) is a replacement of getty.  Written in C, it 
+uses DirectFB to provide a fast, nice GUI without the overhead of the X 
+Windows System.  It allows the user to log in and start the session of 
+his choice (text console, gnome, kde, wmaker, ...).
+
+More themes can be found with freshmean.net at:
+http://themes.freshmeat.net/search/?q=qingy&section=projects
+EOF

Added: moonbase/trunk/terminal/qingy/POST_INSTALL
===================================================================
--- moonbase/trunk/terminal/qingy/POST_INSTALL	2005-08-23 19:44:07 UTC (rev 16202)
+++ moonbase/trunk/terminal/qingy/POST_INSTALL	2005-08-23 23:53:29 UTC (rev 16203)
@@ -0,0 +1,3 @@
+message "${MODULE_COLOR}qingy${MESSAGE_COLOR} is now installed, but needs to be enabled in your ${FILE_COLOR}/etc/inittab${MESSAGE_COLOR}\n"
+
+message "Refer to ${WEB_SITE}\nor to the ${FILE_COLOR}INSTALL${MESSAGE_COLOR} file in ${MODULE_COLOR}qingy${MESSAGE_COLOR}'s documentation directory.${DEFAULT_COLOR}\n"



More information about the Lunar-commits mailing list