diff options
author | flathill <flathill@FreeBSD.org> | 1998-11-21 09:30:56 +0800 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1998-11-21 09:30:56 +0800 |
commit | 853da30f8d2e4703d4b1055c9c29a5e98e6d6256 (patch) | |
tree | 13250bf78de313bab079299fe135b28c5df24606 /x11/xlogout | |
parent | be364eb1f93180fdf2826ae36175b3e620d22077 (diff) | |
download | freebsd-ports-gnome-853da30f8d2e4703d4b1055c9c29a5e98e6d6256.tar.gz freebsd-ports-gnome-853da30f8d2e4703d4b1055c9c29a5e98e6d6256.tar.zst freebsd-ports-gnome-853da30f8d2e4703d4b1055c9c29a5e98e6d6256.zip |
PR: ports/8591
Submitted by: naddy@mips.rhein-neckar.de
Initial Import xlogout.
Diffstat (limited to 'x11/xlogout')
-rw-r--r-- | x11/xlogout/Makefile | 20 | ||||
-rw-r--r-- | x11/xlogout/distinfo | 1 | ||||
-rw-r--r-- | x11/xlogout/files/patch-aa | 9 | ||||
-rw-r--r-- | x11/xlogout/pkg-comment | 1 | ||||
-rw-r--r-- | x11/xlogout/pkg-descr | 6 | ||||
-rw-r--r-- | x11/xlogout/pkg-plist | 2 |
6 files changed, 39 insertions, 0 deletions
diff --git a/x11/xlogout/Makefile b/x11/xlogout/Makefile new file mode 100644 index 000000000000..92c6d12fb613 --- /dev/null +++ b/x11/xlogout/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: xlogout +# Version required: 1.1 +# Date created: 1998-11-06 +# Whom: Christian Weisgerber <naddy@mips.rhein-neckar.de> +# +# $Id$ +# + +DISTNAME= xlogout-1.1 +CATEGORIES= x11 +MASTER_SITES= ftp://ftp.tu-darmstadt.de/pub/X11/other/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= naddy@mips.rhein-neckar.de + +WRKSRC= ${WRKDIR}/xlogout +USE_IMAKE= yes +MAN1= xlogout.1 + +.include <bsd.port.mk> diff --git a/x11/xlogout/distinfo b/x11/xlogout/distinfo new file mode 100644 index 000000000000..3bb1d86f76aa --- /dev/null +++ b/x11/xlogout/distinfo @@ -0,0 +1 @@ +MD5 (xlogout-1.1.tar.Z) = 65e353cdf66f7a0e8058fcb68bb8bf5e diff --git a/x11/xlogout/files/patch-aa b/x11/xlogout/files/patch-aa new file mode 100644 index 000000000000..ca8cb2a29d2d --- /dev/null +++ b/x11/xlogout/files/patch-aa @@ -0,0 +1,9 @@ +--- Imakefile.orig Thu Nov 30 00:29:33 1989 ++++ Imakefile Fri Nov 6 11:11:21 1998 +@@ -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 000000000000..ee997a554873 --- /dev/null +++ b/x11/xlogout/pkg-comment @@ -0,0 +1 @@ +Simple logout button. diff --git a/x11/xlogout/pkg-descr b/x11/xlogout/pkg-descr new file mode 100644 index 000000000000..42ad3006aaa5 --- /dev/null +++ b/x11/xlogout/pkg-descr @@ -0,0 +1,6 @@ +The xlogout program displays a small button that simply waits until +being pressed before exiting. This can be useful when run as the +initial client from xdm or xinit. + +- Christian "naddy" Weisgerber + <naddy@mips.rhein-neckar.de> diff --git a/x11/xlogout/pkg-plist b/x11/xlogout/pkg-plist new file mode 100644 index 000000000000..02a6a6718c66 --- /dev/null +++ b/x11/xlogout/pkg-plist @@ -0,0 +1,2 @@ +bin/xlogout +lib/X11/app-defaults/XLogout |