diff options
author | Doug Ambrisko <ambrisko@FreeBSD.org> | 2002-03-14 03:33:40 +0000 |
---|---|---|
committer | Doug Ambrisko <ambrisko@FreeBSD.org> | 2002-03-14 03:33:40 +0000 |
commit | 7ce9021cd037ea60d0e55cec74563e90adda02e5 (patch) | |
tree | 1b084b3d22d16535e8a8e75046c8359aff393a06 /misc | |
parent | d33cc45605c3f4ca3ac10674686b204be0860e8b (diff) | |
download | ports-7ce9021cd037ea60d0e55cec74563e90adda02e5.tar.gz ports-7ce9021cd037ea60d0e55cec74563e90adda02e5.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/airoflash/Makefile | 26 | ||||
-rw-r--r-- | misc/airoflash/distinfo | 1 | ||||
-rw-r--r-- | misc/airoflash/files/patch-aa | 8 | ||||
-rw-r--r-- | misc/airoflash/pkg-comment | 1 | ||||
-rw-r--r-- | misc/airoflash/pkg-descr | 3 | ||||
-rw-r--r-- | misc/airoflash/pkg-plist | 1 |
7 files changed, 41 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 4ea03f965e4c..abb737f75e01 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -12,6 +12,7 @@ SUBDIR += afbackup SUBDIR += afbackup-client SUBDIR += afbackup-server + SUBDIR += airoflash SUBDIR += alevt SUBDIR += amanda SUBDIR += amanda-client diff --git a/misc/airoflash/Makefile b/misc/airoflash/Makefile new file mode 100644 index 000000000000..80f32e28d297 --- /dev/null +++ b/misc/airoflash/Makefile @@ -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> diff --git a/misc/airoflash/distinfo b/misc/airoflash/distinfo new file mode 100644 index 000000000000..43d5911f2b59 --- /dev/null +++ b/misc/airoflash/distinfo @@ -0,0 +1 @@ +MD5 (airoflash.c) = 4c1fccdf0a63605fa7d423c8f5fbc144 diff --git a/misc/airoflash/files/patch-aa b/misc/airoflash/files/patch-aa new file mode 100644 index 000000000000..9d500a3dc38e --- /dev/null +++ b/misc/airoflash/files/patch-aa @@ -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> diff --git a/misc/airoflash/pkg-comment b/misc/airoflash/pkg-comment new file mode 100644 index 000000000000..d8f047fc4572 --- /dev/null +++ b/misc/airoflash/pkg-comment @@ -0,0 +1 @@ +Flash utiltity for Cisco/Aironet 802.11 wireless cards diff --git a/misc/airoflash/pkg-descr b/misc/airoflash/pkg-descr new file mode 100644 index 000000000000..0f4ac9e370ea --- /dev/null +++ b/misc/airoflash/pkg-descr @@ -0,0 +1,3 @@ +Flash utility for upgrading firmware in Cisco/Aironet 802.11 cards. + +WWW: http://sourceforge.net/projects/airo-linux/ diff --git a/misc/airoflash/pkg-plist b/misc/airoflash/pkg-plist new file mode 100644 index 000000000000..b6769875fa73 --- /dev/null +++ b/misc/airoflash/pkg-plist @@ -0,0 +1 @@ +bin/airoflash |