diff options
-rw-r--r-- | LEGAL | 1 | ||||
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/arcconf/Makefile | 51 | ||||
-rw-r--r-- | sysutils/arcconf/distinfo | 9 | ||||
-rw-r--r-- | sysutils/arcconf/pkg-descr | 5 |
5 files changed, 67 insertions, 0 deletions
@@ -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 diff --git a/sysutils/Makefile b/sysutils/Makefile index c7a3a4a86bcf..45d2aaa1fcad 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -26,6 +26,7 @@ SUBDIR += apcpwr SUBDIR += apcupsd SUBDIR += apt + SUBDIR += arcconf SUBDIR += areca-cli SUBDIR += asapm SUBDIR += ascpu diff --git a/sysutils/arcconf/Makefile b/sysutils/arcconf/Makefile new file mode 100644 index 000000000000..9377f88932bf --- /dev/null +++ b/sysutils/arcconf/Makefile @@ -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> diff --git a/sysutils/arcconf/distinfo b/sysutils/arcconf/distinfo new file mode 100644 index 000000000000..1541c9ef2d85 --- /dev/null +++ b/sysutils/arcconf/distinfo @@ -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 diff --git a/sysutils/arcconf/pkg-descr b/sysutils/arcconf/pkg-descr new file mode 100644 index 000000000000..6b599e7e93af --- /dev/null +++ b/sysutils/arcconf/pkg-descr @@ -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. |