Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 Sep 2020 13:06:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 249076] sysutils/lsblk: update to latest version
Message-ID:  <bug-249076-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D249076

            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@FreeBSD.org
          Reporter: vermaden@interia.pl

Created attachment 217714
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D217714&action=
=3Dedit
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 =3D 1599137521
SHA256 (lsblk-1.1.tar.gz) =3D
c8cb0a40b5a625903e0660f34916911bb18cb0aca24686283e3373acad63ac43
SIZE (lsblk-1.1.tar.gz) =3D 4510



# cat /usr/ports/lsblk/Makefile
# $FreeBSD: head/sysutils/lsblk/Makefile 514019 2019-10-08 01:02:48Z meta $

PORTNAME=3D       lsblk
PORTVERSION=3D    1.1
#PORTREVISION=3D  0
CATEGORIES=3D     sysutils
MASTER_SITES=3D   https://github.com/vermaden/lsblk/raw/master/release/
MAINTAINER=3D     vermaden@interia.pl
COMMENT=3D        Lists information about block devices in the system

LICENSE=3D        BSD2CLAUSE

NO_BUILD=3D       YES
NO_ARCH=3D        YES

PLIST_FILES=3D    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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-249076-7788>