From owner-freebsd-ports Thu Oct 21 20:50: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2EF9314FED for ; Thu, 21 Oct 1999 20:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA60919; Thu, 21 Oct 1999 20:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id 6149C14FC1 for ; Thu, 21 Oct 1999 20:49:40 -0700 (PDT) (envelope-from jedgar@pawn.primelocation.net) Received: by pawn.primelocation.net (Postfix, from userid 1003) id 79DE29B22; Thu, 21 Oct 1999 23:49:39 -0400 (EDT) Message-Id: <19991022034939.79DE29B22@pawn.primelocation.net> Date: Thu, 21 Oct 1999 23:49:39 -0400 (EDT) From: jedgar@fxp.org Reply-To: jedgar@fxp.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14454: New port: misc/wmfire Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14454 >Category: ports >Synopsis: New port: misc/wmfire >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: Thu Oct 21 20:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris D. Faulhaber >Release: FreeBSD 4.0-CURRENT i386 >Organization: BUGO - BSD Users Group of Orlando >Environment: FreeBSD 4.0-CURRENT i386 >Description: New port: misc/wmfire Window Maker dock app that displays load average as a flame. Not terribly useful, but looks cool. >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: # # wmfire # wmfire/Makefile # wmfire/files # wmfire/files/md5 # wmfire/pkg # wmfire/pkg/PLIST # wmfire/pkg/COMMENT # wmfire/pkg/DESCR # wmfire/patches # wmfire/patches/patch-aa # wmfire/patches/patch-ab # echo c - wmfire mkdir -p wmfire > /dev/null 2>&1 echo x - wmfire/Makefile sed 's/^X//' >wmfire/Makefile << 'END-of-wmfire/Makefile' X# New ports collection makefile for: wmfire X# Version required: 0.0.3.9pre4 X# Date created: 21 October 1999 X# Whom: Chris D. Faulhaber X# X# $FreeBSD$ X# X XDISTNAME= wmfire-0.0.3.9pre4 XCATEGORIES= misc XMASTER_SITES= http://www.zebra.net/~dm/wmfire/ X XMAINTAINER= jedgar@fxp.org X XLIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm X XUSE_X_PREFIX= yes XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --with-x XCONFIGURE_ENV+= CFLAGS="-I${PREFIX}/include ${CFLAGS}" \ X LIBS="-L${PREFIX}/lib" X X.include END-of-wmfire/Makefile echo c - wmfire/files mkdir -p wmfire/files > /dev/null 2>&1 echo x - wmfire/files/md5 sed 's/^X//' >wmfire/files/md5 << 'END-of-wmfire/files/md5' XMD5 (wmfire-0.0.3.9pre4.tar.gz) = a5ea7e73041494dae95eba058d55cab1 END-of-wmfire/files/md5 echo c - wmfire/pkg mkdir -p wmfire/pkg > /dev/null 2>&1 echo x - wmfire/pkg/PLIST sed 's/^X//' >wmfire/pkg/PLIST << 'END-of-wmfire/pkg/PLIST' Xbin/wmfire Xbin/fireload_cpu Xbin/fireload_file END-of-wmfire/pkg/PLIST echo x - wmfire/pkg/COMMENT sed 's/^X//' >wmfire/pkg/COMMENT << 'END-of-wmfire/pkg/COMMENT' XWindow Maker dock app showing load average as a flame END-of-wmfire/pkg/COMMENT echo x - wmfire/pkg/DESCR sed 's/^X//' >wmfire/pkg/DESCR << 'END-of-wmfire/pkg/DESCR' XWindow Maker dock app showing load average as a flame. X XNot terribly useful, but looks cool. X X- Chris D. Faulhaber Xjedgar@fxp.org END-of-wmfire/pkg/DESCR echo c - wmfire/patches mkdir -p wmfire/patches > /dev/null 2>&1 echo x - wmfire/patches/patch-aa sed 's/^X//' >wmfire/patches/patch-aa << 'END-of-wmfire/patches/patch-aa' X--- configure.orig Thu Oct 21 21:23:53 1999 X+++ configure Thu Oct 21 23:37:39 1999 X@@ -1755,8 +1755,8 @@ X linux*) X echo "$ac_t""Linux" 1>&6 X ;; X- netbsd*) X- echo "$ac_t""NetBSD" 1>&6 X+ freebsd*) X+ echo "$ac_t""FreeBSD" 1>&6 X ;; X *) X echo "$ac_t""*Unknown*" 1>&6 END-of-wmfire/patches/patch-aa echo x - wmfire/patches/patch-ab sed 's/^X//' >wmfire/patches/patch-ab << 'END-of-wmfire/patches/patch-ab' X--- fireload_cpu.c.orig Thu Sep 30 10:45:48 1999 X+++ fireload_cpu.c Thu Oct 21 23:25:10 1999 X@@ -30,7 +30,7 @@ X # define DELTA(i, x) (cpuinfo[i].cs_new.x - cpuinfo[i].cs_old.x) X #endif X X-#ifdef __NetBSD__ X+#ifdef __FreeBSD__ X /******************************** X * NetBSD code by Hubert Feyrer * X ********************************/ END-of-wmfire/patches/patch-ab exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message