[Lunar-commits] r18165 - moonbase/trunk/utils/Xdialog
Dennis Veatch
stumbles at lunar-linux.org
Tue Jan 17 12:29:58 UTC 2006
Author: stumbles
Date: 2006-01-17 12:29:56 +0000 (Tue, 17 Jan 2006)
New Revision: 18165
Modified:
moonbase/trunk/utils/Xdialog/DETAILS
Log:
Fixed a bug in --calendar
The --infobox and --gauge widgets now use non-blocking read()
calls instead of scanf()
Implemented the new --colorsel
Fixed a bug which made Xdialog coredump
and a whole lot more.
Modified: moonbase/trunk/utils/Xdialog/DETAILS
===================================================================
--- moonbase/trunk/utils/Xdialog/DETAILS 2006-01-17 12:09:06 UTC (rev 18164)
+++ moonbase/trunk/utils/Xdialog/DETAILS 2006-01-17 12:29:56 UTC (rev 18165)
@@ -1,12 +1,19 @@
MODULE=Xdialog
- VERSION=2.0.6
+ VERSION=2.1.1
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL[0]=http://www.chez.com/godefroy/
- WEB_SITE=http://www.chez.com/goadfroy
- MAINTAINER=nhudson at speakeasy.net
+ SOURCE_URL[0]=http://membres.lycos.fr/godefroy/archives/
+ SOURCE_VFY=sha1:fc412c3a80ed5040eb84790990b3a95e75d1a20d
+ WEB_SITE=http://xdialog.dyns.net/
+ MAINTAINER=nhudson at speakeasy.net
ENTERED=20021010
- UPDATED=20021010
+ UPDATED=20060117
SHORT=" It converts any terminal based program into a program with an X-windows interface"
+
cat << EOF
-Xdialog is designed to be a drop in replacement for the "dialog" or "cdialog" programs. It converts any terminal based program into a program with an X-windows interface. The dialogs are easier to see and use while adding even more functionalities (e.g. with the treeview, the file selector, the edit box, the range box, the help button/box). Because Xdialog uses GTK+, it will also match your desktop theme.
+Xdialog is designed to be a drop in replacement for the "dialog" or "cdialog"
+programs. It converts any terminal based program into a program with an
+X-windows interface. The dialogs are easier to see and use while adding even
+more functionalities (e.g. with the treeview, the file selector, the edit box,
+the range box, the help button/box). Because Xdialog uses GTK+, it will also
+match your desktop theme.
EOF
More information about the Lunar-commits
mailing list