GET /api/v1/ports/?format=api&ordering=created_at&page=490
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 50734,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=491",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=489",
    "results": [
        {
            "name": "cpmtools",
            "portdir": "sysutils/cpmtools",
            "version": "2.24",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.cpm8680.com/cpmtools/",
            "description": "Tools to access CP/M file systems",
            "long_description": "This package allows to access CP/M file systems similar to the well-known mtools package, which accesses MSDOS file systems",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "robgowin",
                    "github": "codesmythe",
                    "ports_count": 1
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cpuid",
            "portdir": "sysutils/cpuid",
            "version": "1.8.2",
            "license": "ISC",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tycho/cpuid",
            "description": "A simple CPUID decoder/dumper for x86/x86_64",
            "long_description": "cpuid is a very simple C program, designed to dump and extract information from the x86 CPUID instruction. cpuid is capable of dumping all CPUID leaves (except any unknown leaves which require special ECX values to dump all information). cpuid can only decode certain leaves, but this functionality will be expanded as the CPUID specifications provided by AMD and Intel change.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "rjvbertin",
                    "github": "RJVB",
                    "ports_count": 55
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cputhrottle",
            "portdir": "sysutils/cputhrottle",
            "version": "1.0.0",
            "license": "none",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "http://www.willnolan.com/cputhrottle/cputhrottle.html",
            "description": "a tool to for throttling process cpu usage",
            "long_description": "Cputhrottle is a tool which allows cpu usage to be limited on a per-PID basis.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "boost176"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "createrepo",
            "portdir": "sysutils/createrepo",
            "version": "0.4.11",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://createrepo.baseurl.org/",
            "description": "generates common metadata for package repositories",
            "long_description": "createrepo generates the metadata necessary for an RPM package repository. This repository format (repodata) is supported by apt, red-carpet(zen), smart, up2date, Yast and yum.",
            "active": false,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "python27",
                        "py27-libxml2",
                        "py27-yum-metadata-parser",
                        "rpm"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py27-checker"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cronolog",
            "portdir": "sysutils/cronolog",
            "version": "1.6.2",
            "license": "Apache-1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/fordmason/cronolog",
            "description": "cronolog is a web log rotation program",
            "long_description": "cronolog is a simple filter program that reads log file entries from standard input and writes each entry to the output file specified by a filename template and the current date and time. When the expanded filename changes, the current file is closed and a new one opened.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cronolog-devel",
            "portdir": "sysutils/cronolog-devel",
            "version": "1.7.0-beta",
            "license": "Apache-1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/fordmason/cronolog",
            "description": "cronolog is a web log rotation program",
            "long_description": "cronolog is a simple filter program that reads log file entries from standard input and writes each entry to the output file specified by a filename template and the current date and time. When the expanded filename changes, the current file is closed and a new one opened. This development release of 1.7 adds patches to support helper programs that can process a log after it is rolled. Run cronolog with no options for help.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "jberry",
                    "github": "jdberry",
                    "ports_count": 6
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "crswallow",
            "portdir": "sysutils/crswallow",
            "version": "0.2",
            "license": "MPL-1.1 and GPL-2+ and LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://code.google.com/p/crswallow/",
            "description": "filter or rate-limit text lines containing CR",
            "long_description": "crswallow processes text lines passed in from stdin and forwards most of them to stdout/stderr. Text lines which contain the carriage return character (cr) are often used by software to print progress information on a text console. Some tools update the status very often, e.g. mencoder may do so several hundred times per second. Such output can be very disturbing when running software over a remote terminal connection with low bandwidth. The crswallow filter can limit status output to a single update in a given time interval, for example once per second.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "stefan.van.der.eijk",
                    "github": "",
                    "ports_count": 2
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "x264transcode"
                    ]
                }
            ]
        },
        {
            "name": "ctop",
            "portdir": "sysutils/ctop",
            "version": "0.7.6",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://ctop.sh",
            "description": "Top-like interface for container metrics",
            "long_description": "ctop provides a concise and condensed overview of real-time metrics for multiple containers.\nctop comes with built-in support for Docker and runC; connectors for other container and cluster systems are planned for future releases.",
            "active": true,
            "categories": [
                "devel",
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 652
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cuetools",
            "portdir": "sysutils/cuetools",
            "version": "1.4.1",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/svend/cuetools",
            "description": "utilities for working with cue and toc files",
            "long_description": "cuetools is a set of utilities for working with cue files and toc files",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "daemon",
            "portdir": "sysutils/daemon",
            "version": "0.8.4",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://libslack.org/daemon/",
            "description": "Daemon turns other process into daemons",
            "long_description": "Daemon turns other process into daemons. There are many tasks that need to be performed to correctly set up a daemon process. This can be tedious. Daemon performs these tasks for other processes. This is useful for writing daemons in languages other than C, C++ or Perl (e.g. /bin/sh, Java).",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 433
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "daemontools",
            "portdir": "sysutils/daemontools",
            "version": "0.76",
            "license": "public-domain",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cr.yp.to/daemontools.html",
            "description": "collection of tools for managing UNIX services",
            "long_description": "daemontools is an extensive collection of tools for managing UNIX services. It includes tools for starting, restarting, stopping, monitoring and logging any services that you might wish to run.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "djbdns"
                    ]
                }
            ]
        },
        {
            "name": "db_select",
            "portdir": "sysutils/db_select",
            "version": "0.1",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.macports.org/",
            "description": "stub port",
            "long_description": "This port is only a stub.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dc3dd",
            "portdir": "sysutils/dc3dd",
            "version": "7.3.1",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://sourceforge.net/projects/dc3dd/",
            "description": "Enhanced GNU dd",
            "long_description": "A patch to the GNU dd program, this version has several features intended for forensic acquisition of data. Highlights include hashing on-the-fly, split output files, pattern writing, a progress meter, and file verification.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gettext",
                        "perl5.34",
                        "p5.34-locale-gettext",
                        "clang-15"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext-runtime",
                        "libiconv"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dcfldd",
            "portdir": "sysutils/dcfldd",
            "version": "1.9.3",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/resurrecting-open-source-projects/dcfldd",
            "description": "Enhanced version of dd for forensics and security",
            "long_description": "dcfldd is an enhanced version of the dd command with additional features useful for forensics and information security, designed to run on Unix or Unix-like (POSIX-compliant) operating systems.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "davidpolverari",
                    "github": "davidpolverari",
                    "ports_count": 1
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "kfloppy"
                    ]
                }
            ]
        },
        {
            "name": "dcl",
            "portdir": "sysutils/dcl",
            "version": "0.1",
            "license": "GPL-2+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/elboza/dcl",
            "description": "D-cleaner -- Disk && Directory Cleaner",
            "long_description": "given a path **dcl** will clean this directory, and eventually subdirs, from a customazible list of files, and eventually unmount or eject the volume.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dd_rescue",
            "portdir": "sysutils/dd_rescue",
            "version": "1.14",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.garloff.de/kurt/linux/ddrescue/",
            "description": "copy data from one file or block device to another",
            "long_description": "dd_rescue is modeled after dd but optimized for copying data from possible damaged disks to your system",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ddrescue",
            "portdir": "sysutils/ddrescue",
            "version": "1.30",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/ddrescue/ddrescue.html",
            "description": "GNU ddrescue is a data recovery tool.",
            "long_description": "GNU ddrescue is a data recovery tool. It copies data from one file or block device (hard disc, cdrom, etc) to another, trying hard to rescue data in case of read errors.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "aeioudev",
                    "github": "aeiouaeiouaeiouaeiouaeiouaeiou",
                    "ports_count": 10
                },
                {
                    "name": "raimue",
                    "github": "raimue",
                    "ports_count": 57
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "lzip"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "texinfo"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "gutils-suite-core"
                    ]
                }
            ]
        },
        {
            "name": "debianutils",
            "portdir": "sysutils/debianutils",
            "version": "5.23.2",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://tracker.debian.org/pkg/debianutils",
            "description": "Miscellaneous utilities from Debian",
            "long_description": "debianutils is a collection of miscellaneous utilities developed by the Debian project for their Linux distribution. This port provides the utilities run-parts and tempfile.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "raimue",
                    "github": "raimue",
                    "ports_count": 57
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "molly-guard",
                        "dpkg"
                    ]
                }
            ]
        },
        {
            "name": "defaultbrowser",
            "portdir": "sysutils/defaultbrowser",
            "version": "1.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/kerma/defaultbrowser",
            "description": "Command line tool for setting the default browser (HTTP handler) in macOS",
            "long_description": "Command line tool for setting the default browser (HTTP handler) in macOS",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 228
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "detach",
            "portdir": "sysutils/detach",
            "version": "1.3",
            "license": "none",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.freshports.org/sysutils/detach/",
            "description": "detach a program",
            "long_description": "The command is a grungy little program for executing programs in the background, without use of a control terminal. (In the style of most common daemon processes...)",
            "active": false,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "detox",
            "portdir": "sysutils/detox",
            "version": "3.0.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/dharple/detox",
            "description": "utility designed to clean up filenames",
            "long_description": "Detox is a utility designed to clean up filenames. It replaces non-standard characters, such as spaces, with standard equivalents.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "di",
            "portdir": "sysutils/di",
            "version": "6.2.2.2",
            "license": "zlib",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://diskinfo-di.sourceforge.io/",
            "description": "disk information utility",
            "long_description": "di is a disk information utility, displaying everything (and more) than the classic df command does.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1297
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "gettext",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext-runtime"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "diffoscope",
            "portdir": "sysutils/diffoscope",
            "version": "306",
            "license": "GPL-3+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://diffoscope.org/",
            "description": "in-depth comparison of files, archives, and directories",
            "long_description": "diffoscope will try to get to the bottom of what makes files or directories different. It will recursively unpack archives of many kinds and transform various binary formats into more human readable form to compare them. It can compare two tarballs, ISO images, or PDF just as easily. Please note some file formats will require the installation of additional ports.",
            "active": true,
            "categories": [
                "sysutils",
                "python"
            ],
            "maintainers": [
                {
                    "name": "raimue",
                    "github": "raimue",
                    "ports_count": 57
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-installer",
                        "py314-build",
                        "clang-18",
                        "py314-wheel",
                        "py314-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314",
                        "py314-libarchive-c",
                        "py314-magic"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gzip",
                        "gnutar",
                        "cpio",
                        "bzip2"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py314-pytest",
                        "py314-black"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "diffutils",
            "portdir": "sysutils/diffutils",
            "version": "3.12",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/diffutils/",
            "description": "GNU diff utilities",
            "long_description": "diffutils contains the GNU diff, diff3, sdiff, and cmp utilities. Their features are a superset of the Unix features and they are significantly faster.",
            "active": true,
            "categories": [
                "devel",
                "sysutils",
                "textproc"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gettext",
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext-runtime"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "quilt"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gutils-suite-core"
                    ]
                }
            ]
        },
        {
            "name": "dirvish",
            "portdir": "sysutils/dirvish",
            "version": "1.2.1",
            "license": "OSL-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.dirvish.org/",
            "description": "Client/server rsync- and hard-link-based snapshot backup system",
            "long_description": "Dirvish is a \"Time-Machine-alike\" for UNIX- and UNIX-like machines (e.g.,  FreeBSD, Linux, Solaris, Mac OS X < 10.5) that allows for snapshot-style  backups that preserve space by hard-linking to unchanged versions of files in  a given backup tree.  Like Time Machine, it allows each snapshot to present a  full tree, even for incremental backups. However, because only OS X has  fseventsd, and because among backup sysems only Time Machine actually uses  it, other client systems have to do a traditional tree walk to find changed  files.   Dirvish transmits changed files (or portions of changed files) via rsync to  the backup server, which in turn maintains the backup repository as a set of  hard-linked trees, with databases to track what has changed, as well as an  optional locate index to provide fast searching in the backup tree.  There is  no GUI; however, dirvish appears to be much more robust than other software  of this type in its exclude processing.   Using dirvish, your OS X Mac can become a snapshot backup server for your  non-OS X (or your pre-Leopard OS X) UNIX- and UNIX-like machines.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bsdmake",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-time-parsedate",
                        "rsync",
                        "p5.34-timedate",
                        "p5.34-time-period",
                        "perl5.34"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "diskonaut",
            "portdir": "sysutils/diskonaut",
            "version": "0.11.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/imsnif/diskonaut",
            "description": "Terminal disk-space navigator",
            "long_description": "Given a path on your hard-drive (which could also be the root path, i.e. /). diskonaut scans it and indexes its metadata to memory so that you could explore its contents (even while still scanning!). Once completed, you can navigate through subfolders, getting a visual treemap representation of what's taking up your disk space. You can even delete files or folders and diskonaut will track how much space you've freed up in this session.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1023
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "disktype",
            "portdir": "sysutils/disktype",
            "version": "9",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://disktype.sourceforge.net/",
            "description": "Detects the content format of a disk or disk image",
            "long_description": "Detects the content format of a disk or disk image by checking for signatures of file systems, partition tables, and boot codes.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "diskus",
            "portdir": "sysutils/diskus",
            "version": "0.9.0",
            "license": "(MIT or Apache-2)",
            "platforms": "darwin linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sharkdp/diskus",
            "description": "A minimal, fast alternative to 'du -sh'",
            "long_description": "diskus is a very simple program that computes the apparent size of the current directory. It is a parallelized version of du -sh. On the developer's 8-core laptop, it is about 10x faster than du with a cold disk cache and more than 3x faster with a warm disk cache.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "georgedp",
                    "github": "ylluminarious",
                    "ports_count": 6
                },
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1023
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dmg2img",
            "portdir": "sysutils/dmg2img",
            "version": "1.6.7",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://vu1tur.eu.org/tools/",
            "description": "Converts Apple DMG files to standard HFS+ images",
            "long_description": "DMG2IMG is a tool to convert Apple's compressed dmg files to standard (hfsplus) disk images. It is derived from dmg2iso v0.2c by vu1tur.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "bzip2",
                        "zlib",
                        "openssl10"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dmidecode",
            "portdir": "sysutils/dmidecode",
            "version": "3.1",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.nongnu.org/dmidecode",
            "description": "Tool for dumping DMI (SMBIOS) contents in human-readable format.",
            "long_description": "dmidecode reports information about your system's hardware as described in your system BIOS according to the SMBIOS/DMI standard. This information typically includes system manufacturer, model name, serial number, BIOS version, asset tag as well as a lot of other details of varying level of interest and reliability depending on the manufacturer. This will often include usage status for the CPU sockets, expansion slots (e.g. AGP, PCI, ISA) and memory module slots, and the list of I/O ports (e.g. serial, parallel, USB).",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "ndiscreet",
                    "github": "chicagotripp",
                    "ports_count": 2
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dmux",
            "portdir": "sysutils/dmux",
            "version": "0.6.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/zdcthomas/dmux",
            "description": "A tmux workspace manager",
            "long_description": "Development tMUX - A tmux workspace manager written in Rust that manages tmux sessions, opening them with specified commands, layout and more. Integrates with fzf, and optionally fd.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1023
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "fzf"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dnuos",
            "portdir": "sysutils/dnuos",
            "version": "1.0.11",
            "license": "GPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://bitheap.org/dnuos/",
            "description": "Console program that creates lists of music collections",
            "long_description": "Dnuos is a console program that creates lists of music collections, based on directory structure.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "doas",
            "portdir": "sysutils/doas",
            "version": "6.3p13",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://codeberg.org/thejessesmith/doas",
            "description": "a utility that lets a user run a command as another user",
            "long_description": "doas allows a user to run a command as though they were another user. Typically doas is used to allow non-privileged users to run commands as though they were the root user. doas offers two benefits over sudo: its configuration file has a simple syntax and it is smaller, requiring less effort to audit the code. This makes it harder for both admins and coders to make mistakes that potentially open security holes in the system.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "bison"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "doodle",
            "portdir": "sysutils/doodle",
            "version": "0.7.3",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://grothoff.org/christian/doodle/",
            "description": "Doodle is a tool to quickly search the documents on a computer.",
            "long_description": "Doodle is a tool to quickly search the documents on a computer.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gettext",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libextractor",
                        "gettext-runtime"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dosfstools",
            "portdir": "sysutils/dosfstools",
            "version": "4.2",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/dosfstools/dosfstools",
            "description": "dosfstools consists of the programs mkfs.fat, fsck.fat and fatlabel to create, check and label file systems of the FAT family.",
            "long_description": "dosfstools consists of the programs mkfs.fat, fsck.fat and fatlabel to create, check and label file systems of the FAT family.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "davidgilman1",
                    "github": "dgilman",
                    "ports_count": 144
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-12"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "vim"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dpkg",
            "portdir": "sysutils/dpkg",
            "version": "1.21.2",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://wiki.debian.org/Teams/Dpkg",
            "description": "Debian package maintenance system",
            "long_description": "dpkg is the basis of the Debian package maintenance system.",
            "active": true,
            "categories": [
                "sysutils",
                "archivers"
            ],
            "maintainers": [],
            "variants": [
                "perl5_28",
                "perl5_30",
                "perl5_32",
                "perl5_34",
                "docs",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automake",
                        "clang-15",
                        "autoconf",
                        "pkgconfig",
                        "flex",
                        "libtool"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses",
                        "coreutils",
                        "bzip2",
                        "perl5.34",
                        "libiconv",
                        "gnutar",
                        "gzip",
                        "xz",
                        "zlib",
                        "gettext",
                        "gpatch"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "debianutils"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "driftctl",
            "portdir": "sysutils/driftctl",
            "version": "0.40.0",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://driftctl.com",
            "description": "Detect, track and alert on infrastructure drift",
            "long_description": "Detect, track and alert on infrastructure drift. Measures infrastructure as code coverage, and tracks infrastructure drift.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1023
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dtach",
            "portdir": "sysutils/dtach",
            "version": "0.9",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://dtach.sourceforge.net/",
            "description": "program that emulates the detach feature of screen",
            "long_description": "dtach is a tiny program that emulates the detach feature of screen, allowing you to run a program in an environment that is protected from the controlling terminal and attach to it later. dtach does not keep track of the contents of the screen, and thus works best with programs that know how to redraw themselves.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dtrace",
            "portdir": "sysutils/dtrace",
            "version": "370.40.1",
            "license": "APSL-2 and CDDL",
            "platforms": "{darwin < 22}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://opensource.apple.com/source/dtrace/",
            "description": "DTrace support tools",
            "long_description": "The ctfconvert, ctfmerge and ctfdump tools for DTrace, required to build the XNU kernel. The main dtrace tool and libraries are not included, because these rely on an unpublished private framework.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dua-cli",
            "portdir": "sysutils/dua-cli",
            "version": "2.33.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://lib.rs/crates/dua-cli",
            "description": "A tool to conveniently learn about the disk usage of directories, fast!",
            "long_description": "dua (-> Disk Usage Analyzer) is a tool to conveniently learn about the usage of disk space of a given directory. It's parallel by default and will max out your SSD, providing relevant information as fast as possible. Optionally delete superfluous data, and do so more quickly than rm.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1023
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "duf",
            "portdir": "sysutils/duf",
            "version": "0.9.1",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/muesli/duf",
            "description": "Disk Usage/Free Utility - a better 'df' alternative",
            "long_description": "Disk Usage/Free Utility - a better 'df' alternative",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1023
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "duff",
            "portdir": "sysutils/duff",
            "version": "0.5.2",
            "license": "zlib",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://duff.dreda.org",
            "description": "Unix command-line utility for quickly finding duplicates in a given set of files",
            "long_description": "Unix command-line utility for quickly finding duplicates in a given set of files",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1297
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "gettext",
                        "libtool",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext-runtime"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dupd",
            "portdir": "sysutils/dupd",
            "version": "1.7.1",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.virkki.com/dupd",
            "description": "Convenient and fast CLI to find duplicate files.",
            "long_description": "Convenient and fast CLI to find duplicate files. Supports an interactive style for exploring duplicates in the filesystem.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "jyri",
                    "github": "jvirkki",
                    "ports_count": 1
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "sqlite3",
                        "openssl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "duplicity",
            "portdir": "sysutils/duplicity",
            "version": "2.1.4",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gitlab.com/duplicity/duplicity",
            "description": "Encrypted bandwidth-efficient backup.",
            "long_description": "Duplicity backs up directories by producing encrypted tar-format volumes and uploading them to a remote or local file server. Because duplicity uses librsync, the incremental archives are space efficient and only record the parts of files that have changed since the last backup. Because duplicity uses GnuPG to encrypt and/or sign these archives, they will be safe from spying and/or modification by the server.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py311-setuptools",
                        "py311-setuptools_scm"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311",
                        "py311-lockfile",
                        "py311-boto3",
                        "py311-future",
                        "py311-paramiko",
                        "py311-fasteners",
                        "gettext",
                        "gnupg2",
                        "librsync"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "ncftp"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py311-pytest",
                        "py311-pexpect"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "duply"
                    ]
                }
            ]
        },
        {
            "name": "duply",
            "portdir": "sysutils/duply",
            "version": "1.9.1",
            "license": "GPL-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://duply.net",
            "description": "Duply is a shell front end for the duplicity backup tool.",
            "long_description": "Duply greatly simplifies duplicity's usage by implementing backup job profiles, batch commands and more.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "dmankus",
                    "github": "",
                    "ports_count": 1
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "duplicity"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "duti",
            "portdir": "sysutils/duti",
            "version": "1.5.4",
            "license": "public-domain",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20181203082706/http://duti.org/",
            "description": "Select default apps for documents and URL schemes on macOS.",
            "long_description": "duti is a command-line utility capable of setting default applications for various document types on macOS, using Apple's Uniform Type Identifiers (UTI). A UTI is a unique string describing the format of a file's content. For instance, a Microsoft Word document has a UTI of com.microsoft.word.doc. Using duti, the user can change which application acts as the default handler for a given UTI.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "newtonne.github",
                    "github": "newtonne",
                    "ports_count": 5
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dvdisaster",
            "portdir": "sysutils/dvdisaster",
            "version": "0.72.3",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.dvdisaster.net/",
            "description": "Additional error correction for CD, DVD and BD media.",
            "long_description": "dvdisaster stores data on CD/DVD/BD in a way that it is fully recoverable even after some read errors have developed. This enables you to rescue the complete data to a new medium.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "michael.klein",
                    "github": "mklein-de",
                    "ports_count": 16
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gtk2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dvdrtools",
            "portdir": "sysutils/dvdrtools",
            "version": "0.2.1",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20060718205728/http://www.arklinux.org/projects/dvdrtools",
            "description": "a fork of cdrtools DVD writer support",
            "long_description": "Dvdrtools is a fork of cdrtools, with the primary goal of supporting writable DVD drives.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dvdrw-tools",
            "portdir": "sysutils/dvdrw-tools",
            "version": "7.1",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://fy.chalmers.se/~appro/linux/DVD+RW/",
            "description": "Tool for mastering DVD media, including +R/RW and -R/RW",
            "long_description": "Tool for mastering DVD media, including +R/RW and -R/RW",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "cdrtools"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "tovid"
                    ]
                }
            ]
        },
        {
            "name": "dvtm",
            "portdir": "sysutils/dvtm",
            "version": "0.15",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.brain-dump.org/projects/dvtm",
            "description": "Dynamic Virtual Terminal Manager",
            "long_description": "dvtm brings the concept of tiling window management, popularized by X11-window managers like dwm to the console. As a console window manager it tries to make it easy to work with multiple console based programs like vim, mutt, cmus or irssi.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}