Index: head/sysutils/nmrpflash/Makefile =================================================================== --- head/sysutils/nmrpflash/Makefile (nonexistent) +++ head/sysutils/nmrpflash/Makefile (revision 559240) @@ -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 Property changes on: head/sysutils/nmrpflash/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/nmrpflash/distinfo =================================================================== --- head/sysutils/nmrpflash/distinfo (nonexistent) +++ head/sysutils/nmrpflash/distinfo (revision 559240) @@ -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 Property changes on: head/sysutils/nmrpflash/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/nmrpflash/pkg-descr =================================================================== --- head/sysutils/nmrpflash/pkg-descr (nonexistent) +++ head/sysutils/nmrpflash/pkg-descr (revision 559240) @@ -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 Property changes on: head/sysutils/nmrpflash/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property