Port details |
- py-glances CLI curses based monitoring tool for GNU/Linux and BSD OS
- 3.3.1_1 sysutils =10 3.3.1_1Version of this port present on the latest quarterly branch.
- Maintainer: gasol.wu@gmail.com
- Port Added: 2012-09-22 13:54:23
- Last Update: 2024-01-11 13:59:36
- Commit Hash: 7074d7f
- People watching this port, also watch:: tmux, pkg, nginx, git, rsync
- Also Listed In: python
- License: LGPL3
- WWW:
- https://nicolargo.github.io/glances/
- Description:
- Glances is a CLI curses based monitoring tool for GNU/Linux and BSD OS.
Uses the PsUtil library to get information from your system.
- ¦ ¦ ¦ ¦
- 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:
-
- ${PYTHON_PKGNAMEPREFIX}glances>0:sysutils/py-glances@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/sysutils/py-glances/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/py-glances
- pkg install py39-glances
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-glances listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-glances
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1673830736
SHA256 (nicolargo-glances-v3.3.1_GH0.tar.gz) = ab12ff835b688aecf3295e813085cabef3f92e72ff540e7475773df18e599d5d
SIZE (nicolargo-glances-v3.3.1_GH0.tar.gz) = 6198972
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- py39-coverage>=0.15.2 : devel/py-coverage@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-defusedxml>=0 : devel/py-defusedxml@py39
- py39-future>=0.15.2 : devel/py-future@py39
- py39-packaging>=0 : devel/py-packaging@py39
- py39-psutil>=5.3.0 : sysutils/py-psutil@py39
- py39-ujson>=0 : devel/py-ujson@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_py-glances
- USES:
- python
- 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.3.1_1 11 Jan 2024 13:59:36 |
Baptiste Daroussin (bapt) |
MANPREFIX: eliminate usage of MANPREFIX
While here move some manpages to share/man |
3.3.1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
3.3.1 26 Feb 2023 19:47:31 |
Tilman Keskinoz (arved) |
sysutils/py-glances: Update to 3.3.1
PR: 268979
Submitted by: maintainer |
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.2.7 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.2.7 12 Aug 2022 11:31:58 |
Nuno Teixeira (eduardo) |
sysutils/py-glances: Update to 3.2.7
ChangeLog: https://github.com/nicolargo/glances/releases
PR: 265454
Reported by: Rafael Grether <devnull@apt322.org> |
3.2.4.2 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.2.4.2 05 Jan 2022 21:17:54 |
Neel Chauhan (nc) Author: Gasol Wu |
sysutils/py-glances: Update to 3.2.4.2
PR: 260951 |
3.1.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.1.4 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
3.1.4 03 Aug 2020 08:50:14 |
antoine |
glances works fine with python 3.7 or 3.8 |
3.1.4 26 May 2020 20:54:04 |
bofh |
sysutils/py-glances: Update version 3.1.3=>3.1.4
- Add TEST_DEPENDS and test framework
- Update support for python upto 3.6
- Make use of ETCDIR
PR: 244983
Approved by: gasol.wu@gmail.com (MAINTAINER) |
3.1.3 09 Nov 2019 12:18:39 |
fox |
sysutils/py-glances: Updates to 3.1.3
- Adds missing runtime dependency py-future.
Changes since 3.1.0:
https://github.com/nicolargo/glances/compare/v3.1.0...v3.1.3
PR: 241251
Approved by: maintainer-timeout(more than 14 days), swills, philip (mentor) |
3.1.0 12 Apr 2019 21:21:53 |
bofh |
sysutils/py-glances: Update version 3.0.2=>3.1.0
PR: 236809
Approved by: maintainer-timeout(more than 14 days) |
3.0.2 30 Nov 2018 00:38:12 |
wen |
- Update to 3.0.2
- Update RUN_DEPENDS
PR: 232226
Submitted by: wen@
Approved by: maintainer |
2.11.1 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
2.11.1 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
2.11.1 11 Sep 2017 12:24:03 |
olgeni |
Update sysutils/py-glances to version 2.11.1.
PR: 222196
Submitted by: olgeni
Approved by: maintainer |
2.9.1 09 May 2017 14:23:26 |
sunpoet |
Update to 2.9.1
Changes: https://github.com/nicolargo/glances/blob/master/NEWS
PR: 219129
Submitted by: Gasol Wu <gasol.wu@gmail.com> (maintainer) |
2.8.8 21 Apr 2017 07:23:38 |
miwi |
- Update to 2.8.8
PR: 217776
Submitted by: maintainer |
2.8.1 07 Feb 2017 14:36:58 |
krion |
Update sysutils/py-glances to 2.8.1
PR: 216874
Submitted by: gasol.wu@gmail.com
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9471 |
2.5.1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
2.5.1 19 Jan 2016 05:59:20 |
vanilla |
Upgrade to 2.5.1.
PR: 206389
Submitted by: maintainer |
2.5 08 Dec 2015 09:05:15 |
mat |
Don't use GH_TAGNAME when DISTVERSION* variables can be used.
With hat: portmgr
Sponsored by: Absolight |
2.5.0 16 Oct 2015 19:23:44 |
pawel |
- Update to version 2.5.0 [1]
- Add NO_ARCH
PR: 203602 [1]
Submitted by: Gasol Wu (maintainer) [1] |
2.4.2 15 Jun 2015 23:31:07 |
amdmi3 |
- Update to 2.4.2
- Remove NLS support (has been removed from upstream)
- Add LICENSE_FILE
PR: 200877
Submitted by: gasol.wu@gmail.com |
2.1 07 May 2015 20:24:16 |
mat |
Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
2.1 14 Oct 2014 19:18:47 |
pawel |
- Update to version 2.1 [1]
- Remove run dependency on devel/py-Jinja2 [1]
- Convert to USES=python
- Remove uneeded PLIST_DIRS
PR: 193843 [1]
Submitted by: maintainer |
2.0 18 Jun 2014 07:39:35 |
miwi |
- Update to 2.0
PR: 191076 |
1.7.7 15 May 2014 17:35:16 |
sunpoet |
- Update to 1.7.7
Changes: https://github.com/nicolargo/glances/blob/master/NEWS
PR: ports/189808
Submitted by: Gasol Wu <gasol.wu@gmail.com> (maintainer) |
1.7.6_1 11 May 2014 14:26:57 |
sunpoet |
- Remove MANPAGES option: install manpage unconditionally
- Remove duplicate PLIST entry (bin/glances)
- Bump PORTREVISION for package change
Submitted by: sunpoet (myself)
Approved by: Gasol Wu <gasol.wu@gmail.com> (maintainer) |
1.7.6 26 Apr 2014 18:12:55 |
sunpoet |
- Update to 1.7.6
- While I'm here:
- Update RUN_DEPENDS: use sysutils/py-psutil
- Add DOCS to OPTIONS_DEFINE
- Use USE_PYDISTUTILS=yes
- Use PLIST_FILES, PLIST_DIRS, PORTDOCS and PYDISTUTILS_AUTOPLIST instead of
PLIST
- Cosmetic change
Changes: https://github.com/nicolargo/glances/blob/master/NEWS
PR: ports/188174
Submitted by: Gasol Wu <gasol.wu@gmail.com> (maintainer) |
1.7.5 19 Mar 2014 15:03:36 |
swills |
- Update to 1.7.5
PR: ports/187719
Submitted by: swills (myself)
Approved by: Gasol Wu <gasol.wu@gmail.com> (maintainer) |
1.7.4 04 Feb 2014 11:41:05 |
sunpoet |
- Update to 1.7.4
- Fix PLIST for MANPAGES option
Changes: https://github.com/nicolargo/glances/blob/master/NEWS
PR: ports/185900
Submitted by: Gasol Wu <gasol.wu@gmail.com> |
1.7.3 04 Jan 2014 08:26:01 |
sunpoet |
- Fix package
- While I'm here, cleanup and simplify Makefile
PR: ports/185408
Submitted by: Gasol Wu <gasol.wu@gmail.com> (maintainer) |
1.7.3 03 Jan 2014 01:53:21 |
bapt |
Part 3 at removing now useless FETCH_ARGS redifition |
1.7.3 25 Dec 2013 20:16:29 |
sunpoet |
- Update to 1.7.3
- While I'm here:
- Convert to new options framework
- Convert to new options helper
- Update USE_PYDISTUTILS
- Support STAGEDIR
Changes: https://github.com/nicolargo/glances/blob/master/NEWS
PR: ports/
Submitted by: Gasol Wu <gasol.wu@gmail.com> (maintainer) |
1.7.2 02 Dec 2013 08:17:15 |
sunpoet |
- Update to 1.7.2
Changes: https://github.com/nicolargo/glances/blob/master/NEWS
PR: ports/183983
Submitted by: Gasol Wu <gasol.wu@gmail.com> (maintainer) |
1.7.1 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
1.7.1 22 Aug 2013 20:42:45 |
wg |
sysutils/py-glances: update to 1.7.1
- Update to 1.7.1
- Add NLS option
- Use single space for WWW
Changes: https://github.com/nicolargo/glances/blob/master/NEWS
PR: ports/181465
Submitted by: Gasol Wu <gasol.wu gmail.com> (maintainer) |
1.5.1 28 Nov 2012 20:17:03 |
pawel |
- Update to version 1.5.1 [1]
- Fix COMMENT
PR: ports/173715 [1]
Submitted by: Gasol Wu <gasol.wu@gmail.com> (maintainer)
Feature safe: yes |
1.4.1.1 22 Sep 2012 13:53:22 |
lwhsu |
Add py-glances 1.4.1.1, a CLI curses based monitoring tool for GNU/Linux
and BSD OS.
PR: ports/171517
Submitted by: Gasol Wu <gasol.wu@gmail.com> |