Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jun 1999 19:52:03 +1000 (EST)
From:      jim@phrantic.phear.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/12444: new port: wmdl-1.3.5
Message-ID:  <199906290952.TAA16479@blues.ghis.net>

next in thread | raw e-mail | index | archive | help

>Number:         12444
>Category:       ports
>Synopsis:       new port: wmdl-1.3.5
>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:   Tue Jun 29 08:50:03 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Jim Mock
>Release:        FreeBSD 3.2-19990517-STABLE i386
>Organization:
>Environment:

	

>Description:

New port of wmdl, a load/cpu meter using the face of the guy from ID
Software's DOOM game.

>How-To-Repeat:

	

>Fix:
	
# 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/patches
#	wmdl/patches/patch-aa
#	wmdl/pkg
#	wmdl/pkg/PLIST
#	wmdl/pkg/DESCR
#	wmdl/pkg/COMMENT
#	wmdl/Makefile
#	wmdl/files
#	wmdl/files/md5
#
echo c - wmdl
mkdir -p wmdl > /dev/null 2>&1
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'
X--- Makefile.orig	Tue Jun 29 19:15:14 1999
X+++ Makefile	Tue Jun 29 19:20:44 1999
X@@ -1,24 +1,20 @@
X-
X-
X-INCLUDES =-I/usr/X11R6/include/X11 -I/usr/local/include -I/usr/include/X11R6/X11
X-LIBINC =-L/usr/X11R6/lib -L/usr/include/lib
X+CC = gcc
X+CFLAGS = -g -c -O2 -Wall
X+INCLUDES = -I/usr/X11R6/include -I/usr/X11R6/include/X11
X+LIBINC =-L/usr/X11R6/lib -L/usr/X11R6/lib/X11
X LIBS = -lm -lX11 -lXpm -lXext
X 
X TARGET = wmdl
X OBJECTS = wmdl.o
X 
X 
X-
X-
X-
X-
X # ------------------- END OF CONFIGURATION SECTION -----------------------
X 
X .c.o:
X-	gcc -g -c -Wall ${FLAGS} ${INCLUDES} $< -o $*.o
X+	${CC} ${CFLAGS} ${INCLUDES} $< -o $*.o
X 
X ${TARGET}: ${OBJECTS}
X-	gcc -g -o ${TARGET} ${OBJECTS} ${LIBINC} ${LIBS}
X+	${CC} -o ${TARGET} $^ ${LIBINC} ${LIBS}
X 
X clean::
X 	for i in ${OBJECTS}; do if [ -e $$i ] ; then rm $$i; fi; done 
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
END-of-wmdl/pkg/PLIST
echo x - wmdl/pkg/DESCR
sed 's/^X//' >wmdl/pkg/DESCR << 'END-of-wmdl/pkg/DESCR'
XA LOAD or CPU meter that uses ID Software's DOOM faces.  The more
Xbloody the face gets, the more load or cpu usage is.  It can also
Xmonitor almost anything else, and is reported to also work on the
XAfterStep Wharf.
X
XWWW Homepage:	http://users.linuxbox.com/~bac/
X
X- Jim <jim@phrantic.phear.net>
END-of-wmdl/pkg/DESCR
echo x - wmdl/pkg/COMMENT
sed 's/^X//' >wmdl/pkg/COMMENT << 'END-of-wmdl/pkg/COMMENT'
XA LOAD or CPU meter that uses ID Software's DOOM faces.
END-of-wmdl/pkg/COMMENT
echo x - wmdl/Makefile
sed 's/^X//' >wmdl/Makefile << 'END-of-wmdl/Makefile'
X# New ports collection makefile for:	wmdl
X# Version required:		1.3.5
X# Date created:			29 June 1999
X# Whom:				Jim Mock <jim@phrantic.phear.net>
X#
X# $Id$
X#
X
XDISTNAME=	wmdl-1.3.5
XCATEGORIES=	sysutils windowmaker
XMASTER_SITES=	http://users.linuxbox.com/~bac/src/wmdl/
X
XMAINTAINER=	jim@phrantic.phear.net
X
XLIB_DEPENDS=	Xpm.4:${PORTSDIR}/graphics/xpm
X
XUSE_GMAKE=	yes
XUSE_X_PREFIX=	yes
X
Xdo-build:
X	(cd ${WRKSRC} && ${GMAKE})
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/wmdl ${PREFIX}/bin
X
Xpost-install:
X	@${ECHO} "===> Run 'wmdl -h' for usage options."
X
X.include <bsd.port.mk>
END-of-wmdl/Makefile
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.3.5.tar.gz) = f48df7d5090966dd5d6f564c918b5026
END-of-wmdl/files/md5
exit

>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?199906290952.TAA16479>