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

{
    "count": 51500,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=1013",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=1011",
    "results": [
        {
            "name": "cc65",
            "portdir": "lang/cc65",
            "version": "2.19",
            "license": "zlib",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cc65.github.io",
            "description": "6502 C compiler",
            "long_description": "cc65 is a complete cross development package for 65(C)02 systems, including a powerful macro assembler, a C compiler, linker, librarian and several other tools.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2084
                }
            ],
            "variants": [
                "docs",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cbonsai",
            "portdir": "games/cbonsai",
            "version": "1.4.2",
            "license": "GPL-3",
            "platforms": "darwin linux freebsd",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://gitlab.com/jallbrit/cbonsai",
            "description": "grow bonsai trees in your terminal",
            "long_description": "cbonsai is a bonsai tree generator, written in C using ncurses. It intelligently creates, colors, and positions a bonsai tree, and is entirely configurable via CLI options-- see usage. There are 2 modes of operation: static (the default), and live.",
            "active": true,
            "categories": [
                "games"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1040
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "scdoc",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cbmbasic",
            "portdir": "lang/cbmbasic",
            "version": "1.0",
            "license": "BSD",
            "platforms": "darwin freebsd linux",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "http://cbmbasic.sourceforge.net/",
            "description": "Commodore BASIC",
            "long_description": "This is a 100% compatible version of Commodore's version of Microsoft BASIC 6502 as found on the Commodore 64. You can use it in interactive mode or pass a BASIC file as a command line parameter.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cbindgen",
            "portdir": "devel/cbindgen",
            "version": "0.29.2",
            "license": "MPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/eqrion/cbindgen",
            "description": "A project for generating C bindings from Rust code",
            "long_description": "A project for generating C bindings from Rust code. cbindgen creates C/C++11 headers for Rust libraries which expose a public C API",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1040
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "mozjs128",
                        "teleport"
                    ]
                }
            ]
        },
        {
            "name": "cava",
            "portdir": "audio/cava",
            "version": "0.10.7",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/karlstav/cava",
            "description": "Cross-platform Audio Visualizer",
            "long_description": "Cava is a bar spectrum audio visualizer for terminal (ncurses) or desktop (SDL).",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [
                {
                    "name": "makr",
                    "github": "mohd-akram",
                    "ports_count": 82
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsdl2",
                        "ncurses",
                        "portaudio",
                        "iniparser",
                        "fftw-3",
                        "pulseaudio"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "catgirl-downloader",
            "portdir": "www/catgirl-downloader",
            "version": "0.2.8",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/NyarchLinux/CatgirlDownloader",
            "description": "GTK4 application that downloads images of catgirl",
            "long_description": "GTK4 application that downloads images of catgirl based on https://nekos.moe",
            "active": true,
            "categories": [
                "graphics",
                "www"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "meson",
                        "ninja",
                        "pkgconfig",
                        "clang-17",
                        "python313",
                        "gettext"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "appstream-glib",
                        "glib2",
                        "desktop-file-utils",
                        "gettext-runtime",
                        "gtk4"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "libadwaita",
                        "py313-requests",
                        "py313-gobject3"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "catgirl",
            "portdir": "net/catgirl",
            "version": "2.2a",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://git.causal.agency/catgirl/",
            "description": "a TLS-only terminal IRC client",
            "long_description": "catgirl is a TLS-only terminal IRC client. Its features include tab completion, split scrolling, URL detection, nick colouring topic diffing, and message filtering.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "rak",
                    "github": "ryanakca",
                    "ports_count": 9
                },
                {
                    "name": "june",
                    "github": "causal-agent",
                    "ports_count": 2
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses",
                        "libretls"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "catdoc",
            "portdir": "textproc/catdoc",
            "version": "0.95",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.wagner.pp.ru/~vitus/software/catdoc/",
            "description": "Convert MS Word/Excel documents to plain ASCII or TeX.",
            "long_description": "catdoc is program which reads one or more Microsoft word files and outputs text, contained insinde them to standard output. Therefore it does same work for .doc files, as unix cat command for plain ASCII files. It is now accompanied by xls2csv - program which converts Excel spreadsheet into comma-separated value file. Newest addition to catdoc suite is catppt - a program, which extracts readable text from the PowerPoint files.",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "julian",
                    "github": "",
                    "ports_count": 2
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "tk"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "catch2",
            "portdir": "devel/catch2",
            "version": "3.13.0",
            "license": "Boost-1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/catchorg/Catch2",
            "description": "Catch 2: a modern, C++-native, header-only, test framework for unit-tests",
            "long_description": "Catch 2: a modern, C++-native, header-only, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "howarth.at.macports",
                    "github": "jwhowarth",
                    "ports_count": 18
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-20"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "finite-diff",
                        "absent"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "rdkit"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "stringtoolbox",
                        "absent"
                    ]
                }
            ]
        },
        {
            "name": "castxml",
            "portdir": "lang/castxml",
            "version": "0.6.13",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 20190718,
            "replaced_by": null,
            "homepage": "https://github.com/CastXML/CastXML",
            "description": "CastXML is a C-family abstract syntax tree XML output tool.",
            "long_description": "CastXML is a C-family abstract syntax tree XML output tool.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2891
                }
            ],
            "variants": [
                "debug",
                "clang60",
                "clang70",
                "clang80",
                "clang90",
                "clang10",
                "clang11",
                "clang12",
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clang20",
                "clang21",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libedit",
                        "libffi",
                        "ncurses",
                        "zlib",
                        "llvm-21",
                        "clang-21",
                        "libxml2",
                        "zstd"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "py310-InsightToolkit",
                        "py311-InsightToolkit",
                        "py312-InsightToolkit",
                        "py313-InsightToolkit",
                        "py310-InsightToolkit4",
                        "py311-InsightToolkit4",
                        "py312-InsightToolkit4",
                        "py313-InsightToolkit4"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-pygccxml",
                        "py38-pygccxml",
                        "py39-pygccxml",
                        "py310-pygccxml",
                        "py311-pygccxml",
                        "py312-pygccxml",
                        "py313-pygccxml",
                        "py27-pygccxml",
                        "py35-pygccxml",
                        "py36-pygccxml"
                    ]
                }
            ]
        },
        {
            "name": "castor",
            "portdir": "java/castor",
            "version": "0.9.9",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://castor-data-binding.github.io/castor/",
            "description": "data binding framework for Java",
            "long_description": "Castor is an Open Source data binding framework for Java(tm). It's the shortest path between Java objects, XML documents and relational tables. Castor provides Java-to-XML binding, Java-to-SQL persistence, and more.",
            "active": true,
            "categories": [
                "java"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "kaffe"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cassandra",
            "portdir": "databases/cassandra",
            "version": "1.2.3",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cassandra.apache.org/",
            "description": "A highly scalable, eventually consistent, distributed, structured key-value store.",
            "long_description": "The Apache Cassandra Project develops a highly scalable second-generation distributed database, bringing together Dynamo's fully distributed design and Bigtable's ColumnFamily-based data model. Cassandra was open sourced by Facebook in 2008, and is now developed by Apache committers and contributors from many companies.",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "apache-ant",
                        "apache-ivy",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "commons-lang",
                        "google-guava",
                        "jakarta-log4j",
                        "jline",
                        "slf4j",
                        "antlr3",
                        "junit",
                        "commons-cli",
                        "commons-codec"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cask",
            "portdir": "devel/cask",
            "version": "0.9.1",
            "license": "GPL-3+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/cask/cask",
            "description": "Project management tool for Emacs",
            "long_description": "Cask is a project management tool for Emacs that helps automate the package development cycle; development, dependencies, testing, building, packaging and more. Cask can also be used to manage dependencies for your local Emacs configuration.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 163
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "casadi",
            "portdir": "math/casadi",
            "version": "3.7.2",
            "license": "LGPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/casadi/casadi",
            "description": "CasADi is a symbolic framework for numeric optimization",
            "long_description": "CasADi is a symbolic framework for numeric optimization implementing automatic differentiation in forward and reverse modes on sparse matrix-valued computational graphs. It supports self-contained C-code generation and interfaces state-of-the-art codes such as SUNDIALS, IPOPT etc. It can be used from C++, Python or Matlab/Octave.",
            "active": true,
            "categories": [
                "math"
            ],
            "maintainers": [
                {
                    "name": "aw.kornilov",
                    "github": "ierofant",
                    "ports_count": 15
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "carto",
            "portdir": "gis/carto",
            "version": "1.2.0",
            "license": "Apache-2 and BSD and ISC and MIT and PSF and public-domain and (AFL-2.1 or BSD) and (BSD or MIT) and (WTFPL or MIT)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mapbox/carto",
            "description": "Fast CSS-like map stylesheets",
            "long_description": "CartoCSS (short: Carto) is a language for map design. It is similar in syntax to CSS, but builds upon it with specific abilities to filter map data and by providing things like variables. It targets the Mapnik renderer and is able to generate Mapnik XML and a JSON variant of Mapnik XML.",
            "active": true,
            "categories": [
                "gis"
            ],
            "maintainers": [
                {
                    "name": "frank.dean",
                    "github": "frankdean",
                    "ports_count": 12
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "npm10",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "nodejs22"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "mod_tile"
                    ]
                }
            ]
        },
        {
            "name": "cartman",
            "portdir": "devel/cartman",
            "version": "0.3.1",
            "license": "ISC",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://tamentis.com/projects/cartman/",
            "description": "command line access to a Trac installation",
            "long_description": "cartman allows you to create and manage Trac tickets from the command-line, without the need to setup physical access to the Trac server or database. All you need is a Trac account.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2084
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-installer",
                        "py312-wheel",
                        "clang-18",
                        "py312-build",
                        "py312-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-requests",
                        "python312"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "carthage",
            "portdir": "devel/carthage",
            "version": "0.40.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Carthage/Carthage",
            "description": "A simple, decentralized dependency manager for Cocoa",
            "long_description": "A simple, decentralized dependency manager for Cocoa",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "saagar",
                    "github": "saagarjha",
                    "ports_count": 3
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "SourceKittenDaemon"
                    ]
                }
            ]
        },
        {
            "name": "carlson-elliptic-integrals",
            "portdir": "fortran/carlson-elliptic-integrals",
            "version": "1.0.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jacobwilliams/carlson-elliptic-integrals",
            "description": "Carlson symmetric forms of elliptic integrals",
            "long_description": "This is a modern Fortran implementation of the Carlson symmetric forms of elliptic integrals code from the SLATEC library. It has been extensively refactored.",
            "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": "carl",
            "portdir": "office/carl",
            "version": "0.6.0",
            "license": "MIT and public-domain",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/b1rger/carl",
            "description": "carl is a calendar for the commandline.",
            "long_description": "carl is a calendar for the commandline. It tries to mimic the various cal(1) implementations out there, but also adds enhanced features like colors and ical support.",
            "active": true,
            "categories": [
                "office"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1040
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cargo-generate",
            "portdir": "devel/cargo-generate",
            "version": "0.23.7",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://crates.io/crates/cargo-generate",
            "description": "cargo, make me a project",
            "long_description": "cargo-generate is a developer tool to help you get up and running quickly with a new Rust project by leveraging a pre-existing git repository as a template.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 654
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "curl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cargo-c",
            "portdir": "devel/cargo-c",
            "version": "0.10.18",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/lu-zero/cargo-c",
            "description": "cargo applet to build and install C-ABI compatibile dynamic and static libraries",
            "long_description": "cargo applet to build and install C-ABI compatibile dynamic and static libraries",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1594
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "openssl3",
                        "libgit2",
                        "libunwind",
                        "libiconv"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "rav1e",
                        "libgifski"
                    ]
                }
            ]
        },
        {
            "name": "cargo-bootstrap",
            "portdir": "devel/cargo",
            "version": "1.60.0",
            "license": "(MIT or Apache-2)",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://crates.io",
            "description": "The Rust package manager",
            "long_description": "Cargo downloads your Rust project’s dependencies and compiles your project.",
            "active": false,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1040
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-13"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "rust"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cargo-asm",
            "portdir": "devel/cargo-asm",
            "version": "0.1.13",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/gnzlbg/cargo-asm",
            "description": "cargo subcommand showing the assembly or llvm-ir generated for Rust code",
            "long_description": "cargo subcommand showing the assembly or llvm-ir generated for Rust code",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cargo2port",
            "portdir": "sysutils/cargo2port",
            "version": "0.3.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/l2dy/cargo2port",
            "description": "A tool for generating cargo.crates option from Cargo.lock",
            "long_description": "A tool for generating cargo.crates option from Cargo.lock.",
            "active": true,
            "categories": [
                "sysutils",
                "macports"
            ],
            "maintainers": [
                {
                    "name": "l2dy",
                    "github": "l2dy",
                    "ports_count": 97
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cargo",
            "portdir": "devel/cargo",
            "version": "0.95.0",
            "license": "(MIT or Apache-2)",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://crates.io",
            "description": "The Rust package manager",
            "long_description": "Cargo downloads your Rust project’s dependencies and compiles your project.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1594
                }
            ],
            "variants": [
                "mirror_all_architectures"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "legacy-support",
                        "pkgconfig",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl3",
                        "zlib",
                        "libgit2",
                        "libssh2",
                        "libunwind",
                        "curl"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "rust"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nfd2nfc",
                        "wezterm",
                        "binwalk",
                        "cargo-c",
                        "dtool",
                        "git-interactive-rebase-tool",
                        "mesalink",
                        "pijul",
                        "racer",
                        "rust-analyzer",
                        "shellharden",
                        "stgit",
                        "tokei",
                        "wrangler",
                        "amp",
                        "ox",
                        "whitebox-tools",
                        "libopenraw",
                        "librsvg",
                        "pastel",
                        "pngquant",
                        "t-rec",
                        "alan",
                        "gleam",
                        "himalaya",
                        "rav1e",
                        "bandwhich",
                        "cjdns",
                        "dog",
                        "ffsend",
                        "gping",
                        "miniserve",
                        "newsboat",
                        "pdns-recursor",
                        "rustscan",
                        "teleport",
                        "websocat",
                        "xh",
                        "dijo",
                        "eureka",
                        "task",
                        "taskwarrior-tui",
                        "py312-tokenizers",
                        "py313-tokenizers",
                        "py314-tokenizers",
                        "googleworkspace-cli",
                        "purl",
                        "horizon",
                        "mergiraf",
                        "git-stack",
                        "tombi",
                        "spotify-player",
                        "py-kornia-rs",
                        "py313-kornia-rs",
                        "py314-kornia-rs",
                        "mdfried",
                        "alacritty",
                        "py35-bcrypt",
                        "py36-bcrypt",
                        "py37-bcrypt",
                        "py38-bcrypt",
                        "py39-bcrypt",
                        "py36-cryptography",
                        "py37-cryptography",
                        "py38-cryptography",
                        "py39-cryptography",
                        "py38-dulwich",
                        "py39-dulwich",
                        "py27-hgexperimental",
                        "py37-jellyfish",
                        "py38-jellyfish",
                        "py39-jellyfish",
                        "py-tokenizers",
                        "py37-tokenizers",
                        "py38-tokenizers",
                        "py39-tokenizers",
                        "sequoia-pgp",
                        "fish",
                        "asciinema",
                        "broot",
                        "bupstash",
                        "cargo2port",
                        "clamav",
                        "cloudman",
                        "diskonaut",
                        "diskus",
                        "dmux",
                        "dua-cli",
                        "fd",
                        "folderify",
                        "fselect",
                        "hexyl",
                        "hyperfine",
                        "influxdb",
                        "just",
                        "kubie",
                        "lsd",
                        "mask",
                        "mcfly",
                        "nomino",
                        "procs",
                        "skim",
                        "starship",
                        "tealdeer",
                        "topgrade",
                        "watchman",
                        "xplr",
                        "zellij",
                        "zenith",
                        "zoxide",
                        "tectonic",
                        "angle-grinder",
                        "bat",
                        "git-delta",
                        "mdcat",
                        "ripgrep",
                        "ripgrep-all",
                        "sd",
                        "xsv",
                        "blades",
                        "geckodriver",
                        "zola",
                        "sccache",
                        "hackernews-tui",
                        "atuin",
                        "oha",
                        "svgcleaner",
                        "grex",
                        "helix",
                        "nushell",
                        "choose",
                        "dust",
                        "bottom",
                        "git-cinnabar",
                        "monolith",
                        "pqrs",
                        "git-branchless",
                        "joshuto",
                        "kalker",
                        "gitweb",
                        "ned",
                        "ruplacer",
                        "reddsaver",
                        "fif",
                        "onefetch",
                        "as-tree",
                        "hck",
                        "stylua",
                        "jwt-cli",
                        "coreutils-uutils",
                        "gitui",
                        "phetch",
                        "fnm",
                        "kdash",
                        "navi",
                        "viddy",
                        "git-cliff",
                        "organize-rt",
                        "yj",
                        "code-minimap",
                        "shisho",
                        "tv",
                        "tree-sitter-cli",
                        "committed",
                        "htmlq",
                        "gobang",
                        "drill",
                        "sad",
                        "mdbook",
                        "cargo-generate",
                        "sniffglue",
                        "genact",
                        "hurl",
                        "hgrep",
                        "librsvg-devel",
                        "nsh",
                        "ouch",
                        "py310-cryptography",
                        "py310-dulwich",
                        "doctave",
                        "git-absorb",
                        "py310-jellyfish",
                        "dominant_colours",
                        "tre-tree",
                        "rhit",
                        "py310-bcrypt",
                        "backdown",
                        "cargo-asm",
                        "when",
                        "viu",
                        "cbindgen",
                        "wasmtime",
                        "binocle",
                        "cobalt.rs",
                        "t-rex",
                        "jless",
                        "hwatch",
                        "dura",
                        "mozjs68",
                        "wasmer",
                        "argc",
                        "igrep",
                        "qsv",
                        "toast",
                        "rust-script",
                        "gfold",
                        "arti",
                        "mozjs91",
                        "blake3",
                        "ddh",
                        "difftastic",
                        "bore-cli",
                        "bartib",
                        "wasm-pack",
                        "fclones",
                        "oxipng",
                        "fornjot",
                        "zee",
                        "scout",
                        "cfonts",
                        "py-maturin",
                        "py37-maturin",
                        "py38-maturin",
                        "py39-maturin",
                        "py310-maturin",
                        "py-orjson",
                        "py37-orjson",
                        "py38-orjson",
                        "py39-orjson",
                        "py310-orjson",
                        "tuc",
                        "texlab",
                        "bingrep",
                        "av1an",
                        "rsspls",
                        "replibyte",
                        "hunt",
                        "ares",
                        "dprint",
                        "lychee",
                        "modus",
                        "riff",
                        "cgrc",
                        "rustic",
                        "py310-tokenizers",
                        "rq",
                        "nixpacks",
                        "stork",
                        "meli",
                        "jot",
                        "roapi",
                        "columnq",
                        "lemmeknow",
                        "keysync",
                        "agg",
                        "felix",
                        "jujutsu",
                        "py311-cryptography",
                        "py311-maturin",
                        "garage",
                        "mqttui",
                        "py311-dulwich",
                        "mozjs102",
                        "py311-orjson",
                        "hoard-cli",
                        "py311-bcrypt",
                        "kbs2",
                        "jlq",
                        "termusic",
                        "so",
                        "ruff",
                        "eva",
                        "typst",
                        "py311-jellyfish",
                        "py-cryptg",
                        "py38-cryptg",
                        "py39-cryptg",
                        "py310-cryptg",
                        "fastmod",
                        "volta-node",
                        "taizen",
                        "wiki-tui",
                        "halloy",
                        "fend",
                        "sniprun",
                        "py311-cryptg",
                        "killport",
                        "tui-journal",
                        "py311-tokenizers",
                        "py-safetensors",
                        "py38-safetensors",
                        "py39-safetensors",
                        "py310-safetensors",
                        "py311-safetensors",
                        "repgrep",
                        "eza",
                        "pijul-devel",
                        "daktilo",
                        "py312-maturin",
                        "gdrive3",
                        "pueue",
                        "presenterm",
                        "gifski",
                        "libgifski",
                        "py312-orjson",
                        "mozjs115",
                        "py312-dulwich",
                        "silicon",
                        "lapce",
                        "py312-cryptography",
                        "gpg-tui",
                        "ascii-gen",
                        "hyfetch",
                        "wgshadertoy",
                        "jaq",
                        "jql",
                        "gql",
                        "ast-grep",
                        "rs-aggregate",
                        "py312-jellyfish",
                        "PineFlash",
                        "tlrc",
                        "py311-tiktoken",
                        "py312-tiktoken",
                        "csvlens",
                        "py312-bcrypt",
                        "py-pydantic_core",
                        "py38-pydantic_core",
                        "py39-pydantic_core",
                        "py310-pydantic_core",
                        "py311-pydantic_core",
                        "py312-pydantic_core",
                        "czkawka",
                        "py37-pydantic_core",
                        "mise",
                        "conserve",
                        "gitoxide",
                        "srgn",
                        "rustpython",
                        "py-rustworkx",
                        "py310-rustworkx",
                        "py311-rustworkx",
                        "py312-rustworkx",
                        "yazi",
                        "kalc",
                        "uv",
                        "vrc-get",
                        "wstunnel",
                        "py312-cryptg",
                        "watchexec",
                        "ata",
                        "veryl",
                        "jnv",
                        "gitu",
                        "rune",
                        "orz",
                        "goku",
                        "tu",
                        "rotz",
                        "clavus",
                        "tiron",
                        "rye",
                        "hex",
                        "neocmakelsp",
                        "termscp",
                        "oxker",
                        "numbat",
                        "amber-lang",
                        "rio",
                        "sig",
                        "flawz",
                        "otree",
                        "envelope",
                        "qrtool",
                        "ferium",
                        "serpl",
                        "lucky-commit",
                        "shadowsocks-rust",
                        "kondo",
                        "aichat",
                        "inferno",
                        "rage",
                        "age-plugin-yubikey",
                        "kty",
                        "dune",
                        "ncmc",
                        "ncmdump",
                        "aq",
                        "elp",
                        "sequoia-sq",
                        "py313-maturin",
                        "py313-dulwich",
                        "mozjs128",
                        "py313-cryptography",
                        "neohtop",
                        "dufs",
                        "py313-orjson",
                        "diffr",
                        "rebels-in-the-sky",
                        "sshs",
                        "csview",
                        "macmon",
                        "rpg-cli",
                        "py313-pydantic_core",
                        "py313-bcrypt",
                        "libkrun",
                        "krunkit",
                        "hk",
                        "vivid",
                        "zizmor",
                        "ab-av1",
                        "sequoia-chameleon-gnupg",
                        "jgenesis",
                        "cocogitto",
                        "taplo",
                        "xan",
                        "wiper",
                        "carl",
                        "py313-jellyfish",
                        "mercurial-rustext",
                        "tabiew",
                        "doge",
                        "alcom",
                        "edit",
                        "brush",
                        "idevice_pair",
                        "py314-maturin",
                        "py314-orjson",
                        "sequoia-keystore",
                        "py314-dulwich",
                        "kibi",
                        "py314-cryptography",
                        "py314-pydantic_core",
                        "run",
                        "py313-cryptg",
                        "prek",
                        "py314-bcrypt",
                        "macdisp",
                        "py314-jellyfish",
                        "rustup",
                        "weathr",
                        "display-switch",
                        "codex",
                        "deff",
                        "sem",
                        "py312-safetensors",
                        "py313-safetensors",
                        "py314-safetensors",
                        "blogtato",
                        "parqeye"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-ffi-platypus-lang-rust",
                        "p5.30-alien-rust",
                        "p5.32-alien-rust",
                        "p5.34-alien-rust",
                        "suricata",
                        "p5.28-alien-rust"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py313-setuptools-rust",
                        "py310-setuptools-rust",
                        "py314-setuptools-rust",
                        "py312-setuptools-rust",
                        "py311-setuptools-rust",
                        "py37-setuptools-rust",
                        "py38-setuptools-rust",
                        "py39-setuptools-rust",
                        "py36-setuptools-rust"
                    ]
                }
            ]
        },
        {
            "name": "c-ares",
            "portdir": "net/c-ares",
            "version": "1.34.6",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://c-ares.org",
            "description": "C library for asynchronous DNS requests (including name resolves)",
            "long_description": "This is c-ares, an asynchronous resolver library. It is intended for applications which need to perform DNS queries without blocking, or need to perform multiple DNS queries in parallel. The primary examples of such applications are servers which communicate with multiple clients and programs with graphical user interfaces.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "toby",
                    "github": "tobypeterson",
                    "ports_count": 249
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake-bootstrap",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "etherape",
                        "wireshark2",
                        "wireshark22",
                        "wireshark30",
                        "libexosip2",
                        "wireshark3",
                        "shadowsocks-libev",
                        "py27-gevent",
                        "py35-gevent",
                        "py36-gevent",
                        "py39-grpcio",
                        "py39-grpcio-tools",
                        "bzflag",
                        "nghttp2-tools",
                        "py37-pyarrow",
                        "py38-pyarrow",
                        "py37-grpcio",
                        "py37-grpcio-tools",
                        "pgbouncer",
                        "wireshark4",
                        "py38-grpcio",
                        "py38-grpcio-tools",
                        "grpc",
                        "py310-grpcio",
                        "py310-grpcio-tools",
                        "apache-arrow"
                    ]
                }
            ]
        },
        {
            "name": "cardpeek",
            "portdir": "sysutils/cardpeek",
            "version": "0.8.4",
            "license": "(GPL-3+ or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pannetrat.com/Cardpeek/",
            "description": "Cardpeek is a tool to read the contents of ISO7816 smart cards.",
            "long_description": "Cardpeek is a tool to read the contents of ISO7816 smart cards. It features a GTK GUI to represent card data is a tree view, and is extensible with a scripting language (LUA). This tool is capable of reading the contents of the following types of cards like EMV bank cards, Electronic/Biometric passports, belgian eID card, Calypso transport cards, SIM cards, Vitale 2 (french health card)...",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "readline",
                        "gtk3",
                        "glib2",
                        "curl",
                        "libiconv",
                        "lua52",
                        "openssl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "carapace",
            "portdir": "sysutils/carapace",
            "version": "1.6.1",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://carapace.sh/",
            "description": "Command-line interface completion framework",
            "long_description": "Carapace provides multi-shell (bash, zsh, fish, powershell) completions for CLI programs.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "esafak",
                    "github": "esafak",
                    "ports_count": 134
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "capstone",
            "portdir": "devel/capstone",
            "version": "5.0.6",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.capstone-engine.org/",
            "description": "Capstone disassembly engine",
            "long_description": "Capstone is a multi-arch, multi-platform disassembly framework with advanced features",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "aquynh",
                    "github": "aquynh",
                    "ports_count": 1
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "bloaty",
                        "radare2",
                        "iaito",
                        "rizin"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "volatility3"
                    ]
                }
            ]
        },
        {
            "name": "caps-log",
            "portdir": "sysutils/caps-log",
            "version": "1.2.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/NikolaDucak/caps-log",
            "description": "Small TUI journaling tool",
            "long_description": "caps-log is a small, terminal-based journaling tool.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "NikolaDucak",
                    "github": "NikolaDucak",
                    "ports_count": 1
                },
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "boost181",
                        "libgit2",
                        "FTXUI",
                        "openssl3",
                        "libfmt9"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "capnproto",
            "portdir": "devel/capnproto",
            "version": "1.2.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://capnproto.org/",
            "description": "Cap’n Proto is an insanely fast data interchange format and capability-based RPC system. Think JSON, except binary. Or think Protocol Buffers, except faster.",
            "long_description": "Cap’n Proto is an insanely fast data interchange format and capability-based RPC system. Think JSON, except binary. Or think Protocol Buffers, except faster.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "cal",
                    "github": "neverpanic",
                    "ports_count": 53
                }
            ],
            "variants": [
                "openssl",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-19"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "sequoia-sq",
                        "sequoia-chameleon-gnupg",
                        "sequoia-keystore"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "librime-devel",
                        "textmate2",
                        "squirrel-ime",
                        "sequoia-pgp",
                        "librime"
                    ]
                }
            ]
        },
        {
            "name": "cantor",
            "portdir": "kde/cantor",
            "version": "4.14.3",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.kde.org",
            "description": "Frontend to Mathematical Software",
            "long_description": "KDE Frontend to Mathematical Software",
            "active": true,
            "categories": [
                "kde",
                "kde4"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "docs",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automoc",
                        "cmake",
                        "pkgconfig",
                        "clang-14"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cln",
                        "qt4-mac",
                        "libspectre",
                        "libqalculate",
                        "phonon",
                        "analitza",
                        "libkdeedu",
                        "luajit"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "kdeedu4"
                    ]
                }
            ]
        },
        {
            "name": "canto",
            "portdir": "net/canto",
            "version": "0.6.13",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://codezen.org/canto-ng/",
            "description": "flexible ncurses Atom/RSS newsreader for the console",
            "long_description": "Canto is an Atom/RSS feed reader for the console that is meant to be quick, concise, and colorful. It provides a minimal, yet information packed interface with almost infinite customization and extensibility",
            "active": true,
            "categories": [
                "net",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses",
                        "python27",
                        "py27-chardet",
                        "py27-feedparser"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cantera-devel",
            "portdir": "science/cantera",
            "version": "2.5.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "cantera",
            "homepage": "https://cantera.org",
            "description": "Obsolete port, replaced by cantera",
            "long_description": "This port has been replaced by cantera.",
            "active": false,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "macports",
                    "github": "thomasfiala",
                    "ports_count": 2
                }
            ],
            "variants": [
                "sundials"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14",
                        "boost176"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "sundials5",
                        "python310"
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cantera",
            "portdir": "science/cantera",
            "version": "2.5.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cantera.org",
            "description": "Cantera software package",
            "long_description": "Cantera is a suite of object-oriented software tools for problems involving chemical kinetics, thermodynamics, and/or transport processes. Fortran support is disabled by install using MacPorts.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "macports",
                    "github": "thomasfiala",
                    "ports_count": 2
                }
            ],
            "variants": [
                "sundials"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "boost176",
                        "py310-setuptools",
                        "py310-pythran",
                        "py310-wheel",
                        "py310-build",
                        "py310-installer",
                        "clang-16",
                        "gtest",
                        "scons"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "yaml-cpp",
                        "eigen3",
                        "python310",
                        "py310-cython",
                        "py310-numpy",
                        "libfmt8",
                        "sundials5"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-ruamel-yaml"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cannonsmash",
            "portdir": "games/cannonsmash",
            "version": "0.6.6",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://cannonsmash.sourceforge.net/",
            "description": "3D tabletennis game",
            "long_description": "3D tabletennis game",
            "active": true,
            "categories": [
                "games"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsdl_mixer",
                        "xorg-libXmu",
                        "libsdl_image",
                        "gtk2",
                        "libGLU",
                        "mesa"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "canna",
            "portdir": "textproc/canna",
            "version": "3.7p3",
            "license": "Restrictive/Distributable and BSD-old and GPL-2+ and MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://canna.sourceforge.jp/",
            "description": "Kana-Kanji conversion system",
            "long_description": "Kana-Kanji conversion system",
            "active": true,
            "categories": [
                "textproc",
                "japanese"
            ],
            "maintainers": [],
            "variants": [
                "universal",
                "inet",
                "pdfdoc"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gccmakedep",
                        "imake",
                        "clang-15"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "kinput2"
                    ]
                }
            ]
        },
        {
            "name": "camlp5",
            "portdir": "lang/camlp5",
            "version": "8.03.01",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://camlp5.github.io/",
            "description": "Camlp5 is a preprocessor-pretty-printer of OCaml.",
            "long_description": "Camlp5 is a preprocessor and pretty-printer for OCaml programs. It also provides parsing and printing tools. As a preprocessor, it allows to: extend the syntax of OCaml, redefine the whole syntax of the language. As a pretty printer, it allows to: display OCaml programs in an elegant way, convert from one syntax to another, check the results of syntax extensions. Camlp5 also provides some parsing and pretty printing tools: extensible grammars, extensible printers, stream parsers and lexers pretty print module. It works as a shell command and can also be used in the OCaml toplevel.",
            "active": true,
            "categories": [
                "lang",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "pmetzger",
                    "github": "pmetzger",
                    "ports_count": 23
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "perl5",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib",
                        "ocaml-re",
                        "ocaml-camlp-streams",
                        "ocaml-rresult",
                        "ocaml-fmt",
                        "ocaml-bos",
                        "ocaml-camlp5-buildscripts"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-cudf",
                        "ledit",
                        "geneweb"
                    ]
                }
            ]
        },
        {
            "name": "camlimages",
            "portdir": "ocaml/camlimages",
            "version": "5.0.1",
            "license": "(LGPL-2 or Permissive)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://gallium.inria.fr/camlimages/",
            "description": "Objective Caml interface to image manipulation functions.",
            "long_description": "Camlimages provides basic functions for image processing and loading/saving various image file formats, an interface to display images, and a Freetype interface to render TrueType fonts.",
            "active": true,
            "categories": [
                "devel",
                "graphics",
                "ocaml"
            ],
            "maintainers": [],
            "variants": [
                "graph"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "ocaml-dune",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libpng",
                        "tiff",
                        "ocaml",
                        "ocaml-configurator",
                        "ocaml-cppo",
                        "giflib",
                        "freetype",
                        "ghostscript",
                        "lablgtk2",
                        "rgb",
                        "xpm",
                        "ocaml-findlib",
                        "libexif",
                        "libjpeg-turbo"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "advi"
                    ]
                }
            ]
        },
        {
            "name": "calife",
            "portdir": "security/calife",
            "version": "3.0.6",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.keltia.net/programs/calife",
            "description": "Provides super user privileges to specific users",
            "long_description": "Calife is a small utility close to sudo(8) but lightweight, and it preserves the caller’s environment (shell aliases, PATH and so on).",
            "active": true,
            "categories": [
                "security"
            ],
            "maintainers": [
                {
                    "name": "roberto",
                    "github": "",
                    "ports_count": 1
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "calendar-contacts-server",
            "portdir": "net/calendar-contacts-server",
            "version": "9.3.20200212",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.calendarserver.org",
            "description": "Apple Calendar and Contacts Server configuration",
            "long_description": "ccs-calendarserver is a standards-compliant server implementing the CalDAV and CardDAV protocols, including iMIP. It provides a shared location on the network allowing multiple users to store and edit calendaring and contact information. This port provides a basic, working, easily modifiable configuration, previously used in macOS Server.app, and an nginx reverse proxy to handle modern crypto and isolate the backend server.",
            "active": true,
            "categories": [
                "net",
                "mail"
            ],
            "maintainers": [
                {
                    "name": "s.t.smith",
                    "github": "essandess",
                    "ports_count": 37
                }
            ],
            "variants": [
                "initialize_always",
                "apns"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "mail-server",
                        "curl-ca-bundle",
                        "py27-asn1",
                        "py27-asn1-modules",
                        "py27-cffi",
                        "py27-constantly",
                        "py27-cryptography",
                        "py27-dateutil",
                        "py27-docutils",
                        "py27-enum34",
                        "py27-incremental",
                        "py27-ldap",
                        "py27-mock",
                        "py27-openssl",
                        "libffi",
                        "py27-psutil",
                        "py27-pycparser",
                        "py27-service_identity",
                        "py27-six",
                        "py27-virtualenv",
                        "py27-zopeinterface",
                        "py27-pyobjc-cocoa",
                        "memcached",
                        "nginx",
                        "cyrus-sasl2",
                        "postgresql17-server",
                        "py27-pip",
                        "openssl"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "pip_select",
                        "curl",
                        "postgresql_select"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "calcurse",
            "portdir": "sysutils/calcurse",
            "version": "4.8.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://calcurse.org",
            "description": "text-based personal organizer",
            "long_description": "Calcurse is a text-based personal organizer which helps keep track of events and everyday tasks.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "michael.klein",
                    "github": "mklein-de",
                    "ports_count": 16
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gettext",
                        "pkgconfig",
                        "libiconv",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses",
                        "gettext-runtime"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "calc",
            "portdir": "math/calc",
            "version": "2.16.1.1",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.isthe.com/chongo/tech/comp/calc/",
            "description": "Arbitrary precision calculator",
            "long_description": "Calc is an interactive calculator which provides for easy large numeric calculations, but which also can be easily programmed for difficult or long calculations. It can accept a command line argument, in which case it executes that single command and exits. Otherwise, it enters interactive mode. There are a great number of pre-defined functions. The calculator can calculate transcendental functions, and accept and display numbers in real or exponential format. The calculator also knows about complex numbers.",
            "active": true,
            "categories": [
                "math"
            ],
            "maintainers": [
                {
                    "name": "pmetzger",
                    "github": "pmetzger",
                    "ports_count": 23
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses",
                        "readline"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cal3d",
            "portdir": "graphics/cal3d",
            "version": "0.11.0",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mp3butcher/Cal3D",
            "description": "skeletal based 3d character animation library",
            "long_description": "Cal3d is a skeletal based 3d character animation library written in C++",
            "active": true,
            "categories": [
                "devel",
                "graphics"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cairomm-1.0",
            "portdir": "graphics/cairomm-1.0",
            "version": "1.12.2",
            "license": "LGPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.cairographics.org",
            "description": "Cairo is a vector graphics library with cross-device output support.",
            "long_description": "Cairo is designed to produce identical output on all output media while taking advantage of display hardware acceleration when available (e.g. through the X Render Extension).",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2631
                },
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 355
                }
            ],
            "variants": [
                "x11",
                "quartz",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15",
                        "pkgconfig",
                        "mm-common",
                        "autoconf",
                        "automake",
                        "libtool"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cairo",
                        "libsigcxx2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cairomm",
                        "gtkmm3",
                        "rawtherapee"
                    ]
                }
            ]
        },
        {
            "name": "cairomm",
            "portdir": "graphics/cairomm",
            "version": "1.18.0",
            "license": "LGPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.cairographics.org",
            "description": "Cairo is a vector graphics library with cross-device output support.",
            "long_description": "Cairo is designed to produce identical output on all output media while taking advantage of display hardware acceleration when available (e.g. through the X Render Extension).",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2631
                },
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 355
                }
            ],
            "variants": [
                "x11",
                "quartz",
                "tests",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ninja",
                        "clang-16",
                        "mm-common",
                        "pkgconfig",
                        "meson"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cairomm-1.0",
                        "boost176",
                        "cairo",
                        "libsigcxx3"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py39-graph-tool",
                        "gtkmm4",
                        "gnome3-core",
                        "py310-graph-tool",
                        "py311-graph-tool",
                        "py312-graph-tool",
                        "py313-graph-tool",
                        "py37-graph-tool",
                        "gtkmm",
                        "py38-graph-tool",
                        "pangomm-1.4-devel",
                        "pangomm-1.4",
                        "pangomm-devel",
                        "pangomm",
                        "py27-graph-tool",
                        "oofcanvas",
                        "cherrytree"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gnome3-core"
                    ]
                }
            ]
        },
        {
            "name": "cairo-devel",
            "portdir": "graphics/cairo-devel",
            "version": "1.18.4",
            "license": "(LGPL-2.1 or MPL-1.1)",
            "platforms": "darwin macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.cairographics.org",
            "description": "Cairo is a vector graphics library with cross-device output support",
            "long_description": "Cairo is a vector graphics library with cross-device output support. It is designed to produce identical output on all output media while taking advantage of display hardware acceleration when available (e.g. through the X Render Extension).",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2084
                },
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 355
                }
            ],
            "variants": [
                "debug",
                "debugoptimized",
                "quartz",
                "x11",
                "tests",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "meson",
                        "ninja",
                        "pkgconfig",
                        "clang-18",
                        "python314"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "freetype",
                        "expat",
                        "lzo2",
                        "xorg-xcb-util",
                        "xrender",
                        "xorg-libXext",
                        "zlib",
                        "glib2",
                        "fontconfig",
                        "libpixman",
                        "libpng"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cairo",
            "portdir": "graphics/cairo",
            "version": "1.17.6",
            "license": "(LGPL-2.1 or MPL-1.1)",
            "platforms": "darwin macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.cairographics.org",
            "description": "a vector graphics library with cross-device output support",
            "long_description": "Cairo is a vector graphics library with cross-device output support. It is designed to produce identical output on all output media while taking advantage of display hardware acceleration when available (e.g. through the X Render Extension).",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2084
                },
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 355
                }
            ],
            "variants": [
                "debug",
                "debugoptimized",
                "opengl",
                "quartz",
                "x11",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libpixman",
                        "libpng",
                        "freetype",
                        "zlib",
                        "xorg-libXext",
                        "xorg-xcb-util",
                        "xrender",
                        "expat",
                        "glib2",
                        "fontconfig"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "grass",
                        "cairomm-1.0",
                        "py38-cairocffi",
                        "p5.26-cairo",
                        "graphviz-devel",
                        "gnuradio-devel",
                        "libayatana-indicator",
                        "gstreamer1-gst-plugins-good",
                        "frei0r-plugins",
                        "gtk2hs",
                        "libiodbc",
                        "tcpflow",
                        "tcpflow-devel",
                        "php53-cairo",
                        "php55-cairo",
                        "php54-cairo",
                        "php56-cairo",
                        "php53-cairo_wrapper",
                        "php54-cairo_wrapper",
                        "php55-cairo_wrapper",
                        "php56-cairo_wrapper",
                        "oxygen-gtk2",
                        "oxygen-gtk3",
                        "cogl",
                        "AfterStep",
                        "gst",
                        "gtkmm4",
                        "spice-gtk",
                        "libayatana-appindicator",
                        "hist",
                        "texlive-bin",
                        "py27-cairocffi",
                        "py35-cairocffi",
                        "py36-cairocffi",
                        "swi-prolog-devel",
                        "pinpoint",
                        "totem",
                        "p5.28-cairo",
                        "p5.30-cairo",
                        "p5.32-cairo",
                        "p5.34-cairo",
                        "gobject-introspection",
                        "libchamplain",
                        "birdfont",
                        "magic",
                        "xcircuit",
                        "pure-gtk",
                        "gnome-photos",
                        "libdbusmenu",
                        "xpad",
                        "gst-plugins-cairovis",
                        "gtk4-devel",
                        "gtk-vnc",
                        "lib2geom",
                        "lib2geom-devel",
                        "gtk4",
                        "scite",
                        "fntsample",
                        "wxgtk-2.8",
                        "wxsvg",
                        "ayatana-ido",
                        "gtk-fortran",
                        "ipe",
                        "graphviz",
                        "R-gdtools",
                        "rb-rcairo",
                        "rb19-rcairo",
                        "wxgtk-3.0",
                        "wxgtk-3.0-cxx11",
                        "Chatty",
                        "py27-cairo",
                        "py36-cairo",
                        "py39-cairo",
                        "py310-cairo",
                        "py311-cairo",
                        "py312-cairo",
                        "py313-cairo",
                        "py314-cairo",
                        "i3",
                        "xfce4-panel",
                        "gle-graphics",
                        "QGLE",
                        "openslide",
                        "litebrowser",
                        "termdebug",
                        "libsvg-cairo",
                        "gobject-introspection-devel",
                        "awesome",
                        "poppler-qt4-mac",
                        "poppler",
                        "poppler-qt5",
                        "libspectre",
                        "fortran-cairo",
                        "rofi",
                        "ffmpeg4",
                        "gtkextra3",
                        "gjs-devel",
                        "Hypr",
                        "xboard",
                        "kicad",
                        "timg",
                        "R-Cairo",
                        "rb33-cairo",
                        "rb32-cairo",
                        "rb31-cairo",
                        "librsvg",
                        "metview",
                        "magicspp",
                        "grads",
                        "cairomm",
                        "xschem",
                        "vte",
                        "darktable-devel",
                        "darktable",
                        "harfbuzz-devel",
                        "harfbuzz",
                        "sakura",
                        "py37-cairocffi",
                        "nyxt",
                        "dino",
                        "scribus-devel",
                        "tesseract-training",
                        "webkit2-gtk",
                        "webkit2-gtk-devel",
                        "inkscape",
                        "rdkit",
                        "libgdiplus",
                        "diff-pdf",
                        "rb33-cairo-gobject",
                        "rb32-cairo-gobject",
                        "rb31-cairo-gobject",
                        "grass7",
                        "R",
                        "py39-cairocffi",
                        "libadwaita",
                        "pango-devel",
                        "pango",
                        "gnuradio",
                        "gnuradio-next",
                        "librasterlite2",
                        "geany",
                        "pioneers",
                        "abiword-x11",
                        "cherrytree",
                        "libshumate",
                        "mapserver",
                        "dia",
                        "gingerblue",
                        "ristretto",
                        "gnome-radio",
                        "gnome-voice",
                        "goffice",
                        "libhandy",
                        "linsmith",
                        "seed",
                        "fontforge",
                        "inkscape-devel",
                        "librsvg-devel",
                        "Io",
                        "wesnoth",
                        "py310-cairocffi",
                        "py311-cairocffi",
                        "py312-cairocffi",
                        "py313-cairocffi",
                        "py314-cairocffi",
                        "bali-phy",
                        "bali-phy-devel",
                        "gjs",
                        "rawtherapee",
                        "pspp",
                        "pspp-devel",
                        "rrdtool",
                        "scribus",
                        "ncarg",
                        "openbabel",
                        "openbabel2",
                        "openscad",
                        "openscad-devel",
                        "xmlroff",
                        "FreeRDP",
                        "pqiv",
                        "gegl",
                        "cl-cffi-gtk",
                        "gegl-devel",
                        "synfig",
                        "poppler-devel",
                        "poppler-devel-qt5",
                        "swi-prolog",
                        "paps",
                        "py35-cairo",
                        "py37-cairo",
                        "py38-cairo",
                        "racket",
                        "giza",
                        "clutter",
                        "gmsh"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "pympress"
                    ]
                }
            ]
        },
        {
            "name": "cafut",
            "portdir": "fortran/cafut",
            "version": "2023.06.30",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://renatomatz.github.io/cafut-docs",
            "description": "Single-file object-oriented unit testing utility for Coarray Fortran",
            "long_description": "The point of this library is to provide a simple, object-oriented unit testing framework meant for applications using Coarray Fortran. As it is further developped, we place more importance in brevity than to features, and for that reason, this project aims at maintaining all code within a single module that can be placed with the tested scripts.",
            "active": true,
            "categories": [
                "devel",
                "fortran"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "OpenCoarrays",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "caffe",
            "portdir": "math/caffe",
            "version": "20170817",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://caffe.berkeleyvision.org/",
            "description": "a fast framework for deep learning",
            "long_description": "a fast framework for deep learning",
            "active": true,
            "categories": [
                "science",
                "math"
            ],
            "maintainers": [],
            "variants": [
                "universal",
                "cpu",
                "gpu",
                "cudnn",
                "openblas",
                "python27"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "szip",
                        "leveldb",
                        "lmdb",
                        "gflags",
                        "google-glog",
                        "snappy",
                        "opencv3",
                        "OpenBLAS",
                        "hdf5",
                        "boost171",
                        "protobuf3-cpp"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "wget"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}