Bug 214283 - [NEW PORT]sysutils/neofetch: Fast, highly customizable system info script
Summary: [NEW PORT]sysutils/neofetch: Fast, highly customizable system info script
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: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-06 20:57 UTC by Piotr Kubaj
Modified: 2017-08-20 11:14 UTC (History)
4 users (show)

See Also:


Attachments
shar (4.50 KB, text/plain)
2016-11-06 20:57 UTC, Piotr Kubaj
no flags Details
shar (5.24 KB, application/x-shar)
2016-12-08 00:10 UTC, Piotr Kubaj
no flags Details
shar (6.91 KB, text/plain)
2017-01-27 11:53 UTC, Piotr Kubaj
no flags Details
shar (6.95 KB, text/plain)
2017-01-30 15:02 UTC, Piotr Kubaj
no flags Details
shar (7.11 KB, text/plain)
2017-04-25 11:32 UTC, Piotr Kubaj
no flags Details
shar (7.32 KB, application/x-shar)
2017-07-25 12:32 UTC, Piotr Kubaj
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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