Port details |
- wmapm Laptop battery status display for WindowMaker
- 3.1_2 sysutils
=4 3.1_2Version of this port present on the latest quarterly branch.
- DEPRECATED: Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html
This port expired on: 2014-08-31 IGNORE: is only for i386, while you are running amd64
- 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: unknown
- Last Update: 2014-09-02 10:07:50
- SVN Revision: 366980
- People watching this port, also watch:: python, Hermes, pdflib
- Also Listed In: windowmaker
- License: not specified in port
- WWW:
- http://dockapps.org/file.php/id/18/
- Description:
- WMAPM is an APM/Battery Monitor. It is used to visually
display and interpret details of APM/Battery status from
the system's BIOS via Linux and FreeBSD kernels.
WMAPM is dockable using WindowMaker and AfterStep window-
managers; under other window-managers, WMAPM appears as a
nicely-sized 64x64 application.
NOTE: You need APM driver in your kernel. And enable it to edit
file /etc/rc.conf at `apm_enable=NO' to `YES'.
NOTE2: You should add your acount name to operetor in /etc/group, if
you resume or suspend your PC by clicking the button in wmapm.
WWW: http://dockapps.org/file.php/id/18/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: wmapm
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: i386
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- xpm.pc : x11/libXpm
- Runtime dependencies:
-
- xpm.pc : x11/libXpm
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- 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 |
3.1_2 02 Sep 2014 10:07:50 |
bapt |
Remove non staged ports without pending PR from s* |
3.1_2 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
3.1_2 02 Aug 2011 16:22:15 |
bapt |
Fix master_site |
3.1_2 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
3.1_2 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) |
3.1_2 25 Mar 2008 22:44:48 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
3.1_1 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}. |
3.1 06 Apr 2006 00:25:53 |
edwin |
sysutils/wmapm - Fix MASTER_SITE (make fetchable)
- Replace master site and WWW URL
- The new distfile is a .tar file (despite the name) - the contents
are identical to what was in the original file. Therefore, distinfo
needs patching too.
(checked tarball differences myself)
PR: ports/94229
Submitted by: Shaun Amott <shaun@inerd.com> |
3.1 25 Nov 2005 18:14:52 |
pav |
- Add SHA256 |
3.1 23 Dec 2004 09:32:50 |
nork |
Reset MAINTAINER to ports@.
We cannot contact them for a long time.
Discussed with: hrs
Approved by: kiri(blanket), mita(blanket),
shige(blanket), taoka(blanket) |
3.1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
3.1 06 Feb 2004 13:12:53 |
trevor |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
3.1 07 Mar 2003 06:11:20 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
01 Mar 2001 05:38:11 |
taoka |
Support FreeBSD's apm (I dropted the support in version updating) |
08 Oct 2000 07:23:57 |
asami |
Convert category sysutils to new layout. |
27 Sep 2000 16:32:10 |
taoka |
Update to version 3.1 |
03 Aug 2000 10:28:58 |
asami |
(1) Add new variable, XFREE86_VERSION, to specify which version of XFree86
(3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3
for now, but adventurous users can override it in /etc/make.conf. When
XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it
is set to 4, the dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks
to avoid messing with XFree86 are turned off. |