aboutsummaryrefslogtreecommitdiff
path: root/sysutils/dua-cli
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Rebuild lang/rust consumers after r569489Tobias Kortkamp2021-03-291-0/+1
| | | | Notes: svn path=/head/; revision=569491
* sysutils/dua-cli: Update to 2.11.1Lewis Cook2021-02-232-34/+28
| | | | | | | | | Changes: https://github.com/Byron/dua-cli/blob/v2.11.1/CHANGELOG.md Approved by: fernape (mentor) Differential Revision: https://reviews.freebsd.org/D28902 Notes: svn path=/head/; revision=566419
* sysutils/dua-cli: Update to 2.11.0Lewis Cook2021-02-172-5/+4
| | | | | | | | | Changes: https://github.com/Byron/dua-cli/blob/v2.11.0/CHANGELOG.md Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D28729 Notes: svn path=/head/; revision=565524
* lang/rust: Update to 1.50.0Mikael Urankar2021-02-141-0/+1
| | | | | | | | | | | | | | | - Use bundled libgit/libssh, the versions in ports are too old - Update lang/rust-nightly to 2021-02-12 - Update devel/racer to 2.1.41 - Import upstream patch to fix build issue for Firefox and related ports (https://bugzilla.mozilla.org/show_bug.cgi?id=1684261) Changes: https://github.com/rust-lang/rust/releases/tag/1.50.0 Tested by: mikael, pkubaj Differential Revision: https://reviews.freebsd.org/D28616 Notes: svn path=/head/; revision=565245
* sysutils/dua-cli: Update to 2.10.10Lewis Cook2021-01-232-25/+28
| | | | | | | | | Changes: https://github.com/Byron/dua-cli/blob/v2.10.10/CHANGELOG.md Approved by: fernape (mentor) Differential Revision: https://reviews.freebsd.org/D28310 Notes: svn path=/head/; revision=562415
* Update MAINTAINER fields for myself (lcook)Lewis Cook2021-01-221-1/+1
| | | | | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D28279 Notes: svn path=/head/; revision=562287
* sysutils/dua-cli: Update to 2.10.9Fernando Apesteguía2021-01-212-113/+94
| | | | | | | | | | ChangeLog: https://github.com/Byron/dua-cli/blob/master/CHANGELOG.md PR: 252887 Submitted by: vulcan@wired.sh (maintainer) Notes: svn path=/head/; revision=562231
* lang/rust: Update to 1.49.0Mikael Urankar2021-01-061-0/+1
| | | | | | | | | | Changes: https://github.com/rust-lang/rust/releases/tag/1.49.0 Tested by: mikael, pkubaj Differential Revision: https://reviews.freebsd.org/D27940 Notes: svn path=/head/; revision=560492
* sysutils/dua-cli: Update to 2.10.5Fernando Apesteguía2020-12-102-80/+103
| | | | | | | | | | ChangeLog: https://github.com/Byron/dua-cli/blob/master/CHANGELOG.md PR: 251704 Submitted by: vulcan@wired.sh (maintainer) Notes: svn path=/head/; revision=557436
* lang/rust: Update to 1.48.0Mikael Urankar2020-11-241-0/+1
| | | | | | | | | | | Changes: https://github.com/rust-lang/rust/releases/tag/1.48.0 Reviewed by: jbeich Tested by: bdragon, jbeich, mikael Differential Revision: https://reviews.freebsd.org/D27293 Notes: svn path=/head/; revision=556157
* sysutils/dua-cli: Update to 2.10.3Rainer Hurling2020-11-102-92/+88
| | | | | | | | | | | | | | Dependency update, should fix Missing Entry highlight in interactive mode on Win10-x86-64-MSVC[1]. [1] https://github.com/Byron/dua-cli/blob/master/CHANGELOG.md PR: 250951 Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer) Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D27162 Notes: svn path=/head/; revision=554835
* lang/rust: Update to 1.47.0Mikael Urankar2020-10-131-1/+1
| | | | | | | | | | | | | | | | | | | | - Add powerpc64le arch (submitted by bdragon in D26711) - Disable DOCS, same problem fixed in r546048 - Update devel/racer to 2.1.36 - Import upstream patch to fix www/firefox (https://hg.mozilla.org/integration/autoland/rev/e2cede25c027) - Import gentoo patches to fix www/firefox-esr, www/cliqz and mail/thunderbird (https://dev.gentoo.org/~whissi/mozilla/patchsets/firefox-esr-78-patches-03.tar.xz : 0036, 0037 and 0038) - Force rebuild all consumers to catch regressions Changelog: https://github.com/rust-lang/rust/releases/tag/1.47.0 Differential Revision: https://reviews.freebsd.org/D26721 Notes: svn path=/head/; revision=552221
* lang/rust: Update to 1.46.0Tobias Kortkamp2020-08-301-0/+1
| | | | | | | | | | | - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2020/08/27/Rust-1.46.0.html With hat: rust Differential Revision: https://reviews.freebsd.org/D26176 Notes: svn path=/head/; revision=547071
* Update to 2.10.2Li-Wen Hsu2020-08-042-5/+4
| | | | | | | | PR: 248316 Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer) Notes: svn path=/head/; revision=544128
* lang/rust: Update to 1.45.2Tobias Kortkamp2020-08-031-1/+1
| | | | | | | Changes: https://blog.rust-lang.org/2020/08/03/Rust-1.45.2.html Notes: svn path=/head/; revision=544073
* lang/rust: Update to 1.45.1Tobias Kortkamp2020-07-301-0/+1
| | | | | | | | | | | | | - Apply the "hard links break `env::current_exe()`" workaround from r543251 to lang/rust too - Force rebuild all consumers for the soundness bug in 1.45.0 Changes: https://blog.rust-lang.org/2020/07/30/Rust-1.45.1.html With hat: rust Differential Revision: https://reviews.freebsd.org/D25835 Notes: svn path=/head/; revision=543815
* sysutils/dua-cli: Update to 2.10.0Tobias C. Berner2020-07-262-84/+59
| | | | | | | | | | | Changelog: * https://github.com/Byron/dua-cli/releases/v2.10.0 PR: 248214 Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer) Notes: svn path=/head/; revision=543464
* lang/rust: Update to 1.45.0Tobias Kortkamp2020-07-171-0/+1
| | | | | | | | | | | | | | | | | - This Rust release comes with LLVM 10. Drop the LLVM patches we no longer need. - On FreeBSD 13.0 powerpc64 set the elfv2 ABI explicitly in the Rust target instead of patching LLVM. - Build LLVM with Ninja. It can shorten the build time slightly. - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2020/07/16/Rust-1.45.0.html Tested by: mikael, pkubaj, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D25658 Notes: svn path=/head/; revision=542412
* Update to 2.9.1Li-Wen Hsu2020-07-082-11/+92
| | | | | | | | PR: 247833 Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer) Notes: svn path=/head/; revision=541460
* sysutils/dua-cli: Update to 2.8.2Fernando Apesteguía2020-07-032-86/+62
| | | | | | | | | | ChangeLog: https://github.com/Byron/dua-cli/releases/v2.8.2 PR: 247712 Submitted by: vulcan@wired.sh (maintainer) Notes: svn path=/head/; revision=541085
* Update to 2.6.1Carlo Strub2020-06-062-51/+53
| | | | | | | | PR: 247013 Submitted by: maintainer Notes: svn path=/head/; revision=538123
* lang/rust: Update to 1.44.0Tobias Kortkamp2020-06-041-0/+1
| | | | | | | | | | | | | | | - Remove devel/cargo-tree since it is now integrated into cargo - Add patch to fix build with LibreSSL 3.1.x and 3.2.0 [1] - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2020/06/04/Rust-1.44.0.html PR: 246332 [1] Tested by: mikael, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D25099 Notes: svn path=/head/; revision=537917
* Sysutils/dua-cli: Update to 2.6.0Fernando Apesteguía2020-05-072-56/+52
| | | | | | | | | | ChangeLog: https://github.com/Byron/dua-cli/releases/v2.6.0 PR: 246230 Submitted by: vulcan@wired.sh (maintainer) Notes: svn path=/head/; revision=534244
* lang/rust: Update to 1.43.0Tobias Kortkamp2020-04-231-0/+1
| | | | | | | | | | | | | | | | - Add workaround to fix build when CC/CXX have "clang" in them [1] - Respect AR to fix build with external toolchains [2] - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2020/04/23/Rust-1.43.0.html PR: 238556 [1], 245583 [2] Reported by: Matthias Apitz <guru@unixarea.de> [1], Greg V <greg@unrelenting.technology> [2] Tested by: mikael, pkubaj, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D24521 Notes: svn path=/head/; revision=532685
* sysutils/dua-cli: Update to 2.5.0Fernando Apesteguía2020-04-102-10/+10
| | | | | | | | PR: 245485 Submitted by: vulcan@wired.sh (maintainer) Notes: svn path=/head/; revision=531306
* sysutils/dua-cli: Update to 2.4.1Tobias Kortkamp2020-03-312-10/+16
| | | | | | | | | Changes: https://github.com/Byron/dua-cli/blob/v2.4.1/CHANGELOG.md PR: 245215 Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer) Notes: svn path=/head/; revision=530008
* sysutils/dua-cli: Update to 2.3.7Fernando Apesteguía2020-03-272-62/+55
| | | | | | | | PR: 245063 Submitted by: vulcan@wired.sh (maintainer) Notes: svn path=/head/; revision=529228
* lang/rust: Update to 1.42.0Tobias Kortkamp2020-03-121-0/+1
| | | | | | | | | | | | - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2020/03/12/Rust-1.42.html Tested by: mikael, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D24020 Notes: svn path=/head/; revision=528318
* sysutils/dua-cli: Update to 2.3.2Dmitri Goutnik2020-03-052-61/+65
| | | | | | | | PR: 244581 Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer) Notes: svn path=/head/; revision=527825
* New port: sysutils/dua-cliDmitri Goutnik2020-03-013-0/+252
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> Notes: svn path=/head/; revision=527555