1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Command Line Interface for the Adaptec SCSI RAID family of RAID controllers,

used to configure and manage connected storage devices.

This tool is currently read-only unless using aacraid-drivers from Adaptec's
website.

PR:		ports/117597
Submitted by:	Michael Fuckner <michael@fuckner.net>
This commit is contained in:
Pav Lucistnik 2007-12-19 17:20:33 +00:00
parent e89241beff
commit 0dc4968a0c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204124
5 changed files with 67 additions and 0 deletions

1
LEGAL
View File

@ -96,6 +96,7 @@ checkpassword-*.tar.gz security/checkpassword Unsure of djb's license
citrix_ica-* german/citrix_ica License prohibits redistribution
citrix_ica-* japanese/citrix_ica License prohibits redistribution
citrix_ica-* net/citrix_ica License prohibits redistribution
cli_freebsd* sysutils/arcconf May not be redistributed
cfs-* security/cfs Crypto; export-controlled
code2000-*/CODE2000.ZIP x11-fonts/code2000 Only unmodified original
package can be distributed

View File

@ -26,6 +26,7 @@
SUBDIR += apcpwr
SUBDIR += apcupsd
SUBDIR += apt
SUBDIR += arcconf
SUBDIR += areca-cli
SUBDIR += asapm
SUBDIR += ascpu

51
sysutils/arcconf/Makefile Normal file
View File

@ -0,0 +1,51 @@
# New ports collection makefile for: arcconf
# Date created: 28 October 2007
# Whom: michael@fuckner.net
#
# $FreeBSD$
PORTNAME= arcconf
DISTVERSION= v5_20_17414
CATEGORIES= sysutils
MASTER_SITES= http://download.adaptec.com/raid/storage_manager/
DISTNAME= cli_freebsd${DIST_EXT}_${DISTVERSION}
MAINTAINER= michael@fuckner.net
COMMENT= Adaptec SCSI RAID administration tool
ONLY_FOR_ARCHS= i386 amd64
RESTRICTED= May not be redistributed in binary form
NO_CDROM= yes
PLIST_FILES= sbin/arcconf
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700000
LIB_DEPENDS+= c.6:${PORTSDIR}/misc/compat6x
.endif
.if ${OSVERSION} >= 600000
.if ${ARCH} == amd64
DIST_EXT= 6_x64
.else
DIST_EXT= 6_x86
.endif
.endif
.if ${OSVERSION} < 600000
.if ${ARCH} == "i386"
DIST_EXT= 5_x86
.else
IGNORE= combination OS/ARCH not supported
.endif
.endif
NO_BUILD= yes
NO_WRKSUBDIR= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/arcconf ${PREFIX}/sbin
.include <bsd.port.post.mk>

View File

@ -0,0 +1,9 @@
MD5 (cli_freebsd6_x64_v5_20_17414.tar.gz) = 724fd8a43fd47afd23a4c637d1a24df1
SHA256 (cli_freebsd6_x64_v5_20_17414.tar.gz) = 0a1dd1cd9edb73b08e98f4f8df2f4bce70e4614a66d36928ef111a7b8d63875b
SIZE (cli_freebsd6_x64_v5_20_17414.tar.gz) = 708236
MD5 (cli_freebsd6_x86_v5_20_17414.tar.gz) = 4264d57427bce526d28e9e4bdd74f0ce
SHA256 (cli_freebsd6_x86_v5_20_17414.tar.gz) = 696730de272b2b9db0e8e8476d66aef55f5013740ae7db329194341b2cdb1bc4
SIZE (cli_freebsd6_x86_v5_20_17414.tar.gz) = 664358
MD5 (cli_freebsd5_x86_v5_20_17414.tar.gz) = ed2ebca833b59ed91b6dc9197a024592
SHA256 (cli_freebsd5_x86_v5_20_17414.tar.gz) = 62e848bb88c8231560c773df93fcac31b4f138fe32228bad76852e22e322ce38
SIZE (cli_freebsd5_x86_v5_20_17414.tar.gz) = 664392

View File

@ -0,0 +1,5 @@
Command Line Interface for the Adaptec SCSI RAID family of RAID controllers,
used to configure and manage connected storage devices.
This tool is currently read-only unless using aacraid-drivers from Adaptec's
website.