diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-12-15 15:06:26 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-12-15 15:06:26 +0800 |
commit | cf055c7042e7ed87090479442ea9e883d142b24d (patch) | |
tree | faebbf8ec720c7b920a2d4435e91da87ef6ecaf9 /sysutils | |
parent | 7eb253dd361e10834ce25df1665ea616ca7acd45 (diff) | |
download | freebsd-ports-gnome-cf055c7042e7ed87090479442ea9e883d142b24d.tar.gz freebsd-ports-gnome-cf055c7042e7ed87090479442ea9e883d142b24d.tar.zst freebsd-ports-gnome-cf055c7042e7ed87090479442ea9e883d142b24d.zip |
- Update to 1.0.10
- Update pkg-descr
Changes: http://savannah.gnu.org/forum/forum.php?forum_id=7058
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/freeipmi/Makefile | 2 | ||||
-rw-r--r-- | sysutils/freeipmi/distinfo | 4 | ||||
-rw-r--r-- | sysutils/freeipmi/pkg-descr | 10 |
3 files changed, 11 insertions, 5 deletions
diff --git a/sysutils/freeipmi/Makefile b/sysutils/freeipmi/Makefile index e9d3db1425f6..3b8bea73b70a 100644 --- a/sysutils/freeipmi/Makefile +++ b/sysutils/freeipmi/Makefile @@ -6,7 +6,7 @@ # PORTNAME= freeipmi -PORTVERSION= 1.0.8 +PORTVERSION= 1.0.10 CATEGORIES= sysutils MASTER_SITES= GNU/${PORTNAME}/ \ http://ftp.gluster.com/pub/${PORTNAME}/${PORTVERSION}/ \ diff --git a/sysutils/freeipmi/distinfo b/sysutils/freeipmi/distinfo index c5c3535988d1..5f15845be83a 100644 --- a/sysutils/freeipmi/distinfo +++ b/sysutils/freeipmi/distinfo @@ -1,2 +1,2 @@ -SHA256 (freeipmi-1.0.8.tar.gz) = f719e7ba64f8a716412631d811d1634c06feaf9f3abf938d5e2995ba66d42ada -SIZE (freeipmi-1.0.8.tar.gz) = 3191387 +SHA256 (freeipmi-1.0.10.tar.gz) = 36755be36acc85a8924675739783fa08ab2619d52bdd89e2abf31a48b61e1482 +SIZE (freeipmi-1.0.10.tar.gz) = 3196447 diff --git a/sysutils/freeipmi/pkg-descr b/sysutils/freeipmi/pkg-descr index 13ab9668276c..9292b9587953 100644 --- a/sysutils/freeipmi/pkg-descr +++ b/sysutils/freeipmi/pkg-descr @@ -1,4 +1,10 @@ -FreeIPMI is a library and a set tools to control Intelligent Platform -Management Interface (IPMI) capable hardware. +FreeIPMI provides in-band and out-of-band IPMI software based on the IPMI +v1.5/2.0 specification. The IPMI specification defines a set of interfaces for +platform management and is implemented by a number vendors for system +management. The features of IPMI that most users will be interested in are +sensor monitoring, system event monitoring, power control, and serial-over-LAN +(SOL). The FreeIPMI tools and libraries should provide users with the ability to +access and utilize these and many other features. A number of useful features +for large HPC or cluster environments have also been implemented into FreeIPMI. WWW: http://www.gnu.org/software/freeipmi/ |