mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
Update to 5.11 [1]
Fix build if MAKE_KERBEROS4 defined [2] Make cosmetic changes for pkg-descr, add WWW tag [3] Spotted by: Chris <chris-gnats34@randomcamel.net> [2] Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> [1], Volker Stolz <stolz@i2.informatik.rwth-aachen.de> [2], osa [3] PRs: 59882, 60925
This commit is contained in:
parent
e1ab1b7efb
commit
2d5fbe1b77
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97356
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= xlockmore
|
||||
PORTVERSION= 5.10
|
||||
PORTVERSION= 5.11
|
||||
CATEGORIES?= x11
|
||||
MASTER_SITES= ftp://ftp.tux.org/pub/tux/bagleyd/xlockmore/ \
|
||||
${MASTER_SITE_XCONTRIB}
|
||||
@ -23,7 +23,7 @@ CONFIGURE_ARGS= --without-gl --without-motif --without-sx \
|
||||
--without-nas --without-gtk --without-esound
|
||||
.if defined(MAKE_KERBEROS4)
|
||||
CONFIGURE_ARGS+= --enable-kerberos4
|
||||
KRB4LIB= -lcom_err
|
||||
KRB4LIB= -lcom_err -lcrypto
|
||||
.endif
|
||||
.if defined(KRB5_HOME) && exists(${KRB5_HOME})
|
||||
CONFIGURE_ARGS+= --enable-kerberos5
|
||||
|
@ -1 +1 @@
|
||||
MD5 (xlockmore-5.10.tar.bz2) = d9ce37326e3575fc7df9a682581fddfc
|
||||
MD5 (xlockmore-5.11.tar.bz2) = 2c12c65990e2bf068273aa84d5c44685
|
||||
|
@ -1,13 +1,15 @@
|
||||
xlock locks the X server till the user enters their pass-
|
||||
word at the keyboard. While xlock is running, all new
|
||||
server connections are refused. The screen saver is dis-
|
||||
abled. 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.
|
||||
xlock locks the X server till the user enters their pass-
|
||||
word 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.
|
||||
|
||||
If the correct password is typed, then the screen is
|
||||
unlocked and the X server is restored. When typing the
|
||||
password Control-U and Control-H are active as kill and
|
||||
erase respectively. To return to the locked screen, click
|
||||
in the small icon version of the changing pattern.
|
||||
If the correct password is typed, then the screen is
|
||||
unlocked and the X server is restored. When typing the
|
||||
password Control-U and Control-H are active as kill and
|
||||
erase respectively. To return to the locked screen, click
|
||||
in the small icon version of the changing pattern.
|
||||
|
||||
WWW: http://www.tux.org/~bagleyd/xlockmore.html
|
||||
|
Loading…
Reference in New Issue
Block a user