summaryrefslogtreecommitdiff
path: root/x11/xlogout
diff options
context:
space:
mode:
authormrg <mrg>1999-06-14 14:42:18 +0000
committermrg <mrg>1999-06-14 14:42:18 +0000
commitaa17fef9371e585f61d26e14d3ee74bf7818812e (patch)
tree5f447fd4556f66be199ced6b74d5ab0ff487752b /x11/xlogout
parent96bf05f31fd86d7117fdc3060194e7f5567aee40 (diff)
downloadpkgsrc-aa17fef9371e585f61d26e14d3ee74bf7818812e.tar.gz
the original xlogout by Jim Fulton, MIT X Consortium.
Diffstat (limited to 'x11/xlogout')
-rw-r--r--x11/xlogout/Makefile13
-rw-r--r--x11/xlogout/files/md53
-rw-r--r--x11/xlogout/patches/patch-aa11
-rw-r--r--x11/xlogout/pkg/COMMENT1
-rw-r--r--x11/xlogout/pkg/DESCR5
-rw-r--r--x11/xlogout/pkg/PLIST4
6 files changed, 37 insertions, 0 deletions
diff --git a/x11/xlogout/Makefile b/x11/xlogout/Makefile
new file mode 100644
index 00000000000..da37061045d
--- /dev/null
+++ b/x11/xlogout/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/06/14 14:42:18 mrg Exp $
+#
+
+DISTNAME= xlogout
+PKGNAME= xlogout-19891129
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+
+MAINTAINER= packages@netbsd.org
+
+USE_IMAKE= yes
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xlogout/files/md5 b/x11/xlogout/files/md5
new file mode 100644
index 00000000000..f01ff19e53f
--- /dev/null
+++ b/x11/xlogout/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1999/06/14 14:42:18 mrg Exp $
+
+MD5 (xlogout.tar.gz) = c5cc18e8528de99cb3f0be0d3a1005fc
diff --git a/x11/xlogout/patches/patch-aa b/x11/xlogout/patches/patch-aa
new file mode 100644
index 00000000000..02e34ce45f5
--- /dev/null
+++ b/x11/xlogout/patches/patch-aa
@@ -0,0 +1,11 @@
+$NetBSD: patch-aa,v 1.1.1.1 1999/06/14 14:42:19 mrg Exp $
+
+--- Imakefile.orig Mon Jun 14 22:54:09 1999
++++ Imakefile Mon Jun 14 22:54:23 1999
+@@ -1,5 +1,5 @@
+ DEPLIBS = XawClientDepLibs
+-LOCAL_LIBRARIES = XawClientsLibs
++LOCAL_LIBRARIES = XawClientLibs
+ SRCS = xlogout.c
+ OBJS = xlogout.o
+
diff --git a/x11/xlogout/pkg/COMMENT b/x11/xlogout/pkg/COMMENT
new file mode 100644
index 00000000000..490b86afef2
--- /dev/null
+++ b/x11/xlogout/pkg/COMMENT
@@ -0,0 +1 @@
+Quick logout button.
diff --git a/x11/xlogout/pkg/DESCR b/x11/xlogout/pkg/DESCR
new file mode 100644
index 00000000000..b1cbe369996
--- /dev/null
+++ b/x11/xlogout/pkg/DESCR
@@ -0,0 +1,5 @@
+Xlogout displays a small button that simply waits until being pressed before
+exiting. This can be useful when run as the initial client (usually with the
+-iconic option so that it doesn't take up any screen space) from xdm or xinit
+(if a real session manager isn't available). By default, pressing the pointer
+button will cause the program to exit.
diff --git a/x11/xlogout/pkg/PLIST b/x11/xlogout/pkg/PLIST
new file mode 100644
index 00000000000..112e6c7a129
--- /dev/null
+++ b/x11/xlogout/pkg/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/06/14 14:42:18 mrg Exp $
+bin/xlogout
+lib/X11/app-defaults/XLogout
+man/cat1/xlogout.0