From owner-freebsd-ports Fri Aug 31 6: 0:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C8C7B37B409 for ; Fri, 31 Aug 2001 06:00:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7VD01876565; Fri, 31 Aug 2001 06:00:01 -0700 (PDT) (envelope-from gnats) Received: from ns.kobe1995.net (211.12.126.15.user.dt.il24.net [211.12.126.15]) by hub.freebsd.org (Postfix) with ESMTP id 18F2637B407 for ; Fri, 31 Aug 2001 05:50:29 -0700 (PDT) Received: from safa.kobe1995.net (root@safa [192.168.0.7]) by ns.kobe1995.net (8.8.8/3.7W-primary) with ESMTP id VAA09917; Fri, 31 Aug 2001 21:50:22 +0900 (JST) Received: (from kaz@localhost) by safa.kobe1995.net (8.11.3/3.4Wbeta6-glove) id f7VCoLQ10971; Fri, 31 Aug 2001 21:50:22 +0900 (JST) Message-Id: <200108311250.f7VCoLQ10971@safa.kobe1995.net> Date: Fri, 31 Aug 2001 21:50:22 +0900 (JST) From: NAKAMURA Kazushi Reply-To: kaz@kobe1995.net To: FreeBSD-gnats-submit@freebsd.org Cc: me@ns.kobe1995.net X-Send-Pr-Version: 3.113 Subject: ports/30233: new port: xmbmon Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30233 >Category: ports >Synopsis: new port: xmbmon >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 31 06:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: NAKAMURA Kazushi >Release: FreeBSD 4.3-RELEASE i386 >Organization: PCshop LABBIT >Environment: System: FreeBSD safa.kobe1995.net 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sun Jul 15 23:32:38 JST 2001 kaz@safa.kobe1995.net:/usr/src/sys/compile/KOBESMP i386 M/B: FW-6280BXDR/155(440BX),ECS D6VAA(VIA AppoloPro133A) >Description: New port: xmbmon - X mothoer board monitor >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: # # xmbmon # xmbmon/Makefile # xmbmon/pkg-plist # xmbmon/pkg-descr # xmbmon/pkg-comment # xmbmon/files # xmbmon/files/patch-aa # xmbmon/distinfo # echo c - xmbmon mkdir -p xmbmon > /dev/null 2>&1 echo x - xmbmon/Makefile sed 's/^X//' >xmbmon/Makefile << 'END-of-xmbmon/Makefile' X# ports collection makefile for: xmbmon X# Date created: 2001/08/30 X# Whom: kaz X# X# $FreeBSD$ X# X XPORTNAME= xmbmon XPORTVERSION= 106pl1 XCATEGORIES= sysutils XMASTER_SITES= http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/ XDISTNAME= xmbmon106pl1 X XMAINTAINER= kaz@kobe1995.net X XGNU_CONFIGURE= yes XUSE_X_PREFIX= yes X XHDDOCDIR= ${PREFIX}/share/doc/xmbmon X X.include X Xpost-install: X.if !defined(NOPORTDOCS) X @if ! [ -d ${HDDOCDIR} ]; then ${MKDIR} ${HDDOCDIR}; fi X ${INSTALL_DATA} ${WRKSRC}/00README.txt ${HDDOCDIR} X ${INSTALL_DATA} ${WRKSRC}/00READMEj.txt ${HDDOCDIR} X ${INSTALL_DATA} ${WRKSRC}/DEBUG_Info ${HDDOCDIR} X ${INSTALL_DATA} ${WRKSRC}/xmbmon.resources ${HDDOCDIR} X.endif X X.include END-of-xmbmon/Makefile echo x - xmbmon/pkg-plist sed 's/^X//' >xmbmon/pkg-plist << 'END-of-xmbmon/pkg-plist' Xbin/mbmon Xbin/xmbmon X%%PORTDOCS%%share/doc/xmbmon/00README.txt X%%PORTDOCS%%share/doc/xmbmon/00READMEj.txt X%%PORTDOCS%%share/doc/xmbmon/DEBUG_Info X%%PORTDOCS%%share/doc/xmbmon/xmbmon.resources X%%PORTDOCS%%@dirrm share/doc/xmbmon END-of-xmbmon/pkg-plist echo x - xmbmon/pkg-descr sed 's/^X//' >xmbmon/pkg-descr << 'END-of-xmbmon/pkg-descr' XThis is a X and tty motherboard monitor uses the LM78/79, XWINBond 83781D/83782D/83783S, ASUS 991227F, or the VIA VT82C686A/B XPC-health chips, via 3 methods: ISA-I/O, SMBus, VIA-direct. X"mbmon -h" or "xmbmon -help" shows their help. X X***CAUTION*** XThis programs accesses SMBus or ISA-IO port directly with superuser Xpermission. So it may occur system crash. XPlease test "mbmon -d" or "xmbmon -debug" first. X-- Xkaz END-of-xmbmon/pkg-descr echo x - xmbmon/pkg-comment sed 's/^X//' >xmbmon/pkg-comment << 'END-of-xmbmon/pkg-comment' XX and tty motherboard monitor(LM78/79,W8378x,AS99127F,VT82C686) END-of-xmbmon/pkg-comment echo c - xmbmon/files mkdir -p xmbmon/files > /dev/null 2>&1 echo x - xmbmon/files/patch-aa sed 's/^X//' >xmbmon/files/patch-aa << 'END-of-xmbmon/files/patch-aa' X--- Makefile.in- Thu Aug 30 21:06:57 2001 X+++ Makefile.in Fri Aug 31 20:40:36 2001 X@@ -33,7 +33,7 @@ X RM=rm -f X INSTALL=install X X-INST_DIR=/usr/local/bin X+INST_DIR=/usr/X11R6/bin X INST_XDIR=/usr/X11R6/bin X INST_XRDIR=/usr/X11R6/lib/X11/app-defaults X END-of-xmbmon/files/patch-aa echo x - xmbmon/distinfo sed 's/^X//' >xmbmon/distinfo << 'END-of-xmbmon/distinfo' XMD5 (xmbmon106pl1.tar.gz) = 54caa4b19caefd461129b8dc25f7c008 END-of-xmbmon/distinfo exit -- Ãæ¼Ï»֡÷¿À¸Í NAKAMURA Kazushi@KOBE FreeBSD - Available for IA32 (Intel x86) and Alpha architectures - IA64 (Itanium), PowerPC, and ARM architectures under development >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message