New sub-port: mstflint-lite including only some essential tools
from mstflint (mstflint, mstconfig, mstfwmanager and mstlink). PR: 242038 Approved by: hselasky (maintainer timeout) Sponsored by: Netflix
This commit is contained in:
parent
a24b6b8016
commit
582179cc7b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=544072
@ -708,6 +708,7 @@
|
||||
SUBDIR += msiklm
|
||||
SUBDIR += msktutil
|
||||
SUBDIR += mstflint
|
||||
SUBDIR += mstflint-lite
|
||||
SUBDIR += msyslog
|
||||
SUBDIR += mtm
|
||||
SUBDIR += mtpfs
|
||||
|
14
sysutils/mstflint-lite/Makefile
Normal file
14
sysutils/mstflint-lite/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PKGNAMESUFFIX= -lite
|
||||
|
||||
COMMENT= Firmware Burning and Diagnostics Tools for Mellanox devices (lite version)
|
||||
|
||||
CONFLICTS_INSTALL= mstflint
|
||||
|
||||
LITE= yes
|
||||
MASTERDIR= ${.CURDIR}/../mstflint
|
||||
|
||||
PLIST= ${.CURDIR}/pkg-plist
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
8
sysutils/mstflint-lite/pkg-descr
Normal file
8
sysutils/mstflint-lite/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
MSTFLINT Package - Firmware Burning and Diagnostics Tools
|
||||
This package contains a burning tool and diagnostic tools for Mellanox
|
||||
manufactured HCA/NIC cards.
|
||||
|
||||
This package is the lite version (static compiled with essential tools only).
|
||||
|
||||
WWW: https://github.com/Mellanox/mstflint
|
||||
WWW: http://www.mellanox.com/page/management_tools
|
12
sysutils/mstflint-lite/pkg-plist
Normal file
12
sysutils/mstflint-lite/pkg-plist
Normal file
@ -0,0 +1,12 @@
|
||||
bin/mstconfig
|
||||
bin/mstflint
|
||||
bin/mstfwmanager
|
||||
bin/mstlink
|
||||
man/man1/mstconfig.1.gz
|
||||
man/man1/mstflint.1.gz
|
||||
man/man1/mstfwmanager.1.gz
|
||||
man/man1/mstlink.1.gz
|
||||
%%DATADIR%%/mlxconfig_dbs/mlxconfig_host.db
|
||||
%%DATADIR%%/mlxconfig_dbs/mlxconfig_switch.db
|
||||
%%DATADIR%%/prm_dbs/hca/ext/register_access_table.adb
|
||||
%%DATADIR%%/prm_dbs/switch/ext/register_access_table.adb
|
Loading…
Reference in New Issue
Block a user