diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2003-10-07 16:57:54 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2003-10-07 16:57:54 +0000 |
commit | 976162173c20793ab8246094c1175fb2c7f76e46 (patch) | |
tree | d16f1a2cc6065bf7ffbcced11305f448470d34ab /sysutils/aaccli | |
parent | b29ce2f10b60df3ba1a2cdd74b6e0640a7f265da (diff) | |
download | ports-976162173c20793ab8246094c1175fb2c7f76e46.tar.gz ports-976162173c20793ab8246094c1175fb2c7f76e46.zip |
Add the FreeBSD native version of the aac(4) RAID tools.
Submitted by: scottl
Notes
Notes:
svn path=/head/; revision=90533
Diffstat (limited to 'sysutils/aaccli')
-rw-r--r-- | sysutils/aaccli/Makefile | 30 | ||||
-rw-r--r-- | sysutils/aaccli/distinfo.i386 | 1 | ||||
-rw-r--r-- | sysutils/aaccli/pkg-descr | 8 | ||||
-rw-r--r-- | sysutils/aaccli/pkg-plist.i386 | 1 |
4 files changed, 40 insertions, 0 deletions
diff --git a/sysutils/aaccli/Makefile b/sysutils/aaccli/Makefile new file mode 100644 index 000000000000..2019bdb71438 --- /dev/null +++ b/sysutils/aaccli/Makefile @@ -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> diff --git a/sysutils/aaccli/distinfo.i386 b/sysutils/aaccli/distinfo.i386 new file mode 100644 index 000000000000..2b9125c692fc --- /dev/null +++ b/sysutils/aaccli/distinfo.i386 @@ -0,0 +1 @@ +MD5 (aaccli-1.0_0.tgz) = 7f1f68deb146f43a8a880bc28e64954e diff --git a/sysutils/aaccli/pkg-descr b/sysutils/aaccli/pkg-descr new file mode 100644 index 000000000000..72a13631529f --- /dev/null +++ b/sysutils/aaccli/pkg-descr @@ -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/ diff --git a/sysutils/aaccli/pkg-plist.i386 b/sysutils/aaccli/pkg-plist.i386 new file mode 100644 index 000000000000..a6c93606f1c4 --- /dev/null +++ b/sysutils/aaccli/pkg-plist.i386 @@ -0,0 +1 @@ +bin/aaccli |