Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.8.1 25 May 2024 01:20:36
    |
Adam Weinberger (adamw)  |
sysutils/tmux-mem-cpu-load: Update to 3.8.1 |
3.8.0 12 May 2023 14:34:34
    |
Adam Weinberger (adamw)  |
sysutils/tmux-mem-cpu-load: Update to 3.8.0 |
3.7.0 28 Mar 2023 03:28:27
    |
Adam Weinberger (adamw)  |
sysutils/tmux-mem-cpu-load: Update to 3.7.0 |
3.6.2 20 Mar 2023 22:21:59
    |
Adam Weinberger (adamw)  |
sysutils/tmux-mem-cpu-load: Update to 3.6.2 |
3.6.1 06 Mar 2023 12:16:17
    |
Adam Weinberger (adamw)  |
sysutils/tmux-mem-cpu-load: Update to 3.6.1 |
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) |
3.6.0 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 ) |
3.6.0 20 Jul 2022 14:23:05
    |
Tobias C. Berner (tcberner)  |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
3.6.0 04 Mar 2022 18:54:42
    |
Adam Weinberger (adamw)  |
sysutils/tmux-mem-cpu-load: Update to 3.6.0 |
3.5.1 04 Aug 2021 21:48:14
    |
Adam Weinberger (adamw)  |
sysutils/tmux-mem-cpu-load: Update to 3.5.1 |
3.5.0_1 04 Aug 2021 20:56:00
    |
Adam Weinberger (adamw)  |
sysutils/tmux-mem-cpu-load: Replace local patch with upstream version
3.5.0 required a patch against a build error. This commit replaces a
local patch for it with the version from upstream, which is
substantively the same except the local patch won't recognize more than
256 CPUs. I'm including a PORTREVISION bump in case you're running
tmux-mem-cpu-load on your 512-core machine. |
3.5.0 04 Aug 2021 11:42:43
    |
Adam Weinberger (adamw)  |
sysutils/tmux-mem-cpu-load: Update to 3.5.0 |
3.4.0_4 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.4.0_4 22 Dec 2019 18:54:48
  |
adamw  |
tmux-mem-cpu-load: Fix memory calculation, and remove tmux dependency
This adds a patch from fluffy that fixes the memory usage calculation, which
was previously wildly incorrect (on my box: before 484, after 16889). See
https://github.com/thewtex/tmux-mem-cpu-load/pull/61
Also, I'm removing the run-time dependency on tmux. Although this program
is designed to be used in the tmux status bar, there's no reason it can't
be used in any other status bar, and it doesn't actually use tmux in any
way. |
3.4.0_3 26 Jul 2019 20:46:57
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
3.4.0_2 12 Dec 2018 01:35:36
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
3.4.0_1 29 Jul 2018 22:18:46
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
3.4.0 18 Jun 2018 19:03:04
  |
linimon  |
Adjust USES to fix builds on gcc-based architectures.
While here, pet portlint.
Tested for no regression on amd64.
Approved by: portmgr (tier-2 blanket) |
3.4.0 13 May 2017 23:50:49
  |
linimon  |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
3.4.0 15 Jan 2017 23:49:14
  |
adamw  |
Add sysutils/tmux-mem-cpu-load, which adds mem, cpu, and load
to tmux. Like rainbarf except it works, and it's a 40KB executable.
WWW: https://github.com/thewtex/tmux-mem-cpu-load |