Bug 214283

Summary: [NEW PORT]sysutils/neofetch: Fast, highly customizable system info script
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Only Me CC: feld, gregf, miwi, t
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
shar
none
shar
none
shar
none
shar
none
shar
none
shar none

Description Piotr Kubaj freebsd_committer freebsd_triage 2016-11-06 20:57:57 UTC
Created attachment 176701 [details]
shar

This shar contains neofetch - a newer alternative to sysutils/screenfetch. The only required dependency is bash.

It builds fine on Poudriere with FreeBSD 10.3.
Comment 1 Piotr Kubaj freebsd_committer freebsd_triage 2016-12-08 00:10:07 UTC
Created attachment 177770 [details]
shar

Shar with version 2.0.2.

Builds fine with Poudriere on 10.3.
Comment 2 Piotr Kubaj freebsd_committer freebsd_triage 2017-01-27 11:53:56 UTC
Created attachment 179353 [details]
shar

Update to 3.0.
Comment 3 Piotr Kubaj freebsd_committer freebsd_triage 2017-01-30 15:02:21 UTC
Created attachment 179428 [details]
shar

Update to 3.0.1.
Comment 4 Piotr Kubaj freebsd_committer freebsd_triage 2017-04-25 11:32:58 UTC
Created attachment 182079 [details]
shar

Update to 3.1.0.
Comment 5 Mathieu Arnold freebsd_committer freebsd_triage 2017-07-06 13:52:35 UTC
Assignee timeout. Give back to the pool.
Comment 6 Piotr Kubaj freebsd_committer freebsd_triage 2017-07-25 12:32:13 UTC
Created attachment 184699 [details]
shar

Update to 3.2.0. Portlint:
root@FreeBSD10:/usr/local/poudriere/ports/default/sysutils/neofetch # env PORTSDIR=/usr/local/poudriere/ports/default portlint -A
looks fine.

Tested with Poudriere.
Comment 7 Dmitry Marakasov freebsd_committer freebsd_triage 2017-08-20 11:00:37 UTC
Assignee timeout
Comment 8 commit-hook freebsd_committer freebsd_triage 2017-08-20 11:02:11 UTC
A commit references this bug:

Author: amdmi3
Date: Sun Aug 20 11:01:22 UTC 2017
New revision: 448367
URL: https://svnweb.freebsd.org/changeset/ports/448367

Log:
  This script gathers info about your system and prints it
  to the terminal next to an image,
  your distro's logo or any ascii art of your choice!

  WWW: https://github.com/dylanaraps/neofetch

  PR:		214283
  Submitted by:	pkubaj@anongoth.pl

Changes:
  head/sysutils/Makefile
  head/sysutils/neofetch/
  head/sysutils/neofetch/Makefile
  head/sysutils/neofetch/distinfo
  head/sysutils/neofetch/files/
  head/sysutils/neofetch/files/patch-Makefile
  head/sysutils/neofetch/pkg-descr
  head/sysutils/neofetch/pkg-plist
Comment 9 commit-hook freebsd_committer freebsd_triage 2017-08-20 11:12:21 UTC
A commit references this bug:

Author: amdmi3
Date: Sun Aug 20 11:11:48 UTC 2017
New revision: 448368
URL: https://svnweb.freebsd.org/changeset/ports/448368

Log:
  - Format pkg-descr properly

  PR:		214283

Changes:
  head/sysutils/neofetch/pkg-descr
Comment 10 Dmitry Marakasov freebsd_committer freebsd_triage 2017-08-20 11:14:18 UTC
Committed with minor changes:

- simplify patching (no need to patch uninstall, and make PREFIX customizable to avoid need for MAKE_ARGS)
- add LICENSE_FILE
- no need to gzip manpages, framework does this
- cosmetic fixes