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

{
    "count": 52456,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=339",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=337",
    "results": [
        {
            "name": "cloog",
            "portdir": "devel/cloog",
            "version": "0.18.4",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "http://www.cloog.org",
            "description": "CLooG, the Chunky Loop Generator",
            "long_description": "CLooG is a free software and library to generate code for scanning Z-polyhedra. That is, it finds a code (e.g. in C, FORTRAN...) that reaches each integral point of one or more parameterized polyhedra. CLooG has been originally written to solve the code generation problem for optimizing compilers based on the polytope model. Nevertheless it is used now in various area e.g. to build control automata for high-level synthesis or to find the best polynomial approximation of a function. CLooG may help in any situation where scanning polyhedra matters. While the user has full control on generated code quality, CLooG is designed to avoid control overhead and to produce a very effective code.",
            "active": true,
            "categories": [
                "devel",
                "math"
            ],
            "maintainers": [
                {
                    "name": "larryv",
                    "github": "larryv",
                    "ports_count": 48
                }
            ],
            "variants": [
                "osl",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "isl18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gcc46",
                        "gcc47",
                        "gcc48",
                        "gcc49"
                    ]
                }
            ]
        },
        {
            "name": "closure-linter",
            "portdir": "devel/closure-linter",
            "version": "2.3.13",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://code.google.com/p/closure-linter/",
            "description": "Closure Linter",
            "long_description": "The Closure Linter enforces the guidelines set by the Google JavaScript Style Guide. The linter handles style issues so that you can focus on the code.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-gflags"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "clucene",
            "portdir": "devel/clucene",
            "version": "2.3.3.4",
            "license": "(Apache-2 or LGPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://clucene.sourceforge.net/",
            "description": "Clucene is a C++ port of Lucene: the high-performance, full-featured text search engine written in Java.",
            "long_description": "Clucene is a C++ port of Lucene: the high-performance, full-featured text search engine written in Java.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "dinh.viet.hoa",
                    "github": "",
                    "ports_count": 1
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "strigi",
                        "libreoffice",
                        "bibletime",
                        "sword"
                    ]
                }
            ]
        },
        {
            "name": "clucene-devel",
            "portdir": "devel/clucene-devel",
            "version": "3025",
            "license": "Apache-2 and LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://clucene.sourceforge.net/",
            "description": "the open-source, C++ search engine",
            "long_description": "CLucene is a high-performance, scalable, cross platform, full-featured, open-source indexing and searching API. Specifically, CLucene is the guts of a search engine, the hard stuff. You write the easy stuff: the UI and the process of selecting and parsing your data files to pump them into the search engine yourself, and any specialized queries to pull it back for display or further processing.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cmake-bootstrap",
            "portdir": "devel/cmake-bootstrap",
            "version": "3.9.6",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cmake.org",
            "description": "Cross-platform make pegged at version 3.9.6. No dependencies.",
            "long_description": "Cross-platform make pegged at version 3.9.6. No dependencies. This was the last version of cmake to not require c++11.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gcc15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "clang-11-bootstrap",
                        "libcxx-powerpc",
                        "c-ares",
                        "brotli",
                        "brotli-static",
                        "darwin-xtools",
                        "llvm-cx"
                    ]
                }
            ]
        },
        {
            "name": "cmake-devel",
            "portdir": "devel/cmake-devel",
            "version": "20251208-4.2.1-485f11a7",
            "license": "BSD",
            "platforms": "darwin freebsd",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://cmake.org",
            "description": "Cross-platform make",
            "long_description": "An extensible, open-source system that manages the build process in an operating system and compiler independent manner. Unlike many cross-platform systems, CMake is designed to be used in conjunction with the native build environment. The cmake-devel release port is updated roughly every few months.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 441
                },
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 359
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-20"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses",
                        "libcxx",
                        "curl",
                        "bzip2",
                        "expat",
                        "libarchive",
                        "zlib"
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cmake-gui-devel",
                        "cmake-docs-devel"
                    ]
                }
            ]
        },
        {
            "name": "cmake-language-server",
            "portdir": "devel/cmake-language-server",
            "version": "0.1.11",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/regen100/cmake-language-server",
            "description": "CMake LSP Implementation",
            "long_description": "CMake LSP Implementation",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 648
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-pdm-backend",
                        "clang-18",
                        "py313-build",
                        "py313-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "cmake",
                        "py313-parsing",
                        "py313-pygls"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cmake-devel-gui",
            "portdir": "devel/cmake-devel",
            "version": "20250827-4.1.1-ba8c4a15",
            "license": "BSD",
            "platforms": "darwin freebsd",
            "epoch": 1,
            "replaced_by": "cmake-gui-devel",
            "homepage": "https://cmake.org",
            "description": "Obsolete port, replaced by cmake-gui-devel",
            "long_description": "This port has been replaced by cmake-gui-devel.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 441
                },
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 359
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-20"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cmake-devel-docs",
            "portdir": "devel/cmake-devel",
            "version": "20250827-4.1.1-ba8c4a15",
            "license": "BSD",
            "platforms": "darwin freebsd",
            "epoch": 1,
            "replaced_by": "cmake-docs-devel",
            "homepage": "https://cmake.org",
            "description": "Cross-platform make",
            "long_description": "An extensible, open-source system that manages the build process in an operating system and compiler independent manner. Unlike many cross-platform systems, CMake is designed to be used in conjunction with the native build environment. The cmake-devel-docs release port is updated roughly every few months.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 441
                },
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 359
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libarchive",
                        "zlib",
                        "ncurses",
                        "bzip2",
                        "curl",
                        "expat",
                        "libcxx"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cmake-gui-devel",
            "portdir": "devel/cmake-devel",
            "version": "20251208-4.2.1-485f11a7",
            "license": "BSD",
            "platforms": "darwin freebsd",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://cmake.org",
            "description": "CMake QT-based GUI",
            "long_description": "CMake QT-based GUI",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 441
                },
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 359
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libarchive",
                        "zlib",
                        "cmake-devel",
                        "qt5-qtbase",
                        "libcxx",
                        "curl",
                        "expat",
                        "ncurses",
                        "bzip2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cmake-docs-devel",
            "portdir": "devel/cmake-devel",
            "version": "20251208-4.2.1-485f11a7",
            "license": "BSD",
            "platforms": "any",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://cmake.org",
            "description": "CMake Documentation",
            "long_description": "CMake Documentation",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 441
                },
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 359
                }
            ],
            "variants": [
                "python310",
                "python311",
                "python312",
                "python313"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-sphinxcontrib-websupport",
                        "py313-sphinxcontrib-devhelp",
                        "py313-sphinxcontrib-applehelp",
                        "py313-sphinxcontrib-htmlhelp",
                        "py313-sphinxcontrib-jsmath",
                        "py313-sphinxcontrib-qthelp",
                        "py313-sphinxcontrib-serializinghtml",
                        "py313-sphinx",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libarchive",
                        "zlib",
                        "cmake-devel",
                        "ncurses",
                        "libcxx",
                        "curl",
                        "expat",
                        "bzip2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cmark",
            "portdir": "devel/cmark",
            "version": "0.30.3",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/commonmark/cmark",
            "description": "shared library with functions for parsing CommonMark documents",
            "long_description": "shared library (libcmark) with functions for parsing CommonMark documents to an abstract syntax tree (AST), manipulating the AST, and rendering the document to HTML, groff man, LaTeX, CommonMark, or an XML representation of the AST.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "buildtests",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "PrismLauncher",
                        "nheko",
                        "Aseprite",
                        "mkvtoolnix",
                        "mkvtoolnix-devel",
                        "mkvtoolnix-legacy"
                    ]
                }
            ]
        },
        {
            "name": "cmark-gfm",
            "portdir": "devel/cmark-gfm",
            "version": "0.29.0.gfm.13",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/github/cmark-gfm",
            "description": "GitHub's fork of cmark",
            "long_description": "cmark-gfm is an extended version of the C reference implementation of CommonMark, a rationalized version of Markdown syntax with a spec. This repository adds GitHub Flavored Markdown extensions to the upstream implementation, as defined in the spec.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "wyuenho",
                    "github": "wyuenho",
                    "ports_count": 3
                }
            ],
            "variants": [
                "debug",
                "buildtests",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "netatalk"
                    ]
                }
            ]
        },
        {
            "name": "cmocka",
            "portdir": "devel/cmocka",
            "version": "2.0.2",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cmocka.org/",
            "description": "cmocka unit testing framework",
            "long_description": "cmocka is an elegant unit testing framework for C with support for mock objects. It only requires the standard C library, works on a range of computing platforms (including embedded) and with different compilers.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "ray",
                    "github": "raybellis",
                    "ports_count": 1
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "profanity",
                        "samba4"
                    ]
                }
            ]
        },
        {
            "name": "cmockery",
            "portdir": "devel/cmockery",
            "version": "0.1.2",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://code.google.com/p/cmockery/",
            "description": "unit testing and mocking library for C",
            "long_description": "A lightweight library to simplify and generalize the process of writing unit tests for C applications.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cmunge",
            "portdir": "devel/cmunge",
            "version": "1.0",
            "license": "none",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.vcpc.univie.ac.at/~jhm/cmunge/",
            "description": "tool for encrypting and compacting C source code",
            "long_description": "cmunge is a simple tool for encrypting and compacting C source code, while leaving it syntactically and semantically unchanged.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cocoa-sharp",
            "portdir": "devel/cocoa-sharp",
            "version": "0.2",
            "license": "GPL-2",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.go-mono.org/",
            "description": "Cocoa bindings for the Mono .NET Development Framework",
            "long_description": "These are Cocoa bindings for Mono, which is an implementation of the .NET Development Framework.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mono"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cocogitto",
            "portdir": "devel/cocogitto",
            "version": "7.0.0",
            "license": "MIT, and Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/cocogitto/cocogitto",
            "description": "The Conventional Commits toolbox",
            "long_description": "The Conventional Commits toolbox, providing verified commits, automatic version bump and changelog, release profiles, conventional git log, GitHub integration, and monorepo support.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "austin",
                    "github": "halostatue",
                    "ports_count": 24
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "libgit2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "codeblocks",
            "portdir": "devel/codeblocks",
            "version": "20.03",
            "license": "GPL-3+",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.codeblocks.org/",
            "description": "Open Source, Cross-platform, Free C/C++/D IDE",
            "long_description": "Code::Blocks is a free C++ IDE built specifically to meet the most demanding needs of its users. It was designed, right from the start, to be extensible and configurable.",
            "active": true,
            "categories": [
                "aqua",
                "devel",
                "x11"
            ],
            "maintainers": [],
            "variants": [
                "universal",
                "wxwidgets30",
                "wxwidgets28",
                "wxgtk30",
                "wxgtk28"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "hunspell",
                        "boost176",
                        "wxgtk-3.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "codeblocks-devel",
            "portdir": "devel/codeblocks-devel",
            "version": "20250101-r13598",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.codeblocks.org/",
            "description": "Open Source, Cross-platform, Free C/C++/D IDE",
            "long_description": "Open Source, Cross-platform, Free C/C++/D IDE. This port tracks the upstream development of CodeBlocks.",
            "active": true,
            "categories": [
                "aqua",
                "devel",
                "x11"
            ],
            "maintainers": [],
            "variants": [
                "wxwidgets32",
                "wxgtk30",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18",
                        "boost176",
                        "autoconf",
                        "automake",
                        "libtool"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "subversion"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "hunspell",
                        "wxWidgets-3.2",
                        "bzip2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "codemod",
            "portdir": "devel/codemod",
            "version": "55a92a8ef237568302173e45bc282a0f8d1f2fad",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/personalcomputer/codemod",
            "description": "A tool to assist with large-scale codebase refactors",
            "long_description": "A tool/library to assist with large-scale codebase refactors that can be partially automated but still require human oversight and occasional intervention. Codemod was developed at Facebook and released as open source.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py313-build",
                        "py313-installer",
                        "py313-setuptools",
                        "py313-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "codesearch",
            "portdir": "devel/codesearch",
            "version": "1.2.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://github.com/google/codesearch",
            "description": "Indexed regular expression-based search",
            "long_description": "Code Search is a tool for indexing and then performing regular expression searches over large bodies of source code. It is a set of command-line programs written in Go",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "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": 1075
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "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": 169
                }
            ],
            "variants": [
                "bash_completion"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-wheel",
                        "py310-setuptools",
                        "clang-18",
                        "py310-installer",
                        "py310-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310",
                        "py310-argcomplete"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-yaml",
                        "py310-jinja2",
                        "py310-tomlkit",
                        "py310-termcolor",
                        "py310-questionary",
                        "py310-decli",
                        "py310-colorama",
                        "py310-chardet",
                        "py310-packaging",
                        "py310-typing_extensions",
                        "bash-completion"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "committed",
            "portdir": "devel/committed",
            "version": "1.1.11",
            "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": 162
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-20",
                        "cargo",
                        "legacy-support",
                        "rust"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "libgit2",
                        "libunwind",
                        "libiconv"
                    ]
                }
            ],
            "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": 162
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libconfig-hr",
                        "p5.34-conf-libconfig"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "sslh"
                    ]
                }
            ]
        },
        {
            "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-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext",
                        "libiconv"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "aegis",
                        "fhist"
                    ]
                }
            ]
        },
        {
            "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": 1075
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go-mockgen",
                        "packr",
                        "go",
                        "npm9",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cosmoplayer",
            "portdir": "devel/cosmoplayer",
            "version": "2.1.1",
            "license": "Restrictive/Distributable",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20090306173402/http://www.sgi.com/products/software/cosmo",
            "description": "Java classes to support VRML",
            "long_description": "Java classes to support VRML",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "opendx"
                    ]
                }
            ]
        },
        {
            "name": "courier-unicode",
            "portdir": "devel/courier-unicode",
            "version": "2.3.0",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.courier-mta.org/unicode/",
            "description": "Courier Unicode Library implements several algorithms related to the Unicode Standard",
            "long_description": "Courier Unicode Library implements several algorithms related to the Unicode Standard",
            "active": true,
            "categories": [
                "devel",
                "mail"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "maildrop",
                        "courier-authlib"
                    ]
                }
            ]
        },
        {
            "name": "cpp-httplib",
            "portdir": "devel/cpp-httplib",
            "version": "0.34.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/yhirose/cpp-httplib",
            "description": "C++11 single-file HTTP/HTTPS library",
            "long_description": "cpp-httplib is a C++11 single-file header-only cross platform HTTP/HTTPS library. This port also builds and installs the optional compiled library variant.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "brotli",
                "openssl",
                "zlib",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-18",
                        "python314"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "openssl3"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cpp-peglib",
            "portdir": "devel/cpp-peglib",
            "version": "1.9.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/yhirose/cpp-peglib",
            "description": "A single file C++ header-only PEG (Parsing Expression Grammars) library",
            "long_description": "A single file C++ header-only PEG (Parsing Expression Grammars) library",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-20"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cpp-utilities",
            "portdir": "devel/cpp-utilities",
            "version": "5.26.0",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Martchus/cpp-utilities",
            "description": "Useful C++ classes and routines such as argument parser, IO and conversion utilities.",
            "long_description": "Useful C++ classes and routines such as argument parser, IO and conversion utilities.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-20"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "qtutilities",
                        "syncthingtray"
                    ]
                }
            ]
        },
        {
            "name": "cpphs",
            "portdir": "devel/cpphs",
            "version": "1.20.9.1",
            "license": "GPL-3",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://projects.haskell.org/cpphs/",
            "description": "A liberalised re-implementation of cpp, the C pre-processor.",
            "long_description": "Cpphs is a re-implementation of the C pre-processor that is both more compatible with Haskell, and itself written in Haskell so that it can be distributed with compilers.",
            "active": true,
            "categories": [
                "devel",
                "haskell"
            ],
            "maintainers": [],
            "variants": [
                "stack"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "alex",
                        "cctools",
                        "happy",
                        "hscolour",
                        "ld64",
                        "openssl",
                        "pkgconfig",
                        "cabal",
                        "ghc",
                        "file",
                        "grep",
                        "gsed",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "libiconv"
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        "cabal"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "lhs2tex"
                    ]
                }
            ]
        },
        {
            "name": "cpptoml",
            "portdir": "devel/cpptoml",
            "version": "0.1.1",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/skystrife/cpptoml",
            "description": "A header-only library for parsing TOML configuration files.",
            "long_description": "A header-only library for parsing TOML configuration files.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "doxygen",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "boost176"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "edencommon",
                        "watchman"
                    ]
                }
            ]
        },
        {
            "name": "cppunit",
            "portdir": "devel/cppunit",
            "version": "1.15.1",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.freedesktop.org/wiki/Software/cppunit/",
            "description": "unit testing framework for C++",
            "long_description": "CppUnit is the C++ port of the famous JUnit framework for unit testing. Test output is in XML or text format for automatic testing and GUI based for supervised tests.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 441
                }
            ],
            "variants": [
                "docs",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "softhsm",
                        "gr37-ofdm",
                        "gr37-osmosdr",
                        "gr37-pcap",
                        "gr37-pyqt",
                        "gr37-rds",
                        "gr37-satellites",
                        "gr37-sdrplay",
                        "gr37-specest",
                        "gr37-tdd",
                        "jags",
                        "hydrogen",
                        "ola",
                        "libreoffice",
                        "gnuradio37",
                        "gr37-adapt",
                        "gr37-air-modes",
                        "gr37-ais",
                        "gr37-baz",
                        "gr37-cdma",
                        "gr37-fcdproplus",
                        "gr37-foo",
                        "gr37-fosphor",
                        "gr37-gfdm",
                        "gr37-gsm",
                        "gr37-ieee802-11",
                        "gr37-ieee802-15-4",
                        "gr37-iio",
                        "gr37-iqbalance",
                        "gr37-iridium",
                        "gr37-limesdr",
                        "gr37-lora-BastilleResearch",
                        "gr37-lora-rpp0",
                        "gr37-lte",
                        "gr37-mapper",
                        "gr37-mac"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "agave"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "libgig",
                        "gnss-sdr",
                        "libfilezilla",
                        "ibex-lib",
                        "FileZilla",
                        "gnss-sdr-devel",
                        "ola",
                        "gr37-baz",
                        "gr-baz"
                    ]
                }
            ]
        },
        {
            "name": "cpputest",
            "portdir": "devel/cpputest",
            "version": "4.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cpputest.github.io/",
            "description": "CppUTest unit testing and mocking framework for C/C++",
            "long_description": "CppUTest is a C /C++ based unit xUnit test framework for unit testing and for test-driving your code. It is written in C++ but is used in C and C++ projects and frequently used in embedded systems but it works for any C/C++ project.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "weechat"
                    ]
                }
            ]
        },
        {
            "name": "cppzmq",
            "portdir": "devel/cppzmq",
            "version": "4.11.0",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/zeromq/cppzmq",
            "description": "High-level C++ Binding for 0MQ",
            "long_description": "High-level C++ Binding for 0MQ",
            "active": true,
            "categories": [
                "devel",
                "sysutils",
                "net"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 441
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zmq"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "libopenshot"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-clustermq",
                        "gnuradio-devel",
                        "gnuradio",
                        "gnuradio37",
                        "gnuradio-next",
                        "xeus-zmq"
                    ]
                }
            ]
        },
        {
            "name": "cpr",
            "portdir": "devel/cpr",
            "version": "1.11.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://docs.libcpr.org",
            "description": "C++ Requests: Curl for People",
            "long_description": "C++ Requests is a simple wrapper around libcurl.",
            "active": true,
            "categories": [
                "devel",
                "net"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gtest",
                        "curl",
                        "openssl3"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cram",
            "portdir": "devel/cram",
            "version": "0.7",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://bitheap.org/cram/",
            "description": "A simple testing framework for command line applications",
            "long_description": "Cram is a functional testing framework for command line applications. Cram tests look like snippets of interactive shell sessions. Cram runs each command and compares the command output in the test with the command's actual output.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "git",
                    "github": "SoapZA",
                    "ports_count": 23
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py313-build",
                        "py313-installer",
                        "py313-setuptools",
                        "py313-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "creduce",
            "portdir": "devel/creduce",
            "version": "2.10.0",
            "license": "NCSA",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://embed.cs.utah.edu/creduce",
            "description": "Test-case reduction for C compiler bugs",
            "long_description": "C-Reduce is a tool that takes a large C, C++, or OpenCL file that has a property of interest (such as triggering a compiler bug) and automatically produces a much smaller C/C++ file that has the same property. It is intended for use by people who discover and report bugs in compilers and other tools that process source code.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "larryv",
                    "github": "larryv",
                    "ports_count": 48
                }
            ],
            "variants": [
                "llvm90",
                "llvm11",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "llvm-11",
                        "clang-11"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "clang-11",
                        "perl5.34",
                        "p5.34-exporter-lite",
                        "zlib",
                        "p5.34-getopt-tabular",
                        "p5.34-regexp-common",
                        "p5.34-term-readkey",
                        "p5.34-file-which",
                        "ncurses"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "crlibm",
            "portdir": "devel/crlibm",
            "version": "1.0beta5",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20170128033523/http://lipforge.ens-lyon.fr/www/crlibm/",
            "description": "An efficient and proven correctly-rounded mathematical library",
            "long_description": "An efficient and proven correctly-rounded mathematical library",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-pycrlibm",
                        "py35-pycrlibm",
                        "py36-pycrlibm",
                        "py313-pycrlibm"
                    ]
                }
            ]
        },
        {
            "name": "cryptlib",
            "portdir": "devel/cryptlib",
            "version": "3.4.8",
            "license": "(Sleepycat or Restrictive)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.cs.auckland.ac.nz/~pgut001/cryptlib/",
            "description": "cryptlib is a powerful security toolkit (library)",
            "long_description": "cryptlib is a powerful security toolkit that allows even inexperienced crypto programmers to easily add encryption and authentication services to their software. The high-level interface provides anyone with the ability to add strong security capabilities to an application in as little as half an hour, without needing to know any of the low-level details that make the encryption or authentication work.",
            "active": true,
            "categories": [
                "devel",
                "security",
                "crypto"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2122
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "secpwgen"
                    ]
                }
            ]
        },
        {
            "name": "cscope",
            "portdir": "devel/cscope",
            "version": "15.9",
            "license": "BSD",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://cscope.sourceforge.net/",
            "description": "development tool for browsing source code",
            "long_description": "Cscope is a developer's tool for browsing source code. It has an impeccable Unix pedigree, having been originally developed at Bell Labs back in the days of the PDP-11. Cscope was part of the official AT&T Unix distribution for many years, and has been used to manage projects involving 20 million lines of code.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "flex",
                        "ncurses"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cssc",
            "portdir": "devel/cssc",
            "version": "1.4.1",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/cssc/",
            "description": "SCCS replacement",
            "long_description": "CSSC is the GNU Project's replacement for SCCS. SCCS is a proprietary suite of tools which is provided with most commercial versions of Unix.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2122
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "csu",
            "portdir": "devel/csu",
            "version": "85",
            "license": "(APSL-1.1 or APSL-2)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://opensource.apple.com/source/Csu/",
            "description": "Common startup and C runtime setup code",
            "long_description": "Common startup and C runtime setup code",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "csv2strings",
            "portdir": "devel/csv2strings",
            "version": "1.1.2",
            "license": "GLP-3.0",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/csknns/csv2strings",
            "description": "Apple's strings file convertor",
            "long_description": "Parse & convert Apple's strings file to and from a csv file, with first column the translation key, second column the translation value, and the third the comments.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "christos.koninis",
                    "github": "csknns",
                    "ports_count": 2
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cunit",
            "portdir": "devel/cunit",
            "version": "2.1-3",
            "license": "LGPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://cunit.sourceforge.net/",
            "description": "Unit testing library for C",
            "long_description": "CUnit is a lightweight system for writing, administering, and running unit tests in C. It provides C programmers a basic testing functionality with a flexible variety of user interfaces.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "ejdb2",
                        "iowow"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "nghttp3",
                        "udunits2",
                        "openpgpsdk"
                    ]
                }
            ]
        },
        {
            "name": "curlhandle",
            "portdir": "devel/curlhandle",
            "version": "3.1.1",
            "license": "public-domain",
            "platforms": "{macosx >= 10}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/karelia/CurlHandle",
            "description": "CURLHandle is a framework wrapper around cURL",
            "long_description": "CURLHandle is a framework wrapper around cURL",
            "active": true,
            "categories": [
                "devel",
                "framework"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "curl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cut",
            "portdir": "devel/cut",
            "version": "2.3",
            "license": "zlib",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://sourceforge.net/projects/cut/",
            "description": "C unit testing",
            "long_description": "CUT is a C-language tool for developing and automatically maintaining unit tests. CUT works well for C, C++, and objective-C. Although it was expressly designed to help support test-driven development and agile development processes such as extreme programming, CUT is still useful for writing automated test fixtures for more traditional software development processes as well.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}