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

{
    "count": 50179,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=986",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=984",
    "results": [
        {
            "name": "unnks",
            "portdir": "archivers/unnks",
            "version": "0.2.5",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://unavowed.vexillium.org/pub/projects/unnks/",
            "description": "nks and nkx archive unpacker",
            "long_description": "unnks extracts data from nks and nkx archives, which are commonly used by several music synthesis programs. It has a similar interface to GNU tar.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "unavowed",
                    "github": "",
                    "ports_count": 1
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "glib2",
                        "libgcrypt"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "unp",
            "portdir": "archivers/unp",
            "version": "2.0",
            "license": "GPL-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://salsa.debian.org/blade/unp",
            "description": "unpack (almost) everything with one command",
            "long_description": "unpack (almost) everything with one command - unp automatically finds the suitable utility on your system to unpack any archive given to it",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 223
                }
            ],
            "variants": [
                "extra"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "unrar",
                        "unzip",
                        "bzip2",
                        "perl5.34",
                        "7zip",
                        "xz"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "unpaper",
            "portdir": "graphics/unpaper",
            "version": "7.0.0",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.flameeyes.eu/projects/unpaper",
            "description": "Post-processing scanned and photocopied book pages",
            "long_description": "unpaper is a post-processing tool for scanned sheets of paper, especially for book pages that have been scanned from previously created photocopies. The main purpose is to make scanned book pages better readable on screen after conversion to PDF. Additionally, unpaper might be useful to enhance the quality of scanned pages before performing optical character recognition (OCR).",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "akierig",
                    "github": "akierig",
                    "ports_count": 10
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "py312-sphinx",
                        "meson",
                        "ninja",
                        "pkgconfig",
                        "netpbm",
                        "libxslt"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ffmpeg7"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "netpbm"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "pdfsandwich",
                        "ocrmypdf"
                    ]
                }
            ]
        },
        {
            "name": "unrar",
            "portdir": "archivers/unrar",
            "version": "7.2.3",
            "license": "Restrictive/Distributable",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.rarlab.com/",
            "description": "Extract, view & test RAR archives",
            "long_description": "The unRAR utility is a minor part of the RAR archiver and contains RAR uncompression algorithm. unRAR requires very small volume of memory to operate.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "keka",
                        "comix"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-rarfile",
                        "hellanzb",
                        "py310-rarfile",
                        "py311-rarfile",
                        "py312-rarfile",
                        "py313-rarfile",
                        "py39-rarfile",
                        "unp",
                        "py38-rarfile"
                    ]
                }
            ]
        },
        {
            "name": "unrtf",
            "portdir": "textproc/unrtf",
            "version": "0.21.10",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/unrtf/unrtf.html",
            "description": "RTF converter",
            "long_description": "UnRTF is a command-line program written in C which converts documents in Rich Text (.rtf) format to HTML, LaTeX, PostScript, plain text and other formats.",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-13"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "recoll"
                    ]
                }
            ]
        },
        {
            "name": "unsermake",
            "portdir": "devel/unsermake",
            "version": "0.4-20070824",
            "license": "GPL-2+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.kde.me.uk/index.php?page=unsermake",
            "description": "Replacement for automake",
            "long_description": "Unsermake is an automake replacement from the KDE project.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "unshield",
            "portdir": "archivers/unshield",
            "version": "1.6.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/twogood/unshield",
            "description": "Extract files from InstallShield cabinet files",
            "long_description": "Extract files from InstallShield-style cabinet files (usually named data1.cab, data1.hdr, data2.cab, etc), versions 5 and later",
            "active": true,
            "categories": [
                "sysutils",
                "archivers",
                "compression"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "libiconv",
                        "openssl3"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "unsort",
            "portdir": "textproc/unsort",
            "version": "0.5",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.vanheusden.com/unsort/",
            "description": "randomize the lines from a textfile",
            "long_description": "randomize the lines from a textfile",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "unxip",
            "portdir": "archivers/unxip",
            "version": "3.2",
            "license": "LGPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/saagarjha/unxip",
            "description": "A fast signed archive extractor",
            "long_description": "unxip is a command-line tool designed for rapidly unarchiving Xcode XIP files and writing them to disk with good compression. Its goal is to outperform Bom (which powers xip and Archive Utility) in both performance and on-disk usage.",
            "active": true,
            "categories": [
                "sysutils",
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 223
                },
                {
                    "name": "saagar",
                    "github": "saagarjha",
                    "ports_count": 3
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "unzip",
            "portdir": "archivers/unzip",
            "version": "6.0",
            "license": "BSD",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://infozip.sourceforge.net/UnZip.html",
            "description": "Decompression compatible with pkunzip",
            "long_description": "UnZip is an extraction utility for archives compressed in .zip format (also called \"zipfiles\"). Although highly compatible both with PKWARE's PKZIP and PKUNZIP utilities for MS-DOS and with Info-ZIP's own Zip program, our primary objectives have been portability and non-MSDOS functionality.",
            "active": true,
            "categories": [
                "sysutils",
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "greg",
                    "github": "gfiumara",
                    "ports_count": 1
                }
            ],
            "variants": [
                "universal",
                "iconv"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "wezterm"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "BwanaDik",
                        "CosmicDebris",
                        "DateLine",
                        "LanguageTool",
                        "Lingon",
                        "MacBiff",
                        "NetBeans",
                        "OmegaT",
                        "Platypus",
                        "Platypus44",
                        "SIDPLAY",
                        "Shiira2",
                        "Smultron",
                        "TeXShop",
                        "X-MasTree",
                        "binclocken",
                        "qtiplot",
                        "sloth",
                        "wtf-x",
                        "dzip",
                        "ecm",
                        "paq8",
                        "unar",
                        "MMDAgent",
                        "abcMIDI",
                        "espeak",
                        "generaluser-soundfont",
                        "portmidi",
                        "sphinx4",
                        "msp430-gcc-support-files",
                        "apgdiff",
                        "oracle-instantclient",
                        "pgsqlclient",
                        "pqa",
                        "sqlite3-tools",
                        "CImg",
                        "ResIL",
                        "aap",
                        "angelscript",
                        "bazel",
                        "bazel-0.25",
                        "bazel-2.0",
                        "bazel-3.1",
                        "bazel-3.5",
                        "bazel-3.7",
                        "cryptlib",
                        "d52",
                        "daaplib",
                        "deno",
                        "flasm",
                        "ghidra",
                        "gnat-charles",
                        "gradle",
                        "grails",
                        "groovyserv",
                        "gsoap",
                        "icu-docs",
                        "irrlicht",
                        "jline",
                        "json_spirit",
                        "libcryptopp",
                        "libghash",
                        "libinchi-1",
                        "monotone-devel",
                        "objconv",
                        "pbtomake",
                        "pccts",
                        "premake5",
                        "to-f90",
                        "vxl",
                        "wolfssl",
                        "bean",
                        "rails.vim",
                        "gelide",
                        "minivmac-128k",
                        "minivmac-512k",
                        "minivmac-512ke",
                        "minivmac-plus",
                        "minivmac-se",
                        "minivmac-sefdhd",
                        "minivmac-classic",
                        "minivmac-ii",
                        "minivmac-custom",
                        "minivmac-128k-devel",
                        "minivmac-512k-devel",
                        "minivmac-512ke-devel",
                        "minivmac-plus-devel",
                        "minivmac-se-devel",
                        "minivmac-sefdhd-devel",
                        "minivmac-classic-devel",
                        "minivmac-ii-devel",
                        "minivmac-custom-devel",
                        "simh",
                        "vpcs",
                        "Gridlock",
                        "crafty",
                        "gloomhaven-helper",
                        "mystonline-bootstrap",
                        "openrct2",
                        "openttd-opengfx",
                        "openttd-opensfx",
                        "openttd-openmsx",
                        "scare",
                        "scid",
                        "ship84",
                        "simutrans",
                        "simutrans-pak64",
                        "JOSM",
                        "proj6",
                        "gucharmap",
                        "AntTweakBar",
                        "Aseprite",
                        "GLC_lib",
                        "VirtualPlanetBuilder",
                        "argyll",
                        "assimp2",
                        "freeimage",
                        "lib3ds",
                        "lib3ds13",
                        "mandelbrot-set-viewer",
                        "poly2tri-c",
                        "polyclipping",
                        "android-platform-tools",
                        "appengine-java-sdk",
                        "aspectj",
                        "batik",
                        "beanshell",
                        "ccl-util",
                        "checkstyle",
                        "cobertura",
                        "dex2jar",
                        "dualist",
                        "fantom",
                        "glassfishv3",
                        "javacc",
                        "javancss",
                        "jgoodies-common",
                        "jgoodies-forms",
                        "jgoodies-looks",
                        "jmock1",
                        "jmock2",
                        "jsch",
                        "jtidy",
                        "log4jdbc",
                        "mars",
                        "microemu",
                        "micronaut",
                        "msv",
                        "objectweb-anttasks",
                        "openjfx11",
                        "pdfbox",
                        "pmd",
                        "spring-framework25",
                        "spring-framework30",
                        "spring-framework31",
                        "spring-javaconfig",
                        "typesafe-activator",
                        "unicodeconverter-java",
                        "webtoolkit-java-sdk",
                        "Omega",
                        "QiII",
                        "boo",
                        "clojure-contrib",
                        "dart-sdk",
                        "dmd-bootstrap",
                        "factor",
                        "ftidy",
                        "groovy",
                        "kotlin",
                        "libf2c",
                        "phpstylist",
                        "rhino",
                        "sisc",
                        "assp",
                        "DSDP",
                        "DoCon",
                        "terraform-1.14",
                        "py310-ansicolors",
                        "py311-ansicolors",
                        "py312-ansicolors",
                        "py313-ansicolors",
                        "gradle8",
                        "py314-olefile",
                        "poi",
                        "py311-pyke",
                        "py313-word2number",
                        "basex",
                        "AppHack",
                        "bliss",
                        "ent",
                        "lis",
                        "lp_solve_java",
                        "mathex",
                        "AtomicParsley",
                        "MediathekView",
                        "libquicktime-devel",
                        "sfml",
                        "ASFRecorder",
                        "binkd",
                        "bnbt",
                        "curl-ca-bundle",
                        "dnetc",
                        "dog",
                        "network-weathermap",
                        "uftp3",
                        "vrpn",
                        "wirouterkeyrec",
                        "p5-math-pari",
                        "p5.26-math-pari",
                        "p5.28-math-pari",
                        "p5.30-math-pari",
                        "p5-mp3-tag",
                        "p5.26-mp3-tag",
                        "p5.28-mp3-tag",
                        "p5.30-mp3-tag",
                        "p5-term-gnuplot",
                        "p5.26-term-gnuplot",
                        "p5.28-term-gnuplot",
                        "p5.30-term-gnuplot",
                        "ps2eps",
                        "py-PyQGLViewer",
                        "py27-PyQGLViewer",
                        "py-algopy",
                        "py27-algopy",
                        "py36-algopy",
                        "py37-algopy",
                        "py38-algopy",
                        "py39-algopy",
                        "py-apache-beam",
                        "py37-apache-beam",
                        "py38-apache-beam",
                        "py39-apache-beam",
                        "py-authkit",
                        "py27-authkit",
                        "py-beancount-import",
                        "py37-beancount-import",
                        "py38-beancount-import",
                        "py-buzhug",
                        "py27-buzhug",
                        "py-celementtree",
                        "py27-celementtree",
                        "py27-cogen",
                        "py27-config",
                        "py-decoratortools",
                        "py27-decoratortools",
                        "py-des",
                        "py27-des",
                        "py35-des",
                        "py36-des",
                        "py37-des",
                        "py38-des",
                        "py39-des",
                        "py-dill",
                        "py27-dill",
                        "py35-dill",
                        "py36-dill",
                        "py37-dill",
                        "py38-dill",
                        "py39-dill",
                        "py-distlib",
                        "py27-distlib",
                        "py34-distlib",
                        "py35-distlib",
                        "py36-distlib",
                        "py37-distlib",
                        "py38-distlib",
                        "py39-distlib",
                        "py36-dnspython",
                        "py37-dnspython",
                        "py38-dnspython",
                        "py39-dnspython",
                        "py27-elementtree",
                        "py-gmpy",
                        "py27-gmpy",
                        "py35-gmpy",
                        "py36-gmpy",
                        "py37-gmpy",
                        "py38-gmpy",
                        "py39-gmpy",
                        "py-gmpy2",
                        "py27-gmpy2",
                        "py35-gmpy2",
                        "py36-gmpy2",
                        "py37-gmpy2",
                        "py38-gmpy2",
                        "py39-gmpy2",
                        "py-grako",
                        "py27-grako",
                        "py35-grako",
                        "py36-grako",
                        "py27-kqueue",
                        "py-multiprocess",
                        "py37-multiprocess",
                        "py38-multiprocess",
                        "py39-multiprocess",
                        "py-myghtyutils",
                        "py27-myghtyutils",
                        "py27-networkx",
                        "py-obspy",
                        "py27-obspy",
                        "py35-obspy",
                        "py36-obspy",
                        "py37-obspy",
                        "py38-obspy",
                        "py39-obspy",
                        "py-olefile",
                        "py27-olefile",
                        "py35-olefile",
                        "py36-olefile",
                        "py37-olefile",
                        "py38-olefile",
                        "py39-olefile",
                        "py-oursql",
                        "py27-oursql",
                        "py35-oursql",
                        "py36-oursql",
                        "py-pew",
                        "py35-pew",
                        "py36-pew",
                        "py37-pew",
                        "py38-pew",
                        "py27-processing",
                        "py-psychopy",
                        "py27-psychopy",
                        "py-pyglet",
                        "py27-pyglet",
                        "py35-pyglet",
                        "py36-pyglet",
                        "py37-pyglet",
                        "py38-pyglet",
                        "py39-pyglet",
                        "py-pyke",
                        "py27-pyke",
                        "py35-pyke",
                        "py36-pyke",
                        "py37-pyke",
                        "py-pymunk",
                        "py27-pymunk",
                        "py35-pymunk",
                        "py36-pymunk",
                        "py37-pymunk",
                        "py38-pymunk",
                        "py-pyodbc",
                        "py27-pyodbc",
                        "py37-pyodbc",
                        "py-pyprotocols",
                        "py27-pyprotocols",
                        "py-pythonutils",
                        "py27-pythonutils",
                        "py27-pyvttbl",
                        "py-rabbyt",
                        "py27-rabbyt",
                        "py-random2",
                        "py37-random2",
                        "py38-random2",
                        "py39-random2",
                        "py-robotframework",
                        "py27-robotframework",
                        "py36-robotframework",
                        "py37-robotframework",
                        "py38-robotframework",
                        "py39-robotframework",
                        "py26-setuptools",
                        "py27-setuptools",
                        "py33-setuptools",
                        "py34-setuptools",
                        "py35-setuptools",
                        "py-sgmlop",
                        "py27-sgmlop",
                        "py-simplegeneric",
                        "py27-simplegeneric",
                        "py35-simplegeneric",
                        "py36-simplegeneric",
                        "py37-simplegeneric",
                        "py38-simplegeneric",
                        "py39-simplegeneric",
                        "py-tatsu",
                        "py27-tatsu",
                        "py35-tatsu",
                        "py36-tatsu",
                        "py37-tatsu",
                        "py38-tatsu",
                        "py39-tatsu",
                        "py27-utidylib",
                        "py-word2number",
                        "py37-word2number",
                        "py38-word2number",
                        "py39-word2number",
                        "py-wordaxe",
                        "py27-wordaxe",
                        "py-zopfli",
                        "py27-zopfli",
                        "py36-zopfli",
                        "py37-zopfli",
                        "py38-zopfli",
                        "py39-zopfli",
                        "FreeSOLID",
                        "cell-id",
                        "eo",
                        "inchi-1",
                        "nMOLDYN",
                        "rangs-gshhs-ncarg",
                        "solid",
                        "stdinchi-1",
                        "triangle",
                        "vcellid",
                        "weka",
                        "bitwarden-cli",
                        "pdfid",
                        "pdfparser",
                        "SilentKnight",
                        "afsctool",
                        "bbcolors",
                        "bdump",
                        "burn-app",
                        "dc3dd",
                        "fx",
                        "terraform-0.15",
                        "terraform-0.14",
                        "terraform-0.13",
                        "terraform-0.12",
                        "terraform-0.11",
                        "uif2iso",
                        "xattr",
                        "LaTeXiT",
                        "dot2texi",
                        "latexmk",
                        "colorer",
                        "convertlit",
                        "daisydiff",
                        "docbook-sgml-4.2",
                        "docbook-xml-4.1.2",
                        "docbook-xml-4.2",
                        "docbook-xml-4.3",
                        "docbook-xml-4.4",
                        "docbook-xml-4.5",
                        "docbook-xml-5.0",
                        "epubcheck",
                        "hunspell-dict-af_ZA",
                        "hunspell-dict-ca_ES",
                        "hunspell-dict-cs_CZ",
                        "hunspell-dict-cy_GB",
                        "hunspell-dict-da_DK",
                        "hunspell-dict-el_GR",
                        "hunspell-dict-en_NZ",
                        "hunspell-dict-en_ZA",
                        "hunspell-dict-eo_EO",
                        "hunspell-dict-es_ES",
                        "hunspell-dict-es_MX",
                        "hunspell-dict-fo_FO",
                        "hunspell-dict-fy_NL",
                        "hunspell-dict-ga_IE",
                        "hunspell-dict-gd_GB",
                        "hunspell-dict-gsc_FR",
                        "hunspell-dict-gu_IN",
                        "hunspell-dict-he_IL",
                        "hunspell-dict-hi_IN",
                        "hunspell-dict-hr_HR",
                        "hunspell-dict-id_ID",
                        "hunspell-dict-ku_TR",
                        "hunspell-dict-lt_LT",
                        "hunspell-dict-mg_MG",
                        "hunspell-dict-mk_MK",
                        "hunspell-dict-ms_MY",
                        "hunspell-dict-nb_NO",
                        "hunspell-dict-nl_NL",
                        "hunspell-dict-nn_NO",
                        "hunspell-dict-nr_ZA",
                        "hunspell-dict-ns_ZA",
                        "hunspell-dict-ny_MW",
                        "hunspell-dict-oc_FR",
                        "hunspell-dict-pt_BR",
                        "hunspell-dict-ru_RU",
                        "hunspell-dict-rw_RW",
                        "hunspell-dict-sl_SI",
                        "hunspell-dict-ss_ZA",
                        "hunspell-dict-st_ZA",
                        "hunspell-dict-sv_SE",
                        "hunspell-dict-sw_KE",
                        "hunspell-dict-tet_ID",
                        "hunspell-dict-th_TH",
                        "hunspell-dict-tl_PH",
                        "hunspell-dict-tn_ZA",
                        "hunspell-dict-ts_ZA",
                        "hunspell-dict-uk_UA",
                        "hunspell-dict-ve_ZA",
                        "hunspell-dict-xh_ZA",
                        "hunspell-dict-zu_ZA",
                        "iso8879",
                        "naturaldocs",
                        "relames",
                        "saxon",
                        "seekanser",
                        "stanford-corenlp",
                        "stanford-corenlp-models",
                        "stanford-corenlp-arabic",
                        "stanford-corenlp-chinese",
                        "stanford-corenlp-english",
                        "stanford-corenlp-english-kbp",
                        "stanford-corenlp-french",
                        "stanford-corenlp-german",
                        "stanford-corenlp-spanish",
                        "stanford-ner",
                        "stanford-parser",
                        "stanford-postagger",
                        "sword-bible-akjv",
                        "sword-bible-asv",
                        "sword-bible-darby",
                        "sword-bible-kjv",
                        "sword-bible-web",
                        "sword-book-finney",
                        "sword-book-pilgrim",
                        "sword-commentary-dtn",
                        "sword-commentary-jfb",
                        "sword-commentary-tsk",
                        "sword-devotional-daily",
                        "sword-devotional-dbd",
                        "sword-devotional-sme",
                        "sword-dictionary-nave",
                        "sword-dictionary-strongsgreek",
                        "sword-dictionary-strongshebrew",
                        "sword-glossary-eren_el",
                        "sword-glossary-eren_grc",
                        "sword-glossary-eren_he",
                        "tcl2doxy",
                        "tinyxml",
                        "chromedriver",
                        "jetty",
                        "mybb",
                        "blt",
                        "freefont-ttf",
                        "boop",
                        "terraform-1.0",
                        "p5.32-math-pari",
                        "p5.32-mp3-tag",
                        "p5.32-term-gnuplot",
                        "ki-shell",
                        "py37-debugpy",
                        "py38-debugpy",
                        "py39-debugpy",
                        "py39-pymunk",
                        "py27-fonttools",
                        "py36-fonttools",
                        "py37-fonttools",
                        "py38-fonttools",
                        "py39-fonttools",
                        "py39-pew",
                        "asciidoctorj",
                        "py310-dill",
                        "py310-distlib",
                        "py310-olefile",
                        "py310-random2",
                        "py310-algopy",
                        "py310-debugpy",
                        "jreleaser",
                        "py310-fonttools",
                        "py310-zopfli",
                        "codegroup",
                        "py310-obspy",
                        "py310-dnspython",
                        "terraform-1.1",
                        "balena-cli",
                        "py-pycryptodome",
                        "py27-pycryptodome",
                        "py35-pycryptodome",
                        "py36-pycryptodome",
                        "py37-pycryptodome",
                        "py38-pycryptodome",
                        "py39-pycryptodome",
                        "py310-pycryptodome",
                        "py-pycryptodomex",
                        "py38-pycryptodomex",
                        "py39-pycryptodomex",
                        "py310-pycryptodomex",
                        "py310-gmpy",
                        "py-freetype",
                        "py37-freetype",
                        "py38-freetype",
                        "py39-freetype",
                        "py310-freetype",
                        "p5.34-math-pari",
                        "p5.34-mp3-tag",
                        "p5.34-term-gnuplot",
                        "py310-tatsu",
                        "BWidget",
                        "csfml",
                        "py310-pyglet",
                        "Aerofoil",
                        "py310-multiprocess",
                        "py-svgwrite",
                        "py39-svgwrite",
                        "py310-svgwrite",
                        "terraform-1.2",
                        "lua-language-server",
                        "DiskJockey",
                        "64tass",
                        "pstree",
                        "djjr",
                        "icu-devel-docs",
                        "meli",
                        "terraform-1.3",
                        "py311-olefile",
                        "py311-debugpy",
                        "py311-zopfli",
                        "py311-fonttools",
                        "py311-algopy",
                        "py311-multiprocess",
                        "py311-random2",
                        "terraform-1.4",
                        "py311-pyglet",
                        "py311-freetype",
                        "kotlin-language-server",
                        "chntpw",
                        "terraform-1.5",
                        "py310-pymunk",
                        "py311-pymunk",
                        "pandoc",
                        "gk",
                        "HexEditPowerPC",
                        "py32-setuptools",
                        "py-pysap",
                        "py27-pysap",
                        "terraform-1.6",
                        "android-platform-tools-latest",
                        "android-platform-tools-no_sse4",
                        "android-platform-tools-i386",
                        "py312-olefile",
                        "py312-zopfli",
                        "libb64",
                        "py312-random2",
                        "VVVVVV",
                        "py312-algopy",
                        "py312-debugpy",
                        "terraform-1.7",
                        "py312-freetype",
                        "py312-pyglet",
                        "py-ezdxf",
                        "py38-ezdxf",
                        "py39-ezdxf",
                        "py310-ezdxf",
                        "py311-ezdxf",
                        "py312-ezdxf",
                        "terraform-1.8",
                        "bazel-6",
                        "notpacman",
                        "nottetris2",
                        "libmsp430",
                        "terraform-1.9",
                        "py39-beancount-import",
                        "py313-olefile",
                        "py313-debugpy",
                        "terraform-1.10",
                        "py313-freetype",
                        "terraform-1.11",
                        "openjdk25-zulu",
                        "terraform-1.12",
                        "terraform-1.13",
                        "jarviz",
                        "py-ansicolors"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "auto-multiple-choice-devel",
                        "unp",
                        "flash",
                        "winetricks",
                        "rpm",
                        "rpm54",
                        "audacious-plugins",
                        "auto-multiple-choice",
                        "recoll"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "libzzip"
                    ]
                }
            ]
        },
        {
            "name": "unzoo",
            "portdir": "archivers/unzoo",
            "version": "4.4",
            "license": "public-domain",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://freecode.com/projects/unzoo/",
            "description": "A zoo archive extractor",
            "long_description": "Unzoo is a zoo archive extractor written by Martin Schoenert. If unzoo is called with no arguments, it will first print a summary of the commands and then prompt for command lines interactively.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "up",
            "portdir": "sysutils/up",
            "version": "0.4",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/akavel/up",
            "description": "Ultimate Plumber is a tool for writing Linux pipes with instant live preview",
            "long_description": "The main goal of the Ultimate Plumber is to help interactively and incrementally explore textual data in Linux, by making it easier to quickly build complex pipelines, thanks to a fast feedback loop. This is achieved by boosting any typical Linux text-processing utils such as grep, sort, cut, paste, awk, wc, perl, etc., etc., by providing a quick, interactive, scrollable preview of their results.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1018
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "upc",
            "portdir": "lang/upc",
            "version": "5.2.0.1",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.gccupc.org/",
            "description": "Unified Parallel C",
            "long_description": "The GCC UPC toolset provides a compilation and execution environment for programs written in the UPC (Unified Parallel C) language.",
            "active": true,
            "categories": [
                "science",
                "lang",
                "parallel"
            ],
            "maintainers": [
                {
                    "name": "takeshi",
                    "github": "tenomoto",
                    "ports_count": 54
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cctools",
                        "gdb",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libmpc",
                        "mpfr",
                        "gmp",
                        "libiconv",
                        "libgcc",
                        "isl14",
                        "ld64"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "berkeley_upc"
                    ]
                }
            ]
        },
        {
            "name": "upclient",
            "portdir": "net/upclient",
            "version": "5.0b8",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://upclient.sourceforge.net",
            "description": "uptime sharing utility.",
            "long_description": "uptime sharing utility.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "uplog",
            "portdir": "net/uplog",
            "version": "0.3",
            "license": "GPL-2.0",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/carragom/uplog",
            "description": "A UDP based ping program that can give an ASCII-graphical log of the packet losses",
            "long_description": "A UDP based ping program that can give an ASCII-graphical log of the packet losses.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "upnp-inspector",
            "portdir": "net/upnp-inspector",
            "version": "0.3.dev0-20180628",
            "license": "permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/coherence-project/UPnP-Inspector",
            "description": "UPnP-Inspector is an UPnP Device and Service analyzer, based on the Coherence DLNA/UPnP framework.",
            "long_description": "UPnP-Inspector is an UPnP Device and Service analyzer, based on the Coherence DLNA/UPnP framework.",
            "active": false,
            "categories": [
                "net",
                "multimedia",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "coherence",
                        "py27-pygtk",
                        "py27-twisted"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "upower",
            "portdir": "devel/upower",
            "version": "0.99.11",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://upower.freedesktop.org/",
            "description": "UPower is an abstraction for enumerating power devices, listening to device events and querying history and statistics.",
            "long_description": "UPower is an abstraction for enumerating power devices, listening to device events and querying history and statistics. Any application or service on the system can access the org.freedesktop.UPower service via the system message bus.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2605
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "libxslt",
                        "pkgconfig",
                        "gtk-doc",
                        "clang-9.0",
                        "autoconf",
                        "automake",
                        "gettext",
                        "libtool"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gobject-introspection",
                        "dbus-glib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gdm",
                        "gnome-applets",
                        "gnome-control-center",
                        "gnome-settings-daemon"
                    ]
                }
            ]
        },
        {
            "name": "upslug2",
            "portdir": "cross/upslug2",
            "version": "12-r41",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.nslu2-linux.org/wiki/Main/UpSlug2",
            "description": "A tool to flash your NSLU2 from a computer on the same network",
            "long_description": "UpSlug2 is a completely rewritten version of the UpSlug tool which is more robust and flexible, though it still requires an ethernet connection to the NSLU2.",
            "active": true,
            "categories": [
                "devel",
                "cross"
            ],
            "maintainers": [],
            "variants": [
                "flashmod16",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libpcap"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "upt",
            "portdir": "sysutils/upt",
            "version": "0.12",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://framagit.org/upt/upt",
            "description": "Package software from any package manager to any distribution",
            "long_description": "Package software from any package manager to any distribution",
            "active": true,
            "categories": [
                "sysutils",
                "python"
            ],
            "maintainers": [
                {
                    "name": "karan.sheth",
                    "github": "korusuke",
                    "ports_count": 63
                },
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1976
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-build",
                        "py313-installer",
                        "py313-setuptools",
                        "py313-wheel",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py313-packaging",
                        "py313-setuptools",
                        "python313",
                        "py313-colorlog",
                        "py313-spdx-lookup"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py313-upt-pypi",
                        "py313-upt-cpan",
                        "py313-upt-macports",
                        "py313-upt-rubygems"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py310-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "uptimed",
            "portdir": "sysutils/uptimed",
            "version": "0.4.7",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/rpodgorny/uptimed",
            "description": "uptime record daemon",
            "long_description": "uptimed is an uptime record daemon keeping track of the highest uptimes a computer system ever had.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "upx",
            "portdir": "archivers/upx",
            "version": "5.0.2",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://upx.github.io/",
            "description": "compress or expand executable files",
            "long_description": "UPX is a free, portable, extendable, high-performance executable packer for several executable formats.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "l2dy",
                    "github": "l2dy",
                    "ports_count": 97
                },
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1018
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ucl",
                        "zlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "retdec",
                        "retdec-devel",
                        "wails"
                    ]
                }
            ]
        },
        {
            "name": "upx-devel",
            "portdir": "archivers/upx",
            "version": "20250726",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://upx.github.io/",
            "description": "compress or expand executable files",
            "long_description": "UPX is a free, portable, extendable, high-performance executable packer for several executable formats.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "l2dy",
                    "github": "l2dy",
                    "ports_count": 97
                },
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1018
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ucl",
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "urbit",
            "portdir": "net/urbit",
            "version": "0.7.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://urbit.org/",
            "description": "Obsolete port",
            "long_description": "This port is obsolete.",
            "active": false,
            "categories": [
                "net"
            ],
            "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": "uriparser",
            "portdir": "devel/uriparser",
            "version": "0.9.9",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://uriparser.github.io",
            "description": "a strictly RFC 3986 compliant parsing library for URIs",
            "long_description": "uriparser is a strictly RFC 3986 compliant parsing library for URIs. uriparser is cross-platform, fast, and supports Unicode.",
            "active": true,
            "categories": [
                "devel",
                "www"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "debug",
                "tests",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "aff4",
                        "libxspf",
                        "libkml",
                        "BoCA"
                    ]
                }
            ]
        },
        {
            "name": "urjtag",
            "portdir": "cross/urjtag",
            "version": "2021.03",
            "license": "GPL and MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://urjtag.org/",
            "description": "Universal JTAG library and tools",
            "long_description": "UrJTAG aims to create an enhanced, modern tool for communicating over JTAG with flash chips, CPUs, and many more. It takes on the well proven openwince jtag tools code.",
            "active": true,
            "categories": [
                "devel",
                "cross"
            ],
            "maintainers": [
                {
                    "name": "snc",
                    "github": "nerdling",
                    "ports_count": 157
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-15"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libftdi0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "urler",
            "portdir": "net/urler",
            "version": "b638072",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": "trurl",
            "homepage": "https://www.macports.org",
            "description": "Obsolete port, replaced by trurl",
            "long_description": "This port has been replaced by trurl.",
            "active": false,
            "categories": [
                "sysutils",
                "net"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "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": "urlscan",
            "portdir": "mail/urlscan",
            "version": "1.0.7",
            "license": "GPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/firecat53/urlscan",
            "description": "extract and browse the URLs in an email",
            "long_description": "urlscan lets you easily browse URLs contained in an email and launch a web browser to view them. It is a replacement for the urlview program and integrates with the mutt MUA.",
            "active": true,
            "categories": [
                "mail",
                "python"
            ],
            "maintainers": [
                {
                    "name": "rak",
                    "github": "ryanakca",
                    "ports_count": 9
                },
                {
                    "name": "nate",
                    "github": "exprez135",
                    "ports_count": 2
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-build",
                        "py313-hatchling",
                        "py313-hatch-vcs",
                        "clang-18",
                        "py313-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py313-urwid",
                        "python313"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "urlview",
            "portdir": "www/urlview",
            "version": "0.9-20",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://packages.debian.org/unstable/misc/urlview",
            "description": "URL extractor/launcher",
            "long_description": "Urlview is a screen-oriented program for extracting URLs from text files. It displays a menu from which you can launch a command to view a specific item.",
            "active": true,
            "categories": [
                "www"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "urw-core35-fonts",
            "portdir": "x11/urw-core35-fonts",
            "version": "2017-08-04",
            "license": "AGPL-3",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.ghostscript.com",
            "description": "URW core35 fonts in various formats",
            "long_description": "Recent Ghostscript versions come with a new set of URW fonts that have additional support for the Greek and Cyrillic scripts (thus superseding the fonts contained in the 'urw-fonts' port). Ghostscript distributes the URW fonts in Type1 format; in addition to these files, this port also contains the corresponding Type1 metrics files (AFM), together with TrueType (TTF) and OpenType (OTF) versions of the fonts.",
            "active": true,
            "categories": [
                "x11",
                "fonts"
            ],
            "maintainers": [
                {
                    "name": "wl",
                    "github": "lemzwerg",
                    "ports_count": 2
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "fontconfig"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "lilypond",
                        "lilypond-devel"
                    ]
                }
            ]
        },
        {
            "name": "urw-fonts",
            "portdir": "x11/urw-fonts",
            "version": "1.0.7pre44",
            "license": "GPL-2+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "ftp://ftp.gnome.ru/fonts/urw/release/",
            "description": "Cyrillized free URW fonts",
            "long_description": "These fonts were made from the free URW fonts distributed with ghostcript. There are NO changes in the latin part of them (I hope). Cyrillic glyphs were added by copying suitable latin ones and painting oulines of unique cyrillic glyphs in same style as the others.",
            "active": true,
            "categories": [
                "x11",
                "fonts"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "fontconfig"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "groff"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "graphviz-devel",
                        "ImageMagick7",
                        "graphviz",
                        "xpdf",
                        "ImageMagick"
                    ]
                }
            ]
        },
        {
            "name": "usbids",
            "portdir": "sysutils/usbids",
            "version": "2025.01.14",
            "license": "(GPL-2+ or BSD)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.linux-usb.org/usb-ids.html",
            "description": "The USB ID Repository",
            "long_description": "This is a public repository of all known IDs used in USB devices: IDs of vendors, devices, subsystems and device classes. It is used in various programs (e.g., The USB Utilities) to display full human-readable names instead of cryptic numeric codes.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "usbutils"
                    ]
                }
            ]
        },
        {
            "name": "usbmuxd",
            "portdir": "devel/usbmuxd",
            "version": "1.1.1",
            "license": "GPL-2+ and GPL-3+ and LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/libimobiledevice/usbmuxd",
            "description": "USB Multiplex Daemon",
            "long_description": "USB Multiplex Daemon is in charge of talking to your iPhone or iPod Touch over USB and coordinating access to its services by other applications.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 223
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automake",
                        "pkgconfig",
                        "clang-17",
                        "autoconf",
                        "libtool"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libplist",
                        "libusb"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "usbmuxd-devel",
            "portdir": "devel/usbmuxd",
            "version": "20200615",
            "license": "GPL-2+ and GPL-3+ and LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/libimobiledevice/usbmuxd",
            "description": "USB Multiplex Daemon",
            "long_description": "USB Multiplex Daemon is in charge of talking to your iPhone or iPod Touch over USB and coordinating access to its services by other applications.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 223
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automake",
                        "pkgconfig",
                        "clang-17",
                        "autoconf",
                        "libtool"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libplist-devel",
                        "libusb"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "usbprog",
            "portdir": "cross/usbprog",
            "version": "0.2.1_20130915-hg-b833a7276539",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://bitbucket.org/bwalle/usbprog-tools-classic",
            "description": "Tool for uploading and downloading firmwares to the usbprog device",
            "long_description": "Tool for uploading and downloading firmwares to the usbprog device.",
            "active": true,
            "categories": [
                "cross"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "makeicns"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "readline",
                        "wxWidgets-3.0",
                        "curl",
                        "libxml2",
                        "libusb-compat"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "usbredir",
            "portdir": "devel/usbredir",
            "version": "0.15.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.spice-space.org/usbredir.html",
            "description": "Remote virtual machine server",
            "long_description": "Remote virtual machine server",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ninja",
                        "meson",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libusb",
                        "glib2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "spice-gtk",
                        "qemu"
                    ]
                }
            ]
        },
        {
            "name": "usbutils",
            "portdir": "sysutils/usbutils",
            "version": "007",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://linux-usb.sourceforge.net",
            "description": "USB Device Utilities from Linux",
            "long_description": "Provides the famous 'lsusb' from Linux",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "libusb"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "usbids"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "usd",
            "portdir": "graphics/usd",
            "version": "20.05",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.openusd.org",
            "description": "universal scene description",
            "long_description": "Universal Scene Description (USD) is a software library, developed by Pixar Animation Studios, that provides a system for authoring, reading, and streaming time-sampled scene description for interchange between computer graphics applications. It organizes data into hierarchical namespaces of primitives and their properties. This provides a set of schemas upon which common 3-D computer graphics concepts such as geometry, shading, models, and assets can be organized and manipulated.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "",
                    "github": "jasonliu--",
                    "ports_count": 37
                }
            ],
            "variants": [
                "debug",
                "docs",
                "tests",
                "examples",
                "tutorials",
                "imaging",
                "usd_imaging",
                "opengl",
                "python",
                "viewer",
                "ptex",
                "openvdb",
                "monolithic",
                "oiio",
                "ocio",
                "alembic",
                "hdf5",
                "materialx",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "graphviz",
                        "doxygen",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "tbb",
                        "py311-jinja2",
                        "ptex",
                        "boost176",
                        "python311"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "blender"
                    ]
                }
            ]
        },
        {
            "name": "userinfo",
            "portdir": "sysutils/userinfo",
            "version": "2.5",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gitlab.com/bjk/userinfo/wikis/home",
            "description": "Userinfo displays information about a local user.",
            "long_description": "Userinfo displays as much information about local users as possible, which may be useful in shell scripts. It's sort of a mixture of tools rolled into program. It can display mail, login and password information with some other options.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "userspace-rcu",
            "portdir": "devel/userspace-rcu",
            "version": "0.15.5",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://liburcu.org",
            "description": "A userspace RCU (read-copy-update) library, liburcu.",
            "long_description": "A userspace RCU (read-copy-update) library, liburcu. This data synchronization library provides read-side access which scales linearly with the number of cores.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1157
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "knot",
                        "libknot",
                        "bind9"
                    ]
                }
            ]
        },
        {
            "name": "ushare",
            "portdir": "net/ushare",
            "version": "1.1a",
            "license": "none",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.macports.org",
            "description": "Obsolete port",
            "long_description": "This port is obsolete.",
            "active": false,
            "categories": [
                "net",
                "multimedia"
            ],
            "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": "usign-devel",
            "portdir": "security/usign-devel",
            "version": "20190920",
            "license": "ISC",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://openwrt.org/docs/guide-user/security/keygen#generate_usign_key_pair",
            "description": "OpenWrt signature verification utility",
            "long_description": "OpenWrt signature verification utility",
            "active": true,
            "categories": [
                "security"
            ],
            "maintainers": [
                {
                    "name": "l2dy",
                    "github": "l2dy",
                    "ports_count": 97
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "usql",
            "portdir": "databases/usql",
            "version": "0.19.4",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/xo/usql",
            "description": "Universal command-line interface for SQL databases",
            "long_description": "usql is a universal command-line interface for PostgreSQL, MySQL, Oracle Database, SQLite3, Microsoft SQL Server, and many other databases including NoSQL and non-relational databases. usql provides a simple way to work with SQL and NoSQL databases via a command-line inspired by PostgreSQL's psql. usql supports most of the core psql features, such as variables, backticks, and commands and has additional features that psql does not, such as syntax highlighting, context-based completion, and multiple database support.",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1018
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "realpath",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "icu"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ustl",
            "portdir": "devel/ustl",
            "version": "1.5",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://ustl.sourceforge.net/",
            "description": "micro-STL is a partial implementation of the STL specification",
            "long_description": "uSTL (micro-STL) is a partial implementation of the STL specification intended to reduce code size of the derivative programs.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "gsed"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "utahfs",
            "portdir": "fuse/utahfs",
            "version": "1.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/cloudflare/utahfs",
            "description": "UtahFS is an encrypted storage system that provides a user-friendly FUSE drive backed by cloud storage.",
            "long_description": "UtahFS is a state-of-the art encrypted storage solution, meant to be similar to Dropbox. It has a FUSE binding that creates a synthetic drive on the user's computer that they can interact with like an external hard-drive. Files stored in the drive are uploaded to a cloud storage provider, which means the drive will never run out of space and minimizes the likelihood of any files being lost. However the files are encrypted such that the cloud storage provider knows almost nothing about what's being stored.",
            "active": true,
            "categories": [
                "net",
                "fuse"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1018
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "utdns",
            "portdir": "net/utdns",
            "version": "1.2",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/rahra/utdns",
            "description": "Proxy UDP/DNS to TCP/DNS",
            "long_description": "UTdns is a nifty tool which proxies all UDP-based DNS requests through TCP DNS.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "utfcpp",
            "portdir": "textproc/utfcpp",
            "version": "4.0.8",
            "license": "Boost-1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/nemtrif/utfcpp",
            "description": "UTF-8 with C++ in a Portable Way",
            "long_description": "UTF-8 with C++ in a Portable Way",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "apertium",
                        "lttoolbox"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ledger"
                    ]
                }
            ]
        },
        {
            "name": "uthash",
            "portdir": "devel/uthash",
            "version": "2.3.0",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://troydhanson.github.io/uthash/",
            "description": "easy-to-use hash implementation for C programmers.",
            "long_description": "easy-to-use hash implementation for C programmers.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "libdicom"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "burp",
                        "mle"
                    ]
                }
            ]
        },
        {
            "name": "util-linux",
            "portdir": "devel/util-linux",
            "version": "2.41.2",
            "license": "BSD and GPL-2+ and public-domain",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/util-linux/util-linux",
            "description": "Linux utility programs",
            "long_description": "util-linux contains miscellaneous utility programs to handle file systems, consoles, partitions, and messages. This port contains ONLY those parts of util-linux that run on Darwin.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 431
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext",
                        "ncurses"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "strumpack",
                        "xmlto"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "netrik",
                        "quilt",
                        "gnetcat"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "git-flow",
                        "git-flow-devel",
                        "git-flow-avh",
                        "git-flow-hf",
                        "xmlto",
                        "rarian",
                        "pass",
                        "passage"
                    ]
                }
            ]
        },
        {
            "name": "utimer",
            "portdir": "sysutils/utimer",
            "version": "0.4",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://launchpad.net/utimer",
            "description": "multifunction command-line timer",
            "long_description": "µTimer (\"utimer\", pronounced \"micro-timer\") is a multifunction timer (command-line only). It provides a timer (e.g. count from 0 to 4 minutes), a countdown (e.g. count from 10 minutes to 0), and a stopwatch.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0",
                        "intltool"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "glib2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "uTox",
            "portdir": "net/uTox",
            "version": "0.18.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/uTox/uTox",
            "description": "µTox the lightest and fluffiest Tox client",
            "long_description": "µTox the lightest and fluffiest Tox client",
            "active": true,
            "categories": [
                "net",
                "security",
                "p2p"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "openal_soft",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libopus",
                        "toxcore",
                        "libsodium",
                        "libvpx"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}