From 2e7e41475b71ae3cb78803d85debf106660299db Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Fri, 6 Apr 2007 21:45:12 +0000 Subject: [PATCH] * added ipmiutil (1.9.3) - A set of IPMI Management Utilities git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20625 10447126-35f2-4685-b0cf-6dd780d3921f --- monitor/ipmiutil/ipmiutil.cache | 31 +++++++++++++++++++++ monitor/ipmiutil/ipmiutil.conf | 22 +++++++++++++++ monitor/ipmiutil/ipmiutil.desc | 36 +++++++++++++++++++++++++ monitor/ipmiutil/no-gzip-manpages.patch | 24 +++++++++++++++++ monitor/ipmiutil/string_h.patch | 26 ++++++++++++++++++ 5 files changed, 139 insertions(+) create mode 100644 monitor/ipmiutil/ipmiutil.cache create mode 100644 monitor/ipmiutil/ipmiutil.conf create mode 100644 monitor/ipmiutil/ipmiutil.desc create mode 100644 monitor/ipmiutil/no-gzip-manpages.patch create mode 100644 monitor/ipmiutil/string_h.patch diff --git a/monitor/ipmiutil/ipmiutil.cache b/monitor/ipmiutil/ipmiutil.cache new file mode 100644 index 000000000..1564e12b8 --- /dev/null +++ b/monitor/ipmiutil/ipmiutil.cache @@ -0,0 +1,31 @@ + +[TIMESTAMP] 1175894908 Fri Apr 6 23:28:28 2007 +[BUILDTIME] 25 (5) +[SIZE] 1.35 MB, 48 files + +[DEP] 00-dirtree +[DEP] autoconf +[DEP] bash +[DEP] binutils +[DEP] bzip2 +[DEP] coreutils +[DEP] diffutils +[DEP] findutils +[DEP] freeipmi +[DEP] gawk +[DEP] gcc +[DEP] glibc +[DEP] grep +[DEP] libgcrypt +[DEP] libgpg-error +[DEP] linux-header +[DEP] m4 +[DEP] make +[DEP] mktemp +[DEP] openssl +[DEP] patch +[DEP] perl +[DEP] sed +[DEP] sysfiles +[DEP] tar +[DEP] util-linux diff --git a/monitor/ipmiutil/ipmiutil.conf b/monitor/ipmiutil/ipmiutil.conf new file mode 100644 index 000000000..da3396b54 --- /dev/null +++ b/monitor/ipmiutil/ipmiutil.conf @@ -0,0 +1,22 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../ipmiutil/ipmiutil.conf +# Copyright (C) 2007 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. A copy of the +# GNU General Public License can be found in the file COPYING. +# --- SDE-COPYRIGHT-NOTE-END --- + +# freeipmi support +if pkginstalled freeipmi ; then + pkgprefix -t freeipmi + var_append CPPFLAGS ' ' "-DHAVE_GNU" + var_append LDFLAGS ' ' "-lfreeipmi" + var_append LDFLAGS ' ' "-L$root$( pkgprefix libdir freeipmi )" + export CPPFLAGS LDFLAGS +fi diff --git a/monitor/ipmiutil/ipmiutil.desc b/monitor/ipmiutil/ipmiutil.desc new file mode 100644 index 000000000..6d47bf5b4 --- /dev/null +++ b/monitor/ipmiutil/ipmiutil.desc @@ -0,0 +1,36 @@ +[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] +[COPY] Filename: package/.../ipmiutil/ipmiutil.desc +[COPY] Copyright (C) 2007 The OpenSDE Project +[COPY] +[COPY] More information can be found in the files COPYING and README. +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; version 2 of the License. A copy of the +[COPY] GNU General Public License can be found in the file COPYING. +[COPY] --- SDE-COPYRIGHT-NOTE-END --- + +[I] A set of IPMI Management Utilities + +[T] ipmiutil provides various tools to manage an IPMI system, such as view +[T] the IPMI firmware log, perform an IPMI reset, configure the firmware LAN +[T] interface, get and set sensor thresholds etc. +[T] It supports any IPMI 1.5 or IPMI 2.0 platform. + +[U] http://ipmiutil.sourceforge.net + +[A] Andy Cress +[M] Christian Wiese + +[C] extra/tool + +[F] NOPARALLEL + +[L] BSD +[S] Stable +[V] 1.9.3 +[P] X -----5---9 800.000 + +[D] 2737558870 ipmiutil-1.9.3.tar.gz http://dl.sourceforge.net/sourceforge/ipmiutil/ diff --git a/monitor/ipmiutil/no-gzip-manpages.patch b/monitor/ipmiutil/no-gzip-manpages.patch new file mode 100644 index 000000000..0e70f4597 --- /dev/null +++ b/monitor/ipmiutil/no-gzip-manpages.patch @@ -0,0 +1,24 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../ipmiutil/no-gzip-manpages.patch +# Copyright (C) 2007 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This patch file is dual-licensed. It is available under the license the +# patched project is licensed under, as long as it is an OpenSource license +# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms +# of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# --- SDE-COPYRIGHT-NOTE-END --- + +--- ./doc/Makefile.orig 2007-04-06 22:50:32.000000000 +0200 ++++ ./doc/Makefile 2007-04-06 22:50:48.000000000 +0200 +@@ -46,5 +46,4 @@ + ${INSTALL_SCRIPT} checksel ${datato} + ${INSTALL_SCRIPT} wdt.sh ${datato} + ${INSTALL_SCRIPT} ipmi_if.sh ${datato} +- cd ${DESTDIR}${mandir}/man8; gzip -f *.8 + diff --git a/monitor/ipmiutil/string_h.patch b/monitor/ipmiutil/string_h.patch new file mode 100644 index 000000000..769db1340 --- /dev/null +++ b/monitor/ipmiutil/string_h.patch @@ -0,0 +1,26 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../ipmiutil/string_h.patch +# Copyright (C) 2007 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This patch file is dual-licensed. It is available under the license the +# patched project is licensed under, as long as it is an OpenSource license +# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms +# of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# --- SDE-COPYRIGHT-NOTE-END --- + +--- ./util/ipmilanplus.c.orig 2007-04-06 23:26:06.000000000 +0200 ++++ ./util/ipmilanplus.c 2007-04-06 23:26:30.000000000 +0200 +@@ -8,6 +8,7 @@ + */ + #include + #include ++#include + + // #define DEBUG 1 + #ifndef HAVE_LANPLUS