sysutils/spcm: Update to 0.5.8
Several small UI improvements A few bug fixes Changes: https://github.com/outpaddling/spcm/releases
This commit is contained in:
parent
071f3a16c9
commit
238caeecc2
4 changed files with 7 additions and 8 deletions
|
@ -1,16 +1,15 @@
|
|||
PORTNAME= spcm
|
||||
DISTVERSION= 0.5.7-6
|
||||
DISTVERSIONSUFFIX= -g735cb35
|
||||
DISTVERSION= 0.5.8
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= jwb@FreeBSD.org
|
||||
COMMENT= Tools for building and managing HPC clusters
|
||||
WWW= http://acadix.biz/cluster-admin.php
|
||||
WWW= https://acadix.biz/cluster-admin.php
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= auto-admin>=0.7.12:sysutils/auto-admin
|
||||
RUN_DEPENDS= auto-admin>=0.8.0:sysutils/auto-admin
|
||||
|
||||
USE_GITHUB= yes
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1659616907
|
||||
SHA256 (outpaddling-SPCM-0.5.7-6-g735cb35_GH0.tar.gz) = d23535b841d8aeb7f26f523efa29204b24a21dcd693962948112dda3df5ec0ee
|
||||
SIZE (outpaddling-SPCM-0.5.7-6-g735cb35_GH0.tar.gz) = 128042
|
||||
TIMESTAMP = 1697893369
|
||||
SHA256 (outpaddling-SPCM-0.5.8_GH0.tar.gz) = 5c62da9742447b2f8852a880927049ff5bc0938a06d96453c2db4a22c941700e
|
||||
SIZE (outpaddling-SPCM-0.5.8_GH0.tar.gz) = 129069
|
||||
|
|
|
@ -4,7 +4,6 @@ Computing) cluster.
|
|||
|
||||
It is the only portable cluster management suite we are aware of
|
||||
and is designed to be easily adapted to most POSIX platforms.
|
||||
|
||||
SPCM automates the process of configuring a head node, compute
|
||||
nodes, file servers, and visualization nodes. Most common management
|
||||
tasks can be performed using a simple menu interface, while additional
|
||||
|
|
|
@ -113,6 +113,7 @@ sbin/cluster-wip-checkout
|
|||
sbin/cluster-wip-update
|
||||
sbin/compute-node-set-arc-max
|
||||
sbin/node-iftop
|
||||
sbin/node-power-on
|
||||
sbin/node-set-type
|
||||
sbin/node-sync-all-users
|
||||
sbin/node-sync-groups
|
||||
|
|
Loading…
Reference in a new issue