sysutils/hptcli: HighPoint storage controllers management CLI

Command Line Interface (CLI) for HighPoint Technologies raid management

WWW: http://www.highpoint-tech.com/USA_new/cs-service_support.htm
This commit is contained in:
William Grzybowski 2014-01-07 13:31:52 +00:00
parent 254efb3968
commit 5ca1586219
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339005
5 changed files with 47 additions and 0 deletions

View file

@ -386,6 +386,7 @@
SUBDIR += hoz
SUBDIR += hpacucli
SUBDIR += hploscripts
SUBDIR += hptcli
SUBDIR += hs-angel
SUBDIR += hs-cpu
SUBDIR += htop

38
sysutils/hptcli/Makefile Normal file
View file

@ -0,0 +1,38 @@
# Created by: William Grzybowski <wg@FreeBSD.org>
# $FreeBSD$
PORTNAME= hptcli
PORTVERSION= 3.6
CATEGORIES= sysutils
MASTER_SITES= http://www.highpoint-tech.com/BIOS_Driver/HRM/FreeBSD/
DISTNAME= CLI-FreeBSD-3.6-1-120913
MAINTAINER= wg@FreeBSD.org
COMMENT= HighPoint storage controllers management CLI
EXTRACT_SUFX= .tgz
RESTRICTED= Redistribution is not allowed
ONLY_FOR_ARCHS= i386 amd64
WRKSRC= ${WRKDIR}
NO_BUILD= yes
post-extract:
cd ${WRKDIR} && ${TAR} -xf hptraidconf-3.6-1.tbz && \
${TAR} -xf hptsvr-3.6-1.tbz
.include <bsd.port.pre.mk>
do-install:
#@${MKDIR} ${STAGEDIR}${PREFIX}
${INSTALL_MAN} ${WRKSRC}/hptraidconf.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
.if ${ARCH} == "i386"
${INSTALL_DATA} ${WRKSRC}/hptraidconf-8.0 ${STAGEDIR}${PREFIX}/bin/hptraidconf
${INSTALL_DATA} ${WRKSRC}/hptsvr-3.6/hptsvr-8.0 ${STAGEDIR}${PREFIX}/sbin/hptsvr
.else
${INSTALL_DATA} ${WRKSRC}/hptraidconf-8.0.amd64 ${STAGEDIR}${PREFIX}/bin/hptraidconf
${INSTALL_DATA} ${WRKSRC}/hptsvr-3.6/hptsvr-8.0.amd64 ${STAGEDIR}${PREFIX}/sbin/hptsvr
.endif
.include <bsd.port.post.mk>

2
sysutils/hptcli/distinfo Normal file
View file

@ -0,0 +1,2 @@
SHA256 (CLI-FreeBSD-3.6-1-120913.tgz) = 3945802c7063899c1870c844ee09128f52ddb704b03aae585c17722a98d9d774
SIZE (CLI-FreeBSD-3.6-1-120913.tgz) = 8963206

View file

@ -0,0 +1,3 @@
Command Line Interface (CLI) for HighPoint Technologies raid management
WWW: http://www.highpoint-tech.com/USA_new/cs-service_support.htm

View file

@ -0,0 +1,3 @@
bin/hptraidconf
man/man1/hptraidconf.1.gz
sbin/hptsvr