aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ncdu
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/ncdu: Update to 1.14.1Tobias Kortkamp2019-08-062-4/+4
| | | | | | | Changes: https://dev.yorhel.nl/ncdu/changes Notes: svn path=/head/; revision=508226
* Update MASTER_SITES and WWWSunpoet Po-Chuan Hsieh2019-02-052-2/+2
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=492237
* sysutils/ncdu: Update to 1.14Tobias Kortkamp2019-02-052-4/+4
| | | | | | | Changes: https://dev.yorhel.nl/ncdu/changes Notes: svn path=/head/; revision=492191
* Adopt sysutils/ncduTobias Kortkamp2018-02-241-1/+2
| | | | | | | - Add LICENSE_FILE Notes: svn path=/head/; revision=462874
* Return pawel@'s ports to the pool after he resigned.Rene Ladan2018-02-241-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=462871
* Update to version 1.13Pawel Pekala2018-01-312-4/+4
| | | | | | | | | | | | | | Changelog: - Add "extended information" mode and -e flag - Add file mode, modification time and uid/gid to info window with -e - Add experimental color support and --color flag - Add -rr option to disable shell spawning - Remove directory nesting limit on file import - Fix handling of interrupts during file import - Fix undefined behavior that triggered crash on OS X Notes: svn path=/head/; revision=460495
* Update to version 1.12Pawel Pekala2016-08-253-13/+4
| | | | | | | | | | Changelog: - Add NCDU_SHELL environment variable - Add --confirm-quit flag - Fix compilation due to missing sys/wait.h include Notes: svn path=/head/; revision=420842
* sysutils/ncdu: document ncurses requirement (USES+=ncurses)John Marino2016-02-041-0/+1
| | | | | | | approved by: infrastructure blanket Notes: svn path=/head/; revision=408046
* Update to version 1.11Pawel Pekala2015-05-073-3/+13
| | | | | | | | | | | | Changelog: - Added 'b' key to spawn shell in the current directory - Support scanning (and refreshing) of empty directories - Added --si flag for base 10 prefixes - Fix toggle dirs before files Notes: svn path=/head/; revision=385632
* Add support for STAGEDIRPawel Pekala2013-10-051-3/+2
| | | | Notes: svn path=/head/; revision=329478
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* - Update to version 1.10Pawel Pekala2013-05-113-5/+4
| | | | | | | - Remove Author: tag from pkg-descr Notes: svn path=/head/; revision=317888
* - Update to version 1.9Pawel Pekala2012-09-272-8/+6
| | | | | | | | - Add LICENSE - Trim Makefile header Notes: svn path=/head/; revision=304969
* - Update to version 1.8Pawel Pekala2011-11-032-4/+4
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=285005
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-1/+1
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* By Maintainer's request, toss these ports back into the poolDoug Barton2011-04-271-1/+1
| | | | Notes: svn path=/head/; revision=273235
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Update to 1.7Tilman Keskinoz2010-08-142-4/+4
| | | | | | | | PR: 149630 Submitted by: maintainer Notes: svn path=/head/; revision=259208
* - Update to 1.6Wen Heping2009-10-242-4/+4
| | | | | | | | | PR: ports/139868 Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer) Approved by: mentors(implicit) Notes: svn path=/head/; revision=243249
* - Update to 1.5Dmitry Marakasov2009-05-042-5/+5
| | | | | | | | | | - Remove CENKES from master sites PR: 134171 Submitted by: Charlie Kester <corky1951 at comcast dot net> (maintainer) Notes: svn path=/head/; revision=233237
* - Fix copy/paste mistake (131620 is not a valid email address)Wesley Shields2009-02-121-1/+1
| | | | | | | | Pointy Hat: me Noticed by: pgollucci Notes: svn path=/head/; revision=228149
* - Pass maintainership to submitterWesley Shields2009-02-121-1/+1
| | | | | | | | PR: ports/131620 Submitted by: Charlie Kester <corky1951@comcast.net> Notes: svn path=/head/; revision=228148
* Update to 1.4Philippe Audeoud2008-09-232-4/+4
| | | | Notes: svn path=/head/; revision=220536
* Reset infofarmer due to maintainer-timeouts and no response to email.Mark Linimon2008-09-071-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=220031
* - Update to 1.3Andrew Pantyukhin2007-08-062-4/+4
| | | | Notes: svn path=/head/; revision=197196
* - Update to 1.2Andrew Pantyukhin2007-07-242-4/+4
| | | | Notes: svn path=/head/; revision=196186
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Update to 1.1Andrew Pantyukhin2007-04-302-4/+4
| | | | Notes: svn path=/head/; revision=191228
* - Update to 1.0Andrew Pantyukhin2007-04-062-5/+5
| | | | Notes: svn path=/head/; revision=189396
* - Update to 0.3Andrew Pantyukhin2007-03-042-4/+4
| | | | Notes: svn path=/head/; revision=186506
* - Update to 0.2Andrew Pantyukhin2007-02-262-4/+4
| | | | Notes: svn path=/head/; revision=186016
* Add port sysutils/ncdu:Andrew Pantyukhin2007-02-243-0/+30
ncdu (NCurses Disk Usage) is a curses-based version of the well-known 'du', and provides a fast way to see what directories are using your disk space. WWW: http://dev.yorhel.nl/ncdu/ Author: Yoran "YorHel" Heling <projects@yorhel.nl> Notes: svn path=/head/; revision=185823