The FreeBSD Ports Archive
FreeBSD sysutils : bbapm4>
APM monitor for the Blackbox slit
bbapm is an APM meter for Blackbox, designed to be a part of the
Blackbox Slit, although it will still function as a stand-alone
tool.
http://bbtools.sourceforge.net/
|
bbapm history
v. 1.20
date: 2007/05/19 20:23:01; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.19
date: 2006/03/07 08:27:38; author: ade; state: Exp; lines: +1 -1
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit)
v. 1.18
date: 2006/01/23 07:04:10; author: linimon; state: Exp; lines: +2 -1
Revert last commit. It is not possible (yet) to have the dirrmtry usage
in the post-install target. Its usage must preceed generate-plist.
This problem needs to be revisited either in a rework of bsd.port.mk or
each of these Makefiles.
Hat: portmgr
Pointy hat: edwin`
v. 1.17
date: 2006/01/22 06:28:50; author: edwin; state: Exp; lines: +1 -2
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
v. 1.16
date: 2004/08/10 18:38:33; author: krion; state: Exp; lines: +14 -4
Update MASTER_SITES and WWW: line
Support PLIST_FILES
PR: ports/70265
Submitted by: Ports Fury
v. 1.15
date: 2004/05/16 23:45:05; author: adamw; state: Exp; lines: +1 -1
Drop maintainership on most of my ports. Feel free to grab 'em if you
want 'em.
v. 1.14
date: 2004/02/04 05:08:54; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.13
date: 2003/06/03 21:24:17; author: adamw; state: Exp; lines: +1 -1
Move:
x11-wm/bbrun --> x11/bbrun
x11-wm/bbapm --> sysutils/bbapm
x11-wm/icemc --> misc/icemc
v. 1.12
date: 2003/05/19 20:05:26; author: adamw; state: Exp; lines: +2 -7
Mark ONLY_FOR_ARCHS=i386.
Fix build on -CURRENT. Image.cc was trying to define a variable
named "or."
Thank you: wpaul
v. 1.11
date: 2003/05/18 10:12:53; author: kris; state: Exp; lines: +7 -1
BROKEN on 5.1: bad C++
v. 1.10
date: 2003/04/20 19:54:52; author: marcus; state: Exp; lines: +0 -1
Remove USE_GNOMENG.
v. 1.9
date: 2003/03/07 06:14:16; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.8
date: 2002/11/10 16:48:48; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.7
date: 2002/11/06 22:47:34; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.6
date: 2002/10/18 07:57:48; author: adamw; state: Exp; lines: +1 -1
Change maintainership on all my ports.
adam@vectors.cx -> adam@FreeBSD.org
Approved by: pat (mentor)
v. 1.5
date: 2002/09/02 01:30:15; author: lioux; state: Exp; lines: +2 -1
Deploy USE_GNOMENG infrastructure
PR: 42305
Submitted by: Edwin Groothuis
v. 1.4
date: 2002/08/26 00:53:42; author: trevor; state: Exp; lines: +0 -2
Remove dependency on blackbox.
PR: 42014
Submitted by: Adam Weinberger (maintainer)
v. 1.3
date: 2002/07/22 22:31:03; author: pat; state: Exp; lines: +2 -2
Update maintainer's email address
Submitted by: maintainer
v. 1.2
date: 2001/12/27 19:45:20; author: petef; state: Exp; lines: +1 -0
Need to ${MKDIR} ${PREFIX}/share/bbtools before trying to install files
there.
Noticed by: bento
v. 1.1
date: 2001/12/08 02:18:06; author: pat; state: Exp;
Initial import of x11-wm/bbapm, an APM meter for Blackbox
PR: 29461
Submitted by: Adam Weinberger , \
Scott Renfro (additional patches)
=============================================================================
v. 1.20
date: 2007/05/19 20:23:01; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.19
date: 2006/03/07 08:27:38; author: ade; state: Exp; lines: +1 -1
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit)
v. 1.18
date: 2006/01/23 07:04:10; author: linimon; state: Exp; lines: +2 -1
Revert last commit. It is not possible (yet) to have the dirrmtry usage
in the post-install target. Its usage must preceed generate-plist.
This problem needs to be revisited either in a rework of bsd.port.mk or
each of these Makefiles.
Hat: portmgr
Pointy hat: edwin`
v. 1.17
date: 2006/01/22 06:28:50; author: edwin; state: Exp; lines: +1 -2
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
v. 1.16
date: 2004/08/10 18:38:33; author: krion; state: Exp; lines: +14 -4
Update MASTER_SITES and WWW: line
Support PLIST_FILES
PR: ports/70265
Submitted by: Ports Fury
v. 1.15
date: 2004/05/16 23:45:05; author: adamw; state: Exp; lines: +1 -1
Drop maintainership on most of my ports. Feel free to grab 'em if you
want 'em.
v. 1.14
date: 2004/02/04 05:08:54; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.13
date: 2003/06/03 21:24:17; author: adamw; state: Exp; lines: +1 -1
Move:
x11-wm/bbrun --> x11/bbrun
x11-wm/bbapm --> sysutils/bbapm
x11-wm/icemc --> misc/icemc
v. 1.12
date: 2003/05/19 20:05:26; author: adamw; state: Exp; lines: +2 -7
Mark ONLY_FOR_ARCHS=i386.
Fix build on -CURRENT. Image.cc was trying to define a variable
named "or."
Thank you: wpaul
v. 1.11
date: 2003/05/18 10:12:53; author: kris; state: Exp; lines: +7 -1
BROKEN on 5.1: bad C++
v. 1.10
date: 2003/04/20 19:54:52; author: marcus; state: Exp; lines: +0 -1
Remove USE_GNOMENG.
v. 1.9
date: 2003/03/07 06:14:16; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.8
date: 2002/11/10 16:48:48; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.7
date: 2002/11/06 22:47:34; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.6
date: 2002/10/18 07:57:48; author: adamw; state: Exp; lines: +1 -1
Change maintainership on all my ports.
adam@vectors.cx -> adam@FreeBSD.org
Approved by: pat (mentor)
v. 1.5
date: 2002/09/02 01:30:15; author: lioux; state: Exp; lines: +2 -1
Deploy USE_GNOMENG infrastructure
PR: 42305
Submitted by: Edwin Groothuis
v. 1.4
date: 2002/08/26 00:53:42; author: trevor; state: Exp; lines: +0 -2
Remove dependency on blackbox.
PR: 42014
Submitted by: Adam Weinberger (maintainer)
v. 1.3
date: 2002/07/22 22:31:03; author: pat; state: Exp; lines: +2 -2
Update maintainer's email address
Submitted by: maintainer
v. 1.2
date: 2001/12/27 19:45:20; author: petef; state: Exp; lines: +1 -0
Need to ${MKDIR} ${PREFIX}/share/bbtools before trying to install files
there.
Noticed by: bento
v. 1.1
date: 2001/12/08 02:18:06; author: pat; state: Exp;
Initial import of x11-wm/bbapm, an APM meter for Blackbox
PR: 29461
Submitted by: Adam Weinberger , \
Scott Renfro (additional patches)
=============================================================================
v. 1.20
date: 2007/05/19 20:23:01; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.19
date: 2006/03/07 08:27:38; author: ade; state: Exp; lines: +1 -1
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit)
v. 1.18
date: 2006/01/23 07:04:10; author: linimon; state: Exp; lines: +2 -1
Revert last commit. It is not possible (yet) to have the dirrmtry usage
in the post-install target. Its usage must preceed generate-plist.
This problem needs to be revisited either in a rework of bsd.port.mk or
each of these Makefiles.
Hat: portmgr
Pointy hat: edwin`
v. 1.17
date: 2006/01/22 06:28:50; author: edwin; state: Exp; lines: +1 -2
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
v. 1.16
date: 2004/08/10 18:38:33; author: krion; state: Exp; lines: +14 -4
Update MASTER_SITES and WWW: line
Support PLIST_FILES
PR: ports/70265
Submitted by: Ports Fury
v. 1.15
date: 2004/05/16 23:45:05; author: adamw; state: Exp; lines: +1 -1
Drop maintainership on most of my ports. Feel free to grab 'em if you
want 'em.
v. 1.14
date: 2004/02/04 05:08:54; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.13
date: 2003/06/03 21:24:17; author: adamw; state: Exp; lines: +1 -1
Move:
x11-wm/bbrun --> x11/bbrun
x11-wm/bbapm --> sysutils/bbapm
x11-wm/icemc --> misc/icemc
v. 1.12
date: 2003/05/19 20:05:26; author: adamw; state: Exp; lines: +2 -7
Mark ONLY_FOR_ARCHS=i386.
Fix build on -CURRENT. Image.cc was trying to define a variable
named "or."
Thank you: wpaul
v. 1.11
date: 2003/05/18 10:12:53; author: kris; state: Exp; lines: +7 -1
BROKEN on 5.1: bad C++
v. 1.10
date: 2003/04/20 19:54:52; author: marcus; state: Exp; lines: +0 -1
Remove USE_GNOMENG.
v. 1.9
date: 2003/03/07 06:14:16; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.8
date: 2002/11/10 16:48:48; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.7
date: 2002/11/06 22:47:34; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.6
date: 2002/10/18 07:57:48; author: adamw; state: Exp; lines: +1 -1
Change maintainership on all my ports.
adam@vectors.cx -> adam@FreeBSD.org
Approved by: pat (mentor)
v. 1.5
date: 2002/09/02 01:30:15; author: lioux; state: Exp; lines: +2 -1
Deploy USE_GNOMENG infrastructure
PR: 42305
Submitted by: Edwin Groothuis
v. 1.4
date: 2002/08/26 00:53:42; author: trevor; state: Exp; lines: +0 -2
Remove dependency on blackbox.
PR: 42014
Submitted by: Adam Weinberger (maintainer)
v. 1.3
date: 2002/07/22 22:31:03; author: pat; state: Exp; lines: +2 -2
Update maintainer's email address
Submitted by: maintainer
v. 1.2
date: 2001/12/27 19:45:20; author: petef; state: Exp; lines: +1 -0
Need to ${MKDIR} ${PREFIX}/share/bbtools before trying to install files
there.
Noticed by: bento
v. 1.1
date: 2001/12/08 02:18:06; author: pat; state: Exp;
Initial import of x11-wm/bbapm, an APM meter for Blackbox
PR: 29461
Submitted by: Adam Weinberger , \
Scott Renfro (additional patches)
=============================================================================
|
| |

|