non port: x11/i3status/Makefile |
SVNWeb
|
Number of commits found: 31 |
Fri, 1 Jul 2022
|
[ 08:16 Baptiste Daroussin (bapt) ] 9242049 (Only the first 10 of 37 ports in this commit are shown above. )
deskutils: move a bunch of desktop utilities to the right place
Move some of the desktop utilities I do maintain to the right category
While here remove the x11 category from i3status which has never been
related to x11 at all
|
Fri, 12 Nov 2021
|
[ 10:08 Baptiste Daroussin (bapt) ] 5036020
x11/i3status: update to 2.14
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 22 Sep 2019
|
[ 09:38 amdmi3 ]
- Add LICENSE_FILE
- Remove extra empty line
- Update WWW
Approved by: portmgr blanket
|
Thu, 29 Aug 2019
|
[ 13:29 bapt ]
Update to 2.13
|
Mon, 14 May 2018
|
[ 09:14 bapt ]
Update to 2.12
|
Thu, 11 Jan 2018
|
[ 14:18 danfe ] (Only the first 10 of 100 ports in this commit are shown above. )
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2).
|
Mon, 30 Jan 2017
|
[ 08:08 bapt ]
Fix the deciKelvin to Celsius conversion
|
Sat, 28 Jan 2017
|
[ 19:13 bapt ]
Update to 2.11
|
Fri, 1 Apr 2016
|
[ 14:33 mat ] (Only the first 10 of 2136 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 12 Jan 2016
|
[ 12:42 bapt ]
Instead of simply removing pulseaudio provide an option (off by default)
|
[ 12:36 bapt ]
Update to 2.10
Add patches to remove support for pulseaudio
|
Fri, 9 Oct 2015
|
[ 02:56 jhb ]
Properly check for the charging flag in the returned battery status
to determine if the battery is charging.
Reviewed by: bapt (maintainer)
Differential Revision: https://reviews.freebsd.org/D3849
|
Fri, 28 Aug 2015
|
[ 21:07 jhb ]
Fix multiple issues with the wireless information reported by i3status for
an interface:
- Instead of hoping that the currently associated AP will show up as
the first AP in the list of scan results, fetch the BSSID of the
currently associated AP and use that to fetch station info for the
AP. This provides more frequently updated signal strength
information than scan results and reliably provides information when
multiple APs are in range.
- Do not treat the RSSI value as a raw signal value in dBm. Instead, use
the same formula as ifconfig(8) to compute a signal value.
- Do not report the beacon interval value as a signal quality level.
Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D3369
|
Tue, 11 Aug 2015
|
[ 20:51 jhb ]
Fix some nits with displaying Ethernet media status exposed by the recent
extended Ethernet media states:
- Don't apply IFM_SUBTYPE to the raw subtype in the description table.
IFM_SUBTYPE() requires a fully populated word and was truncating values
in the table when comparing resulting in false matches (notably
"10GBase-KX4" for the no media case).
- Explicitly check for IFM_ETHER.
- Use SIOCGIFXMEDIA when present to obtain extended media states.
- Explicitly handle "no carrier".
PR: 202247
Reviewed by: bapt
|
Sun, 3 Aug 2014
|
[ 12:25 pi ] (Only the first 10 of 11 ports in this commit are shown above. )
devel/libconfuse: USES=libtool, bump dependencies
|
Sat, 12 Apr 2014
|
[ 22:34 bapt ]
Use the new @sample keyword
|
Mon, 6 Jan 2014
|
[ 11:24 bapt ]
update to 2.8
Mostly our patches being upstreamed
|
Thu, 3 Oct 2013
|
[ 17:11 bapt ]
Use modern LIB_DEPENDS
Prefer pkg-plist over Makefile's pollution
|
Mon, 23 Sep 2013
|
[ 06:19 bapt ]
Use stage
|
Fri, 20 Sep 2013
|
[ 23:43 bapt ] (Only the first 10 of 483 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11)
|
Fri, 5 Jul 2013
|
[ 13:51 bapt ]
Readd the USE_BZIP2 removed by mistake
Submitted by: flo
|
[ 13:44 bapt ] (Only the first 10 of 11 ports in this commit are shown above. )
Convert to USES=gmake
|
Tue, 19 Mar 2013
|
[ 18:38 bapt ]
- update to 2.7
Make patch for colours in volume output actually works.
Add a patch for colours on low remaining battery
Add a patch for colours on high CPU temperature
|
Sat, 29 Dec 2012
|
[ 18:26 bapt ]
- update to 2.6
- add an experimental support for "mute"
|
Tue, 15 May 2012
|
[ 19:17 bapt ]
- update to 3.5.1
|
Sat, 5 May 2012
|
[ 00:49 bapt ]
- update to 2.5
|
Wed, 28 Dec 2011
|
[ 20:31 bapt ]
- update to 2.4 (mostly integrate the freebsd support)
|
Thu, 8 Dec 2011
|
[ 14:56 bapt ]
- Fix disk usage
- Use coretemp to get cpu temperature
Feature safe: yes
|
[ 12:57 bapt ]
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.
WWW: http://i3wm.org/i3status/
Feature safe: yes
|
Number of commits found: 31 |