[Bug 249076] sysutils/lsblk: update to latest version
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Sep 3 13:06:14 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249076
Bug ID: 249076
Summary: sysutils/lsblk: update to latest version
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: vermaden at interia.pl
Created attachment 217714
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=217714&action=edit
lsblk.shar
Hi,
I have moved lsblk(8) to separate place - https://github.com/vermaden/lsblk -
and also would like to submit new improved version of it.
The shar(1) file is attached but if that is not preferred way then here are
also contents of the port files.
Regards.
# cat /usr/ports/lsblk/distinfo
TIMESTAMP = 1599137521
SHA256 (lsblk-1.1.tar.gz) =
c8cb0a40b5a625903e0660f34916911bb18cb0aca24686283e3373acad63ac43
SIZE (lsblk-1.1.tar.gz) = 4510
# cat /usr/ports/lsblk/Makefile
# $FreeBSD: head/sysutils/lsblk/Makefile 514019 2019-10-08 01:02:48Z meta $
PORTNAME= lsblk
PORTVERSION= 1.1
#PORTREVISION= 0
CATEGORIES= sysutils
MASTER_SITES= https://github.com/vermaden/lsblk/raw/master/release/
MAINTAINER= vermaden at interia.pl
COMMENT= Lists information about block devices in the system
LICENSE= BSD2CLAUSE
NO_BUILD= YES
NO_ARCH= YES
PLIST_FILES= sbin/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/lsblk.sh \
${STAGEDIR}${PREFIX}/sbin/${PORTNAME}
.include <bsd.port.mk>
# cat /usr/ports/lsblk/pkg-descr
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.
# lsblk
DEVICE MAJ:MIN SIZE TYPE LABEL MOUNT
ada1 0:99 119G GPT - -
ada1p1 0:101 200M efi gpt/efiboot0 -
ada1p2 0:102 512K freebsd-boot gpt/gptboot0 -
<FREE> -:- 492K - - -
ada1p3 0:103 2.0G freebsd-swap label/swap -
ada1p4 0:104 117G freebsd-zfs gpt/zfs0 <ZFS>
ada1p4.eli 0:109 117G zfs - -
<FREE> -:- 324K - - -
WWW: https://github.com/vermaden/lsblk
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list