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

{
    "count": 49753,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=965",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=963",
    "results": [
        {
            "name": "cosign",
            "portdir": "security/cosign",
            "version": "3.0.2",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sigstore/cosign",
            "description": "Container Signing",
            "long_description": "Container Signing, Verification and Storage in an OCI registry. Cosign aims to make signatures invisible infrastructure.",
            "active": true,
            "categories": [
                "security"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 612
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "corsixth",
            "portdir": "games/corsixth",
            "version": "0.69.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/CorsixTH/CorsixTH",
            "description": "Open source clone of Theme Hospital",
            "long_description": "A reimplementation of the 1997 Bullfrog business sim Theme Hospital. As well as faithfully recreating the original, CorsixTH adds support for modern operating systems, high resolutions and much more.",
            "active": true,
            "categories": [
                "games"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1013
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsdl2_mixer",
                        "libsdl2",
                        "ffmpeg",
                        "freetype",
                        "bzip2",
                        "lua53-lpeg",
                        "lua53-luafilesystem",
                        "lua53",
                        "libiconv",
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "corrade",
            "portdir": "graphics/corrade",
            "version": "2020.06",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mosra/corrade",
            "description": "Corrade is a multiplatform utility library written in C++11/C++14.",
            "long_description": "Corrade is a multiplatform utility library written in C++11/C++14.",
            "active": true,
            "categories": [
                "devel",
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 612
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-15"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "corkscrew",
            "portdir": "net/corkscrew",
            "version": "2.0",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20160706023057/http://www.agroman.net/corkscrew/",
            "description": "Tunnel SSH through HTTP proxies.",
            "long_description": "Corkscrew is a tool for tunneling SSH through HTTP proxies.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "normen",
                    "github": "Gminfly",
                    "ports_count": 11
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automake",
                        "clang-15"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "coreutils-uutils",
            "portdir": "sysutils/coreutils-uutils",
            "version": "0.3.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/uutils/coreutils",
            "description": "File, shell and text utilities",
            "long_description": "A rewrite of GNU coreutils in rust",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "davidgilman1",
                    "github": "dgilman",
                    "ports_count": 139
                }
            ],
            "variants": [
                "bash_completion",
                "zsh_completion",
                "fish_completion",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "apple-pki-bundle"
                    ]
                }
            ]
        },
        {
            "name": "coreutils-devel",
            "portdir": "sysutils/coreutils-devel",
            "version": "9.8",
            "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": 350
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gettext",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "libiconv",
                        "gettext-runtime"
                    ]
                }
            ],
            "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": 350
                }
            ],
            "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": [
                        "spread-sheet-widget",
                        "sequoia-pgp",
                        "mcabber",
                        "ocaml-hacl-star",
                        "ocaml-hacl-star-raw",
                        "wordgrinder",
                        "xwordgrinder",
                        "libemf",
                        "rb-narray",
                        "rb33-narray",
                        "rb32-narray",
                        "rb31-narray",
                        "gmtk",
                        "omnicompiler",
                        "podman",
                        "courier-imap",
                        "ffp",
                        "lalinspiral",
                        "octave-lalinspiral",
                        "py312-lalinspiral",
                        "osxbom",
                        "guestfs-tools",
                        "sumo",
                        "sshfs",
                        "jags",
                        "libzip",
                        "pspp-devel",
                        "libguestfs",
                        "btop",
                        "influxdb",
                        "OpenBLAS",
                        "OpenBLAS-devel",
                        "proxmark3-iceman",
                        "wolfssl",
                        "git-filter-repo",
                        "aephea",
                        "idris2",
                        "gimp-help-en",
                        "pass-import",
                        "drc-fir",
                        "libbonoboui",
                        "kakasi",
                        "ikiwiki",
                        "gtk-nodoka-engine",
                        "imager",
                        "gildas",
                        "apple-pki-bundle",
                        "ipmitool",
                        "fstar",
                        "torsocks",
                        "lastfm-desktop",
                        "autogen",
                        "love-0.7",
                        "love-0.8",
                        "gcli"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "arb",
                        "umit",
                        "kremlin",
                        "renameutils",
                        "cntlm",
                        "quilt",
                        "dpkg"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "libfaketime",
                        "shared-mime-info",
                        "gutils-suite-core",
                        "danectl",
                        "lchat",
                        "byobu",
                        "exec-wrapper",
                        "mame"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "pspp-devel",
                        "openldap-devel",
                        "guile-3.0",
                        "openldap"
                    ]
                }
            ]
        },
        {
            "name": "CoreOSMakefiles",
            "portdir": "devel/CoreOSMakefiles",
            "version": "77",
            "license": "APSL-1.1",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://opensource.apple.com/source/CoreOSMakefiles/",
            "description": "Darwin Core OS Common Makefiles",
            "long_description": "These are some makefiles which are required to build some Darwin Core OS projects. Note that this port implies MAKEFILEPATH=${prefix}/share/Makefiles",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "developer_cmds",
                        "clang-16"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "corelocationcli",
            "portdir": "sysutils/corelocationcli",
            "version": "4.0.6",
            "license": "MIT",
            "platforms": "{darwin >= 19}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/fulldecent/corelocationcli",
            "description": "Command line program to print location information from CoreLocation",
            "long_description": "CoreLocationCLI gets the physical location of your device and prints it to standard output. If you move it can also print your updated location.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 224
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "coq",
            "portdir": "lang/coq",
            "version": "8.13.2",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://coq.inria.fr/",
            "description": "Proof assistant for higher-order logic",
            "long_description": "Coq is a proof assistant for higher-order logic, which allows the development of computer programs consistent with their formal specification. It is developed using OCaml and Camlp4.",
            "active": true,
            "categories": [
                "lang",
                "math"
            ],
            "maintainers": [
                {
                    "name": "pmetzger",
                    "github": "pmetzger",
                    "ports_count": 23
                }
            ],
            "variants": [
                "doc",
                "coqide"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-findlib",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-zarith"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "copilot",
            "portdir": "devel/copilot",
            "version": "1.27.0",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://aws.github.io/copilot-cli",
            "description": "AWS Copilot CLI allows developers to build, release and operate containerized applications on Amazon ECS and AWS Fargate.",
            "long_description": "The AWS Copilot CLI is a tool for developers to create, release and manage production ready containerized applications on Amazon ECS and AWS Fargate. From getting started, pushing to a test environment and releasing to production, Copilot helps you through the entire life of your app development.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1013
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go-mockgen",
                        "packr",
                        "go",
                        "npm9",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "coordgen",
            "portdir": "science/coordgen",
            "version": "3.0.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/schrodinger/coordgenlibs",
            "description": "Schrodinger-developed 2D Coordinate Generation",
            "long_description": "Schrodinger-developed 2D Coordinate Generation.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1966
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "boost176",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "maeparser"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "openbabel"
                    ]
                }
            ]
        },
        {
            "name": "cool-retro-term",
            "portdir": "aqua/cool-retro-term",
            "version": "1.2.0",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Swordfish90/cool-retro-term",
            "description": "A good looking terminal emulator which mimics the old cathode display",
            "long_description": "A terminal emulator which mimics the look and feel of the old cathode tube screens. It has been designed to be eye-candy, customizable, and reasonably lightweight.",
            "active": true,
            "categories": [
                "aqua",
                "shells"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 153
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtquickcontrols2",
                        "qt5-qtbase",
                        "qt5-qtquickcontrols"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "qt5-sqlite-plugin"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "coolprop-refprop-headers",
            "portdir": "science/coolprop-refprop-headers",
            "version": "20221207",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.coolprop.org",
            "description": "Header files for the REFPROP fluid property library.",
            "long_description": "Header files for the REFPROP fluid property library.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "mp",
                    "github": "jsalort",
                    "ports_count": 10
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py38-coolprop",
                        "py310-coolprop",
                        "py311-coolprop",
                        "py39-coolprop"
                    ]
                }
            ]
        },
        {
            "name": "coolprop-if97",
            "portdir": "science/coolprop-if97",
            "version": "2.1.3",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.coolprop.org",
            "description": "Implementation of the IF97 formulation for the properties of pure water substance.",
            "long_description": "Implementation of the IF97 formulation for the properties of pure water substance by Ian Bell and the CoolProp team.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "mp",
                    "github": "jsalort",
                    "ports_count": 10
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-16"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py38-coolprop",
                        "py310-coolprop",
                        "py311-coolprop",
                        "py39-coolprop"
                    ]
                }
            ]
        },
        {
            "name": "cook",
            "portdir": "devel/cook",
            "version": "2.34",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://miller.emu.id.au/pmiller/software/cook/",
            "description": "Cook is a replacement for the traditional make(1) tool.",
            "long_description": "Cook is a tool for constructing files. It is given a set of files to create, and recipes of how to create them. In any non-trivial program there will be prerequisites to performing the actions necessary to creating any file, such as include files. Cook provides a mechanism to define these.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext",
                        "libiconv"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "aegis",
                        "fhist"
                    ]
                }
            ]
        },
        {
            "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": "convertlit",
            "portdir": "textproc/convertlit",
            "version": "1.8",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.convertlit.com/",
            "description": "converts Microsoft Reader eBooks into open format",
            "long_description": "Convert LIT (clit) converts eBooks in Microsoft Reader format into open format for use with software or devices which are not directly compatible with Microsoft's Reader.",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1826
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libtommath"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "ebook-tools"
                    ]
                }
            ]
        },
        {
            "name": "convertall",
            "portdir": "math/convertall",
            "version": "0.8.0",
            "license": "GPL-2+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://convertall.bellz.org",
            "description": "Extremely flexible unit converter",
            "long_description": "ConvertAll has a large database of units, and allows conversions that use multiple units, e.g. convert from feet per decade to nautical miles per fortnight.",
            "active": true,
            "categories": [
                "science",
                "math"
            ],
            "maintainers": [
                {
                    "name": "kevin01",
                    "github": "khorton",
                    "ports_count": 1
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py310-wheel",
                        "py310-build",
                        "py310-installer",
                        "pkgconfig",
                        "py310-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310",
                        "py310-pyqt5",
                        "qt5-qtbase"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "converseen",
            "portdir": "graphics/converseen",
            "version": "0.15.1.1",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Faster3ck/converseen",
            "description": "Converseen is an open source batch image converter and resizer.",
            "long_description": "Converseen is an open source batch image converter and resizer. Thanks to the Magick++ image libraries it supports more than 100 image formats.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1106
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtbase",
                        "qt5-qttools",
                        "ImageMagick"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "container-diff",
            "portdir": "sysutils/container-diff",
            "version": "0.19.0",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/GoogleContainerTools/container-diff",
            "description": "Diff your Docker containers",
            "long_description": "container-diff is a tool for analyzing and comparing container images. container-diff can examine images along several different criteria, including Docker Image History, Image file system, Image size, Apt packages, RPM packages, pip packages, npm packages. These analyses can be performed on a single image, or a diff can be performed on two images to compare. The tool can help users better understand what is changing inside their images, and give them a better look at what their images contain.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1013
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "contacts-cli",
            "portdir": "sysutils/contacts-cli",
            "version": "20210930",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/keith/contacts-cli",
            "description": "Query macOS contacts from the command line",
            "long_description": "Query macOS contacts from the command line",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1013
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                }
            ],
            "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": "consul",
            "portdir": "net/consul",
            "version": "1.21.4",
            "license": "Commercial and Permissive",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.consul.io",
            "description": "Consul is a distributed service mesh to connect, secure, and configure services across any runtime platform and public or private cloud.",
            "long_description": "Consul is a service mesh solution providing a full featured control plane with service discovery, configuration, and segmentation functionality. Each of these features can be used individually as needed, or they can be used together to build a full service mesh. Consul requires a data plane and supports both a proxy and native integration model. Consul ships with a simple built-in proxy so that everything works out of the box, but also supports 3rd party proxy integrations such as Envoy.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1013
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "consodoc",
            "portdir": "textproc/consodoc",
            "version": "1.0.0",
            "license": "unknown",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20100213140022/http://consodoc.com/",
            "description": "Consodoc publishing server: XML to beautiful documents",
            "long_description": "Consodoc is a system which automates XML publishing. The base use case is converting XML to beautiful PDF through TeXML and LaTeX, but Consodoc is adaptable to other processes as well.",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "scons",
                        "texml"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "conserve",
            "portdir": "sysutils/conserve",
            "version": "24.8.0",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sourcefrog/conserve",
            "description": "Robust file backup tool in Rust",
            "long_description": "Robust file backup tool in Rust",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1013
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "conmax",
            "portdir": "fortran/conmax",
            "version": "0.0.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jacobwilliams/conmax",
            "description": "Modern Fortran CONMAX optimization method for general non-linearly constrained function minimization.",
            "long_description": "Modern Fortran CONMAX optimization method for general non-linearly constrained function minimization.",
            "active": true,
            "categories": [
                "math",
                "fortran"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "gcc10",
                "gcc11",
                "gcc12",
                "gccdevel"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14",
                        "gcc12",
                        "fpm"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "conglomerate",
            "portdir": "gnome/conglomerate",
            "version": "0.9.1",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.conglomerate.org",
            "description": "Conglomerate aims to be an XML editor that everyone can use.",
            "long_description": "Conglomerate aims to be an XML editor that everyone can use.",
            "active": true,
            "categories": [
                "textproc",
                "gnome"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "intltool",
                        "clang-9.0",
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "gnome-common",
                        "gnome-doc-utils",
                        "gtk-doc"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "desktop-file-utils",
                        "gconf",
                        "gtksourceview",
                        "libglade2",
                        "libgnomeprintui",
                        "libgnomeui",
                        "enchant",
                        "libxslt",
                        "rarian"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "yelp",
                        "gnome-settings-daemon"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "confluent-cli",
            "portdir": "sysutils/confluent-cli",
            "version": "4.43.0",
            "license": "Permissive",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/confluentinc/cli",
            "description": "CLI for Confluent Cloud and Confluent Platform",
            "long_description": "The Confluent CLI lets you manage your Confluent Cloud and Confluent Platform deployments, right from the terminal.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1013
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "goreleaser",
                        "clang-18"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "config-file-validator",
            "portdir": "sysutils/config-file-validator",
            "version": "1.9.0",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Boeing/config-file-validator",
            "description": "tool to validate configuration files",
            "long_description": "config-file-validator is a cross-platform CLI tool to validate different configuration file types, including plist, ini, json, xml, yaml, toml, and more.",
            "active": true,
            "categories": [
                "sysutils",
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 224
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "conf2struct",
            "portdir": "devel/conf2struct",
            "version": "1.5",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/yrutschle/conf2struct",
            "description": "Create C parsers for libconfig and command-line, which get read directly to a `struct`",
            "long_description": "Create C parsers for libconfig and command-line, which get read directly to a `struct`",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 153
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libconfig-hr",
                        "p5.34-conf-libconfig"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "sslh"
                    ]
                }
            ]
        },
        {
            "name": "conauto",
            "portdir": "math/conauto",
            "version": "2.03",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://sites.google.com/site/giconauto",
            "description": "Program for graph isomorphism testing & automorphism group computation",
            "long_description": "Program for graph isomorphism testing & automorphism group computation",
            "active": true,
            "categories": [
                "math"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "comply",
            "portdir": "security/comply",
            "version": "1.6.0",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/strongdm/comply",
            "description": "Compliance automation framework, focused on SOC2",
            "long_description": "Comply is a SOC2-focused compliance automation tool. It includes: a Policy Generator: a markdown-powered document pipeline for publishing auditor-friendly policy documents, Ticketing Integration: to automate compliance throughout the year via your existing ticketing system, and SOC2 Templates: open source policy and procedure templates suitable for satisfying a SOC2 audit.",
            "active": true,
            "categories": [
                "security"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1013
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "compface",
            "portdir": "graphics/compface",
            "version": "1.5.2",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://freecode.com/projects/compface/",
            "description": "Utility to convert to and from the X-Face format",
            "long_description": "Compface provides utilities and a library for converting to and from the X-Face format, a 48x48 bitmap format used to carry thumbnails of email authors in a mail header.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "xemacs",
                        "claws-mail"
                    ]
                }
            ]
        },
        {
            "name": "communi-desktop",
            "portdir": "irc/communi-desktop",
            "version": "2022.08.14",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://communi.github.io",
            "description": "IRC client for desktop environments",
            "long_description": "IRC client for desktop environments",
            "active": true,
            "categories": [
                "irc"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtbase",
                        "libcommuni"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "commons-text",
            "portdir": "java/commons-text",
            "version": "1.14.0",
            "license": "Apache-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://commons.apache.org/proper/commons-text/",
            "description": "Apache Commons Text",
            "long_description": "Apache Commons Text is a library focused on algorithms working on strings.",
            "active": true,
            "categories": [
                "java"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "maven3",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "commons-pool",
            "portdir": "java/commons-pool",
            "version": "1.5.4",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://commons.apache.org/pool/",
            "description": "Jakarta Commons-Pool",
            "long_description": "Commons-Pool provides a generic object pooling interface, a toolkit for creating modular object pools and several general purpose pool implementations.",
            "active": true,
            "categories": [
                "java"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "apache-ant",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "junit",
                        "kaffe"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "commons-logging",
            "portdir": "java/commons-logging",
            "version": "1.2",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://commons.apache.org/logging/",
            "description": "Apache Commons-Logging",
            "long_description": "Commons-Logging is a wrapper around a variety of logging API implementations.",
            "active": true,
            "categories": [
                "java"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "apache-ant",
                        "junit",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "jakarta-log4j",
                        "openjdk8",
                        "servlet23-api"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "commons-cli",
                        "xmlgraphics-commons"
                    ]
                }
            ]
        },
        {
            "name": "commons-lang3",
            "portdir": "java/commons-lang3",
            "version": "3.18.0",
            "license": "Apache-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://commons.apache.org/lang/",
            "description": "Apache Commons Lang",
            "long_description": "The Lang Component provides a host of helper utilities for the java.lang API, notably String manipulation methods, basic numerical methods, object reflection, creation and serialization, and System properties. Additionally it contains an inheritable enum type, an exception structure that supports multiple types of nested-Exceptions, basic enhancements to java.util.Date and a series of utlities dedicated to help with building methods, such as hashCode, toString and equals.",
            "active": true,
            "categories": [
                "java"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "maven3",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openjdk11"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "pdftk-java"
                    ]
                }
            ]
        },
        {
            "name": "commons-lang",
            "portdir": "java/commons-lang",
            "version": "2.4",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://commons.apache.org/lang/",
            "description": "Jakarta Commons-Lang",
            "long_description": "The Lang Component provides a host of helper utilities for the java.lang API, notably String manipulation methods, basic numerical methods, object reflection, creation and serialization, and System properties. Additionally it contains an inheritable enum type, an exception structure that supports multiple types of nested-Exceptions, basic enhancements to java.util.Date and a series of utlities dedicated to help with building methods, such as hashCode, toString and equals.",
            "active": true,
            "categories": [
                "java"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "apache-ant",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "kaffe"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "commons-cli"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "cassandra"
                    ]
                }
            ]
        },
        {
            "name": "commons-io",
            "portdir": "java/commons-io",
            "version": "1.4",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://commons.apache.org/io/",
            "description": "Jakarta Commons-IO",
            "long_description": "Commons IO is a library of utilities to assist with developing IO functionality from Java.",
            "active": true,
            "categories": [
                "java"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "apache-ant",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "junit",
                        "kaffe"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "xmlgraphics-commons"
                    ]
                }
            ]
        },
        {
            "name": "commons-codec",
            "portdir": "java/commons-codec",
            "version": "1.4",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://commons.apache.org/codec/",
            "description": "Jakarta Commons-Codec",
            "long_description": "Commons Codec provides implementations of common encoders and decoders such as Base64, Hex, various phonetic encodings, and URLs.",
            "active": true,
            "categories": [
                "java"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "apache-ant",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "junit",
                        "kaffe"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "cassandra"
                    ]
                }
            ]
        },
        {
            "name": "commons-cli",
            "portdir": "java/commons-cli",
            "version": "1.1",
            "license": "Apache-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://commons.apache.org/cli/",
            "description": "Jakarta Commons-CLI",
            "long_description": "The Jakarta Commons CLI library provides an API for processing command line interfaces. It was formed by the merger of ideas and code from three different libraries - Werken, Avalon and Optz.",
            "active": true,
            "categories": [
                "java"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "apache-ant",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "commons-lang",
                        "commons-logging",
                        "junit",
                        "kaffe"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "cassandra"
                    ]
                }
            ]
        },
        {
            "name": "committed",
            "portdir": "devel/committed",
            "version": "1.1.7",
            "license": "Apache-2 and MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/crate-ci/committed",
            "description": "A linter for git commit messages",
            "long_description": "A linter for git commit messages",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 153
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "cargo",
                        "legacy-support",
                        "rust"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "libgit2",
                        "libunwind",
                        "libiconv"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "commitizen",
            "portdir": "devel/commitizen",
            "version": "2.42.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://commitizen-tools.github.io/commitizen/",
            "description": "Create committing rules for projects, auto bump versions, and auto changelog generation",
            "long_description": "Commitizen is a tool designed for teams. Its main purpose is to define a standard way of committing rules and communicating it. The reasoning behind it is that it is easier to read, and enforces writing descriptive commits.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "harens",
                    "github": "harens",
                    "ports_count": 148
                }
            ],
            "variants": [
                "bash_completion"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15",
                        "py310-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310",
                        "py310-argcomplete"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-packaging",
                        "py310-chardet",
                        "py310-colorama",
                        "py310-yaml",
                        "py310-jinja2",
                        "py310-tomlkit",
                        "py310-termcolor",
                        "py310-questionary",
                        "py310-decli",
                        "py310-typing_extensions",
                        "bash-completion"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "comix",
            "portdir": "graphics/comix",
            "version": "4.0.4",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://comix.sourceforge.net/",
            "description": "Comix is a user-friendly, customizable image viewer.",
            "long_description": "Comix is a user-friendly, customizable image viewer. It is specifically designed to handle comic books, but also serves as a generic viewer. It reads images in ZIP, RAR or tar archives (also gzip or bzip2 compressed) as well as plain image files. It is written in Python and uses GTK+ through the PyGTK bindings.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "unrar",
                        "python27",
                        "py27-Pillow",
                        "py27-pygtk"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "comet-git",
            "portdir": "devel/comet-git",
            "version": "0.0.5",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/liamg/comet",
            "description": "Command line tool to help you use conventional commit messages",
            "long_description": "Command line tool to help you use conventional commit messages",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1013
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "comcast",
            "portdir": "net/comcast",
            "version": "1.0.1",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tylertreat/comcast",
            "description": "Simulating terrible network connections so you can build better systems.",
            "long_description": "Testing distributed systems under hard failures like network partitions and instance termination is critical, but it's also important we test them under less catastrophic conditions because this is what they most often experience. Comcast is a tool designed to simulate common network problems like latency, bandwidth restrictions, and dropped/reordered/corrupted packets. It works by wrapping up some system tools in a portable(ish) way.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1013
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "columnq",
            "portdir": "textproc/roapi",
            "version": "0.5.2",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/roapi/roapi",
            "description": "Simple CLI to help you query tabular data with support for a rich set of growing formats and data sources.",
            "long_description": "Simple CLI to help you query tabular data with support for a rich set of growing formats and data sources. It supports JSON, CSV, Parquet, Arrow and all other formats that are supported by ROAPI, which is documented at here. It also supports querying datasets from remote locations like S3 and HTTPs, see ROAPI's blob store documentation for more info.",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1013
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "cmake",
                        "legacy-support",
                        "rust",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ColPack",
            "portdir": "math/ColPack",
            "version": "1.0.10",
            "license": "LGPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cscapes.cs.purdue.edu/coloringpage/",
            "description": "A graph coloring algorithm package",
            "long_description": "ColPack is a package comprising of implementations of algorithms for the specialized vertex coloring problems as well as algorithms for a variety of related supporting tasks in derivative computation",
            "active": true,
            "categories": [
                "science",
                "math"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1502
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ADOL-C"
                    ]
                }
            ]
        }
    ]
}