diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-11-03 00:50:26 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-11-03 00:50:26 +0000 |
commit | 96c634cc1c86b8a6888bc1ed93ec98b2759f8282 (patch) | |
tree | 37e80900df30c6fd1d31764111d777d5fe1e7beb /x11/xlockmore | |
parent | fc8333fc100193ff8f6ea9805aa8b2cf0e297147 (diff) | |
download | pkgsrc-96c634cc1c86b8a6888bc1ed93ec98b2759f8282.tar.gz |
xlock + more
Diffstat (limited to 'x11/xlockmore')
-rw-r--r-- | x11/xlockmore/Makefile | 25 | ||||
-rw-r--r-- | x11/xlockmore/files/md5 | 1 | ||||
-rw-r--r-- | x11/xlockmore/patches/patch-aa | 15 | ||||
-rw-r--r-- | x11/xlockmore/patches/patch-ab | 11 | ||||
-rw-r--r-- | x11/xlockmore/pkg/COMMENT | 1 | ||||
-rw-r--r-- | x11/xlockmore/pkg/DESCR | 15 | ||||
-rw-r--r-- | x11/xlockmore/pkg/PLIST | 3 |
7 files changed, 71 insertions, 0 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile new file mode 100644 index 00000000000..a94fe59a6ec --- /dev/null +++ b/x11/xlockmore/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: xlockmore +# Version required: 4.05 +# Date created: 9 November 1994 +# Whom: smace +# +# $Id: Makefile,v 1.1.1.1 1997/11/03 00:50:26 hubertf Exp $ +# + +DISTNAME= xlockmore-4.05 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= applications + +MAINTAINER= tg@FreeBSD.ORG + +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --without-gl --without-motif --without-sx --without-mesagl \ + --without-editres --without-dtsaver --without-rplay \ + --without-nas --enable-mouse-motion +USE_X11= yes +MAN1= xlock.1 + +.include <bsd.port.mk> diff --git a/x11/xlockmore/files/md5 b/x11/xlockmore/files/md5 new file mode 100644 index 00000000000..75745940016 --- /dev/null +++ b/x11/xlockmore/files/md5 @@ -0,0 +1 @@ +MD5 (xlockmore-4.05.tar.gz) = a9bce87785a441bd624d3652e0854eee diff --git a/x11/xlockmore/patches/patch-aa b/x11/xlockmore/patches/patch-aa new file mode 100644 index 00000000000..0fd84c90265 --- /dev/null +++ b/x11/xlockmore/patches/patch-aa @@ -0,0 +1,15 @@ +--- xlock/XLock.ad.orig Wed Oct 1 05:55:32 1997 ++++ xlock/XLock.ad Mon Oct 13 09:08:42 1997 +@@ -47,9 +47,9 @@ + XLock.both3d: Magenta + + ! For marquee & nose modes +-!XLock.program: fortune -o +-XLock.program: fortune -s +-!XLock.program: fortune ++!XLock.program: /usr/games/fortune -o ++XLock.program: /usr/games/fortune -s ++!XLock.program: /usr/games/fortune + !XLock.program: finger + !XLock.messagesfile: fortune.dat + !XLock.messagefile: /etc/hosts diff --git a/x11/xlockmore/patches/patch-ab b/x11/xlockmore/patches/patch-ab new file mode 100644 index 00000000000..2f4bcc52be4 --- /dev/null +++ b/x11/xlockmore/patches/patch-ab @@ -0,0 +1,11 @@ +--- modes/Makefile.in.orig Thu Oct 2 17:58:33 1997 ++++ modes/Makefile.in Mon Oct 13 10:07:43 1997 +@@ -204,7 +204,7 @@ + + DEFINES = -DDEF_FILESEARCHPATH=\"$(xapploaddir)/%N%S\" + DEFS = @DEFS@ $(DEFINES) +-XLOCKINC = @XLOCKINC@ -I. -I.. -I$(UTILDIR) -I../.. ++XLOCKINC = -I. -I.. -I$(UTILDIR) -I../.. @XLOCKINC@ + CFLAGS = @CFLAGS@ + #CFLAGS = -O + #CFLAGS = -g diff --git a/x11/xlockmore/pkg/COMMENT b/x11/xlockmore/pkg/COMMENT new file mode 100644 index 00000000000..e619283d645 --- /dev/null +++ b/x11/xlockmore/pkg/COMMENT @@ -0,0 +1 @@ +Like XLock session locker/screen saver, but just more. diff --git a/x11/xlockmore/pkg/DESCR b/x11/xlockmore/pkg/DESCR new file mode 100644 index 00000000000..ee7e881dec4 --- /dev/null +++ b/x11/xlockmore/pkg/DESCR @@ -0,0 +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. + + 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. + + diff --git a/x11/xlockmore/pkg/PLIST b/x11/xlockmore/pkg/PLIST new file mode 100644 index 00000000000..ea72ae70ab5 --- /dev/null +++ b/x11/xlockmore/pkg/PLIST @@ -0,0 +1,3 @@ +lib/X11/app-defaults/XLock +man/man1/xlock.1.gz +bin/xlock |