summaryrefslogtreecommitdiff
path: root/sysutils/megacli
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-05-20 11:49:12 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-05-20 11:49:12 +0000
commit61901aec172e5ce68360db2e146282cdccbcd2d8 (patch)
tree00432e4ff8e9fad04c8cc11726ac9e1e3a4a547b /sysutils/megacli
parent- update to 3.14 (diff)
A Command Line Interface for the MegaRAID SAS family of RAID controllers,
used to configure and manage connected storage devices. May not be redistributed in binary form. PR: ports/133655 Submitted by: Vladimir Ermakov <samflanker@gmail.com>
Notes
Notes: svn path=/head/; revision=234268
Diffstat (limited to 'sysutils/megacli')
-rw-r--r--sysutils/megacli/Makefile31
-rw-r--r--sysutils/megacli/distinfo3
-rw-r--r--sysutils/megacli/pkg-descr2
3 files changed, 36 insertions, 0 deletions
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.