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

{
    "count": 51580,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=161",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=159",
    "results": [
        {
            "name": "orthorobot",
            "portdir": "games/orthorobot",
            "version": "1.1.1",
            "license": "WTFPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://stabyourself.net/orthorobot/",
            "description": "perspective-based puzzle game",
            "long_description": "Literally bridging the gap between 2D and 3D games, Ortho Robot is a perspective-based puzzle game, where you flatten the view to move across gaps. Your objective is to reach the ending green block (either by standing directly on it or standing on it in relative space). For some extra challenge, try to collect all coins and perfect your time, steps and number of warps.",
            "active": true,
            "categories": [
                "games",
                "love"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "zip",
                        "makeicns",
                        "clang-16",
                        "ImageMagick7"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "love-0.10"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ortp",
            "portdir": "devel/ortp",
            "version": "5.2.16",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/BelledonneCommunications/ortp",
            "description": "A Real-time Transport Protocol (RTP) library",
            "long_description": "oRTP is a C library implementing the RTP protocol (rfc3550). It is available for most unix clones (primilarly Linux and HP-UX), and Microsoft Windows.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "docs",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "bctoolbox"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "orz",
            "portdir": "archivers/orz",
            "version": "1.6.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/richox/orz",
            "description": "a high performance, general purpose data compressor written in the crab-lang",
            "long_description": "orz is an optimized ROLZ (reduced offset Lempel-Ziv) general purpose data compressor. input data is encoded as ROLZ-matches (reduced-offsets and match lengths), 2-byte words, and single bytes. then all encoded symbols are processed with a symbol ranking (aka Move-to-Front) transformer and a static huffman coder. Benefited from the ROLZ algorithm, orz compresses times faster than many other LZ-based compressors which has same compression ratio, and decompression speed is still very acceptable.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1044
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "osc",
            "portdir": "devel/osc",
            "version": "1.5.1",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://en.opensuse.org/openSUSE:OSC",
            "description": "A command line client for the openSUSE build service",
            "long_description": "osc is a subversion-like client written in Python. It serves as client for the source code repository part of the openSUSE build service, and is used to edit metadata or query about build results.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "raimue",
                    "github": "raimue",
                    "ports_count": 57
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "clang-17",
                        "py311-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311",
                        "py311-urllib3",
                        "py311-cryptography"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "obs-build-helpers"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py311-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "osc2midi",
            "portdir": "audio/osc2midi",
            "version": "0.2.5",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ssj71/OSC2MIDI",
            "description": "OSC to JACK MIDI bridge",
            "long_description": "This is a flexible OSC to JACK MIDI (and back) Bridge written in C for Linux. It was designed to be configurable so that any combination of MIDI and OSC client or host can work perfectly with it.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "jack",
                        "liblo"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "oscar",
            "portdir": "aqua/oscar",
            "version": "1.7.1",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.sleepfiles.com/OSCAR/",
            "description": "a cross platform, opensource sleep tracking program for reviewing CPAP and Oximetry data",
            "long_description": "OSCAR is a cross platform, opensource sleep tracking program for reviewing CPAP and Oximetry data, which are devices used in the treatment of Sleep Disorders like Obstructive Sleep Apnea.",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1595
                },
                {
                    "name": "mark",
                    "github": "markemer",
                    "ports_count": 114
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "qt5-qttools",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtbase",
                        "qt5-qtserialport",
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "osh",
            "portdir": "shells/osh",
            "version": "4.3.2",
            "license": "none",
            "platforms": "darwin",
            "epoch": 2,
            "replaced_by": "etsh",
            "homepage": "https://www.macports.org",
            "description": "Obsolete port, replaced by etsh",
            "long_description": "This port has been replaced by etsh.",
            "active": false,
            "categories": [
                "shells"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "osinfo-db",
            "portdir": "sysutils/osinfo-db",
            "version": "20251212",
            "license": "LGPL-2.1+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://libosinfo.org",
            "description": "Libosinfo database files",
            "long_description": "Libosinfo database files",
            "active": true,
            "categories": [
                "sysutils",
                "gnome"
            ],
            "maintainers": [
                {
                    "name": "makr",
                    "github": "mohd-akram",
                    "ports_count": 82
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "osinfo-db-tools",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "libosinfo"
                    ]
                }
            ]
        },
        {
            "name": "osinfo-db-tools",
            "portdir": "sysutils/osinfo-db-tools",
            "version": "1.12.0",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://libosinfo.org",
            "description": "Tools for managing the libosinfo database files",
            "long_description": "Tools for managing the libosinfo database files",
            "active": true,
            "categories": [
                "sysutils",
                "gnome"
            ],
            "maintainers": [
                {
                    "name": "makr",
                    "github": "mohd-akram",
                    "ports_count": 82
                }
            ],
            "variants": [
                "tests",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gettext",
                        "clang-18",
                        "pkgconfig",
                        "ninja",
                        "meson"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext-runtime",
                        "libxml2",
                        "libsoup",
                        "json-glib",
                        "glib2",
                        "libarchive"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "osinfo-db"
                    ]
                }
            ]
        },
        {
            "name": "oski",
            "portdir": "devel/oski",
            "version": "1.0.1h",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://bebop.cs.berkeley.edu/oski/",
            "description": "a collection of low-level C primitives that provide automatically tuned computational kernels on sparse matrices",
            "long_description": "The Optimized Sparse Kernel Interface (OSKI) Library is a collection of low-level C primitives that provide automatically tuned computational kernels on sparse matrices, for use in solver libraries and applications.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1595
                }
            ],
            "variants": [
                "accelerate",
                "atlas",
                "blis",
                "flexiblas",
                "openblas",
                "clang10",
                "clang11",
                "clang12",
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang50",
                "clang60",
                "clang70",
                "clang80",
                "clang90",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gccdevel",
                "gfortran",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "gcc14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "vecLibFort",
                        "libgcc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "osl",
            "portdir": "graphics/osl",
            "version": "1.12.7.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://opensource.imageworks.com",
            "description": "advanced shading language for computer graphics rendering",
            "long_description": "Open Shading Language is a language developed by Sony Pictures Imageworks, used for programming shader effects in computer-generated imagery. It can be used to define how surfaces or volumes scatter light, and can be used for describing materials, lights, displacement, and pattern generation.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "",
                    "github": "jasonliu--",
                    "ports_count": 37
                }
            ],
            "variants": [
                "debug",
                "partio",
                "tests",
                "docs",
                "python310",
                "python311"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "cmake",
                        "flex",
                        "pkgconfig",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "boost176",
                        "llvm-14",
                        "qt5-qtbase",
                        "imath",
                        "python311",
                        "pybind11",
                        "openimageio",
                        "partio",
                        "pugixml"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "blender"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "materialx"
                    ]
                }
            ]
        },
        {
            "name": "osm2pgrouting",
            "portdir": "gis/osm2pgrouting",
            "version": "3.0.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pgrouting.org",
            "description": "osm2pgrouting is an OSM data injector for PGrouting",
            "long_description": "osm2pgrouting is a command line tool to import Open Street Map (a.k.a OSM) data into a PostGreSQL/PgRouting spatial database in order to solve graph problems (shortest path, TSP…)",
            "active": true,
            "categories": [
                "gis"
            ],
            "maintainers": [
                {
                    "name": "vince",
                    "github": "Veence",
                    "ports_count": 25
                }
            ],
            "variants": [
                "debug",
                "postgresql12",
                "postgresql13",
                "postgresql14",
                "postgresql15",
                "postgresql16",
                "postgresql17",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "boost176",
                        "libpqxx",
                        "pg17-postgis",
                        "postgresql17",
                        "expat"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "osm2pgsql",
            "portdir": "gis/osm2pgsql",
            "version": "2.2.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://osm2pgsql.org",
            "description": "osm2pgsql is OpenStreetMap data to PostgreSQL converter",
            "long_description": "osm2pgsql is a tool for loading OpenStreetMap data into a PostgreSQL / PostGIS database suitable for applications like rendering into a map, geocoding with Nominatim, or general analysis",
            "active": true,
            "categories": [
                "gis"
            ],
            "maintainers": [
                {
                    "name": "vince",
                    "github": "Veence",
                    "ports_count": 25
                }
            ],
            "variants": [
                "universal",
                "debug",
                "postgresql12",
                "postgresql13",
                "postgresql14",
                "postgresql15",
                "postgresql16",
                "postgresql17"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "poppler",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "proj",
                        "opencv4",
                        "potrace",
                        "lua",
                        "expat",
                        "boost176",
                        "bzip2",
                        "libosmium",
                        "CLI11",
                        "libfmt11",
                        "postgresql17",
                        "pg17-postgis",
                        "protozero",
                        "zlib",
                        "nlohmann-json"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "mod_tile"
                    ]
                }
            ]
        },
        {
            "name": "osm2pgsql-lua",
            "portdir": "gis/osm2pgsql",
            "version": "1.11.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://osm2pgsql.org",
            "description": "osm2pgsql-lua is OpenStreetMap data to PostgreSQL converter with Lua support",
            "long_description": "osm2pgsql-lua is a tool for loading OpenStreetMap data into a PostgreSQL / PostGIS database suitable for applications like rendering into a map, geocoding with Nominatim, or general analysis This sub-port includes support for Lua scripts.",
            "active": false,
            "categories": [
                "gis"
            ],
            "maintainers": [
                {
                    "name": "vince",
                    "github": "Veence",
                    "ports_count": 25
                }
            ],
            "variants": [
                "debug",
                "postgresql12",
                "postgresql13",
                "postgresql14",
                "postgresql15",
                "postgresql16",
                "lua",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "nlohmann-json",
                        "opencv4",
                        "potrace",
                        "lua",
                        "expat",
                        "boost176",
                        "bzip2",
                        "libosmium",
                        "proj9",
                        "CLI11",
                        "libfmt8",
                        "postgresql16",
                        "pg16-postgis3",
                        "protozero",
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "osm-gps-map",
            "portdir": "graphics/osm-gps-map",
            "version": "1.2.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://nzjrs.github.io/osm-gps-map/",
            "description": "A GTK+ 3 widget for displaying OpenStreetMap tiles.",
            "long_description": "A GTK+ 3 widget that when given GPS co-ordinates, draws a GPS track, and points of interest on a moving map display. Downloads map data from a number of websites, including openstreetmap.org.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2631
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "libtool",
                        "pkgconfig",
                        "gtk-doc",
                        "autoconf",
                        "autoconf-archive",
                        "automake"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gtk3",
                        "libsoup-2.4",
                        "gobject-introspection"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gramps",
                        "darktable-devel",
                        "darktable"
                    ]
                }
            ]
        },
        {
            "name": "osm-gps-map-gtk2",
            "portdir": "graphics/osm-gps-map-gtk2",
            "version": "0.7.3",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://nzjrs.github.io/osm-gps-map/",
            "description": "A GTK+ 2 widget for displaying OpenStreetMap tiles.",
            "long_description": "A GTK+ 2 widget that when given GPS co-ordinates, draws a GPS track, and points of interest on a moving map display. Downloads map data from a number of websites, including openstreetmap.org.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2631
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "gnome-common",
                        "gtk-doc",
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsoup-2.4",
                        "gtk2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-osmgpsmap",
                        "subsurface"
                    ]
                }
            ]
        },
        {
            "name": "osmium-tool",
            "portdir": "gis/osmium-tool",
            "version": "1.19.1",
            "license": "GPL-3+ and MIT and BSD and Boost-1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://osmcode.org/osmium-tool/",
            "description": "A command line tool for working with OpenStreetMap",
            "long_description": "A multipurpose command line tool for working with OpenStreetMap data based on the Osmium library",
            "active": true,
            "categories": [
                "gis"
            ],
            "maintainers": [
                {
                    "name": "frank.dean",
                    "github": "frankdean",
                    "ports_count": 12
                }
            ],
            "variants": [
                "universal",
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-20",
                        "cmake",
                        "nlohmann-json",
                        "pandoc",
                        "protozero",
                        "libosmium"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "lz4",
                        "zlib",
                        "expat",
                        "boost176",
                        "bzip2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "mod_tile"
                    ]
                }
            ]
        },
        {
            "name": "osmocore",
            "portdir": "science/osmocore",
            "version": "1.3.0",
            "license": "GPL-2+",
            "platforms": "darwin macosx",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/osmocom/libosmocore",
            "description": "osmocore provides a set of C-language libraries that form the core infrastructure of many Osmocom Open Source Mobile Communications projects.",
            "long_description": "osmocore provides a set of C-language libraries that form the core infrastructure of many Osmocom Open Source Mobile Communications projects.",
            "active": true,
            "categories": [
                "science",
                "comms"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 465
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "doxygen",
                        "autoconf"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libusb",
                        "talloc",
                        "python27",
                        "gnutls"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gr-gsm",
                        "gr37-gsm"
                    ]
                }
            ]
        },
        {
            "name": "osmocore-devel",
            "portdir": "science/osmocore",
            "version": "20200121-89c04288",
            "license": "GPL-2+",
            "platforms": "darwin macosx",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/osmocom/libosmocore",
            "description": "osmocore provides a set of C-language libraries that form the core infrastructure of many Osmocom Open Source Mobile Communications projects.",
            "long_description": "osmocore provides a set of C-language libraries that form the core infrastructure of many Osmocom Open Source Mobile Communications projects.",
            "active": true,
            "categories": [
                "science",
                "comms"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 465
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "doxygen",
                        "autoconf"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libusb",
                        "talloc",
                        "python27",
                        "gnutls"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "osmosis",
            "portdir": "java/osmosis",
            "version": "0.49.2",
            "license": "public-domain",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/openstreetmap/osmosis",
            "description": "A command line Java application for processing OSM data",
            "long_description": "The tool consists of a series of pluggable components that can be chained together to perform a larger operation. For example, it has components for reading from database and from file, components for writing to database and to file, components for deriving and applying change sets to data sources, components for sorting data, etc. It has been written so that it is easy to add new features without re-writing common tasks such as file or database handling.",
            "active": true,
            "categories": [
                "java",
                "gis"
            ],
            "maintainers": [
                {
                    "name": "frank.dean",
                    "github": "frankdean",
                    "ports_count": 12
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gradle",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openjdk17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "mod_tile"
                    ]
                }
            ]
        },
        {
            "name": "osquery",
            "portdir": "sysutils/osquery",
            "version": "4.3.0",
            "license": "Apache-2 and GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://osquery.io",
            "description": "SQL powered operating system instrumentation, monitoring, and analytics.",
            "long_description": "osquery exposes an operating system as a high-performance relational database. This allows you to write SQL-based queries to explore operating system data. With osquery, SQL tables represent abstract concepts such as running processes, loaded kernel modules, open network connections, browser plugins, hardware events or file hashes.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1044
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "python38",
                        "clang-17"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "osslsigncode",
            "portdir": "devel/osslsigncode",
            "version": "2.10",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mtrojnar/osslsigncode",
            "description": "OpenSSL-based signcode utility",
            "long_description": "Platform-independent tool for Authenticode signing of PE(EXE/SYS/DLL/etc), CAB and MSI files - uses OpenSSL and libcurl. It also supports timestamping (Authenticode and RFC3161).",
            "active": true,
            "categories": [
                "devel",
                "security"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "python313",
                        "py313-cryptography",
                        "cmake",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl3",
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "osslsigncode-devel",
            "portdir": "devel/osslsigncode",
            "version": "20250922",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mtrojnar/osslsigncode",
            "description": "OpenSSL-based signcode utility",
            "long_description": "Platform-independent tool for Authenticode signing of PE(EXE/SYS/DLL/etc), CAB and MSI files - uses OpenSSL and libcurl. It also supports timestamping (Authenticode and RFC3161).",
            "active": true,
            "categories": [
                "devel",
                "security"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "python313",
                        "py313-cryptography",
                        "cmake",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl3",
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ossp-al",
            "portdir": "devel/ossp-al",
            "version": "0.9.3",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.ossp.org/pkg/lib/al/",
            "description": "an abstract type of buffer that can move data without copying",
            "long_description": "an abstract type of buffer that can move data without copying",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ossp-cfg",
            "portdir": "devel/ossp-cfg",
            "version": "0.9.11",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.ossp.org/pkg/lib/cfg/",
            "description": "ISO-C library for parsing C/C++-style configuration files.",
            "long_description": "ISO-C library for parsing C/C++-style configuration files.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ossp-fsl"
                    ]
                }
            ]
        },
        {
            "name": "ossp-ex",
            "portdir": "devel/ossp-ex",
            "version": "1.0.6",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.ossp.org/pkg/lib/ex/",
            "description": "ISO-C++ style exception handling library for the ISO-C language",
            "long_description": "OSSP ex is a small ISO-C++ style exception handling library for use in the ISO-C language. It allows you to use the paradigm of throwing and catching exceptions in order to reduce the amount of error handling code without making your program less robust.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ossp-fsl",
            "portdir": "devel/ossp-fsl",
            "version": "1.6.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.ossp.org/pkg/lib/fsl/",
            "description": "syslog API compatible wrapper for ossp-l2",
            "long_description": "OSSP fsl offers the syslog(3) API otherwise provided by the Standard C Library (libc). Instead of writing to the syslogd(8) process, it uses the powerful OSSP l2 logging capabilities.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ossp-cfg",
                        "ossp-l2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ossp-l2",
            "portdir": "devel/ossp-l2",
            "version": "0.9.11",
            "license": "ISC and Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://ossp-l2.sourceforge.net/",
            "description": "C library for a flexible and sophisticated Unix logging facility",
            "long_description": "C library for a flexible and sophisticated Unix logging facility",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ossp-fsl"
                    ]
                }
            ]
        },
        {
            "name": "ossp-mm",
            "portdir": "devel/ossp-mm",
            "version": "1.4.2",
            "license": "BSD-old",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.ossp.org/pkg/lib/mm/",
            "description": "Shared Memory Allocation",
            "long_description": "OSSP mm is a 2-layer abstraction library which simplifies the usage of shared memory between forked (and this way strongly related) processes under Unix platforms. On the first (lower) layer it hides all platform dependent implementation details (allocation and locking) when dealing with shared memory segments and on the second (higher) layer it provides a high-level malloc(3)-style API for a convenient and well known way to work with data-structures inside those shared memory segments.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ossp-sa",
            "portdir": "devel/ossp-sa",
            "version": "1.2.4",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.ossp.org/pkg/lib/sa/",
            "description": "An abstraction library for the Unix socket API",
            "long_description": "An abstraction library for the Unix socket API",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ossp-sio",
            "portdir": "devel/ossp-sio",
            "version": "0.9.3",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.ossp.org/pkg/lib/sio/",
            "description": "I/O abstraction library for layered stream communication",
            "long_description": "I/O abstraction library for layered stream communication",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ossp-str",
            "portdir": "devel/ossp-str",
            "version": "0.9.12",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.ossp.org/pkg/lib/str/",
            "description": "generic string library",
            "long_description": "OSSP str is a generic string library written in ISO-C which provides functions for handling, matching, parsing, searching and formatting of ISO-C strings. So it can be considered as a superset of POSIX string(3), but its main intention is to provide a more convenient and compact API plus a more generalized functionality.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ossp-svs",
            "portdir": "devel/ossp-svs",
            "version": "1.0.5",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.ossp.org/pkg/tool/svs/",
            "description": "simple versioning system",
            "long_description": "OSSP svs is a simple frontend to diff(1) and patch(1). It provides a convenient way for working with changes on textual files if no history tracking and version control is necessary. This is especially the case when having to patch pristine vendor sources for portability or bugfixing reasons.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ossp-uuid",
            "portdir": "devel/ossp-uuid",
            "version": "1.6.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.ossp.org/pkg/lib/uuid/",
            "description": "ISO-C API and CLI for generating Universally Unique Identifiers",
            "long_description": "OSSP uuid is a ISO-C:1999 application programming interface (API) and corresponding command line interface (CLI) for the generation of DCE 1.1, ISO/IEC 11578:1996 and RFC 4122 compliant Universally Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node based), version 3 (name based, MD5), version 4 (random number based) and version 5 (name based, SHA-1). Additional API bindings are provided for the languages ISO-C++:1998, Perl:5 and PHP:4/5. Optional backward compatibility exists for the ISO-C DCE-1.1 and Perl Data::UUID APIs.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "perl5_28",
                "perl5_30",
                "perl5_32",
                "perl5_34",
                "perl5_36",
                "perl5_38",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "tracker"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "recutils",
                        "appstream-glib",
                        "swi-prolog-devel",
                        "telepathy-salut",
                        "libepc",
                        "aff4",
                        "qore-uuid-module",
                        "rpm54",
                        "ntfs-3g",
                        "libreoffice",
                        "postgresql83",
                        "postgresql84",
                        "postgresql90",
                        "postgresql91",
                        "postgresql92",
                        "postgresql93",
                        "kdepimlibs4",
                        "kdepimlibs4-kioslaves",
                        "Io",
                        "openscad",
                        "openscad-devel",
                        "xrootd",
                        "e2fsprogs",
                        "tracker3",
                        "swi-prolog",
                        "racket",
                        "nmail",
                        "btrfs-progs",
                        "got"
                    ]
                }
            ]
        },
        {
            "name": "ossp-val",
            "portdir": "devel/ossp-val",
            "version": "0.9.4",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.ossp.org/pkg/lib/val/",
            "description": "flexible name to value mapping library for C variables",
            "long_description": "flexible name to value mapping library for C variables",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-12"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ossp-var",
            "portdir": "devel/ossp-var",
            "version": "1.1.3",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.ossp.org/pkg/lib/var/",
            "description": "A flexible, full-featured and fast variable expansion library",
            "long_description": "A flexible, full-featured and fast variable expansion library",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ossp-xds",
            "portdir": "devel/ossp-xds",
            "version": "0.9.3",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.ossp.org/pkg/lib/xds/",
            "description": "generic encoding and decoding serialization framework for ISO C",
            "long_description": "The OSSP xds library is generic and extensible encoding and decoding framework for the serialization of arbitrary ISO C data types.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ostinato",
            "portdir": "net/ostinato",
            "version": "0.9",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pstavirs/ostinato",
            "description": "Ostinato is an open-source, cross-platform network packet crafter/traffic generator and analyzer with a friendly GUI.",
            "long_description": "Ostinato is an open-source, cross-platform network packet crafter/traffic generator and analyzer with a friendly GUI. Craft and send packets of several streams with different protocols at different rates.",
            "active": true,
            "categories": [
                "devel",
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal",
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "protobuf3-cpp",
                        "libpcap"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "osx2x",
            "portdir": "aqua/osx2x",
            "version": "2.4.0",
            "license": "BSD",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://digitalflapjack.com/projects/osx2x/",
            "description": "small Aqua application to control X11 servers from Mac OS X",
            "long_description": "osx2x is a small Mac OS X application that lets you control other machines running either an X11 server or a VNC server using your mac's mouse and keyboard. So if you happen to have a mac and either an X Windows machine or a machine running VNC on your desk you only need to use a single keyboard and mouse!",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl",
                        "xorg-libXtst",
                        "xorg-xorgproto"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "osxbom",
            "portdir": "sysutils/osxbom",
            "version": "0.0.6",
            "license": "public-domain",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/cooljeanius/osxbom",
            "description": "A free re-implementation of the NextSTEP/OSX lsbom utility",
            "long_description": "A free re-implementation of the NextSTEP/OSX lsbom utility. Used by the PureDarwin project to work with MacPorts binary packages.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "egall",
                    "github": "cooljeanius",
                    "ports_count": 3
                }
            ],
            "variants": [
                "lsbom",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "gawk",
                        "coreutils",
                        "grep",
                        "groff"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "gzip",
                        "zip"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "OSXdg-icons",
            "portdir": "kde/OSXdg-icons",
            "version": "3.10",
            "license": "GPL-3+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.noobslab.com/2015/11/macbuntu-1510-transformation-pack-for.html",
            "description": "MBuntu-OSX icon theme for XDG/Freedesktop (Gnome or KDE)",
            "long_description": "NoobsLab's MBuntu-OSX icon theme for XDG/Freedesktop (Gnome or KDE).",
            "active": true,
            "categories": [
                "gnome",
                "kde",
                "kf5"
            ],
            "maintainers": [
                {
                    "name": "rjvbertin",
                    "github": "RJVB",
                    "ports_count": 55
                }
            ],
            "variants": [
                "kde4"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "oxygen-icons"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "osxfuse",
            "portdir": "fuse/osxfuse",
            "version": "3.8.3",
            "license": "BSD and APSL",
            "platforms": "macosx",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://osxfuse.github.io/",
            "description": "A FUSE-Compliant File System Implementation Mechanism for Mac OS X",
            "long_description": "FUSE for OS X implements a mechanism that makes it possible to implement a fully functional file system in a user-space program on Mac OS X. It aims to be API-compliant with the FUSE (File-system in USErspace) mechanism that originated on Linux. Therefore, many existing FUSE file systems become readily usable on Mac OS X. This port provides the user-space library and header files for building filesystems.",
            "active": true,
            "categories": [
                "devel",
                "fuse"
            ],
            "maintainers": [],
            "variants": [
                "bridge_support"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "android-file-transfer-linux",
                        "tup",
                        "VeraCrypt",
                        "mtpfs",
                        "tienex-apfs"
                    ]
                }
            ]
        },
        {
            "name": "osxiconutils",
            "portdir": "sysutils/osxiconutils",
            "version": "2020.08.04",
            "license": "BSD",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sveinbjornt/osxiconutils",
            "description": "A suite of command line utilities for working with Mac icons",
            "long_description": "osxiconutils is a suite of Mac command line utilities to get or set Mac OS X file icons, and convert to and from Apple's icns icon file format.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "harens",
                    "github": "harens",
                    "ports_count": 161
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "OSXPal",
            "portdir": "aqua/OSXPal",
            "version": "1.1",
            "license": "GPL-2",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://osxpal.sourceforge.net/",
            "description": "Useless dock-only fortune application for Mac OS X",
            "long_description": "OSX Pal is a useless dock-only application for Mac OS X based on the also-useless Window Maker dockapp wmpal. It will sit in your dock and when clicked give you a fortune. That's it.",
            "active": false,
            "categories": [
                "aqua"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "cvs"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "fortune"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "osxphotos",
            "portdir": "graphics/osxphotos",
            "version": "0.75.6",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/RhetTbull/osxphotos",
            "description": "Export photos from Apple's macOS Photos app and query the Photos library database to access metadata about images.",
            "long_description": "Export photos from Apple's macOS Photos app and query the Photos library database to access metadata about images.",
            "active": true,
            "categories": [
                "graphics",
                "python"
            ],
            "maintainers": [
                {
                    "name": "breun",
                    "github": "breun",
                    "ports_count": 106
                },
                {
                    "name": "rturnbull",
                    "github": "RhetTbull",
                    "ports_count": 39
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools",
                        "py314-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-click",
                        "py314-rich",
                        "py314-psutil",
                        "py314-wurlitzer",
                        "py314-pyobjc",
                        "py314-wrapt",
                        "py314-toml",
                        "py314-tenacity",
                        "py314-mako",
                        "py314-beautifulsoup4",
                        "py314-pathvalidate",
                        "py314-mac-alias",
                        "py314-bitmath",
                        "py314-bpylist2",
                        "py314-cgmetadata",
                        "py314-markdown2",
                        "py314-makelive",
                        "py314-objexplore",
                        "py314-osxmetadata",
                        "py314-photoscript",
                        "py314-ptpython",
                        "py314-pytimeparse2",
                        "py314-rich-theme-manager",
                        "py314-shortuuid",
                        "py314-strpdatetime",
                        "py314-textx",
                        "py314-whenever",
                        "py314-xdg-base-dirs",
                        "python314",
                        "py314-packaging",
                        "py314-requests",
                        "py314-more-itertools",
                        "py314-yaml"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py314-utitools"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py314-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "osxutils",
            "portdir": "sysutils/osxutils",
            "version": "1.9.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/specious/osxutils",
            "description": "Command line utilities for Finder commands",
            "long_description": "osxutils is a package of potentially useful Mac-oriented command line utilities. These tools represent an effort in bringing command line control over certain aspects of macOS, in particular file meta-data such as Finder flags, heritage file Type and Creator codes, comments and suffixes/file extensions.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "gutils-suite-core"
                    ]
                }
            ]
        },
        {
            "name": "ota",
            "portdir": "archivers/ota",
            "version": "20211019",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://newosxbook.com/articles/OTA8.html",
            "description": "iOS OTA/PBZX expander/unpacker/lister/searcher",
            "long_description": "ota is an iOS OTA/PBZX expander/unpacker/lister/searcher.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xz"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "otcl",
            "portdir": "lang/otcl",
            "version": "1.9",
            "license": "MIT and Tcl/Tk",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://otcl-tclcl.sourceforge.net/otcl/",
            "description": "MIT Object Tcl",
            "long_description": "OTcl, short for MIT Object Tcl, is an extension to Tcl/Tk for object-oriented programming.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "tcl",
                        "tk"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "tclcl"
                    ]
                }
            ]
        },
        {
            "name": "otfcc",
            "portdir": "print/otfcc",
            "version": "0.10.4",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/caryll/otfcc",
            "description": "Optimized OpenType builder and inspector",
            "long_description": "A C library and utility used for parsing and writing OpenType font files",
            "active": true,
            "categories": [
                "devel",
                "print"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 163
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "premake5",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "othello",
            "portdir": "games/othello",
            "version": "0.03",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20130607084226/http://david.weekly.org/othello/index.php3",
            "description": "Clone of Othello played in the terminal",
            "long_description": "Clone of Othello played in the terminal. You play against the computer, which uses logic techniques to compute its best possible moves.",
            "active": true,
            "categories": [
                "games"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}