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

{
    "count": 50207,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=29",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=27",
    "results": [
        {
            "name": "mpy-cross",
            "portdir": "devel/micropython",
            "version": "1.27.0",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://micropython.org/",
            "description": "MicroPython cross compiler utility",
            "long_description": "mpy-cross is the MicroPython cross compiler utility, used to pre-compile python files into bytecode suitable for running on your target.",
            "active": true,
            "categories": [
                "devel",
                "cross"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 223
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "python314"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "micropython"
                    ]
                }
            ]
        },
        {
            "name": "micropython",
            "portdir": "devel/micropython",
            "version": "1.27.0",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://micropython.org/",
            "description": "Python implementation for microcontrollers and constrained systems",
            "long_description": "The MicroPython project aims to put an implementation of Python 3.x on microcontrollers and small embedded systems. MicroPython implements the entire Python 3.4 syntax (including exceptions, with, yield from, etc., and additionally async/await keywords from Python 3.5). The following core datatypes are provided: str (including basic Unicode support), bytes, bytearray, tuple, list, dict, set, frozenset, array.array, collections.namedtuple, classes and instances. Builtin modules include sys, time, and struct, etc. Select ports have support for _thread module (multithreading). Note that only a subset of Python 3 functionality is implemented for the data types and modules.",
            "active": true,
            "categories": [
                "devel",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 223
                }
            ],
            "variants": [
                "preview_v2"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18",
                        "python314"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libffi"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "mpy-cross"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gum",
            "portdir": "devel/gum",
            "version": "0.17.0",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/charmbracelet/gum",
            "description": "A tool for glamorous shell scripts",
            "long_description": "A tool for glamorous shell scripts",
            "active": true,
            "categories": [
                "devel",
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1019
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "nginx-devel-rtmp",
            "portdir": "www/nginx-devel",
            "version": "1.29.4",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://nginx.org/",
            "description": "High-performance HTTP(S) server, HTTP(S) reverse proxy and IMAP/POP3 proxy server",
            "long_description": "Nginx (\"engine x\") is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP/UDP proxy server.",
            "active": true,
            "categories": [
                "mail",
                "www"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1157
                }
            ],
            "variants": [
                "auth_request",
                "addition",
                "dav",
                "debug",
                "degradation",
                "devel_kit",
                "flv",
                "gperftools",
                "gzip_static",
                "http2",
                "image_filter",
                "mail",
                "mp4",
                "perl5",
                "random_index",
                "realip",
                "secure_link",
                "ssl",
                "status",
                "substitution",
                "stream",
                "threads",
                "xslt",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "nginx-devel"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "nginx-devel-lua",
            "portdir": "www/nginx-devel",
            "version": "1.29.4",
            "license": "BSD",
            "platforms": "{darwin >= 11}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://nginx.org/",
            "description": "High-performance HTTP(S) server, HTTP(S) reverse proxy and IMAP/POP3 proxy server",
            "long_description": "Nginx (\"engine x\") is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP/UDP proxy server.",
            "active": true,
            "categories": [
                "mail",
                "www"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1157
                }
            ],
            "variants": [
                "auth_request",
                "addition",
                "dav",
                "debug",
                "degradation",
                "devel_kit",
                "flv",
                "gperftools",
                "substitution",
                "gzip_static",
                "stream",
                "threads",
                "http2",
                "image_filter",
                "mail",
                "xslt",
                "mp4",
                "perl5",
                "random_index",
                "universal",
                "realip",
                "secure_link",
                "ssl",
                "status"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "luajit-openresty",
                        "nginx-devel"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "nginx-devel-headers_more",
            "portdir": "www/nginx-devel",
            "version": "1.29.4",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://nginx.org/",
            "description": "High-performance HTTP(S) server, HTTP(S) reverse proxy and IMAP/POP3 proxy server",
            "long_description": "Nginx (\"engine x\") is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP/UDP proxy server.",
            "active": true,
            "categories": [
                "mail",
                "www"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1157
                }
            ],
            "variants": [
                "auth_request",
                "addition",
                "dav",
                "debug",
                "degradation",
                "devel_kit",
                "flv",
                "gperftools",
                "gzip_static",
                "http2",
                "image_filter",
                "mail",
                "mp4",
                "perl5",
                "random_index",
                "realip",
                "secure_link",
                "ssl",
                "status",
                "substitution",
                "stream",
                "threads",
                "xslt",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "nginx-devel"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "nginx-devel-geoip2",
            "portdir": "www/nginx-devel",
            "version": "1.29.4",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://nginx.org/",
            "description": "High-performance HTTP(S) server, HTTP(S) reverse proxy and IMAP/POP3 proxy server",
            "long_description": "Nginx (\"engine x\") is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP/UDP proxy server.",
            "active": true,
            "categories": [
                "mail",
                "www"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1157
                }
            ],
            "variants": [
                "auth_request",
                "addition",
                "dav",
                "debug",
                "degradation",
                "devel_kit",
                "flv",
                "gperftools",
                "gzip_static",
                "http2",
                "image_filter",
                "mail",
                "mp4",
                "perl5",
                "random_index",
                "realip",
                "secure_link",
                "ssl",
                "status",
                "substitution",
                "stream",
                "threads",
                "xslt",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libmaxminddb",
                        "nginx-devel"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "nginx-devel",
            "portdir": "www/nginx-devel",
            "version": "1.29.4",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://nginx.org/",
            "description": "High-performance HTTP(S) server, HTTP(S) reverse proxy and IMAP/POP3 proxy server",
            "long_description": "Nginx (\"engine x\") is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP/UDP proxy server.",
            "active": true,
            "categories": [
                "mail",
                "www"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1157
                }
            ],
            "variants": [
                "auth_request",
                "addition",
                "dav",
                "debug",
                "degradation",
                "devel_kit",
                "flv",
                "gperftools",
                "gzip_static",
                "http2",
                "image_filter",
                "mail",
                "mp4",
                "perl5",
                "random_index",
                "realip",
                "secure_link",
                "ssl",
                "status",
                "substitution",
                "stream",
                "threads",
                "xslt",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "openssl",
                        "pcre2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "nginx-devel-geoip2",
                        "nginx-devel-headers_more",
                        "nginx-devel-lua",
                        "nginx-devel-rtmp"
                    ]
                }
            ]
        },
        {
            "name": "fselect",
            "portdir": "sysutils/fselect",
            "version": "0.9.2",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jhspetersson/fselect",
            "description": "Find files with SQL-like queries",
            "long_description": "fselect allows for searching files with SQL-like queries. It allows complex queries with aggregate, statistics, date, and other functions. fselect can also search within archives, images (width, height, and EXIF metadata), MP3 metadata, extended file attributes, file hashes, MIME types, and more. Also supports various options for output formatting (CSV, JSON, and others).",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1019
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "cmake",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "postgresql18-server",
            "portdir": "databases/postgresql18-server",
            "version": "18.1",
            "license": "Permissive",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.postgresql.org/",
            "description": "run postgresql18 as server",
            "long_description": "run postgresql18 as server",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [
                {
                    "name": "davidgilman1",
                    "github": "dgilman",
                    "ports_count": 142
                },
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "postgresql18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "postgresql18",
            "portdir": "databases/postgresql18",
            "version": "18.1",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.postgresql.org/",
            "description": "The most advanced open-source database available anywhere.",
            "long_description": "PostgreSQL is Object-Relational Database Management System. It supports almost all SQL constructs, including transactions, subselects, and user-defined types and functions. Write-ahead logging means increased performance while retaining data integrity.",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [
                {
                    "name": "davidgilman1",
                    "github": "dgilman",
                    "ports_count": 142
                },
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clang20",
                "clang21",
                "clangdevel",
                "python3",
                "perl",
                "tcl",
                "llvm",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "docbook-xsl-nons",
                        "bison",
                        "pkgconfig",
                        "perl5",
                        "docbook-xml-4.5"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libxml2",
                        "libxslt",
                        "lz4",
                        "openssl3",
                        "zlib",
                        "zstd",
                        "icu",
                        "readline",
                        "kerberos5"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "postgresql_select-18",
                        "curl-ca-bundle"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "pg18-timescaledb"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "postgresql18-server"
                    ]
                }
            ]
        },
        {
            "name": "postgresql17-server",
            "portdir": "databases/postgresql17-server",
            "version": "17.7",
            "license": "Permissive",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.postgresql.org/",
            "description": "run postgresql17 as server",
            "long_description": "run postgresql17 as server",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [
                {
                    "name": "davidgilman1",
                    "github": "dgilman",
                    "ports_count": 142
                },
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "postgresql17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "calendar-contacts-server"
                    ]
                }
            ]
        },
        {
            "name": "postgresql17",
            "portdir": "databases/postgresql17",
            "version": "17.7",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.postgresql.org/",
            "description": "The most advanced open-source database available anywhere.",
            "long_description": "PostgreSQL is Object-Relational Database Management System. It supports almost all SQL constructs, including transactions, subselects, and user-defined types and functions. Write-ahead logging means increased performance while retaining data integrity.",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [
                {
                    "name": "davidgilman1",
                    "github": "dgilman",
                    "ports_count": 142
                },
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "perl",
                "tcl",
                "llvm",
                "clang13",
                "clang14",
                "clang15",
                "universal",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clang20",
                "clang21",
                "clangdevel",
                "python3"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "docbook-xsl-nons",
                        "bison",
                        "pkgconfig",
                        "perl5",
                        "docbook-xml-4.5"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libxml2",
                        "libxslt",
                        "lz4",
                        "openssl3",
                        "zlib",
                        "zstd",
                        "icu",
                        "readline",
                        "kerberos5"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "postgresql_select-17",
                        "curl-ca-bundle"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "pg17-postgis3-doc",
                        "pg17-postgis-doc"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py311-psycopg2",
                        "py312-psycopg2",
                        "py313-psycopg2",
                        "py314-psycopg2",
                        "pg17-postgis",
                        "pg17-pgrouting",
                        "mod_tile",
                        "qt69-psql-plugin",
                        "py-psycopg",
                        "py310-psycopg",
                        "py311-psycopg",
                        "py312-psycopg",
                        "py313-psycopg",
                        "pg17-pgpointcloud",
                        "pdal-pgpointcloud",
                        "pg17-timescaledb",
                        "qt68-psql-plugin",
                        "grass",
                        "qgis3",
                        "qgis3-ltr",
                        "saga",
                        "openstreetmap-carto",
                        "py39-psycopg2",
                        "gdal",
                        "qt6-psql-plugin",
                        "octave-database",
                        "mapnik",
                        "osm2pgrouting",
                        "osm2pgsql",
                        "py39-psycopg",
                        "py310-psycopg2"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "postgresql17-server"
                    ]
                }
            ]
        },
        {
            "name": "postgresql16",
            "portdir": "databases/postgresql16",
            "version": "16.11",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.postgresql.org/",
            "description": "The most advanced open-source database available anywhere.",
            "long_description": "PostgreSQL is Object-Relational Database Management System. It supports almost all SQL constructs, including transactions, subselects, and user-defined types and functions. Write-ahead logging means increased performance while retaining data integrity.",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [
                {
                    "name": "davidgilman1",
                    "github": "dgilman",
                    "ports_count": 142
                },
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clang20",
                "clang21",
                "clangdevel",
                "python3",
                "perl",
                "tcl",
                "llvm",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "docbook-xsl-nons",
                        "bison",
                        "pkgconfig",
                        "docbook-xml-4.5"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "kerberos5",
                        "libxml2",
                        "libxslt",
                        "lz4",
                        "openssl3",
                        "zlib",
                        "zstd",
                        "icu",
                        "readline"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "postgresql_select-16",
                        "curl-ca-bundle"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "pgpool-II",
                        "pg16-postgis3-doc",
                        "pg16-postgis-doc"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac-postgresql16-plugin",
                        "php84-postgresql",
                        "php83-postgresql",
                        "php82-postgresql",
                        "glom",
                        "php81-postgresql",
                        "php80-postgresql",
                        "psqlODBC",
                        "php74-postgresql",
                        "php73-postgresql",
                        "php72-postgresql",
                        "php71-postgresql",
                        "php70-postgresql",
                        "php56-postgresql",
                        "php55-postgresql",
                        "php54-postgresql",
                        "php53-postgresql",
                        "php52-postgresql",
                        "qt511-psql-plugin",
                        "qt53-psql-plugin",
                        "qt56-psql-plugin",
                        "qt55-psql-plugin",
                        "qt57-psql-plugin",
                        "qt58-psql-plugin",
                        "pg_rman",
                        "qt59-psql-plugin",
                        "p5.28-dbd-pg",
                        "p5.30-dbd-pg",
                        "p5.32-dbd-pg",
                        "p5.34-dbd-pg",
                        "py37-psycopg2",
                        "py312-pygresql",
                        "qt5-psql-plugin",
                        "pg16-pgpointcloud",
                        "pg16-timescaledb",
                        "iplike",
                        "pgtcl",
                        "wt",
                        "libpqxx",
                        "libgda5",
                        "osm2pgsql-lua",
                        "qt513-psql-plugin",
                        "py38-psycopg2",
                        "tinyows",
                        "gawk-pgsql",
                        "pg16-pgrouting",
                        "libzdb-postgresql16",
                        "pg16-postgis"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "postgresql16-server"
                    ]
                }
            ]
        },
        {
            "name": "postgresql16-server",
            "portdir": "databases/postgresql16-server",
            "version": "16.11",
            "license": "Permissive",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.postgresql.org/",
            "description": "run postgresql16 as server",
            "long_description": "run postgresql16 as server",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [
                {
                    "name": "davidgilman1",
                    "github": "dgilman",
                    "ports_count": 142
                },
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "postgresql16"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "postgresql15-server",
            "portdir": "databases/postgresql15-server",
            "version": "15.15",
            "license": "Permissive",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.postgresql.org/",
            "description": "run postgresql15 as server",
            "long_description": "run postgresql15 as server",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [
                {
                    "name": "jwa",
                    "github": "jyrkiwahlstedt",
                    "ports_count": 37
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "postgresql15"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "postgresql15",
            "portdir": "databases/postgresql15",
            "version": "15.15",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.postgresql.org/",
            "description": "The most advanced open-source database available anywhere.",
            "long_description": "PostgreSQL is Object-Relational Database Management System. It supports almost all SQL constructs, including transactions, subselects, and user-defined types and functions. Write-ahead logging means increased performance while retaining data integrity.",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [
                {
                    "name": "davidgilman1",
                    "github": "dgilman",
                    "ports_count": 142
                },
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clang20",
                "clang21",
                "universal",
                "clangdevel",
                "python3",
                "perl",
                "tcl",
                "llvm"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "bison",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "kerberos5",
                        "libxml2",
                        "zlib",
                        "openssl3",
                        "libxslt",
                        "icu",
                        "readline"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "postgresql_select-15"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "pg15-postgis3-doc",
                        "pg15-postgis-doc"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-RPostgreSQL",
                        "pg15-postgis",
                        "pg15-pgrouting",
                        "qt4-mac-postgresql15-plugin",
                        "PDAL",
                        "pg15-pgpointcloud",
                        "R-RPostgres",
                        "R-adbcpostgresql",
                        "qt64-psql-plugin",
                        "qt67-psql-plugin",
                        "pg15-timescaledb",
                        "grass7",
                        "mapserver",
                        "mosml-dynlibs",
                        "pgmodeler"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "postgresql15-server"
                    ]
                }
            ]
        },
        {
            "name": "postgresql14-server",
            "portdir": "databases/postgresql14-server",
            "version": "14.20",
            "license": "Permissive",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.postgresql.org/",
            "description": "run postgresql14 as server",
            "long_description": "run postgresql14 as server",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [
                {
                    "name": "jwa",
                    "github": "jyrkiwahlstedt",
                    "ports_count": 37
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "postgresql14"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "postgresql14",
            "portdir": "databases/postgresql14",
            "version": "14.20",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.postgresql.org/",
            "description": "The most advanced open-source database available anywhere.",
            "long_description": "PostgreSQL is Object-Relational Database Management System. It supports almost all SQL constructs, including transactions, subselects, and user-defined types and functions. Write-ahead logging means increased performance while retaining data integrity.",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [
                {
                    "name": "davidgilman1",
                    "github": "dgilman",
                    "ports_count": 142
                },
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clang20",
                "clang21",
                "clangdevel",
                "python",
                "python27",
                "python3",
                "perl",
                "tcl",
                "llvm",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "bison",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "kerberos5",
                        "libxml2",
                        "zlib",
                        "openssl3",
                        "libxslt",
                        "icu",
                        "readline"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "postgresql_select-14"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "pg14-postgis3-doc",
                        "pg14-postgis-doc"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qore-pgsql-module",
                        "pg14-postgis",
                        "pg14-pgrouting",
                        "py36-psycopg2",
                        "pg14-pgpointcloud",
                        "pg14-timescaledb",
                        "py27-psycopg2",
                        "py36-psycopg"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "postgresql14-server"
                    ]
                }
            ]
        },
        {
            "name": "postgresql13",
            "portdir": "databases/postgresql13",
            "version": "13.23",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.postgresql.org/",
            "description": "The most advanced open-source database available anywhere.",
            "long_description": "PostgreSQL is Object-Relational Database Management System. It supports almost all SQL constructs, including transactions, subselects, and user-defined types and functions. Write-ahead logging means increased performance while retaining data integrity.",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [
                {
                    "name": "davidgilman1",
                    "github": "dgilman",
                    "ports_count": 142
                },
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clang20",
                "clang21",
                "clangdevel",
                "python",
                "python27",
                "python3",
                "perl",
                "tcl",
                "llvm",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "bison",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "kerberos5",
                        "libxml2",
                        "zlib",
                        "openssl3",
                        "libxslt",
                        "icu",
                        "readline"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "postgresql_select-13"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "pg13-postgis3-doc",
                        "pg13-postgis-doc"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pg13-postgis",
                        "pg13-timescaledb",
                        "pg13-pgpointcloud",
                        "pg13-pgrouting"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "postgresql13-server"
                    ]
                }
            ]
        },
        {
            "name": "postgresql13-server",
            "portdir": "databases/postgresql13-server",
            "version": "13.23",
            "license": "Permissive",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.postgresql.org/",
            "description": "run postgresql13 as server",
            "long_description": "run postgresql13 as server",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [
                {
                    "name": "jwa",
                    "github": "jyrkiwahlstedt",
                    "ports_count": 37
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "postgresql13"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py313-sybil",
            "portdir": "python/py-sybil",
            "version": "9.3.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/simplistix/sybil",
            "description": "Automated testing for the examples in your documentation.",
            "long_description": "This library provides a way to test examples in your documentation by parsing them from the documentation source and evaluating the parsed examples as part of your normal test run. Integration is provided for the three main Python test runners.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 431
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py313-build",
                        "py313-installer",
                        "py313-setuptools",
                        "py313-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-sybil"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py313-testfixtures",
                        "py313-flufl.i18n",
                        "py313-flufl.lock"
                    ]
                }
            ]
        },
        {
            "name": "py312-sybil",
            "portdir": "python/py-sybil",
            "version": "9.3.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/simplistix/sybil",
            "description": "Automated testing for the examples in your documentation.",
            "long_description": "This library provides a way to test examples in your documentation by parsing them from the documentation source and evaluating the parsed examples as part of your normal test run. Integration is provided for the three main Python test runners.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 431
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-setuptools",
                        "py312-build",
                        "py312-installer",
                        "py312-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py312-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "py312-testfixtures",
                        "py312-scrapy"
                    ]
                }
            ]
        },
        {
            "name": "py311-sybil",
            "portdir": "python/py-sybil",
            "version": "9.3.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/simplistix/sybil",
            "description": "Automated testing for the examples in your documentation.",
            "long_description": "This library provides a way to test examples in your documentation by parsing them from the documentation source and evaluating the parsed examples as part of your normal test run. Integration is provided for the three main Python test runners.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 431
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-setuptools",
                        "py311-build",
                        "py311-installer",
                        "py311-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py311-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "py311-testfixtures",
                        "py311-scrapy"
                    ]
                }
            ]
        },
        {
            "name": "py310-sybil",
            "portdir": "python/py-sybil",
            "version": "9.3.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/simplistix/sybil",
            "description": "Automated testing for the examples in your documentation.",
            "long_description": "This library provides a way to test examples in your documentation by parsing them from the documentation source and evaluating the parsed examples as part of your normal test run. Integration is provided for the three main Python test runners.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 431
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-build",
                        "py310-setuptools",
                        "py310-wheel",
                        "py310-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py310-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "py310-testfixtures",
                        "py310-scrapy"
                    ]
                }
            ]
        },
        {
            "name": "py-sybil",
            "portdir": "python/py-sybil",
            "version": "9.3.0",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/simplistix/sybil",
            "description": "Automated testing for the examples in your documentation.",
            "long_description": "This library provides a way to test examples in your documentation by parsing them from the documentation source and evaluating the parsed examples as part of your normal test run. Integration is provided for the three main Python test runners.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 431
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py313-sybil"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.34-xs-parse-sublike",
            "portdir": "perl/p5-xs-parse-sublike",
            "version": "0.410.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/XS::Parse::Sublike",
            "description": "XS::Parse::Sublike - XS functions to assist in parsing sub-like syntax",
            "long_description": "XS::Parse::Sublike - XS functions to assist in parsing sub-like syntax",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2605
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.34-extutils-cbuilder",
                        "p5.34-module-build",
                        "p5.34-test-simple",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34",
                        "p5.34-file-sharedir"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-future-asyncawait",
                        "p5.34-syntax-keyword-multisub",
                        "p5.34-object-pad",
                        "p5-xs-parse-sublike"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-xs-parse-sublike",
            "portdir": "perl/p5-xs-parse-sublike",
            "version": "0.410.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/XS::Parse::Sublike",
            "description": "XS::Parse::Sublike - XS functions to assist in parsing sub-like syntax",
            "long_description": "XS::Parse::Sublike - XS functions to assist in parsing sub-like syntax",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2605
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-module-build",
                        "p5.32-extutils-cbuilder",
                        "p5.32-test-simple",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-file-sharedir"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-future-asyncawait",
                        "p5.32-syntax-keyword-multisub",
                        "p5.32-object-pad"
                    ]
                }
            ]
        },
        {
            "name": "p5.30-xs-parse-sublike",
            "portdir": "perl/p5-xs-parse-sublike",
            "version": "0.410.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/XS::Parse::Sublike",
            "description": "XS::Parse::Sublike - XS functions to assist in parsing sub-like syntax",
            "long_description": "XS::Parse::Sublike - XS functions to assist in parsing sub-like syntax",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2605
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.30-extutils-cbuilder",
                        "p5.30-module-build",
                        "p5.30-test-simple",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.30",
                        "p5.30-file-sharedir"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.30-future-asyncawait",
                        "p5.30-syntax-keyword-multisub",
                        "p5.30-object-pad"
                    ]
                }
            ]
        },
        {
            "name": "p5.28-xs-parse-sublike",
            "portdir": "perl/p5-xs-parse-sublike",
            "version": "0.410.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/XS::Parse::Sublike",
            "description": "XS::Parse::Sublike - XS functions to assist in parsing sub-like syntax",
            "long_description": "XS::Parse::Sublike - XS functions to assist in parsing sub-like syntax",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2605
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.28-extutils-cbuilder",
                        "p5.28-module-build",
                        "p5.28-test-simple",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.28",
                        "p5.28-file-sharedir"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.28-future-asyncawait",
                        "p5.28-syntax-keyword-multisub",
                        "p5.28-object-pad"
                    ]
                }
            ]
        },
        {
            "name": "p5-xs-parse-sublike",
            "portdir": "perl/p5-xs-parse-sublike",
            "version": "0.410.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "p5.34-xs-parse-sublike",
            "homepage": "https://metacpan.org/pod/XS::Parse::Sublike",
            "description": "XS::Parse::Sublike - XS functions to assist in parsing sub-like syntax",
            "long_description": "XS::Parse::Sublike - XS functions to assist in parsing sub-like syntax",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2605
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-xs-parse-sublike"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "miniupnpc",
            "portdir": "net/miniupnpc",
            "version": "2.3.3",
            "license": "BSD",
            "platforms": "darwin freebsd",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "http://miniupnp.free.fr/",
            "description": "Lightweight client for UPnP protocol",
            "long_description": "Lightweight client for UPnP protocol",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "jose.edil+miniupnp",
                    "github": "edilmedeiros",
                    "ports_count": 2
                }
            ],
            "variants": [
                "universal",
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "wired-server",
                        "Vidalia",
                        "libretroshare",
                        "mldonkey",
                        "warzone2100",
                        "transmission-qt",
                        "retroshare-qt4",
                        "godot",
                        "godot-3.2",
                        "eiskaltdcpp",
                        "transmission-x11",
                        "litecoin",
                        "bitcoin",
                        "i2pd"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-xs-parse-sublike",
            "portdir": "perl/p5-xs-parse-sublike",
            "version": "0.100.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/XS::Parse::Sublike",
            "description": "XS::Parse::Sublike - XS functions to assist in parsing sub-like syntax",
            "long_description": "XS::Parse::Sublike - XS functions to assist in parsing sub-like syntax",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2605
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-extutils-cbuilder",
                        "p5.26-test-fatal"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-module-build"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-future-asyncawait"
                    ]
                }
            ]
        },
        {
            "name": "py39-sybil",
            "portdir": "python/py-sybil",
            "version": "9.2.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/simplistix/sybil",
            "description": "Automated testing for the examples in your documentation.",
            "long_description": "This library provides a way to test examples in your documentation by parsing them from the documentation source and evaluating the parsed examples as part of your normal test run. Integration is provided for the three main Python test runners.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 431
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-build",
                        "py39-setuptools",
                        "py39-wheel",
                        "py39-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py39-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "py39-testfixtures",
                        "py39-flufl.i18n",
                        "py39-scrapy"
                    ]
                }
            ]
        },
        {
            "name": "py36-sybil",
            "portdir": "python/py-sybil",
            "version": "2.0.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/sybil",
            "description": "Automated testing for the examples in your documentation.",
            "long_description": "This library provides a way to test examples in your documentation by parsing them from the documentation source and evaluating the parsed examples as part of your normal test run. Integration is provided for the three main Python test runners.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 431
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py36-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python36"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py36-pytest",
                        "py36-pytest-cov"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py35-sybil",
            "portdir": "python/py-sybil",
            "version": "2.0.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/sybil",
            "description": "Automated testing for the examples in your documentation.",
            "long_description": "This library provides a way to test examples in your documentation by parsing them from the documentation source and evaluating the parsed examples as part of your normal test run. Integration is provided for the three main Python test runners.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 431
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py35-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python35"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py35-pytest",
                        "py35-pytest-cov"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-sybil",
            "portdir": "python/py-sybil",
            "version": "2.0.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/simplistix/sybil",
            "description": "Automated testing for the examples in your documentation.",
            "long_description": "This library provides a way to test examples in your documentation by parsing them from the documentation source and evaluating the parsed examples as part of your normal test run. Integration is provided for the three main Python test runners.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 431
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py27-pytest",
                        "py27-pytest-cov"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py38-sybil",
            "portdir": "python/py-sybil",
            "version": "6.1.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/simplistix/sybil",
            "description": "Automated testing for the examples in your documentation.",
            "long_description": "This library provides a way to test examples in your documentation by parsing them from the documentation source and evaluating the parsed examples as part of your normal test run. Integration is provided for the three main Python test runners.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 431
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-build",
                        "py38-setuptools",
                        "py38-wheel",
                        "py38-installer",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py38-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "py38-testfixtures",
                        "py38-flufl.i18n",
                        "py38-scrapy"
                    ]
                }
            ]
        },
        {
            "name": "py37-sybil",
            "portdir": "python/py-sybil",
            "version": "5.0.3",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/simplistix/sybil",
            "description": "Automated testing for the examples in your documentation.",
            "long_description": "This library provides a way to test examples in your documentation by parsing them from the documentation source and evaluating the parsed examples as part of your normal test run. Integration is provided for the three main Python test runners.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 431
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-pytest",
                        "py37-pytest-cov"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "py37-scrapy",
                        "py37-testfixtures"
                    ]
                }
            ]
        },
        {
            "name": "py314-zopfli",
            "portdir": "python/py-zopfli",
            "version": "0.4.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/obp/py-zopfli",
            "description": "Zopfli module for python",
            "long_description": "Zopfli module for python",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-setuptools_scm",
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools",
                        "py314-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py314-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py314-fonttools"
                    ]
                }
            ]
        },
        {
            "name": "py313-zopfli",
            "portdir": "python/py-zopfli",
            "version": "0.4.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/obp/py-zopfli",
            "description": "Zopfli module for python",
            "long_description": "Zopfli module for python",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-setuptools_scm",
                        "clang-18",
                        "py313-build",
                        "py313-installer",
                        "py313-setuptools",
                        "py313-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py313-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-zopfli"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py313-fonttools"
                    ]
                }
            ]
        },
        {
            "name": "py312-zopfli",
            "portdir": "python/py-zopfli",
            "version": "0.4.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/obp/py-zopfli",
            "description": "Zopfli module for python",
            "long_description": "Zopfli module for python",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-installer",
                        "py312-setuptools_scm",
                        "py312-build",
                        "clang-18",
                        "py312-setuptools",
                        "py312-wheel"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py312-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py312-fonttools"
                    ]
                }
            ]
        },
        {
            "name": "py311-zopfli",
            "portdir": "python/py-zopfli",
            "version": "0.4.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/obp/py-zopfli",
            "description": "Zopfli module for python",
            "long_description": "Zopfli module for python",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-installer",
                        "py311-setuptools_scm",
                        "py311-build",
                        "clang-18",
                        "py311-setuptools",
                        "py311-wheel"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py311-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py311-fonttools"
                    ]
                }
            ]
        },
        {
            "name": "py310-zopfli",
            "portdir": "python/py-zopfli",
            "version": "0.4.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/obp/py-zopfli",
            "description": "Zopfli module for python",
            "long_description": "Zopfli module for python",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-setuptools_scm",
                        "py310-installer",
                        "py310-setuptools",
                        "clang-18",
                        "py310-wheel",
                        "py310-build"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py310-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py310-fonttools"
                    ]
                }
            ]
        },
        {
            "name": "py-zopfli",
            "portdir": "python/py-zopfli",
            "version": "0.4.0",
            "license": "Apache-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/obp/py-zopfli",
            "description": "Zopfli module for python",
            "long_description": "Zopfli module for python",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py313-zopfli"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py314-yarl",
            "portdir": "python/py-yarl",
            "version": "1.22.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/aio-libs/yarl",
            "description": "Yet another URL library.",
            "long_description": "URL library with immutable URL objects.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "miguel",
                    "github": "ipglider",
                    "ports_count": 90
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-expandvars",
                        "py314-installer",
                        "py314-setuptools",
                        "py314-wheel",
                        "py314-cython",
                        "clang-18",
                        "py314-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-propcache",
                        "py314-idna",
                        "py314-multidict",
                        "python314"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py314-aiohttp",
                        "py314-vcrpy"
                    ]
                }
            ]
        },
        {
            "name": "py313-yarl",
            "portdir": "python/py-yarl",
            "version": "1.22.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/aio-libs/yarl",
            "description": "Yet another URL library.",
            "long_description": "URL library with immutable URL objects.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "miguel",
                    "github": "ipglider",
                    "ports_count": 90
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-expandvars",
                        "py313-installer",
                        "py313-setuptools",
                        "py313-wheel",
                        "py313-cython",
                        "clang-18",
                        "py313-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py313-idna",
                        "py313-multidict",
                        "py313-propcache",
                        "python313"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py313-aiohttp",
                        "py313-vcrpy",
                        "py-yarl"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py313-spyder"
                    ]
                }
            ]
        },
        {
            "name": "py312-yarl",
            "portdir": "python/py-yarl",
            "version": "1.22.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/aio-libs/yarl",
            "description": "Yet another URL library.",
            "long_description": "URL library with immutable URL objects.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "miguel",
                    "github": "ipglider",
                    "ports_count": 90
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py312-setuptools",
                        "py312-wheel",
                        "py312-cython",
                        "py312-expandvars",
                        "py312-build",
                        "py312-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-multidict",
                        "py312-idna",
                        "py312-propcache",
                        "python312"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py312-aiohttp",
                        "py312-vcrpy"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-spyder"
                    ]
                }
            ]
        },
        {
            "name": "py310-yarl",
            "portdir": "python/py-yarl",
            "version": "1.22.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/aio-libs/yarl",
            "description": "Yet another URL library.",
            "long_description": "URL library with immutable URL objects.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "miguel",
                    "github": "ipglider",
                    "ports_count": 90
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py310-wheel",
                        "py310-build",
                        "py310-installer",
                        "py310-expandvars",
                        "py310-setuptools",
                        "py310-cython",
                        "py310-tomli"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-multidict",
                        "py310-idna",
                        "py310-propcache",
                        "python310"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py310-aiohttp",
                        "py310-vcrpy"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py310-spyder"
                    ]
                }
            ]
        },
        {
            "name": "py311-yarl",
            "portdir": "python/py-yarl",
            "version": "1.22.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/aio-libs/yarl",
            "description": "Yet another URL library.",
            "long_description": "URL library with immutable URL objects.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "miguel",
                    "github": "ipglider",
                    "ports_count": 90
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py311-setuptools",
                        "py311-wheel",
                        "py311-cython",
                        "py311-expandvars",
                        "py311-build",
                        "py311-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py311-idna",
                        "py311-multidict",
                        "py311-propcache",
                        "python311"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-aiohttp",
                        "py311-vcrpy"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py311-spyder"
                    ]
                }
            ]
        }
    ]
}