ports/179321: New port: sysutils/storcli SAS MegaRAID FreeBSD StorCLI

Hiroshi Fujishima h-fujishima at sakura.ad.jp
Wed Jun 5 04:20:00 UTC 2013


>Number:         179321
>Category:       ports
>Synopsis:       New port: sysutils/storcli SAS MegaRAID FreeBSD StorCLI
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 05 04:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Hiroshi Fujishima
>Release:        
>Organization:
>Environment:
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	storcli
#	storcli/distinfo
#	storcli/Makefile
#	storcli/pkg-descr
#
echo c - storcli
mkdir -p storcli > /dev/null 2>&1
echo x - storcli/distinfo
sed 's/^X//' >storcli/distinfo << '4e22cce8bda5a5ad020be08678e03541'
XSHA256 (1.04.07_StorCLI.zip) = 1b574ce70d6dfa079f200dd1491fa18478098ef17341a45b26f89516d885b957
XSIZE (1.04.07_StorCLI.zip) = 25015516
4e22cce8bda5a5ad020be08678e03541
echo x - storcli/Makefile
sed 's/^X//' >storcli/Makefile << 'efc1d0b360c0f1e7fb16b8e554e348f2'
X# Created by: Hiroshi Fujishima <h-fujishima at sakura.ad.jp>
X# $FreeBSD$
X
XPORTNAME=	storcli
XPORTVERSION=	1.04.07
XCATEGORIES=	sysutils
XMASTER_SITES=	http://www.lsi.com/downloads/Public/MegaRAID%20Common%20Files/
XDISTNAME=	${PORTVERSION}_StorCLI
X
XMAINTAINER=	h-fujishima at sakura.ad.jp
XCOMMENT=	SAS MegaRAID FreeBSD StorCLI
X
XRESTRICTED=	Source recipient must acknowledge license. Reproduction or redistribution prohibited. See http://www.lsi.com/Pages/user/eula.aspx
X
XFETCH_BEFORE_ARGS=	-o ${DISTDIR}/${DISTFILES}
X
XONLY_FOR_ARCHS=	i386 amd64
X
XUSE_ZIP=	yes
XNO_BUILD=	yes
XNO_WRKSUBDIR=	yes
X
XPLIST_FILES=	sbin/storcli
X
Xpre-fetch:
X	@${FETCH_BINARY} -o /dev/null http://www.lsi.com/magic.axd\?x=e\&file=${MASTER_SITES}${DISTNAME}
X
X.include <bsd.port.pre.mk>
Xpost-extract:
X.if ${ARCH} == "i386"
X	@cd ${WRKSRC}/FreeBSD && ${UNZIP_CMD} ${EXTRACT_BEFORE_ARGS} storcli.zip
X.elif ${ARCH} == "amd64"
X	@cd ${WRKSRC}/FreeBSD && ${UNZIP_CMD} ${EXTRACT_BEFORE_ARGS} storcli64.zip
X.endif
X
Xdo-install:
X.if ${ARCH} == "i386"
X		${INSTALL_PROGRAM} ${WRKSRC}/FreeBSD/storcli   ${PREFIX}/sbin/storcli
X.elif ${ARCH} == "amd64"
X		${INSTALL_PROGRAM} ${WRKSRC}/FreeBSD/storcli64 ${PREFIX}/sbin/storcli
X.endif
X.include <bsd.port.post.mk>
efc1d0b360c0f1e7fb16b8e554e348f2
echo x - storcli/pkg-descr
sed 's/^X//' >storcli/pkg-descr << 'b59db8f380c56232fe0bf9637df7f31d'
XThe Storage Command Line Tool (StorCLI) is the command line management
Xsoftware designed for the MegaRAID product line. The StorCLI is a
Xcommand line interface that is designed to be easy to use, consistent,
Xand easy to script.  This document is the reference manual for
Xinstalling and using the Storage Command Line Tool, and it explains
Xthe various features of the Storage Command Line Tool.
b59db8f380c56232fe0bf9637df7f31d
exit



>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list