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

{
    "count": 50560,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=101",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=99",
    "results": [
        {
            "name": "libcstring",
            "portdir": "security/libcstring",
            "version": "20150101",
            "license": "LGPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/libyal/libcstring",
            "description": "Library for cross-platform C system functions",
            "long_description": "Library for cross-platform C system functions",
            "active": true,
            "categories": [
                "security"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext",
                        "libiconv"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "libcdata",
                        "libcdatetime",
                        "libcerror",
                        "libcfile",
                        "libclocale",
                        "libcnotify",
                        "libcsplit",
                        "libcthreads"
                    ]
                }
            ]
        },
        {
            "name": "libcthreads",
            "portdir": "security/libcthreads",
            "version": "20220102",
            "license": "LGPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/libyal/libcthreads",
            "description": "Library for cross-platform C threads functions",
            "long_description": "Library for cross-platform C threads functions",
            "active": true,
            "categories": [
                "security"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext",
                        "libcerror",
                        "libcstring",
                        "libiconv"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "libcdata"
                    ]
                }
            ]
        },
        {
            "name": "libctl",
            "portdir": "science/libctl",
            "version": "3.2.2",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://ab-initio.mit.edu/wiki/index.php/Libctl",
            "description": "Scheme/Guile-based scripting of scientific code.",
            "long_description": "Libctl is a free Guile-based library implementing flexible control files for scientific simulations. It was written to support the MIT Photonic Bands and Meep software, but has proven useful in other programs too.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "Yogesh.Sharma",
                    "github": "",
                    "ports_count": 2
                }
            ],
            "variants": [
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gccdevel",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "gcc14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc",
                        "guile-2.2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libcuckoo",
            "portdir": "devel/libcuckoo",
            "version": "0.3.1",
            "license": "Apache-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/efficient/libcuckoo",
            "description": "A high-performance, concurrent hash table.",
            "long_description": "A high-performance, concurrent hash table.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "audvare",
                    "github": "Tatsh",
                    "ports_count": 25
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-16"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libcudd",
            "portdir": "devel/libcudd",
            "version": "3.0.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://vlsi.colorado.edu/~fabio/CUDD/",
            "description": "An efficient library for manipulating decision diagrams",
            "long_description": "The CUDD package provides functions to manipulate Binary Decision Diagrams (BDDs), Algebraic Decision Diagrams (ADDs), and Zero-suppressed Binary Decision Diagrams (ZDDs). It's been written by Fabio Somenzi at the University of Colorado, Boulder.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "slivingston",
                    "github": "slivingston",
                    "ports_count": 2
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gr1c"
                    ]
                }
            ]
        },
        {
            "name": "libCUDF",
            "portdir": "devel/libCUDF",
            "version": "0.7",
            "license": "LGPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.mancoosi.org/cudf/",
            "description": "libCUDF is a library to manipulate so called CUDF documents.",
            "long_description": "libCUDF is a library to manipulate so called CUDF documents. A CUDF (Common Upgradeability Description Format) document describes an \"upgrade scenario\", as faced by package managers in popular package-based FOSS (Free and Open Source Software) distributions.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "cal",
                    "github": "neverpanic",
                    "ports_count": 53
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "glib2",
                        "ocaml-cudf"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libcue",
            "portdir": "textproc/libcue",
            "version": "2.3.0",
            "license": "GPL-2+ and GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/lipnitsk/libcue",
            "description": "CUE Sheet Parser Library",
            "long_description": "LibCUE is intended to parse a so called CUE sheet from a char string or a file pointer.",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-15"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "audacious-plugins",
                        "cmus"
                    ]
                }
            ]
        },
        {
            "name": "libcxx",
            "portdir": "lang/libcxx",
            "version": "5.0.1",
            "license": "MIT and NCSA",
            "platforms": "any",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://libcxx.llvm.org/",
            "description": "libc++ is a new implementation of the C++ standard library with support for C++11 and portions of C++14.",
            "long_description": "libc++ is a new implementation of the C++ standard library with support for C++11 and portions of C++14. Because objects cannot be passed between different versions of the C++ runtime, this port must replace the host version in order to be used. On Snow Leopard and earlier, this is done automatically because there is no existing host version of this library. On Lion and later, users must build the port with +replacemnt_libcxx and install the root manually if they wish to replace the existing host implementation.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 301
                }
            ],
            "variants": [
                "replacemnt_libcxx"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "llvm-19",
                        "mlir-19",
                        "clang-19",
                        "lldb-19",
                        "flang-19",
                        "nodejs10",
                        "nodejs8",
                        "llvm-5.0",
                        "clang-5.0",
                        "lldb-5.0",
                        "llvm-14",
                        "mlir-14",
                        "clang-14",
                        "lldb-14",
                        "flang-14",
                        "llvm-3.7",
                        "llvm-15",
                        "mlir-15",
                        "clang-15",
                        "lldb-15",
                        "flang-15",
                        "llvm-9.0",
                        "clang-9.0",
                        "lldb-9.0",
                        "llvm-devel",
                        "mlir-devel",
                        "clang-devel",
                        "lldb-devel",
                        "flang-devel",
                        "llvm-11",
                        "clang-11",
                        "flang-11",
                        "lldb-11",
                        "llvm-20",
                        "mlir-20",
                        "clang-20",
                        "lldb-20",
                        "flang-20",
                        "ld64-274",
                        "ld64-latest",
                        "llvm-10",
                        "clang-10",
                        "lldb-10",
                        "cmake",
                        "cmake-docs",
                        "cmake-gui",
                        "libtapi",
                        "retdec",
                        "retdec-devel",
                        "llvm-6.0",
                        "clang-6.0",
                        "lldb-6.0",
                        "llvm-21",
                        "clang-21",
                        "mlir-21",
                        "lldb-21",
                        "flang-21",
                        "llvm-13",
                        "mlir-13",
                        "clang-13",
                        "lldb-13",
                        "flang-13",
                        "llvm-16",
                        "mlir-16",
                        "clang-16",
                        "lldb-16",
                        "flang-16",
                        "nodejs12",
                        "llvm-8.0",
                        "clang-8.0",
                        "lldb-8.0",
                        "llvm-12",
                        "clang-12",
                        "lldb-12",
                        "llvm-18",
                        "mlir-18",
                        "clang-18",
                        "lldb-18",
                        "flang-18",
                        "cmake-devel",
                        "cmake-devel-docs",
                        "cmake-gui-devel",
                        "cmake-docs-devel",
                        "llvm-7.0",
                        "clang-7.0",
                        "lldb-7.0",
                        "llvm-17",
                        "mlir-17",
                        "clang-17",
                        "lldb-17",
                        "flang-17"
                    ]
                }
            ]
        },
        {
            "name": "libcxx-powerpc",
            "portdir": "lang/libcxx-powerpc",
            "version": "7.1.1",
            "license": "NCSA",
            "platforms": "{darwin < 11}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://llvm.org",
            "description": "libc++ is an implementation of the C++ standard library, targeting C++11",
            "long_description": "libc++ is an implementation of the C++ standard library, targeting C++11. This is an experimental port for PowerPC systems.",
            "active": true,
            "categories": [
                "devel",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "debug",
                "emutls",
                "lock_guard"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake-bootstrap",
                        "python27-bootstrap",
                        "gcc10-bootstrap"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz",
                        "xz-bootstrap"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gcc10-bootstrap"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libcyaml",
            "portdir": "devel/libcyaml",
            "version": "1.4.2",
            "license": "ISC",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tlsa/libcyaml",
            "description": "C library for reading and writing YAML.",
            "long_description": "The fundamental idea behind CYAML is to allow applications to construct schemas which describe both the permissible structure of the YAML documents to read/write, and the C data structure(s) in which the loaded data is arranged in memory.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1022
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libyaml"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libdaemon",
            "portdir": "devel/libdaemon",
            "version": "0.14",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://0pointer.de/lennart/projects/libdaemon/",
            "description": "C library that eases writing UNIX daemons",
            "long_description": "libdaemon is a lightweight C library that eases the process of writing UNIX daemons. It contains a daemonizing fork() wrapper, a powerful syslog() wrapper, PID file management, and signal serialization.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "libinfinity",
                        "shairport-sync",
                        "avahi"
                    ]
                }
            ]
        },
        {
            "name": "libdap",
            "portdir": "science/libdap",
            "version": "3.18.1",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.opendap.org",
            "description": "A C++ SDK which contains an implementation of DAP 2.0",
            "long_description": "A C++ SDK which contains an implementation of DAP 2.0, Client- and Server-side support classes and a prototype implementation of the AIS.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "takeshi",
                    "github": "tenomoto",
                    "ports_count": 54
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "flex",
                        "pkgconfig",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv",
                        "libxml2",
                        "curl"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "gadap"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "grads"
                    ]
                }
            ]
        },
        {
            "name": "libdatrie",
            "portdir": "devel/libdatrie",
            "version": "0.2.5",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://linux.thai.net/projects/datrie",
            "description": "An Implementation of Double-Array Trie.",
            "long_description": "An Implementation of Double-Array Trie.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "doxygen",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "libthai"
                    ]
                }
            ]
        },
        {
            "name": "libdazzle",
            "portdir": "gnome/libdazzle",
            "version": "3.38.0",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gitlab.gnome.org/GNOME/libdazzle",
            "description": "libdazzle is a companion library to GObject and Gtk+.",
            "long_description": "libdazzle is a companion library to GObject and Gtk+. It includes a collection of dazzling Gtk widgets, data structures, search engines, a shortcut engine, panels, desktop integration, and those missing pieces from common libraries that help you write cleaner and safer code",
            "active": true,
            "categories": [
                "gnome"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "ninja",
                        "pkgconfig",
                        "vala",
                        "meson"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gtk3",
                        "gobject-introspection"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gitg",
                        "epiphany"
                    ]
                }
            ]
        },
        {
            "name": "libdazzle-devel",
            "portdir": "gnome/libdazzle-devel",
            "version": "3.38.0",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gitlab.gnome.org/GNOME/libdazzle",
            "description": "libdazzle is a companion library to GObject and Gtk+.",
            "long_description": "libdazzle is a companion library to GObject and Gtk+. It includes a collection of dazzling Gtk widgets, data structures, search engines, a shortcut engine, panels, desktop integration, and those missing pieces from common libraries that help you write cleaner and safer code",
            "active": true,
            "categories": [
                "gnome"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "ninja",
                        "pkgconfig",
                        "vala",
                        "meson"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gtk3",
                        "gobject-introspection"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libdbi",
            "portdir": "databases/libdbi",
            "version": "0.9.0",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://libdbi.sourceforge.net",
            "description": "Database independent abstraction layer for C",
            "long_description": "Database independent abstraction layer for C",
            "active": true,
            "categories": [
                "devel",
                "databases"
            ],
            "maintainers": [
                {
                    "name": "mta",
                    "github": "mtalexander",
                    "ports_count": 2
                }
            ],
            "variants": [
                "docs",
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "libdbi-drivers",
                        "gnucash",
                        "gnucash-devel",
                        "syslog-ng-devel"
                    ]
                }
            ]
        },
        {
            "name": "libdbi-drivers",
            "portdir": "databases/libdbi-drivers",
            "version": "0.9.0",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://libdbi-drivers.sourceforge.net",
            "description": "Drivers for libdbi",
            "long_description": "Drivers for libdbi",
            "active": true,
            "categories": [
                "devel",
                "databases"
            ],
            "maintainers": [
                {
                    "name": "mta",
                    "github": "mtalexander",
                    "ports_count": 2
                }
            ],
            "variants": [
                "mysql5",
                "postgresql15",
                "freetds",
                "sqlite3",
                "docs",
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libdbi",
                        "sqlite3"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gnucash",
                        "gnucash-devel"
                    ]
                }
            ]
        },
        {
            "name": "libdbusmenu",
            "portdir": "devel/libdbusmenu",
            "version": "16.04.0",
            "license": "LGPL-2.1+ and GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://launchpad.net/libdbusmenu",
            "description": "GLib and Gtk Implementation of the DBusMenu protocol",
            "long_description": "GLib and Gtk Implementation of the DBusMenu protocol",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "gettext",
                        "libtool",
                        "pkgconfig",
                        "gobject-introspection",
                        "vala",
                        "intltool",
                        "libxslt"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "json-glib",
                        "gtk3",
                        "cairo",
                        "gdk-pixbuf2",
                        "harfbuzz",
                        "gettext-runtime",
                        "glib2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "libayatana-appindicator",
                        "xpad"
                    ]
                }
            ]
        },
        {
            "name": "libdc1394",
            "portdir": "devel/libdc1394",
            "version": "2.2.6",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://damien.douxchamps.net/ieee1394/libdc1394/",
            "description": "Library for Firewire IIDC Cameras",
            "long_description": "libdc1394 is a library that provides a complete high level application programming interface (API) for developers who wish to control IEEE 1394 based cameras that conform to the 1394-based Digital Camera Specifications (also known as the IIDC or DCAM Specifications).",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsdl",
                        "libusb"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "VLC2",
                        "libVLC2",
                        "gstreamer010-gst-plugins-bad",
                        "Pangolin"
                    ]
                }
            ]
        },
        {
            "name": "libdca",
            "portdir": "audio/libdca",
            "version": "0.0.7",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.videolan.org/developers/libdca.html",
            "description": "libdca is a free library for decoding DTS Coherent Acoustics streams.",
            "long_description": "libdca is a free library for decoding DTS Coherent Acoustics streams.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-16"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "VLC2",
                        "libVLC2",
                        "gstreamer1-gst-plugins-bad",
                        "gstreamer010-gst-plugins-bad",
                        "xine-lib"
                    ]
                }
            ]
        },
        {
            "name": "libde265",
            "portdir": "multimedia/libde265",
            "version": "1.0.16",
            "license": "LGPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/strukturag/libde265",
            "description": "an open source implementation of the h.265 video codec",
            "long_description": "libde265 is an open source implementation of the h.265 video codec.",
            "active": true,
            "categories": [
                "multimedia"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1513
                }
            ],
            "variants": [
                "players",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "libheif",
                        "gstreamer1-gst-plugins-bad"
                    ]
                }
            ]
        },
        {
            "name": "libdeflate",
            "portdir": "archivers/libdeflate",
            "version": "1.25",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ebiggers/libdeflate",
            "description": "Heavily optimized library for DEFLATE/zlib/gzip compression and decompression",
            "long_description": "libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression. It has support for the DEFLATE (raw), zlib (DEFLATE w/ zlib wrapper), and gzip (DEFLATE w/ gzip wrapper) formats. It is heavily optimized, and significantly faster than the zlib library, both for compression and decompression, and especially on x86 processors. In addition, libdeflate provides optional high compression modes that provide a better compression ratio than the zlib's \"level 9\".",
            "active": true,
            "categories": [
                "devel",
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "nickblack",
                    "github": "dankamongmen",
                    "ports_count": 3
                },
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1022
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "openexr",
                        "tiff",
                        "notcurses",
                        "R-ijtiff",
                        "gdal",
                        "gdal-hdf5",
                        "gdal-kea",
                        "gdal-netcdf",
                        "transmission",
                        "Aseprite",
                        "htslib",
                        "timg"
                    ]
                }
            ]
        },
        {
            "name": "libdevil",
            "portdir": "devel/libdevil",
            "version": "1.8.0",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://openil.sourceforge.net",
            "description": "Library to develop applications with powerful image loading capabilities",
            "long_description": "Developer's Image Library (DevIL) is a programmer's library to develop applications with very powerful image loading capabilities, yet is easy for a developer to learn and use. Ultimate control of images is left to the developer, so unnecessary conversions, etc. are not performed. DevIL utilizes a simple, yet powerful, syntax. DevIL can load, save, convert, manipulate, filter and display a wide variety of image formats. Formerly known as OpenIL, but the name was changed due to SGI's request.",
            "active": true,
            "categories": [
                "devel",
                "multimedia"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "lcms2",
                        "libjpeg-turbo",
                        "libmng",
                        "zlib",
                        "squish",
                        "tiff",
                        "openexr2",
                        "libpng",
                        "jasper"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "love-0.7",
                        "love-0.8",
                        "love-0.9",
                        "cegui"
                    ]
                }
            ]
        },
        {
            "name": "libdialog",
            "portdir": "devel/dialog",
            "version": "1.3-20260107",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 20150920,
            "replaced_by": null,
            "homepage": "https://invisible-island.net/dialog/",
            "description": "a library to create nice user interfaces for command-line programs",
            "long_description": "dialog is a library to create nice user interfaces for command-line programs. It is non-graphical (it uses curses) so it can be used in console or xterm programs.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 651
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libdicom",
            "portdir": "science/libdicom",
            "version": "1.2.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ImagingDataCommons/libdicom",
            "description": "C library and tools for reading DICOM data sets",
            "long_description": "libdicom is a C library and a set of tools for reading files that follow the DICOM medical imaging standard. It allows random access to individual frame items of Pixel Data elements, permitting efficient processing of large DICOM images.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "bgilbert",
                    "github": "bgilbert",
                    "ports_count": 15
                }
            ],
            "variants": [
                "tests",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "meson",
                        "ninja",
                        "uthash",
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "openslide"
                    ]
                }
            ]
        },
        {
            "name": "libdiscid",
            "portdir": "devel/libdiscid",
            "version": "0.6.4",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://musicbrainz.org/doc/libdiscid",
            "description": "libdiscid is a C library for creating MusicBrainz DiscIDs from audio CDs.",
            "long_description": "libdiscid is a C library for creating MusicBrainz DiscIDs from audio CDs.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-musicbrainz-discid",
                        "p5.28-musicbrainz-discid",
                        "p5.30-musicbrainz-discid",
                        "p5.32-musicbrainz-discid",
                        "p5.34-musicbrainz-discid",
                        "ocp",
                        "xmms2",
                        "libmusicbrainz3",
                        "py313-discid"
                    ]
                }
            ]
        },
        {
            "name": "libdispatch-legacy",
            "portdir": "devel/libdispatch-legacy",
            "version": "84.5.5",
            "license": "Apache-2",
            "platforms": "{darwin == 10}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://opensource.apple.com/releases",
            "description": "Grand Central Dispatch for PowerPC systems and pre-Snow Leopard x86",
            "long_description": "Grand Central Dispatch (GCD or libdispatch) provides comprehensive support for concurrent code execution on multicore hardware. This port in meant for systems without a native libdispatch. It corresponds to macOS 10.6.8 release.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libdivecomputer",
            "portdir": "devel/libdivecomputer",
            "version": "0.4.1",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "http://www.divesoftware.org/libdc/",
            "description": "Libdivecomputer is a cross-platform and open source library for communication with dive computers from various manufacturers.",
            "long_description": "Libdivecomputer is a cross-platform and open source library for communication with dive computers from various manufacturers. Supported devices include devices manufactured by Suunto, Uwatec, Reefnet, Oceanic, Aeris, Sherwood, Hollis, Genesis, Tusa, Mares, Heinrichs Weikamp, Cressi, Zeagle, Mares and Atomic Aquatics.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gconf",
                        "gtk2",
                        "libusb"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "subsurface"
                    ]
                }
            ]
        },
        {
            "name": "libdivsufsort",
            "portdir": "devel/libdivsufsort",
            "version": "2.0.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/y-256/libdivsufsort",
            "description": "Lightweight suffix-sorting library",
            "long_description": "libdivsufsort is a software library that implements a lightweight suffix array construction algorithm.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libdlna",
            "portdir": "devel/libdlna",
            "version": "0.2.4",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://libdlna.geexbox.org/",
            "description": "An implementation of DLNA standards",
            "long_description": "libdlna aims at being the reference open-source implementation of DLNA (Digital Living Network Alliance) standards. Its primary goal is to provide DLNA support to uShare, an embedded DLNA & UPnP A/V Media Server, but it will be used to build both DLNA servers and players in the long term.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ffmpeg"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libdmapsharing",
            "portdir": "devel/libdmapsharing",
            "version": "3.9.12",
            "license": "LGPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.flyn.org/projects/libdmapsharing/",
            "description": "A DMAP client and server library",
            "long_description": "libdmapsharing implements the DMAP protocols. This includes support for DAAP and DPAP.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "vala",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsoup",
                        "libgee",
                        "avahi",
                        "gstreamer1-gst-plugins-base",
                        "gtk3"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "dmapd"
                    ]
                }
            ]
        },
        {
            "name": "libdmtx",
            "portdir": "graphics/libdmtx",
            "version": "0.7.7",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/dmtx/libdmtx",
            "description": "Data Matrix library",
            "long_description": "libdmtx is open source software for reading and writing Data Matrix barcodes. Data Matrix barcodes are two-dimensional symbols that hold a dense pattern of data with built-in error correction. The Data Matrix symbology (sometimes casually referred to as DataMatrix) was invented and released into the public domain by RVSI Acuity CiMatrix. Wikipedia has a good article on the symbology and its characteristics.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-16"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "prison",
                        "dmtx-utils",
                        "qlandkartegt"
                    ]
                }
            ]
        },
        {
            "name": "libdnet",
            "portdir": "net/libdnet",
            "version": "1.18.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ofalk/libdnet",
            "description": "portable low-level networking library",
            "long_description": "libdnet provides a simplified, portable interface to several low-level networking routines, including: network address manipulation, kernel arp(4) cache and route(4) table lookup and manipulation, network firewalling (IP filter, ipfw, ipchains, pf, ...), network interface lookup and manipulation, raw IP packet and Ethernet frame transmission.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "scanssh",
                        "arpd",
                        "daemonlogger",
                        "daq",
                        "fragroute",
                        "honeyd",
                        "tcpreplay",
                        "py27-libdnet",
                        "py310-libdnet",
                        "py311-libdnet",
                        "py312-libdnet",
                        "py313-libdnet",
                        "zmap"
                    ]
                }
            ]
        },
        {
            "name": "libdnsres",
            "portdir": "net/libdnsres",
            "version": "0.1a",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.monkey.org/~provos/libdnsres/",
            "description": "A non-blocking DNS resolver library",
            "long_description": "A non-blocking thread-safe API for resolving DNS names",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libevent"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libdrizzle",
            "portdir": "databases/libdrizzle",
            "version": "5.1.4",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://launchpad.net/libdrizzle",
            "description": "Drizzle client and protocol library",
            "long_description": "Drizzle client and protocol library",
            "active": true,
            "categories": [
                "devel",
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "openssl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libds",
            "portdir": "devel/libds",
            "version": "1.5.3",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://yallara.cs.rmit.edu.au/~malsmith/products/libds/",
            "description": "provides interfaces for data structures, simple threading",
            "long_description": "LibDS provides interfaces for data structures, and simple threading routines in a way that is consistent across platforms.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libdshconfig",
            "portdir": "net/libdshconfig",
            "version": "0.20.13",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.netfort.gr.jp/~dancer/software/dsh.html.en",
            "description": "Dsh config file parser for general use, split out from dsh sources",
            "long_description": "Config file parser library for dsh. Dsh executes command remotely on several different machines at the same time. An utility to effectively do a  for a in $(seq 1 10); do rsh $a command; done  in bourne shell.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "dsh"
                    ]
                }
            ]
        },
        {
            "name": "libdsk",
            "portdir": "devel/libdsk",
            "version": "1.4.2",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.seasip.info/Unix/LibDsk/",
            "description": "LIBDSK is a library for accessing discs and disc image files.",
            "long_description": "LIBDSK is a library for accessing discs and disc image files.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "aeioudev",
                    "github": "aeiouaeiouaeiouaeiouaeiouaeiou",
                    "ports_count": 10
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "libtool",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libdumb",
            "portdir": "multimedia/libdumb",
            "version": "0.9.3",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://dumb.sourceforge.net",
            "description": "IT, XM, S3M and MOD player library",
            "long_description": "IT, XM, S3M and MOD player library",
            "active": true,
            "categories": [
                "multimedia"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1513
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "allegro5"
                    ]
                }
            ]
        },
        {
            "name": "libdv",
            "portdir": "multimedia/libdv",
            "version": "1.0.0",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://libdv.sourceforge.net",
            "description": "Quasar DV codec (libdv): software codec for DV video encoding format",
            "long_description": "The Quasar DV codec (libdv) is a software codec for DV video, the encoding format used by most digital camcorders, typically those that support the IEEE 1394 (a.k.a. FireWire or i.Link) interface. Libdv was developed according to the official standards for DV video: IEC 61834 and SMPTE 314M.",
            "active": true,
            "categories": [
                "multimedia"
            ],
            "maintainers": [],
            "variants": [
                "sdl",
                "pal",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "popt"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "mjpegtools",
                        "transcode",
                        "gstreamer010-gst-plugins-good",
                        "gstreamer1-gst-plugins-good",
                        "synfig"
                    ]
                }
            ]
        },
        {
            "name": "libdvbpsi",
            "portdir": "devel/libdvbpsi",
            "version": "1.3.3",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.videolan.org/developers/libdvbpsi.html",
            "description": "library to decode / generate MPEG TS & DVB PSI tables",
            "long_description": "libdvbpsi is a set of tools which allows to decode and generate all the Program specific Information ( PSI ) present in a MPEG2 TS or a DVB stream. The two keywords are portability and simplicity .",
            "active": true,
            "categories": [
                "devel",
                "multimedia"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "VLC2",
                        "libVLC2"
                    ]
                }
            ]
        },
        {
            "name": "libdvdcss",
            "portdir": "devel/libdvdcss",
            "version": "1.4.3",
            "license": "GPL-2+",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.videolan.org/developers/libdvdcss.html",
            "description": "portable abstraction library for DVD decryption",
            "long_description": "libdvdcss is a simple library designed for accessing DVDs like a block device without having to bother about the decryption.",
            "active": true,
            "categories": [
                "devel",
                "multimedia"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "libdvdread",
                        "mythtv-core.28",
                        "mythtv-core.27"
                    ]
                }
            ]
        },
        {
            "name": "libdvdnav",
            "portdir": "devel/libdvdnav",
            "version": "6.1.1",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://dvdnav.mplayerhq.hu/",
            "description": "DVD navigation library",
            "long_description": "libdvdnav is a library that allows easy use of sophisticated DVD navigation features such as DVD menus, multiangle playback and even interactive DVD games. All this functionality is provided through a simple API which provides the DVD playback as a single logical stream of blocks, intermitted by special dvdnav events to report certain conditions. The main usage of libdvdnav is a loop regularly calling a function to get the next block, surrounded by additional calls to tell the library of user interaction. The whole DVD virtual machine and internal playback states are completely encapsulated.",
            "active": true,
            "categories": [
                "devel",
                "multimedia"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libdvdread"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "VLC2",
                        "libVLC2",
                        "mpv",
                        "mpv-legacy",
                        "gstreamer1-gst-plugins-bad",
                        "gstreamer010-gst-plugins-bad",
                        "xine-lib"
                    ]
                }
            ]
        },
        {
            "name": "libdvdread",
            "portdir": "devel/libdvdread",
            "version": "6.1.3",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://dvdnav.mplayerhq.hu/",
            "description": "simple foundation for reading DVD-Video images",
            "long_description": "libdvdread provides a simple foundation for reading DVD-Video images. It offers DVD applications: 1. A simple abstraction for reading the files on a DVD image (dvd_reader.h). 2. A simple library for parsing the information (IFO) files (ifo_read.h/ifo_types.h). 3. A simple library for parsing the navigation (NAV) packets (nav_read.h/nav_types.h).",
            "active": true,
            "categories": [
                "devel",
                "multimedia"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libdvdcss"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "libdvdnav",
                        "dvdbackup",
                        "ogmtools",
                        "lsdvd",
                        "mkvtoolnix-legacy",
                        "gstreamer010-gst-plugins-ugly",
                        "gstreamer1-gst-plugins-ugly",
                        "VLC2",
                        "libVLC2",
                        "transcode",
                        "vobcopy",
                        "mpv",
                        "dvdauthor",
                        "mpv-legacy",
                        "gstreamer1-gst-plugins-bad",
                        "gstreamer010-gst-plugins-bad",
                        "xine-lib",
                        "mkvtoolnix-devel",
                        "mkvtoolnix"
                    ]
                }
            ]
        },
        {
            "name": "libdynd",
            "portdir": "devel/libdynd",
            "version": "0.7.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/libdynd/libdynd",
            "description": "LibDyND is a C++ library for dynamic, multidimensional arrays.",
            "long_description": "LibDyND is a C++ library for dynamic, multidimensional arrays.",
            "active": true,
            "categories": [
                "devel",
                "math"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2871
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-dynd",
                        "py27-dynd",
                        "py35-dynd",
                        "py36-dynd"
                    ]
                }
            ]
        },
        {
            "name": "libebml",
            "portdir": "textproc/libebml",
            "version": "1.4.5",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.matroska.org",
            "description": "EBML (Extensible Binary Meta Language), sort of binary version of XML.",
            "long_description": "EBML (Extensible Binary Meta Language), a binary derivative of XML. EBML enables the Matroska Development Team to gain significant advantages in terms of future format extensibility, without breaking file support in old parsers.",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-16"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "libmatroska",
                        "tenacity",
                        "mkvtoolnix-legacy",
                        "VLC2",
                        "libVLC2",
                        "mkvtoolnix-devel",
                        "mkvtoolnix"
                    ]
                }
            ]
        },
        {
            "name": "libe-book",
            "portdir": "textproc/libe-book",
            "version": "0.1.3",
            "license": "MPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://sourceforge.net/projects/libebook/",
            "description": "library for import of reflowable e-book formats",
            "long_description": "libe-book is a library and a set of tools for reading and converting various reflowable e-book formats.",
            "active": true,
            "categories": [
                "devel",
                "textproc",
                "multimedia"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1513
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gperf",
                        "pkgconfig",
                        "boost176",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "libxml2",
                        "icu",
                        "liblangtag",
                        "librevenge"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libebur128",
            "portdir": "audio/libebur128",
            "version": "1.2.6",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jiixyj/libebur128",
            "description": "loudness measure according to EBU R128",
            "long_description": "libebur128 is a library that implements the EBU R 128 standard for loudness normalisation and true-peak measure.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "mlt-qt5",
                        "rsgain",
                        "mlt",
                        "mlt-legacy"
                    ]
                }
            ]
        },
        {
            "name": "libechonest",
            "portdir": "audio/libechonest",
            "version": "2.3.1",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/lfranchi/libechonest",
            "description": "Echo Nest API wrapper",
            "long_description": "libechonest is a C++/Qt wrapper around the wonderful Echo Nest API.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "debug",
                "qt4",
                "qt5",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "doxygen",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtbase"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libedit",
            "portdir": "devel/libedit",
            "version": "20251016-3.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 20090923,
            "replaced_by": null,
            "homepage": "https://thrysoee.dk/editline/",
            "description": "command line editing and history library",
            "long_description": "libedit is a command line editing and history library. It is designed to be used by interactive programs that allow the user to type commands at a terminal prompt.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1513
                },
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 651
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-alien-editline",
                        "p5.26-term-editline",
                        "nu",
                        "Omega",
                        "eltclsh",
                        "llvm-19",
                        "lldb-19",
                        "p5.28-term-editline",
                        "p5.30-term-editline",
                        "p5.32-term-editline",
                        "p5.34-term-editline",
                        "php84",
                        "php83",
                        "php82",
                        "php81",
                        "boxbackup",
                        "bladeRF",
                        "php80",
                        "php74",
                        "ntp",
                        "php73",
                        "php72",
                        "php71",
                        "python26",
                        "python27",
                        "php70",
                        "hugs98",
                        "php56",
                        "php55",
                        "php54",
                        "mysql57",
                        "php53",
                        "php52",
                        "pcre",
                        "pcre2",
                        "castxml",
                        "stklos-devel",
                        "llvm-5.0",
                        "lldb-5.0",
                        "llvm-14",
                        "lldb-14",
                        "mathomatic",
                        "link-grammar",
                        "mrsh",
                        "kerberos5",
                        "pkixssh",
                        "p5.30-alien-editline",
                        "p5.28-alien-editline",
                        "p5.32-alien-editline",
                        "p5.34-alien-editline",
                        "llvm-3.7",
                        "llvm-15",
                        "lldb-15",
                        "python39",
                        "python32",
                        "python33",
                        "ledger",
                        "sqlite3",
                        "llvm-9.0",
                        "lldb-9.0",
                        "mysql56",
                        "simh",
                        "libsql",
                        "python310",
                        "python34",
                        "python35",
                        "python36",
                        "python37",
                        "python311",
                        "python312",
                        "llvm-devel",
                        "lldb-devel",
                        "racket",
                        "llvm-11",
                        "llvm-20",
                        "lldb-20",
                        "sqlcipher",
                        "llvm-10",
                        "python38",
                        "nu2",
                        "opensimh",
                        "llvm-6.0",
                        "lldb-6.0",
                        "llvm-21",
                        "lldb-21",
                        "dash",
                        "scummvm",
                        "scummvm-devel",
                        "llvm-13",
                        "lldb-13",
                        "openssh",
                        "python314",
                        "python313",
                        "python314-freethreading",
                        "python313-freethreading",
                        "python315-devel",
                        "python315-freethreading-devel",
                        "Io",
                        "chrony",
                        "llvm-16",
                        "lldb-16",
                        "ispc-clang",
                        "llvm-8.0",
                        "lldb-8.0",
                        "llvm-12",
                        "lldb-12",
                        "llvm-18",
                        "lldb-18",
                        "bc",
                        "llvm-7.0",
                        "lldb-7.0",
                        "llvm-17",
                        "lldb-17",
                        "mysql8"
                    ]
                }
            ]
        }
    ]
}