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

{
    "count": 51980,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=908",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=906",
    "results": [
        {
            "name": "moe",
            "portdir": "editors/moe",
            "version": "1.16",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/moe/",
            "description": "GNU moe - console text editor for ISO-8859 and ASCII character encodings.",
            "long_description": "GNU moe is a console text editor for ISO-8859 and ASCII character encodings. It has a modeless, user-friendly interface, online help, multiple windows, global search/replace (on all buffers at once), block operations, automatic indentation, word wrapping, etc.",
            "active": true,
            "categories": [
                "editors"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "texinfo",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "lzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mod_wsgi",
            "portdir": "www/mod_wsgi",
            "version": "4.9.0",
            "license": "Apache",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.modwsgi.org/",
            "description": "Python WSGI adapter module for Apache.",
            "long_description": "The mod_wsgi module is written in C code directly against the internal Apache and Python application programming interfaces. As such, for hosting WSGI applications in conjunction with Apache it has a lower memory overhead and performs better than existing WSGI adapters for mod_python or alternative FASTCGI/SCGI/CGI based solutions.",
            "active": true,
            "categories": [
                "www",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "python310",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "apache2",
                        "python310"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "modus",
            "portdir": "sysutils/modus",
            "version": "0.1.15",
            "license": "AGPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/modus-continens/modus",
            "description": "A language for building Docker/OCI container images",
            "long_description": "Modus is a language for building Docker/OCI container images. Modus uses logic programming to express interactions among build parameters, specify complex build workflows, automatically parallelise and cache builds, help to reduce image size, and simplify maintenance.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1057
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mod_timestamp",
            "portdir": "www/mod_timestamp",
            "version": "0.2.1",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://redwax.eu/",
            "description": "Redwax apache module to serve signed timestamps",
            "long_description": "Redwax.eu apache module that exposes an RFC3161 Time Stamp Protocol endpoint for document timestamping from your normal apache webserver.",
            "active": true,
            "categories": [
                "security",
                "www"
            ],
            "maintainers": [
                {
                    "name": "dirkx",
                    "github": "dirkx",
                    "ports_count": 8
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl",
                        "apache2",
                        "mod_ca"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mod_tile",
            "portdir": "gis/mod_tile",
            "version": "0.8.1",
            "license": "GPL-2+ and Boost-1 and BSD and Permissive and MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/openstreetmap/mod_tile",
            "description": "Renders map tiles with mapnik and serves them using Apache and mod_tile",
            "long_description": "mod_tile is a system to serve raster tiles for example to use within a slippy map. It provides a dynamic combination of efficient caching and on the fly rendering. Due to its dynamic rendering, only a small fraction of overall tiles need to be kept on disk, reducing the resources required. At the same time, its caching strategy allows for a high performance serving and can support several thousand requests per second.",
            "active": true,
            "categories": [
                "gis"
            ],
            "maintainers": [
                {
                    "name": "frank.dean",
                    "github": "frankdean",
                    "ports_count": 12
                }
            ],
            "variants": [
                "postgresql16",
                "postgresql17",
                "osmosis",
                "logrotate",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "carto",
                        "iniparser",
                        "apache2",
                        "pkgconfig",
                        "libtool",
                        "automake",
                        "autoconf-archive",
                        "autoconf"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "freetype",
                        "proj9",
                        "postgresql17",
                        "boost187",
                        "pg17-postgis",
                        "zlib",
                        "icu",
                        "mapnik",
                        "harfbuzz",
                        "libjpeg-turbo",
                        "libpng",
                        "tiff",
                        "webp",
                        "curl"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "openstreetmap-carto",
                        "trim_osc",
                        "osmosis",
                        "osmium-tool",
                        "gsed",
                        "logrotate",
                        "wget",
                        "osm2pgsql"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mod_spkac",
            "portdir": "www/mod_spkac",
            "version": "0.2.2",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://redwax.eu/",
            "description": "Redwax apache module to handle SPKAC requests",
            "long_description": "Redwax.eu Apache module that exposes an endpoint that can process a Signed Public Key and Challenge request and return a certificate from your normal apache webserver.",
            "active": true,
            "categories": [
                "security",
                "www"
            ],
            "maintainers": [
                {
                    "name": "dirkx",
                    "github": "dirkx",
                    "ports_count": 8
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl",
                        "apache2",
                        "mod_ca"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mod_security2",
            "portdir": "www/mod_security2",
            "version": "2.9.13",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/owasp-modsecurity/ModSecurity",
            "description": "Apache 2 intrusion detection and prevention engine for web applications",
            "long_description": "ModSecurity is an open source intrusion detection and prevention engine for web applications. It operates embedded into the web server, acting as a powerful umbrella - shielding applications from attacks.",
            "active": true,
            "categories": [
                "security",
                "www"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1419
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "curl",
                        "libxml2",
                        "apache2",
                        "lua53"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mod_scep",
            "portdir": "www/mod_scep",
            "version": "0.2.3",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://redwax.eu/",
            "description": "Redwax apache module to handle SCEP requests",
            "long_description": "Redwax.eu module that Exposes an endpoint that can process a traditional SCEP request and return a certificate from your normal apache webserver.",
            "active": true,
            "categories": [
                "security",
                "www"
            ],
            "maintainers": [
                {
                    "name": "dirkx",
                    "github": "dirkx",
                    "ports_count": 8
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl",
                        "apache2",
                        "mod_ca"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mod_qos",
            "portdir": "www/mod_qos",
            "version": "11.78",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://mod-qos.sourceforge.net/index.html",
            "description": "mod_qos is a quality of service module for the Apache web server",
            "long_description": "mod_qos is a quality of service module for the Apache web server implementing control mechanisms that can provide different levels of priority to different HTTP requests.",
            "active": true,
            "categories": [
                "www"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "db48",
                        "apache2",
                        "openssl",
                        "pcre2",
                        "libpng"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mod_python27",
            "portdir": "www/mod_python",
            "version": "3.5.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.modpython.org/",
            "description": "Apache2 module that embeds Python within the server.",
            "long_description": "Mod_python is an Apache 2 module that embeds the Python interpreter within the server. With mod_python you can write web-based applications in Python that will run many times faster than traditional CGI and will have access to advanced features such as ability to retain database connections and other data between hits and access to Apache internals.",
            "active": true,
            "categories": [
                "www",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "flex",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "apache2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "mod_python"
                    ]
                }
            ]
        },
        {
            "name": "mod_python",
            "portdir": "www/mod_python",
            "version": "3.5.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "mod_python27",
            "homepage": "http://www.modpython.org/",
            "description": "Apache2 module that embeds Python within the server.",
            "long_description": "Mod_python is an Apache 2 module that embeds the Python interpreter within the server. With mod_python you can write web-based applications in Python that will run many times faster than traditional CGI and will have access to advanced features such as ability to retain database connections and other data between hits and access to Apache internals.",
            "active": true,
            "categories": [
                "www",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mod_python27"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mod_pkcs12",
            "portdir": "www/mod_pkcs12",
            "version": "0.2.1",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://redwax.eu/",
            "description": "Redwax apache module to issue signed certificates in PKCS12 format",
            "long_description": "Redwax.eu apache module that exposes an enpoint that can generate a certificate and key returned as PKCS12 from your normal apache webserver.",
            "active": true,
            "categories": [
                "security",
                "www"
            ],
            "maintainers": [
                {
                    "name": "dirkx",
                    "github": "dirkx",
                    "ports_count": 8
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl",
                        "apache2",
                        "mod_ca"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mod_perl2",
            "portdir": "www/mod_perl2",
            "version": "2.0.13",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://perl.apache.org/",
            "description": "Embeds a Perl interpreter in the Apache2 server",
            "long_description": "mod_perl brings together the full power of the Perl programming language and the Apache HTTP server. You can use Perl to manage Apache, respond to requests for web pages and much more. mod_perl gives you a persistent Perl interpreter embedded in your web server. This lets you avoid the overhead of starting an external interpreter and avoids the penalty of Perl start-up time, giving you super-fast dynamic content. As you'd expect from the Perl community, there are hundreds of modules written for mod_perl, everything from persistent database connections, to templating sytems, to complete XML content delivery systems. Web sites like Slashdot and Wired Magazine use mod_perl.",
            "active": true,
            "categories": [
                "www"
            ],
            "maintainers": [],
            "variants": [
                "perl5_28",
                "perl5_30",
                "perl5_32",
                "perl5_34",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "apache2",
                        "perl5.34"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-apache-authcookie",
                        "p5.26-libapreq2",
                        "certbot-apache",
                        "p5.28-apache-authcookie",
                        "p5.30-apache-authcookie",
                        "p5.32-apache-authcookie",
                        "p5.34-apache-authcookie",
                        "p5.28-libapreq2",
                        "p5.30-libapreq2",
                        "p5.32-libapreq2",
                        "p5.34-libapreq2",
                        "backuppc"
                    ]
                }
            ]
        },
        {
            "name": "mod_ocsp",
            "portdir": "www/mod_ocsp",
            "version": "0.2.2",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://redwax.eu/",
            "description": "Redwax apache module to serve OCSP requests",
            "long_description": "Apache module that Exposes an endpoint to respond to RFC6960 Online Certificate Status Protocol requests from your normal apache webserver.",
            "active": true,
            "categories": [
                "security",
                "www"
            ],
            "maintainers": [
                {
                    "name": "dirkx",
                    "github": "dirkx",
                    "ports_count": 8
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl",
                        "apache2",
                        "mod_ca"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mod_mono",
            "portdir": "www/mod_mono",
            "version": "3.12",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.mono-project.com/Mod_mono",
            "description": "an Apache plug-in for hosting the Mono System.Web classes",
            "long_description": "An Apache web server plug-in that hosts the Mono System.Web classes for running what is commonly known as ASP.NET",
            "active": true,
            "categories": [
                "www",
                "mono"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "gsed",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mono",
                        "apache2"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "xsp"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mod_maxminddb",
            "portdir": "www/mod_maxminddb",
            "version": "1.1.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://maxmind.github.io/mod_maxminddb/",
            "description": "This module allows you to query MaxMind DB files from Apache 2.2+ using the libmaxminddb library.",
            "long_description": "This module allows you to query MaxMind DB files from Apache 2.2+ using the libmaxminddb library.",
            "active": true,
            "categories": [
                "www"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libmaxminddb",
                        "apache2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mod_gnutls",
            "portdir": "www/mod_gnutls",
            "version": "0.13.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/airtower-luna/mod_gnutls/",
            "description": "mod_gnutls is an extension for Apache's httpd uses the GnuTLS library to provide HTTPS.",
            "long_description": "mod_gnutls uses the GnuTLS library to provide SSL 3.0, TLS 1.0 and TLS 1.1 encryption for Apache HTTPD. It is similar to mod_ssl in purpose, but does not use OpenSSL.",
            "active": true,
            "categories": [
                "security",
                "www",
                "crypto"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1419
                }
            ],
            "variants": [
                "memcache",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-yaml",
                        "clang-18",
                        "python314",
                        "meson",
                        "ninja",
                        "pkgconfig",
                        "pandoc"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "apache2",
                        "gnutls"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "modglue",
            "portdir": "devel/modglue",
            "version": "1.19",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://cadabra.phi-sci.com/",
            "description": "A Plan9-inspired extension of the Unix pipe concept",
            "long_description": "Modglue is a combination of several software tools that assist in writing and running programs connected to each other using standard Unix pipes.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "libtool",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsigcxx2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mod_fcgid",
            "portdir": "www/mod_fcgid",
            "version": "2.3.9",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://httpd.apache.org/mod_fcgid/",
            "description": "An alternative FastCGI module for Apache2",
            "long_description": "An alternative FastCGI module for Apache2",
            "active": true,
            "categories": [
                "www"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "apache2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "sympa",
                        "smokeping"
                    ]
                }
            ]
        },
        {
            "name": "mod_dnssd",
            "portdir": "www/mod_dnssd",
            "version": "0.6",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://0pointer.de/lennart/projects/mod_dnssd/",
            "description": "Apache module to add Zeroconf support via DNS-SD using Avahi",
            "long_description": "Apache module to add Zeroconf support via DNS-SD using Avahi",
            "active": true,
            "categories": [
                "www"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "avahi",
                        "apache2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mod_csr",
            "portdir": "www/mod_csr",
            "version": "0.2.3",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://redwax.eu/",
            "description": "Redwax apache module - handle CSRs",
            "long_description": "Redwax.eu Apache module that handles Certificate Signing Requests from your webserver.",
            "active": true,
            "categories": [
                "security",
                "www"
            ],
            "maintainers": [
                {
                    "name": "dirkx",
                    "github": "dirkx",
                    "ports_count": 8
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl",
                        "apache2",
                        "mod_ca"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mod_crl",
            "portdir": "www/mod_crl",
            "version": "0.2.2",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://redwax.eu/",
            "description": "Redwax apache module - serve CRLs from your webserver",
            "long_description": "Apache module that servers CRL files from your webserver.",
            "active": true,
            "categories": [
                "security",
                "www"
            ],
            "maintainers": [
                {
                    "name": "dirkx",
                    "github": "dirkx",
                    "ports_count": 8
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl",
                        "apache2",
                        "mod_ca"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mod_chroot",
            "portdir": "www/mod_chroot",
            "version": "0.5",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20170509004627/http://core.segfault.pl:80/~hobbit/mod_chroot",
            "description": "module for running apache2 in a secure chroot environment",
            "long_description": "mod_chroot makes running apache2 in a secure chroot environment easy. You don't need to create a special directory hierarchy containing /dev, /lib, /etc...",
            "active": true,
            "categories": [
                "security",
                "www"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "apache2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mod_ca",
            "portdir": "www/mod_ca",
            "version": "0.2.2",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://redwax.eu/",
            "description": "base modules for redwax.eu",
            "long_description": "Core mod_ca modules which provide cryptographic and PKI services to other redwax modules.",
            "active": true,
            "categories": [
                "security",
                "www"
            ],
            "maintainers": [
                {
                    "name": "dirkx",
                    "github": "dirkx",
                    "ports_count": 8
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl",
                        "apache2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "mod_crl",
                        "mod_csr",
                        "mod_ocsp",
                        "mod_pkcs12",
                        "mod_scep",
                        "mod_spkac",
                        "mod_timestamp"
                    ]
                }
            ]
        },
        {
            "name": "mod_authn_otp",
            "portdir": "www/mod_authn_otp",
            "version": "1.1.5",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/archiecobbs/mod-authn-otp",
            "description": "module for one-time password authentication",
            "long_description": "mod_authn_otp is an Apache web server module for two-factor authentication using one-time passwords (OTP) generated via the HOTP/OATH algorithm defined in RFC 4226. This creates a simple way to protect a web site with one-time passwords, using any RFC 4226-compliant token device, including software tokens that run on cell phones such as OATH Token. mod_authn_otp also supports the Mobile-OTP algorithm.",
            "active": true,
            "categories": [
                "www"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automake",
                        "gsed",
                        "clang-18",
                        "autoconf",
                        "libtool"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "apache2",
                        "openssl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mod_antispam",
            "portdir": "www/mod_antispam",
            "version": "1.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20081008131724/http://bluecoara.net:80/item44/cat9.html",
            "description": "mod_antispam is an apache2 module that can control spam access",
            "long_description": "mod_antispam is an apache2 module that can control spam access",
            "active": true,
            "categories": [
                "www"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "apache2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mockery",
            "portdir": "devel/mockery",
            "version": "3.5.0",
            "license": "BSD",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/vektra/mockery",
            "description": "Mock code autogenerator for Go",
            "long_description": "mockery provides the ability to easily generate mocks for Golang interfaces using the stretchr/testify/mock package. It removes the boilerplate coding required to use mocks.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mochiweb",
            "portdir": "erlang/mochiweb",
            "version": "3.2.2",
            "license": "MIT",
            "platforms": "any",
            "epoch": 20111014,
            "replaced_by": null,
            "homepage": "https://github.com/mochi/mochiweb",
            "description": "MochiWeb is an Erlang library for building lightweight HTTP servers.",
            "long_description": "MochiWeb is an Erlang library for building lightweight HTTP servers.",
            "active": true,
            "categories": [
                "www",
                "erlang"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "rebar3",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "erlang"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "tsung"
                    ]
                }
            ]
        },
        {
            "name": "moca",
            "portdir": "lang/moca",
            "version": "0.7.0",
            "license": "QPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://moca.inria.fr/",
            "description": "general construction functions generator for OCaml data types with invariants",
            "long_description": "general construction functions generator for OCaml data types with invariants",
            "active": true,
            "categories": [
                "devel",
                "lang",
                "ocaml"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml",
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "ocaml"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "moc",
            "portdir": "multimedia/moc",
            "version": "2.6-alpha3",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://moc.daper.net",
            "description": "MOC (music on console) is a console audio player for LINUX/UNIX",
            "long_description": "MOC (music on console) is a console audio player for LINUX/UNIX designed to be powerful and easy to use. Internet stream (Icecast, Shoutcast) are supported, key mapping can be fully customized. Supported file formats are: mp3, Ogg Vorbis, FLAC, Musepack, Speex, WAVE, AIFF, AU (and other less popular formats supported by libsndfile. New formats support is under development.",
            "active": true,
            "categories": [
                "multimedia"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libmodplug",
                        "libmpcdec",
                        "libsamplerate",
                        "libsndfile",
                        "libvorbis",
                        "speex",
                        "taglib",
                        "wavpack",
                        "zlib",
                        "ncurses",
                        "popt",
                        "libogg",
                        "curl",
                        "libmagic",
                        "libiconv",
                        "ffmpeg4",
                        "libtool",
                        "faad2",
                        "flac",
                        "jack",
                        "libid3tag",
                        "libmad"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mobipocket",
            "portdir": "kde/mobipocket",
            "version": "4.14.3",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.kde.org/",
            "description": "Mobipocket plugins for Strigi indexing, Okular and thumbnails.",
            "long_description": "Mobipocket plugins for Strigi indexing, Okular and thumbnails.",
            "active": true,
            "categories": [
                "kde",
                "kde4"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "docs",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automoc",
                        "clang-18",
                        "pkgconfig",
                        "cmake"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "kdelibs4",
                        "strigi",
                        "phonon"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "kdegraphics4",
                        "kfilemetadata",
                        "nepomuk-core",
                        "okular"
                    ]
                }
            ]
        },
        {
            "name": "MoarVM",
            "portdir": "lang/MoarVM",
            "version": "2026.02",
            "license": "Artistic-2 and BSD and ISC and MIT and public-domain",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://moarvm.org/",
            "description": "A virtual machine for NQP and Rakudo",
            "long_description": "MoarVM is a modern virtual machine built for the Rakudo compiler implementing the Raku programming language, and the NQP compiler toolchain.",
            "active": true,
            "categories": [
                "devel",
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "macports_libuv",
                "mimalloc"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "perl5",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "dyncall",
                        "libatomic_ops",
                        "libtommath"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "nqp",
                        "rakudo"
                    ]
                }
            ]
        },
        {
            "name": "moar",
            "portdir": "textproc/moar",
            "version": "1.31.8",
            "license": "FreeBSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "moor",
            "homepage": "https://www.macports.org",
            "description": "Obsolete port, replaced by moor",
            "long_description": "This port has been replaced by moor.",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mnmlstc-core",
            "portdir": "devel/mnmlstc-core",
            "version": "1.1.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mnmlstc/core",
            "description": "a small library of C++14 functionality implemented in C++11",
            "long_description": "MNMLSTC Core is a small and easy to use C++11 library that adds a functionality set that will be available in C++14 and later, as well as some useful additions, or some proposals that have not been completely approved yet.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "mongo-cxx-driver"
                    ]
                }
            ]
        },
        {
            "name": "mmv",
            "portdir": "sysutils/mmv",
            "version": "1.01b-15",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20160318200450/http://linux.maruhn.com/sec/mmv.html",
            "description": "Move/Copy/Append/Link multiple files",
            "long_description": "Move/Copy/Append/Link multiple files",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mmtf-cpp",
            "portdir": "science/mmtf-cpp",
            "version": "1.1.0",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/rcsb/mmtf-cpp",
            "description": "MMTF in C++",
            "long_description": "The macromolecular transmission format (MMTF) is a binary encoding of biological structures.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "howarth.at.macports",
                    "github": "jwhowarth",
                    "ports_count": 18
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "msgpack"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "avogadrolibs",
                        "pymol",
                        "pymol-devel"
                    ]
                }
            ]
        },
        {
            "name": "MMTabBarView",
            "portdir": "devel/MMTabBarView",
            "version": "1.5.3",
            "license": "BSD",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ViennaRSS/MMTabBarView",
            "description": "macOS Tab Bar View",
            "long_description": "MMTabBarView is a modernized and view based re-write of PSMTabBarControl",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "racket"
                    ]
                }
            ]
        },
        {
            "name": "mmg3d4",
            "portdir": "science/mmg3d4",
            "version": "4.0.2",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.mmgtools.org",
            "description": "An open source software for simplicial remeshing (compatibility version)",
            "long_description": "mmg is an open source software for bidimensional and tridimensional surface and volume remeshing (compatibility version).",
            "active": true,
            "categories": [
                "science",
                "math"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1599
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "scotch"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gmsh"
                    ]
                }
            ]
        },
        {
            "name": "mmg",
            "portdir": "science/mmg",
            "version": "5.8.0",
            "license": "LGPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.mmgtools.org",
            "description": "An open source software for simplicial remeshing",
            "long_description": "mmg is an open source software for bidimensional and tridimensional surface and volume remeshing.",
            "active": true,
            "categories": [
                "science",
                "math"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1599
                }
            ],
            "variants": [
                "debug",
                "vtk",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "scotch"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mmencode",
            "portdir": "textproc/mmencode",
            "version": "2.7",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "Translate to and from mail-oriented encoding formats",
            "long_description": "The mimencode program simply converts a byte stream into (or out of) one of the standard mail encoding formats defined by MIME, the proposed standard for internet multimedia mail formats. Such an encoding is necessary because binary data cannot be sent through the mail. The encodings understood by mimencode are preferable to the use of the uuencode/uudecode programs, for use in mail, in several respects that were important to the authors of MIME.",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mmdb2",
            "portdir": "science/mmdb2",
            "version": "2.0.22",
            "license": "(LGPL-3 or GPL-3)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://launchpad.net/mmdb",
            "description": "A C++ toolkit for working with macromolecular coordinate files",
            "long_description": "MMDB is designed to assist developers in working with macromolecular coordinate files. The library handles both PDB and mmCIF format files. The Library also features an internal binary format, portable between different platforms. This is achieved at uniformity of the Library's interface functions, so that there is no difference in handling different formats. MMDB provides various high-level tools for working with coordinate files, including reading and writing, orthogonal-fractional transforms, generation of symmetry mates, editing the molecular structure and more.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2122
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "clipper",
                        "coot",
                        "coot-devel",
                        "libccp4",
                        "ssm"
                    ]
                }
            ]
        },
        {
            "name": "mmdb",
            "portdir": "science/mmdb",
            "version": "1.25.6.1",
            "license": "LGPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://launchpad.net/mmdb",
            "description": "macromolecular coordinate library",
            "long_description": "MMDB is designed to assist developers in working with macromolecular coordinate files. The library handles both PDB and mmCIF format files. The Library also features an internal binary format, portable between different platforms. This is achieved at uniformity of the Library's interface functions, so that there is no difference in handling different formats. MMDB provides various high-level tools for working with coordinate files, including reading and writing, orthogonal-fractional transforms, generation of symmetry mates, editing the molecular structure and more.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 2122
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gawk",
                        "gsed",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "gpp4"
                    ]
                }
            ]
        },
        {
            "name": "MMDAgent",
            "portdir": "audio/MMDAgent",
            "version": "1.3.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.mmdagent.jp/",
            "description": "a toolkit for building voice interaction systems",
            "long_description": "MMDAgent is a toolkit for building voice interaction systems.",
            "active": true,
            "categories": [
                "multimedia",
                "audio",
                "japanese"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mm-common",
            "portdir": "gnome/mm-common",
            "version": "1.0.7",
            "license": "GPL-2+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnome.org/",
            "description": "The mm-common module provides the build infrastructure and utilities shared among the GNOME C++ binding libraries.",
            "long_description": "The mm-common module provides the build infrastructure and utilities shared among the GNOME C++ binding libraries. It is only a required dependency for building the C++ bindings from the gnome.org version control repository. An installation of mm-common is not required for building tarball releases, unless configured to use maintainer-mode.",
            "active": true,
            "categories": [
                "devel",
                "gnome"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2651
                },
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 359
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "wget",
                        "gsed",
                        "meson",
                        "ninja",
                        "curl"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "pangomm-1.4",
                        "pangomm-1.4-devel",
                        "glibmm-2.4",
                        "glibmm-devel",
                        "glibmm",
                        "libsigcxx2",
                        "libsigcxx3",
                        "atkmm",
                        "atkmm-1.6",
                        "gconfmm",
                        "gdlmm3",
                        "glom",
                        "pangomm-devel",
                        "gtkmm4",
                        "cairomm-1.0",
                        "cairomm",
                        "libxmlxx2",
                        "libxmlxx3",
                        "libxmlxx5",
                        "gtkmm",
                        "gtkmm3",
                        "pangomm"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gnome3-core",
                        "gnome-bindings-cxx"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gnome3-core"
                    ]
                }
            ]
        },
        {
            "name": "mmark",
            "portdir": "textproc/mmark",
            "version": "2.2.46",
            "license": "BSD",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://mmark.miek.nl",
            "description": "Mmark: a powerful markdown processor in Go geared towards the IETF",
            "long_description": "Mmark is a powerful markdown processor written in Go, geared towards writing IETF documents. It is, however, also suited for writing complete books and other technical documentation. It provides an advanced markdown dialect that processes file(s) to produce internet-drafts in XML RFC 7991 format. Mmark can produce xml2rfc (aforementioned RFC 7991), HTML5 output, and man pages.",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1057
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mlx-c",
            "portdir": "llm/mlx-c",
            "version": "0.6.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ml-explore/mlx-c",
            "description": "MLX C is a C API for MLX, which is an array framework for machine learning on Apple silicon, brought to you by Apple machine learning research.",
            "long_description": "MLX C is a C API for MLX, which is an array framework for machine learning on Apple silicon, brought to you by Apple machine learning research.",
            "active": true,
            "categories": [
                "llm"
            ],
            "maintainers": [
                {
                    "name": "cal",
                    "github": "neverpanic",
                    "ports_count": 60
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mlx"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ollama"
                    ]
                }
            ]
        },
        {
            "name": "mlx",
            "portdir": "llm/mlx",
            "version": "0.31.2",
            "license": "MIT",
            "platforms": "{darwin >= 23}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ml-explore/mlx",
            "description": "MLX is an array framework for machine learning on Apple silicon, brought to you by Apple machine learning research.",
            "long_description": "MLX is an array framework for machine learning on Apple silicon, brought to you by Apple machine learning research.",
            "active": true,
            "categories": [
                "llm"
            ],
            "maintainers": [
                {
                    "name": "cal",
                    "github": "neverpanic",
                    "ports_count": 60
                }
            ],
            "variants": [
                "debug",
                "tests"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "nlohmann-json",
                        "libfmt12"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "mlx-c"
                    ]
                }
            ]
        },
        {
            "name": "mlt-qt5",
            "portdir": "multimedia/mlt",
            "version": "6.24.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 4,
            "replaced_by": "mlt",
            "homepage": "https://www.mltframework.org/",
            "description": "Obsolete port, replaced by mlt",
            "long_description": "This port has been replaced by mlt.",
            "active": false,
            "categories": [
                "multimedia"
            ],
            "maintainers": [
                {
                    "name": "dan",
                    "github": "ddennedy",
                    "ports_count": 3
                },
                {
                    "name": "rjvbertin",
                    "github": "RJVB",
                    "ports_count": 55
                }
            ],
            "variants": [
                "qt4",
                "qt5",
                "gtk2",
                "gpl3",
                "opencv",
                "disable_sdl"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14",
                        "git",
                        "pkgconfig",
                        "doxygen"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "sox",
                        "atk",
                        "libsdl2",
                        "libexif",
                        "fftw-3",
                        "qt5-qtbase",
                        "frei0r-plugins",
                        "libxml2",
                        "ffmpeg",
                        "qt5-qtsvg",
                        "libebur128",
                        "libsamplerate",
                        "libvorbis",
                        "rubberband"
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mlton-bootstrap",
            "portdir": "lang/mlton-bootstrap",
            "version": "20210117",
            "license": "HPND",
            "platforms": "darwin macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.mlton.org",
            "description": "Bootstrap version of MLton",
            "long_description": "Bootstrap version of MLton. MLton is a whole-program optimizing compiler for the Standard ML programming language.",
            "active": true,
            "categories": [
                "lang",
                "ml"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "mlton"
                    ]
                }
            ]
        },
        {
            "name": "mlton",
            "portdir": "lang/mlton",
            "version": "20240519",
            "license": "HPND",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.mlton.org",
            "description": "Whole-program optimizing compiler for the SML",
            "long_description": "MLton is a whole-program optimizing compiler for the Standard ML programming language. MLton generates small executables with excellent runtime performance, utilizing untagged and unboxed native integers, reals, and words, unboxed native arrays, fast arbitrary-precision arithmetic based on GMP, and multiple code generation and garbage collection strategies. In addition, MLton provides a feature rich Standard ML programming environment, with full support for SML97 as given in The Definition of Standard ML (Revised), a number of useful language extensions, a complete implementation of the Standard ML Basis Library, various useful libraries, a simple and fast C foreign function interface, the ML Basis system for programming with source libraries, and tools such as a lexer generator, a parser generator and a profiler.",
            "active": true,
            "categories": [
                "lang",
                "ml"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "mlton-bootstrap",
                        "gsed",
                        "clang-16",
                        "git",
                        "pkgconfig",
                        "rsync",
                        "bash",
                        "grep"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl3",
                        "gmp"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "smlpkg",
                        "initool"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "smlpkg"
                    ]
                }
            ]
        }
    ]
}