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

{
    "count": 50462,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=760",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=758",
    "results": [
        {
            "name": "postgresql80-server",
            "portdir": "databases/postgresql80-server",
            "version": "8.0.26",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.postgresql.org/",
            "description": "run postgresql80 as server",
            "long_description": "run postgresql80 as server",
            "active": false,
            "categories": [
                "databases"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "postgresql80"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "postgresql80",
            "portdir": "databases/postgresql80",
            "version": "8.0.26",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.postgresql.org/",
            "description": "The most advanced open-source database available anywhere",
            "long_description": "PostgreSQL is Object-Relational Database Management System. It supports almost all SQL constructs, including transactions, subselects, and user-defined types and functions. Write-ahead logging means increased performance while retaining data integrity.",
            "active": false,
            "categories": [
                "databases"
            ],
            "maintainers": [],
            "variants": [
                "python",
                "krb5",
                "perl",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "openssl",
                        "readline"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac-postgresql80-plugin",
                        "libzdb-postgresql80"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "postgresql80-server"
                    ]
                }
            ]
        },
        {
            "name": "qt4pas",
            "portdir": "devel/qt4pas",
            "version": "2.5",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://wiki.lazarus.freepascal.org/Qt4_binding",
            "description": "Pascal wrapper for Qt4",
            "long_description": "The Free Pascal Qt4 binding allows Free Pascal to interface with the C++ Library Qt. This binding does not cover the whole Qt4 framework but only the classes needed by the Cross Platform Lazarus IDE to use Qt as a widget set.",
            "active": true,
            "categories": [
                "devel",
                "pascal"
            ],
            "maintainers": [
                {
                    "name": "karl-michael.schindler",
                    "github": "kamischi",
                    "ports_count": 56
                },
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "universal",
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "plotutils",
            "portdir": "graphics/plotutils",
            "version": "2.6",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/plotutils/",
            "description": "GNU plotting utilities",
            "long_description": "GNU plotting utilities package, including GNU libplot: a thread-safe function library for exporting two-dimensional vector graphics files, and for displaying animated vector graphics under the X Window System.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "snc",
                    "github": "nerdling",
                    "ports_count": 157
                }
            ],
            "variants": [
                "x11",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "m4",
                        "libpng",
                        "zlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-biggles",
                        "pstoedit",
                        "py37-biggles"
                    ]
                }
            ]
        },
        {
            "name": "py27-pgsql",
            "portdir": "python/py-pgsql",
            "version": "2.5.1",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pypgsql.sourceforge.net/",
            "description": "python DB-API 2.0 compliant interface to postgresql",
            "long_description": "pyPgSQL is a package of two modules that provide a Python DB-API 2.0 compliant interface to PostgreSQL databases. The first module, libpq, exports the PostgreSQL C API to Python. This module is written in C and can be compiled into Python or can be dynamically loaded on demand. The second module, PgSQL, provides the DB-API 2.0 compliant interface and support for various PostgreSQL data types, such as INT8, NUMERIC, MONEY, BOOL, ARRAYS, etc.",
            "active": false,
            "categories": [
                "databases",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "postgresql82",
                "postgresql83",
                "postgresql84",
                "postgresql90",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "postgresql84",
                        "python27",
                        "py27-mx-base"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-pgsql"
                    ]
                }
            ]
        },
        {
            "name": "py-pgsql",
            "portdir": "python/py-pgsql",
            "version": "2.5.1",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pypgsql.sourceforge.net/",
            "description": "python DB-API 2.0 compliant interface to postgresql",
            "long_description": "pyPgSQL is a package of two modules that provide a Python DB-API 2.0 compliant interface to PostgreSQL databases. The first module, libpq, exports the PostgreSQL C API to Python. This module is written in C and can be compiled into Python or can be dynamically loaded on demand. The second module, PgSQL, provides the DB-API 2.0 compliant interface and support for various PostgreSQL data types, such as INT8, NUMERIC, MONEY, BOOL, ARRAYS, etc.",
            "active": false,
            "categories": [
                "databases",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py27-pgsql"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libchloride",
            "portdir": "devel/libchloride",
            "version": "20140929",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jedisct1/libchloride",
            "description": "Networking layer for libsodium, based on CurveCP",
            "long_description": "Networking layer for libsodium, based on CurveCP",
            "active": false,
            "categories": [
                "devel",
                "security"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsodium"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pijul-devel",
            "portdir": "devel/pijul-devel",
            "version": "1.0.0-beta.6",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pijul.org/",
            "description": "pijul is a free and open source distributed version control system",
            "long_description": "pijul is a free and open source distributed version control system. Its distinctive feature is to be based on a sound theory, which makes it easier to learn and use, and really distributed.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "legacy-support",
                        "pkgconfig",
                        "rust",
                        "cargo"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind",
                        "openssl3",
                        "libsodium"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pijul",
            "portdir": "devel/pijul",
            "version": "0.10.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pijul.org/",
            "description": "Pijul is a free and open source distributed version control system.",
            "long_description": "Pijul is a free and open source distributed version control system. Its distinctive feature is to be based on a sound theory of patches, which makes it easy to learn and use, and really distributed.",
            "active": false,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "pkgconfig",
                        "clang-13"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsodium",
                        "openssl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "vmtouch",
            "portdir": "sysutils/vmtouch",
            "version": "1.3.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://hoytech.com/vmtouch/",
            "description": "portable file system cache diagnostics and control",
            "long_description": "vmtouch is a tool for learning about and controlling the file system cache of unix and unix-like systems.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "perl5",
                        "clang-15"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.34-socket6",
            "portdir": "perl/p5-socket6",
            "version": "0.290.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Socket6",
            "description": "IPv6 related part of the C socket.h defines and structure manipulators",
            "long_description": "IPv6 related part of the C socket.h defines and structure manipulators",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-io-socket-inet6",
                        "p5.34-net-frame",
                        "p5.34-net-snmp",
                        "argus-monitor",
                        "p5.34-net-ip-lpm",
                        "p5-socket6",
                        "p5.34-net-patricia"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-socket6",
            "portdir": "perl/p5-socket6",
            "version": "0.290.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Socket6",
            "description": "IPv6 related part of the C socket.h defines and structure manipulators",
            "long_description": "IPv6 related part of the C socket.h defines and structure manipulators",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-io-socket-inet6",
                        "p5.32-net-frame",
                        "p5.32-net-snmp",
                        "p5.32-net-ip-lpm",
                        "p5.32-net-patricia"
                    ]
                }
            ]
        },
        {
            "name": "p5.30-socket6",
            "portdir": "perl/p5-socket6",
            "version": "0.290.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Socket6",
            "description": "IPv6 related part of the C socket.h defines and structure manipulators",
            "long_description": "IPv6 related part of the C socket.h defines and structure manipulators",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.30"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.30-io-socket-inet6",
                        "p5.30-net-frame",
                        "p5.30-net-snmp",
                        "p5.30-net-ip-lpm",
                        "p5.30-net-patricia"
                    ]
                }
            ]
        },
        {
            "name": "p5.28-socket6",
            "portdir": "perl/p5-socket6",
            "version": "0.290.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Socket6",
            "description": "IPv6 related part of the C socket.h defines and structure manipulators",
            "long_description": "IPv6 related part of the C socket.h defines and structure manipulators",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.28"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.28-io-socket-inet6",
                        "p5.28-net-frame",
                        "p5.28-net-snmp",
                        "p5.28-net-ip-lpm",
                        "p5.28-net-patricia"
                    ]
                }
            ]
        },
        {
            "name": "p5-socket6",
            "portdir": "perl/p5-socket6",
            "version": "0.290.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "p5.34-socket6",
            "homepage": "https://metacpan.org/pod/Socket6",
            "description": "IPv6 related part of the C socket.h defines and structure manipulators",
            "long_description": "IPv6 related part of the C socket.h defines and structure manipulators",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-socket6"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-socket6",
            "portdir": "perl/p5-socket6",
            "version": "0.290.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Socket6",
            "description": "IPv6 related part of the C socket.h defines and structure manipulators",
            "long_description": "IPv6 related part of the C socket.h defines and structure manipulators",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-io-socket-inet6",
                        "p5.26-net-frame",
                        "p5.26-net-ip-lpm",
                        "p5.26-net-patricia",
                        "p5.26-net-snmp"
                    ]
                }
            ]
        },
        {
            "name": "qtads",
            "portdir": "games/qtads",
            "version": "3.4.0",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://realnc.github.io/qtads/",
            "description": "A multimedia TADS interactive fiction player.",
            "long_description": "QTads is a so called \"interpreter\" for games created with the Text Adventure Development System, or \"TADS\" for short, a C-like object oriented programming language for authoring Interactive Fiction (similar to the Infocom or Legend Entertainment games, like \"Zork\").",
            "active": true,
            "categories": [
                "games"
            ],
            "maintainers": [],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-16"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libvorbis",
                        "mpg123",
                        "qt5-qtbase",
                        "fluidsynth",
                        "libsdl2",
                        "qt5-qtsvg",
                        "libsndfile"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pict2pdf",
            "portdir": "graphics/pict2pdf",
            "version": "1.1",
            "license": "MIT",
            "platforms": "{darwin < 11}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pict2pdf.sourceforge.net/",
            "description": "Vector-to-vector conversion of PICT files to PDF",
            "long_description": "pict2pdf converts files in Apple's PICT format to Adobe's PDF format. The conversion retains any vector information in the PICT image.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libfmt",
            "portdir": "devel/libfmt",
            "version": "9.0.0",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "Obsolete stub port, replaced by libfmt8/libfmt9",
            "long_description": "Obsolete stub port, replaced by libfmt8/libfmt9",
            "active": false,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "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": "itcl",
            "portdir": "lang/itcl",
            "version": "3.4b1",
            "license": "Tcl/Tk",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "tcl",
            "homepage": "http://incrtcl.sourceforge.net/",
            "description": "Obsolete port, replaced by tcl",
            "long_description": "This port has been replaced by tcl.",
            "active": false,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "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": "libvorbis",
            "portdir": "audio/libvorbis",
            "version": "1.3.7",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://xiph.org/vorbis/",
            "description": "The Vorbis General Audio Compression Codec",
            "long_description": "Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format for audio and music at fixed and variable bitrates from 16 to 128 kbps/channel.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libogg"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "mkvtoolnix",
                        "libsdl_sound-framework",
                        "mp3blaster",
                        "streamripper",
                        "goldendict",
                        "fife",
                        "neverball",
                        "rrgbis",
                        "gstreamer010-gst-plugins-base",
                        "love-11",
                        "raceintospace",
                        "despotify",
                        "mlt-qt5",
                        "ogmtools",
                        "ReadyMedia",
                        "qtads",
                        "boswars",
                        "mythtv-plugins.28",
                        "rb-vorbisfile",
                        "audacity-devel",
                        "alienarena",
                        "tenacity",
                        "audacity-legacy",
                        "easytag",
                        "easytag-devel",
                        "icecast2",
                        "libmp3splt",
                        "libopenmpt",
                        "libsdl_mixer",
                        "libsdl_sound",
                        "libsndfile",
                        "libtagedit",
                        "ocp",
                        "qmmp",
                        "sox",
                        "xmms2",
                        "libextractor",
                        "fluidsynth",
                        "gtkpod",
                        "musikcube",
                        "sfml",
                        "glob2",
                        "mp3fs",
                        "libshout2",
                        "ffmpeg",
                        "ffmpeg-devel",
                        "ffmpeg4",
                        "ffmpeg8",
                        "gpac",
                        "mkvtoolnix-legacy",
                        "mlt",
                        "mlt-legacy",
                        "mt-daapd",
                        "VLC2",
                        "libVLC2",
                        "avidemux",
                        "libquicktime",
                        "libquicktime-devel",
                        "transcode",
                        "frotz",
                        "vorbis-tools",
                        "lmms",
                        "warzone2100",
                        "supertux",
                        "allegro5",
                        "libcanberra",
                        "audacity",
                        "vorbisgain",
                        "love-0.7",
                        "love-0.8",
                        "love-0.10",
                        "love-0.9",
                        "godot",
                        "godot-3.2",
                        "tagtool",
                        "herrie",
                        "gstreamer1-gst-plugins-base",
                        "wesnoth",
                        "mythtv-plugins.27",
                        "scummvm",
                        "scummvm-devel",
                        "luanti",
                        "ffmpeg6",
                        "ffmpeg7",
                        "audacious-plugins",
                        "Io",
                        "xine-lib",
                        "mpd",
                        "supertuxkart",
                        "h3dapi",
                        "cmus",
                        "mkvtoolnix-devel"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "freac"
                    ]
                }
            ]
        },
        {
            "name": "p5.34-alien-hdf4",
            "portdir": "perl/p5-alien-hdf4",
            "version": "0.60.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Alien::HDF4",
            "description": "Alien::HDF4 - Encapsulate install info for HDF4",
            "long_description": "Alien::HDF4 - Encapsulate install info for HDF4",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.34-extutils-depends",
                        "p5.34-io-all",
                        "p5.34-test-simple",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "hdf4",
                        "perl5.34"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5-alien-hdf4",
                        "p5.34-pdl-io-hdf"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-alien-hdf4",
            "portdir": "perl/p5-alien-hdf4",
            "version": "0.60.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Alien::HDF4",
            "description": "Alien::HDF4 - Encapsulate install info for HDF4",
            "long_description": "Alien::HDF4 - Encapsulate install info for HDF4",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-extutils-depends",
                        "p5.32-io-all",
                        "p5.32-test-simple",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "hdf4"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-pdl-io-hdf"
                    ]
                }
            ]
        },
        {
            "name": "p5.30-alien-hdf4",
            "portdir": "perl/p5-alien-hdf4",
            "version": "0.60.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Alien::HDF4",
            "description": "Alien::HDF4 - Encapsulate install info for HDF4",
            "long_description": "Alien::HDF4 - Encapsulate install info for HDF4",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.30-extutils-depends",
                        "p5.30-io-all",
                        "p5.30-test-simple",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.30",
                        "hdf4"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.30-pdl-io-hdf"
                    ]
                }
            ]
        },
        {
            "name": "p5.28-alien-hdf4",
            "portdir": "perl/p5-alien-hdf4",
            "version": "0.60.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Alien::HDF4",
            "description": "Alien::HDF4 - Encapsulate install info for HDF4",
            "long_description": "Alien::HDF4 - Encapsulate install info for HDF4",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.28-extutils-depends",
                        "p5.28-io-all",
                        "p5.28-test-simple",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.28",
                        "hdf4"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.28-pdl-io-hdf"
                    ]
                }
            ]
        },
        {
            "name": "p5-alien-hdf4",
            "portdir": "perl/p5-alien-hdf4",
            "version": "0.60.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": "p5.34-alien-hdf4",
            "homepage": "https://metacpan.org/pod/Alien::HDF4",
            "description": "Alien::HDF4 - Encapsulate install info for HDF4",
            "long_description": "Alien::HDF4 - Encapsulate install info for HDF4",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-alien-hdf4"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.34-alien-sqlite",
            "portdir": "perl/p5-alien-sqlite",
            "version": "1.70.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Alien::sqlite",
            "description": "Alien::sqlite - Install/Find the sqlite library",
            "long_description": "Alien::sqlite - Install/Find the sqlite library",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15",
                        "p5.34-sort-versions",
                        "p5.34-uri",
                        "p5.34-alien-build-plugin-cleanse-builddir",
                        "p5.34-pkgconfig",
                        "pkgconfig",
                        "p5.34-file-find-rule",
                        "p5.34-file-which",
                        "p5.34-path-tiny"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34",
                        "p5.34-alien-build",
                        "p5.34-ffi-checklib",
                        "sqlite3"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.34-alien-proj4",
                        "p5.34-alien-proj"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5-alien-sqlite"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-alien-sqlite",
            "portdir": "perl/p5-alien-sqlite",
            "version": "1.70.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Alien::sqlite",
            "description": "Alien::sqlite - Install/Find the sqlite library",
            "long_description": "Alien::sqlite - Install/Find the sqlite library",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15",
                        "p5.32-sort-versions",
                        "p5.32-uri",
                        "p5.32-alien-build-plugin-cleanse-builddir",
                        "p5.32-pkgconfig",
                        "pkgconfig",
                        "p5.32-file-find-rule",
                        "p5.32-file-which",
                        "p5.32-path-tiny"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-alien-build",
                        "p5.32-ffi-checklib",
                        "sqlite3"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-alien-proj4",
                        "p5.32-alien-proj"
                    ]
                }
            ]
        },
        {
            "name": "p5.30-alien-sqlite",
            "portdir": "perl/p5-alien-sqlite",
            "version": "1.70.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Alien::sqlite",
            "description": "Alien::sqlite - Install/Find the sqlite library",
            "long_description": "Alien::sqlite - Install/Find the sqlite library",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15",
                        "p5.30-sort-versions",
                        "p5.30-uri",
                        "p5.30-alien-build-plugin-cleanse-builddir",
                        "p5.30-pkgconfig",
                        "pkgconfig",
                        "p5.30-file-find-rule",
                        "p5.30-file-which",
                        "p5.30-path-tiny"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.30",
                        "p5.30-alien-build",
                        "p5.30-ffi-checklib",
                        "sqlite3"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.30-alien-proj4",
                        "p5.30-alien-proj"
                    ]
                }
            ]
        },
        {
            "name": "p5.28-alien-sqlite",
            "portdir": "perl/p5-alien-sqlite",
            "version": "1.70.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Alien::sqlite",
            "description": "Alien::sqlite - Install/Find the sqlite library",
            "long_description": "Alien::sqlite - Install/Find the sqlite library",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15",
                        "p5.28-sort-versions",
                        "p5.28-uri",
                        "p5.28-alien-build-plugin-cleanse-builddir",
                        "p5.28-pkgconfig",
                        "pkgconfig",
                        "p5.28-file-find-rule",
                        "p5.28-file-which",
                        "p5.28-path-tiny"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.28",
                        "p5.28-alien-build",
                        "p5.28-ffi-checklib",
                        "sqlite3"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.28-alien-proj4",
                        "p5.28-alien-proj"
                    ]
                }
            ]
        },
        {
            "name": "p5-alien-sqlite",
            "portdir": "perl/p5-alien-sqlite",
            "version": "1.70.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": "p5.34-alien-sqlite",
            "homepage": "https://metacpan.org/pod/Alien::sqlite",
            "description": "Alien::sqlite - Install/Find the sqlite library",
            "long_description": "Alien::sqlite - Install/Find the sqlite library",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-alien-sqlite"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py27-yenc",
            "portdir": "python/py-yenc",
            "version": "0.4.0",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.golug.it/yenc.html",
            "description": "provides raw yEnc encoding/decoding with crc32 calculation",
            "long_description": "py-yenc provides (only) raw yEnc encoding/decoding with builitin crc32 calculation.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-yenc"
                    ]
                }
            ]
        },
        {
            "name": "py-yenc",
            "portdir": "python/py-yenc",
            "version": "0.4.0",
            "license": "LGPL-2.1+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.golug.it/yenc.html",
            "description": "provides raw yEnc encoding/decoding with crc32 calculation",
            "long_description": "py-yenc provides (only) raw yEnc encoding/decoding with builitin crc32 calculation.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py27-yenc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gshhg-gmt",
            "portdir": "science/gshhg-gmt",
            "version": "2.3.7",
            "license": "LGPL-3",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/GenericMappingTools/gshhg-gmt",
            "description": "Global Self-consistent Hierarchical High-resolution Geography (GSHHG)",
            "long_description": "Global Self-consistent Hierarchical High-resolution Geography (GSHHG) is a high-resolution shoreline data set amalgamated from three databases: World Vector Shorelines (WVS), CIA World Data Bank II (WDBII), and Atlas of the Cryosphere (AC). GSHHG contains vector descriptions at five different resolutions of land outlines, lakes, rivers, and political boundaries. To read and process the data you should install GMT, the Generic Mapping Tools (port gmt5).",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "seisman.info",
                    "github": "seisman",
                    "ports_count": 1
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gmt4",
                        "gmt5",
                        "gmt6"
                    ]
                }
            ]
        },
        {
            "name": "openjdk13-zulu",
            "portdir": "java/openjdk13-zulu",
            "version": "13.54.17",
            "license": "none",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "openjdk17-zulu",
            "homepage": "https://www.macports.org",
            "description": "Obsolete port, replaced by openjdk17-zulu",
            "long_description": "This port has been replaced by openjdk17-zulu.",
            "active": false,
            "categories": [
                "devel",
                "java"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "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": [
                {
                    "type": "run",
                    "ports": [
                        "openjdk13"
                    ]
                }
            ]
        },
        {
            "name": "openjdk15-zulu",
            "portdir": "java/openjdk15-zulu",
            "version": "15.46.17",
            "license": "none",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "openjdk17-zulu",
            "homepage": "https://www.macports.org",
            "description": "Obsolete port, replaced by openjdk17-zulu",
            "long_description": "This port has been replaced by openjdk17-zulu.",
            "active": false,
            "categories": [
                "devel",
                "java"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "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": [
                {
                    "type": "run",
                    "ports": [
                        "openjdk15"
                    ]
                }
            ]
        },
        {
            "name": "makuosan",
            "portdir": "net/makuosan",
            "version": "1.3.6",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://sourceforge.net/projects/makuosan https://github.com/yasui0906/makuosan",
            "description": "Makuosan(MAKUO for short) is a software which transfer files to multiple servers simultaneously using UDP multicast.",
            "long_description": "Makuosan(MAKUO for short) is a software which transfer files to multiple servers simultaneously using UDP multicast. (MAKUO consists of makuosan daemon and command line utility msync. The makuosan should be run on every server in a cluster. The makuo talk to makuosan daemon.) MAKUO has following features; Scalability: The time required to transfer files to multiple servers does not depend on the number of the target servers. It takes almost as same amount of time to transfer files to 20 servers as it does to 10 servers. However, it is desirable to use MAKUO among servers with similar performance, because transfer speed is limited by the slowest server. Simultaneous update on every server. The makuosan transfers files simultaneously using IP multicast. Therefore, there should not be any out of sync server. Simple configuration: Each makuosan daemon maintains available server list by periodically checking existence of other makuosan daemons on different servers. The makuosan transfers files only to those servers where makuosan daemon is also alive. Therefore, it never stalls waiting for a dead server, or timeouts.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "server",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl11"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gearmand",
            "portdir": "sysutils/gearmand",
            "version": "1.1.20",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://gearman.org/",
            "description": "Framework for distributed computation",
            "long_description": "Gearman provides a generic application framework to farm out work to other machines or processes that are better suited to do the work. It allows you to do work in parallel, to load balance processing, and to call functions between languages. It can be used in a variety of applications, from high-availability web sites to the transport of database replication events. In other words, it is the nervous system for how distributed processing communicates.",
            "active": true,
            "categories": [
                "devel",
                "sysutils",
                "net"
            ],
            "maintainers": [],
            "variants": [
                "dtrace",
                "sqlite",
                "drizzle",
                "postgres",
                "memcached",
                "tokyocabinet",
                "redis",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "curl",
                        "sqlite3",
                        "openssl3",
                        "boost176",
                        "libevent"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "php53-gearman",
                        "php54-gearman",
                        "php55-gearman",
                        "php56-gearman",
                        "php70-gearman",
                        "php71-gearman",
                        "php72-gearman",
                        "php74-gearman",
                        "php73-gearman",
                        "php80-gearman",
                        "php81-gearman",
                        "php82-gearman",
                        "php83-gearman"
                    ]
                }
            ]
        },
        {
            "name": "scout",
            "portdir": "sysutils/scout",
            "version": "2.8.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jhbabon/scout",
            "description": "Friendly fuzzy finder for your terminal built in Rust",
            "long_description": "Friendly fuzzy finder for your terminal built in Rust",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1019
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qore-jni-module",
            "portdir": "lang/qore-jni-module",
            "version": "2.3.1",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://qore.org",
            "description": "msgpack module for Qore",
            "long_description": "Module allowing for dynamic imports of Java code into Qore and dynamic imports of Qore and Python code into Java using bytecode generation",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "davidnichols",
                    "github": "davidnich",
                    "ports_count": 26
                }
            ],
            "variants": [
                "debug",
                "openjdk11",
                "openjdk13",
                "openjdk15",
                "openjdk17",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qore",
                        "openjdk17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mcabber",
            "portdir": "net/mcabber",
            "version": "1.1.2",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://mcabber.com",
            "description": "Console Jabber client",
            "long_description": "mcabber is a small Jabber console client. It includes features like SSL, MUC, history logging, command completion, OpenPGP encryption, OTR and external action triggers.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "aspell",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15",
                        "cctools",
                        "gettext",
                        "libtool",
                        "pkgconfig",
                        "gawk",
                        "coreutils",
                        "grep",
                        "gsed",
                        "autoconf",
                        "automake"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gpgme",
                        "libgcrypt",
                        "ncurses",
                        "loudmouth",
                        "libotr",
                        "libiconv",
                        "gettext-runtime",
                        "glib2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gutils-suite-extra",
            "portdir": "sysutils/gutils-suite",
            "version": "1.1",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "Meta port encompassing the GNU utils suite, plus other useful ports",
            "long_description": "Meta port encompassing the GNU utils suite, plus other useful ports",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 350
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gutils-suite-core"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "git",
                        "ffmpeg",
                        "yt-dlp",
                        "ffmpeg6"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gutils-suite"
                    ]
                }
            ]
        },
        {
            "name": "gutils-suite-core",
            "portdir": "sysutils/gutils-suite",
            "version": "1.1",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "Meta port encompassing the GNU utils suite, plus other useful ports",
            "long_description": "Meta port encompassing the GNU utils suite, plus other useful ports",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 350
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gutils-suite-base"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "lbzip2",
                        "lrzip",
                        "lzip",
                        "p7zip",
                        "pbzip2",
                        "pigz",
                        "xz",
                        "sox",
                        "bison",
                        "ccache",
                        "cmake",
                        "flex",
                        "gmake",
                        "gpatch",
                        "meson",
                        "tcllib",
                        "tclreadline",
                        "vim",
                        "gawk",
                        "tcl",
                        "tclx",
                        "bc",
                        "curl",
                        "gnetcat",
                        "mtr",
                        "nmap",
                        "openssh",
                        "wget",
                        "bash",
                        "afscompress",
                        "bash-completion",
                        "coreutils",
                        "ddrescue",
                        "diffutils",
                        "e2fsprogs",
                        "file",
                        "findutils",
                        "grep",
                        "gtime",
                        "htop",
                        "jdupes",
                        "jq",
                        "memtester",
                        "moreutils",
                        "mpstats",
                        "osxutils",
                        "parallel",
                        "rdfind",
                        "smartmontools",
                        "symlinks",
                        "trash",
                        "tree",
                        "dos2unix",
                        "gsed",
                        "hexdiff",
                        "libxslt",
                        "apple-completion",
                        "gnutar"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gutils-suite-extra"
                    ]
                }
            ]
        },
        {
            "name": "gutils-suite-base",
            "portdir": "sysutils/gutils-suite",
            "version": "1.1",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "Meta port encompassing the GNU utils suite, plus other useful ports",
            "long_description": "Meta port encompassing the GNU utils suite, plus other useful ports",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 350
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "legacy-support-devel",
                        "rsync-hfscomp"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gutils-suite-core"
                    ]
                }
            ]
        },
        {
            "name": "gutils-suite",
            "portdir": "sysutils/gutils-suite",
            "version": "1.1",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "Meta port encompassing the GNU utils suite, plus other useful ports",
            "long_description": "Meta port encompassing the GNU utils suite, plus other useful ports",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 350
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gutils-suite-extra"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "git",
                        "ffmpeg",
                        "yt-dlp",
                        "ffmpeg6"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gtksourceview5",
            "portdir": "gnome/gtksourceview5",
            "version": "5.10.0",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://wiki.gnome.org/Projects/GtkSourceView",
            "description": "GtkSourceView-5.0 is a source highlighting text widget for GTK+ 4",
            "long_description": "GtkSourceView is a text widget that extends GtkTextView by implementing syntax highlighting and other features typical of a source editor.",
            "active": true,
            "categories": [
                "gnome"
            ],
            "maintainers": [
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 350
                }
            ],
            "variants": [
                "quartz",
                "x11",
                "tests",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gettext",
                        "meson",
                        "ninja",
                        "pkgconfig",
                        "clang-15"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext-runtime",
                        "glib2",
                        "gtk4",
                        "pcre2",
                        "gobject-introspection",
                        "vala",
                        "fribidi",
                        "libxml2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "Chatty",
                        "gnome-calculator"
                    ]
                }
            ]
        },
        {
            "name": "zsh-history-substring-search",
            "portdir": "sysutils/zsh-history-substring-search",
            "version": "1.1.0",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/zsh-users/zsh-history-substring-search",
            "description": "Zsh port of Fish shell's history search.",
            "long_description": "This is a clean-room implementation of the Fish shell's history search feature, where you can type in any part of any command from history and then press chosen keys, such as the UP and DOWN arrows, to cycle through matches.",
            "active": true,
            "categories": [
                "sysutils",
                "shells"
            ],
            "maintainers": [
                {
                    "name": "bashu.was.here",
                    "github": "bashu",
                    "ports_count": 40
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "zsh"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gtkextra3",
            "portdir": "x11/gtkextra3",
            "version": "3.1.5",
            "license": "LGPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gtkextra.sourceforge.net",
            "description": "Extra GTK+2 Widgets",
            "long_description": "GtkExtra is a useful set of widgets for creating GUIs for the Xwindows system using GTK+2. You can use it complementary to GTK+ and it is written in C. It is also Free Software and released under the LGPL license.",
            "active": true,
            "categories": [
                "devel",
                "x11"
            ],
            "maintainers": [],
            "variants": [
                "quartz",
                "x11",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gdk-pixbuf2",
                        "gtk2",
                        "pango",
                        "harfbuzz",
                        "cairo"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "irsim",
            "portdir": "science/irsim",
            "version": "9.7.117",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://opencircuitdesign.com/irsim",
            "description": "IRSIM, a switch level simulator for digital circuits",
            "long_description": "IRSIM is switch level simulator for digital circuits, it treats transistors as ideal switches. Extracted capacitance and lumped resistance values are used to make the switch a little bit more realistic than the ideal, using the RC time constants to predict the relative timing of events.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "tcl",
                        "tk",
                        "xorg-libXt"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "scala2.10-docs",
            "portdir": "lang/scala-docs",
            "version": "2.10.7",
            "license": "none",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "scala2.10",
            "homepage": "https://www.macports.org",
            "description": "Obsolete port, replaced by scala2.10",
            "long_description": "This port has been replaced by scala2.10.",
            "active": false,
            "categories": [
                "lang",
                "java"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "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": []
        }
    ]
}