summaryrefslogtreecommitdiff
path: root/sysutils/mbmon
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-09-16 01:02:46 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-09-16 01:02:46 +0000
commitdb3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch)
tree29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /sysutils/mbmon
parentFix compilation problems. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'.release/4.4.0
Notes
Notes: svn path=/head/; revision=47856 svn path=/tags/RELEASE_4_4_0/; revision=47857; tag=release/4.4.0
Diffstat (limited to 'sysutils/mbmon')
-rw-r--r--sysutils/mbmon/Makefile31
-rw-r--r--sysutils/mbmon/distinfo1
-rw-r--r--sysutils/mbmon/files/patch-aa41
-rw-r--r--sysutils/mbmon/pkg-comment1
-rw-r--r--sysutils/mbmon/pkg-descr15
-rw-r--r--sysutils/mbmon/pkg-plist7
6 files changed, 0 insertions, 96 deletions
diff --git a/sysutils/mbmon/Makefile b/sysutils/mbmon/Makefile
deleted file mode 100644
index 26d505c34f3d..000000000000
--- a/sysutils/mbmon/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# ports collection makefile for: xmbmon
-# Date created: 2001/08/30
-# Whom: kaz
-#
-# $FreeBSD$
-#
-
-PORTNAME= xmbmon
-PORTVERSION= 106p1
-CATEGORIES= sysutils
-MASTER_SITES= http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/
-DISTNAME= ${PORTNAME}${PORTVERSION:S/p/pl/}
-
-MAINTAINER= kaz@kobe1995.net
-
-GNU_CONFIGURE= yes
-USE_X_PREFIX= yes
-
-DOCS= 00README.txt 00READMEj.txt DEBUG_Info xmbmon.resources
-
-.include <bsd.port.pre.mk>
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
-.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
-.endfor
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/sysutils/mbmon/distinfo b/sysutils/mbmon/distinfo
deleted file mode 100644
index 4a4f91fee2cf..000000000000
--- a/sysutils/mbmon/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (xmbmon106pl1.tar.gz) = 54caa4b19caefd461129b8dc25f7c008
diff --git a/sysutils/mbmon/files/patch-aa b/sysutils/mbmon/files/patch-aa
deleted file mode 100644
index d2d6430fcbfe..000000000000
--- a/sysutils/mbmon/files/patch-aa
+++ /dev/null
@@ -1,41 +0,0 @@
---- Makefile.in.orig Tue Aug 28 05:43:05 2001
-+++ Makefile.in Tue Sep 4 02:18:09 2001
-@@ -12,9 +12,10 @@
-
- DEFS=-DHAVE_CONFIG_H
-
--LIBDIR=/usr/X11R6/lib
-+X11BASE?=/usr/X11R6
-+LIBDIR=$(X11BASE)/lib
- INCDIR=.
--XINCDIR=/usr/X11R6/include
-+XINCDIR=$(X11BASE)/include
- XLIB=-lXaw -lXmu
- EXTENSIONLIB=-lXext
- INCLUDES=-I$(INCDIR)
-@@ -22,9 +23,9 @@
- LIBS=-L$(LIBDIR) -lXaw $(XLIB) -lXt $(EXTENSIONLIB) -lX11 -lm
-
- #CC=/compat/linux/usr/bin/gcc
--CC=gcc
--CFLAGS=-O3 $(INCLUDES) $(DEFS)
--CFLAGSX=-O3 $(XINCLUDES) $(DEFS)
-+CC?=gcc
-+CFLAGS+= $(INCLUDES) $(DEFS)
-+CFLAGSX= $(XINCLUDES) $(CFLAGS)
- LDFLAGS=-s
-
- LINT=lint
-@@ -33,9 +34,9 @@
- RM=rm -f
- INSTALL=install
-
--INST_DIR=/usr/local/bin
--INST_XDIR=/usr/X11R6/bin
--INST_XRDIR=/usr/X11R6/lib/X11/app-defaults
-+INST_DIR=$(X11BASE)/bin
-+INST_XDIR=$(X11BASE)/bin
-+INST_XRDIR=$(X11BASE)/lib/X11/app-defaults
-
- .c.o:
- $(CC) -c $(CFLAGS) $*.c
diff --git a/sysutils/mbmon/pkg-comment b/sysutils/mbmon/pkg-comment
deleted file mode 100644
index 3d2d057a2367..000000000000
--- a/sysutils/mbmon/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-X/tty motherboard monitor for LM78/79, W8378x, AS99127F and VT82C686
diff --git a/sysutils/mbmon/pkg-descr b/sysutils/mbmon/pkg-descr
deleted file mode 100644
index ee95fa4f82b7..000000000000
--- a/sysutils/mbmon/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-This is an X/tty motherboard monitor which supports LM78/79, WINBond
-83781D/83782D/83783S, ASUS 991227F, and VIA VT82C686A/B PC-health
-chips via 3 methods: ISA-I/O, SMBus, VIA-direct.
-
-Run "mbmon -h" or "xmbmon -help" to see the usage.
-
-***CAUTION***
-
-These programs access to the SMBus or the ISA-IO port directly under
-the superuser privilege, so it may cause a system crash. Please test
-"mbmon -d" or "xmbmon -debug" first.
-
-WWW: http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/download.html
---
-kaz
diff --git a/sysutils/mbmon/pkg-plist b/sysutils/mbmon/pkg-plist
deleted file mode 100644
index 41899367969f..000000000000
--- a/sysutils/mbmon/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-bin/mbmon
-bin/xmbmon
-%%PORTDOCS%%share/doc/xmbmon/00README.txt
-%%PORTDOCS%%share/doc/xmbmon/00READMEj.txt
-%%PORTDOCS%%share/doc/xmbmon/DEBUG_Info
-%%PORTDOCS%%share/doc/xmbmon/xmbmon.resources
-%%PORTDOCS%%@dirrm share/doc/xmbmon