GET /api/v1/ports/?format=api&ordering=created_at&page=489
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=490",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=488",
    "results": [
        {
            "name": "binplist",
            "portdir": "sysutils/binplist",
            "version": "0.1.5",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/google/binplist",
            "description": "A binary plist parser",
            "long_description": "A binary plist parser",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 433
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-tz"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py27-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "blueutil",
            "portdir": "sysutils/blueutil",
            "version": "2.10.0",
            "license": "BSD",
            "platforms": "{darwin >= 13}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/toy/blueutil",
            "description": "CLI for Bluetooth on macOS",
            "long_description": "Command line interface for Bluetooth on macOS, control power, discoverable state, list paired devices, pair new devices, connect and disconnect devices, and check if a device is connected.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "darius",
                    "github": "DanielO",
                    "ports_count": 2
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "bool",
            "portdir": "sysutils/bool",
            "version": "0.2.2",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/bool/",
            "description": "find files that match a boolean expression",
            "long_description": "GNU Bool is a utility for finding files that match a boolean expression. The boolean operators supported are AND, OR and NOT. Also supported is the NEAR operator for locating two expressions within a short distance from each other.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "borgbackup",
            "portdir": "sysutils/borgbackup",
            "version": "1.4.3",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.borgbackup.org/",
            "description": "Deduplicating backup program",
            "long_description": "BorgBackup (short: Borg) is a deduplicating backup program. Optionally, it supports compression and authenticated encryption. Main goal of Borg is to provide an efficient and secure way to backup data. The data deduplication technique used makes Borg suitable for daily backups since only changes are stored. The authenticated encryption technique makes it suitable for backups to not fully trusted targets.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 652
                }
            ],
            "variants": [
                "fuse",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-setuptools",
                        "py313-wheel",
                        "py313-setuptools_scm",
                        "py313-cython",
                        "py313-sphinx_rtd_theme",
                        "py313-sphinx",
                        "py313-pkgconfig",
                        "clang-18",
                        "py313-build",
                        "py313-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "lz4",
                        "zstd",
                        "libb2",
                        "openssl",
                        "xxhash",
                        "python313",
                        "py313-brotlicffi"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py313-packaging",
                        "py313-msgpack"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py313-pytest",
                        "py313-pytest-benchmark",
                        "py313-pytest-xdist"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "borgmatic"
                    ]
                }
            ]
        },
        {
            "name": "boxbackup",
            "portdir": "sysutils/boxbackup",
            "version": "0.11.1",
            "license": "BSD-old",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.boxbackup.org/",
            "description": "completely automatic on-line backup system.",
            "long_description": "The backup daemon, bbackupd, runs on all machines to be backed up. The store server daemon, bbstored runs on a central server. Data is sent to the store server, which stores all data on local filesystems, that is, only on local hard drives. Tape or other archive media is not used. The system is designed to be easy to set up and run, and cheap to use. Once set up, there should be no need for user or administrative intervention, apart from usual system maintenance.",
            "active": true,
            "categories": [
                "sysutils",
                "net"
            ],
            "maintainers": [
                {
                    "name": "ecronin",
                    "github": "ecronin",
                    "ports_count": 6
                }
            ],
            "variants": [
                "bdb",
                "server",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automake",
                        "bsdmake",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libedit",
                        "openssl",
                        "perl5"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "bpytop",
            "portdir": "sysutils/bpytop",
            "version": "1.0.68",
            "license": "Apache-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/aristocratos/bpytop",
            "description": "Linux/macOS/FreeBSD resource monitor",
            "long_description": "Linux/macOS/FreeBSD resource monitor. Resource monitor that shows usage and stats for processor, memory, disks, network and processes. Python port of bashtop.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1023
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "python312",
                        "py312-psutil"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "brightness",
            "portdir": "sysutils/brightness",
            "version": "1.2",
            "license": "BSD",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/nriley/brightness",
            "description": "brightness changes the screen brightness from the command line",
            "long_description": "brightness changes the screen brightness from the command line",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "broot",
            "portdir": "sysutils/broot",
            "version": "1.55.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://dystroy.org/broot",
            "description": "A new way to see and navigate directory trees",
            "long_description": "broot is a new way to see and navigate directory trees. It is interactive, replacing ls, allowing you to navigate extremely large and deep trees very quickly. It has advanced features such as .gitignore support, filtering via regular expressions, and more.",
            "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": [
                        "zlib",
                        "libgit2",
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "bsdsfv",
            "portdir": "sysutils/bsdsfv",
            "version": "1.18",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://bsdsfv.sourceforge.net/",
            "description": "BSD-licensed simple file verification utility",
            "long_description": "bsdsfv can create and verify simple file verification (.sfv) files in a very flexible and compatible way.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "simmel",
                    "github": "simmel",
                    "ports_count": 1
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "btrfs-progs",
            "portdir": "sysutils/btrfs-progs",
            "version": "0.18",
            "license": "unknown",
            "platforms": "darwin linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://btrfs.wiki.kernel.org/",
            "description": "Btrfs utility programs.",
            "long_description": "Btrfs is a new copy-on-write filesystem. This port contains utilities to create, check and debug btrfs filesystems.",
            "active": false,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "0xffea",
                    "github": "",
                    "ports_count": 1
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ossp-uuid"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "buffer",
            "portdir": "sysutils/buffer",
            "version": "1.19",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://gd.tuwien.ac.at/utils/archivers/buffer",
            "description": "Reblocking buffer for tape writes",
            "long_description": "This is a program designed to speed up writing tapes. The program splits itself into two processes. The first process reads (and reblocks) from stdin into a shared memory buffer. The second writes from the shared memory buffer to stdout. Doing it this way means that the writing side effectly sits in a tight write loop and doesn't have to wait for input. Similarly for the input side. It is this waiting that slows down other reblocking processes, like dd.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "bupstash",
            "portdir": "sysutils/bupstash",
            "version": "0.12.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://bupstash.io",
            "description": "Easy and efficient encrypted backups",
            "long_description": "Bupstash is a tool for encrypted backups - if you need secure backups, Bupstash is the tool for you. Bupstash was designed to have: Efficient deduplication, Offline decryption keys, Key/value tagging with search, Great performance on slow networks, Secure remote access controls, Efficient incremental backups, Fantastic performance with low RAM usage, Safety against malicious attacks.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1023
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "rust",
                        "go-md2man",
                        "cargo",
                        "legacy-support",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind",
                        "libsodium"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "burn-app",
            "portdir": "sysutils/burn-app",
            "version": "2.5.1",
            "license": "GPL-2",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://burn-osx.sourceforge.net/",
            "description": "Burn.app is a burning application for Mac OS X",
            "long_description": "Burn.app is an open source frontend for Apple's DiscBurning Framework",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "burp",
            "portdir": "sysutils/burp",
            "version": "2.1.32",
            "license": "(AGPL-3+ or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://burp.grke.org/",
            "description": "BackUp and Restore Program",
            "long_description": "Burp is a network backup and restore program. It attempts to reduce network traffic and the amount of space that is used by each backup.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "dports",
                    "github": "drkp",
                    "ports_count": 70
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses",
                        "openssl",
                        "zlib",
                        "librsync",
                        "uthash",
                        "gettext"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "butane",
            "portdir": "sysutils/butane",
            "version": "0.25.1",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://coreos.github.io/butane/",
            "description": "Butane translates Butane Configs into Ignition Configs.",
            "long_description": "Butane translates human-readable Butane Configs into machine-readable Ignition Configs for provisioning operating systems that use Ignition, such as Fedora CoreOS.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "byobu",
            "portdir": "sysutils/byobu",
            "version": "6.13",
            "license": "GPL-3",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.byobu.org",
            "description": "open source text-based window manager and terminal multiplexer",
            "long_description": "Byobu is a GPLv3 open source text-based window manager and terminal multiplexer. It was originally designed to provide elegant enhancements to the otherwise functional, plain, practical GNU Screen, for the Ubuntu server distribution. Byobu now includes an enhanced profiles, convenient keybindings, configuration utilities, and toggle-able system status notifications for both the GNU Screen window manager and the more modern Tmux terminal multiplexer, and works on most Linux, BSD, and Mac distributions.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "l2dy",
                    "github": "l2dy",
                    "ports_count": 97
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "autoconf",
                        "automake",
                        "libtool"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "coreutils",
                        "tmux",
                        "python313",
                        "py313-libnewt"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "c-hey",
            "portdir": "sysutils/c-hey",
            "version": "2.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.redbrick.dcu.ie/~c-hey/",
            "description": "unix terminal based Instant Messaging Utility",
            "long_description": "c-hey is a unix terminal based Instant Messaging Utility. In conjunction with the standard unix utility \"write\", it allows shell users to send messages to each other conveinently, easily and more personally.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "readline"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "calcurse",
            "portdir": "sysutils/calcurse",
            "version": "4.8.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://calcurse.org",
            "description": "text-based personal organizer",
            "long_description": "Calcurse is a text-based personal organizer which helps keep track of events and everyday tasks.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "michael.klein",
                    "github": "mklein-de",
                    "ports_count": 16
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gettext",
                        "pkgconfig",
                        "libiconv",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses",
                        "gettext-runtime"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cardpeek",
            "portdir": "sysutils/cardpeek",
            "version": "0.8.4",
            "license": "(GPL-3+ or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pannetrat.com/Cardpeek/",
            "description": "Cardpeek is a tool to read the contents of ISO7816 smart cards.",
            "long_description": "Cardpeek is a tool to read the contents of ISO7816 smart cards. It features a GTK GUI to represent card data is a tree view, and is extensible with a scripting language (LUA). This tool is capable of reading the contents of the following types of cards like EMV bank cards, Electronic/Biometric passports, belgian eID card, Calypso transport cards, SIM cards, Vitale 2 (french health card)...",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "readline",
                        "gtk3",
                        "glib2",
                        "curl",
                        "libiconv",
                        "lua52",
                        "openssl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cargo2port",
            "portdir": "sysutils/cargo2port",
            "version": "0.3.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/l2dy/cargo2port",
            "description": "A tool for generating cargo.crates option from Cargo.lock",
            "long_description": "A tool for generating cargo.crates option from Cargo.lock.",
            "active": true,
            "categories": [
                "sysutils",
                "macports"
            ],
            "maintainers": [
                {
                    "name": "l2dy",
                    "github": "l2dy",
                    "ports_count": 97
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ccal",
            "portdir": "sysutils/ccal",
            "version": "0.6",
            "license": "GPL-2+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.jamiehillman.co.uk/ccal/",
            "description": "ccal",
            "long_description": "Ccal, a curses-based calendar/journal/diary & todo list program.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ccd2iso",
            "portdir": "sysutils/ccd2iso",
            "version": "0.3",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://sourceforge.net/projects/ccd2iso/",
            "description": "CloneCD image to ISO image file converter",
            "long_description": "Simple command line too to convert windows-only ccd files to burnable ISO images.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cdargs",
            "portdir": "sysutils/cdargs",
            "version": "1.35",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.skamphausen.de/cgi-bin/ska/CDargs",
            "description": "Bookmarks for the shell",
            "long_description": "CDargs heavily enhances the navigation of the common unix file-system inside the shell. It plugs into the shell built-in cd-command (via a shell function or an alias) and thus adds bookmarks and a browser to it. It enables you to move to a very distant place in the file-system with just a few keystrokes. This is the kind of thing that power shell users invent when even the almighty and wonderful TAB-completion is too much typing.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "reg.macports",
                    "github": "",
                    "ports_count": 1
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cdrdao",
            "portdir": "sysutils/cdrdao",
            "version": "1.2.4",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://cdrdao.sourceforge.net/",
            "description": "Disk-At-Once Recording of Audio and Data CD-Rs/CD-RWs",
            "long_description": "Cdrdao records audio or data CD-Rs in disk-at-once (DAO) mode based on a textual description of the CD contents (toc-file).",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "lame",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cdrtools",
            "portdir": "sysutils/cdrtools",
            "version": "3.02-2024-03-21",
            "license": "CDDL-1 and LGPL-2.1 and GPL-2+ and GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://codeberg.org/schilytools/schilytools",
            "description": "ISO 9660 filesystem and CD creation tools",
            "long_description": "The cdrtools software includes programs to create and/or extract ISO 9660 filesystems, verify their integrity, and write them to a disc.\nAlso included is a CD audio disc ripper.",
            "active": true,
            "categories": [
                "sysutils",
                "audio"
            ],
            "maintainers": [
                {
                    "name": "amtor",
                    "github": "RobK88",
                    "ports_count": 11
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "gettext",
                        "smake",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv",
                        "gettext-runtime",
                        "pulseaudio"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "dvdrw-tools",
                        "wimlib",
                        "kdenlive"
                    ]
                }
            ]
        },
        {
            "name": "certigo",
            "portdir": "sysutils/certigo",
            "version": "1.17.1",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/square/certigo",
            "description": "A utility to examine and validate certificates in a variety of formats.",
            "long_description": "Certigo is a utility to examine and validate certificates to help with debugging SSL/TLS issues. It supports all common file formats such as X.509 (DER/PEM), JCEKS, PKCS7 and PKCS12 files, supports STARTTLS protocols, can validate, lint and has scripting support.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1023
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cfengine3",
            "portdir": "sysutils/cfengine3",
            "version": "3.18.0",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cfengine.com",
            "description": "network configuration-management tool",
            "long_description": "a suite of programs for integrated autonomic management of either individual or networked computers. Cfengine 3 is a significant rewrite of underlying cfengine technology which preserves the core principles and methodology of cfengine2’s approach.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "lmdb",
                        "openssl",
                        "pcre"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cfiles",
            "portdir": "sysutils/cfiles",
            "version": "1.8",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mananapr/cfiles",
            "description": "A ncurses file manager written in C with vim like keybindings",
            "long_description": "cfiles is a terminal file manager with vim like keybindings, written in C using the ncurses library. It aims to provide an interface like ranger while being lightweight, fast and minimal.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "sikmir",
                    "github": "sikmir",
                    "ports_count": 43
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "fzf",
                        "mediainfo",
                        "atool",
                        "poppler"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cfm",
            "portdir": "sysutils/cfm",
            "version": "0.6.6",
            "license": "MPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/willeccles/cfm",
            "description": "Cactus File Manager",
            "long_description": "Cactus File Manager is a simple and fast TUI file manager",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "will",
                    "github": "WillEccles",
                    "ports_count": 1
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "chezmoi",
            "portdir": "sysutils/chezmoi",
            "version": "2.69.4",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://chezmoi.io",
            "description": "Manage your dotfiles across multiple machines, securely.",
            "long_description": "chezmoi helps you manage your personal configuration files (dotfiles, like ~/.bashrc) across multiple machines.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1023
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "chgrep",
            "portdir": "sysutils/chgrep",
            "version": "1.2.4",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.bmk-it.com/projects/chgrep/",
            "description": "Fast string substitution across multiple files",
            "long_description": "Chgrep searches the input files (or standard input if no files are named) for oldstring and changes them to new string. If some file and file.lock exist then chgrep leaves both files unchanged. This program can be very usefull for mail servers. Chgrep is fast, much faster than grep or sed.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "chkrootkit",
            "portdir": "sysutils/chkrootkit",
            "version": "0.55",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.chkrootkit.org/",
            "description": "chkrootkit is a tool to locally check for signs of a rootkit",
            "long_description": "chkrootkit is a tool to locally check for signs of a rootkit.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-13"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "chrony",
            "portdir": "sysutils/chrony",
            "version": "4.8",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://chrony-project.org/",
            "description": "A versatile implementation of the Network Time Protocol (NTP)",
            "long_description": "Chrony can synchronise the system clock with NTP servers, reference clocks (e.g. GPS receiver), and manual input using wristwatch and keyboard. It can also operate as an NTPv4 (RFC 5905) server and peer to provide a time service to other computers in the network. It is designed to perform well in a wide range of conditions, including intermittent network connections, heavily congested networks, changing temperatures (ordinary computer clocks are sensitive to temperature), and systems that do not run continuosly, or run on a virtual machine.",
            "active": true,
            "categories": [
                "sysutils",
                "net"
            ],
            "maintainers": [
                {
                    "name": "artkiver",
                    "github": "artkiver",
                    "ports_count": 12
                }
            ],
            "variants": [
                "gnutls",
                "libedit",
                "nettle",
                "tomcrypt",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libedit",
                        "nettle"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "chsuf",
            "portdir": "sysutils/chsuf",
            "version": "0.9",
            "license": "GPL-2+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://chsuf.sourceforge.net/",
            "description": "tool to change suffix of files",
            "long_description": "tool to change suffix of files",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cksfv",
            "portdir": "sysutils/cksfv",
            "version": "1.3.15",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://zakalwe.fi/~shd/foss/cksfv/",
            "description": "simple file verification utility",
            "long_description": "cksfv (Check SFV) creates simple file verification (.sfv) listings and tests existing sfv files. It uses the crc32 checksum.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "clamav",
            "portdir": "sysutils/clamav",
            "version": "1.5.1",
            "license": "(GPL-2 or OpenSSLException)",
            "platforms": "{darwin > 10}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.clamav.net",
            "description": "ClamAV antivirus software",
            "long_description": "Clam AntiVirus is a GPL anti-virus toolkit for UNIX. The main purpose of this software is the integration with mail servers (attachment scanning).",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "dluke",
                    "github": "danielluke",
                    "ports_count": 31
                }
            ],
            "variants": [
                "debug",
                "clamav_milter",
                "tests",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "cmake",
                        "git",
                        "pkgconfig",
                        "rust",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "curl",
                        "json-c",
                        "bzip2",
                        "libxml2",
                        "libiconv",
                        "zlib",
                        "libtool",
                        "ncurses",
                        "openssl",
                        "pcre2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "clamsmtp",
                        "clamav-server"
                    ]
                }
            ]
        },
        {
            "name": "clamav-server",
            "portdir": "sysutils/clamav-server",
            "version": "1.2.1",
            "license": "LGPL-3 and BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.clamav.net/",
            "description": "Clamav antivirus software macOS server configuration.",
            "long_description": "Clamav antivirus software macOS server configuration. A macOS clamAV configuration with launchdaemons for clamd, freshclam, Scan-On-Demand, Scan-on-Schedule, Scan-On-Access of specied directories, and a Finder.app contextual service for Scan-On-Demand of selected items.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "s.t.smith",
                    "github": "essandess",
                    "ports_count": 37
                }
            ],
            "variants": [
                "scan_schedule_access",
                "sanesecurity",
                "proxy_settings"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "pcre",
                        "clamav",
                        "fswatch"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "mail-server"
                    ]
                }
            ]
        },
        {
            "name": "clang_select",
            "portdir": "sysutils/clang_select",
            "version": "2.5",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.macports.org/",
            "description": "common files for selecting default clang version",
            "long_description": "clang_select installs files that allow 'port select' to switch the default version of clang. It symlinks the standard compiler executables in the MacPorts prefix to the selected version.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 301
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "clang_select-3.3",
                        "clang_select-3.4",
                        "clang_select-3.7",
                        "clang_select-5.0",
                        "clang_select-6.0",
                        "clang_select-7.0",
                        "clang_select-8.0",
                        "clang_select-9.0",
                        "clang_select-11",
                        "clang_select-10",
                        "clang_select-13",
                        "clang_select-12",
                        "clang_select-14",
                        "clang_select-15",
                        "clang_select-16",
                        "clang_select-17",
                        "clang_select-18",
                        "clang_select-19",
                        "clang_select-20",
                        "clang_select-21",
                        "clang_select-devel"
                    ]
                }
            ]
        },
        {
            "name": "clex",
            "portdir": "sysutils/clex",
            "version": "4.7",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "http://www.clex.sk",
            "description": "file manager with curses interface",
            "long_description": "CLEX is a file manager with a full-screen user interface. It displays directory contents including the file status details and provides features like command history, filename insertion, or name completion in order to help users to create commands to be executed by the shell.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cliclick",
            "portdir": "sysutils/cliclick",
            "version": "5.0.1",
            "license": "BSD",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/BlueM/cliclick",
            "description": "a utility for simulating mouse and keyboard events",
            "long_description": "cliclick, short for \"Command-Line Interface Click\", is a tiny shell/Terminal application that emulates mouse clicks (including double-clicks and Control-clicks) at arbitrary screen coordinates. It also lets you move the mouse, get the current mouse coordinates, press modifier keys, enter text, and more.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cloudman",
            "portdir": "sysutils/cloudman",
            "version": "0.1.7",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/dutchcoders/cloudman",
            "description": "Textual user interface to manage ec2 instances.",
            "long_description": "Cloudman is a textual user interface (heavily inspired by htop) to manage your Amazon EC2 fleet instantly. By using Cloudman you'll find an overview of your instances, navigate through regions, retrieve instance details, show console outputs and connect to instance terminal using SSM.",
            "active": true,
            "categories": [
                "sysutils",
                "net"
            ],
            "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": "cloudmonkey",
            "portdir": "sysutils/cloudmonkey",
            "version": "6.5.0",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/apache/cloudstack-cloudmonkey",
            "description": "CloudMonkey is a command line interface for Apache Cloudstack.",
            "long_description": "CloudMonkey is a command line interface for Apache Cloudstack. CloudMonkey can be used both as an interactive shell, and as a command line tool which simplifies Apache CloudStack configuration and management.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1023
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "clpbar",
            "portdir": "sysutils/clpbar",
            "version": "1.11.1",
            "license": "LGPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://clpbar.sourceforge.net/",
            "description": "tool to copy a stream of data and print a progress bar",
            "long_description": "Bar is a simple tool to copy a stream of data and print a display for the user on stderr showing the ammount of data passed, the throughput of the data transfer, and the transfer time, or, if the total size of the data stream is known, the estimated time remaining, what percentage of the data transfer has been completed, and a progress bar.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "clusterssh",
            "portdir": "sysutils/clusterssh",
            "version": "4.160.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/App::ClusterSSH",
            "description": "Cluster Admin via SSH",
            "long_description": "ClusterSSH controls a number of xterm windows via a single graphical console window to allow commands to be interactively run on multiple servers over an ssh connection.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "perl5_30",
                "perl5_32",
                "perl5_34",
                "perl5_28"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.34-file-which",
                        "p5.34-module-build",
                        "p5.34-readonly",
                        "p5.34-test-differences",
                        "p5.34-test-trap",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-sort-naturally",
                        "p5.34-tk",
                        "p5.34-try-tiny",
                        "xterm",
                        "p5.34-x11-protocol-other",
                        "p5.34-xml-simple",
                        "p5.34-xsloader",
                        "p5.34-x11-protocol",
                        "p5.34-exception-class",
                        "p5.34-getopt-long",
                        "p5.34-html-parser",
                        "p5.34-pathtools",
                        "p5.34-pod-simple"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cocoa-tlassemble",
            "portdir": "sysutils/cocoa-tlassemble",
            "version": "1.0",
            "license": "BSD",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/dbridges/cocoa-tlassemble",
            "description": "tlassemble is a simple Mac OS X command line utility that combines a sequence of images into a movie.",
            "long_description": "tlassemble is a simple Mac OS X command line utility that combines a sequence of images into a movie.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "collectd",
            "portdir": "sysutils/collectd",
            "version": "5.12.0",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://collectd.org/",
            "description": "flexible daemon periodically collecting system statistics data",
            "long_description": "collectd is a daemon which collects system performance statistics periodically and provides mechanisms to store the values in a variety of ways, for example in RRD files.",
            "active": true,
            "categories": [
                "sysutils",
                "net"
            ],
            "maintainers": [
                {
                    "name": "cal",
                    "github": "neverpanic",
                    "ports_count": 53
                },
                {
                    "name": "raimue",
                    "github": "raimue",
                    "ports_count": 57
                }
            ],
            "variants": [
                "aggregation",
                "amqp",
                "apache",
                "apcups",
                "apple_sensors",
                "ascent",
                "barometer",
                "battery",
                "bind",
                "ceph",
                "chrony",
                "contextswitch",
                "cpu",
                "cpusleep",
                "csv",
                "curl",
                "curl_json",
                "curl_xml",
                "dbi",
                "df",
                "disk",
                "dns",
                "email",
                "ethstat",
                "exec",
                "filecount",
                "gmond",
                "gps",
                "grpc",
                "hddtemp",
                "interface",
                "java",
                "load",
                "log_logstash",
                "logfile",
                "lpar",
                "lua",
                "mbmon",
                "memcachec",
                "memcached",
                "memory",
                "multimeter",
                "mysql",
                "network",
                "nginx",
                "notify_desktop",
                "notify_email",
                "notify_nagios",
                "ntpd",
                "numa",
                "nut",
                "olsrd",
                "openldap",
                "openvpn",
                "perl",
                "pf",
                "pinba",
                "ping",
                "postgresql",
                "powerdns",
                "python",
                "rrdcached",
                "rrdtool",
                "smart",
                "snmp",
                "snmp_agent",
                "statsd",
                "swap",
                "syslog",
                "table",
                "tail",
                "tail_csv",
                "tcpconns",
                "teamspeak2",
                "ted",
                "threshold",
                "tokyotyrant",
                "unixsock",
                "uptime",
                "users",
                "uuid",
                "varnish",
                "virt",
                "write_graphite",
                "write_http",
                "write_log",
                "write_sensu",
                "write_tsdb",
                "zookeeper",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "curl",
                        "rrdtool",
                        "libxml2",
                        "libgcrypt"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "contacts",
            "portdir": "sysutils/contacts",
            "version": "1.1",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://gnufoo.org/contacts/",
            "description": "command line tool to access Mac OS X's Address Book",
            "long_description": "The utility contacts gives you access to view and search all your records in Mac OS X's Address Book database.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "convmv",
            "portdir": "sysutils/convmv",
            "version": "2.05",
            "license": "GPL-2+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.j3e.de/linux/convmv/man/",
            "description": "Convert filenames from one encoding to another",
            "long_description": "convmv is meant to help convert a single filename, a directory tree and the contained files or a whole filesystem into a different encoding. It just converts the filenames, not the content of the files. A special feature of convmv is that it also takes care of symlinks, also converts the symlink target pointer in case the symlink target is being converted, too. All this comes in very handy when one wants to switch over from old 8-bit locales to UTF-8 locales. It is also possible to convert directories to UTF-8 which are already partly UTF-8 encoded. convmv is able to detect if certain files are UTF-8 encoded and will skip them by default. To turn this smartness off use the --nosmart switch.",
            "active": true,
            "categories": [
                "sysutils",
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "coreutils",
            "portdir": "sysutils/coreutils",
            "version": "9.5",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/coreutils/",
            "description": "GNU File, Shell, and Text utilities",
            "long_description": "The GNU Core Utilities are the basic file, shell, and text manipulation utilities of the GNU operating system. These are the core utilities which are expected to exist on every operating system. Previously these utilities were offered as three individual sets of GNU utilities, fileutils, shellutils, and textutils. Those three have been combined into a single set of utilities called the coreutils.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 354
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gettext",
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "libiconv",
                        "gettext-runtime"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "wolfssl",
                        "sequoia-pgp",
                        "ocaml-hacl-star",
                        "ocaml-hacl-star-raw",
                        "wordgrinder",
                        "xwordgrinder",
                        "libemf",
                        "rb-narray",
                        "rb33-narray",
                        "rb32-narray",
                        "rb31-narray",
                        "gmtk",
                        "omnicompiler",
                        "gcli",
                        "courier-imap",
                        "ffp",
                        "lalinspiral",
                        "octave-lalinspiral",
                        "py312-lalinspiral",
                        "guestfs-tools",
                        "pass-update",
                        "jags",
                        "libzip",
                        "pspp-devel",
                        "influxdb",
                        "OpenBLAS",
                        "OpenBLAS-devel",
                        "mcabber",
                        "proxmark3-iceman",
                        "btop",
                        "libguestfs",
                        "git-filter-repo",
                        "spread-sheet-widget",
                        "osxbom",
                        "imager",
                        "aephea",
                        "gimp-help-en",
                        "pass-import",
                        "drc-fir",
                        "libbonoboui",
                        "kakasi",
                        "ikiwiki",
                        "gtk-nodoka-engine",
                        "podman",
                        "gildas",
                        "apple-pki-bundle",
                        "ipmitool",
                        "sshfs",
                        "idris2",
                        "fstar",
                        "torsocks",
                        "lastfm-desktop",
                        "autogen",
                        "love-0.7",
                        "love-0.8"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "quilt",
                        "kremlin",
                        "arb",
                        "cntlm",
                        "renameutils",
                        "dpkg",
                        "umit"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "exec-wrapper",
                        "libfaketime",
                        "gutils-suite-core",
                        "lchat",
                        "mame",
                        "shared-mime-info",
                        "danectl",
                        "byobu"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "pspp-devel",
                        "openldap-devel",
                        "guile-3.0",
                        "openldap"
                    ]
                }
            ]
        },
        {
            "name": "cpan2port",
            "portdir": "sysutils/cpan2port",
            "version": "0.1.1_20190228",
            "license": "WTFPL-2 and permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://trac.macports.org/wiki/howto/cpan2port",
            "description": "A perl script to generate MacPorts portfiles",
            "long_description": "A perl script to generate MacPorts portfiles from CPAN modules.",
            "active": true,
            "categories": [
                "sysutils",
                "macports",
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "p5.34-cpan-meta",
                        "p5.34-cpan-meta-yaml",
                        "p5.34-file-path",
                        "p5.34-getopt-simple",
                        "p5.34-carp-clan",
                        "p5.34-module-depends",
                        "p5.34-pod-simple",
                        "p5.34-yaml",
                        "p5.34-list-moreutils"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}