Port details |
- lsblk Lists information about block devices in the system
- 3.8 sysutils =6 3.8Version of this port present on the latest quarterly branch.
- Maintainer: vermaden@interia.pl
- Port Added: 2019-10-08 01:02:55
- Last Update: 2024-01-27 19:26:12
- Commit Hash: 43c708e
- People watching this port, also watch:: git, pkg, py311-lxml, ffmpeg, smartmontools
- License: BSD2CLAUSE
- WWW:
- https://github.com/vermaden/lsblk
- Description:
- Lists information about block devices in the FreeBSD system in a similar way
that lsblk(8) from Linux systems does. An example is shown below.
- ¦ ¦ ¦ ¦
- 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/lsblk/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/lsblk
- pkg install lsblk
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lsblk
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1706343241
SHA256 (lsblk-3.8.tar.gz) = 931a8230e9fdf580692be95fa2f321d8d4190274d1ee651d6ac59a0285ea8eaf
SIZE (lsblk-3.8.tar.gz) = 5495
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Run
-
- sysutils/hw-probe
Configuration Options:
- No options to configure
- Options name:
- sysutils_lsblk
- 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.8 27 Jan 2024 19:26:12 |
Vladimir Druzenko (vvd) Author: Slawomir Wojciech Wojtczak |
sysutils/lsblk: update to 3.8
Changelog
---------
- Remove '?' characters from device description.
- Allow use of disks with full /dev/ path as argument.
- Calculate width for device column.
- Fix printing glabel(1) labels with spaces.
PR: 276561
Approved by: vermaden@interia.pl (maintainer), arrowd (mentor) |
3.7 24 Jan 2024 16:39:35 |
Alex Kozlov (ak) |
sysutils/lsblk, sysutils/sensu-go: fix distinfo
- Remove duplicate entries from distinfo
Approved by: portmgr blanket |
3.7 17 Jan 2023 05:27:03 |
Alex Kozlov (ak) |
Remove empty lines at the end of Makefile(s)
- Remove empty lines after .include <bsd.port.mk>
Approved by: portmgr blanket |
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.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.7 31 Aug 2021 07:36:49 |
Vanilla I. Shu (vanilla) |
sysutils/lsblk: update to 3.7.
PR: 258122
Reported by: maintainer |
3.6 30 Jul 2021 19:14:24 |
Li-Wen Hsu (lwhsu) Author: Slawomir Wojciech Wojtczak |
sysutils/lsblk: Update to 3.6
Changelog:
- Fix label display.
- Improve FUSE filesystems display.
- Fix whole disks display.
- Make more space for labels display in output.
PR: 257494 |
3.5 15 May 2021 17:13:46 |
Lewis Cook (lcook) |
sysutils/lsblk: Update to 3.5
* Remove control sequences and colors from output when listing disks.
* Use diskinfo(8) only for md(4) disks as geom(4) does not support them.
* Add new comments and rework some of the older ones.
* Add additional checks for SIZE gathering and printing.
* Properly print exFAT filesystem label when on entire device without
partitions.
* Fix display of NTFS-3G mountpoints.
* Check automount(8) /var/run/automount.state for fusefs(5) filesystems.
PR: 255906
Submitted by: vermaden@interia.pl (maintainer) |
3.4 13 May 2021 05:41:33 |
Fernando Apesteguía (fernape) |
sysutils/lsblk: update to 3.4
* Add sysctl -n kern.disks to disk listing.
* Reset LABEL in __gpart_present function.
* Fix behavior with [bootme] and [bootonce] flags from gpart(8).
* Disable GPTID for label display.
* Add -d|--disks option to list entire disks only.
PR: 255807
Reported by: vermaden@interia.pl (maintainer) |
1.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1 04 Sep 2020 02:37:37 |
swills |
sysutils/lsblk: update to 1.1
PR: 249076
Submitted by: vermaden@interia.pl (maintainer) |
1.0 08 Oct 2019 01:02:48 |
meta |
New port: sysutils/lsblk
Lists information about block devices in the system in a similar way
that util-linux's lsblk(8) does.
WWW: https://github.com/vermaden/scripts/blob/master/lsblk.sh
PR: 241056
Submitted by: vermaden@interia.pl |