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

{
    "count": 52341,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=935",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=933",
    "results": [
        {
            "name": "bind9",
            "portdir": "net/bind9",
            "version": "9.20.24",
            "license": "(MPL-2 or GPL-2+ or LGPL-2.1+ or AGPL-3+)",
            "platforms": "{darwin >= 11} freebsd sunos",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.isc.org/bind/",
            "description": "Domain Name System server",
            "long_description": "The BIND DNS Server is used on the vast majority of name serving machines on the Internet, providing a robust and stable architecture on top of which an organization's naming architecture can be built. The resolver library included in the BIND distribution provides the standard APIs for translation between domain names and Internet addresses and is intended to be linked with applications requiring name service.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "dluke",
                    "github": "danielluke",
                    "ports_count": 31
                },
                {
                    "name": "jmr",
                    "github": "jmroot",
                    "ports_count": 353
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl",
                        "userspace-rcu",
                        "libidn2",
                        "lmdb",
                        "libxml2",
                        "nghttp2",
                        "json-c",
                        "jemalloc",
                        "libuv"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "dns-server"
                    ]
                }
            ]
        },
        {
            "name": "bettercap",
            "portdir": "net/bettercap",
            "version": "2.41.5",
            "license": "GPL-3",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.bettercap.org",
            "description": "The Swiss Army knife for 802.11, BLE and Ethernet networks reconnaissance and MITM attacks.",
            "long_description": "bettercap is a powerful, easily extensible and portable framework written in Go which aims to offer to security researchers, red teamers and reverse engineers an easy to use, all-in-one solution with all the features they might possibly need for performing reconnaissance and attacking WiFi networks, Bluetooth Low Energy devices, wireless HID devices and Ethernet networks.",
            "active": true,
            "categories": [
                "net",
                "security"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1073
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "go",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libusb",
                        "libpcap"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "baresip",
            "portdir": "net/baresip",
            "version": "4.6.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/baresip/baresip",
            "description": "portable and modular SIP User-Agent with audio and video support",
            "long_description": "baresip is a portable and modular SIP User-Agent with audio and video support.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "aeh",
                    "github": "alfredh",
                    "ports_count": 7
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsdl2",
                        "openssl",
                        "codec2",
                        "ffmpeg8",
                        "libre",
                        "libgsm",
                        "spandsp-devel"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "bandwhich",
            "portdir": "net/bandwhich",
            "version": "0.23.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/imsnif/bandwhich",
            "description": "Terminal bandwidth utilization tool (formerly known as \"what\")",
            "long_description": "bandwhich sniffs a given network interface and records IP packet size, cross referencing it with the /proc filesystem on linux or lsof on macOS. It is responsive to the terminal window size, displaying less info if there is no room for it. It will also attempt to resolve ips to their host name in the background using reverse DNS on a best effort basis.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1073
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "balance",
            "portdir": "net/balance",
            "version": "3.57",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://balance.inlab.net",
            "description": "Simple but powerful generic TCP proxy",
            "long_description": "Balance is a simple but powerful generic TCP proxy with round-robin load balancing and failover mechanisms. Its behaviour can be controlled at runtime using a simple command line syntax.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "axel",
            "portdir": "net/axel",
            "version": "2.17.14",
            "license": "(GPL-2+ or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/axel-download-accelerator/axel",
            "description": "A light Unix download accelerator",
            "long_description": "Axel does the same thing any other accelerator does: it opens more than one HTTP/FTP connection per download and each connection transfers its own, separate, part of the file. It may sound weird, but it works very well in practice.",
            "active": true,
            "categories": [
                "net",
                "www"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 288
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gettext",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "avahi",
            "portdir": "net/avahi",
            "version": "0.8",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://avahi.org",
            "description": "Avahi is an Implementation of the DNS Service Discovery and Multicast DNS specifications for Zeroconf Networking.",
            "long_description": "Avahi is an Implementation of the DNS Service Discovery and Multicast DNS specifications for Zeroconf Networking. It uses D-Bus for communication between user applications and a system daemon. The daemon is used to coordinate application efforts in caching replies, necessary to minimize the traffic imposed on networks.",
            "active": true,
            "categories": [
                "devel",
                "net"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 288
                }
            ],
            "variants": [
                "mono",
                "test",
                "gtk",
                "gtk3",
                "qt4",
                "qt5",
                "python27",
                "python310",
                "python311",
                "python312",
                "python313",
                "python314",
                "x11",
                "quartz",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automake",
                        "gettext",
                        "pkgconfig",
                        "gobject-introspection",
                        "intltool",
                        "libxml2",
                        "xmltoman",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-gobject3",
                        "gdbm",
                        "dbus-python314",
                        "dbus",
                        "libdaemon",
                        "libevent",
                        "gtk3",
                        "expat",
                        "gettext-runtime",
                        "py314-gdbm"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "VLC2",
                        "libVLC2",
                        "pulseaudio",
                        "telepathy-salut",
                        "libdmapsharing",
                        "grilo-plugins",
                        "libepc",
                        "tracker3",
                        "sane-backends",
                        "kdelibs4",
                        "mod_dnssd"
                    ]
                }
            ]
        },
        {
            "name": "autossh",
            "portdir": "net/autossh",
            "version": "1.4g",
            "license": "Permissive and BSD",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.harding.motd.ca/autossh/",
            "description": "tool to restart terminated ssh sessions",
            "long_description": "autossh is a program to start a copy of ssh and monitor it, restarting it as necessary should it die or stop passing traffic.",
            "active": true,
            "categories": [
                "sysutils",
                "net"
            ],
            "maintainers": [],
            "variants": [
                "macports_ssh",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "hem"
                    ]
                }
            ]
        },
        {
            "name": "asused",
            "portdir": "net/asused",
            "version": "3.72",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.ripe.net/data-tools/web-asused",
            "description": "Command-line tool to run a check on the usage of the RIPE Whois DB",
            "long_description": "Asused is a tool to check and summarise address space registered in the RIPE database. For a given list of allocations the tool prints various information concerning the allocations and the assignments they contain.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "arpwatch",
            "portdir": "net/arpwatch",
            "version": "3.8",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://ee.lbl.gov",
            "description": "Monitor ARP & RARP requests",
            "long_description": "Arpwatch monitors ethernet activity and maintains a database of ethernet/ip address pairings. It also reports certain changes via email.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "normen",
                    "github": "Gminfly",
                    "ports_count": 11
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automake",
                        "wget",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libpcap",
                        "python313"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "net-snmp"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "arping",
            "portdir": "net/arping",
            "version": "2.28",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ThomasHabets/arping",
            "description": "utility to find out if an IP address is already taken on a LAN",
            "long_description": "Arping is a util to find out if a specific IP address on the LAN is 'taken' and what MAC address owns it.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "snc",
                    "github": "nerdling",
                    "ports_count": 157
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libnet",
                        "libpcap"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "arpd",
            "portdir": "net/arpd",
            "version": "0.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.citi.umich.edu/u/provos/honeyd/",
            "description": "user space ARP (Address Resolution Protocol) daemon",
            "long_description": "user space ARP (Address Resolution Protocol) daemon",
            "active": true,
            "categories": [
                "net",
                "security"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libevent",
                        "libdnet",
                        "libpcap"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "arp-scan",
            "portdir": "net/arp-scan",
            "version": "1.10.0",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/royhills/arp-scan",
            "description": "ARP scanning and fingerprinting tool",
            "long_description": "Arp-scan is a command-line tool that uses the ARP protocol to discover and fingerprint IP hosts on the local network.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1545
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libpcap"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "arla",
            "portdir": "net/arla",
            "version": "0.35.11",
            "license": "(BSD or Permissive)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.stacken.kth.se/project/arla/",
            "description": "free AFS implementation from KTH",
            "long_description": "Arla is a free AFS client implementation. The main goal of the Arla project is to make a fully functional client with all capabilities of commercial AFS. Other planned and implemented things are all the normal management tools and a server.",
            "active": true,
            "categories": [
                "net",
                "security"
            ],
            "maintainers": [],
            "variants": [
                "krbafs",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "krbafs"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "aria2",
            "portdir": "net/aria2",
            "version": "1.37.0",
            "license": "(GPL-2+ or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/aria2/aria2",
            "description": "download utility with resuming and segmented downloading",
            "long_description": "aria2 is a download utility with resuming and segmented downloading. Supported protocols are HTTP/HTTPS/FTP/BitTorrent.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1545
                }
            ],
            "variants": [
                "cares",
                "docs",
                "sqlite3",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-20",
                        "pkgconfig",
                        "libtool",
                        "gettext",
                        "automake"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "gettext-runtime",
                        "libxml2",
                        "libiconv",
                        "libuv",
                        "gnutls"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "parabolic"
                    ]
                }
            ]
        },
        {
            "name": "argus-monitor",
            "portdir": "net/argus-monitor",
            "version": "3.7",
            "license": "Artistic",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://argus.tcp4me.com/",
            "description": "The All Seeing System and Network Monitoring Software",
            "long_description": "The All Seeing System and Network Monitoring Software",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "apple_postfix"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl",
                        "gd2",
                        "postfix",
                        "fping",
                        "freetype",
                        "perl5.34",
                        "p5.34-berkeleydb",
                        "p5.34-crypt-des",
                        "db53",
                        "p5.34-digest-hmac",
                        "p5.34-digest-md5",
                        "p5.34-digest-sha1",
                        "p5.34-gd",
                        "p5.34-net-ssleay",
                        "p5.34-socket6",
                        "p5.34-time-hires",
                        "p5.34-dbi"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "argus-clients",
            "portdir": "net/argus-clients",
            "version": "3.0.8",
            "license": "GPL-2+ and BSD-old",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.qosient.com/argus/",
            "description": "Network Audit Record Generation and Utilization System",
            "long_description": "Argus is a real-time Flow Monitor that is designed to perform comprehensive IP network traffic auditing.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "no_ragraph",
                "sasl",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "flex",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "readline",
                        "cyrus-sasl2",
                        "perl5",
                        "rrdtool"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "nsm-console"
                    ]
                }
            ]
        },
        {
            "name": "argus",
            "portdir": "net/argus",
            "version": "3.0.8.2",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.qosient.com/argus/",
            "description": "the network Audit Record Generation and Utilization System",
            "long_description": "Argus is a real-time Flow Monitor that is designed to perform comprehensive IP network traffic auditing.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "sasl",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libpcap",
                        "cyrus-sasl2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "nsm-console"
                    ]
                }
            ]
        },
        {
            "name": "apan",
            "portdir": "net/apan",
            "version": "0.3.0-sql",
            "license": "GPL-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://apan.sourceforge.net",
            "description": "apan plugin for nagios",
            "long_description": "Apan, Advanced Performance Addon for Nagios is a tool for integrating Nagios with RRD-tool. The purpose is to make it easy to collect statistics from different service-checks in Nagios and to view it graphically via a web-interface.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "nagios"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ap-utils",
            "portdir": "net/ap-utils",
            "version": "1.3.3",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://ap-utils.sf.net/",
            "description": "Utilities for AMTEL, NWN, ME102 wireless access points",
            "long_description": "Utilities for AMTEL, NWN, ME102 wireless access points",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "antinat",
            "portdir": "net/antinat",
            "version": "0.90",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://antinat.sourceforge.net/",
            "description": "A powerful, configurable and flexible SOCKS server",
            "long_description": "Antinat is a flexible SOCKS server and client library for writing proxy-based applications. It supports SOCKS 4, SOCKS 4a, SOCKS 5, authentication, CHAP, XML firewalling, Win32, server chaining, and UDP. It also contains very experimental IPv6 support. SOCKS can be used to overcome some limitations of NAT, including facilities for allowing connectbacks and server-side DNS. Antinat aims to be fully standards compliant, feature rich, and have a solid API for writing standards-compliant client applications.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "expat"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "annie",
            "portdir": "net/annie",
            "version": "0.10.3",
            "license": "none",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "lux",
            "homepage": "https://www.macports.org",
            "description": "Obsolete port, replaced by lux",
            "long_description": "This port has been replaced by lux.",
            "active": false,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "angst",
            "portdir": "net/angst",
            "version": "0.4b",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://angst.sourceforge.net/",
            "description": "an active sniffer",
            "long_description": "an active sniffer",
            "active": false,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libnet"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "airctl",
            "portdir": "net/airctl",
            "version": "0.7.3",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.25thandclement.com/~william/projects/airctl.html",
            "description": "tool to trigger connection, get status of Airport Base Stations",
            "long_description": "airctl is a commad-line utility to trigger connection and disconnection events on, and to print the status of an Apple AirPort Base Station. At the moment this is not a configuration utility.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "aiccu",
            "portdir": "net/aiccu",
            "version": "20070115",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.sixxs.net/tools/aiccu/",
            "description": "Automatic IPv6 Connectivity Configuration Utility",
            "long_description": "AICCU makes it very easy for SixXS users to get IPv6 connectivity everywhere they want. It uses the TIC (Tunnel Information & Control) protocol to request the information needed to setup a tunnel through which the connectivity is created. It supports 6in4 static (RFC 2893), 6in4 heartbeat (RFC 2893 + draft-massar-v6ops-heartbeat) and AYIYA (draft-massar-v6ops-ayiya) tunnel protocols.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "danchr",
                    "github": "danchr",
                    "ports_count": 175
                }
            ],
            "variants": [
                "gnutls"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "tuntaposx"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "aget",
            "portdir": "net/aget",
            "version": "0.4.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.enderunix.org/aget/",
            "description": "multithreaded HTTP download accelerator",
            "long_description": "Aget is a multithreaded HTTP download accelerator, similar to the Win32 Project Flashget.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "adns",
            "portdir": "net/adns",
            "version": "1.6.1",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.chiark.greenend.org.uk/~ian/adns/",
            "description": "asynchronous DNS client library",
            "long_description": "adns is a resolver library for C (and C++) programs, and a collection of useful DNS resolver utilities.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "apachetop"
                    ]
                }
            ]
        },
        {
            "name": "GTorrentViewer",
            "portdir": "net/GTorrentViewer",
            "version": "0.2b",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://gtorrentviewer.sourceforge.net/",
            "description": "GTK2 based viewer for .torrent files.",
            "long_description": "GTorrentViewer is a GTK2-based viewer/editor for BitTorrent meta files for UNIX like operating systems. It gathers information from trackers, checks files, shows detailed information about .torrents and even modifies some of it.",
            "active": true,
            "categories": [
                "net",
                "x11"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gtk2",
                        "curl",
                        "p5.34-xml-parser"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "FreeRDP",
            "portdir": "net/FreeRDP",
            "version": "3.17.2",
            "license": "Apache",
            "platforms": "darwin",
            "epoch": 3,
            "replaced_by": null,
            "homepage": "https://www.freerdp.com",
            "description": "A Remote Desktop Protocol implementation",
            "long_description": "FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "docs",
                "pulseaudio",
                "codecs",
                "cocoa",
                "sdl2",
                "sdl3",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "docbook-xsl-nons",
                        "libxslt",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xorg-libX11",
                        "xorg-libXcursor",
                        "xorg-libXext",
                        "xorg-libXfixes",
                        "xorg-libXi",
                        "xorg-libXinerama",
                        "xorg-libXrandr",
                        "zlib",
                        "xorg-libice",
                        "xorg-libsm",
                        "xrender",
                        "SDL3",
                        "SDL3_ttf",
                        "ffmpeg8",
                        "xorg-libXv",
                        "libusb",
                        "openssl",
                        "cairo",
                        "json-c"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ASFRecorder",
            "portdir": "net/ASFRecorder",
            "version": "1.1",
            "license": "Permissive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://asfrecorder.sourceforge.net",
            "description": "WindowsMedia Streaming client",
            "long_description": "ASFRecorder is a tool which enables you to download and save streaming content in Windows Media Format to your hard drive. It consists of a console-mode application which can be compiled in Linux, Darwin and SunOS.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "6tunnel",
            "portdir": "net/6tunnel",
            "version": "0.14",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/wojtekka/6tunnel",
            "description": "Tunnelling for IPv4-only application",
            "long_description": "6tunnel allows you to use services provided by IPv6 hosts with IPv4-only applications and vice-versa. It can bind to any of your IPv4 (default) or IPv6 addresses and forward all data to IPv4 or IPv6 (default) host.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "l2dy",
                    "github": "l2dy",
                    "ports_count": 97
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "3proxy",
            "portdir": "net/3proxy",
            "version": "0.9.4",
            "license": "BSD and GPL-2+ and LGPL-2.1+ and Apache",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://3proxy.ru/",
            "description": "tiny free proxy server",
            "long_description": "3proxy is a universal proxy server. It can be used to provide internal users with fully controllable access to external resources or to provide external users with access to internal resources.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "nano103",
                    "github": "nano103",
                    "ports_count": 3
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "xmltv",
            "portdir": "multimedia/xmltv",
            "version": "1.2.1",
            "license": "GPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.xmltv.org/",
            "description": "utilities to download tv listings and format them in xml",
            "long_description": "utilities to download tv listings and format them in xml",
            "active": true,
            "categories": [
                "textproc",
                "multimedia"
            ],
            "maintainers": [],
            "variants": [
                "perl5_28",
                "perl5_30",
                "perl5_32",
                "perl5_34"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34",
                        "p5.34-archive-zip",
                        "p5.34-cgi",
                        "p5.34-date-manip",
                        "p5.34-datetime",
                        "p5.34-datetime-format-iso8601",
                        "p5.34-datetime-format-sqlite",
                        "p5.34-datetime-format-strptime",
                        "p5.34-datetime-timezone",
                        "p5.34-dbd-sqlite",
                        "p5.34-dbi",
                        "p5.34-file-homedir",
                        "p5.34-file-slurp",
                        "p5.34-file-which",
                        "p5.34-http-cache-transparent",
                        "p5.34-json",
                        "p5.34-json-xs",
                        "sqlite3",
                        "p5.34-list-moreutils",
                        "p5.34-lwp-protocol-https",
                        "p5.34-lwp-useragent-determined",
                        "p5.34-soap-lite",
                        "p5.34-term-progressbar",
                        "p5.34-term-readkey",
                        "p5.34-tk",
                        "p5.34-tk-tablematrix",
                        "p5.34-unicode-string",
                        "p5.34-xml-dom",
                        "p5.34-xml-libxml",
                        "p5.34-xml-libxslt",
                        "p5.34-xml-parser",
                        "p5.34-xml-treepp",
                        "p5.34-xml-twig",
                        "p5.34-xml-writer",
                        "p5.34-lingua-preferred"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "xine-ui",
            "portdir": "multimedia/xine-ui",
            "version": "0.99.14",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://sourceforge.net/projects/xine/",
            "description": "A free multimedia player",
            "long_description": "xine is a free multimedia player. It plays back CDs, DVDs, and VCDs. It also decodes multimedia files like AVI, MOV, WMV, and MP3 from local disk drives, and displays multimedia streamed over the Internet. It interprets many of the most common multimedia formats available – and some of the most uncommon formats, too.",
            "active": true,
            "categories": [
                "multimedia"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libcaca",
                        "xine-lib",
                        "curl",
                        "libssh2",
                        "xorg-libXtst",
                        "xorg-libXv",
                        "xorg-libXxf86vm",
                        "Xft2",
                        "readline",
                        "aalib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "xine-lib",
            "portdir": "multimedia/xine-lib",
            "version": "1.2.13",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://sourceforge.net/projects/xine/",
            "description": "xine-lib is a free multimedia engine, released under the GPL.",
            "long_description": "xine-lib is a free multimedia engine, released under the GPL.",
            "active": true,
            "categories": [
                "multimedia"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "automake",
                        "libtool",
                        "clang-18",
                        "optipng",
                        "xmlto"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libmpcdec",
                        "libvorbis",
                        "wavpack",
                        "gnutls",
                        "libcdio",
                        "libdvdnav",
                        "libdvdread",
                        "libsdl",
                        "libssh2",
                        "ImageMagick",
                        "aalib",
                        "fontconfig",
                        "gdk-pixbuf2",
                        "libcaca",
                        "libmng",
                        "aom",
                        "dav1d",
                        "libbluray",
                        "libogg",
                        "a52dec",
                        "vcdimager",
                        "freetype",
                        "libGLU",
                        "mesa",
                        "xorg-libXinerama",
                        "xorg-libXt",
                        "xorg-libXvMC",
                        "xorg-xcb-util",
                        "ffmpeg4",
                        "libvpx",
                        "esound",
                        "faad2",
                        "flac",
                        "jack",
                        "libdca",
                        "libmad"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "xine-ui"
                    ]
                }
            ]
        },
        {
            "name": "x265",
            "portdir": "multimedia/x265",
            "version": "4.2",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.videolan.org/developers/x265.html",
            "description": "H.265 encoder",
            "long_description": "x265 is a free software library and application for encoding video streams into the H.265/MPEG-H HEVC compression format.",
            "active": true,
            "categories": [
                "multimedia"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "highdepth",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "git",
                        "gmake",
                        "nasm",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ffmpeg4",
                        "libVLC2",
                        "ffmpeg",
                        "ffmpeg-devel",
                        "ffmpeg6",
                        "ffmpeg7",
                        "avidemux",
                        "mythtv-core.28",
                        "VLC2",
                        "libheif-devel",
                        "libheif",
                        "ffmpeg8"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "av1an"
                    ]
                }
            ]
        },
        {
            "name": "x264transcode",
            "portdir": "multimedia/x264transcode",
            "version": "0.3.1",
            "license": "GPL-3+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://go.warwick.ac.uk/grok/x264transcode",
            "description": "Automated DVD/VOB/M2TS to MKV system",
            "long_description": "Script for automated backup of DVDs, SD vob and HD m2ts files for GNU/Linux and MacOS X. It works in _completely unattended mode_ and is designed to run in the background. It rips ALL subtitles and ALL audio tracks and transcodes video to x264, profile 3.1, crf mode, with b-frames. Video stream is cropped to get rid of black borders. Chapters work. The container is MKV.",
            "active": true,
            "categories": [
                "multimedia"
            ],
            "maintainers": [
                {
                    "name": "stefan.van.der.eijk",
                    "github": "",
                    "ports_count": 2
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mkvtoolnix",
                        "mplayer-devel",
                        "giflib",
                        "crswallow",
                        "lsdvd",
                        "ogmtools"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "x264",
            "portdir": "multimedia/x264",
            "version": "0.165.3222",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://www.videolan.org/developers/x264.html",
            "description": "x264 - a free h264/avc encoder",
            "long_description": "x264 is a free library for encoding H264/AVC video streams. The code is written by Laurent Aimar, Eric Petit(OS X), Min Chen (vfw/nasm), Justin Clay(vfw), Måns Rullgård and Loren Merritt from scratch. It is released under the terms of the GPL license.",
            "active": true,
            "categories": [
                "multimedia"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2661
                },
                {
                    "name": "makr",
                    "github": "mohd-akram",
                    "ports_count": 85
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "nasm",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "mythtv-core.27",
                        "libVLC2",
                        "ffmpeg",
                        "ffmpeg-devel",
                        "ffmpeg6",
                        "ffmpeg7",
                        "transcode",
                        "avidemux",
                        "mythtv-core.28",
                        "VLC2",
                        "ffmpeg8",
                        "libquicktime-devel",
                        "libquicktime",
                        "ffmpeg4",
                        "gstreamer1-gst-plugins-ugly",
                        "gstreamer010-gst-plugins-ugly"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "av1an"
                    ]
                }
            ]
        },
        {
            "name": "welle.io-devel",
            "portdir": "multimedia/welle.io",
            "version": "20221214.git6b69a78",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.welle.io/",
            "description": "DAB/DAB+ Software Radio",
            "long_description": "This is an open source DAB and DAB+ software defined radio (SDR) with support for rtl-sdr (RTL2832U) and airspy. It supports high DPI and touch displays and it runs even on cheap computers like Raspberry Pi 2/3 and 100€ China Windows 10 tablets.",
            "active": true,
            "categories": [
                "multimedia"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "rtlsdr",
                "soapysdr",
                "airspy",
                "cli",
                "profiling",
                "kiss_fft",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mpg123",
                        "libusb",
                        "fftw-3-single",
                        "SoapySDR",
                        "airspy",
                        "faad2",
                        "qt6-qtbase",
                        "qt6-qtdeclarative",
                        "qt6-qt5compat",
                        "qt6-qtcharts",
                        "qt6-qtmultimedia",
                        "rtl-sdr",
                        "lame"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "welle.io",
            "portdir": "multimedia/welle.io",
            "version": "2.4",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://www.welle.io/",
            "description": "DAB/DAB+ Software Radio",
            "long_description": "This is an open source DAB and DAB+ software defined radio (SDR) with support for rtl-sdr (RTL2832U) and airspy. It supports high DPI and touch displays and it runs even on cheap computers like Raspberry Pi 2/3 and 100€ China Windows 10 tablets.",
            "active": true,
            "categories": [
                "multimedia"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "rtlsdr",
                "soapysdr",
                "airspy",
                "cli",
                "profiling",
                "kiss_fft"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtcharts",
                        "qt5-qtmultimedia",
                        "qt5-qtquickcontrols",
                        "faad2",
                        "lame",
                        "qt5-qtquickcontrols2",
                        "libusb",
                        "fftw-3-single",
                        "SoapySDR",
                        "airspy",
                        "rtl-sdr",
                        "mpg123",
                        "qt5-qtbase",
                        "qt5-qtdeclarative"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "vobcopy",
            "portdir": "multimedia/vobcopy",
            "version": "1.2.0",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20180520195630/http://vobcopy.org:80/",
            "description": "copies DVD .vob files to hard disk",
            "long_description": "Vobcopy copies DVD disks or files to your hard disk, with optional decryption.",
            "active": true,
            "categories": [
                "multimedia"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libdvdread"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "vcdimager",
            "portdir": "multimedia/vcdimager",
            "version": "2.0.1",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.vcdimager.org/",
            "description": "Free software (Super) video CD authoring solution",
            "long_description": "The GNU (Super)VideoCD authoring solution for mastering, extracting and analyzing Video CDs and Super Video CDs.",
            "active": true,
            "categories": [
                "multimedia"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libcdio",
                        "popt",
                        "libxml2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "VLC2",
                        "libVLC2",
                        "xine-lib"
                    ]
                }
            ]
        },
        {
            "name": "vapoursynth",
            "portdir": "multimedia/vapoursynth",
            "version": "73",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/vapoursynth/vapoursynth",
            "description": "A video processing framework with simplicity in mind",
            "long_description": "VapourSynth is an application for video manipulation. Or a plugin. Or a library. It’s hard to tell because it has a core library written in C++ and a Python module to allow video scripts to be created. The software has been heavily inspired by Avisynth.",
            "active": true,
            "categories": [
                "multimedia",
                "python"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1073
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-cython",
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ImageMagick",
                        "zimg",
                        "ffmpeg",
                        "libass",
                        "libiconv",
                        "python314"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "av1an"
                    ]
                }
            ]
        },
        {
            "name": "tsduck",
            "portdir": "multimedia/tsduck",
            "version": "3.44-4676",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://tsduck.io/",
            "description": "MPEG Transport Stream Toolkit",
            "long_description": "MPEG Transport Stream Toolkit",
            "active": true,
            "categories": [
                "multimedia"
            ],
            "maintainers": [
                {
                    "name": "quentin",
                    "github": "quentinmit",
                    "ports_count": 8
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gsed",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "curl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "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": 2661
                }
            ],
            "variants": [
                "xvid",
                "mmx",
                "full",
                "a52dec",
                "faac",
                "freetype",
                "imagemagick",
                "libdv",
                "libogg",
                "libpostproc",
                "libquicktime",
                "libtheora",
                "libvorbis",
                "libxml2",
                "lzo",
                "mjpegtools",
                "x264",
                "experimental",
                "deprecated",
                "libsdl",
                "x11",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libvorbis",
                        "libdvdread",
                        "libsdl",
                        "ImageMagick",
                        "libjpeg-turbo",
                        "XviD",
                        "libdv",
                        "libmpeg2",
                        "libogg",
                        "libquicktime-devel",
                        "libtheora",
                        "mjpegtools",
                        "lzo2",
                        "freetype",
                        "libiconv",
                        "libxml2",
                        "xorg-libX11",
                        "xorg-libXaw",
                        "xorg-libXext",
                        "xorg-libXt",
                        "xorg-libXv",
                        "xorg-libice",
                        "xorg-libsm",
                        "xpm",
                        "x264",
                        "zlib",
                        "a52dec",
                        "faac",
                        "lame"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "dvdrip",
                        "subtitleripper"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "tovid"
                    ]
                }
            ]
        },
        {
            "name": "tovid",
            "portdir": "multimedia/tovid",
            "version": "0.35.2",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://tovid.wikia.com/",
            "description": "a collection of GPL video disc authoring tools",
            "long_description": "a collection of GPL video disc authoring tools, tovid can help you create your own DVDs, VCDs, and SVCDs for playback on your home DVD player.",
            "active": true,
            "categories": [
                "multimedia"
            ],
            "maintainers": [],
            "variants": [
                "gui"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-build",
                        "clang-18",
                        "py312-wheel",
                        "py312-setuptools",
                        "py312-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "mjpegtools",
                        "mplayer-devel",
                        "transcode",
                        "dvdrw-tools",
                        "md5sha1sum",
                        "tix",
                        "py312-tkinter",
                        "ffmpeg",
                        "dvdauthor",
                        "ImageMagick",
                        "sox",
                        "normalize"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tivodecode",
            "portdir": "multimedia/tivodecode",
            "version": "0.2pre4",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://tivodecode.sourceforge.net/",
            "description": "utility to convert .tivo files into mpeg",
            "long_description": "This software converts a .TiVo file (produced by the TiVoToGo functionality on recent TiVo software releases) to a normal MPEG file. This has the same functionality as using TiVo's supplied DirectShow DLL on Windows with a tool such as DirectShowDump, but is portable to different architectures and operating systems, and runs on the command line using files or pipes. The conversion still requires the valid MAK of the TiVo which recorded the file, so it cannot be used to circumvent their protection, simply to provide the same level of access as is already available on Windows.",
            "active": true,
            "categories": [
                "multimedia"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "tablet-encode",
            "portdir": "multimedia/tablet-encode",
            "version": "2.30",
            "license": "Artistic-1",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://mediautils.garage.maemo.org/tablet-encode.html",
            "description": "Transcoding video files for Nokia Internet Tablets",
            "long_description": "As the Nokia Internet Tablets have relatively slow processors, and relatively little storage space it is a good idea to transcode your videos to a smaller, more suitable format for watching them.",
            "active": true,
            "categories": [
                "multimedia"
            ],
            "maintainers": [],
            "variants": [
                "gui"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "mplayer-devel",
                        "perl5.34"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "mediaserv"
                    ]
                }
            ]
        },
        {
            "name": "subtitleripper",
            "portdir": "multimedia/subtitleripper",
            "version": "0.3-4",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://subtitleripper.sourceforge.net/",
            "description": "DVD subtitle ripper",
            "long_description": "If you want to convert DVD subtitles into text format (e.g. subrip format) or VobSub format this program could be useful for you.",
            "active": true,
            "categories": [
                "multimedia"
            ],
            "maintainers": [
                {
                    "name": "stephen",
                    "github": "stack",
                    "ports_count": 1
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libpng",
                        "netpbm",
                        "transcode"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "subdownloader",
            "portdir": "multimedia/subdownloader",
            "version": "2.0.18",
            "license": "GPL-3+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.subdownloader.net/",
            "description": "Automatically download and upload subtitles for videos",
            "long_description": "SubDownloader is a program for automatic download/upload subtitles for videofiles (DIVX,MPEG,AVI,VOB,etc) and DVD's using fast hashing.",
            "active": true,
            "categories": [
                "multimedia"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}