summaryrefslogtreecommitdiff
path: root/net/iwi-firmware
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-11-02 21:56:03 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-11-02 21:56:03 +0000
commitd87721aaa27fd1370a6f01a3eb111ea19e60c984 (patch)
treea943db2cbcaee99f00d6e97c367fef3362da805d /net/iwi-firmware
parent- Respect X11BASE (diff)
- Fixing WWW and COMMENT issues in iwi-firmware slave port.
Reported by: Lars Engels <lars.engels@0x20.net>
Notes
Notes: svn path=/head/; revision=147056
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