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

{
    "count": 51950,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=557",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=555",
    "results": [
        {
            "name": "fauxident",
            "portdir": "net/fauxident",
            "version": "1.2.1",
            "license": "GPL-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.alcyone.com/software/fauxident/",
            "description": "small extremely naive ident server",
            "long_description": "fauxident is a small Python script that will act as an extremely naive ident server, answering all ident requests with a consistent response -- either an ERROR or a USERID response.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fargate-cli",
            "portdir": "net/fargate-cli",
            "version": "0.3.2",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/awslabs/fargatecli",
            "description": "CLI for AWS Fargate",
            "long_description": "CLI for AWS Fargate. AWS Fargate is a serverless compute engine for containers that works with both Amazon Elastic Container Service (ECS) and Amazon Elastic Kubernetes Service (EKS). Fargate makes it easy for you to focus on building your applications. Fargate removes the need to provision and manage servers, lets you specify and pay for resources per application, and improves security through application isolation by design.",
            "active": true,
            "categories": [
                "devel",
                "sysutils",
                "net"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1055
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ez-ipupdate",
            "portdir": "net/ez-ipupdate",
            "version": "3.0.11b7",
            "license": "GPL-2+",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.ez-ipupdate.com",
            "description": "dynamic dns client",
            "long_description": "ez-ipupdate is a small utility for updating your host name at one of the dynamic DNS services. The daemon mode is currently not working under Darwin/OS-X.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "exabgp",
            "portdir": "net/exabgp",
            "version": "5.0.4",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Exa-Networks/exabgp",
            "description": "BGP swiss army knife",
            "long_description": "Control your network using BGP from any commodity servers and reap the benefit of software defined networking without OpenFlow. Receive parsed BGP updates in friendly form (plain text or JSON) and manipulate them with simple scripts.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py313-build",
                        "py313-installer",
                        "py313-setuptools",
                        "py313-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ettercap",
            "portdir": "net/ettercap",
            "version": "0.8.3.1",
            "license": "GPL-2+",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://ettercap.github.io/ettercap/",
            "description": "multipurpose sniffer/interceptor/logger for switched LAN",
            "long_description": "Ettercap is a multi-functional packet sniffer/interceptor/logger that works on switched LANs. It allows the active and passive dissection of numerous protocols, including ciphered ones, such as SSH1, and includes features for network and host analysis. Four modes are available: IP Based, MAC Address Based, ARP Based, and PublicARP Based.",
            "active": true,
            "categories": [
                "net",
                "security"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "gtk",
                "plugins",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses",
                        "openssl",
                        "pcre",
                        "zlib",
                        "curl",
                        "libnet",
                        "libpcap",
                        "gtk3",
                        "libgeoip",
                        "libtool"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ethr",
            "portdir": "net/ethr",
            "version": "1.0.0",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/microsoft/ethr",
            "description": "Ethr is a Network Performance Measurement Tool for TCP, UDP & HTTP.",
            "long_description": "Ethr is a cross platform network performance measurement tool written in golang. The goal of this project is to provide a native tool for comprehensive network performance measurements of bandwidth, connections/s, packets/s, latency, loss & jitter, across multiple protocols such as TCP, UDP, HTTP, HTTPS, and across multiple platforms such as Windows, Linux and other Unix systems.",
            "active": true,
            "categories": [
                "sysutils",
                "net",
                "www"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1055
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "etherape",
            "portdir": "net/etherape",
            "version": "0.9.20",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://etherape.sourceforge.net",
            "description": "graphical network monitor",
            "long_description": "EtherApe is a graphical network monitor for Unix modeled after etherman. Featuring link layer, ip and TCP modes, it displays network activity graphically. Hosts and links change in size with traffic. Color coded protocols display. It supports Ethernet, FDDI, Token Ring, ISDN, PPP and SLIP devices. It can filter traffic to be shown, and can read traffic from a file as well as live from the network.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "gnome-doc-utils",
                        "itstool",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgnomeui",
                        "c-ares",
                        "glib2",
                        "rarian",
                        "libpcap",
                        "desktop-file-utils",
                        "goocanvas2",
                        "libglade2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "et",
            "portdir": "net/et",
            "version": "6.2.11",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/MisterTea/EternalTerminal",
            "description": "a remote shell that automatically reconnects without interrupting the session",
            "long_description": "Eternal Terminal (ET) is a remote shell that automatically reconnects without interrupting the session.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "l2dy",
                    "github": "l2dy",
                    "ports_count": 97
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "libsodium",
                        "openssl",
                        "protobuf3-cpp"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "esniper",
            "portdir": "net/esniper",
            "version": "2.35.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://esniper.sourceforge.net/",
            "description": "esniper is a simple, lightweight tool for sniping ebay auctions.",
            "long_description": "esniper is a simple, lightweight tool for sniping ebay auctions.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "openssl",
                        "curl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ergo",
            "portdir": "net/ergo",
            "version": "0.4.1",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/cristianoliveira/ergo",
            "description": "A flexible reverse proxy which extends the well-known /etc/hosts declaration",
            "long_description": "A flexible reverse proxy which extends the well-known /etc/hosts declaration",
            "active": true,
            "categories": [
                "devel",
                "net",
                "www"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 162
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "elhttp",
            "portdir": "net/elhttp",
            "version": "0.22",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.cr0.net:8040/code/network/",
            "description": "the extra-light http proxy server",
            "long_description": "the extra-light http proxy server",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ejabberd",
            "portdir": "net/ejabberd",
            "version": "24.02",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.process-one.net/en/ejabberd/",
            "description": "ejabberd is an XMPP application server.",
            "long_description": "ejabberd is an XMPP application server. ejabberd stands for Erlang Jabber Daemon",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "ciserlohn",
                    "github": "ci42",
                    "ports_count": 35
                }
            ],
            "variants": [
                "odbc"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "git",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "expat",
                        "zlib",
                        "libiconv",
                        "libyaml",
                        "openssl",
                        "erlang"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "eiskaltdcpp",
            "portdir": "net/eiskaltdcpp",
            "version": "2.4.2-github-2024.10.25",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/eiskaltdcpp/eiskaltdcpp",
            "description": "Direct Connect protocols file sharing",
            "long_description": "EiskaltDC++ is a cross-platform program that uses the Direct Connect (DC aka NMDC) and Advanced Direct Connect (ADC) protocols. It is compatible with DC++, AirDC++, FlylinkDC++ and other DC clients. EiskaltDC++ also interoperates with all common DC hub software.",
            "active": true,
            "categories": [
                "net",
                "www",
                "p2p"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "qt4",
                "qt5",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "gettext",
                        "git",
                        "pkgconfig",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "sqlite3",
                        "jsoncpp",
                        "pcre2",
                        "libidn2",
                        "qt5-qtbase",
                        "libiconv",
                        "pango",
                        "openssl3",
                        "gettext-runtime",
                        "miniupnpc",
                        "qt5-qtmultimedia",
                        "qt5-qttools",
                        "bzip2",
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "eibd",
            "portdir": "net/eibd",
            "version": "0.0.5",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.auto.tuwien.ac.at/~mkoegler/index.php/eibd",
            "description": "eibd provides an interface to the EIB / KNX bus",
            "long_description": "Eibd provides over a TCP/IP and/or unix domain sockets access to the EIB bus using a simple protocol. It provides access at layer 4 as well as to high level mangement function. Multiple concurrent users are supported. A special bus monitor mode call vBusmonitor is implemented, which delivers all traffic, which eibd passes, but not disturbs send activities.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "argp-standalone",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pthsem",
                        "libxml2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "echoping",
            "portdir": "net/echoping",
            "version": "6.0.2",
            "license": "(GPL-2 or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://framagit.org/bortzmeyer/echoping",
            "description": "small program to test approximate network performance",
            "long_description": "echoping is a small program to test (approximately) the performance of a remote host by sending it TCP packets using \"echo\" or another protocol.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "gnutls",
                "ssl",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openldap",
                        "openssl",
                        "popt",
                        "libidn"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ec2-ls-hosts",
            "portdir": "net/ec2-ls-hosts",
            "version": "0.3.0",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ReSTARTR/ec2-ls-hosts",
            "description": "A simple cli-tool for describing ec2 instances",
            "long_description": "A simple cli-tool for describing ec2 instances",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 162
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dynamips",
            "portdir": "net/dynamips",
            "version": "0.2.23",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/GNS3/dynamips",
            "description": "Cisco router emulator",
            "long_description": "Dynamips emulates a variety of Cisco routers on a traditional PC. It supports the emulation of select 7200, 3600, 3700, and 2600 series routers. It uses real Cisco IOS images (which are not part of this package). Of course, this emulator cannot replace a real router. It is simply a complementary tool to real labs for administrators of Cisco networks or people wanting to pass their CCNA/CCNP/CCIE exams.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "lasticppc",
                    "github": "lastic",
                    "ports_count": 3
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libelf",
                        "libpcap"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "duck",
            "portdir": "net/duck",
            "version": "7.8.5.34493",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://duck.sh/",
            "description": "CLI for Cyberduck (a multi-protocol file transfer tool)",
            "long_description": "The universal file transfer tool 'duck' which runs in your shell on Linux and OS X or your Windows command line prompt. Edit files on remote servers, download, upload and copy between servers with FTP, SFTP or WebDAV plus support for cloud storage Amazon S3 & OpenStack Swift deployments.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "ijackson",
                    "github": "JacksonIsaac",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dsocks",
            "portdir": "net/dsocks",
            "version": "1.7",
            "license": "GPL-2",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://monkey.org/~dugsong/dsocks/",
            "description": "SOCKS client wrapper for *BSD / Mac OS X",
            "long_description": "dsocks supports just enough of SOCKS 4 and 5 to allow non-SOCKS-aware applications to connect through either a local OpenSSH or a local Tor SOCKS proxy.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "tor"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bsdmake",
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "openssh"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dsh",
            "portdir": "net/dsh",
            "version": "0.25.10",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.netfort.gr.jp/~dancer/software/dsh.html.en",
            "description": "Distributed shell: runs a command through rsh or ssh on a cluster of machines.",
            "long_description": "Dsh executes a command remotely on several different machines at the same time. A utility to effectively do the equivalent of \"for a in $(seq 1 10); do rsh $a command; done\" in Bourne shell.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libdshconfig"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "openssh"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "drill",
            "portdir": "net/drill",
            "version": "0.9.0",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/fcsonline/drill",
            "description": "Drill is an HTTP load testing application written in Rust inspired by Ansible syntax",
            "long_description": "Drill is an HTTP load testing application written in Rust inspired by Ansible syntax. The main goal for this project is to build a really lightweight tool as an alternative to others that require a JVM and other stuff. You can write benchmark files, in YAML format, describing all the stuff you want to test.",
            "active": true,
            "categories": [
                "net",
                "www"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1055
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "legacy-support",
                        "rust",
                        "clang-20",
                        "cargo",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl3",
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "doggo",
            "portdir": "net/doggo",
            "version": "1.1.5",
            "license": "GPL-3",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mr-karan/doggo",
            "description": "Command-line DNS Client for Humans",
            "long_description": "doggo is a modern command-line DNS client (like dig) written in Golang. It outputs information in a neat concise manner and supports protocols like DoH, DoT and DNSCrypt as well. It supports DNS over HTTP, DNS over TLS, DNS over TCP/UDP, DNS over DNSCrypt, as well as JSON output.",
            "active": true,
            "categories": [
                "sysutils",
                "net"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1055
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "doge",
            "portdir": "net/doge",
            "version": "0.2.8",
            "license": "EUPL-1.2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Dj-Codeman/dog_community",
            "description": "doge is a command-line DNS client",
            "long_description": "doge can look up! doge is a command-line DNS client, like dig. It has colourful output, understands normal command-line argument syntax, supports the DNS-over-TLS and DNS-over-HTTPS protocols, and can emit JSON.",
            "active": true,
            "categories": [
                "sysutils",
                "net"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 271
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "pandoc",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dog",
            "portdir": "net/dog",
            "version": "0.1.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://dns.lookup.dog/",
            "description": "dog is a command-line DNS client",
            "long_description": "Dogs can look up! dog is a command-line DNS client, like dig. IT has colourful output, understands normal command-line argument syntax, supports the DNS-over-TLS and DNS-over-HTTPS protocols, and can emit JSON.",
            "active": true,
            "categories": [
                "sysutils",
                "net"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1055
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-20",
                        "cargo",
                        "legacy-support",
                        "rust",
                        "just",
                        "pandoc"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind",
                        "openssl11"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "docsis",
            "portdir": "net/docsis",
            "version": "0.9.8",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/rlaager/docsis",
            "description": "generates binary configuration files for DOCSIS-compliant cable modems",
            "long_description": "This program encodes text configuration files which contain Configuration File Settings into binary configuration files, as specified by the DOCSIS Radio Frequency Interface Specification, Appendix C. It supports most DOCSIS 2.0 Configuration Settings.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "glib2",
                        "libtool",
                        "autoconf",
                        "automake",
                        "bison",
                        "flex"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "net-snmp",
                        "openssl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dnsviz",
            "portdir": "net/dnsviz",
            "version": "0.11.1",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/dnsviz/dnsviz",
            "description": "DNS measurement and diagnostic tool suite",
            "long_description": "DNSViz is a tool suite for measurement, diagnostic, and visualization of Domain Name System (DNS) behavior, including its security extensions (DNSSEC).",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "casey",
                    "github": "cdeccio",
                    "ports_count": 1
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "graphviz",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py314-cryptography",
                        "py314-dnspython"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dnstop",
            "portdir": "net/dnstop",
            "version": "20260401",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://dns.measurement-factory.com/tools/dnstop/",
            "description": "dnstop is a libpcap application that displays tables of DNS traffic",
            "long_description": "dnstop is a libpcap application that displays tables of DNS traffic",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "normen",
                    "github": "Gminfly",
                    "ports_count": 11
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses",
                        "libpcap"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dnstracer",
            "portdir": "net/dnstracer",
            "version": "1.9",
            "license": "BSD",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.mavetju.org/unix/dnstracer.php",
            "description": "trace a chain of DNS servers to the source",
            "long_description": "dnstracer determines where a given Domain Name Server (DNS) gets its information from, and follows the chain of DNS servers back to the servers which know the data.",
            "active": true,
            "categories": [
                "sysutils",
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dnsperf",
            "portdir": "net/dnsperf",
            "version": "2.14.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.dns-oarc.net/tools/dnsperf",
            "description": "DNS Performance Testing Tools",
            "long_description": "dnsperf and resperf are free tools developed by Nominum/Akamai (2006-2018) and DNS-OARC (since 2019) that make it simple to gather accurate latency and throughput metrics for Domain Name Service (DNS). These tools are easy-to-use and simulate typical Internet, so network operators can benchmark their naming and addressing infrastructure and plan for upgrades.",
            "active": true,
            "categories": [
                "sysutils",
                "net"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 655
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ldns",
                        "nghttp2",
                        "libck",
                        "openssl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dnsmasq",
            "portdir": "net/dnsmasq",
            "version": "2.92",
            "license": "GPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.thekelleys.org.uk/dnsmasq/doc.html",
            "description": "lightweight DNS forwarder and DHCP server",
            "long_description": "Dnsmasq is lightweight, easy to configure DNS forwarder and DHCP server. It is designed to provide DNS and, optionally, DHCP, to a small network. It can serve the names of local machines which are not in the global DNS. The DHCP server integrates with the DNS server and allows machines with DHCP-allocated addresses to appear in the DNS with names configured either in each host or in a central configuration file. Dnsmasq supports static and dynamic DHCP leases and BOOTP for network booting of diskless machines.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "snc",
                    "github": "nerdling",
                    "ports_count": 157
                }
            ],
            "variants": [
                "universal",
                "dhcp",
                "tftp",
                "ipv6"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dnsdiag",
            "portdir": "net/dnsdiag",
            "version": "2.9.3",
            "license": "BSD-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://dnsdiag.org",
            "description": "A set of tools to perform basic audits on your DNS requests and responses to make sure your DNS is working as you expect.",
            "long_description": "A set of tools to perform basic audits on your DNS requests and responses to make sure your DNS is working as you expect.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1419
                }
            ],
            "variants": [
                "python310",
                "python311",
                "python312",
                "python313",
                "python314"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-wheel",
                        "clang-18",
                        "py313-build",
                        "py313-installer",
                        "py313-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313",
                        "py313-requests",
                        "py313-requests-toolbelt",
                        "py313-dnspython",
                        "py313-cymruwhois"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dnscrypt-proxy",
            "portdir": "net/dnscrypt-proxy",
            "version": "2.1.15",
            "license": "ISC",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://dnscrypt.info",
            "description": "A flexible DNS proxy, with support for encrypted DNS protocols",
            "long_description": "A flexible DNS proxy, with support for modern encrypted DNS protocols such as DNSCrypt v2, DNS-over-HTTPS, Anonymized DNSCrypt and ODoH (Oblivious DoH).",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 271
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dnscap",
            "portdir": "net/dnscap",
            "version": "2.5.0",
            "license": "ISC",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.dns-oarc.net/tools/dnscap",
            "description": "DNS network traffic capture utility",
            "long_description": "DNS network traffic capture utility",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 271
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "zstd",
                        "ldns",
                        "libpcap",
                        "openssl3",
                        "lz4",
                        "xz"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "perl5.34",
                        "p5.34-yaml"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dnsa",
            "portdir": "net/dnsa",
            "version": "0.5",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "http://packetfactory.openwall.net/projects/dnsa/",
            "description": "DNS Auditing tool",
            "long_description": "DNS tool featuring DNS ID spoofing, DNS sniffing, and DNS cache poisoning.",
            "active": true,
            "categories": [
                "net",
                "security"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libnet"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dns2tcp",
            "portdir": "net/dns2tcp",
            "version": "0.5.2",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20171008214548/http://www.hsc.fr/ressources/outils/dns2tcp",
            "description": "TCP over DNS tunnel",
            "long_description": "dns2tcp is a tool for relaying TCP connections over DNS. There are no authentication nor encryption mechanisms: DNS encapsulation must be considered as an insecure and anonymous transport layer. Resources should be public external services like ssh, ssltunnel, etc.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dns-server",
            "portdir": "net/dns-server",
            "version": "9.16.13",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.isc.org/",
            "description": "Domain Name System server configuration",
            "long_description": "DNS server working configuration for named that provides a basic, working, easily modifiable LAN DNS server. The configuration includes example LAN, .private, and localhost zones, with example A, PTR, and CNAME (alias) records, MX, SPF, DKIM, and DMARC records for email servers, and URI, TXT, and SRV records for Kerberos servers. This configuration is based upon macOS Server.app's DNS server prior to its deprecation in Server.app version 5.7. See `man named`.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "s.t.smith",
                    "github": "essandess",
                    "ports_count": 37
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "bind9"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dnrd",
            "portdir": "net/dnrd",
            "version": "2.20.3",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://dnrd.sourceforge.net/",
            "description": "A proxy DNS daemon",
            "long_description": "DNRD is a proxy DNS daemon. It supports several forward servers for redundancy and/or load-balancing. DNS queries for specific domains can be forwarded to a specific group of DNS servers (with redundancy and load balancing) for that domain. It is useful for VPNs and supports offline and dialup sites in a good way.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dnetc",
            "portdir": "net/dnetc",
            "version": "2.9112.521",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.distributed.net",
            "description": "distributed.net client",
            "long_description": "distributed.net believes in the capability and potential of distributed computing. Their mission consists of three interdependent goals: development, deployment, and advocacy, to be pursued in the advancement of distributed computing. They advocate distributed computing, by encouraging global participation and contributions of processing power, bandwidth, and expertise; by providing a forum for discussion; and by raising awareness on the Internet and in the mainstream.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "djbdns",
            "portdir": "net/djbdns",
            "version": "1.05",
            "license": "public-domain",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cr.yp.to/djbdns.html",
            "description": "D.J. Bernstein's DNS tools",
            "long_description": "DJBDNS is a collection of Domain Name System tools. It includes several components: - The dnscache program is a local DNS cache. It accepts recursive DNS queries from local clients such as web browsers. It collects responses from remote DNS servers. - The tinydns program is a fast, UDP-only DNS server. It makes local DNS information available to the Internet. - The pickdns program is a load-balancing DNS server. It points clients to a dynamic selection of IP addresses. - The walldns program is a reverse DNS wall. It provides matching reverse and forward records while hiding local host information. - The dns library handles outgoing and incoming DNS packets. It can be used by clients such as web browsers to look up host addresses, host names, MX records, etc. It supports asynchronous resolution. - The dnsfilter program is a parallel IP-address-to-host-name converter. - The dnsip, dnsipq, dnsname, dnstxt, and dnsmx programs are simple command-line interfaces to DNS. - The dnsq and dnstrace programs are DNS debugging tools.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "ipv6",
                "dumpcache",
                "ignoreip",
                "persistmmap"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "ucspi-tcp",
                        "daemontools"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dino",
            "portdir": "net/dino",
            "version": "0.5.0",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://dino.im",
            "description": "Modern XMPP (Jabber) chat client",
            "long_description": "Modern XMPP (Jabber) chat client using GTK+/Vala.",
            "active": true,
            "categories": [
                "net",
                "www"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "gettext",
                        "meson",
                        "ninja",
                        "pkgconfig",
                        "desktop-file-utils",
                        "vala",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gstreamer1-gst-plugins-base",
                        "libsoup",
                        "cairo",
                        "gdk-pixbuf2",
                        "graphene",
                        "sqlite3",
                        "libsrtp",
                        "pango",
                        "gettext-runtime",
                        "gtk4",
                        "libadwaita",
                        "libnice",
                        "glib2",
                        "gnutls",
                        "gpgme",
                        "icu",
                        "libgcrypt",
                        "libgee",
                        "gstreamer1"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dibbler",
            "portdir": "net/dibbler",
            "version": "1.0.2RC1-20200723",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://klub.com.pl/dhcpv6/",
            "description": "A portable DHCPv6",
            "long_description": "Dibbler is a portable DHCPv6 implementation. It supports stateful (i.e. IPv6 address granting and IPv6 prefix delegation) as well as stateless (i.e. option granting) autoconfiguration for IPv6.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dhcptest",
            "portdir": "net/dhcptest",
            "version": "0.7",
            "license": "Boost-1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/CyberShadow/dhcptest",
            "description": "Cross-platform DHCP test client",
            "long_description": "This is a DHCP test tool. It can send DHCP discover packets, and listen for DHCP replies.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "dmd",
                        "druntime",
                        "phobos",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dhcping",
            "portdir": "net/dhcping",
            "version": "1.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.mavetju.org/unix/general.php",
            "description": "Send DHCP request to DHCP server for monitoring purposes",
            "long_description": "Send DHCP request to DHCP server for monitoring purposes",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dhcp",
            "portdir": "net/dhcp",
            "version": "4.1-ESV-R15-P1",
            "license": "ISC and BSD and SSLeay",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.isc.org/dhcp/",
            "description": "ISC dhcpd server",
            "long_description": "ISC's Dynamic Host Configuration Protocol Distribution reference implementation of all aspects of the DHCP protocol, through a suite of DHCP tools: A DHCP server, client, and relay agent. These tools all use a modular API which is designed to be sufficently general that can easily be made to work on POSIX- compliant operating systems and also non-POSIX systems like Windows NT and Mac OS. The DHCP server, client and relay agent are provided both as reference implementations of the protocol and as working, fully-features sample implementations. Both the client and the server provide functionality that, while not strictly required by the protocol, is very useful in practice. The DHCP server also makes allowance for non-compliant clients which one might still like to support.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "desproxy",
            "portdir": "net/desproxy",
            "version": "0.1.0-pre2",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://desproxy.sourceforge.net/",
            "description": "tunnels tcp, as socks, etc. through an http-proxy",
            "long_description": "Desproxy makes you able to establish TCP connections through an HTTP proxy by tunneling.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "deluge",
            "portdir": "net/deluge",
            "version": "2.2.0",
            "license": "(GPL-3+ or OpenSSLException)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.deluge-torrent.org",
            "description": "A GNOME BitTorrent client.",
            "long_description": "Deluge is a GNOME client for the BitTorrent network written in python.",
            "active": true,
            "categories": [
                "net",
                "gnome",
                "python"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2646
                }
            ],
            "variants": [
                "python310",
                "python311",
                "python312",
                "python313"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-wheel",
                        "clang-18",
                        "py313-build",
                        "py313-installer",
                        "py313-setuptools"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313",
                        "py313-zopeinterface",
                        "py313-six",
                        "py313-Pillow",
                        "py313-openssl",
                        "py313-mako",
                        "py313-asn1",
                        "py313-service_identity",
                        "gettext",
                        "py313-gobject3",
                        "py313-setproctitle",
                        "py313-twisted",
                        "py313-ifaddr",
                        "py313-pyxdg",
                        "py313-rencode",
                        "py313-chardet",
                        "gtk3",
                        "gdk-pixbuf2",
                        "librsvg",
                        "libtorrent-rasterbar",
                        "boost181"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "adwaita-icon-theme"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ddnsu",
            "portdir": "net/ddnsu",
            "version": "0.3.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://psydev.sourceforge.net/new/ddnsu/",
            "description": "simple, reliable and small updating client for dynamic DNS",
            "long_description": "ddnsu is a dynamic DNS updating client that aims to be simple, reliable, and above all very small. It works with services such as DynDNS.org.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ddclient",
            "portdir": "net/ddclient",
            "version": "3.11.2",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://ddclient.net/",
            "description": "Update dynamic DNS entries",
            "long_description": "ddclient is a Perl client used to update dynamic DNS entries for accounts on many dynamic DNS services.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "snc",
                    "github": "nerdling",
                    "ports_count": 157
                }
            ],
            "variants": [
                "system_sendmail"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "autoconf",
                        "automake",
                        "libtool"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-io-socket-ssl"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "postfix",
                        "curl-ca-bundle",
                        "p5.34-data-validate-ip"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "dcd",
            "portdir": "net/dcd",
            "version": "1.1.1",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20090709113604/http://www.dc.ds.pg.gda.pl:80/",
            "description": "Direct Connect Hub clone",
            "long_description": "DConnect Daemon is a Direct Connect Hub clone for Unix. It allow people to share their resources, i.e.: programs, graphics, all files ...",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "tcp_wrappers"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "davix",
            "portdir": "net/davix",
            "version": "0.8.10",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/cern-fts/davix",
            "description": "High-performance file management over WebDAV / HTTP",
            "long_description": "Davix aims to make the task of managing files over HTTP-based protocols simple. It is being developed by IT-ST at CERN, and while the project's purpose is its use on the CERN grid, the functionality offered is generic.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "jonesc",
                    "github": "cjones051073",
                    "ports_count": 232
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "python312",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libxml2",
                        "openssl3",
                        "curl"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "root6"
                    ]
                }
            ]
        }
    ]
}