Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.1_2 30 Apr 2023 09:20:41 |
Rene Ladan (rene) |
sysutils/py-psutil121/: Remove expired port:
2023-04-30 sysutils/py-psutil121: Use sysutils/py-psutil instead |
1.2.1_2 18 Apr 2023 18:05:14 |
Po-Chuan Hsieh (sunpoet) |
sysutils/py-psutil121: Mark DEPRECATED and set EXPIRATION_DATE to 2023-04-30
Approved by: portmgr (blanket) |
1.2.1_2 11 Apr 2023 20:46:12 |
Muhammad Moinur Rahman (bofh) |
*/*: Adopt ports from swills@ |
1.2.1_2 11 Apr 2023 20:34:04 |
Rene Ladan (rene) |
all: return swills' ports to the pools after safeeping his ports bit.
With hat: portmgr-secretary |
1.2.1_2 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
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) |
1.2.1_2 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 ) |
1.2.1_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 ) |
1.2.1_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2.1_2 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.2.1_2 10 Nov 2019 04:37:24 |
linimon |
Unmark broken on other tier-2 archs after build passed on armv7.
Approved by: portmgr (tier-2 blanket) |
1.2.1_2 08 Nov 2019 03:54:11 |
linimon |
Unmark these ports broken on aarch64.
Submitted by: emaste (TRYBROKEN run)
Approved by: portmgr (tier-2 blanket) |
1.2.1_2 25 Apr 2018 16:42:38 |
amdmi3 |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
1.2.1_2 08 Feb 2018 20:18:09 |
amdmi3 |
Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes
Approved by: portmgr blanket |
1.2.1_2 27 Dec 2017 19:51:50 |
sunpoet |
Mark CONFLICTS_INSTALL with sysutils/py-psutil |
1.2.1_2 18 Dec 2017 04:52:04 |
linimon |
Also broken on aarch64 and mips.
Approved by: portmgr (tier-2 blanket) |
1.2.1_2 09 Dec 2017 00:42:05 |
linimon |
Mark more ports broken that fail on both armv6 and armv7.
Approved by: portmgr (tier-2 blanket) |
1.2.1_2 21 Mar 2017 08:42:58 |
glebius |
Make it compilable on FreeBSD 12 after struct inpcb and struct tcpcb were
stopped being exported. |
1.2.1_1 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
1.2.1_1 24 Oct 2014 16:56:10 |
mva |
- Convert ports of sysutils/ to new USES=python
Approved by: portmgr (implicit) |
1.2.1_1 12 May 2014 15:49:03 |
swills |
- Portscout fix
- Pet portlint
PR: ports/189634
Submitted by: Bartek Rutkowski <ports@robakdesign.com> |
1.2.1 19 Mar 2014 01:08:37 |
swills |
psutil is a module providing an interface for retrieving information
on running processes and system utilization (CPU, memory) in a portable
way by using Python, implementing many functionalities offered by tools
like ps, top and Windows task manager.
This older version will be required by py-glances.
WWW: http://code.google.com/p/psutil/
WWW: http://pypi.python.org/pypi/psutil/ |