diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2008-03-18 16:03:07 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2008-03-18 16:03:07 +0000 |
commit | 0fc4136c323b796f96824ae6c5c08436a1fded88 (patch) | |
tree | 1d06b6c978139e2232701240601071346ae535ef /sysutils/hpacucli | |
parent | e3997ca7998431be23731df3de5ca13ebdb7ae47 (diff) | |
download | ports-0fc4136c323b796f96824ae6c5c08436a1fded88.tar.gz ports-0fc4136c323b796f96824ae6c5c08436a1fded88.zip |
Notes
Diffstat (limited to 'sysutils/hpacucli')
-rw-r--r-- | sysutils/hpacucli/Makefile | 37 | ||||
-rw-r--r-- | sysutils/hpacucli/distinfo | 3 | ||||
-rw-r--r-- | sysutils/hpacucli/pkg-descr | 8 | ||||
-rw-r--r-- | sysutils/hpacucli/pkg-plist | 8 |
4 files changed, 56 insertions, 0 deletions
diff --git a/sysutils/hpacucli/Makefile b/sysutils/hpacucli/Makefile new file mode 100644 index 000000000000..41e4ede111f1 --- /dev/null +++ b/sysutils/hpacucli/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: HPACUCLI +# Date created: 28 October 2007 +# Whom: SriSaiGanesh +# +# $FreeBSD$ +# + +PORTNAME= hpacucli +PORTVERSION= 7.50 +CATEGORIES= sysutils +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= brooks +DISTNAME= hpacucli-${PORTVERSION} + +MAINTAINER= v.sri.sai.ganesh@hp.com +COMMENT= HP ARRAY CONFIGURATION UTILITY for Smart Array RAID cards + +USE_BZIP2= yes +NO_BUILD= yes +IA32_BINARY_PORT= yes + +LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x +LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x + +APP_PREFIX= lib/compaq/hpacucli +USE_LDCONFIG= ${PREFIX}/${APP_PREFIX} + +post-patch: + @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/${PORTNAME} + +do-install: + @${MKDIR} -m 0755 -p ${PREFIX}/${APP_PREFIX} + @${CP} ${WRKSRC}/lib* ${PREFIX}/${APP_PREFIX}/ + @${INSTALL_PROGRAM} ${WRKSRC}/.${PORTNAME} ${PREFIX}/libexec/ + @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/ + +.include <bsd.port.mk> diff --git a/sysutils/hpacucli/distinfo b/sysutils/hpacucli/distinfo new file mode 100644 index 000000000000..160d622337d7 --- /dev/null +++ b/sysutils/hpacucli/distinfo @@ -0,0 +1,3 @@ +MD5 (hpacucli-7.50.tar.bz2) = 5a76e131ee71b04700d00a268b0608be +SHA256 (hpacucli-7.50.tar.bz2) = f4cb41c9d156200b2414fa0f6c090aabe22639ed595998bff3d1d157d979db3d +SIZE (hpacucli-7.50.tar.bz2) = 3333572 diff --git a/sysutils/hpacucli/pkg-descr b/sysutils/hpacucli/pkg-descr new file mode 100644 index 000000000000..f9e44a95647c --- /dev/null +++ b/sysutils/hpacucli/pkg-descr @@ -0,0 +1,8 @@ +HP Array Configuration Utility CLI + +The Array Configuration Utility CLI is a commandline-based disk +configuration program for Smart Array Controllers and +RAID Array Controllers. + +* All other product names mentioned herein may be trademarks of their +respective companies. diff --git a/sysutils/hpacucli/pkg-plist b/sysutils/hpacucli/pkg-plist new file mode 100644 index 000000000000..0954961e6f70 --- /dev/null +++ b/sysutils/hpacucli/pkg-plist @@ -0,0 +1,8 @@ +lib/compaq/hpacucli/libcpqimgr.so +lib/compaq/hpacucli/libemsdm.so +lib/compaq/hpacucli/libhwmim3.so +lib/compaq/hpacucli/libqlsdm.so +sbin/hpacucli +libexec/.hpacucli +@dirrm lib/compaq/hpacucli +@dirrm lib/compaq |