./sysutils/di, Alternative df command

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.47.3, Package name: di-4.47.3, Maintainer: brad.lanam.di

di is a disk information utility, displaying everything (and more)
that your df command does. It features the ability to display your
disk usage in whatever format you prefer. It also checks the user
and group quotas, so that the user sees the space available for
their use, not the system wide disk space.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 215.931 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Remove SHA1 hashes for distfiles
   2020-01-02 20:34:29 by Benny Siegert | Files touched by this commit (2)
Log message:
Update di to 4.47.3. From Brad Lanam in PR pkg/54666.

4.47.3                                  [2019-12-23]
    Fixed missing link flags for clang.

4.47.2                                  [2019-10-30]
    Minor makefile cleanup.

4.47.1                                  [2019-6-25]
    Update mkconfig to version 2.1.1 (fixes build on 32-bit).
    Add configs/config.ms.cl (visual studio definitions).
   2019-11-04 22:28:59 by Roland Illig | Files touched by this commit (174)
Log message:
sysutils: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

Manually excluded consolekit and dc-tools since pkglint didn't get the
formatting correct.
   2018-08-13 07:32:48 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
di: update to 4.47.

    4.47                                    [2018-8-12]
        Fixed bugs located by scan.coverity.com.
          This should fix a numeric sort bug.
        Update mkconfig to version 2.0.0 and make changes to support it.
        Get perl extension build working again.

Based on PR 53515 by Brad Lanam.
   2018-04-16 15:52:40 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
di: update to 4.46.

From MAINTAINER Brad Lanm in PR 53187.

Changes:

    4.46                                    [2018-4-11]
        Tcl: Fix bad allocation.
        Tcl: Raise errors rather than exiting.
        Exit program when incorrect options are specified.
        Update mkconfig to version 1.31.
        Add missing mkconfig/runtests.sh.

    4.45                                    [2018-4-10]
        Update mkconfig to version 1.30 to fix modern libintl.h/printf tests.
   2018-02-02 11:10:34 by Jonathan Perkin | Files touched by this commit (1)
Log message:
di: Leave pkgsrc to handle security features.
   2017-11-28 16:50:56 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
di: update to 4.44.

Provided by Brad Lanam in PR 52770.

    4.44                                    [2017-5-23]
        Fixed check of exabyte sized filesystems.  The signed check now
          only checks for -1 and -2; there could still be situations
          where the overflow exactly matches these values.
        Added faster method for windows check for missing removable
          filesystems.

    4.43                                    [2016-8-9]
        Cleaned up some compiler warnings.
        Fixed memory allocation problem.
        Tcl interface fixes

    4.42                                    [2016-2-22]
        Fixed a parsing bug in the Tcl interface.
        Added a Perl interface.

    4.41                                    [2016-1-24]
        Fixed bug specifying more than one filesystem on the command line.
        Added sort by free space, total space.
        Updated manual page: missing, new sort options.