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

{
    "count": 52355,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=926",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=924",
    "results": [
        {
            "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_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_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": 1547
                }
            ],
            "variants": [
                "memcache",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-yaml",
                        "clang-18",
                        "python314",
                        "meson",
                        "ninja",
                        "pkgconfig",
                        "pandoc"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "apache2",
                        "gnutls"
                    ]
                }
            ],
            "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_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_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_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_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_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_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_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_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_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_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": "mongoose",
            "portdir": "www/mongoose",
            "version": "3.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://code.google.com/p/mongoose/",
            "description": "easy to use web server",
            "long_description": "Easy to use web server for Windows and UNIX. Mongoose provides simple and clean API for embedding it into existing programs. Targeting Web application developers, embedded system developers, and people who need to setup file sharing quickly.",
            "active": true,
            "categories": [
                "www"
            ],
            "maintainers": [
                {
                    "name": "toby",
                    "github": "tobypeterson",
                    "ports_count": 254
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mongrel2",
            "portdir": "www/mongrel2",
            "version": "1.12.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://mongrel2.org/",
            "description": "The Language Agnostic Web Server",
            "long_description": "Mongrel2 is an application, language, and network architecture agnostic web server that focuses on web applications using modern browser technologies.",
            "active": true,
            "categories": [
                "www"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "sqlite3",
                        "mbedtls",
                        "zmq"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "monkeyd",
            "portdir": "www/monkeyd",
            "version": "0.9.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://monkeyd.sourceforge.net/",
            "description": "fast, efficient, small and easy to configure web server",
            "long_description": "Monkey is a Web server written in C. This is an open source project based on the HTTP/1.1 protocol. The objective is to develop a fast, efficient, small and easy to configure web server.",
            "active": true,
            "categories": [
                "www"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mozplugger",
            "portdir": "www/mozplugger",
            "version": "1.14.6",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://mozplugger.mozdev.org/index.html",
            "description": "Use popular X11 applications as plugins for firefox",
            "long_description": "Use popular X11 applications as plugins for firefox",
            "active": true,
            "categories": [
                "www",
                "x11"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xorg-libX11"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "monolith",
            "portdir": "www/monolith",
            "version": "2.10.1",
            "license": "public-domain",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Y2Z/monolith",
            "description": "CLI tool for saving complete web pages as a single HTML file",
            "long_description": "CLI tool for saving complete web pages as a single HTML file. A data hoarder’s dream come true: bundle any web page into a single HTML file. You can finally replace that gazillion of open tabs with a gazillion of .html files stored somewhere on your precious little drive. Unlike the conventional “Save page as”, monolith not only saves the target document, it embeds CSS, image, and JavaScript assets all at once, producing a single HTML5 document that is a joy to store and share. If compared to saving websites with `wget -mpk`, this tool embeds all assets as data URLs and therefore lets browsers render the saved page exactly the way it was on the Internet, even when no network connection is available.",
            "active": true,
            "categories": [
                "www"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1074
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mybb",
            "portdir": "www/mybb",
            "version": "1.8.20",
            "license": "LGPL-3",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://mybb.com/",
            "description": "A PHP-based bulletin board / discussion forum system",
            "long_description": "MyBB is the free and open source, intuitive, extensible, and incredibly powerful forum software you've been looking for.",
            "active": true,
            "categories": [
                "www",
                "php"
            ],
            "maintainers": [],
            "variants": [
                "php56",
                "php70",
                "php71",
                "php72",
                "php73"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "php73-gd",
                        "php73-xsl",
                        "php73-imagick",
                        "php73-mysql",
                        "php73"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "neon",
            "portdir": "www/neon",
            "version": "0.37.1",
            "license": "LGPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://notroj.github.io/neon",
            "description": "An HTTP and WebDAV client library with a C interface",
            "long_description": "neon is an HTTP and WebDAV client library with a C language API. It provides a high-level interface to HTTP and WebDAV methods and a low-level interface to HTTP request handling, easily allowing the implementation of new methods.",
            "active": true,
            "categories": [
                "www"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl",
                        "kerberos5",
                        "libproxy",
                        "zlib",
                        "expat",
                        "libiconv",
                        "libcomerr",
                        "gettext"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "audacious-plugins",
                        "cadaver",
                        "gstreamer1-gst-plugins-bad",
                        "libmusicbrainz3",
                        "libmusicbrainz5",
                        "bazaar",
                        "libcoverart",
                        "gstreamer010-gst-plugins-bad",
                        "libreoffice",
                        "nut",
                        "rpm",
                        "rpm54",
                        "litmus",
                        "sitecopy"
                    ]
                }
            ]
        },
        {
            "name": "nextcloud-client",
            "portdir": "www/nextcloud-client",
            "version": "3.5.2",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://nextcloud.com/",
            "description": "Desktop Syncing Client for Nextcloud",
            "long_description": "The Nextcloud Desktop Client is a tool to synchronize files from Nextcloud server with your computer.",
            "active": true,
            "categories": [
                "aqua",
                "www"
            ],
            "maintainers": [],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "qt5-qttools",
                        "cmake",
                        "pkgconfig",
                        "librsvg",
                        "clang-20"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtquickcontrols2",
                        "qtkeychain-qt5",
                        "qt5-qtbase",
                        "qt5-qtmacextras",
                        "qt5-qtwebsockets",
                        "zlib",
                        "sqlite3"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "netrik",
            "portdir": "www/netrik",
            "version": "1.16.1",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://netrik.sourceforge.net/",
            "description": "netrik is a fast text mode web browser",
            "long_description": "netrik is a fast text mode web browser",
            "active": true,
            "categories": [
                "www"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses",
                        "readline",
                        "util-linux"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "nghttp2",
            "portdir": "www/nghttp2",
            "version": "1.69.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://nghttp2.org",
            "description": "An implementation of HTTP/2 in C.",
            "long_description": "An implementation of HTTP/2 in C.",
            "active": true,
            "categories": [
                "www"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1547
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "gcc15"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "wireshark4",
                        "py27-nghttp2",
                        "py36-nghttp2",
                        "py37-nghttp2",
                        "gpac",
                        "bind9",
                        "bind9.18",
                        "php53-swoole",
                        "php54-swoole",
                        "php55-swoole",
                        "php56-swoole",
                        "php70-swoole",
                        "php71-swoole",
                        "php72-swoole",
                        "php73-swoole",
                        "php74-swoole",
                        "php80-swoole",
                        "php81-swoole",
                        "php82-swoole",
                        "php83-swoole",
                        "php84-swoole",
                        "php85-swoole",
                        "knot-resolver",
                        "knot",
                        "libknot",
                        "curl",
                        "libsoup",
                        "libsoup-devel",
                        "dnsperf",
                        "snort",
                        "wget2",
                        "php72-openswoole",
                        "php73-openswoole",
                        "php74-openswoole",
                        "php80-openswoole",
                        "php81-openswoole",
                        "php82-openswoole",
                        "php83-openswoole",
                        "php84-openswoole",
                        "php85-openswoole",
                        "html-xml-utils"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "nghttp2-tools"
                    ]
                }
            ]
        },
        {
            "name": "nghttp2-tools",
            "portdir": "www/nghttp2",
            "version": "1.69.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://nghttp2.org",
            "description": "Tools for nghttp2, an implementation of HTTP/2 in C.",
            "long_description": "HTTP/2 client, server and proxy tools, as well as a load test and benchmarking tool for HTTP/2.",
            "active": true,
            "categories": [
                "www"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1547
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-22",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libevent",
                        "openssl",
                        "c-ares",
                        "zlib",
                        "ngtcp2",
                        "libxml2",
                        "jansson",
                        "libev"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "nghttp2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "nicotine-plus",
            "portdir": "www/nicotine-plus",
            "version": "3.3.6",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://nicotine-plus.org",
            "description": "Nicotine+ is a graphical client for the Soulseek peer-to-peer network",
            "long_description": "Nicotine+ aims to be a lightweight, pleasant, free and open-source alternative to the official Soulseek client, while also providing a comprehensive set of features.",
            "active": true,
            "categories": [
                "www",
                "python",
                "p2p"
            ],
            "maintainers": [],
            "variants": [
                "python311",
                "python312",
                "gtk3",
                "gtk4"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "pkgconfig",
                        "py312-build",
                        "py312-installer",
                        "py312-setuptools",
                        "py312-wheel",
                        "gettext"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext-runtime",
                        "gtk4",
                        "python312",
                        "py312-gobject3",
                        "adwaita-icon-theme"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "nikto",
            "portdir": "www/nikto",
            "version": "2.5.0",
            "license": "GPL-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://cirt.net/nikto2",
            "description": "Web server scanner",
            "long_description": "Nikto is an Open Source (GPL) web server scanner which performs comprehensive tests against web servers for multiple items, including over 6400 potentially dangerous files/CGIs, checks for outdated versions of over 1200 servers, and version specific problems on over 270 servers. It also checks for server configuration items such as the presence of multiple index files, HTTP server options, and will attempt to identify installed web servers and software. Scan items and plugins are frequently updated and can be automatically updated.",
            "active": true,
            "categories": [
                "security",
                "www"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 288
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "perl5"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "nodejuice",
            "portdir": "www/nodejuice",
            "version": "1.5.0",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://nodejuice.com/",
            "description": "A web development tool to autorefesh the browser on changes.",
            "long_description": "NodeJuice is a tool which allows you to develop with a push connection to your web browser. Automatic browser refresh on file change or update is what you can call it. Develop on one to many browsers simultaneously without needing to reload manually.",
            "active": true,
            "categories": [
                "www"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "nodejs8"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "nostromo",
            "portdir": "www/nostromo",
            "version": "1.9.3",
            "license": "ISC",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.nazgul.ch/dev_nostromo.html",
            "description": "nhttpd is a simple, fast and secure HTTP server",
            "long_description": "nostromo provides nhttpd, a simple, fast and secure HTTP server.",
            "active": true,
            "categories": [
                "www"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "owncloud-client",
            "portdir": "www/owncloud-client",
            "version": "3.0.0.9215",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://owncloud.org/",
            "description": "Desktop Syncing Client for ownCloud",
            "long_description": "The ownCloud Desktop Client is a tool to synchronize files from ownCloud Server with your computer.",
            "active": true,
            "categories": [
                "aqua",
                "www"
            ],
            "maintainers": [],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18",
                        "doxygen",
                        "kde-extra-cmake-modules",
                        "qt5-qttools",
                        "cmake"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qtkeychain",
                        "qt5-qtmacextras",
                        "qt5-qtwebkit",
                        "qt5-qtbase"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pathalizer",
            "portdir": "www/pathalizer",
            "version": "0.7",
            "license": "GPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pathalizer.sourceforge.net/",
            "description": "visualize the paths most users take when browsing a website",
            "long_description": "Pathalizer is a tool to visualize the paths most users take when browsing a website. This information can then be used to decide how to improve the navigation of the site, and which parts are most worth improving and keeping up to date.",
            "active": true,
            "categories": [
                "www"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "graphviz",
                        "netpbm",
                        "ghostscript"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "phantomjs",
            "portdir": "www/phantomjs",
            "version": "2.1.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.phantomjs.org/",
            "description": "PhantomJS is a minimalistic headless WebKit.",
            "long_description": "PhantomJS is a headless WebKit scriptable with a JavaScript API. It has fast and native support for various web standards: DOM handling, CSS selector, JSON, Canvas, and SVG.",
            "active": true,
            "categories": [
                "www"
            ],
            "maintainers": [],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "python38",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "phantomjs-qt",
                        "phantomjs-qt-qtbase"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "phpbb",
            "portdir": "www/phpbb",
            "version": "3.3.10",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.phpbb.com/",
            "description": "A PHP-based bulletin board / discussion forum system",
            "long_description": "phpBB is a high powered, fully scalable, and highly customisable open-source bulletin board package. phpBB has a user-friendly interface, simple and straightforward administration panel, and helpful FAQ. Based on the powerful PHP server language and your choice of MySQL, MS-SQL, PostgreSQL or Access/ODBC database servers, phpBB is the ideal free community solution for all web sites.",
            "active": true,
            "categories": [
                "www",
                "php"
            ],
            "maintainers": [
                {
                    "name": "snc",
                    "github": "nerdling",
                    "ports_count": 157
                }
            ],
            "variants": [
                "mysql",
                "postgresql"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "php82-apache2handler",
                        "php82-ftp",
                        "php82-gd",
                        "php82-imagick"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "phpmyadmin",
            "portdir": "www/phpmyadmin",
            "version": "5.2.3",
            "license": "GPL-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.phpmyadmin.net/",
            "description": "A tool written in PHP intended to handle the administration of MySQL and MariaDB over the Web.",
            "long_description": "phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations with MySQL. The most frequently used operations are supported by the user interface (managing databases, tables, fields, relations, indexes, users, permissions, etc), while you still have the ability to directly execute any SQL statement.",
            "active": true,
            "categories": [
                "databases",
                "www",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "php72",
                "php73",
                "php74",
                "php80",
                "php81",
                "php82",
                "php83",
                "php84"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "php83-mbstring",
                        "php83-mysql",
                        "php83-openssl",
                        "php83-zip",
                        "php83-mcrypt",
                        "php83-gd"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "phppgadmin",
            "portdir": "www/phppgadmin",
            "version": "5.1",
            "license": "GPL-2+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://phppgadmin.sourceforge.net/",
            "description": "phpPgAdmin is a web-based administration tool for PostgreSQL.",
            "long_description": "phpPgAdmin is a tool written in PHP intended to handle the administration of PostgreSQL over the Web. phpPgAdmin supports a wide range of operations with PostgreSQL.",
            "active": true,
            "categories": [
                "databases",
                "www"
            ],
            "maintainers": [],
            "variants": [
                "php53",
                "php54",
                "php55"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "php55-postgresql"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "polipo",
            "portdir": "www/polipo",
            "version": "1.0.4",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.pps.jussieu.fr/~jch/software/polipo/",
            "description": "small and fast web caching proxy",
            "long_description": "Polipo is a small and fast caching web proxy designed to be used by one person or a small group of people.",
            "active": true,
            "categories": [
                "www"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "texinfo",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "postfixadmin",
            "portdir": "www/postfixadmin",
            "version": "3.2",
            "license": "GPL-2+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://postfixadmin.sourceforge.net/",
            "description": "Web Based Management tool for Postfix",
            "long_description": "Postfix Admin is a Web Based Management tool created for Postfix. It is a PHP based application that handles Postfix Style Virtual Domains and Users that are stored in MySQL.",
            "active": true,
            "categories": [
                "mail",
                "www",
                "php"
            ],
            "maintainers": [],
            "variants": [
                "mysql8",
                "mariadb102",
                "postgresql11"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "mysql8",
                        "php73",
                        "php73-mysql",
                        "postfix",
                        "apache2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pound",
            "portdir": "www/pound",
            "version": "2.6",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.apsis.ch/pound/",
            "description": "A reverse proxy, load balancer and HTTPS front-end for Web server(s)",
            "long_description": "The Pound program is a reverse proxy, load balancer and HTTPS front-end for Web server(s). Pound was developed to enable distributing the load among several Web-servers and to allow for a convenient SSL wrapper for those Web servers that do not offer it natively.",
            "active": true,
            "categories": [
                "www"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl",
                        "pcre"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pserv",
            "portdir": "www/pserv",
            "version": "3.4",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pserv.sourceforge.net/",
            "description": "Pico Server is a small web server.",
            "long_description": "Pico Server is a small web server.",
            "active": true,
            "categories": [
                "www"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qutebrowser",
            "portdir": "www/qutebrowser",
            "version": "3.7.0",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.qutebrowser.org/",
            "description": "A keyboard-driven, vim-like browser based on PyQt6",
            "long_description": "A keyboard-driven, vim-like browser based on PyQt6",
            "active": true,
            "categories": [
                "www"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 162
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools",
                        "py314-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-jinja2",
                        "qt6-qtbase",
                        "py314-pyobjc",
                        "qt6-sqlite-plugin",
                        "python314",
                        "py314-yaml",
                        "py314-pyqt6-webengine"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "raptor2",
            "portdir": "www/raptor2",
            "version": "2.0.16",
            "license": "(Apache-2+ or GPL-2+ or LGPL-2.1+)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://librdf.org/raptor",
            "description": "Raptor RDF Parser Toolkit",
            "long_description": "Raptor is an open source C library that provides a set of parsers and serializers that generate Resource Description Framework (RDF) triples by parsing syntaxes or serializing the triples into a syntax.",
            "active": true,
            "categories": [
                "www"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "curl",
                        "icu",
                        "libxslt",
                        "libxml2",
                        "yajl"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "soprano",
                        "flickcurl",
                        "abiword-x11",
                        "kde4-runtime",
                        "libreoffice",
                        "aff4",
                        "liblrdf",
                        "rasqal",
                        "redland"
                    ]
                }
            ]
        },
        {
            "name": "rasqal",
            "portdir": "www/rasqal",
            "version": "0.9.33",
            "license": "(LGPL-2.1+ or GPL-2+ or Apache-2+)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://librdf.org/rasqal/",
            "description": "Raptor RDF Query Library",
            "long_description": "Rasqal is an open source C library that handles Resource Description Framework (RDF) query syntaxes, query construction and query execution returning result bindings. The supported query languages are SPARQL and RDQL.",
            "active": true,
            "categories": [
                "www"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mpfr",
                        "openssl",
                        "pcre",
                        "curl",
                        "zlib",
                        "libxml2",
                        "libxslt",
                        "raptor2",
                        "libiconv",
                        "mhash"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "abiword-x11",
                        "redland"
                    ]
                }
            ]
        },
        {
            "name": "redland",
            "portdir": "www/redland",
            "version": "1.0.17",
            "license": "(LGPL-2.1+ or GPL-2+ or Apache-2+)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://librdf.org/",
            "description": "Redland RDF Library",
            "long_description": "Redland is a set of free software libraries that provide support for the Resource Description Framework (RDF).",
            "active": true,
            "categories": [
                "www"
            ],
            "maintainers": [],
            "variants": [
                "db46",
                "db47",
                "db48",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "db48",
                        "libtool",
                        "openssl",
                        "pkgconfig",
                        "curl",
                        "zlib",
                        "libxml2",
                        "libxslt",
                        "raptor2",
                        "rasqal",
                        "libiconv"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "soprano",
                        "R-redland",
                        "abiword-x11",
                        "kde4-runtime",
                        "libreoffice",
                        "redland-bindings"
                    ]
                }
            ]
        },
        {
            "name": "redland-bindings",
            "portdir": "www/redland-bindings",
            "version": "1.0.17.1",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://librdf.org/bindings/",
            "description": "Redland RDF Language Bindings",
            "long_description": "Redland is a set of free software libraries that provide support for the Resource Description Framework (RDF). This package provides higher-level language APIs to Redland for multiple popular scripting languages.",
            "active": true,
            "categories": [
                "www"
            ],
            "maintainers": [],
            "variants": [
                "perl5",
                "php5",
                "python27",
                "python36",
                "python37",
                "ruby",
                "tcl",
                "lua",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "redland"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "retawq",
            "portdir": "www/retawq",
            "version": "0.2.6c",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://retawq.sourceforge.net/",
            "description": "text-based web browser",
            "long_description": "retawq is an interactive, multi-threaded network client (web browser) for text terminals on computers with Unix-like operating systems. It is fast, small, nicely configurable, and comfortable, e.g. the low-level network communications are performed in a non-blocking way, and you can keep open as many virtual windows as you want and work simultaneously in two of them in a split-screen mode.",
            "active": true,
            "categories": [
                "www"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "retroshare-qt4",
            "portdir": "www/retroshare-qt4",
            "version": "0.6.4",
            "license": "(AGPL-3 or LGPL-3 or GPL-3)",
            "platforms": "{darwin < 17}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://retroshare.cc",
            "description": "RetroShare is a Free and Open Source cross-platform, Friend-2-Friend and secure decentralised communication platform",
            "long_description": "RetroShare is a Free and Open Source cross-platform, Friend-2-Friend and secure decentralised communication platform",
            "active": true,
            "categories": [
                "security",
                "www",
                "p2p"
            ],
            "maintainers": [],
            "variants": [
                "universal",
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "sqlite3",
                        "gnutls",
                        "gpgme",
                        "qt4-mac",
                        "libgpg-error",
                        "miniupnpc",
                        "libmicrohttpd",
                        "openssl11",
                        "libassuan",
                        "bzip2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "roundcubemail",
            "portdir": "www/roundcubemail",
            "version": "1.6.6",
            "license": "GPL-3+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://roundcube.net/",
            "description": "Roundcube webmail",
            "long_description": "This project is a free and open source webmail solution with a desktop-like user interface which is easy to install/configure and that runs on a standard LAMPP server. The skins use the latest web standards such as XHTML and CSS 2. Roundcube includes other sophisticated open-source libraries such as PEAR, an IMAP library derived from IlohaMail the TinyMCE rich text editor, Googiespell library for spell checking or the WasHTML sanitizer by Frederic Motte.",
            "active": true,
            "categories": [
                "mail",
                "www",
                "php"
            ],
            "maintainers": [],
            "variants": [
                "php73",
                "php74",
                "php80",
                "php81",
                "php82",
                "php83"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "php83-mbstring",
                        "php83-mysql",
                        "php83-sockets"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "rsspls",
            "portdir": "www/rsspls",
            "version": "0.11.2",
            "license": "Apache-2 and MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.wezm.net/v2/posts/2022/generate-rss-from-webpage",
            "description": "Generate RSS feeds from websites",
            "long_description": "rsspls generates RSS feeds from web pages.",
            "active": true,
            "categories": [
                "www"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1074
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "rtmpdump",
            "portdir": "www/rtmpdump",
            "version": "2.4-20210219",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://rtmpdump.mplayerhq.hu/",
            "description": "a tool for downloading RTMP streaming media",
            "long_description": "A small dumper for media content streamed over the RTMP protocol. Supplying an rtmp url will result in a dumped flv file, which can be played or transcoded using ffmpeg/mplayer, etc.",
            "active": true,
            "categories": [
                "net",
                "www"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gnutls"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gstreamer1-gst-plugins-bad",
                        "gstreamer010-gst-plugins-bad"
                    ]
                }
            ]
        },
        {
            "name": "sassc",
            "portdir": "www/sassc",
            "version": "3.6.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sass/sassc",
            "description": "sassc is the libsass command line driver and compiles Sass to CSS",
            "long_description": "sassc is the libsass command line driver and compiles Sass to CSS",
            "active": true,
            "categories": [
                "textproc",
                "www"
            ],
            "maintainers": [
                {
                    "name": "cal",
                    "github": "neverpanic",
                    "ports_count": 60
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsass"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "gtk4",
                        "gtk4-devel",
                        "libadwaita"
                    ]
                }
            ]
        }
    ]
}