Port details |
- lscpu Display information about the CPU architecture
- 1.3.0 sysutils =9 1.2.0_3Version of this port present on the latest quarterly branch.
- Maintainer: zi@FreeBSD.org
- Port Added: 2017-09-29 11:52:37
- Last Update: 2024-11-19 18:25:30
- Commit Hash: 1e6c19a
- People watching this port, also watch:: harfbuzz, indexinfo, dbus, freetype2, pinentry
- License: BSD3CLAUSE
- WWW:
- https://github.com/NanXiao/lscpu
- Description:
- lscpu gathers CPU architecture information about the current CPU. The
command output is optimized for parsing or for easy readability by
humans. The information includes, for example, the number of CPUs,
threads, cores, and sockets.
There is also information about the CPU caches, family, model,
byte order, and stepping.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/sysutils/lscpu/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/lscpu
- pkg install lscpu
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lscpu
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1731920160
SHA256 (NanXiao-lscpu-1.3.0_GH0.tar.gz) = ce6fc8f4b6fbc67f11b95821137682f3e27f0c660b74a0cce4c7a72d642b3afe
SIZE (NanXiao-lscpu-1.3.0_GH0.tar.gz) = 7954
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Run
-
- net-mgmt/ocsinventory-agent
- sysutils/hw-probe
- sysutils/plasma5-kinfocenter
- sysutils/plasma6-kinfocenter
- sysutils/py-py-cpuinfo
Configuration Options:
- No options to configure
- Options name:
- sysutils_lscpu
- 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 |
1.3.0 19 Nov 2024 18:25:30 |
Ryan Steinmetz (zi) |
sysutils/lscpu: Update to 1.3.0
PR: 282828
Reported by: Laurent Chardon <laurent.chardon@gmail.com> |
1.2.0_3 18 Aug 2024 17:01:22 |
Ryan Steinmetz (zi) |
sysutils/lscpu: Fix AMD threads per core
- Bump PORTREVISION
PR: 280823
Submitted by: laurent.chardon@gmail.com
Obtained from: upstream repo |
1.2.0_2 11 Jan 2024 13:59:36 |
Baptiste Daroussin (bapt) |
MANPREFIX: eliminate usage of MANPREFIX
While here move some manpages to share/man |
1.2.0_1 22 Feb 2023 20:51:41 |
Piotr Kubaj (pkubaj) |
sysutils/lscpu: fix architecture detection
Use uname -p instead of uname -m. |
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.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 ) |
1.2.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 ) |
1.2.0 24 May 2022 08:59:46 |
Mikael Urankar (mikael) |
sysutils/lscpu: Remove ONLY_FOR_ARCHS
It works on all supported architectures.
PR: 264144 264175
Reported by: Graham Perrin
Approved by: zi |
1.2.0 12 Mar 2022 20:46:49 |
Piotr Kubaj (pkubaj) |
sysutils/lscpu: also enable on riscv64
Works fine. |
1.2.0 11 Mar 2022 16:39:35 |
Piotr Kubaj (pkubaj) |
sysutils/lscpu: works fine on powerpc* |
1.2.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2.0 12 Aug 2018 01:57:26 |
zi |
- Update to 1.2.0 |
1.0.0 11 Dec 2017 15:26:23 |
danfe |
Add ONLY_FOR_ARCHS_REASON statement: while it attempts to query generic CPU
information using sysctl(3) CTL_HW* identifiers, it does not properly guard
x86-specific code paths.
Requested by: mat |
1.0.0 11 Dec 2017 09:24:41 |
danfe |
Follow up on r455926 and just set ONLY_FOR_ARCHS instead of a bunch of
BROKEN_* statements: this software is inherently x86-only. While here,
remove redundant ${PORTNAME}.1 from destination path and thus make the
line fit under 80 characters. |
1.0.0 11 Dec 2017 05:27:50 |
linimon |
Also broken on powerpc64 (and presumably also powerpc).
Approved by: portmgr (tier-2 blanket) |
1.0.0 09 Dec 2017 01:39:20 |
linimon |
These are also broken on aarch64 in the same way as armv6/7.
Approved by: portmgr (tier-2 blanket) |
1.0.0 09 Dec 2017 01:02:21 |
linimon |
Although the upstream claims that this works on non-x86 archs, it seems
not to be the case.
Approved by: portmgr (tier-2 blanket) |
1.0.0 29 Sep 2017 11:52:28 |
zi |
New port: sysutils/lscpu:
lscpu gathers CPU architecture information about the current CPU. The
command output is optimized for parsing or for easy readability by
humans. The information includes, for example, the number of CPUs,
threads, cores, and sockets.
There is also information about the CPU caches, family, model,
byte order, and stepping.
WWW: https://github.com/NanXiao/lscpu |