aboutsummaryrefslogtreecommitdiffstats
path: root/net/iwi-firmware
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2005-11-03 05:56:03 +0800
committerflz <flz@FreeBSD.org>2005-11-03 05:56:03 +0800
commit26a11b6dc800c6e050db9b02032cbccdf7ae73d6 (patch)
treec258b790e60a3cbf87e580ecde27c30cecf53e20 /net/iwi-firmware
parent91b4bfc202b05a1e59177ffb058d0306c889d915 (diff)
downloadfreebsd-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/Makefile3
-rw-r--r--net/iwi-firmware/pkg-descr9
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