From 4d7300ab965b524b8cfb0c96acfb6640c2317aa1 Mon Sep 17 00:00:00 2001 From: kenrmayfield <89940641+kenrmayfield@users.noreply.github.com> Date: Sun, 6 Apr 2025 21:47:56 -0500 Subject: [PATCH 1/8] Update README.rst Update FreeBSD Instructions 1. Add Glances Binary Package Versions Picture 2. Update Install 3. Add Note to Check Glances Binary Package Version with System Architecture that corresponds to Python Version. 4. Add Link to Glances Binary Package Versions Picture called CHECK --- README.rst | 37 ++++++++++++++++++++++++++++++++++--- 1 file changed, 34 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 6df3458d..d49812cb 100644 --- a/README.rst +++ b/README.rst @@ -292,14 +292,45 @@ higher, the path to the statics file is configurable (see ``issue2612``). FreeBSD ------- -To install the binary package: +Glances Binary Package Versions per System Architecture for FreeBSD as of: 08 Mar 2025 04:05:21 + +.. image:: https://i.postimg.cc/DzRrj8T1/glancespackageversionforfreebsd.png +Identify the Python Version Installed: + +.. code-block:: console + + # Check for Python Version 2: + + # python -V + + # Alternative Command: python --version + +.. code-block:: console + + # Check for Python Version 3: + + # python3 -V + + # Alternative Command: python3 --version + + + +To install the Glances Binary Package: .. code-block:: console # pkg install pyXY-glances -Where X and Y are the major and minor value of your Python system. -Example for Python 3.11.3 use py311-glances. +Where X and Y are the Major and Minor Values of your Python System. + +.. code-block:: console + + # Example for Python 3.11.3: pkg install py311-glances + +*NOTE:* Check Glances Binary Package Version for your System Architecture. +You must have the Correct Python Version Installed which corresponds to the Glances Binary Package. `Check`_ + +.. _Check: https://github.com/nicolargo/glances?tab=readme-ov-file#freebsd:~:text=see%20issue2612).-,FreeBSD,-To%20install%20the.Check To install Glances from ports: From 20d08c0cb6f300cc4421ce046498f8bf423e25bb Mon Sep 17 00:00:00 2001 From: kenrmayfield <89940641+kenrmayfield@users.noreply.github.com> Date: Sun, 6 Apr 2025 21:58:44 -0500 Subject: [PATCH 2/8] Update README.rst Bold the word NOTE --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d49812cb..18cf7095 100644 --- a/README.rst +++ b/README.rst @@ -327,7 +327,7 @@ Where X and Y are the Major and Minor Values of your Python System. # Example for Python 3.11.3: pkg install py311-glances -*NOTE:* Check Glances Binary Package Version for your System Architecture. +**NOTE:** Check Glances Binary Package Version for your System Architecture. You must have the Correct Python Version Installed which corresponds to the Glances Binary Package. `Check`_ .. _Check: https://github.com/nicolargo/glances?tab=readme-ov-file#freebsd:~:text=see%20issue2612).-,FreeBSD,-To%20install%20the.Check From 6f93c1bad999edc18421ef915c8ac874f566a7c5 Mon Sep 17 00:00:00 2001 From: kenrmayfield <89940641+kenrmayfield@users.noreply.github.com> Date: Sun, 6 Apr 2025 22:00:29 -0500 Subject: [PATCH 3/8] Update README.rst Changed spelling of ports to Ports --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 18cf7095..981e2980 100644 --- a/README.rst +++ b/README.rst @@ -332,7 +332,7 @@ You must have the Correct Python Version Installed which corresponds to the Glan .. _Check: https://github.com/nicolargo/glances?tab=readme-ov-file#freebsd:~:text=see%20issue2612).-,FreeBSD,-To%20install%20the.Check -To install Glances from ports: +To install Glances from Ports: .. code-block:: console From aee1ea6acd13e80c93ef86c605c8a732889815f7 Mon Sep 17 00:00:00 2001 From: kenrmayfield <89940641+kenrmayfield@users.noreply.github.com> Date: Sun, 6 Apr 2025 22:27:05 -0500 Subject: [PATCH 4/8] Update README.rst Capitalize the words eye and system in the Title to Eye and System --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 981e2980..d74babad 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ =============================== -Glances - An eye on your system +Glances - An Eye on your System =============================== | |pypi| |test| |contributors| |quality| From f29af964efec0773340ab1c1e0588d89564bf0e1 Mon Sep 17 00:00:00 2001 From: kenrmayfield <89940641+kenrmayfield@users.noreply.github.com> Date: Sun, 6 Apr 2025 22:44:53 -0500 Subject: [PATCH 5/8] Update README.rst Updated CHECK Link for Python Version corresponding to Glances Binary Package --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d74babad..fe2155ca 100644 --- a/README.rst +++ b/README.rst @@ -330,7 +330,7 @@ Where X and Y are the Major and Minor Values of your Python System. **NOTE:** Check Glances Binary Package Version for your System Architecture. You must have the Correct Python Version Installed which corresponds to the Glances Binary Package. `Check`_ -.. _Check: https://github.com/nicolargo/glances?tab=readme-ov-file#freebsd:~:text=see%20issue2612).-,FreeBSD,-To%20install%20the.Check +.. _Check: https://github.com/kenrmayfield/glances#:~:text=Package%20Versions%20per-,System%20Architecture,-for%20FreeBSD%20as.Check To install Glances from Ports: From 96aa6987ab5d8bc143b015b767ef27630b2784f5 Mon Sep 17 00:00:00 2001 From: kenrmayfield <89940641+kenrmayfield@users.noreply.github.com> Date: Sun, 6 Apr 2025 23:20:20 -0500 Subject: [PATCH 6/8] Update README.rst Updated CHECK Link again due to Error in Syntax --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index fe2155ca..0230a674 100644 --- a/README.rst +++ b/README.rst @@ -330,7 +330,7 @@ Where X and Y are the Major and Minor Values of your Python System. **NOTE:** Check Glances Binary Package Version for your System Architecture. You must have the Correct Python Version Installed which corresponds to the Glances Binary Package. `Check`_ -.. _Check: https://github.com/kenrmayfield/glances#:~:text=Package%20Versions%20per-,System%20Architecture,-for%20FreeBSD%20as.Check +.. _Check: https://github.com/kenrmayfield/glances#:~:text=Package%20Versions%20per-,System%20Architecture,-for%20FreeBSD%20as To install Glances from Ports: From aa8f3abab38c16c98c3ee9609f0da61f75eb5549 Mon Sep 17 00:00:00 2001 From: kenrmayfield <89940641+kenrmayfield@users.noreply.github.com> Date: Sun, 6 Apr 2025 23:33:44 -0500 Subject: [PATCH 7/8] Update README.rst Remove CHECK Link. Not working correctly. Need to wait until Main Repository has been Updated. Then I can make a Link to the FreeBSD Glances Binary Package Version Picture. --- README.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 0230a674..e7348089 100644 --- a/README.rst +++ b/README.rst @@ -328,9 +328,7 @@ Where X and Y are the Major and Minor Values of your Python System. # Example for Python 3.11.3: pkg install py311-glances **NOTE:** Check Glances Binary Package Version for your System Architecture. -You must have the Correct Python Version Installed which corresponds to the Glances Binary Package. `Check`_ - -.. _Check: https://github.com/kenrmayfield/glances#:~:text=Package%20Versions%20per-,System%20Architecture,-for%20FreeBSD%20as +You must have the Correct Python Version Installed which corresponds to the Glances Binary Package. To install Glances from Ports: From 041a9852a94c569c9ad7c9f82c555611da4f23d5 Mon Sep 17 00:00:00 2001 From: kenrmayfield <89940641+kenrmayfield@users.noreply.github.com> Date: Sun, 6 Apr 2025 23:42:31 -0500 Subject: [PATCH 8/8] Update README.rst Update Line: Glances Binary Package Versions per System Architecture for FreeBSD as of: 08 Mar 2025 04:05:21 Changed to: Glances Binary Package Versions and Python Versions( pyXY-glances) per System Architecture for FreeBSD as of: 08 Mar 2025 04:05:21 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e7348089..062e9d89 100644 --- a/README.rst +++ b/README.rst @@ -292,7 +292,7 @@ higher, the path to the statics file is configurable (see ``issue2612``). FreeBSD ------- -Glances Binary Package Versions per System Architecture for FreeBSD as of: 08 Mar 2025 04:05:21 +Glances Binary Package Versions and Python Versions( pyXY-glances) per System Architecture for FreeBSD as of: 08 Mar 2025 04:05:21 .. image:: https://i.postimg.cc/DzRrj8T1/glancespackageversionforfreebsd.png Identify the Python Version Installed: