Bug 244122 - [NEW PORT] sysutils/dua-cli: Conveniently learn about the disk usage of directories
Summary: [NEW PORT] sysutils/dua-cli: Conveniently learn about the disk usage of direc...
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: Dmitri Goutnik
URL: https://github.com/Byron/dua-cli
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-14 12:39 UTC by Lewis Cook
Modified: 2020-03-01 13:44 UTC (History)
1 user (show)

See Also:


Attachments
dua-cli-2.1.13.diff (15.46 KB, patch)
2020-02-14 12:39 UTC, Lewis Cook
no flags Details | Diff
dua-cli-2.1.13.log (90.87 KB, text/plain)
2020-02-14 12:40 UTC, Lewis Cook
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lewis Cook freebsd_committer freebsd_triage 2020-02-14 12:39:08 UTC
Created attachment 211642 [details]
dua-cli-2.1.13.diff

Command-line tool for viewing the usage of disk
space in a given directory on the terminal, or
with an interactive mode for easy navigation.

It's parallel by default and will max out your
SSD, providing relevant information as fast as
possible.

WWW: https://github.com/Byron/dua-cli

Testing:
   * No errors reported with portlint, built in Poudriere and
     application works as expected (logs attached).
Comment 1 Lewis Cook freebsd_committer freebsd_triage 2020-02-14 12:40:06 UTC
Created attachment 211643 [details]
dua-cli-2.1.13.log

* Poudriere build log.
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-03-01 13:43:40 UTC
A commit references this bug:

Author: dmgk
Date: Sun Mar  1 13:43:21 UTC 2020
New revision: 527555
URL: https://svnweb.freebsd.org/changeset/ports/527555

Log:
  New port: sysutils/dua-cli

  Command-line tool for viewing the usage of disk
  space in a given directory on the terminal, or
  with an interactive mode for easy navigation.

  It's parallel by default and will max out your
  SSD, providing relevant information as fast as
  possible.

  WWW: https://github.com/Byron/dua-cli

  PR:		244122
  Submitted by:	Lewis Cook <vulcan@wired.sh>

Changes:
  head/sysutils/Makefile
  head/sysutils/dua-cli/
  head/sysutils/dua-cli/Makefile
  head/sysutils/dua-cli/distinfo
  head/sysutils/dua-cli/pkg-descr
Comment 3 Dmitri Goutnik freebsd_committer freebsd_triage 2020-03-01 13:44:06 UTC
Committed, thanks!