Port details |
- wmwave Display 802.11 status in the WindowMaker Dock
- 0.4_8 net =5 0.4_8Version of this port present on the latest quarterly branch.
- Maintainer: benjsc@FreeBSD.org
- Port Added: 2001-12-27 17:18:43
- Last Update: 2024-01-21 20:24:07
- Commit Hash: ff9afe8
- People watching this port, also watch:: xpdf, mutt, dia, p5-libwww, p5-HTML-Tagset
- License: GPLv2
- WWW:
- https://sourceforge.net/projects/wmwave/
- Description:
- From the README on the website:
wmwave is dockapp for window maker to display statistical information
about a current wireless ethernet connection. The current release
is Version 0.4. wmwave has been tested under Redhat 5.2 with an
Wavelan Silver WEP/IEEE card from Lucent Technologies.
I have rewritten the network code for use with Bill Paul's wi(4)
driver as it appears in FreeBSD 5.0-CURRENT and 4.4-STABLE. Support
for other cards will not be integrated into this GPLed version.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/wmwave/ && make install clean
- To add the package, run one of these commands:
- pkg install net/wmwave
- pkg install wmwave
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: wmwave
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (wmwave-0-4.tgz) = 9d3cd3801de2cf87cfd13107b17fc7cde192baf88c483a0655b8e7c0de9c1bfa
SIZE (wmwave-0-4.tgz) = 17860
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xpm.pc : x11/libXpm
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xpm.pc : x11/libXpm
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_wmwave
- USES:
- localbase:ldflags xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.4_8 21 Jan 2024 20:24:07 |
Muhammad Moinur Rahman (bofh) |
net/wmwave: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
0.4_7 14 Feb 2023 20:18:56 |
Robert Clausecker (fuz) |
net/wmwave: fix build with -fno-common
While we are at it:
- define LICENSE
- switch to USES=localbase
- add missing include for errx()
PR: 267588
MFH: 2023Q1
Approved by: build fix blanket, maintainer timeout
Approved by: flo (mentor)
Differential Revision: https://reviews.freebsd.org/D38511 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.4_6 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.4_6 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
0.4_6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.4_6 18 Feb 2021 04:43:25 |
linimon |
Mark BROKEN in 13/14 (via latest llvm update). |
0.4_6 06 Nov 2019 18:58:04 |
zeising |
Add USES=xorg USES=gl, ports categories n
Add USES=xorg and USES=gl to ports in categories starting with 'n'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
0.4_6 11 May 2015 18:34:58 |
mat |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight |
0.4_6 02 Mar 2015 23:42:00 |
bapt |
Remove Author from pkg-descr and white space fixes |
0.4_6 24 Jun 2014 07:55:38 |
vanilla |
Stagify.
Approved by: portmgr@ (blanket approval) |
0.4_6 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.4_6 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
0.4_6 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.4_6 22 Aug 2009 00:32:25 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with N |
0.4_6 06 Jan 2009 17:59:31 |
pav |
- Remove conditional checks for FreeBSD 5.x and older |
0.4_6 15 Aug 2008 19:11:15 |
pav |
- Unbreak on HEAD
Submitted by: benjsc (maintainer) |
0.4_5 14 May 2008 20:14:46 |
pav |
- Mark BROKEN on CURRENT: /usr/include/net80211/ieee80211_crypto.h:89: error:
'IEEE80211_TID_SIZE' undeclared here (not in a function)
Reported by: pointyhat |
0.4_5 23 Mar 2008 16:44:09 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
0.4_4 07 Mar 2008 10:08:06 |
pav |
- Mark IGNORE on FreeBSD 5.X
Submitted by: Benjamin Close <Benjamin.Close@clearchain.com> (maintainer) |
0.4_4 27 Feb 2008 10:39:43 |
ehaupt |
- Fix build on ${OSVERSION} >= 700042
- The app now makes use of the net80211 framework so the port will work with
any wireless driver
- Pass maintainership to submitter
- Bring Makefile style up to date (self)
PR: 121130
Submitted by: benjsc |
0.4_3 01 Oct 2007 06:22:24 |
linimon |
Mark as broken with gcc4.2. |
0.4_3 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.4_2 12 Dec 2005 21:18:44 |
bms |
This port needs a new maintainer. |
0.4_2 12 Dec 2005 21:18:24 |
bms |
Fix MASTER_SITES. |
0.4_2 12 Jan 2005 15:53:48 |
bms |
Update my email address in MAINTAINER and comment fields. |
0.4_2 25 Mar 2004 03:13:15 |
bms |
SIZE update jumbo-commit.
Submitted by: trevor |
0.4_2 06 Feb 2004 13:12:53 |
trevor |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
0.4_2 30 Aug 2003 06:55:15 |
edwin |
patch: net/wmwave: more portable data gathering
wmwave works on Prism cards but not on Lucent ones (minipci
and PCMCIA tested) since wireq.wi_val is empty. I've patched
it to use a more portable way for data acquisition known
from gkrellm and other tools.
PR: ports/54511
Submitted by: Hendrik Scholz <hendrik@scholz.net>
Approved by: Bruce M Simpson <bms@spc.org> |
0.4_1 21 Feb 2003 13:15:09 |
knu |
De-pkg-comment. |
0.4_1 18 Jun 2002 04:38:09 |
pat |
Location change of if_wavelan_ieee.h MFC'd, so fix patch.
Reviewed by: maintainer |
0.4_1 22 May 2002 21:08:05 |
pat |
Fix socket leak and bump PORTREVISION.
PR: 38370
Submitted by: maintainer |
0.4 27 Mar 2002 08:38:25 |
pat |
Find if_wavelan_ieee.h on machines running -current.
Submitted by: bento |
05 Jan 2002 08:20:42 |
pat |
Fix installing manpage |
27 Dec 2001 20:18:43 |
lioux |
New port wmwave version 0.4: Display 802.11 status in the WindowMaker Dock |