diff options
-rw-r--r-- | LEGAL | 1 | ||||
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/megacli/Makefile | 31 | ||||
-rw-r--r-- | sysutils/megacli/distinfo | 3 | ||||
-rw-r--r-- | sysutils/megacli/pkg-descr | 2 |
5 files changed, 38 insertions, 0 deletions
@@ -398,6 +398,7 @@ libots-*.alpha.rpm lang/compaq-cc Distribution not allowed Linux-ACU-Driver-v* sysutils/linux-acu Redistribution not allowed Linux_MegaCli_* sysutils/linux-megacli Redistribution not allowed 2*Linux_CLI* sysutils/linux-megacli2 Redistribution not allowed +*_FreeBSD_MegaCLI.zip sysutils/megacli May not be distrubuted in binary form rpm/i386/fedora/4/gtk2-* x11-toolkits/linux-gtk2 LGPL binary, no source linuxq3ademo-* games/linux-quake3-demo Restrictive license by Loki Software diff --git a/sysutils/Makefile b/sysutils/Makefile index d9f0809e6330..dcc22dbc8ece 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -452,6 +452,7 @@ SUBDIR += mcweject SUBDIR += mdcp SUBDIR += mdf2iso + SUBDIR += megacli SUBDIR += megarc SUBDIR += memdump SUBDIR += memfetch diff --git a/sysutils/megacli/Makefile b/sysutils/megacli/Makefile new file mode 100644 index 000000000000..e2c9277abfc6 --- /dev/null +++ b/sysutils/megacli/Makefile @@ -0,0 +1,31 @@ +# New Ports collection makefile for: megacli +# Date created: 12 April 2009 +# Whom: Vladimir Ermakov <samflanker@gmail.com> +# +# $FreeBSD$ + +PORTNAME= megacli +PORTVERSION= 4.00.11 +CATEGORIES= sysutils +MASTER_SITES= http://www.lsi.com/DistributionSystem/AssetDocument/ +DISTNAME= ${PORTVERSION}_FreeBSD_MegaCLI + +MAINTAINER= samflanker@gmail.com +COMMENT= MegaCLI SAS RAID Management Tool + +ONLY_FOR_ARCHS= i386 amd64 + +RESTRICTED= May not be redistributed in binary form +NO_CDROM= yes + +USE_ZIP= yes + +NO_BUILD= yes +NO_WRKSUBDIR= yes + +PLIST_FILES= sbin/MegaCli + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/MegaCli ${PREFIX}/sbin + +.include <bsd.port.mk> diff --git a/sysutils/megacli/distinfo b/sysutils/megacli/distinfo new file mode 100644 index 000000000000..747748485e27 --- /dev/null +++ b/sysutils/megacli/distinfo @@ -0,0 +1,3 @@ +MD5 (4.00.11_FreeBSD_MegaCLI.zip) = d2339f11bc7e062b11af36f10992832c +SHA256 (4.00.11_FreeBSD_MegaCLI.zip) = 6cc5a17c91e824352f47e47851fe90ccc60718adf984db9f80a9bb05adf690d5 +SIZE (4.00.11_FreeBSD_MegaCLI.zip) = 597970 diff --git a/sysutils/megacli/pkg-descr b/sysutils/megacli/pkg-descr new file mode 100644 index 000000000000..31197e428815 --- /dev/null +++ b/sysutils/megacli/pkg-descr @@ -0,0 +1,2 @@ +Command Line Interface for the MegaRAID SAS family of RAID controllers, +used to configure and manage connected storage devices. |