Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Feb 2006 20:15:53 +0600 (NOVT)
From:      Dmitry Frolov <frolov@riss-telecom.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/92843: New port: sysutils/tw_cli 3ware storage controllers management CLI
Message-ID:  <200602051415.k15EFrpV036788@nerve.riss-telecom.ru>
Resent-Message-ID: <200602051420.k15EK4Qe004269@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         92843
>Category:       ports
>Synopsis:       New port: sysutils/tw_cli 3ware storage controllers management CLI
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 05 14:20:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Frolov
>Release:        FreeBSD 5.3-BETA7 i386
>Organization:
RISS-Telecom
>Environment:
System: FreeBSD ***.riss-telecom.ru 5.3-BETA7 FreeBSD 5.3-BETA7 #18: Wed Jun 8 15:55:56 NOVST 2005 root@***.riss-telecom.ru:/var/obj/usr/src/sys/*** i386


	
>Description:

	This is a command line utility to manage 3ware RAID controllers
	(twe(4) and twa(4)). Closed source but seems to be well supported
	by vendor.

>How-To-Repeat:
	
>Fix:

	Here is the port shar archive and patch for ports/LEGAL
	(redistribution is prohibited).

# 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:
#
#	tw_cli/Makefile
#	tw_cli/distinfo
#	tw_cli/pkg-descr
#
echo x - tw_cli/Makefile
sed 's/^X//' >tw_cli/Makefile << 'END-of-tw_cli/Makefile'
X# New ports collection makefile for:	tw_cli
X# Date created:				02/12/2005
X# Whom:					Dmitry Frolov <frolov@riss-telecom.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	tw_cli
XPORTVERSION=	9.3.0.3
XCATEGORIES=	sysutils
XMASTER_SITES=	http://3ware.com/download/Escalade9000Series/${PORTVERSION}/
XDISTNAME=	${PORTNAME}-freebsd_5.4-${DIST_ARCH}-${PORTVERSION}
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	frolov@riss-telecom.ru
XCOMMENT=	3ware storage controllers management CLI
X
XRESTRICTED=	Redistribution is not allowed
X# i386 binary should work on ia64, but not tested
XONLY_FOR_ARCHS=	i386 amd64 ia64
X
XWRKSRC=	${WRKDIR}
XNO_BUILD=	yes
XSTRIP=	# empty
XPLIST_FILES=	sbin/tw_cli sbin/tw_sched
XPORTDOCS=	tw_cli.8.html tw_sched.8.html
XMAN8+=		tw_cli.8 tw_sched.8
X
X.include <bsd.port.pre.mk>
X
X.if ${ARCH} == "amd64"
XDIST_ARCH=	x86_64
X.else
XDIST_ARCH=	x86
X.endif
X
Xdo-install:
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/tw_cli.8.html ${WRKSRC}/tw_sched.8.html \
X		${DOCSDIR}/
X.endif
X	${INSTALL_PROGRAM} ${WRKSRC}/tw_cli ${WRKSRC}/tw_sched ${PREFIX}/sbin/
X	${INSTALL_MAN} ${WRKSRC}/tw_cli.8.nroff ${PREFIX}/man/man8/tw_cli.8
X	${INSTALL_MAN} ${WRKSRC}/tw_sched.8.nroff ${PREFIX}/man/man8/tw_sched.8
X
X.include <bsd.port.post.mk>
END-of-tw_cli/Makefile
echo x - tw_cli/distinfo
sed 's/^X//' >tw_cli/distinfo << 'END-of-tw_cli/distinfo'
XMD5 (tw_cli-freebsd_5.4-x86-9.3.0.3.tgz) = cb39c22c2defceec578d009e85ae7c64
XSHA256 (tw_cli-freebsd_5.4-x86-9.3.0.3.tgz) = 8753f74b096853687bed7ed27ad055bcbc620311597d6c34b6c03d7fa8097f71
XSIZE (tw_cli-freebsd_5.4-x86-9.3.0.3.tgz) = 664694
XMD5 (tw_cli-freebsd_5.4-x86_64-9.3.0.3.tgz) = 5d3e7790d5e6ac4e199099ffda0e29ef
XSHA256 (tw_cli-freebsd_5.4-x86_64-9.3.0.3.tgz) = 3968c4ba2ca4d8e5d38edf645e28bb2ac6b07fc23db54ede74732d3f62c3f042
XSIZE (tw_cli-freebsd_5.4-x86_64-9.3.0.3.tgz) = 691107
END-of-tw_cli/distinfo
echo x - tw_cli/pkg-descr
sed 's/^X//' >tw_cli/pkg-descr << 'END-of-tw_cli/pkg-descr'
Xtw_cli(8) is a Command Line Interface Storage Management Software for
XAMCC/3ware ATA RAID Controllers, supported by twe(4) and twa(4) drivers.
XIt provides controller, logical unit and drive management. tw_cli can
Xbe used in both interactive and batch mode, providing higher-level API
X(Application Programming Interface) functionalities.
X
XWWW: http://3ware.com/support/download.asp
END-of-tw_cli/pkg-descr
exit

--- /usr/ports/LEGAL	Sun Feb  5 01:25:03 2006
+++ LEGAL	Sun Feb  5 13:04:57 2006
@@ -670,3 +670,5 @@
 simian-*                devel/simian            Have to agree to
 						license before download.
 xGate/*			japanese/xgate		Requested by Orangesoft Inc
+tw_cli-*		sysutils/tw_cli		Redistribution forbidden by
+						license
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602051415.k15EFrpV036788>