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

{
    "count": 50502,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=614",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=612",
    "results": [
        {
            "name": "p5.34-file-temp",
            "portdir": "perl/p5-file-temp",
            "version": "0.231.200",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/File::Temp",
            "description": "File::Temp - return name and handle of a temporary file safely",
            "long_description": "File::Temp - return name and handle of a temporary file safely",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.34-io-async",
                        "p5.34-cpan-uploader",
                        "p5.34-dist-zilla-plugin-authority",
                        "p5.34-moosex-daemonize",
                        "p5.34-file-rename",
                        "p5.34-pod-weaver-section-allowoverride",
                        "p5.34-dist-zilla-plugin-checkmetaresources",
                        "p5.34-dist-zilla-plugin-git-remote-check",
                        "p5.34-dbix-class",
                        "p5.34-log-dispatchouli"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-http-body",
                        "p5.34-dist-zilla",
                        "p5.34-archive-tar-wrapper",
                        "p5.34-mail-box-imap4",
                        "p5.34-mail-message",
                        "p5-file-temp",
                        "p5.34-data-temporarybag",
                        "p5.34-dbix-admin-dsnmanager",
                        "p5.34-file-pushd",
                        "p5.34-http-entity-parser",
                        "p5.34-test-tempdir-tiny",
                        "p5.34-dbicx-testdatabase",
                        "p5.34-mime-tools",
                        "p5.34-sgml-parser-opensp",
                        "p5.34-devel-dumptrace"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "cvsweb"
                    ]
                }
            ]
        },
        {
            "name": "git-annex",
            "portdir": "devel/git-annex",
            "version": "10.20250828",
            "license": "AGPL-3",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://git-annex.branchable.com/",
            "description": "git-annex allows managing files with git, without checking the file contents into git",
            "long_description": "git-annex allows managing files with git, without checking the file contents into git. While that may seem paradoxical, it is useful when dealing with files larger than git can currently easily handle, whether due to limitations in memory, time, or disk space.",
            "active": true,
            "categories": [
                "devel",
                "haskell"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cctools",
                        "openssl",
                        "ghc",
                        "stack",
                        "file",
                        "grep",
                        "gsed",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mail-server",
            "portdir": "mail/mail-server",
            "version": "1.5",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.postfix.org/",
            "description": "Mail server configuration",
            "long_description": "Mail server working configuration that provides a basic, working, easily modifiable mail server. The configuration is built using postfix for the MTA, dovecot for the MDA, solr for fast search, rspamd for a milter, and clamav for email virus scans. The configuration includes a surrogate TLS certificate, DKIM, and Apple Push Notification Service (APNS) capability for iOS devices.",
            "active": true,
            "categories": [
                "net",
                "mail"
            ],
            "maintainers": [
                {
                    "name": "s.t.smith",
                    "github": "essandess",
                    "ports_count": 37
                }
            ],
            "variants": [
                "initialize_always",
                "logrotate"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pcre",
                        "dcc",
                        "dovecot",
                        "dovecot-sieve",
                        "postfix",
                        "rspamd",
                        "openssl",
                        "sf-pwgen",
                        "logrotate",
                        "expat",
                        "curl"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "apache-solr9",
                        "clamav-server"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "calendar-contacts-server"
                    ]
                }
            ]
        },
        {
            "name": "doxygen-devel",
            "portdir": "textproc/doxygen-devel",
            "version": "1.14.0",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.doxygen.nl",
            "description": "Documentation system for several programming languages",
            "long_description": "It can generate an on-line documentation browser (in HTML) and/or an off-line reference manual from a set of documented source files. There is also support for generating output in RTF (MS-Word), PostScript, hyperlinked PDF, compressed HTML, and Unix man pages. The documentation is extracted directly from the sources, which makes it much easier to keep the documentation consistent with the source code. You can configure doxygen to extract the code structure from undocumented source files. This is very useful to quickly find your way in large source distributions. You can also visualize the relations between the various elements by means of include dependency graphs, inheritance diagrams, and collaboration diagrams, which are all generated automatically.",
            "active": true,
            "categories": [
                "devel",
                "textproc"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "docs",
                "qt4",
                "qt5",
                "clangparser",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "flex",
                        "bison",
                        "cmake",
                        "clang-20",
                        "perl5",
                        "python313"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "hydra",
            "portdir": "security/hydra",
            "version": "9.6",
            "license": "(AGPL-3 or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/vanhauser-thc/thc-hydra",
            "description": "A very fast network logon cracker which support many services",
            "long_description": "Hydra is a parallelized logon cracker utility. Hydra can brute force attack on FTP, POP3, IMAP, Telnet, HTTP Auth, NNTP, VNC, ICQ, Socks5, PCNFS and more services within SSL support.",
            "active": true,
            "categories": [
                "net",
                "security"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 225
                }
            ],
            "variants": [
                "xhydra",
                "postgresql96",
                "postgresql12",
                "postgresql13",
                "postgresql14",
                "mysql57",
                "mariadb",
                "smb2",
                "subversion",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libssh",
                        "ncurses",
                        "openssl",
                        "pcre2",
                        "libidn"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gstreamer010-gst-plugins-ugly",
            "portdir": "gnome/gstreamer010-gst-plugins-ugly",
            "version": "0.10.19",
            "license": "GPL-2+ and LGPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gstreamer.freedesktop.org/modules/gst-plugins-ugly.html",
            "description": "A set of good-quality plug-ins for GStreamer that might pose distribution problems.",
            "long_description": "GStreamer Ugly Plug-ins is a set of plug-ins that have good quality and correct functionality, but distributing them might pose problems. The license on either the plug-ins or the supporting libraries might not be how we'd like. The code might be widely known to present patent problems.",
            "active": true,
            "categories": [
                "gnome"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libid3tag",
                        "libmad",
                        "twolame",
                        "libcdio",
                        "a52dec",
                        "gstreamer010-gst-plugins-base",
                        "libmpeg2",
                        "x264",
                        "libdvdread",
                        "lame"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gstreamer1-gst-plugins-ugly",
            "portdir": "gnome/gstreamer1-gst-plugins-ugly",
            "version": "1.24.9",
            "license": "GPL-2+ and LGPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gstreamer.freedesktop.org/modules/gst-plugins-ugly.html",
            "description": "A set of good-quality plug-ins for GStreamer that might pose distribution problems.",
            "long_description": "GStreamer Ugly Plug-ins is a set of plug-ins that have good quality and correct functionality, but distributing them might pose problems. The license on either the plug-ins or the supporting libraries might not be how we'd like. The code might be widely known to present patent problems.",
            "active": true,
            "categories": [
                "gnome"
            ],
            "maintainers": [],
            "variants": [
                "gpl",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "meson",
                        "ninja",
                        "pkgconfig",
                        "python312",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "a52dec",
                        "x264",
                        "libcdio",
                        "libdvdread",
                        "gobject-introspection",
                        "gstreamer1-gst-plugins-base",
                        "libmpeg2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "gtk-radio",
                        "gnome-internet-radio-locator",
                        "gtk-internet-radio-locator"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "game-porting-toolkit",
                        "garagejam",
                        "gingerblue",
                        "gnome-voice",
                        "gnome-radio"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gnome-internet-radio-locator",
                        "gtk-radio",
                        "gtk-internet-radio-locator"
                    ]
                }
            ]
        },
        {
            "name": "VLC2",
            "portdir": "multimedia/VLC2",
            "version": "2.2.8",
            "license": "GPL-2+",
            "platforms": "{darwin < 16}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.videolan.org",
            "description": "VLC is a cross-platform media player and streaming server",
            "long_description": "VLC media player is a highly portable multimedia player for various audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, ogg, ...) as well as DVDs, VCDs, and various streaming protocols. It can also be used as a server to stream in unicast or multicast in IPv4 or IPv6 on a high-bandwidth network.",
            "active": true,
            "categories": [
                "devel",
                "multimedia"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "aalib",
                "dbus",
                "fluidsynth",
                "freerdp",
                "gstreamer",
                "jack",
                "notify",
                "pulse",
                "shout",
                "smb",
                "svg",
                "qt4",
                "quartz",
                "x11",
                "huge",
                "full",
                "power"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "pkgconfig",
                        "autoconf",
                        "automake",
                        "libtool"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "faad2",
                        "flac",
                        "lame",
                        "libdca",
                        "libid3tag",
                        "libmad",
                        "libmodplug",
                        "libmpcdec",
                        "libopus",
                        "libsndfile",
                        "libvorbis",
                        "speex",
                        "speexDSP",
                        "taglib",
                        "twolame",
                        "gettext",
                        "glib2",
                        "gmp",
                        "gnutls",
                        "libcddb",
                        "libcdio",
                        "libdc1394",
                        "libdvbpsi",
                        "libdvdnav",
                        "libdvdread",
                        "libgcrypt",
                        "libgpg-error",
                        "libssh2",
                        "libupnp",
                        "libusb",
                        "ncurses",
                        "nettle",
                        "orc",
                        "readline",
                        "desktop-file-utils",
                        "fontconfig",
                        "libjpeg-turbo",
                        "libpng",
                        "openjpeg15",
                        "tiff",
                        "lua",
                        "libidn",
                        "ffmpeg",
                        "libass",
                        "libbluray",
                        "libmatroska",
                        "libmpeg2",
                        "libmtp",
                        "libogg",
                        "libtheora",
                        "libvpx",
                        "live555",
                        "schroedinger",
                        "vcdimager",
                        "x264",
                        "x265",
                        "avahi",
                        "libproxy",
                        "freetype",
                        "p11-kit",
                        "fribidi",
                        "libebml",
                        "libiconv",
                        "BGHUDAppKit",
                        "openssl3",
                        "zvbi",
                        "libxml2",
                        "bzip2",
                        "xz",
                        "zlib",
                        "minizip",
                        "a52dec"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "libbdplus",
                        "libaacs"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libVLC2",
            "portdir": "multimedia/VLC2",
            "version": "2.2.8",
            "license": "GPL-2+",
            "platforms": "{darwin < 16}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.videolan.org/vlc/libvlc.html",
            "description": "The core engine and interface to VLC's multimedia framework",
            "long_description": "libVLC is the core engine and the interface to the multimedia framework on which VLC media player is based. It allows developers to create a wide range of multimedia applications using the VLC features.",
            "active": true,
            "categories": [
                "devel",
                "multimedia"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "aalib",
                "dbus",
                "fluidsynth",
                "freerdp",
                "gstreamer",
                "jack",
                "notify",
                "pulse",
                "shout",
                "smb",
                "svg",
                "qt4",
                "quartz",
                "x11",
                "huge",
                "full",
                "power"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "pkgconfig",
                        "autoconf",
                        "automake",
                        "libtool"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "faad2",
                        "flac",
                        "lame",
                        "libdca",
                        "libid3tag",
                        "libmad",
                        "libmodplug",
                        "libmpcdec",
                        "libopus",
                        "libsndfile",
                        "libvorbis",
                        "speex",
                        "speexDSP",
                        "taglib",
                        "twolame",
                        "gettext",
                        "glib2",
                        "gmp",
                        "gnutls",
                        "libcddb",
                        "libcdio",
                        "libdc1394",
                        "libdvbpsi",
                        "libdvdnav",
                        "libdvdread",
                        "libgcrypt",
                        "libgpg-error",
                        "libssh2",
                        "libupnp",
                        "libusb",
                        "ncurses",
                        "nettle",
                        "orc",
                        "readline",
                        "desktop-file-utils",
                        "fontconfig",
                        "libjpeg-turbo",
                        "libpng",
                        "openjpeg15",
                        "tiff",
                        "lua",
                        "libidn",
                        "ffmpeg",
                        "libass",
                        "libbluray",
                        "libmatroska",
                        "libmpeg2",
                        "libmtp",
                        "libogg",
                        "libtheora",
                        "libvpx",
                        "live555",
                        "schroedinger",
                        "vcdimager",
                        "x264",
                        "x265",
                        "avahi",
                        "libproxy",
                        "freetype",
                        "p11-kit",
                        "fribidi",
                        "libebml",
                        "libiconv",
                        "BGHUDAppKit",
                        "openssl3",
                        "zvbi",
                        "libxml2",
                        "bzip2",
                        "xz",
                        "zlib",
                        "minizip",
                        "a52dec"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "libbdplus",
                        "libaacs"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "avidemux",
            "portdir": "multimedia/avidemux",
            "version": "2.8.1",
            "license": "GPL-2",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://avidemux.sourceforge.net",
            "description": "video editor designed for simple cutting, filtering and encoding tasks",
            "long_description": "Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks. It supports many file types, including AVI, DVD compatible MPEG files, MP4 and ASF, using a variety of codecs. Tasks can be automated using projects, job queue and powerful scripting capabilities.",
            "active": true,
            "categories": [
                "multimedia"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "aac",
                "dts",
                "esound",
                "gettext",
                "jack",
                "lame",
                "opus",
                "sqlite",
                "twolame",
                "vorbis",
                "vpx",
                "x264",
                "x265",
                "xvid"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "gmake",
                        "pkgconfig",
                        "yasm",
                        "bash",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libmad",
                        "libopus",
                        "libvorbis",
                        "twolame",
                        "sqlite3",
                        "gettext",
                        "fontconfig",
                        "qt5-qtbase",
                        "libass",
                        "libvpx",
                        "x264",
                        "x265",
                        "freetype",
                        "fribidi",
                        "XviD",
                        "qt5-qttools",
                        "zlib",
                        "faac",
                        "faad2",
                        "lame"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libquicktime",
            "portdir": "multimedia/libquicktime",
            "version": "1.2.4",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://libquicktime.sourceforge.net/",
            "description": "library for reading and writing quicktime files",
            "long_description": "library for reading and writing quicktime files",
            "active": true,
            "categories": [
                "multimedia"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "faac",
                        "faad2",
                        "lame",
                        "libvorbis",
                        "gettext",
                        "libjpeg-turbo",
                        "zlib",
                        "ffmpeg",
                        "libogg",
                        "x264",
                        "libiconv",
                        "xorg-libXaw",
                        "xorg-libXv",
                        "libpng"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libquicktime-devel",
            "portdir": "multimedia/libquicktime-devel",
            "version": "1.2.4-20210720",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://libquicktime.sourceforge.net/",
            "description": "library for reading and writing quicktime files",
            "long_description": "library for reading and writing quicktime files",
            "active": true,
            "categories": [
                "multimedia"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 301
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libjpeg-turbo",
                        "libpng",
                        "ffmpeg",
                        "libogg",
                        "zlib",
                        "x264",
                        "libiconv",
                        "xorg-libXaw",
                        "xorg-libXv",
                        "schroedinger",
                        "faac",
                        "faad2",
                        "lame",
                        "libvorbis",
                        "gettext"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "mjpegtools",
                        "transcode"
                    ]
                }
            ]
        },
        {
            "name": "transcode",
            "portdir": "multimedia/transcode",
            "version": "1.1.7",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://packages.gentoo.org/packages/media-video/transcode",
            "description": "Video and audio processing tools",
            "long_description": "transcode is a suite of tools, all of which are command line utilities, for transcoding various video, audio, and container formats, running on a platform that supports shared libraries and threads. Decoding and encoding is done by modules that are responsible for feeding transcode with raw video/ audio streams (import modules) and encoding the frames (export modules). It includes a variety of video and audio filters, including (but not limited to) video de-interlacing, audio resampling, framerate conversion, different resizing algorithms, smoothing, sharpening, denoisifying, and cutting.",
            "active": true,
            "categories": [
                "multimedia"
            ],
            "maintainers": [
                {
                    "name": "lionteeth",
                    "github": "Liontooth",
                    "ports_count": 1
                },
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                }
            ],
            "variants": [
                "mmx",
                "full",
                "a52dec",
                "faac",
                "freetype",
                "imagemagick",
                "libdv",
                "libogg",
                "libpostproc",
                "libquicktime",
                "libtheora",
                "libvorbis",
                "libxml2",
                "lzo",
                "mjpegtools",
                "x264",
                "xvid",
                "experimental",
                "deprecated",
                "libsdl",
                "x11",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libdvdread",
                        "libsdl",
                        "ImageMagick",
                        "libjpeg-turbo",
                        "XviD",
                        "ffmpeg",
                        "libdv",
                        "libmpeg2",
                        "libogg",
                        "lzo2",
                        "libtheora",
                        "mjpegtools",
                        "x264",
                        "freetype",
                        "libxml2",
                        "xorg-libXaw",
                        "xorg-libXv",
                        "xpm",
                        "libquicktime-devel",
                        "a52dec",
                        "faac",
                        "lame",
                        "libvorbis"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "tovid",
                        "subtitleripper",
                        "dvdrip"
                    ]
                }
            ]
        },
        {
            "name": "xauth",
            "portdir": "x11/xauth",
            "version": "1.1.4",
            "license": "X11",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.x.org/",
            "description": "X11 authority file utility",
            "long_description": "X11 authority file utility",
            "active": true,
            "categories": [
                "x11"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 301
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xorg-libXext",
                        "xorg-libXmu"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-gtk3-imageview",
                        "p5.30-gtk3-imageview",
                        "p5.32-gtk3-imageview",
                        "lsh",
                        "p5.28-gtk3-imageview"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "x2goclient",
                        "xorg-apps",
                        "xinit"
                    ]
                }
            ]
        },
        {
            "name": "xeyes",
            "portdir": "x11/xeyes",
            "version": "1.3.1",
            "license": "X11",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.x.org",
            "description": "X11 xeyes demo app",
            "long_description": "xeyes defies description.",
            "active": true,
            "categories": [
                "x11"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 301
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "xorg-util-macros",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xorg-libXext",
                        "xrender",
                        "xorg-libXi",
                        "xorg-libXmu",
                        "xorg-libXt"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "xorg-apps"
                    ]
                }
            ]
        },
        {
            "name": "xorg-libX11",
            "portdir": "x11/xorg-libX11",
            "version": "1.8.12",
            "license": "X11",
            "platforms": "darwin macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.x.org",
            "description": "X.org libX11",
            "long_description": "libX11 is the main library used by X Window System applications to communicate with the X server.",
            "active": true,
            "categories": [
                "devel",
                "x11"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 301
                }
            ],
            "variants": [
                "docs",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "xorg-util-macros",
                        "clang-18",
                        "xorg-xtrans",
                        "xorg-xorgproto",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xorg-xorgproto",
                        "xorg-libxcb",
                        "xorg-libXdmcp",
                        "xorg-libXau"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "blt",
                        "xorg-xcb-util-xrm",
                        "XawM",
                        "xorg-scripts",
                        "reduce"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-tk",
                        "ortep3",
                        "luit",
                        "sptk",
                        "openvas-server",
                        "libiodbc",
                        "efte",
                        "xwordgrinder",
                        "yudit",
                        "gxemul",
                        "qsynth-qt4",
                        "fizmo",
                        "jnethack",
                        "micropolis",
                        "xmahjongg",
                        "xskat",
                        "xtet42",
                        "libgnomeui",
                        "libunique3",
                        "libwnck3",
                        "oxygen-gtk2",
                        "oxygen-gtk3",
                        "startup-notification",
                        "SimGear",
                        "g2",
                        "xorg-libXrandr",
                        "tgif",
                        "py37-gmic",
                        "AfterStep",
                        "fortran-xlib",
                        "ImageMagick7",
                        "mit-scheme",
                        "mozjs68",
                        "mozjs91",
                        "spice-gtk",
                        "yabasic",
                        "hist",
                        "ploticus",
                        "xplot",
                        "herbstluftwm",
                        "clusterit",
                        "rdesktop",
                        "empathy",
                        "xfconf",
                        "xorg-libXt",
                        "xcrysden",
                        "p5.28-term-gnuplot",
                        "p5.30-term-gnuplot",
                        "p5.32-term-gnuplot",
                        "p5.34-term-gnuplot",
                        "p5.28-tk",
                        "p5.30-tk",
                        "p5.32-tk",
                        "p5.34-tk",
                        "xpad",
                        "gnome-terminal",
                        "aircraft_oap",
                        "nautilus",
                        "ds9",
                        "x2goclient",
                        "yorick",
                        "hugs98",
                        "mozjs60",
                        "mozjs52",
                        "xournalpp",
                        "imlib2",
                        "EMBOSS",
                        "geomview",
                        "linrad",
                        "mozplugger",
                        "abclock",
                        "aterm",
                        "desklaunch",
                        "fluxbox",
                        "fslsfonts",
                        "fstobdf",
                        "icewm",
                        "ico",
                        "keylaunch",
                        "ShiftIt",
                        "rendercheck",
                        "rox-filer",
                        "transset",
                        "wmctrl",
                        "wmcube",
                        "wmii",
                        "worker",
                        "xcmsdb",
                        "xev",
                        "xforms",
                        "xfsinfo",
                        "xlsfonts",
                        "xmodmap",
                        "xping",
                        "xprop",
                        "xrefresh",
                        "xroot",
                        "xsel",
                        "xwd",
                        "xwininfo",
                        "xwud",
                        "alienarena",
                        "py27-ngl",
                        "R-rgl",
                        "gnome-desktop",
                        "qmmp",
                        "unclutter",
                        "ht",
                        "openjdk7-bootstrap",
                        "libmpeg2",
                        "libunique",
                        "xterm",
                        "toxic",
                        "mozjs102",
                        "xclip",
                        "xgraph",
                        "miriad",
                        "xinit",
                        "zenity",
                        "xorg-libXext",
                        "xorg-libxkbfile",
                        "xboard",
                        "mldonkey",
                        "metview",
                        "gifsicle",
                        "R-imager",
                        "sent",
                        "vtwm",
                        "ngspice",
                        "py38-gmic",
                        "ncplot",
                        "ncpp",
                        "opendx",
                        "xrender",
                        "libcanberra",
                        "xschem",
                        "xorg-libXpresent",
                        "R",
                        "R-tkrplot",
                        "sakura",
                        "fireworkx",
                        "xfe",
                        "openmotif",
                        "ddd",
                        "libgdiplus",
                        "gnotime",
                        "p5.28-opengl",
                        "p5.32-opengl",
                        "p5.30-opengl",
                        "p5.34-opengl",
                        "astrolog",
                        "libsdl2-powerpc",
                        "xgalaga",
                        "ImageMagick",
                        "gnu-apl",
                        "py39-gmic",
                        "abiword-x11",
                        "sunclock",
                        "gdm",
                        "pangox-compat",
                        "gnome-control-center",
                        "ifeffit",
                        "gnome-panel",
                        "gnome-session",
                        "gstreamer1-gst-plugins-base",
                        "gstreamer1-gst-plugins-good",
                        "pspp",
                        "netpbm",
                        "p5.28-pgplot",
                        "p5.30-pgplot",
                        "p5.32-pgplot",
                        "p5.34-pgplot",
                        "mozjs115",
                        "mozjs128",
                        "at-spi2-core",
                        "sxiv",
                        "xorg-libXfixes",
                        "luanti",
                        "gnome-desktop-gtk4",
                        "mesa",
                        "FreeRDP",
                        "rawstudio",
                        "fricas",
                        "xephem",
                        "libcec",
                        "gmic",
                        "gmic-qt",
                        "gmic-gimp",
                        "gmic-clib",
                        "gmic-lib",
                        "mlterm",
                        "wt",
                        "pulseaudio",
                        "hamclock",
                        "giza",
                        "pgplot",
                        "molden",
                        "pidgin",
                        "libmovit",
                        "p5.26-opengl",
                        "p5.26-pgplot",
                        "p5.26-term-gnuplot"
                    ]
                }
            ]
        },
        {
            "name": "geographiclib",
            "portdir": "gis/geographiclib",
            "version": "2.5.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://geographiclib.sourceforge.io/",
            "description": "Convert between coordinate systems for solving geodesic problems.",
            "long_description": "GeographicLib is a small set of C++ classes for converting between geographic, UTM, UPS, MGRS, and geocentric coordinates, for gravity (e.g., EGM2008), geoid, and geomagnetic field (e.g., WMM2010) calculations, and for solving geodesic problems.",
            "active": true,
            "categories": [
                "gis"
            ],
            "maintainers": [
                {
                    "name": "tlockhart1976",
                    "github": "lockhart",
                    "ports_count": 27
                },
                {
                    "name": "crmoore",
                    "github": "",
                    "ports_count": 1
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "doxygen",
                        "clang-20"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "omniORB",
            "portdir": "devel/omniORB",
            "version": "4.2.4",
            "license": "(LGPL or GPL-2+)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://omniorb.sourceforge.net/",
            "description": "high performance CORBA ORB for C++",
            "long_description": "omniORB is a robust high performance CORBA ORB for C++ and Python. omniORB is largely CORBA 2.6 compliant.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "python39",
                "ssl"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-omniORBpy",
                        "py36-omniORBpy",
                        "omniEvents",
                        "py37-omniORBpy",
                        "py38-omniORBpy",
                        "py39-omniORBpy"
                    ]
                }
            ]
        },
        {
            "name": "pybind11",
            "portdir": "devel/pybind11",
            "version": "3.0.1",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pybind/pybind11",
            "description": "Extension modules for pybind11, which provides seamless operability between C++11 and Python",
            "long_description": "Extension modules for pybind11, which is a lightweight header-only library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing C++ code.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1513
                }
            ],
            "variants": [
                "debug",
                "tests"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "python313",
                        "py313-setuptools",
                        "clang-20"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "openimageio",
                        "ngsolve",
                        "py37-pdal",
                        "py36-dolfin",
                        "py37-onnx",
                        "py38-pdal",
                        "py38-onnx",
                        "py38-dolfin",
                        "py39-dolfin",
                        "py39-onnx",
                        "py310-onnx",
                        "py312-onnx",
                        "py311-onnx",
                        "py313-onnx",
                        "py310-dolfin",
                        "py311-dolfin",
                        "py312-dolfin"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "osl",
                        "netgen"
                    ]
                }
            ]
        },
        {
            "name": "git-who",
            "portdir": "devel/git-who",
            "version": "1.2",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sinclairtarget/git-who",
            "description": "Git blame for file trees",
            "long_description": "Unlike git blame, which can tell you who wrote a line of code, git-who tells you the people responsible for entire components or subsystems in a codebase. You can think of git-who sort of like git blame but for file trees rather than individual files.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1020
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "simdjson",
            "portdir": "devel/simdjson",
            "version": "3.13.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://simdjson.org/",
            "description": "C++ library for parsing gigabytes of JSON per second",
            "long_description": "The simdjson library uses commonly available SIMD instructions and microparallel algorithms to parse JSON 4x faster than RapidJSON and 25x faster than JSON for Modern C++.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "fastgltf"
                    ]
                }
            ]
        },
        {
            "name": "kubergrunt",
            "portdir": "sysutils/kubergrunt",
            "version": "0.18.4",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/gruntwork-io/kubergrunt",
            "description": "Kubergrunt is a standalone go binary with a collection of commands to fill in the gaps between Terraform, Helm, and Kubectl.",
            "long_description": "kubergrunt is a standalone go binary with a collection of commands that attempts to fill in the gaps between Terraform, Helm, and Kubectl for managing a Kubernetes Cluster. Some of the features of kubergrunt include: Configuring kubectl to authenticate with a given EKS cluster, managing Helm and associated TLS certificates on any Kubernetes cluster, setting up Helm client with TLS certificates on any Kubernetes cluster. generating TLS certificate key pairs and storing them as Kubernetes Secrets on any Kubernetes cluster.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1020
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "hcl2json",
            "portdir": "textproc/hcl2json",
            "version": "0.6.8",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tmccombs/hcl2json",
            "description": "Convert HCL2 to json",
            "long_description": "This is a tool to convert from HCL to json, to make it easier for non-Go applications and scripts to process HCL inputs (such as terraform config).",
            "active": true,
            "categories": [
                "sysutils",
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1020
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "arm-aout-gcc",
            "portdir": "cross/arm-aout-gcc",
            "version": "3.3.6",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gcc.gnu.org/",
            "description": "gcc cross-compilers for arm-aout, with newlib runtime library.",
            "long_description": "gnu compilers collection (including c++, fortran and java) for arm-aout, with newlib runtime library.",
            "active": false,
            "categories": [
                "devel",
                "cross"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "arm-aout-binutils"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "diskspace",
            "portdir": "sysutils/diskspace",
            "version": "1",
            "license": "Apache-2",
            "platforms": "macosx >= 20",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/scriptingosx/diskspace",
            "description": "macOS command line tool to return the available disk space on APFS volumes",
            "long_description": "diskspace is a macOS command line tool to return the available disk space on APFS volumes. With the various APFS features the value for free disk space returned from tools such as du or df will not be accurate. This tool uses system functions to get various measures of available disk space.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 225
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gobuster",
            "portdir": "www/gobuster",
            "version": "3.8.2",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/OJ/gobuster",
            "description": "Directory/File, DNS and VHost busting tool written in Go",
            "long_description": "gobuster is a tool used to brute-force:\n    - URIs (directories and files) in web sites.\n    - DNS subdomains (with wildcard support).\n    - Virtual Host names on target web servers.\n    - Open Amazon S3 buckets\n    - Open Google Cloud buckets\n    - TFTP servers",
            "active": true,
            "categories": [
                "security",
                "www"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 225
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libcbor",
            "portdir": "devel/libcbor",
            "version": "0.13.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/PJK/libcbor",
            "description": "library for parsing and generating CBOR",
            "long_description": "library for parsing and generating CBOR, the general-purpose schema-less binary data format.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "manuals-unread2u",
                    "github": "trodemaster",
                    "ports_count": 7
                }
            ],
            "variants": [
                "debug",
                "tests",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "libfido2"
                    ]
                }
            ]
        },
        {
            "name": "gimp-lqr-plugin",
            "portdir": "graphics/gimp-lqr-plugin",
            "version": "0.7.2",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://liquidrescale.wikidot.com/en:start",
            "description": "Liquid Rescale Gimp plug-in.",
            "long_description": "The Liquid Rescale Gimp plug-in aims at resizing pictures non uniformly while preserving their features",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                }
            ],
            "variants": [
                "quartz"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "libtool",
                        "pkgconfig",
                        "intltool",
                        "autoconf",
                        "automake"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gimp2",
                        "liblqr",
                        "glib2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gimp"
                    ]
                }
            ]
        },
        {
            "name": "argyll",
            "portdir": "graphics/argyll",
            "version": "3.4.1",
            "license": "AGPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.argyllcms.com/",
            "description": "Argyll Color Management System",
            "long_description": "ArgyllCMS is an ICC compatible color management system. It supports accurate ICC profile creation for scanners, cameras and film recorders, and calibration and profiling of displays and RGB & CMYK printers. Argyll includes a general purpose ICC V2 profile format access library, icclib, and a general purpose CGATS file format I/O library.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "jam",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libpng",
                        "zlib",
                        "tiff",
                        "libusb",
                        "libjpeg-turbo"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pinfo",
            "portdir": "textproc/pinfo",
            "version": "0.6.13",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/baszoetekouw/pinfo",
            "description": "Console-based info reader",
            "long_description": "Console-based info reader. pinfo is a hypertext info file viewer with a user interface similar to lynx. It is based on curses/ncurses and can handle info pages as well as man pages. It also features regexp searching and user-defined colors/keys.",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "master",
                    "github": "",
                    "ports_count": 2
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "libtool",
                        "pkgconfig",
                        "texinfo",
                        "autoconf",
                        "automake",
                        "gettext"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "readline",
                        "gettext-runtime",
                        "ncurses"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libdiscid",
            "portdir": "devel/libdiscid",
            "version": "0.6.4",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://musicbrainz.org/doc/libdiscid",
            "description": "libdiscid is a C library for creating MusicBrainz DiscIDs from audio CDs.",
            "long_description": "libdiscid is a C library for creating MusicBrainz DiscIDs from audio CDs.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-musicbrainz-discid",
                        "p5.28-musicbrainz-discid",
                        "p5.30-musicbrainz-discid",
                        "p5.32-musicbrainz-discid",
                        "p5.34-musicbrainz-discid",
                        "ocp",
                        "xmms2",
                        "libmusicbrainz3",
                        "py313-discid"
                    ]
                }
            ]
        },
        {
            "name": "dosbox",
            "portdir": "emulators/dosbox",
            "version": "0.74",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://dosbox.sourceforge.net/",
            "description": "DOS emulator featuring 386 realmode, filesystem, XMS, EMS",
            "long_description": "DOSBox is a DOS emulator supporting 286/386 realmode, directory file system, XMS/EMS and many sound cards. It can be configured to run a wide range of DOS games, from CGA/Tandy/PCjr classics up to games from the Quake era.",
            "active": true,
            "categories": [
                "emulators"
            ],
            "maintainers": [],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "autoconf",
                        "automake",
                        "libtool"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsdl_sound",
                        "libsdl",
                        "libsdl_net",
                        "libpng"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-glib-object-introspection",
            "portdir": "perl/p5-glib-object-introspection",
            "version": "0.48.0",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Glib::Object::Introspection",
            "description": "Glib::Object::Introspection - Dynamically create Perl language bindings",
            "long_description": "Glib::Object::Introspection - Dynamically create Perl language bindings",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gobject-introspection",
                        "perl5.26",
                        "libffi",
                        "p5.26-extutils-pkgconfig",
                        "p5.26-glib",
                        "p5.26-extutils-depends"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-gstreamer1",
                        "p5.26-gtk3",
                        "p5.26-gtk3-sourceview",
                        "p5.26-poppler"
                    ]
                }
            ]
        },
        {
            "name": "p5-glib-object-introspection",
            "portdir": "perl/p5-glib-object-introspection",
            "version": "0.52.0",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "p5.34-glib-object-introspection",
            "homepage": "https://metacpan.org/pod/Glib::Object::Introspection",
            "description": "Glib::Object::Introspection - Dynamically create Perl language bindings",
            "long_description": "Glib::Object::Introspection - Dynamically create Perl language bindings",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-glib-object-introspection"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.28-glib-object-introspection",
            "portdir": "perl/p5-glib-object-introspection",
            "version": "0.52.0",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Glib::Object::Introspection",
            "description": "Glib::Object::Introspection - Dynamically create Perl language bindings",
            "long_description": "Glib::Object::Introspection - Dynamically create Perl language bindings",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gobject-introspection",
                        "perl5.28",
                        "p5.28-extutils-depends",
                        "libffi",
                        "p5.28-glib",
                        "p5.28-xml-libxml",
                        "p5.28-extutils-pkgconfig"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.28-goocanvas2",
                        "p5.28-gstreamer1",
                        "p5.28-gtk3",
                        "p5.28-gtk3-sourceview",
                        "p5.28-poppler"
                    ]
                }
            ]
        },
        {
            "name": "p5.30-glib-object-introspection",
            "portdir": "perl/p5-glib-object-introspection",
            "version": "0.52.0",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Glib::Object::Introspection",
            "description": "Glib::Object::Introspection - Dynamically create Perl language bindings",
            "long_description": "Glib::Object::Introspection - Dynamically create Perl language bindings",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gobject-introspection",
                        "perl5.30",
                        "p5.30-extutils-depends",
                        "libffi",
                        "p5.30-glib",
                        "p5.30-xml-libxml",
                        "p5.30-extutils-pkgconfig"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.30-goocanvas2",
                        "p5.30-gstreamer1",
                        "p5.30-gtk3",
                        "p5.30-gtk3-sourceview",
                        "p5.30-poppler"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-glib-object-introspection",
            "portdir": "perl/p5-glib-object-introspection",
            "version": "0.52.0",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Glib::Object::Introspection",
            "description": "Glib::Object::Introspection - Dynamically create Perl language bindings",
            "long_description": "Glib::Object::Introspection - Dynamically create Perl language bindings",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gobject-introspection",
                        "perl5.32",
                        "p5.32-extutils-depends",
                        "libffi",
                        "p5.32-glib",
                        "p5.32-xml-libxml",
                        "p5.32-extutils-pkgconfig"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-goocanvas2",
                        "p5.32-gstreamer1",
                        "p5.32-gtk3",
                        "p5.32-gtk3-sourceview",
                        "p5.32-poppler"
                    ]
                }
            ]
        },
        {
            "name": "p5.34-glib-object-introspection",
            "portdir": "perl/p5-glib-object-introspection",
            "version": "0.52.0",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Glib::Object::Introspection",
            "description": "Glib::Object::Introspection - Dynamically create Perl language bindings",
            "long_description": "Glib::Object::Introspection - Dynamically create Perl language bindings",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gobject-introspection",
                        "perl5.34",
                        "p5.34-extutils-depends",
                        "libffi",
                        "p5.34-glib",
                        "p5.34-xml-libxml",
                        "p5.34-extutils-pkgconfig"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gnome-bindings-perl5",
                        "p5.34-goocanvas2",
                        "p5.34-gstreamer1",
                        "p5.34-gtk3",
                        "p5.34-gtk3-sourceview",
                        "p5.34-poppler",
                        "p5-glib-object-introspection"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "auto-multiple-choice",
                        "auto-multiple-choice-devel"
                    ]
                }
            ]
        },
        {
            "name": "textmate2",
            "portdir": "editors/textmate2",
            "version": "2.0.23",
            "license": "GPL-3+",
            "platforms": "{darwin >= 18}",
            "epoch": 5,
            "replaced_by": null,
            "homepage": "https://github.com/textmate/textmate",
            "description": "TextMate brings Apple's approach to operating systems into the world of text editors. By bridging UNIX underpinnings and GUI, TextMate cherry-picks the best of both worlds to the benefit of expert scripters and novice users alike.",
            "long_description": "TextMate brings Apple's approach to operating systems into the world of text editors. By bridging UNIX underpinnings and GUI, TextMate cherry-picks the best of both worlds to the benefit of expert scripters and novice users alike. TextMate is well-known for its large number of bundles adding support, snippets, completions and commands for a huge number of file types.",
            "active": true,
            "categories": [
                "aqua",
                "editors"
            ],
            "maintainers": [
                {
                    "name": "cal",
                    "github": "neverpanic",
                    "ports_count": 53
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ragel",
                        "clang-18",
                        "multimarkdown",
                        "proctools",
                        "curl-ca-bundle",
                        "boost",
                        "ninja",
                        "openssl",
                        "sparsehash"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv",
                        "curl",
                        "capnproto",
                        "sqlite3",
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-sys-info-base",
            "portdir": "perl/p5-sys-info-base",
            "version": "0.780.700",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Sys::Info::Base",
            "description": "Base class for Sys::Info",
            "long_description": "Base class for Sys::Info",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-text-template-simple"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-sys-info",
                        "p5.26-sys-info-driver-osx"
                    ]
                }
            ]
        },
        {
            "name": "p5-sys-info-base",
            "portdir": "perl/p5-sys-info-base",
            "version": "0.781.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": "p5.34-sys-info-base",
            "homepage": "https://metacpan.org/pod/Sys::Info::Base",
            "description": "Sys::Info::Base - Base class for Sys::Info",
            "long_description": "Sys::Info::Base - Base class for Sys::Info",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-sys-info-base"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.28-sys-info-base",
            "portdir": "perl/p5-sys-info-base",
            "version": "0.781.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Sys::Info::Base",
            "description": "Sys::Info::Base - Base class for Sys::Info",
            "long_description": "Sys::Info::Base - Base class for Sys::Info",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.28",
                        "p5.28-parent",
                        "p5.28-text-template-simple",
                        "p5.28-sys-hostip"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.28-sys-info",
                        "p5.28-sys-info-driver-osx"
                    ]
                }
            ]
        },
        {
            "name": "p5.30-sys-info-base",
            "portdir": "perl/p5-sys-info-base",
            "version": "0.781.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Sys::Info::Base",
            "description": "Sys::Info::Base - Base class for Sys::Info",
            "long_description": "Sys::Info::Base - Base class for Sys::Info",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.30",
                        "p5.30-parent",
                        "p5.30-text-template-simple",
                        "p5.30-sys-hostip"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.30-sys-info",
                        "p5.30-sys-info-driver-osx"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-sys-info-base",
            "portdir": "perl/p5-sys-info-base",
            "version": "0.781.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Sys::Info::Base",
            "description": "Sys::Info::Base - Base class for Sys::Info",
            "long_description": "Sys::Info::Base - Base class for Sys::Info",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-parent",
                        "p5.32-text-template-simple",
                        "p5.32-sys-hostip"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-sys-info",
                        "p5.32-sys-info-driver-osx"
                    ]
                }
            ]
        },
        {
            "name": "p5.34-sys-info-base",
            "portdir": "perl/p5-sys-info-base",
            "version": "0.781.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Sys::Info::Base",
            "description": "Sys::Info::Base - Base class for Sys::Info",
            "long_description": "Sys::Info::Base - Base class for Sys::Info",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34",
                        "p5.34-parent",
                        "p5.34-text-template-simple",
                        "p5.34-sys-hostip"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-sys-info",
                        "p5-sys-info-base",
                        "p5.34-sys-info-driver-osx"
                    ]
                }
            ]
        },
        {
            "name": "octave-image",
            "portdir": "octave/octave-image",
            "version": "2.18.1",
            "license": "GPL-3+ and MIT and FreeBSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gnu-octave.github.io/packages/image/",
            "description": "The Octave-forge Image package provides functions for processing images. The package also provides functions for feature extraction, image statistics, spatial and geometric transformations, morphological operations, linear filtering, and much more.",
            "long_description": "The Octave-forge Image package provides functions for processing images. The package also provides functions for feature extraction, image statistics, spatial and geometric transformations, morphological operations, linear filtering, and much more.",
            "active": true,
            "categories": [
                "science",
                "math",
                "octave"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1211
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "octave",
                        "octave-signal"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "surfraw",
            "portdir": "net/surfraw",
            "version": "2.3.0",
            "license": "public-domain",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gitlab.com/surfraw/Surfraw",
            "description": "Shell Users' Revolutionary Front Rage Against the Web",
            "long_description": "Surfraw provides a fast unix command line interface to a variety of popular WWW search engines and other artifacts of power.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "alistair.isreal",
                    "github": "",
                    "ports_count": 1
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py39-scrapy",
            "portdir": "python/py-scrapy",
            "version": "2.12.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://scrapy.org/",
            "description": "A high-level Web Crawling and Web Scraping framework",
            "long_description": "Scrapy is a high level scraping and web crawling framework for writing spiders to crawl and parse web pages for all kinds of purposes, from information retrieval to monitoring or testing web sites.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 431
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-setuptools",
                        "py39-wheel",
                        "py39-build",
                        "py39-installer",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py39-itemadapter",
                        "py39-itemloaders",
                        "py39-lxml",
                        "py39-openssl",
                        "py39-parsel",
                        "py39-protego",
                        "py39-queuelib",
                        "py39-service_identity",
                        "py39-tldextract",
                        "py39-twisted",
                        "py39-typing_extensions",
                        "py39-w3lib",
                        "py39-zopeinterface",
                        "python39",
                        "py39-cryptography",
                        "py39-cssselect",
                        "py39-defusedxml",
                        "py39-dispatcher"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "scrapy_select"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py39-Pillow",
                        "py39-botocore",
                        "py39-jmespath",
                        "py39-pexpect",
                        "py39-pytest",
                        "py39-pytest-asyncio",
                        "py39-testfixtures",
                        "py39-tldextract",
                        "py39-sybil"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "py39-itemadapter",
                        "py39-itemloaders"
                    ]
                }
            ]
        },
        {
            "name": "py27-scrapy",
            "portdir": "python/py-scrapy",
            "version": "1.8.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://scrapy.org/",
            "description": "A high-level Web Crawling and Web Scraping framework",
            "long_description": "Scrapy is a high level scraping and web crawling framework for writing spiders to crawl and parse web pages for all kinds of purposes, from information retrieval to monitoring or testing web sites.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 431
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py27-cryptography",
                        "py27-cssselect",
                        "py27-dispatcher",
                        "py27-lxml",
                        "py27-openssl",
                        "py27-parsel",
                        "py27-protego",
                        "py27-queuelib",
                        "py27-service_identity",
                        "py27-six",
                        "py27-twisted",
                        "py27-w3lib",
                        "py27-zopeinterface",
                        "python27"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "scrapy_select"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py36-scrapy",
            "portdir": "python/py-scrapy",
            "version": "2.5.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://scrapy.org/",
            "description": "A high-level Web Crawling and Web Scraping framework",
            "long_description": "Scrapy is a high level scraping and web crawling framework for writing spiders to crawl and parse web pages for all kinds of purposes, from information retrieval to monitoring or testing web sites.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 431
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py36-cryptography",
                        "py36-cssselect",
                        "py36-dispatcher",
                        "py36-itemadapter",
                        "py36-itemloaders",
                        "py36-lxml",
                        "py36-openssl",
                        "py36-parsel",
                        "py36-protego",
                        "py36-queuelib",
                        "py36-service_identity",
                        "py36-setuptools",
                        "py36-twisted",
                        "py36-w3lib",
                        "py36-zopeinterface",
                        "python36"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "scrapy_select"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}