diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-11-21 01:30:56 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-11-21 01:30:56 +0000 |
commit | 3ec01f20843223b79f50755d89f429f7d5bba36e (patch) | |
tree | fff843592ff101d4b3253bf760d75a336f83a1f5 /x11/xlogout | |
parent | c6daffe7e0cf013cf75e4669b7fc7199469b8640 (diff) | |
download | ports-3ec01f20843223b79f50755d89f429f7d5bba36e.tar.gz ports-3ec01f20843223b79f50755d89f429f7d5bba36e.zip |
Notes
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 |