[Lunar-commits] r15839 - moonbase/trunk/utils/read-edid
Florin Braescu
florin at lunar-linux.org
Sun Jul 24 05:43:29 UTC 2005
Author: florin
Date: 2005-07-24 05:43:29 +0000 (Sun, 24 Jul 2005)
New Revision: 15839
Modified:
moonbase/trunk/utils/read-edid/DETAILS
Log:
use sha1 sum instead of md5.
Modified: moonbase/trunk/utils/read-edid/DETAILS
===================================================================
--- moonbase/trunk/utils/read-edid/DETAILS 2005-07-24 05:38:24 UTC (rev 15838)
+++ moonbase/trunk/utils/read-edid/DETAILS 2005-07-24 05:43:29 UTC (rev 15839)
@@ -2,10 +2,15 @@
VERSION=1.4.1
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://john.fremlin.de/programs/linux/$MODULE/
- SOURCE_VFY=md5:bf8fedff033115de837ec8ef224271ac
+ SOURCE_VFY=sha1:df9807e2caa82998d11fd3207e120b2229f69814
WEB_SITE=http://john.fremlin.de/programs/linux/read-edid/
ENTERED=20040715
- UPDATED=20040715
+ UPDATED=20050724
SHORT="elucidates useful informations from a conforming PnP monitor"
+
cat << EOF
+This package will try to read the monitor details directly from the
+monitor. The program get-edid asks a VBE BIOS for the EDID data. The
+program parse-edid parses the data and prints out a human readable
+summary.
EOF
More information about the Lunar-commits
mailing list