diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-05-07 21:06:13 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-05-07 21:06:13 +0000 |
commit | d7124ab85eb2b3993849cf3d489a259a2851c3bd (patch) | |
tree | ab5c8ad49b4843dd04b09ec3b5fa9102c88e9c57 /sysutils/wmtop | |
parent | dc48633d5d08b8eaf3c5359979a17cbaa0851cf3 (diff) | |
download | FreeBSD-ports-d7124ab85eb2b3993849cf3d489a259a2851c3bd.zip FreeBSD-ports-d7124ab85eb2b3993849cf3d489a259a2851c3bd.tar.gz |
New port: wmtop, a windowmaker dock app to display top 3 CPU consuming
processes
PR: 18299
Submitted by: Dan Piponi <wmtop@tanelorn.demon.co.uk>
Diffstat (limited to 'sysutils/wmtop')
-rw-r--r-- | sysutils/wmtop/Makefile | 25 | ||||
-rw-r--r-- | sysutils/wmtop/distinfo | 1 | ||||
-rw-r--r-- | sysutils/wmtop/files/patch-aa | 21 | ||||
-rw-r--r-- | sysutils/wmtop/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/wmtop/pkg-descr | 9 | ||||
-rw-r--r-- | sysutils/wmtop/pkg-plist | 1 |
6 files changed, 58 insertions, 0 deletions
diff --git a/sysutils/wmtop/Makefile b/sysutils/wmtop/Makefile new file mode 100644 index 0000000..f045b66 --- /dev/null +++ b/sysutils/wmtop/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: wmtop +# Date created: 07 May 2000 +# Whom: Dan Piponi <wmtop@tanelorn.demon.co.uk> +# +# $FreeBSD$ + +PORTNAME= wmtop +PORTVERSION= 0.81 +CATEGORIES= sysutils +MASTER_SITES= http://wmtop.sourceforge.net/ + +MAINTAINER= wmtop@tanelorn.demon.co.uk + +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + +USE_X_PREFIX= yes +ALL_TARGET= freebsd + +MAN1= wmtop.1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/wmtop ${PREFIX}/bin/ + ${INSTALL_MAN} ${WRKSRC}/wmtop.1 ${PREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/sysutils/wmtop/distinfo b/sysutils/wmtop/distinfo new file mode 100644 index 0000000..e29a036 --- /dev/null +++ b/sysutils/wmtop/distinfo @@ -0,0 +1 @@ +MD5 (wmtop-0.81.tar.gz) = 76c520de993daf649a34a0a6981b8628 diff --git a/sysutils/wmtop/files/patch-aa b/sysutils/wmtop/files/patch-aa new file mode 100644 index 0000000..cd70faf7 --- /dev/null +++ b/sysutils/wmtop/files/patch-aa @@ -0,0 +1,21 @@ +--- Makefile.orig Sat Apr 29 17:49:07 2000 ++++ Makefile Sun May 7 17:04:17 2000 +@@ -1,12 +1,12 @@ + DEBUG = -DPARANOID +-LIBDIR = -L/usr/X11R6/lib ++LIBDIR = -L$(PREFIX)/lib + LIBS = -lXpm -lXext -lX11 +-INCS = -I/usr/X11R6/share/include -I/usr/X11R6/include ++INCS = -I$(PREFIX)/include + OBJS = wmtop.o wmgeneral/wmgeneral.o wmgeneral/misc.o wmgeneral/list.o +-OPTS = -O3 -g -Wall +-FLAGS = $(DEBUG) $(OPTS) -D$(OS) +-MAKE = make +-CC = cc ++OPTS = -g -Wall ++FLAGS = $(DEBUG) $(OPTS) -D$(OS) $(CFLAGS) ++MAKE ?= make ++CC ?= cc + PREFIX ?= /usr/local + + default: diff --git a/sysutils/wmtop/pkg-comment b/sysutils/wmtop/pkg-comment new file mode 100644 index 0000000..525df27 --- /dev/null +++ b/sysutils/wmtop/pkg-comment @@ -0,0 +1 @@ +Windowmaker dock app to display top 3 CPU consuming processes diff --git a/sysutils/wmtop/pkg-descr b/sysutils/wmtop/pkg-descr new file mode 100644 index 0000000..ad12208 --- /dev/null +++ b/sysutils/wmtop/pkg-descr @@ -0,0 +1,9 @@ +This is a port of wmtop which is a Windowmaker dock app which +monitors the top 3 processes (in terms of CPU usage). You can +configure which processes are displayed and it can be used as an +application launcher. + +WWW: http://www.tanelorn.demon.co.uk/Computing/ + +- Dan Piponi +wmtop@tanelorn.demon.co.uk diff --git a/sysutils/wmtop/pkg-plist b/sysutils/wmtop/pkg-plist new file mode 100644 index 0000000..4aa7c47 --- /dev/null +++ b/sysutils/wmtop/pkg-plist @@ -0,0 +1 @@ +bin/wmtop |