./sysutils/di, Alternative df command

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


Branch: CURRENT, Version: 5.0.14, Package name: di-5.0.14, 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: 130.053 KB

Version history: (Expand)


CVS history: (Expand)


   2025-03-08 11:19:05 by Benny Siegert | Files touched by this commit (3) | Package updated
Log message:
di: update to 5.0.14

Upstream bugfixes.

From Brad Lanam in PR pkg/59136
   2025-02-24 20:28:29 by Benny Siegert | Files touched by this commit (3) | Package updated
Log message:
di: update to 5.0.13

From the author via PR pkg/59099.
Fixes NetBSD/pkgsrc#160.

Version 5's code base has changed.  The build process has changed and
optionally uses cmake (3.13+). The display processing is entirely new code.

Version 5 installs a shared library that can be used to get the disk
space or percentages.
   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.