the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: xlockmore
Version: 5.05
Revision: 1001
GCC: 4.0
Maintainer: Mike Newton
BuildDepends: fink (>= 0.24.12), x11-dev
Depends: x11,app-defaults
Source: mirror:custom:xlockmore-%v.tar.bz2
Source-MD5: 7fa5d477d0abf6abe6819ece0e7ea01f
PatchScript: <<
%{default_script}
head -n 25 xlock/xlock.c > License
<<
DocFiles: License README docs/3d.howto docs/HACKERS.GUIDE docs/Revisions docs/TODO docs/cell_automata docs/xlock.hlp docs/xlock.html
UpdateConfigGuess: true
ConfigureParams: --mandir=%i/share/man --enable-appdefaultdir=%i/etc/app-defaults
CustomMirror: <<
Primary: ftp://ftp.tux.org/pub/tux/bagleyd/xlockmore/
Secondary: http://www.tux.org/~bagleyd/latest/
<<
PatchFile: %n.patch
PatchFile-MD5: 9972a2fd0cda0f3f2c9d26961cacf0a9
Description: Xwindows session locking
DescDetail: <<
xlock locks the X server till the user enters their password
at the keyboard. While xlock is running, all new server
connections are refused. The screen saver is disabled. The
mouse cursor is turned off. The screen is blanked and a
changing pattern is put on the screen. If a key or a mouse
button is pressed then the user is prompted for the password
of the user who started xlock.
<<
License: BSD
Homepage: http://www.tux.org/~bagleyd/xlockmore.html
--- xlockmore-5.03.orig/xlock/random.h Mon Feb 12 06:22:39 2001
+++ xlockmore-5.03/xlock/random.h Thu May 16 09:49:04 2002
@@ -49,7 +49,7 @@
#ifdef __cplusplus
extern "C" {
#endif
-extern void srandom(unsigned int);
+extern void srandom(unsigned long);
extern long int random(void);
#ifdef __cplusplus
}