diff options
author | flz <flz@FreeBSD.org> | 2005-11-03 05:56:03 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-11-03 05:56:03 +0800 |
commit | 26a11b6dc800c6e050db9b02032cbccdf7ae73d6 (patch) | |
tree | c258b790e60a3cbf87e580ecde27c30cecf53e20 /net/iwi-firmware | |
parent | 91b4bfc202b05a1e59177ffb058d0306c889d915 (diff) | |
download | freebsd-ports-gnome-26a11b6dc800c6e050db9b02032cbccdf7ae73d6.tar.gz freebsd-ports-gnome-26a11b6dc800c6e050db9b02032cbccdf7ae73d6.tar.zst freebsd-ports-gnome-26a11b6dc800c6e050db9b02032cbccdf7ae73d6.zip |
- Fixing WWW and COMMENT issues in iwi-firmware slave port.
Reported by: Lars Engels <lars.engels@0x20.net>
Diffstat (limited to 'net/iwi-firmware')
-rw-r--r-- | net/iwi-firmware/Makefile | 3 | ||||
-rw-r--r-- | net/iwi-firmware/pkg-descr | 9 |
2 files changed, 11 insertions, 1 deletions
diff --git a/net/iwi-firmware/Makefile b/net/iwi-firmware/Makefile index 9b7c74be93b2..ed4b03972ab3 100644 --- a/net/iwi-firmware/Makefile +++ b/net/iwi-firmware/Makefile @@ -8,7 +8,7 @@ PORTNAME= iwi-firmware RELNAME= ipw2200 PORTVERSION= 2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net sysutils MAINTAINER= flz@FreeBSD.org @@ -17,6 +17,7 @@ COMMENT= Intel PRO/Wireless 2200 Driver Firmware MASTERDIR= ${.CURDIR}/../ipw-firmware MD5_FILE= ${.CURDIR}/distinfo PLIST= ${.CURDIR}/pkg-plist +DESCR= ${.CURDIR}/pkg-descr FILESDIR= ${.CURDIR}/files DRIVERNAME= iwi diff --git a/net/iwi-firmware/pkg-descr b/net/iwi-firmware/pkg-descr new file mode 100644 index 000000000000..7bec3b115833 --- /dev/null +++ b/net/iwi-firmware/pkg-descr @@ -0,0 +1,9 @@ +This project was created by Intel to enable support for the Intel +PRO/Wireless 2200 Network Connection mini PCI adapter. This project +(IPW2200) is intended to be a community effort as much as is possible +given some working constraints (mainly, no HW documentation is available). + +WWW: http://ipw2200.sourceforge.net/ + +- Florent Thoumie +flz@FreeBSD.org |