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

{
    "count": 50780,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=463",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=461",
    "results": [
        {
            "name": "py37-demjson",
            "portdir": "python/py-demjson",
            "version": "2.2.4",
            "license": "LGPL-3+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://deron.meranda.us/python/demjson/",
            "description": "encoder, decoder, and lint/validator for JSON compliant with RFC 4627",
            "long_description": "encoder, decoder, and lint/validator for JSON (JavaScript Object Notation) compliant with RFC 4627. This module provides classes and functions for encoding or decoding data represented in the language-neutral JSON format. This implementation tries to be as compliant to the JSON specification (RFC 4627) as possible, while still providing many optional extensions to allow less restrictive JavaScript syntax. It includes complete Unicode support, including UTF-32, BOM, and surrogate pair processing. It can also support JavaScript's NaN and Infinity numeric types as well as its 'undefined' type. It also includes a lint-like JSON syntax validator which tests JSON text for strict compliance to the standard.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-setuptools",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py38-demjson",
            "portdir": "python/py-demjson",
            "version": "2.2.4",
            "license": "LGPL-3+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://deron.meranda.us/python/demjson/",
            "description": "encoder, decoder, and lint/validator for JSON compliant with RFC 4627",
            "long_description": "encoder, decoder, and lint/validator for JSON (JavaScript Object Notation) compliant with RFC 4627. This module provides classes and functions for encoding or decoding data represented in the language-neutral JSON format. This implementation tries to be as compliant to the JSON specification (RFC 4627) as possible, while still providing many optional extensions to allow less restrictive JavaScript syntax. It includes complete Unicode support, including UTF-32, BOM, and surrogate pair processing. It can also support JavaScript's NaN and Infinity numeric types as well as its 'undefined' type. It also includes a lint-like JSON syntax validator which tests JSON text for strict compliance to the standard.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-setuptools",
                        "py38-wheel",
                        "py38-build",
                        "py38-installer",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py-demjson",
            "portdir": "python/py-demjson",
            "version": "2.2.4",
            "license": "LGPL-3+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/dmeranda/demjson",
            "description": "encoder, decoder, and lint/validator for JSON compliant with RFC 4627",
            "long_description": "encoder, decoder, and lint/validator for JSON (JavaScript Object Notation) compliant with RFC 4627. This module provides classes and functions for encoding or decoding data represented in the language-neutral JSON format. This implementation tries to be as compliant to the JSON specification (RFC 4627) as possible, while still providing many optional extensions to allow less restrictive JavaScript syntax. It includes complete Unicode support, including UTF-32, BOM, and surrogate pair processing. It can also support JavaScript's NaN and Infinity numeric types as well as its 'undefined' type. It also includes a lint-like JSON syntax validator which tests JSON text for strict compliance to the standard.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py39-demjson"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py39-demjson",
            "portdir": "python/py-demjson",
            "version": "2.2.4",
            "license": "LGPL-3+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/dmeranda/demjson",
            "description": "encoder, decoder, and lint/validator for JSON compliant with RFC 4627",
            "long_description": "encoder, decoder, and lint/validator for JSON (JavaScript Object Notation) compliant with RFC 4627. This module provides classes and functions for encoding or decoding data represented in the language-neutral JSON format. This implementation tries to be as compliant to the JSON specification (RFC 4627) as possible, while still providing many optional extensions to allow less restrictive JavaScript syntax. It includes complete Unicode support, including UTF-32, BOM, and surrogate pair processing. It can also support JavaScript's NaN and Infinity numeric types as well as its 'undefined' type. It also includes a lint-like JSON syntax validator which tests JSON text for strict compliance to the standard.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-build",
                        "py39-setuptools",
                        "py39-wheel",
                        "py39-installer",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py39-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-demjson"
                    ]
                }
            ]
        },
        {
            "name": "cl-access",
            "portdir": "lisp/cl-access",
            "version": "20240307",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/AccelerationNet/access",
            "description": "A common lisp library to unify access to common dictionary-like data-structures",
            "long_description": "A common lisp library to unify access to common dictionary-like data-structures",
            "active": true,
            "categories": [
                "devel",
                "www",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-ppcre",
                        "cl-alexandria",
                        "cl-iterate",
                        "cl-closer-mop",
                        "cl-lisp-unit2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-djula"
                    ]
                }
            ]
        },
        {
            "name": "cl-3bmd",
            "portdir": "lisp/cl-3bmd",
            "version": "20240515",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/3b/3bmd",
            "description": "markdown processor in CL using esrap parser",
            "long_description": "markdown processor in CL using esrap parser",
            "active": true,
            "categories": [
                "textproc",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "ccl",
                        "clisp",
                        "sbcl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-split-sequence",
                        "cl-colorize",
                        "cl-esrap",
                        "cl-fiasco"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-gendoc",
                        "cl-mgl-pax"
                    ]
                }
            ]
        },
        {
            "name": "cl-bordeaux-threads",
            "portdir": "lisp/cl-bordeaux-threads",
            "version": "0.9.4",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sionescu/bordeaux-threads",
            "description": "Portable shared-state concurrency for Common Lisp",
            "long_description": "Portable shared-state concurrency for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-alexandria",
                        "cl-fiveam",
                        "cl-global-vars",
                        "cl-trivial-features",
                        "cl-trivial-garbage"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-cffi",
                        "cl-hunchentoot",
                        "cl-rove",
                        "cl-usocket",
                        "cl-calispel",
                        "cl-eager-future",
                        "cl-eager-future2",
                        "cl-jpl-queues",
                        "cl-nodgui",
                        "cl-anypool",
                        "cl-async",
                        "cl-cffi-gtk",
                        "cl-clack",
                        "cl-dexador",
                        "cl-fad",
                        "cl-gopher",
                        "cl-iolib",
                        "cl-lack",
                        "cl-legion",
                        "cl-log4cl",
                        "cl-lparallel",
                        "cl-ndebug",
                        "cl-nhooks",
                        "cl-plus-ssl",
                        "cl-postmodern",
                        "cl-redis",
                        "cl-s-sysdeps",
                        "cl-serapeum",
                        "cl-simple-tasks",
                        "cl-sqlite",
                        "cl-toot",
                        "cl-ironclad",
                        "cl-trivial-main-thread"
                    ]
                }
            ]
        },
        {
            "name": "cl-chunga",
            "portdir": "lisp/cl-chunga",
            "version": "1.1.9",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/edicl/chunga",
            "description": "Portable chunked streams for Common Lisp",
            "long_description": "Portable chunked streams for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-trivial-gray-streams"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-hunchentoot",
                        "cl-dexador",
                        "cl-drakma",
                        "cl-toot",
                        "cl-wookie"
                    ]
                }
            ]
        },
        {
            "name": "cl-closer-mop",
            "portdir": "lisp/cl-closer-mop",
            "version": "20241101",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pcostanza/closer-mop",
            "description": "Closer to MOP is a compatibility layer that rectifies many of the absent or incorrect CLOS MOP features",
            "long_description": "Closer to MOP is a compatibility layer that rectifies many of the absent or incorrect CLOS MOP features",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-access",
                        "cl-djula",
                        "cl-cffi-gtk",
                        "cl-collectors",
                        "cl-contextl",
                        "cl-dbi",
                        "cl-in-nomine",
                        "cl-moptilities",
                        "cl-nhooks",
                        "cl-nsymbols",
                        "cl-optima",
                        "cl-postmodern",
                        "cl-prompter",
                        "cl-rutils",
                        "cl-thrift",
                        "cl-trivia",
                        "cl-com.inuoe.jzon",
                        "cl-try"
                    ]
                }
            ]
        },
        {
            "name": "cl-colorize",
            "portdir": "lisp/cl-colorize",
            "version": "20241110",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/kingcons/colorize",
            "description": "A Syntax Highlighting library",
            "long_description": "A Syntax Highlighting library",
            "active": true,
            "categories": [
                "textproc",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "abcl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-split-sequence",
                        "cl-html-encode",
                        "cl-alexandria"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-3bmd"
                    ]
                }
            ]
        },
        {
            "name": "cl-cffi",
            "portdir": "lisp/cl-cffi",
            "version": "0.24.1.20240811",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/cffi/cffi",
            "description": "The Common Foreign Function Interface",
            "long_description": "The Common Foreign Function Interface",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "pkgconfig",
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libffi",
                        "cl-alexandria",
                        "cl-bordeaux-threads",
                        "cl-rt",
                        "cl-trivial-features",
                        "cl-babel"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-webengine",
                        "cl-static-vectors",
                        "cl-gobject-introspection",
                        "cl-webkit2",
                        "cl-3bz",
                        "cl-async",
                        "cl-cffi-gtk",
                        "cl-enchant",
                        "cl-fastcgi",
                        "cl-iolib",
                        "cl-jpeg-turbo",
                        "cl-libuv",
                        "cl-mmap",
                        "cl-mysql",
                        "cl-osicat",
                        "cl-plus-ssl",
                        "cl-pngload",
                        "cl-sqlite",
                        "cl-system-locale",
                        "cl-trivia",
                        "cl-trivial-clipboard",
                        "cl-trivial-features-tests"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-trivial-features"
                    ]
                }
            ]
        },
        {
            "name": "cl-containers",
            "portdir": "lisp/cl-containers",
            "version": "20240624",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/hraban/cl-containers",
            "description": "Containers Library for Common Lisp",
            "long_description": "Containers Library for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "abcl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-metacopy",
                        "cl-metatilities-base",
                        "cl-lift"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-markdown",
                        "cl-metatilities",
                        "cl-parser-combinators",
                        "cl-prompter"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-metatilities"
                    ]
                }
            ]
        },
        {
            "name": "cl-djula",
            "portdir": "lisp/cl-djula",
            "version": "20240711",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mmontone/djula",
            "description": "Common Lisp port of the Django templating language",
            "long_description": "Common Lisp port of the Django templating language",
            "active": true,
            "categories": [
                "devel",
                "www",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-iterate",
                        "cl-closer-mop",
                        "cl-local-time",
                        "cl-access",
                        "cl-ppcre",
                        "cl-locale",
                        "cl-parser-combinators",
                        "cl-slice",
                        "cl-translate",
                        "cl-gettext",
                        "cl-alexandria",
                        "cl-trivial-backtrace",
                        "cl-babel",
                        "cl-split-sequence"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-djula-demo",
                        "cl-easy-routes"
                    ]
                }
            ]
        },
        {
            "name": "cl-djula-demo",
            "portdir": "lisp/cl-djula",
            "version": "20240711",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mmontone/djula",
            "description": "Common Lisp port of the Django templating language",
            "long_description": "Common Lisp port of the Django templating language",
            "active": true,
            "categories": [
                "devel",
                "www",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-hunchentoot",
                        "cl-djula",
                        "cl-trivial-open-browser"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cl-easy-routes",
            "portdir": "lisp/cl-easy-routes",
            "version": "20240410",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mmontone/easy-routes",
            "description": "Yet another routes handling utility on top of Hunchentoot",
            "long_description": "Yet another routes handling utility on top of Hunchentoot",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-hunchentoot",
                        "cl-routes",
                        "cl-djula",
                        "cl-hunchentoot-errors"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-drakma-test"
                    ]
                }
            ]
        },
        {
            "name": "cl-fiveam",
            "portdir": "lisp/cl-fiveam",
            "version": "1.4.3",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/lispci/fiveam",
            "description": "Common Lisp regression testing framework",
            "long_description": "Common Lisp regression testing framework",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "abcl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-asdf-flv",
                        "cl-trivial-backtrace",
                        "cl-alexandria"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-type-i",
                        "cl-com.inuoe.jzon",
                        "cl-json",
                        "cl-lisp-namespace",
                        "cl-opticl",
                        "cl-postmodern",
                        "cl-postgres",
                        "cl-prevalence",
                        "cl-spinneret",
                        "cl-sqlite",
                        "cl-trivial-clipboard",
                        "cl-bordeaux-threads",
                        "cl-esrap",
                        "cl-static-vectors",
                        "cl-str",
                        "cl-parenscript",
                        "cl-split-sequence",
                        "cl-translate",
                        "cl-ansi-text",
                        "cl-arnesi",
                        "cl-async",
                        "cl-blackbird",
                        "cl-change-case",
                        "cl-checkl",
                        "cl-drakma-test",
                        "cl-fast-io",
                        "cl-find-port",
                        "cl-in-nomine",
                        "cl-ieee-floats",
                        "cl-introspect-environment"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-change-case",
                        "cl-parenscript",
                        "cl-str",
                        "cl-trivial-clipboard",
                        "cl-trivial-file-size",
                        "cl-swap-bytes",
                        "cl-webkit2",
                        "cl-iolib",
                        "cl-spinneret"
                    ]
                }
            ]
        },
        {
            "name": "cl-esrap",
            "portdir": "lisp/cl-esrap",
            "version": "20240514",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/scymtym/esrap",
            "description": "Common Lisp packrat parser",
            "long_description": "Common Lisp packrat parser",
            "active": true,
            "categories": [
                "textproc",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ccl",
                        "sbcl",
                        "clang-17",
                        "abcl",
                        "clisp"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-trivial-with-current-source-form",
                        "cl-fiveam"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-3bmd",
                        "cl-nodgui"
                    ]
                }
            ]
        },
        {
            "name": "cl-flexi-streams",
            "portdir": "lisp/cl-flexi-streams",
            "version": "1.0.20",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/edicl/flexi-streams",
            "description": "Flexible bivalent streams for Common Lisp",
            "long_description": "Flexible bivalent streams for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-trivial-gray-streams"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-ironclad",
                        "cl-unicode",
                        "cl-toot",
                        "cl-com.inuoe.jzon",
                        "cl-hunchentoot",
                        "cl-who",
                        "cl-nodgui",
                        "cl-ppcre",
                        "cl-async",
                        "cl-circular-streams",
                        "cl-drakma",
                        "cl-gettext",
                        "cl-gopher",
                        "cl-http-body",
                        "cl-lack",
                        "cl-locale",
                        "cl-md5",
                        "cl-plus-ssl",
                        "cl-retrospectiff",
                        "cl-redis",
                        "cl-salza2",
                        "cl-smart-buffer"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-ppcre",
                        "cl-ppcre-unicode"
                    ]
                }
            ]
        },
        {
            "name": "cl-float-features",
            "portdir": "lisp/cl-float-features",
            "version": "20240301",
            "license": "zlib",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Shinmera/float-features",
            "description": "A portability library for IEEE float features not covered by the CL standard",
            "long_description": "A portability library for IEEE float features not covered by the CL standard",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-documentation-utils",
                        "cl-parachute",
                        "cl-trivial-features"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-com.inuoe.jzon"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-webkit2"
                    ]
                }
            ]
        },
        {
            "name": "cl-hunchentoot",
            "portdir": "lisp/cl-hunchentoot",
            "version": "1.3.1",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/edicl/hunchentoot",
            "description": "Web server written in Common Lisp",
            "long_description": "Hunchentoot is a web server written in Common Lisp and at the same time a toolkit for building dynamic websites.",
            "active": true,
            "categories": [
                "devel",
                "www",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-bordeaux-threads",
                        "cl-chunga",
                        "cl-flexi-streams",
                        "cl-trivial-backtrace",
                        "cl-drakma",
                        "cl-ppcre",
                        "cl-md5",
                        "cl-plus-ssl",
                        "cl-rfc2388",
                        "cl-usocket",
                        "cl-who",
                        "cl-fad",
                        "cl-alexandria",
                        "cl-base64"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-djula-demo",
                        "cl-easy-routes",
                        "cl-drakma-test",
                        "cl-hunchentoot-errors",
                        "cl-lack"
                    ]
                }
            ]
        },
        {
            "name": "cl-iterate",
            "portdir": "lisp/cl-iterate",
            "version": "1.5.4",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://iterate.common-lisp.dev/",
            "description": "ITERATE macro library for Common Lisp",
            "long_description": "ITERATE macro library for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-rt"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-access",
                        "cl-djula",
                        "cl-gobject-introspection",
                        "cl-stefil",
                        "cl-cffi-gtk",
                        "cl-lisp-unit2",
                        "cl-parser-combinators",
                        "cl-png-read",
                        "cl-routes",
                        "cl-sqlite",
                        "cl-symbol-munger",
                        "cl-trivia"
                    ]
                }
            ]
        },
        {
            "name": "cl-lass",
            "portdir": "lisp/cl-lass",
            "version": "20241028",
            "license": "zlib",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Shinmera/LASS",
            "description": "Lisp Augmented Style Sheets",
            "long_description": "Lisp Augmented Style Sheets",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "abcl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-trivial-indent",
                        "cl-trivial-mime",
                        "cl-base64"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                }
            ]
        },
        {
            "name": "cl-local-time",
            "portdir": "lisp/cl-local-time",
            "version": "20240817",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/dlowe-net/local-time",
            "description": "Time manipulation library for Common Lisp",
            "long_description": "Time manipulation library for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clisp",
                        "abcl",
                        "ccl",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-hu.dwim.stefil"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-postmodern"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-djula",
                        "cl-postgres-plus-local-time",
                        "cl-cookie",
                        "cl-history-tree",
                        "cl-js",
                        "cl-lack",
                        "cl-legion",
                        "cl-postmodern",
                        "cl-pngload-test",
                        "cl-serapeum",
                        "cl-should-test"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-serapeum"
                    ]
                }
            ]
        },
        {
            "name": "cl-parachute",
            "portdir": "lisp/cl-parachute",
            "version": "20241105",
            "license": "zlib",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Shinmera/parachute",
            "description": "Common lisp implementation of unicode normalization functions",
            "long_description": "Common lisp implementation of unicode normalization functions",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "abcl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-form-fiddle",
                        "cl-trivial-custom-debugger",
                        "cl-documentation-utils"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-mmap",
                        "cl-array-utils",
                        "cl-atomics",
                        "cl-float-features",
                        "cl-salza2",
                        "cl-uax-15"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-trivial-custom-debugger"
                    ]
                }
            ]
        },
        {
            "name": "cl-postgres-plus-local-time",
            "portdir": "lisp/cl-local-time",
            "version": "20240817",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/dlowe-net/local-time",
            "description": "Time manipulation library for Common Lisp",
            "long_description": "Time manipulation library for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ccl",
                        "sbcl",
                        "clang-17",
                        "abcl",
                        "clisp"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-postgres",
                        "cl-local-time"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-postmodern"
                    ]
                }
            ]
        },
        {
            "name": "cl-rove",
            "portdir": "lisp/cl-rove",
            "version": "20240620",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/fukamachi/rove",
            "description": "Yet another testing framework intended to be a successor of Prove",
            "long_description": "Yet another testing framework intended to be a successor of Prove",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "abcl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-trivial-gray-streams",
                        "cl-dissect",
                        "cl-bordeaux-threads"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-anypool",
                        "cl-dbi",
                        "cl-dexador-test"
                    ]
                }
            ]
        },
        {
            "name": "cl-static-vectors",
            "portdir": "lisp/cl-static-vectors",
            "version": "1.9.3",
            "license": "MIT",
            "platforms": "any",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/sionescu/static-vectors",
            "description": "Allocate SIMPLE-ARRAYs in static memory",
            "long_description": "Allocate SIMPLE-ARRAYs in static memory",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-fiveam",
                        "cl-cffi",
                        "cl-alexandria"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-async",
                        "cl-fast-io",
                        "cl-pngload"
                    ]
                }
            ]
        },
        {
            "name": "cl-str",
            "portdir": "lisp/cl-str",
            "version": "0.21",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/vindarel/cl-str",
            "description": "Modern, consistent and terse Common Lisp string manipulation library",
            "long_description": "Modern, consistent and terse Common Lisp string manipulation library",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clisp",
                        "sbcl",
                        "clang-17",
                        "abcl",
                        "ccl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-fiveam",
                        "cl-ppcre-unicode",
                        "cl-change-case"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "cl-fiveam"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-nkeymaps",
                        "cl-prompter"
                    ]
                }
            ]
        },
        {
            "name": "cl-trivial-gray-streams",
            "portdir": "lisp/cl-trivial-gray-streams",
            "version": "20240218",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/trivial-gray-streams/trivial-gray-streams",
            "description": "Portability library for CL gray streams",
            "long_description": "Gray streams is an interface proposed for inclusion with ANSI CL",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-com.inuoe.jzon",
                        "cl-chunga",
                        "cl-flexi-streams",
                        "cl-rove",
                        "cl-async",
                        "cl-babel",
                        "cl-circular-streams",
                        "cl-deflate",
                        "cl-dexador",
                        "cl-fast-io",
                        "cl-fiasco",
                        "cl-http-body",
                        "cl-lack",
                        "cl-ndebug",
                        "cl-plus-ssl",
                        "cl-salza2",
                        "cl-spinneret",
                        "cl-thrift"
                    ]
                }
            ]
        },
        {
            "name": "cl-usocket",
            "portdir": "lisp/cl-usocket",
            "version": "0.8.8",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/usocket/usocket",
            "description": "Universal socket library for Common Lisp",
            "long_description": "Universal socket library for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-bordeaux-threads",
                        "cl-rt",
                        "cl-split-sequence"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-hunchentoot",
                        "cl-async",
                        "cl-clack",
                        "cl-dexador",
                        "cl-fastcgi",
                        "cl-find-port",
                        "cl-gopher",
                        "cl-phos",
                        "cl-plus-ssl",
                        "cl-postgres",
                        "cl-redis",
                        "cl-s-sysdeps",
                        "cl-thrift",
                        "cl-toot"
                    ]
                }
            ]
        },
        {
            "name": "cl-who",
            "portdir": "lisp/cl-who",
            "version": "1.1.5",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/edicl/cl-who",
            "description": "Yet another Lisp markup language",
            "long_description": "Yet another Lisp markup language",
            "active": true,
            "categories": [
                "devel",
                "www",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-flexi-streams"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cl-hunchentoot",
                        "cl-gendoc"
                    ]
                }
            ]
        },
        {
            "name": "cl-colors2",
            "portdir": "lisp/cl-colors2",
            "version": "0.6.1",
            "license": "Boost-1",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://codeberg.org/cage/cl-colors2",
            "description": "Simple color library for Common Lisp",
            "long_description": "Simple color library for Common Lisp",
            "active": true,
            "categories": [
                "devel",
                "lisp"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "abcl",
                        "ccl",
                        "clisp",
                        "sbcl"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-alexandria",
                        "cl-clunit2",
                        "cl-parse-number",
                        "cl-ppcre"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nyxt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cl-nodgui",
                        "cl-ansi-text"
                    ]
                }
            ]
        },
        {
            "name": "oxen-logging",
            "portdir": "devel/oxen-logging",
            "version": "1.0.3",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/oxen-io/oxen-logging",
            "description": "Oxen C++ logging library",
            "long_description": "Oxen C++ logging library",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "spdlog",
                        "libfmt10"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py38-fontaine",
            "portdir": "python/py-fontaine",
            "version": "1.4.0",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/googlefonts/pyfontaine",
            "description": "a font analyzing tool",
            "long_description": "pyfontaine analyses fonts for their language and character/glyph-set support.",
            "active": false,
            "categories": [
                "devel",
                "python",
                "print"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-build",
                        "clang-14",
                        "py38-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py38-requests",
                        "python38",
                        "py38-fonttools",
                        "py38-tabulate",
                        "py38-lxml",
                        "py38-pyicu"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py-fontaine",
            "portdir": "python/py-fontaine",
            "version": "1.4.0",
            "license": "GPL-3",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/googlefonts/pyfontaine",
            "description": "a font analyzing tool",
            "long_description": "pyfontaine analyses fonts for their language and character/glyph-set support.",
            "active": true,
            "categories": [
                "devel",
                "python",
                "print"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-fontaine"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py312-fontaine",
            "portdir": "python/py-fontaine",
            "version": "1.4.0",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/googlefonts/pyfontaine",
            "description": "a font analyzing tool",
            "long_description": "pyfontaine analyses fonts for their language and character/glyph-set support.",
            "active": true,
            "categories": [
                "devel",
                "python",
                "print"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "py312-build",
                        "py312-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-lxml",
                        "python312",
                        "py312-tabulate",
                        "py312-fonttools",
                        "py312-requests",
                        "py312-pyicu"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-fontaine"
                    ]
                }
            ]
        },
        {
            "name": "xml-security-c",
            "portdir": "security/xml-security-c",
            "version": "2.0.4",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://santuario.apache.org/",
            "description": "XML Signing/Encryption for C++",
            "long_description": "The C++ library is an implementation of the XML Digital Signature specification. It is designed to be easily ported to new platforms, and has been tested on Solaris, Linux, FreeBSD, NetBSD and Windows.",
            "active": true,
            "categories": [
                "textproc",
                "security",
                "shibboleth",
                "xml"
            ],
            "maintainers": [
                {
                    "name": "snc",
                    "github": "nerdling",
                    "ports_count": 157
                },
                {
                    "name": "scantor",
                    "github": "scantor",
                    "ports_count": 6
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl",
                        "xercesc3"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "wt",
                        "opensaml",
                        "shibboleth",
                        "xmltooling"
                    ]
                }
            ]
        },
        {
            "name": "openlibm",
            "portdir": "math/openlibm",
            "version": "0.8.4",
            "license": "MIT and ISCL and BSD and LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://openlibm.org",
            "description": "high quality system independent, portable, open source libm implementation",
            "long_description": "OpenLibm is an effort to have a high quality, portable, standalone C mathematical library (libm).",
            "active": true,
            "categories": [
                "devel",
                "math"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1513
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "eiskaltdcpp",
            "portdir": "net/eiskaltdcpp",
            "version": "2.4.2-github-2024.10.25",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/eiskaltdcpp/eiskaltdcpp",
            "description": "Direct Connect protocols file sharing",
            "long_description": "EiskaltDC++ is a cross-platform program that uses the Direct Connect (DC aka NMDC) and Advanced Direct Connect (ADC) protocols. It is compatible with DC++, AirDC++, FlylinkDC++ and other DC clients. EiskaltDC++ also interoperates with all common DC hub software.",
            "active": true,
            "categories": [
                "net",
                "www",
                "p2p"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "debug",
                "qt4",
                "qt5",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "gettext",
                        "git",
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pcre2",
                        "libidn2",
                        "miniupnpc",
                        "qt4-mac",
                        "pango",
                        "openssl3",
                        "gettext-runtime",
                        "libiconv",
                        "bzip2",
                        "zlib",
                        "sqlite3",
                        "jsoncpp"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "xorg-libXcursor",
            "portdir": "x11/xorg-libXcursor",
            "version": "1.2.3",
            "license": "X11",
            "platforms": "darwin macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.x.org",
            "description": "X.org libXcursor",
            "long_description": "X.org libXcursor",
            "active": true,
            "categories": [
                "devel",
                "x11"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 301
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "xorg-util-macros",
                        "pkgconfig",
                        "xorg-xorgproto",
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xrender",
                        "xorg-libXfixes"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "reduce"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "rdesktop",
                        "gimp3-devel",
                        "gtk3-devel",
                        "gtk3",
                        "metacity",
                        "gtk2",
                        "gtk4-devel",
                        "gtk4",
                        "fvwm2",
                        "openbox",
                        "xcursorgen",
                        "xsetroot",
                        "gmic",
                        "awesome",
                        "libsdl2-powerpc",
                        "gtk2-devel",
                        "pspp",
                        "qt3",
                        "gimp2",
                        "gimp2-devel",
                        "fox",
                        "libiodbc",
                        "FreeRDP"
                    ]
                }
            ]
        },
        {
            "name": "qd",
            "portdir": "devel/qd",
            "version": "2.3.24",
            "license": "LBNL-BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.davidhbailey.com/dhbsoftware/",
            "description": "C++/Fortran-90 double-double and quad-double package",
            "long_description": "This package supports both a double-double datatype (approx. 32 decimal digits) and a quad-double datatype (approx. 64 decimal digits). The computational library is written in C++. Both C++ and Fortran-90 high-level language interfaces are provided to permit one to use convert an existing C++ or Fortran-90 program to use the library with only minor changes to the source code. In most cases only a few type statements and (for Fortran-90 programs) read/write statements need to be changed. PSLQ and numerical quadrature programs are included.",
            "active": true,
            "categories": [
                "devel",
                "math"
            ],
            "maintainers": [
                {
                    "name": "brad.froehle",
                    "github": "",
                    "ports_count": 1
                }
            ],
            "variants": [
                "clang10",
                "clang11",
                "clang12",
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clang50",
                "clang60",
                "clang70",
                "clang80",
                "clang90",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gccdevel",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "opensaml",
            "portdir": "lang/opensaml",
            "version": "3.2.1",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.opensaml.org/",
            "description": "OpenSAML library for C++",
            "long_description": "SAML 2.0/1.x toolkit",
            "active": true,
            "categories": [
                "lang",
                "security",
                "shibboleth",
                "xml"
            ],
            "maintainers": [
                {
                    "name": "snc",
                    "github": "nerdling",
                    "ports_count": 157
                },
                {
                    "name": "scantor",
                    "github": "scantor",
                    "ports_count": 6
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "boost176",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xml-security-c",
                        "xercesc3",
                        "xmltooling",
                        "log4shib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "shibboleth"
                    ]
                }
            ]
        },
        {
            "name": "shibboleth",
            "portdir": "security/shibboleth",
            "version": "3.4.1",
            "license": "Apache",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.shibboleth.net/",
            "description": "Shibboleth Native Service Provider",
            "long_description": "The Shibboleth System is a standards based, open source software package for web single sign-on across or within organizational boundaries. It allows sites to make informed authorization decisions for individual access of protected online resources in a privacy-preserving manner.",
            "active": true,
            "categories": [
                "security",
                "www",
                "shibboleth"
            ],
            "maintainers": [
                {
                    "name": "snc",
                    "github": "nerdling",
                    "ports_count": 157
                },
                {
                    "name": "scantor",
                    "github": "scantor",
                    "ports_count": 6
                }
            ],
            "variants": [
                "odbc",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "boost176"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "opensaml",
                        "xml-security-c",
                        "xmltooling",
                        "log4shib",
                        "xercesc3",
                        "apache2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "xmltooling",
            "portdir": "security/xmltooling",
            "version": "3.2.4",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.shibboleth.net",
            "description": "XMLTooling library for C++",
            "long_description": "Toolkit for security-aware XML processing",
            "active": true,
            "categories": [
                "textproc",
                "security",
                "shibboleth",
                "xml"
            ],
            "maintainers": [
                {
                    "name": "snc",
                    "github": "nerdling",
                    "ports_count": 157
                },
                {
                    "name": "scantor",
                    "github": "scantor",
                    "ports_count": 6
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "boost176",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xml-security-c",
                        "zlib",
                        "xercesc3",
                        "log4shib",
                        "openssl",
                        "curl"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "wt",
                        "opensaml",
                        "shibboleth"
                    ]
                }
            ]
        },
        {
            "name": "blahtexml",
            "portdir": "tex/blahtexml",
            "version": "1.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gva.noekeon.org/blahtexml",
            "description": "TeX to MathML converter",
            "long_description": "blahtex converts an equation given in a syntax close to TeX into MathML. In addition, blahtexml is able to process a whole XML document into another XML document.",
            "active": true,
            "categories": [
                "textproc",
                "tex"
            ],
            "maintainers": [
                {
                    "name": "takeshi",
                    "github": "tenomoto",
                    "ports_count": 54
                }
            ],
            "variants": [
                "doc"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv",
                        "xercesc3"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "dvipng",
                        "texlive-latex"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "xalanc",
            "portdir": "textproc/xalanc",
            "version": "1.12",
            "license": "Apache-2",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://apache.github.io/xalan-c/",
            "description": "XSLT processor in C++ for transforming XML",
            "long_description": "Xalan is an XSLT processor for transforming XML documents into HTML, text, or other XML document types. Xalan-C++ version 1.6 is a robust implementation of the W3C Recommendations for XSL Transformations (XSLT) and the XML Path Language (XPath).",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xercesc3"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "xqilla",
            "portdir": "textproc/xqilla",
            "version": "2.3.4",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://xqilla.sourceforge.net/HomePage",
            "description": "XQuery and XPath 2 library and command line utility",
            "long_description": "XQilla is an XQuery and XPath 2 library and command line utility written in C++, implemented on top of the Xerces-C library.",
            "active": true,
            "categories": [
                "devel",
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "arjen",
                    "github": "",
                    "ports_count": 1
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xercesc3",
                        "tidy"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fplll",
            "portdir": "math/fplll",
            "version": "5.5.0",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/fplll/fplll",
            "description": "Lattice algorithms using floating-point arithmetic",
            "long_description": "fplll contains implementations of several lattice algorithms. The implementation relies on floating-point orthogonalization, and LLLis central to the code, hence the name.",
            "active": true,
            "categories": [
                "math"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automake",
                        "pkgconfig",
                        "clang-17",
                        "autoconf",
                        "libtool"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mpfr",
                        "gmp"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cmh",
                        "sollya"
                    ]
                }
            ]
        },
        {
            "name": "youtube-viewer",
            "portdir": "multimedia/youtube-viewer",
            "version": "3.11.3",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://trizenx.blogspot.com/2012/03/gtk-youtube-viewer.html",
            "description": "A very easy interface to YouTube.",
            "long_description": "Lightweight app for searching and streaming videos from YouTube",
            "active": true,
            "categories": [
                "net",
                "multimedia"
            ],
            "maintainers": [
                {
                    "name": "macports",
                    "github": "thekevjames",
                    "ports_count": 9
                }
            ],
            "variants": [
                "perl5_28",
                "perl5_30",
                "perl5_32",
                "perl5_34",
                "gtk"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "p5.34-test-harness",
                        "p5.34-module-build",
                        "p5.34-cpan-meta",
                        "p5.34-inc-latest"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-http-message",
                        "p5.34-json",
                        "p5.34-json-xs",
                        "p5.34-libwww-perl",
                        "p5.34-lwp-protocol-https",
                        "p5.34-lwp-useragent-cached",
                        "p5.34-mime-base64",
                        "p5.34-module-build",
                        "p5.34-pathtools",
                        "perl5.34",
                        "p5.34-term-ansicolor",
                        "p5.34-term-readline",
                        "p5.34-term-readline-gnu",
                        "p5.34-text-parsewords",
                        "p5.34-text-tabsxwrap",
                        "p5.34-uri",
                        "p5.34-scalar-list-utils",
                        "p5.34-data-dump",
                        "p5.34-encode",
                        "p5.34-file-path",
                        "p5.34-getopt-long"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "p5.34-mozilla-ca",
                        "p5.34-common-sense",
                        "mpv"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libadwaita",
            "portdir": "gnome/libadwaita",
            "version": "1.5.5",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnome.org",
            "description": "Building blocks for modern GNOME applications",
            "long_description": "Building blocks for modern GNOME applications",
            "active": true,
            "categories": [
                "devel",
                "gnome"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "gettext",
                        "meson",
                        "ninja",
                        "pkgconfig",
                        "vala",
                        "sassc"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "glib2",
                        "appstream",
                        "gobject-introspection",
                        "cairo",
                        "gdk-pixbuf2",
                        "graphene",
                        "fribidi",
                        "gettext-runtime",
                        "gtk4"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "secrets",
                        "gnome-calculator",
                        "Chatty",
                        "parabolic",
                        "font-manager",
                        "dino"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "catgirl-downloader"
                    ]
                }
            ]
        }
    ]
}