mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
This package includes a GUI based (dptmgr) and command line (dptutil) utility
used to manage Adaptec I2O controllers' (asr(4)) and their devices.
This commit is contained in:
parent
d5bc992ba6
commit
1d5e12b991
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83600
6 changed files with 74 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
SUBDIR += asfsm
|
||||
SUBDIR += asmem
|
||||
SUBDIR += asmon
|
||||
SUBDIR += asr-utils
|
||||
SUBDIR += bacula
|
||||
SUBDIR += barry
|
||||
SUBDIR += battstat-applet
|
||||
|
|
40
sysutils/asr-utils/Makefile
Normal file
40
sysutils/asr-utils/Makefile
Normal file
|
@ -0,0 +1,40 @@
|
|||
# ex:ts=8
|
||||
# Ports collection makefile for: asr-utils
|
||||
# Date created: Sun Feb 16, 2003
|
||||
# Whom: David O'Brien (obrien@FreeBSD.org)
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= asr-utils
|
||||
PORTVERSION= 3.04
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://download.adaptec.com/raid/u160raid/unix/
|
||||
DISTNAME= u160raid_sm_v304_fbsd411
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= obrien@FreeBSD.org
|
||||
COMMENT= Adaptec ASR RAID Management Software
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
BINS= dptcom dpteng dptscom dptsig raidutil dptmgr
|
||||
|
||||
do-build:
|
||||
${SED} -e 's,%%PREFIX%%,${PREFIX},g' \
|
||||
${FILESDIR}/dptmgr.sh.in > ${WRKDIR}/dptmgr.sh
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/dpt
|
||||
cd ${WRKSRC} ; ${INSTALL_PROGRAM} ${BINS} ${PREFIX}/dpt
|
||||
.for bin in ${BINS:Ndptmgr}
|
||||
${LN} -sf ${PREFIX}/dpt/${bin} ${PREFIX}/bin
|
||||
.endfor
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/dptmgr.sh ${PREFIX}/bin/dptmgr
|
||||
cd ${WRKSRC} ; ${INSTALL_DATA} \
|
||||
dptcom.chk dptmgr.hlp dptmgr.ini dptmgr.rsc read.me \
|
||||
${PREFIX}/dpt
|
||||
.if !exists(${X11BASE}/lib/libXm.so.1)
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/libXm.so.1 ${X11BASE}/lib
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
sysutils/asr-utils/distinfo
Normal file
1
sysutils/asr-utils/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (u160raid_sm_v304_fbsd411.tgz) = c967180a797e3ea9ede1ce3395663aed
|
7
sysutils/asr-utils/files/dptmgr.sh.in
Normal file
7
sysutils/asr-utils/files/dptmgr.sh.in
Normal file
|
@ -0,0 +1,7 @@
|
|||
#! /bin/sh
|
||||
# $FreeBSD$
|
||||
|
||||
DPTPATH=%%PREFIX%%/dpt
|
||||
export DPTPATH
|
||||
|
||||
${DPTPATH}/dptmgr $*
|
6
sysutils/asr-utils/pkg-descr
Normal file
6
sysutils/asr-utils/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
This package includes a GUI based (dptmgr) and command line (dptutil) utility
|
||||
used to manage Adaptec I2O controllers' (asr(4)) and their devices.
|
||||
|
||||
Documentation for the MS-Windows version of dptmgr (much applies to this
|
||||
version also) can be found at
|
||||
http://www.adaptec.com/pdfs/user_guides/sm_pro_sw_gd_512730vaa.pdf
|
19
sysutils/asr-utils/pkg-plist
Normal file
19
sysutils/asr-utils/pkg-plist
Normal file
|
@ -0,0 +1,19 @@
|
|||
@comment $FreeBSD$
|
||||
bin/dptcom
|
||||
bin/dpteng
|
||||
bin/dptmgr
|
||||
bin/dptscom
|
||||
bin/dptsig
|
||||
bin/raidutil
|
||||
dpt/dptcom
|
||||
dpt/dptcom.chk
|
||||
dpt/dpteng
|
||||
dpt/dptmgr
|
||||
dpt/dptmgr.hlp
|
||||
dpt/dptmgr.ini
|
||||
dpt/dptmgr.rsc
|
||||
dpt/dptscom
|
||||
dpt/dptsig
|
||||
dpt/raidutil
|
||||
dpt/read.me
|
||||
../X11R6/lib/libXm.so.1
|
Loading…
Add table
Reference in a new issue