From nobody@FreeBSD.org  Sun Apr 12 10:38:17 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 44B14106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 12 Apr 2009 10:38:17 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 17DDB8FC1F
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 12 Apr 2009 10:38:17 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n3CAcFvu095030
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 12 Apr 2009 10:38:15 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n3CAcFfq095029;
	Sun, 12 Apr 2009 10:38:15 GMT
	(envelope-from nobody)
Message-Id: <200904121038.n3CAcFfq095029@www.freebsd.org>
Date: Sun, 12 Apr 2009 10:38:15 GMT
From: Vladimir Ermakov <samflanker@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: sysutils/megacli MegaCLI SAS RAID Management Tool
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         133655
>Category:       ports
>Synopsis:       New port: sysutils/megacli MegaCLI SAS RAID Management Tool
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgollucci
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 12 10:40:07 UTC 2009
>Closed-Date:    Wed May 20 18:33:25 UTC 2009
>Last-Modified:  Wed May 20 18:33:25 UTC 2009
>Originator:     Vladimir Ermakov
>Release:        FreeBSD 7.1-RELEASE
>Organization:
_
>Environment:
FreeBSD damascus 7.1-RELEASE-p3 FreeBSD 7.1-RELEASE-p3 #4: Fri Feb 27 23:37:38 MSK 2009     root@:/usr/obj/usr/src/sys/DAMASCUS  i386
>Description:
Command Line Interface for the MegaRAID SAS family of RAID controllers,
used to configure and manage connected storage devices.
>How-To-Repeat:
_
>Fix:
_

Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	/usr/ports/sysutils/megacli
#	/usr/ports/sysutils/megacli/Makefile
#	/usr/ports/sysutils/megacli/distinfo
#	/usr/ports/sysutils/megacli/pkg-descr
#
echo c - /usr/ports/sysutils/megacli
mkdir -p /usr/ports/sysutils/megacli > /dev/null 2>&1
echo x - /usr/ports/sysutils/megacli/Makefile
sed 's/^X//' >/usr/ports/sysutils/megacli/Makefile << 'a20da9bfbb5947652b95968df86d3557'
X# New Ports collection makefile for:	megacli
X# Date created:		12 April 2009
X# Whom:			Vladimir Ermakov <samflanker@gmail.com>
X#
X# $FreeBSD$
X
X
XPORTNAME=	megacli
XDISTVERSION=	4.00.11
XCATEGORIES=	sysutils
XMASTER_SITES=	http://www.lsi.com/DistributionSystem/AssetDocument/
XDISTNAME=	${DISTVERSION}_FreeBSD_MegaCLI
X
XMAINTAINER=	samflanker@gmail.com
XCOMMENT=	MegaCLI SAS RAID Management Tool
X
XONLY_FOR_ARCHS=	i386 amd64
X
XRESTRICTED=	May not be redistributed in binary form
XNO_CDROM=	yes
X
XPLIST_FILES=	sbin/MegaCli
X
X.include <bsd.port.pre.mk>
X
XEXTRACT_SUFX=	.zip
X
XNO_BUILD=	yes
XNO_WRKSUBDIR=	yes
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/MegaCli  ${PREFIX}/sbin
X
X.include <bsd.port.post.mk>
a20da9bfbb5947652b95968df86d3557
echo x - /usr/ports/sysutils/megacli/distinfo
sed 's/^X//' >/usr/ports/sysutils/megacli/distinfo << '73128ac721f1b294dfd46935865825f8'
XMD5 (4.00.11_FreeBSD_MegaCLI.zip) = d2339f11bc7e062b11af36f10992832c
XSHA256 (4.00.11_FreeBSD_MegaCLI.zip) = 6cc5a17c91e824352f47e47851fe90ccc60718adf984db9f80a9bb05adf690d5
XSIZE (4.00.11_FreeBSD_MegaCLI.zip) = 597970
73128ac721f1b294dfd46935865825f8
echo x - /usr/ports/sysutils/megacli/pkg-descr
sed 's/^X//' >/usr/ports/sysutils/megacli/pkg-descr << '8b8b852b86e29880087367c17b0c829b'
XCommand Line Interface for the MegaRAID SAS family of RAID controllers,
Xused to configure and manage connected storage devices.
8b8b852b86e29880087367c17b0c829b
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Wed May 20 11:32:30 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=133655 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/133655: commit references a PR
Date: Wed, 20 May 2009 11:49:28 +0000 (UTC)

 pgollucci    2009-05-20 11:49:12 UTC
 
   FreeBSD ports repository
 
   Modified files:
     .                    LEGAL 
     sysutils             Makefile 
   Added files:
     sysutils/megacli     Makefile distinfo pkg-descr 
   Log:
   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>
   
   Revision  Changes    Path
   1.600     +2 -1      ports/LEGAL
   1.1108    +1 -0      ports/sysutils/Makefile
   1.1       +31 -0     ports/sysutils/megacli/Makefile (new)
   1.1       +3 -0      ports/sysutils/megacli/distinfo (new)
   1.1       +2 -0      ports/sysutils/megacli/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Wed May 20 18:33:24 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=133655 
>Unformatted:
