Add megarc.

This port provides an utility for controlling most of the LSI Logic's
MegaRAID BIOS functions.

WWW: http://www.lsilogic.com/products/megaraid/

PR:		ports/82512
Submitted by:	Gerrit Beine <tux@pinguru.net>
This commit is contained in:
Jean-Yves Lefort 2005-06-28 23:05:44 +00:00
parent 193788e7af
commit 04314dee8e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138139
4 changed files with 51 additions and 0 deletions

View File

@ -280,6 +280,7 @@
SUBDIR += mapchan
SUBDIR += mcron
SUBDIR += mdf2iso
SUBDIR += megarc
SUBDIR += memdump
SUBDIR += memfetch
SUBDIR += memgrep

44
sysutils/megarc/Makefile Normal file
View File

@ -0,0 +1,44 @@
# Ports collection makefile for: megarc
# Date created: 22 June 2005
# Whom: Gerrit Beine <tux@pinguru.net>
#
# $FreeBSD$
#
PORTNAME= megarc
PORTVERSION= 1.51
CATEGORIES= sysutils
MASTER_SITES=
DISTNAME= dr_freebsd_${PORTVERSION}
MAINTAINER= tux@pinguru.net
COMMENT= LSI Logic's MegaRAID controlling software
USE_ZIP= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
ONLY_FOR_ARCHS= i386
RESTRICTED= "Restrictive license"
DOWNLOAD_URL= http://www.lsilogic.com/products/megaraid/
PLIST_FILES= sbin/megarc
PORTDOCS= *
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE= can not be automatically fetched due to licensing restrictions. You must manually fetch the distribution files from ${DOWNLOAD_URL} (Support -> Downloads -> freebsd151), place it in ${DISTDIR} and run make again
.endif
post-extract:
@cd ${WRKSRC} && ${UNZIP_CMD} -qo 'MegaRC 1.04.zip'
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/megarc ${PREFIX}/sbin
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/Release\ History.txt ${DOCSDIR}
.endif
.include <bsd.port.post.mk>

2
sysutils/megarc/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (dr_freebsd_1.51.zip) = 2ffadcdd7da8c491f954ee69a7e84851
SIZE (dr_freebsd_1.51.zip) = 189120

View File

@ -0,0 +1,4 @@
This port provides an utility for controlling most of the LSI Logic's
MegaRAID BIOS functions.
WWW: http://www.lsilogic.com/products/megaraid/