mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
New port nmrpflash that allows to flash Netgear network device firmware
This commit is contained in:
parent
368b249368
commit
e126046a60
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559240
34
sysutils/nmrpflash/Makefile
Normal file
34
sysutils/nmrpflash/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nmrpflash
|
||||
DISTVERSION= 0.9.15-rc3
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= se@FreeBSD.org
|
||||
COMMENT= Inofficial flash tool for Netgear network devices
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= gmake
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= jclehner
|
||||
GH_TAGNAME= v${DISTVERSION}
|
||||
|
||||
MAKE_FLAGS= VERSION=${DISTVERSION}
|
||||
|
||||
ALL_TARGET= ${PORTNAME}
|
||||
|
||||
PLIST_FILES= sbin/${PORTNAME}
|
||||
PORTDOCS= README.md README-R7000.md
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/README-R7000.md ${STAGEDIR}${DOCSDIR}/
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/nmrpflash/distinfo
Normal file
3
sysutils/nmrpflash/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1608900300
|
||||
SHA256 (jclehner-nmrpflash-0.9.15-rc3-v0.9.15-rc3_GH0.tar.gz) = 571014dcbc892dfcd55c7322c8b0a80bd99ccb17cbde370848b14810638b8c8b
|
||||
SIZE (jclehner-nmrpflash-0.9.15-rc3-v0.9.15-rc3_GH0.tar.gz) = 39257
|
9
sysutils/nmrpflash/pkg-descr
Normal file
9
sysutils/nmrpflash/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
nmrpflash uses Netgear's NMRP protocol to flash a new firmware image to
|
||||
a compatible device.
|
||||
|
||||
It has been successfully used on a Netgear EX2700, EX6100v2, EX6120,
|
||||
EX6150v2, DNG3700v2, R6100, R6220, R7000, D7000, WNR3500, R6400 and R6800,
|
||||
R8000, R8500, WNDR3800, but is likely to be compatible with many other
|
||||
Netgear devices.
|
||||
|
||||
WWW: https://github.com/jclehner/nmrpflash
|
Loading…
Reference in New Issue
Block a user