From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 31 13:40:24 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2363316A4CE for ; Sun, 31 Oct 2004 13:40:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0626243D1F for ; Sun, 31 Oct 2004 13:40:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9VDeNeE032597 for ; Sun, 31 Oct 2004 13:40:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9VDeNQO032596; Sun, 31 Oct 2004 13:40:23 GMT (envelope-from gnats) Resent-Date: Sun, 31 Oct 2004 13:40:23 GMT Resent-Message-Id: <200410311340.i9VDeNQO032596@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Frolov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C83316A4CE for ; Sun, 31 Oct 2004 13:32:10 +0000 (GMT) Received: from nerve.riss-telecom.ru (nerve.riss-telecom.ru [80.66.65.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05DA543D2F for ; Sun, 31 Oct 2004 13:32:09 +0000 (GMT) (envelope-from frol@nerve.riss-telecom.ru) Received: from nerve.riss-telecom.ru (localhost [127.0.0.1]) by nerve.riss-telecom.ru (8.13.1/8.13.1) with ESMTP id i9VDVpAF040381; Sun, 31 Oct 2004 19:31:51 +0600 (NOVT) (envelope-from frol@nerve.riss-telecom.ru) Received: (from frol@localhost) by nerve.riss-telecom.ru (8.13.1/8.13.1/Submit) id i9VDVpkq040380; Sun, 31 Oct 2004 19:31:51 +0600 (NOVT) (envelope-from frol) Message-Id: <200410311331.i9VDVpkq040380@nerve.riss-telecom.ru> Date: Sun, 31 Oct 2004 19:31:51 +0600 (NOVT) From: Dmitry Frolov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/73339: New port: sysutils/ipmitool CLI to manage IPMI systems (over network) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dmitry Frolov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Oct 2004 13:40:24 -0000 >Number: 73339 >Category: ports >Synopsis: New port: sysutils/ipmitool CLI to manage IPMI systems (over network) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 31 13:40:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dmitry Frolov >Release: FreeBSD 5.3-BETA7 i386 >Organization: RISS-Telecom >Environment: System: FreeBSD nerve.riss-telecom.ru 5.3-BETA7 FreeBSD 5.3-BETA7 #15: Mon Oct 18 21:37:07 NOVST 2004 >Description: Quoting IPMITool homepage: "IPMItool is a simple command-line interface to systems that support the Intelligent Platform Management Interface (IPMI) v1.5 specification. It provides the ability to read the SDR and print sensor values, display the contents of the SEL, print FRU information, read and set LAN configuration parameters, and perform chassis power control." Currently only LAN and LANPlus interfaces are supported on FreeBSD. WWW: http://ipmitool.sourceforge.net/ >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: # # ipmitool/Makefile # ipmitool/distinfo # ipmitool/pkg-descr # echo x - ipmitool/Makefile sed 's/^X//' >ipmitool/Makefile << 'END-of-ipmitool/Makefile' X# New ports collection makefile for: ipmitool X# Date created: 25.10.2004 X# Whom: Dmitry Frolov X# X# $FreeBSD$ X# X XPORTNAME= ipmitool XPORTVERSION= 1.6.0 XCATEGORIES= sysutils XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XPATCH_SITES= ftp://ftp.riss-telecom.ru/pub/patches/ XPATCHFILES= ${DISTNAME}-fbsd1.diff X XMAINTAINER= frolov@riss-telecom.ru XCOMMENT= CLI to manage IPMI systems X XUSE_BZIP2= yes XUSE_GMAKE= yes XUSE_OPENSSL= yes XGNU_CONFIGURE= yes XCONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} X# On FreeBSD only lan and lanplus interfaces are supported at this time XCONFIGURE_ARGS+= --enable-intf-lan --enable-intf-lanplus \ X --disable-intf-open --disable-intf-imb --disable-intf-lipmi XPLIST_FILES= bin/ipmitool bin/ipmievd XPLIST_DIRS= share/${PORTNAME} XPORTDOCS= README AUTHORS ChangeLog COPYING XMAN1+= ${PORTNAME}.1 X XDATAFILES= bmclanconf ipmi.init README collect_data.sh \ X create_rrds.sh create_webpage_compact.sh create_webpage.sh X.for f in ${DATAFILES} XPLIST_FILES+= share/${PORTNAME}/${f} X.endfor X X.include END-of-ipmitool/Makefile echo x - ipmitool/distinfo sed 's/^X//' >ipmitool/distinfo << 'END-of-ipmitool/distinfo' XMD5 (ipmitool-1.6.0.tar.bz2) = 5f95cfc69531ee783eac5ec3939115b8 XSIZE (ipmitool-1.6.0.tar.bz2) = 358005 XMD5 (ipmitool-1.6.0-fbsd1.diff) = 12183edd1de2a6197ea9a5d19d64aa30 XSIZE (ipmitool-1.6.0-fbsd1.diff) = 5646 END-of-ipmitool/distinfo echo x - ipmitool/pkg-descr sed 's/^X//' >ipmitool/pkg-descr << 'END-of-ipmitool/pkg-descr' XQuoting IPMITool homepage: X X"IPMItool is a simple command-line interface to systems that support the XIntelligent Platform Management Interface (IPMI) v1.5 specification. It Xprovides the ability to read the SDR and print sensor values, display Xthe contents of the SEL, print FRU information, read and set LAN Xconfiguration parameters, and perform chassis power control." X XCurrently only LAN and LANPlus interfaces are supported on FreeBSD. X XWWW: http://ipmitool.sourceforge.net/ END-of-ipmitool/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: