Add the FreeBSD native version of the aac(4) RAID tools.
Submitted by: scottl
This commit is contained in:
parent
b29ce2f10b
commit
976162173c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90533
5 changed files with 41 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
SUBDIR += LPRng
|
||||
SUBDIR += LPRngTool
|
||||
SUBDIR += Tee
|
||||
SUBDIR += aaccli
|
||||
SUBDIR += abck
|
||||
SUBDIR += acidlaunch
|
||||
SUBDIR += adtool
|
||||
|
|
30
sysutils/aaccli/Makefile
Normal file
30
sysutils/aaccli/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
# New ports collection makefile for: aaccli
|
||||
# Date created: 7 October 2003
|
||||
# Whom: bms@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= aaccli
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://people.freebsd.org/~scottl/aac/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}_0
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= bms@FreeBSD.org
|
||||
COMMENT= Adaptec SCSI RAID administration tool
|
||||
|
||||
RESTRICTED= "May not be redistributed in binary form"
|
||||
NO_CDROM= yes
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
PLIST= ${MASTERDIR}/pkg-plist.${MACHINE_ARCH}
|
||||
MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH}
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
do-install:
|
||||
${PKG_ADD} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
.include <bsd.port.mk>
|
1
sysutils/aaccli/distinfo.i386
Normal file
1
sysutils/aaccli/distinfo.i386
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (aaccli-1.0_0.tgz) = 7f1f68deb146f43a8a880bc28e64954e
|
8
sysutils/aaccli/pkg-descr
Normal file
8
sysutils/aaccli/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
Red Hat Linux 8.0 shipping version of Dell's PERC RAID utilities.
|
||||
|
||||
The afacli application consists of a command line interface (CLI)
|
||||
that lets you perform storage management tasks related to
|
||||
managing controllers, disks, containers, and enclosure devices
|
||||
by providing a variety of commands.
|
||||
|
||||
WWW: http://support.dell.com/
|
1
sysutils/aaccli/pkg-plist.i386
Normal file
1
sysutils/aaccli/pkg-plist.i386
Normal file
|
@ -0,0 +1 @@
|
|||
bin/aaccli
|
Loading…
Reference in a new issue