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:
Sergey A. Osokin 2004-01-05 15:43:24 +00:00
parent e1ab1b7efb
commit 2d5fbe1b77
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97356
3 changed files with 17 additions and 15 deletions

View file

@ -6,7 +6,7 @@
# #
PORTNAME= xlockmore PORTNAME= xlockmore
PORTVERSION= 5.10 PORTVERSION= 5.11
CATEGORIES?= x11 CATEGORIES?= x11
MASTER_SITES= ftp://ftp.tux.org/pub/tux/bagleyd/xlockmore/ \ MASTER_SITES= ftp://ftp.tux.org/pub/tux/bagleyd/xlockmore/ \
${MASTER_SITE_XCONTRIB} ${MASTER_SITE_XCONTRIB}
@ -23,7 +23,7 @@ CONFIGURE_ARGS= --without-gl --without-motif --without-sx \
--without-nas --without-gtk --without-esound --without-nas --without-gtk --without-esound
.if defined(MAKE_KERBEROS4) .if defined(MAKE_KERBEROS4)
CONFIGURE_ARGS+= --enable-kerberos4 CONFIGURE_ARGS+= --enable-kerberos4
KRB4LIB= -lcom_err KRB4LIB= -lcom_err -lcrypto
.endif .endif
.if defined(KRB5_HOME) && exists(${KRB5_HOME}) .if defined(KRB5_HOME) && exists(${KRB5_HOME})
CONFIGURE_ARGS+= --enable-kerberos5 CONFIGURE_ARGS+= --enable-kerberos5

View file

@ -1 +1 @@
MD5 (xlockmore-5.10.tar.bz2) = d9ce37326e3575fc7df9a682581fddfc MD5 (xlockmore-5.11.tar.bz2) = 2c12c65990e2bf068273aa84d5c44685

View file

@ -1,13 +1,15 @@
xlock locks the X server till the user enters their pass- xlock locks the X server till the user enters their pass-
word at the keyboard. While xlock is running, all new word at the keyboard. While xlock is running, all new
server connections are refused. The screen saver is dis- server connections are refused. The screen saver is disabled.
abled. The mouse cursor is turned off. The screen is The mouse cursor is turned off. The screen is blanked and a
blanked and a changing pattern is put on the screen. If a changing pattern is put on the screen. If a key or a mouse
key or a mouse button is pressed then the user is prompted button is pressed then the user is prompted for the password
for the password of the user who started xlock. of the user who started xlock.
If the correct password is typed, then the screen is If the correct password is typed, then the screen is
unlocked and the X server is restored. When typing the unlocked and the X server is restored. When typing the
password Control-U and Control-H are active as kill and password Control-U and Control-H are active as kill and
erase respectively. To return to the locked screen, click erase respectively. To return to the locked screen, click
in the small icon version of the changing pattern. in the small icon version of the changing pattern.
WWW: http://www.tux.org/~bagleyd/xlockmore.html