NOTICE: This package has been removed from pkgsrc

./wip/i3status, Small program for generating a status bar

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.10, Package name: i3status-2.10, Maintainer: pallegra

i3status is a small program (about 3000 SLOC) for generating a status bar
for dzen2, xmobar or similar programs. It is designed to be very efficient
by issuing a very small number of system calls, as one generally wants
to update such a status line every second.
This ensures that even under high load, your status bar is updated correctly.
Also, it saves a bit of energy by not hogging your CPU as much as spawning
the corresponding amount of shell commands would.


Required to run:
[devel/confuse] [audio/pulseaudio] [devel/yajl]

Required to build:
[pkgtools/x11-links] [x11/recordproto]

Master sites:

SHA1: b0bfcac24c9e57958eefd9c3b00aed4b73b2c708
RMD160: 78a2d26aea8d59e8b8e9f7a302e28688bd9ae516
Filesize: 52.426 KB

Version history: (Expand)


CVS history: (Expand)


   2015-04-08 16:33:19 by Niclas Rosenvik | Files touched by this commit (2)
Log message:
Install LICENSE file to conform with the modified-bsd license and binary
distribution.
Install config file under share/examples/i3status.
Bump PKGREVISION.
   2015-04-07 23:11:11 by Niclas Rosenvik | Files touched by this commit (5)
Log message:
Update i3status to version 2.9

Changelog:

 * meta: i3status is now on GitHub and uses clang-format
 * allow customization of the module separator
 * add "align" and "min_width" options for each module
 * fix CFLAGS and LDFLAGS for DragonFly and FreeBSD
 * add contrib/net-speed, a more light-weight reimplementation of
   contrib/measure-net-speed.bash
 * battery: add hide_seconds option
 * battery: fix for systems without POWER_SUPPLY_VOLTAGE_NOW
 * battery: for %percentage, drop leading 0 for values < 10
 * battery: add NetBSD support
 * battery: use absolute values for (dis)charging rates
 * battery: introduce status_{chr,bat,full}
 * cpu_temperature: fix displaying multiple sensors
 * cpu_temperature: fix NetBSD support
 * cpu_temperature: fix DragonFly support
 * disk: introduce threshold_type and low_threshold
 * disk: add format_not_mounted for unmounted paths
 * ethernet, wireless: support special interface name _first_
 * run_watch: check all matching pid files until first valid one
 * volume: fix wrong color tags with xmobar
 * wireless: support %frequency (2.4 vs. 5 GHz)
   2014-01-30 20:48:15 by Vitaly Shevtsov | Files touched by this commit (3) | Package removed
Log message:

remove patches
   2014-01-30 19:58:01 by Vitaly Shevtsov | Files touched by this commit (2)
Log message:
   2012-09-30 07:44:14 by Aleksej Saushev | Files touched by this commit (35)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2011-08-01 17:48:54 by Pierre Allegraud | Files touched by this commit (4)
Log message:
Whoooops, previous commit was buggy...
   2011-08-01 17:25:17 by Pierre Allegraud | Files touched by this commit (2)
Log message:
pkgsrc default i3status.conf should work better
   2011-08-01 16:48:00 by Pierre Allegraud | Files touched by this commit (7) | Imported package
Log message:
Import i3status-2.3 as wip/i3status.

i3status is a small program (about 1500 SLOC) for generating a status bar
for dzen2, xmobar or similar programs. It is designed to be very efficient
by issuing a very small number of system calls, as one generally wants
to update such a status line every second.
This ensures that even under high load, your status bar is updated correctly.
Also, it saves a bit of energy by not hogging your CPU as much as spawning
the corresponding amount of shell commands would.