diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2003-10-06 11:56:16 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2003-10-06 11:56:16 +0000 |
commit | cabddf495783070ad8095972155635841ac14a0b (patch) | |
tree | bddedcd6fbf2867213a88bdff5296b5bb4e42c9c /sysutils | |
parent | Add the Linux version of the KDE arts sound library (it is an unlikely (diff) |
Add the Linux binaries for the Dell RAID tools. These have been tested and
known to work with a Dell PowerEdge 2400's onboard PERC 2/Si, with firmware
version 2.1.
Reviewed by: edwin
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/linux-afaapps/Makefile | 48 | ||||
-rw-r--r-- | sysutils/linux-afaapps/distinfo.i386 | 1 | ||||
-rw-r--r-- | sysutils/linux-afaapps/pkg-descr | 8 | ||||
-rw-r--r-- | sysutils/linux-afaapps/pkg-plist.i386 | 3 |
5 files changed, 61 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index edf904e02b5a..724d3c9271de 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -158,6 +158,7 @@ SUBDIR += lineakd SUBDIR += linneighborhood SUBDIR += linux-acu + SUBDIR += linux-afaapps SUBDIR += linux-e2fsprogs SUBDIR += linuxfdisk SUBDIR += lire diff --git a/sysutils/linux-afaapps/Makefile b/sysutils/linux-afaapps/Makefile new file mode 100644 index 000000000000..52d6eb17863a --- /dev/null +++ b/sysutils/linux-afaapps/Makefile @@ -0,0 +1,48 @@ +# New ports collection makefile for: linux-afaapps +# Date created: 6 October 2003 +# Whom: bms@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= afaapps +PORTVERSION= 2.7 +CATEGORIES= sysutils linux +MASTER_SITES= ftp://ftp.us.dell.com/scsi-raid/ +PKGNAMEPREFIX= linux- +DISTNAME= aacraid-util-rh8.0-${MACHINE_ARCH} + +MAINTAINER= bms@FreeBSD.org +COMMENT= DELL PowerEdge Raid Controller 2 (apps) + +BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm +RUN_DEPENDS= ${LINUXBASE}/usr/lib/libartsc.so.0:${PORTSDIR}/audio/linux-arts \ + ${LINUXBASE}/usr/lib/libncurses.so.5:${PORTSDIR}/emulators/linux_base-8 + +RESTRICTED= "binary redistribution license needs clarification" + +NO_BUILD= yes +NO_WRKSUBDIR= yes + +USE_LINUX_PREFIX= yes +LDCONFIG_LINUX= ${LINUXBASE}/sbin/ldconfig + +ONLY_FOR_ARCHS= i386 +NO_BUILD= yes +NO_FILTER_SHLIBS= yes +PLIST= ${MASTERDIR}/pkg-plist.${MACHINE_ARCH} +MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH} + +RPMFILE= ${PORTNAME}-${PORTVERSION}-2.${MACHINE_ARCH}.rpm + +DBPATH= /var/lib/rpm +RPMFLAGS= --ignoreos --root ${PREFIX} --dbpath ${DBPATH} \ + --nodeps --replacepkgs --noscripts + +do-install: + @${LOCALBASE}/bin/rpm -U ${RPMFLAGS} ${WRKDIR}/${RPMFILE} + @${RM} ${LINUXBASE}/usr/sbin/afacli + @${MV} ${LINUXBASE}/usr/sbin/afacli.bin ${LINUXBASE}/usr/sbin/afacli + @${LDCONFIG_LINUX} + +.include <bsd.port.mk> diff --git a/sysutils/linux-afaapps/distinfo.i386 b/sysutils/linux-afaapps/distinfo.i386 new file mode 100644 index 000000000000..1f0b93520766 --- /dev/null +++ b/sysutils/linux-afaapps/distinfo.i386 @@ -0,0 +1 @@ +MD5 (aacraid-util-rh8.0-i386.tar.gz) = 06195cbabedef5983d2d06fa7cf2088a diff --git a/sysutils/linux-afaapps/pkg-descr b/sysutils/linux-afaapps/pkg-descr new file mode 100644 index 000000000000..72a13631529f --- /dev/null +++ b/sysutils/linux-afaapps/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/linux-afaapps/pkg-plist.i386 b/sysutils/linux-afaapps/pkg-plist.i386 new file mode 100644 index 000000000000..ba9a0c17700b --- /dev/null +++ b/sysutils/linux-afaapps/pkg-plist.i386 @@ -0,0 +1,3 @@ +dev/MAKEDEV.afa +usr/sbin/afacli +usr/sbin/getcfg.afa |