Date: Mon, 8 Nov 1999 13:18:24 +0800 (CST) From: Yin-Jieh Chen <yinjieh@Crazyman.Dorm13.NCTU.edu.tw> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/14781: New port: sysutils/wmdl Message-ID: <199911080518.NAA55782@Crazyman.Dorm13.NCTU.edu.tw>
next in thread | raw e-mail | index | archive | help
>Number: 14781 >Category: ports >Synopsis: New port: sysutils/wmdl >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 7 21:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Yin-Jieh Chen >Release: FreeBSD 3.3-STABLE i386 >Organization: NCTU CSIE FreeBSD Users' Group >Environment: FreeBSD Crazyman.Dorm13.NCTU.edu.tw 3.3-STABLE FreeBSD 3.3-STABLE #29: Mon Oct 1 13:19:18 CST 1999 root@Crazyman.Dorm13.NCTU.edu.tw:/home2/src/sys/compile/ YINJIEH i386 ports update to ports-cur.3044 >Description: New port: sysutils/wmdl A load/CPU/anything meter using ID's Doom face or Tux. >How-To-Repeat: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # wmdl # wmdl/files # wmdl/files/md5 # wmdl/Makefile # wmdl/patches # wmdl/patches/patch-aa # wmdl/pkg # wmdl/pkg/PLIST # wmdl/pkg/COMMENT # wmdl/pkg/DESCR # echo c - wmdl mkdir -p wmdl > /dev/null 2>&1 echo c - wmdl/files mkdir -p wmdl/files > /dev/null 2>&1 echo x - wmdl/files/md5 sed 's/^X//' >wmdl/files/md5 << 'END-of-wmdl/files/md5' XMD5 (wmdl-1.4.0.tar.gz) = 5f500bf0970ab1878a6572bc89f621cf END-of-wmdl/files/md5 echo x - wmdl/Makefile sed 's/^X//' >wmdl/Makefile << 'END-of-wmdl/Makefile' X# New ports collection makefile for: wmdl X# Version required: 1.4.0 X# Date created: 8 Nov 1999 X# Whom: Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw> X# X# $FreeBSD$ X# X XDISTNAME= wmdl-1.4.0 XCATEGORIES= sysutils XMASTER_SITES= http://www.linuxbox.com/~bac/src/wmdl/ X XMAINTAINER= yinjieh@csie.nctu.edu.tw X XLIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm X XUSE_X_PREFIX= yes X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/wmdl ${PREFIX}/bin X Xpost-install: X ${MKDIR} ${PREFIX}/share/wmdl X ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/wmdl X ${MKDIR} ${PREFIX}/share/wmdl/images X ${MKDIR} ${PREFIX}/share/wmdl/images/common X ${INSTALL_DATA} ${WRKSRC}/images/common/* ${PREFIX}/share/wmdl/images/common X ${MKDIR} ${PREFIX}/share/wmdl/images/doom X ${INSTALL_DATA} ${WRKSRC}/images/doom/* ${PREFIX}/share/wmdl/images/doom X ${MKDIR} ${PREFIX}/share/wmdl/images/penguin X ${INSTALL_DATA} ${WRKSRC}/images/penguin/* ${PREFIX}/share/wmdl/images/penguin X X.include <bsd.port.mk> END-of-wmdl/Makefile echo c - wmdl/patches mkdir -p wmdl/patches > /dev/null 2>&1 echo x - wmdl/patches/patch-aa sed 's/^X//' >wmdl/patches/patch-aa << 'END-of-wmdl/patches/patch-aa' Xdiff -ruN /tmp2/wmdl-1.4.0/Makefile ./Makefile X--- /tmp2/wmdl-1.4.0/Makefile Mon Nov 1 05:49:53 1999 X+++ ./Makefile Mon Nov 8 12:55:25 1999 X@@ -1,6 +1,6 @@ X X X-INCLUDES =-I/usr/X11R6/include/X11 -I/usr/local/include -I/usr/include/X11R6/X11 -I/usr/openwin/share/include/X11 X+INCLUDES =-I/usr/X11R6/include -I/usr/local/include -I/usr/include/X11R6/X11 -I/usr/openwin/share/include/X11 X LIBINC =-L/usr/X11R6/lib -L/usr/include/lib -L/usr/local/lib -L/usr/local/lib/X11 X PIXMAPINC = -I./images X LIBS = -lm -lX11 -lXpm -lXext X@@ -11,7 +11,7 @@ X all: ${TARGET} X X ${TARGET}: ${SOURCE} X- gcc -g -o ${TARGET} ${SOURCE} ${INCLUDES} ${LIBINC} ${PIXMAPINC} ${LIBS} X+ gcc ${CFLAGS} -o ${TARGET} ${SOURCE} ${INCLUDES} ${LIBINC} ${PIXMAPINC} ${LIBS} X X clean: X if [ -e wmdl ] ; then rm wmdl; fi Xdiff -ruN /tmp2/wmdl-1.4.0/wmdl.c ./wmdl.c X--- /tmp2/wmdl-1.4.0/wmdl.c Mon Nov 1 06:47:04 1999 X+++ ./wmdl.c Mon Nov 8 09:49:00 1999 X@@ -14,11 +14,11 @@ X ***********************************************************************/ X X X-#include <Xlib.h> X-#include <Xutil.h> X-#include <xpm.h> X-#include <extensions/shape.h> X-#include <keysym.h> X+#include <X11/Xlib.h> X+#include <X11/Xutil.h> X+#include <X11/xpm.h> X+#include <X11/extensions/shape.h> X+#include <X11/keysym.h> X #include <stdio.h> X #include <math.h> X #include <string.h> END-of-wmdl/patches/patch-aa echo c - wmdl/pkg mkdir -p wmdl/pkg > /dev/null 2>&1 echo x - wmdl/pkg/PLIST sed 's/^X//' >wmdl/pkg/PLIST << 'END-of-wmdl/pkg/PLIST' Xbin/wmdl Xshare/wmdl/README Xshare/wmdl/images/common/backdrop.xpm Xshare/wmdl/images/common/mask.xbm Xshare/wmdl/images/common/t Xshare/wmdl/images/doom/doom_0c.xpm Xshare/wmdl/images/doom/doom_0l.xpm Xshare/wmdl/images/doom/doom_0r.xpm Xshare/wmdl/images/doom/doom_1c.xpm Xshare/wmdl/images/doom/doom_1l.xpm Xshare/wmdl/images/doom/doom_1r.xpm Xshare/wmdl/images/doom/doom_2c.xpm Xshare/wmdl/images/doom/doom_2l.xpm Xshare/wmdl/images/doom/doom_2r.xpm Xshare/wmdl/images/doom/doom_3c.xpm Xshare/wmdl/images/doom/doom_3l.xpm Xshare/wmdl/images/doom/doom_3r.xpm Xshare/wmdl/images/doom/doom_4c.xpm Xshare/wmdl/images/doom/doom_4l.xpm Xshare/wmdl/images/doom/doom_4r.xpm Xshare/wmdl/images/doom/doom_god.xpm Xshare/wmdl/images/penguin/old_mask.xbm Xshare/wmdl/images/penguin/penguin_0c.xpm Xshare/wmdl/images/penguin/penguin_0l.xpm Xshare/wmdl/images/penguin/penguin_0r.xpm Xshare/wmdl/images/penguin/penguin_1c.xpm Xshare/wmdl/images/penguin/penguin_1l.xpm Xshare/wmdl/images/penguin/penguin_1r.xpm Xshare/wmdl/images/penguin/penguin_2c.xpm Xshare/wmdl/images/penguin/penguin_2l.xpm Xshare/wmdl/images/penguin/penguin_2r.xpm Xshare/wmdl/images/penguin/penguin_3c.xpm Xshare/wmdl/images/penguin/penguin_3l.xpm Xshare/wmdl/images/penguin/penguin_3r.xpm Xshare/wmdl/images/penguin/penguin_4c.xpm Xshare/wmdl/images/penguin/penguin_4l.xpm Xshare/wmdl/images/penguin/penguin_4r.xpm Xshare/wmdl/images/penguin/penguin_god.xpm X@dirrm share/wmdl/images/common X@dirrm share/wmdl/images/doom X@dirrm share/wmdl/images/penguin X@dirrm share/wmdl/images X@dirrm share/wmdl END-of-wmdl/pkg/PLIST echo x - wmdl/pkg/COMMENT sed 's/^X//' >wmdl/pkg/COMMENT << 'END-of-wmdl/pkg/COMMENT' XA load/CPU/anything meter using ID's Doom face or Tux. END-of-wmdl/pkg/COMMENT echo x - wmdl/pkg/DESCR sed 's/^X//' >wmdl/pkg/DESCR << 'END-of-wmdl/pkg/DESCR' Xwmdl (Window Maker Doom load) is a load/CPU/anything meter using ID's XDoom face or Tux to indicate the degree of what is being monitored. XThe Doom face is bloodier and Tux is angrier when there is more Xload/cpu usage/etc. Load and CPU monitoring are built in, but if you Xcan write a script/program to monitor something and return a value, Xwmdl can monitor it. X XWWW: http://www.linuxbox.com/~bac/ X X- Yin-Jieh Chen Xyinjieh@csie.nctu.edu.tw END-of-wmdl/pkg/DESCR exit >Fix: Please, commit this port, thanks. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911080518.NAA55782>