diff options
author | will <will@FreeBSD.org> | 2001-01-27 11:59:41 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-27 11:59:41 +0800 |
commit | 554c08803f70f2683a8b488d5a739d5b1a179829 (patch) | |
tree | 4513015ecf2e4cda2e7b984d63791a690677e6a7 | |
parent | 39b0d7d36d8611426b76761b71b822ceccff3167 (diff) | |
download | freebsd-ports-gnome-554c08803f70f2683a8b488d5a739d5b1a179829.tar.gz freebsd-ports-gnome-554c08803f70f2683a8b488d5a739d5b1a179829.tar.zst freebsd-ports-gnome-554c08803f70f2683a8b488d5a739d5b1a179829.zip |
Add xw 0.0.8, an X app to list current users logged into the system.
PR: 24664
Submitted by: Daniel Hemmerich <dan@spot.org>
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/xw/Makefile | 20 | ||||
-rw-r--r-- | sysutils/xw/distinfo | 1 | ||||
-rw-r--r-- | sysutils/xw/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/xw/pkg-descr | 13 | ||||
-rw-r--r-- | sysutils/xw/pkg-plist | 1 |
6 files changed, 37 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 45e3b782dfa4..7131f6257732 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -140,6 +140,7 @@ SUBDIR += xperfmon3 SUBDIR += xsysinfo SUBDIR += xsysstats + SUBDIR += xw SUBDIR += xwatch SUBDIR += xwipower diff --git a/sysutils/xw/Makefile b/sysutils/xw/Makefile new file mode 100644 index 000000000000..ba118f42580d --- /dev/null +++ b/sysutils/xw/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: xw +# Date created: 26 January 20001 +# Whom: Daniel Hemmerich <dan@spot.org> +# +# $FreeBSD$ +# + +PORTNAME= xw +PORTVERSION= 0.0.8 +CATEGORIES= sysutils +MASTER_SITES= ftp://ftp.gurubox.com/pub/xw/ + +MAINTAINER= dan@spot.org + +GTK_CONFIG=${X11BASE}/bin/gtk12-config + +USE_GTK= yes +USE_X_PREFIX= yes + +.include <bsd.port.mk> diff --git a/sysutils/xw/distinfo b/sysutils/xw/distinfo new file mode 100644 index 000000000000..cea26521b5b5 --- /dev/null +++ b/sysutils/xw/distinfo @@ -0,0 +1 @@ +MD5 (xw-0.0.8.tar.gz) = 6e1efbd034fcd7d59f9e83fd2e7df567 diff --git a/sysutils/xw/pkg-comment b/sysutils/xw/pkg-comment new file mode 100644 index 000000000000..a1c588b55e11 --- /dev/null +++ b/sysutils/xw/pkg-comment @@ -0,0 +1 @@ +X app to list current users logged into the system diff --git a/sysutils/xw/pkg-descr b/sysutils/xw/pkg-descr new file mode 100644 index 000000000000..87346c4a706b --- /dev/null +++ b/sysutils/xw/pkg-descr @@ -0,0 +1,13 @@ +XW is an X app to list all the current users logged in to +the local system. Clicking on a user pops up a window +displaying various information on that user. + +Future plans do include to expand this to remote systems +as well. + +It also provides various information on the logged in users. + +WWW: http://www.gurubox.com/xw + +- Daniel Hemmerich +dan@spot.org diff --git a/sysutils/xw/pkg-plist b/sysutils/xw/pkg-plist new file mode 100644 index 000000000000..8eda3341c05c --- /dev/null +++ b/sysutils/xw/pkg-plist @@ -0,0 +1 @@ +bin/xw |