aboutsummaryrefslogtreecommitdiff
path: root/sysutils/tw_cli
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-02-22 17:47:57 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-02-22 17:47:57 +0000
commit09aefa72eeef0ee2fe3362550c3fff5a9b0be85f (patch)
tree30e3820ef11179ecbbbcef8deb4672e43b05d2c1 /sysutils/tw_cli
parentc95736650b283462a446d0154cb5098b3d4ab2ce (diff)
downloadports-09aefa72eeef0ee2fe3362550c3fff5a9b0be85f.tar.gz
ports-09aefa72eeef0ee2fe3362550c3fff5a9b0be85f.zip
tw_cli(8) is a Command Line Interface Storage Management Software for
AMCC/3ware ATA RAID Controllers, supported by twe(4) and twa(4) drivers. It provides controller, logical unit and drive management. tw_cli can be used in both interactive and batch mode, providing higher-level API (Application Programming Interface) functionalities. WWW: http://3ware.com/support/download.asp PR: 92843 Submitted by: Dmitry Frolov <frolov@riss-telecom.ru>
Notes
Notes: svn path=/head/; revision=156687
Diffstat (limited to 'sysutils/tw_cli')
-rw-r--r--sysutils/tw_cli/Makefile49
-rw-r--r--sysutils/tw_cli/distinfo6
-rw-r--r--sysutils/tw_cli/pkg-descr7
3 files changed, 62 insertions, 0 deletions
diff --git a/sysutils/tw_cli/Makefile b/sysutils/tw_cli/Makefile
new file mode 100644
index 000000000000..21ffbf8ca5bc
--- /dev/null
+++ b/sysutils/tw_cli/Makefile
@@ -0,0 +1,49 @@
+# New ports collection makefile for: tw_cli
+# Date created: 02/12/2005
+# Whom: Dmitry Frolov <frolov@riss-telecom.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= tw_cli
+PORTVERSION= 9.3.0.3
+CATEGORIES= sysutils
+MASTER_SITES= http://3ware.com/download/Escalade9000Series/${PORTVERSION}/
+DISTNAME= ${PORTNAME}-freebsd_5.4-${DIST_ARCH}-${PORTVERSION}
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= frolov@riss-telecom.ru
+COMMENT= 3ware storage controllers management CLI
+
+RESTRICTED= Redistribution is not allowed
+# i386 binary should work on ia64, but not tested
+ONLY_FOR_ARCHS= i386 amd64 ia64
+
+WRKSRC= ${WRKDIR}
+NO_BUILD= yes
+STRIP= # empty
+PLIST_FILES= sbin/tw_cli sbin/tw_sched
+PORTDOCS= tw_cli.8.html tw_sched.8.html
+MAN8+= tw_cli.8 tw_sched.8
+
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+DIST_ARCH= x86_64
+.else
+DIST_ARCH= x86
+.endif
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/tw_cli ${WRKSRC}/tw_sched ${PREFIX}/sbin/
+ ${INSTALL_MAN} ${WRKSRC}/tw_cli.8.nroff ${MANPREFIX}/man/man8/tw_cli.8
+ ${INSTALL_MAN} ${WRKSRC}/tw_sched.8.nroff ${MANPREFIX}/man/man8/tw_sched.8
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/tw_cli.8.html ${WRKSRC}/tw_sched.8.html \
+ ${DOCSDIR}/
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/sysutils/tw_cli/distinfo b/sysutils/tw_cli/distinfo
new file mode 100644
index 000000000000..2b660594cbf7
--- /dev/null
+++ b/sysutils/tw_cli/distinfo
@@ -0,0 +1,6 @@
+MD5 (tw_cli-freebsd_5.4-x86-9.3.0.3.tgz) = cb39c22c2defceec578d009e85ae7c64
+SHA256 (tw_cli-freebsd_5.4-x86-9.3.0.3.tgz) = 8753f74b096853687bed7ed27ad055bcbc620311597d6c34b6c03d7fa8097f71
+SIZE (tw_cli-freebsd_5.4-x86-9.3.0.3.tgz) = 664694
+MD5 (tw_cli-freebsd_5.4-x86_64-9.3.0.3.tgz) = 5d3e7790d5e6ac4e199099ffda0e29ef
+SHA256 (tw_cli-freebsd_5.4-x86_64-9.3.0.3.tgz) = 3968c4ba2ca4d8e5d38edf645e28bb2ac6b07fc23db54ede74732d3f62c3f042
+SIZE (tw_cli-freebsd_5.4-x86_64-9.3.0.3.tgz) = 691107
diff --git a/sysutils/tw_cli/pkg-descr b/sysutils/tw_cli/pkg-descr
new file mode 100644
index 000000000000..9cbc9b8bb85f
--- /dev/null
+++ b/sysutils/tw_cli/pkg-descr
@@ -0,0 +1,7 @@
+tw_cli(8) is a Command Line Interface Storage Management Software for
+AMCC/3ware ATA RAID Controllers, supported by twe(4) and twa(4) drivers.
+It provides controller, logical unit and drive management. tw_cli can
+be used in both interactive and batch mode, providing higher-level API
+(Application Programming Interface) functionalities.
+
+WWW: http://3ware.com/support/download.asp