From frol@nerve.riss-telecom.ru  Sun Oct 31 13:32:10 2004
Return-Path: <frol@nerve.riss-telecom.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2C83316A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <frolov@riss-telecom.ru>
Reply-To: Dmitry Frolov <frolov@riss-telecom.ru>
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: sysutils/ipmitool CLI to manage IPMI systems (over network)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         73339
>Category:       ports
>Synopsis:       New port: sysutils/ipmitool CLI to manage IPMI systems (over network)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    nork
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 31 13:40:23 GMT 2004
>Closed-Date:    Thu Dec 23 10:56:44 GMT 2004
>Last-Modified:  Thu Dec 23 10:56:44 GMT 2004
>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 <frol@nov.net>
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 <bsd.port.mk>
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:
Responsible-Changed-From-To: freebsd-ports-bugs->nork 
Responsible-Changed-By: nork 
Responsible-Changed-When: Sun Oct 31 13:41:41 GMT 2004 
Responsible-Changed-Why:  
I'll handle this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=73339 
State-Changed-From-To: open->closed 
State-Changed-By: nork 
State-Changed-When: Thu Dec 23 10:56:22 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=73249 
State-Changed-From-To: open->closed 
State-Changed-By: nork 
State-Changed-When: Thu Dec 23 10:56:22 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=73339 
>Unformatted:
