Reimport of wmfire. No repo copy needed since there was no history

to preserve.
This commit is contained in:
Jim Mock 1999-11-03 20:11:03 +00:00
parent 79f56897a6
commit a8d3a3aa27
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22891
7 changed files with 59 additions and 0 deletions

24
sysutils/wmfire/Makefile Normal file
View File

@ -0,0 +1,24 @@
# New ports collection makefile for: wmfire
# Version required: 0.0.3.9pre4
# Date created: 21 October 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
DISTNAME= wmfire-0.0.3.9pre4
PKGNAME= wmfire-0.0.3.9
CATEGORIES= misc
MASTER_SITES= http://www.zebra.net/~dm/wmfire/
MAINTAINER= jedgar@fxp.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-x
CONFIGURE_ENV+= CFLAGS="-I${PREFIX}/include ${CFLAGS}" \
LIBS="-L${PREFIX}/lib"
.include <bsd.port.mk>

1
sysutils/wmfire/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (wmfire-0.0.3.9pre4.tar.gz) = a5ea7e73041494dae95eba058d55cab1

View File

@ -0,0 +1,13 @@
--- configure.orig Thu Oct 21 21:23:53 1999
+++ configure Thu Oct 21 23:37:39 1999
@@ -1755,8 +1755,8 @@
linux*)
echo "$ac_t""Linux" 1>&6
;;
- netbsd*)
- echo "$ac_t""NetBSD" 1>&6
+ freebsd*)
+ echo "$ac_t""FreeBSD" 1>&6
;;
*)
echo "$ac_t""*Unknown*" 1>&6

View File

@ -0,0 +1,11 @@
--- fireload_cpu.c.orig Thu Sep 30 10:45:48 1999
+++ fireload_cpu.c Thu Oct 21 23:25:10 1999
@@ -30,7 +30,7 @@
# define DELTA(i, x) (cpuinfo[i].cs_new.x - cpuinfo[i].cs_old.x)
#endif
-#ifdef __NetBSD__
+#ifdef __FreeBSD__
/********************************
* NetBSD code by Hubert Feyrer *
********************************/

View File

@ -0,0 +1 @@
Window Maker dock app showing load average as a flame

View File

@ -0,0 +1,6 @@
Window Maker dock app showing load average as a flame.
Not terribly useful, but looks cool.
- Chris D. Faulhaber
jedgar@fxp.org

View File

@ -0,0 +1,3 @@
bin/wmfire
bin/fireload_cpu
bin/fireload_file