diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-05-07 21:06:13 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-05-07 21:06:13 +0000 |
commit | 33fba23c855001b205c9f818deb66f2d31385704 (patch) | |
tree | 1add6b0e68a1ad5d2832d360cc44805d8c862bd8 /sysutils/wmtop | |
parent | New port: IDLE - an Integrated DeveLopment Environment for Python (diff) |
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>
Notes
Notes:
svn path=/head/; revision=28348
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 000000000000..f045b6622d65 --- /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 000000000000..e29a03659d7b --- /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 000000000000..cd70faf7f654 --- /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 000000000000..525df275b043 --- /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 000000000000..ad122085ad8e --- /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 000000000000..4aa7c47bc878 --- /dev/null +++ b/sysutils/wmtop/pkg-plist @@ -0,0 +1 @@ +bin/wmtop |