diff options
author | bms <bms@FreeBSD.org> | 2003-10-08 00:57:54 +0800 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2003-10-08 00:57:54 +0800 |
commit | 681baa46003aa2b3457d559f94f410bb4cb9b25b (patch) | |
tree | 76c0afa8a6f107e6176aeb140f53bcacbfa03cbf /sysutils | |
parent | 2e2a1f7ab4ae08ef6e2f8728ba6d7678ef764770 (diff) | |
download | freebsd-ports-gnome-681baa46003aa2b3457d559f94f410bb4cb9b25b.tar.gz freebsd-ports-gnome-681baa46003aa2b3457d559f94f410bb4cb9b25b.tar.zst freebsd-ports-gnome-681baa46003aa2b3457d559f94f410bb4cb9b25b.zip |
Add the FreeBSD native version of the aac(4) RAID tools.
Submitted by: scottl
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-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 |
5 files changed, 41 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index b3cc1dae8cd9..faf2d87391a2 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -5,6 +5,7 @@ SUBDIR += LPRng SUBDIR += LPRngTool SUBDIR += Tee + SUBDIR += aaccli SUBDIR += abck SUBDIR += acidlaunch SUBDIR += adtool 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 |