Port details |
- wmwifi Dockapp displaying the signal strength of WiFi connection
- 0.4_5 net =3 0.4_5Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2005-07-07 21:23:02
- Last Update: 2023-07-04 19:51:13
- Commit Hash: 0ce030d
- People watching this port, also watch:: hp48xgcc, hte, disco, zsnes, stunnel
- License: GPLv2+
- WWW:
- http://wmwifi.digitalssg.net/
- Description:
- WindowMaker dockapp for displaying signal strenghts of WLAN Adapters
- ¦ ¦ ¦ ¦
- 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/wmwifi/ && make install clean
- To add the package, run one of these commands:
- pkg install net/wmwifi
- pkg install wmwifi
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: wmwifi
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (wmwifi-0.4-bsd.tar.gz) = c948234687476678b6be6c43760c748b4a77a0a153a545d79b2bcd784f0bec66
SIZE (wmwifi-0.4-bsd.tar.gz) = 192913
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:
-
- gmake>=4.3 : devel/gmake
- 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_wmwifi
- USES:
- gmake localbase 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_5 04 Jul 2023 19:51:13 |
Rene Ladan (rene) |
all: return uqs' ports to the pool after his commit-bit was safekept.
With hat: portmgr-secretary |
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_5 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_5 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_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.4_5 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_5 15 Aug 2017 19:09:51 |
tobik |
net/wmwifi: Fix runtime on amd64
Currently wmwifi doesn't start on amd64 and simply fails with
wmwifi: No wireless interface found!
The code assumes that sizeof(int) == sizeof(size_t) which isn't the
case on amd64 (and other architectures) and all sysctl() calls will
fail because of it.
While here:
- Fix a build failure when automake+autoconf are installed in the
build environment. By patching configure.in the build wants to
regenerate configure which doesn't work correctly: (Only the first 15 lines of the commit message are shown above ) |
0.4_4 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
0.4_4 09 Mar 2014 14:40:53 |
miwi |
- Stage support
- Convert to USES |
0.4_4 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.4_4 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.4_4 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.4_4 26 Nov 2010 08:01:49 |
uqs |
Use MASTER_SITE_SUBDIR instead of rolling my own.
Clue provided by: pav |
0.4_4 25 Nov 2010 19:00:01 |
uqs |
Fix remaining MASTER_SITE_LOCAL abuses for my ports. |
0.4_4 31 May 2010 08:03:53 |
uqs |
- Update to my @FreeBSD.org address
- Add distfile mirror to single source MASTER_SITES
- Also update no longer working addresses |
0.4_4 12 Sep 2009 09:42:24 |
miwi |
- Update to Maintianer Mail adress
PR: 138428
Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> |
0.4_4 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
0.4_4 21 Mar 2008 23:55:13 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
0.4_3 14 Mar 2008 16:08:26 |
rafan |
- Fix build with new net80211 on 7.x and above
PR: ports/121167
Submitted by: Ulrich Spoerlein <uspoerlein at gmail.com> (maintainer)
Tested by: Dierk Sacher <dierk at blaxxtarz.de> |
0.4_3 01 Oct 2007 06:20:40 |
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 16 Jun 2006 16:51:05 |
pav |
- Skip all loopback and point-to-point interfaces
PR: ports/98885
Submitted by: Eric P. Scott <eps+pbug0606@ana.com>
Approved by: Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer) |
0.4_1 29 May 2006 20:46:13 |
pav |
- Update maintainer's email address
PR: ports/98102
Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer) |
0.4_1 22 Jan 2006 21:24:05 |
edwin |
SHA256ify
Approved by: krion@ |
0.4_1 13 Jul 2005 21:35:27 |
pav |
- The code walking the interface list will issue the SIOCGIFMEDIA ioctl to
every interface. This ioctl will fail on if_fwe and if_plip (and probably
others). Therefore make the failing ioctl() non-fatal and issue a warning
only.
PR: ports/83381
Submitted by: Ulrich Spoerlein <q@galgenberg.net> (maintainer) |
0.4 07 Jul 2005 21:22:36 |
pav |
WindowMaker dockapp for displaying signal strenghts of WLAN Adapters
PR: ports/82891
Submitted by: Ulrich Spoerlein <q@galgenberg.net> |