Bug 249076 - sysutils/lsblk: update to latest version
Summary: sysutils/lsblk: update to latest version
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-03 13:06 UTC by Slawomir Wojciech Wojtczak
Modified: 2020-09-04 09:35 UTC (History)
0 users

See Also:


Attachments
lsblk.shar (1.76 KB, application/x-shellscript)
2020-09-03 13:06 UTC, Slawomir Wojciech Wojtczak
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Slawomir Wojciech Wojtczak 2020-09-03 13:06:14 UTC
Created attachment 217714 [details]
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@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
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-09-04 02:37:59 UTC
A commit references this bug:

Author: swills
Date: Fri Sep  4 02:37:37 UTC 2020
New revision: 547505
URL: https://svnweb.freebsd.org/changeset/ports/547505

Log:
  sysutils/lsblk: update to 1.1

  PR:		249076
  Submitted by:	vermaden@interia.pl (maintainer)

Changes:
  head/sysutils/lsblk/Makefile
  head/sysutils/lsblk/distinfo
  head/sysutils/lsblk/pkg-descr
Comment 2 Steve Wills freebsd_committer freebsd_triage 2020-09-04 02:38:48 UTC
Committed, thanks!
Comment 3 Slawomir Wojciech Wojtczak 2020-09-04 09:35:03 UTC
Thank You.