Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Sep 2022 14:35:36 +0200
From:      Piotr Kubaj <pkubaj@anongoth.pl>
To:        Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernando.apesteguia@gmail.com>
Cc:        Gleb Popov <arrowd@freebsd.org>, ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org
Subject:   Re: git: 690a4c91c944 - main - sysutils/bsdebfetch: + Simple system info tool in bash
Message-ID:  <YzWRGEGVEOzVzC5w@talos>
In-Reply-To: <CAGwOe2aBxSZQ4HgH3bsb%2Bc80zCjWq6iYzzCv6a5S6mOuM7pdqQ@mail.gmail.com>
References:  <202209291218.28TCI0G0066014@gitrepo.freebsd.org> <CAGwOe2aBxSZQ4HgH3bsb%2Bc80zCjWq6iYzzCv6a5S6mOuM7pdqQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--6IIiNK82iKzjln5I
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Add rsfetch :)

On 22-09-29 14:27:30, Fernando Apestegu=C3=ADa wrote:
> On Thu, Sep 29, 2022 at 2:18 PM Gleb Popov <arrowd@freebsd.org> wrote:
> >
> > The branch main has been updated by arrowd:
> >
> > URL: https://cgit.FreeBSD.org/ports/commit/?id=3D690a4c91c9449548ae9f2c=
0c867694970e12d110
> >
> > commit 690a4c91c9449548ae9f2c0c867694970e12d110
> > Author:     Filipe da Silva Santos <contact@shiori.com.br>
> > AuthorDate: 2022-09-29 11:50:29 +0000
> > Commit:     Gleb Popov <arrowd@FreeBSD.org>
> > CommitDate: 2022-09-29 12:17:37 +0000
> >
> >     sysutils/bsdebfetch: + Simple system info tool in bash
> >
> >     Summary:
> >     BSDebfetch is a simple yet beautiful system information tool for Fr=
eeBSD
> >     based on Debfetch, written in GNU Bash.
>=20
> Not that I complain, but how many of these do we have now in the ports? :=
-)
>=20
> neofetch
> onefetch
> pfetch
> screenfetch
> ufetch
>=20
> How different are they from each other?
> I talked a submitter out of committing another similar one because as
> he admitted, it did not add any value in terms of new features
> whatsoever.
>=20
> Cheers.
> >
> >     WWW: https://git.sr.ht/~shiorid/bsdebfetch
> >
> >     Test Plan: Both ` poudriere testport` and `portlint -A` doesn't com=
plain.
> >
> >     Reviewed by: arrowd
> >
> >     Differential Revision: https://reviews.freebsd.org/D34337
> > ---
> >  sysutils/Makefile             |  1 +
> >  sysutils/bsdebfetch/Makefile  | 21 +++++++++++++++++++++
> >  sysutils/bsdebfetch/distinfo  |  3 +++
> >  sysutils/bsdebfetch/pkg-descr |  2 ++
> >  4 files changed, 27 insertions(+)
> >
> > diff --git a/sysutils/Makefile b/sysutils/Makefile
> > index 9e88daddf4ef..f99cabdb71c0 100644
> > --- a/sysutils/Makefile
> > +++ b/sysutils/Makefile
> > @@ -138,6 +138,7 @@
> >      SUBDIR +=3D bsd-splash-changer
> >      SUBDIR +=3D bsdconfig
> >      SUBDIR +=3D bsdcrashtar
> > +    SUBDIR +=3D bsdebfetch
> >      SUBDIR +=3D bsdfan
> >      SUBDIR +=3D bsdhwmon
> >      SUBDIR +=3D bsdinfo
> > diff --git a/sysutils/bsdebfetch/Makefile b/sysutils/bsdebfetch/Makefile
> > new file mode 100644
> > index 000000000000..811d1c7c8c45
> > --- /dev/null
> > +++ b/sysutils/bsdebfetch/Makefile
> > @@ -0,0 +1,21 @@
> > +PORTNAME=3D      bsdebfetch
> > +DISTVERSION=3D   1.1-bsd
> > +CATEGORIES=3D    sysutils
> > +MASTER_SITES=3D  https://git.sr.ht/~shiorid/${PORTNAME}/archive/${DIST=
VERSIONFULL}${EXTRACT_SUFX}?dummy=3D/
> > +
> > +MAINTAINER=3D    ports@shiori.com.br
> > +COMMENT=3D       Simple system info tool written in bash
> > +WWW=3D           https://git.sr.ht/~shiorid/bsdebfetch
> > +
> > +LICENSE=3D       GPLv3
> > +LICENSE_FILE=3D  ${WRKSRC}/LICENSE
> > +
> > +RUN_DEPENDS=3D   bash:shells/bash
> > +
> > +NO_ARCH=3D       yes
> > +NO_BUILD=3D      yes
> > +
> > +PLIST_FILES=3D   bin/bsdebfetch \
> > +               share/man/man1/bsdebfetch.1.gz
> > +
> > +.include <bsd.port.mk>
> > diff --git a/sysutils/bsdebfetch/distinfo b/sysutils/bsdebfetch/distinfo
> > new file mode 100644
> > index 000000000000..13e293fdae6b
> > --- /dev/null
> > +++ b/sysutils/bsdebfetch/distinfo
> > @@ -0,0 +1,3 @@
> > +TIMESTAMP =3D 1645509241
> > +SHA256 (bsdebfetch-1.1-bsd.tar.gz) =3D b3eba6f94e7a3f57769b3a90a10276a=
6ffefc9ad1f2802e75c9a3031ab21197f
> > +SIZE (bsdebfetch-1.1-bsd.tar.gz) =3D 40372
> > diff --git a/sysutils/bsdebfetch/pkg-descr b/sysutils/bsdebfetch/pkg-de=
scr
> > new file mode 100644
> > index 000000000000..d2ec4acee9ac
> > --- /dev/null
> > +++ b/sysutils/bsdebfetch/pkg-descr
> > @@ -0,0 +1,2 @@
> > +BSDebfetch is a simple yet beautiful system information tool for FreeB=
SD
> > +based on Debfetch, written in GNU Bash.

--6IIiNK82iKzjln5I
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEycyIeNkkgohzsoorelmbhSCDnJ0FAmM1kRgACgkQelmbhSCD
nJ3JiQ//XJl33f7oa86pbDlJDS0zKFKV0s0D+yUaOl9h1kmJxERlw4nInJlFJ7cB
HuuCz4wxD30SkYqdOKz6yUzCui+8ZZr8idacY3RC2UAyCE6AmNZPeFrZOHN7ZYvp
by5goQUSVUtjBHyLwrvUZjQm4rrTCEELfrxzZcXZezFnaWoAnNTJCPa9qroYlVOM
2JZvGapx6305vXH2KqITGPKGhBIit8tmjXBnQDQ4QWtDL2cjK6Bvhe+NIFpXcaSH
y51iOs4r8gqdcLcDbIGeDk2VSzmHWhITcduemHenVW+8sDlIuj70oSVyrtgkgA3O
X7C8JKVqwZJ9a1MGxDGGqsq7rC2nw6IxzTMl9J26Z0FuhkgYfotu4tP9sxUywWcU
ZQ0YRASCGk+PPHf0mw13kJnCpM+NdsJPg3d2zHSSNPUmDOfNMREttFuw+OlOl8p0
6GveusgcZdNzmIfl/CsLo10ll9884exuMsrP8C9Fs3uvxBAa31vJJgpEsh0VsfNC
3PR0/V+U0cCiyhxZPrOUCccFCark8vkqxffv9Az7FWPHUfsF94U9q5cVkvs5xZrQ
XWTP5sJidOEhpHbzeSTFQkE7d1MUoYmXhlVoUpS+FWQAbJIGfxzl5KILPa1y0iVf
O4UQDXkevazpJq3NPjBlnXOjwiElg1IvVA9YidOX7mHlyWHbbi0=
=2pBi
-----END PGP SIGNATURE-----

--6IIiNK82iKzjln5I--



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