mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
A utility to update firmware in Cisco/Aironet 802.11 wireless cards
PR: ports/31712 Reviewed by: archie
This commit is contained in:
parent
d33cc45605
commit
7ce9021cd0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56049
@ -12,6 +12,7 @@
|
||||
SUBDIR += afbackup
|
||||
SUBDIR += afbackup-client
|
||||
SUBDIR += afbackup-server
|
||||
SUBDIR += airoflash
|
||||
SUBDIR += alevt
|
||||
SUBDIR += amanda
|
||||
SUBDIR += amanda-client
|
||||
|
26
misc/airoflash/Makefile
Normal file
26
misc/airoflash/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: airoflash
|
||||
# Date created: 13 Mar 2002
|
||||
# Whom: Doug Ambrisko <ambrisko@freebsd.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= airoflash
|
||||
PORTVERSION= ${AF_VERSION}
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= "http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/airo-linux/airo-linux/tools/airoflash.c?rev=${AF_VERSION}&content-type=text/plain"
|
||||
DISTNAME= airoflash.c
|
||||
EXTRACT_SUFX=
|
||||
|
||||
MAINTAINER= ambrisko@freebsd.org
|
||||
|
||||
AF_VERSION= 1.3
|
||||
|
||||
do-fetch:
|
||||
${FETCH_CMD} -o ${DISTDIR}/${DISTNAME} ${MASTER_SITES}
|
||||
|
||||
do-extract:
|
||||
${MKDIR} ${WRKSRC}
|
||||
${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/airoflash/distinfo
Normal file
1
misc/airoflash/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (airoflash.c) = 4c1fccdf0a63605fa7d423c8f5fbc144
|
8
misc/airoflash/files/patch-aa
Normal file
8
misc/airoflash/files/patch-aa
Normal file
@ -0,0 +1,8 @@
|
||||
--- /dev/null Wed Mar 13 11:58:15 2002
|
||||
+++ Makefile Wed Mar 13 12:00:43 2002
|
||||
@@ -0,0 +1,5 @@
|
||||
+BINDIR?= ${PREFIX}/bin
|
||||
+PROG= airoflash
|
||||
+NOMAN=
|
||||
+
|
||||
+.include <bsd.prog.mk>
|
1
misc/airoflash/pkg-comment
Normal file
1
misc/airoflash/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Flash utiltity for Cisco/Aironet 802.11 wireless cards
|
3
misc/airoflash/pkg-descr
Normal file
3
misc/airoflash/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Flash utility for upgrading firmware in Cisco/Aironet 802.11 cards.
|
||||
|
||||
WWW: http://sourceforge.net/projects/airo-linux/
|
1
misc/airoflash/pkg-plist
Normal file
1
misc/airoflash/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/airoflash
|
Loading…
Reference in New Issue
Block a user