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

{
    "count": 51960,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=482",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=480",
    "results": [
        {
            "name": "bing",
            "portdir": "net/bing",
            "version": "1.0.5",
            "license": "BSD-old",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20050901062003/http://www.freenix.fr/freenix/logiciels/bing.html",
            "description": "Bandwidth measurement tool",
            "long_description": "Bing is a point-to-point bandwidth measurement tool (hence the 'b'), based on ping. Bing determines the real (raw, as opposed to available or average) throughput on a link by measuring ICMP echo requests roundtrip times for different packet sizes for each end of the link.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "binkd",
            "portdir": "net/binkd",
            "version": "0.9.4",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://2f.ru/binkd/",
            "description": "binkd FidoNET mailer",
            "long_description": "binkd is a program used in FidoNET networks to transfer files using IP transport.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "bk532",
                    "github": "",
                    "ports_count": 1
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "bittornado",
            "portdir": "net/bittornado",
            "version": "0.3.18",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.bittornado.com/",
            "description": "bittorrent client and python module with enhancements",
            "long_description": "bittornado is a tool for distributing files. It is based on the bittorrent tool but has many enhancement over it: multitracker support - to have redundant tracker, preferences menu for GUI client, webseed support to have better control of download, graphical torrent file maker and experimental IPv6 support.",
            "active": true,
            "categories": [
                "net",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "bittwist",
            "portdir": "net/bittwist",
            "version": "1.1",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://bittwist.sourceforge.net",
            "description": "Simple yet powerful libpcap-based Ethernet packet generator.",
            "long_description": "Bit-Twist is a simple yet powerful libpcap-based Ethernet packet generator. It is designed to compliment tcpdump, which by itself has done a great job in capturing network traffic. With Bit-Twist, you can now regenerate the captured traffic onto a live network! Packets are generated from tcpdump trace file (.pcap file). Bit-Twist also comes with a comprehensive trace file editor to allow you to change the contents of a trace file.",
            "active": true,
            "categories": [
                "net",
                "security"
            ],
            "maintainers": [
                {
                    "name": "normen",
                    "github": "Gminfly",
                    "ports_count": 11
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libpcap"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "blackbag",
            "portdir": "net/blackbag",
            "version": "0.9.1",
            "license": "Unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://wayback.archive.org/web/20101121045242/http://chargen.matasano.com/chargen/2008/5/1/blackbag-091-new-link-and-minor-fixes.html",
            "description": "A miscelleny of network testing tools.",
            "long_description": "Blackbag is Matasano's suite of penetration testing and reverse engineering tools. What started as a binary interactive netcat, has evolved into our blackbag of tools to help us understand and attack proprietary protocols, find compressed images inside of files and more!",
            "active": true,
            "categories": [
                "net",
                "security"
            ],
            "maintainers": [
                {
                    "name": "ecronin",
                    "github": "ecronin",
                    "ports_count": 6
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "libevent",
                        "openssl",
                        "libpcap"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "bmon",
            "portdir": "net/bmon",
            "version": "4.0",
            "license": "BSD and MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tgraf/bmon",
            "description": "An interface bandwidth monitor",
            "long_description": "bmon is a bandwidth monitor with multiple modes and mrtg-like ascii diagram capability.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "l2dy",
                    "github": "l2dy",
                    "ports_count": 97
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext",
                        "libconfuse",
                        "ncurses"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "bnbt",
            "portdir": "net/bnbt",
            "version": "8.1r3",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://bnbt.depthstrike.com/",
            "description": "C++ BitTorrent tracker",
            "long_description": "BNBT is a complete port of the original Python BitTorrent tracker to C++ for speed and efficiency. BNBT also offers many additional features beyond the original Python BitTorrent tracker, plus it's easy to use and customizable.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "bnetd",
            "portdir": "net/bnetd",
            "version": "0.4.25",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.chiark.greenend.org.uk/~owend/free/bnetd.html",
            "description": "daemon that emulates Blizzards Battle.net service",
            "long_description": "daemon that emulates Blizzards Battle.net service",
            "active": true,
            "categories": [
                "net",
                "games"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "bombadillo",
            "portdir": "net/bombadillo",
            "version": "2.4.0",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://bombadillo.colorfield.space",
            "description": "Bombabillo is a non-web client for the terminal, supporting Gopher, Gemini and much more.",
            "long_description": "Bombabillo is a non-web client for the terminal, supporting Gopher, Gemini and much more.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1056
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "bombardier",
            "portdir": "net/bombardier",
            "version": "2.0.2",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/codesenberg/bombardier",
            "description": "Fast cross-platform HTTP benchmarking tool written in Go",
            "long_description": "bombardier is a HTTP(S) benchmarking tool. It is written in Go programming language and uses excellent fasthttp instead of Go's default http library, because of its lightning fast performance.",
            "active": true,
            "categories": [
                "net",
                "www"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1056
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "bore-cli",
            "portdir": "net/bore-cli",
            "version": "0.6.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ekzhang/bore",
            "description": "A simple CLI tool for making tunnels to localhost",
            "long_description": "A simple CLI tool for making tunnels to localhost. A modern, simple TCP tunnel in Rust that exposes local ports to a remote server, bypassing standard NAT connection firewalls.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1056
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "brook",
            "portdir": "net/brook",
            "version": "20260101.0",
            "license": "GPL-3",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.txthinking.com",
            "description": "A cross-platform proxy/vpn software",
            "long_description": "Brook is a cross-platform strong encryption and not detectable proxy. Brook's goal is to keep it simple, stupid and not detectable.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 655
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "btpd",
            "portdir": "net/btpd",
            "version": "0.16",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/btpd/btpd/wiki",
            "description": "Utility for sharing files over the BitTorrent network protocol",
            "long_description": "Btpd is a utility for sharing files over the BitTorrent network protocol. It runs in daemon mode, thus needing no controlling terminal or gui. Instead, the daemon is controlled by btcli, its command line utility, or other programs capable of sending commands and queries on the control socket.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "bwm-ng",
            "portdir": "net/bwm-ng",
            "version": "0.6.3",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gropp.org",
            "description": "A small and simple bandwidth monitor",
            "long_description": "Bandwidth Monitor NG is a small and simple console-based live network and disk io bandwidth monitor for Linux, BSD, Solaris, Mac OS X and others.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "bwping",
            "portdir": "net/bwping",
            "version": "2.6",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://bwping.sourceforge.io/",
            "description": "Tool to measure bandwidth and RTT between two hosts using ICMP",
            "long_description": "A tool to measure bandwidth and response times between two hosts using Internet Control Message Protocol (ICMP) echo request/echo reply mechanism.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "oleg.derevenetz",
                    "github": "oleg-derevenetz",
                    "ports_count": 2
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "c-ares",
            "portdir": "net/c-ares",
            "version": "1.34.6",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://c-ares.org",
            "description": "C library for asynchronous DNS requests (including name resolves)",
            "long_description": "This is c-ares, an asynchronous resolver library. It is intended for applications which need to perform DNS queries without blocking, or need to perform multiple DNS queries in parallel. The primary examples of such applications are servers which communicate with multiple clients and programs with graphical user interfaces.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "toby",
                    "github": "tobypeterson",
                    "ports_count": 255
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake-bootstrap",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py27-gevent",
                        "py35-gevent",
                        "py36-gevent",
                        "py39-grpcio",
                        "py39-grpcio-tools",
                        "py37-pyarrow",
                        "py38-pyarrow",
                        "apache-arrow",
                        "py37-grpcio",
                        "py37-grpcio-tools",
                        "py38-grpcio",
                        "py38-grpcio-tools",
                        "pgbouncer",
                        "grpc",
                        "py310-grpcio",
                        "py310-grpcio-tools",
                        "bzflag",
                        "etherape",
                        "libexosip2",
                        "shadowsocks-libev",
                        "wireshark2",
                        "wireshark22",
                        "wireshark3",
                        "wireshark30",
                        "wireshark4",
                        "nghttp2-tools"
                    ]
                }
            ]
        },
        {
            "name": "cacti",
            "portdir": "net/cacti",
            "version": "1.1.27",
            "license": "GPL-2+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.cacti.net",
            "description": "Cacti is a complete RRDtool network graphing solution.",
            "long_description": "Cacti is a complete network graphing solution designed to harness the power of RRDtool`s data storage and graphing functions.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mysql57",
                        "rrdtool"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "network-weathermap"
                    ]
                }
            ]
        },
        {
            "name": "calendar-contacts-server",
            "portdir": "net/calendar-contacts-server",
            "version": "9.3.20200212",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.calendarserver.org",
            "description": "Apple Calendar and Contacts Server configuration",
            "long_description": "ccs-calendarserver is a standards-compliant server implementing the CalDAV and CardDAV protocols, including iMIP. It provides a shared location on the network allowing multiple users to store and edit calendaring and contact information. This port provides a basic, working, easily modifiable configuration, previously used in macOS Server.app, and an nginx reverse proxy to handle modern crypto and isolate the backend server.",
            "active": true,
            "categories": [
                "net",
                "mail"
            ],
            "maintainers": [
                {
                    "name": "s.t.smith",
                    "github": "essandess",
                    "ports_count": 37
                }
            ],
            "variants": [
                "initialize_always",
                "apns"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "mail-server",
                        "curl-ca-bundle",
                        "py27-asn1",
                        "py27-asn1-modules",
                        "py27-cffi",
                        "py27-constantly",
                        "py27-cryptography",
                        "py27-dateutil",
                        "py27-docutils",
                        "py27-enum34",
                        "py27-incremental",
                        "py27-ldap",
                        "py27-mock",
                        "py27-openssl",
                        "libffi",
                        "py27-psutil",
                        "py27-pycparser",
                        "py27-service_identity",
                        "py27-six",
                        "py27-virtualenv",
                        "py27-zopeinterface",
                        "py27-pyobjc-cocoa",
                        "memcached",
                        "nginx",
                        "cyrus-sasl2",
                        "postgresql17-server",
                        "py27-pip",
                        "openssl"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "pip_select",
                        "curl",
                        "postgresql_select"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "canto",
            "portdir": "net/canto",
            "version": "0.6.13",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://codezen.org/canto-ng/",
            "description": "flexible ncurses Atom/RSS newsreader for the console",
            "long_description": "Canto is an Atom/RSS feed reader for the console that is meant to be quick, concise, and colorful. It provides a minimal, yet information packed interface with almost infinite customization and extensibility",
            "active": true,
            "categories": [
                "net",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses",
                        "python27",
                        "py27-chardet",
                        "py27-feedparser"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "catgirl",
            "portdir": "net/catgirl",
            "version": "2.2a",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://git.causal.agency/catgirl/",
            "description": "a TLS-only terminal IRC client",
            "long_description": "catgirl is a TLS-only terminal IRC client. Its features include tab completion, split scrolling, URL detection, nick colouring topic diffing, and message filtering.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "rak",
                    "github": "ryanakca",
                    "ports_count": 9
                },
                {
                    "name": "june",
                    "github": "causal-agent",
                    "ports_count": 2
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses",
                        "libretls"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ccxstream",
            "portdir": "net/ccxstream",
            "version": "1.0.15",
            "license": "Noncommercial",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://buffalo.nas-central.org/wiki/Ccxstream_-_Xbox_Media_Stream_Protocol",
            "description": "Stream media files to XBox Media Center via XBMSP",
            "long_description": "Server to stream music and video files from your UNIX server to a XBox running XBox Media Player using the XBMSP protocol.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses",
                        "readline"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cdpd",
            "portdir": "net/cdpd",
            "version": "1.0.4.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://snar.spb.ru/prog/cdpd/",
            "description": "Sends Cisco Discovery Protocol announcements",
            "long_description": "cdpd periodically sends Cisco Discovery Protocol announcements on configured interfaces.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libpcap"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cdpr",
            "portdir": "net/cdpr",
            "version": "2.4",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.monkeymental.com/",
            "description": "Cisco Discovery Protocol Reporter",
            "long_description": "CDPR will show which switch and port the machine running it is connected to. It also supports sending cdp data back to a central server.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libpcap"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "centerim",
            "portdir": "net/centerim",
            "version": "5.0.1",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.centerim.org/",
            "description": "Console multi-IM client.",
            "long_description": "Console client for ICQ/Yahoo/IRC/LiveJournal.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses",
                        "openssl",
                        "libjpeg-turbo",
                        "gettext",
                        "libpurple",
                        "libiconv",
                        "curl",
                        "gpgme",
                        "libsigcxx2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "certgraph",
            "portdir": "net/certgraph",
            "version": "20220513",
            "license": "GPL-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/lanrat/certgraph",
            "description": "An open source intelligence tool to crawl the graph of certificate Alternate Names",
            "long_description": "CertGraph crawls SSL certificates creating a directed graph where each domain is a node and the certificate alternative names for that domain's certificate are the edges to other domain nodes. New domains are printed as they are found. In Detailed mode upon completion the Graph's adjacency list is printed. \n Crawling defaults to collecting certificate by connecting over TCP, however there are multiple drivers that can search Certificate Transparency logs. \n This tool was designed to be used for host name enumeration via SSL certificates, but it can also show you a \"chain\" of trust between domains and the certificates that re-used between them.",
            "active": true,
            "categories": [
                "net",
                "security"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1056
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cftp",
            "portdir": "net/cftp",
            "version": "0.12",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://nih.at/cftp/",
            "description": "full-screen ftp client",
            "long_description": "This is Comfortable FTP, a full screen ftp client. Supported are FTP both with active and passive data connections, IPv4 and IPv6.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cgmnlm",
            "portdir": "net/cgmnlm",
            "version": "1.8",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://git.sr.ht/~rwa/cgmnlm",
            "description": "cgmnlm is a colorful Gemini line mode client",
            "long_description": "cgmnlm is a colorful Gemini line mode client",
            "active": true,
            "categories": [
                "net",
                "gemini"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "bearssl"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "xdg-utils"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "chaosreader",
            "portdir": "net/chaosreader",
            "version": "0.94",
            "license": "GPL-2+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://chaosreader.sourceforge.net/",
            "description": "freeware tool to trace TCP/UDP/... sessions and fetch application data from snoop or tcpdump logs",
            "long_description": "chaosreader is a freeware tool to trace TCP/UDP/... sessions and fetch application data from snoop or tcpdump logs. This is a type of any-snarf program, as it will fetch telnet sessions, FTP files, HTTP transfers (HTML, GIF, JPEG, ...), SMTP emails, ... from the captured data inside network traffic logs. A html index file is created that links to all the session details, including realtime replay programs for telnet, rlogin, IRC, X11 and VNC sessions; and reports such as image reports and HTTP GET/POST content reports. Chaosreader can also run in standalone mode where it invokes tcpdump or snoop (if they are available) to create the log files and then processes them.",
            "active": true,
            "categories": [
                "net",
                "security"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "nsm-console"
                    ]
                }
            ]
        },
        {
            "name": "checkdns",
            "portdir": "net/checkdns",
            "version": "0.5",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/EnderUNIX/checkDNS",
            "description": "A domain name server analysis and reporting tool",
            "long_description": "A domain name server analysis and reporting tool",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cidr",
            "portdir": "net/cidr",
            "version": "2.3.2",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/404NotGone/cidr",
            "description": "RFC 1878 subnet helper",
            "long_description": "cidr is a utility for determining the network address and broadcast address for a CIDR subnet. It takes as input an ip address and netmask in binary, dotted-quad, hexadecimal, decimal or prefix formats. It outputs the network address, broadcast address, and a count (and optionally a list) of valid host addresses for the corresponding subnet.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cidr-go",
            "portdir": "net/cidr-go",
            "version": "2.3.0",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/bschaatsbergen/cidr",
            "description": "CLI to perform various actions on CIDR ranges",
            "long_description": "CLI to perform various actions on CIDR ranges",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 271
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cjdns",
            "portdir": "net/cjdns",
            "version": "22.3",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/cjdelisle/cjdns",
            "description": "Cjdns implements an encrypted IPv6 network.",
            "long_description": "Cjdns implements an encrypted IPv6 network using public-key cryptography for address allocation and a distributed hash table for routing. This provides near-zero-configuration networking, and prevents many of the security and scalability issues that plague existing networks.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "l2dy",
                    "github": "l2dy",
                    "ports_count": 97
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "rust",
                        "nodejs20",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "clash",
            "portdir": "net/clash",
            "version": "1.18.0",
            "license": "GPL-3",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Dreamacro/clash",
            "description": "A rule-based tunnel in Go",
            "long_description": "A rule-based tunnel in Go, feature-rich and supports VMess, Shadowsocks, Trojan, Snell protocols.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 271
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cleed",
            "portdir": "net/cleed",
            "version": "0.4.4",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/radulucut/cleed",
            "description": "Simple feed reader for the command line.",
            "long_description": "Simple feed reader for the command line.",
            "active": true,
            "categories": [
                "net",
                "www"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1056
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "clive",
            "portdir": "net/clive",
            "version": "0.4.10",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://sourceforge.net/projects/ljclive/",
            "description": "A console line client for livejournal.",
            "long_description": "This is a console UNIX client for updating weblogs. It is designed to be used interactively or as a UNX-style filter on the command line.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cloudflared",
            "portdir": "net/cloudflared",
            "version": "2026.1.1",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://developers.cloudflare.com/cloudflare-one/networks/connectors/cloudflare-tunnel/",
            "description": "Cloudflare Tunnel client (formerly Argo Tunnel)",
            "long_description": "Contains the command-line client for Cloudflare Tunnel, a tunneling daemon that proxies traffic from the Cloudflare network to your origins.",
            "active": true,
            "categories": [
                "net",
                "security"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 271
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "clusterit",
            "portdir": "net/clusterit",
            "version": "2.5",
            "license": "BSD-old",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.garbled.net/clusterit.html",
            "description": "Tools for running tasks on many machines",
            "long_description": "This is a collection of clustering tools for executing tasks across a network on two or more heterogeneous hosts.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses",
                        "xorg-libX11"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cmdftp",
            "portdir": "net/cmdftp",
            "version": "0.9.8",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.nongnu.org/cmdftp/",
            "description": "command line shell-like ftp client",
            "long_description": "cmdftp is a command line FTP client for Unix under GPL. Features include passive mode for all data transfers, shell like transparent syntax for local and remote modes, multiple and recursive file transfers using wildcards, recursive copy and move commands, remote and local text file viewing and editing, network errors detection and resuming of currently executing command, partial download resuming (if server accepts REST command), tab completion for both local and remote names, autologin using classic ~/.netrc approach, large file support.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cntlm",
            "portdir": "net/cntlm",
            "version": "0.92.3",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://cntlm.sourceforge.net/",
            "description": "Cntlm is an NTLM / NTLM Session Response / NTLMv2 authenticating HTTP proxy",
            "long_description": "Cntlm integrates TCP/IP port forwarding (HTTP tunneling), SOCKS5 proxy mode, standalone proxy allowing you to browse intranet as well as Internet and to access corporate web servers with NTLM protection. There are many advanced features like NTLMv2 support, password protection, password hashing, completely mutliplatform code (running on just about every architecture and OS out there) and so much more.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "coreutils"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "coeurl",
            "portdir": "net/coeurl",
            "version": "0.3.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://nheko.im/nheko-reborn/coeurl",
            "description": "Simple library to do http requests asynchronously via CURL in C++",
            "long_description": "Simple library to do http requests asynchronously via CURL in C++",
            "active": true,
            "categories": [
                "net",
                "www"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "meson",
                        "ninja",
                        "pkgconfig",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libevent",
                        "curl"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "mtxclient",
                        "nheko"
                    ]
                }
            ]
        },
        {
            "name": "comcast",
            "portdir": "net/comcast",
            "version": "1.0.1",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tylertreat/comcast",
            "description": "Simulating terrible network connections so you can build better systems.",
            "long_description": "Testing distributed systems under hard failures like network partitions and instance termination is critical, but it's also important we test them under less catastrophic conditions because this is what they most often experience. Comcast is a tool designed to simulate common network problems like latency, bandwidth restrictions, and dropped/reordered/corrupted packets. It works by wrapping up some system tools in a portable(ish) way.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1056
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "consul",
            "portdir": "net/consul",
            "version": "1.22.4",
            "license": "Commercial and Permissive",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.consul.io",
            "description": "Consul is a distributed service mesh to connect, secure, and configure services across any runtime platform and public or private cloud.",
            "long_description": "Consul is a service mesh solution providing a full featured control plane with service discovery, configuration, and segmentation functionality. Each of these features can be used individually as needed, or they can be used together to build a full service mesh. Consul requires a data plane and supports both a proxy and native integration model. Consul ships with a simple built-in proxy so that everything works out of the box, but also supports 3rd party proxy integrations such as Envoy.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1056
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "corkscrew",
            "portdir": "net/corkscrew",
            "version": "2.0",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20160706023057/http://www.agroman.net/corkscrew/",
            "description": "Tunnel SSH through HTTP proxies.",
            "long_description": "Corkscrew is a tool for tunneling SSH through HTTP proxies.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "normen",
                    "github": "Gminfly",
                    "ports_count": 11
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automake",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "cryptcat",
            "portdir": "net/cryptcat",
            "version": "1.2.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://cryptcat.sourceforge.net/",
            "description": "lightweight netcat with integrated transport encryption",
            "long_description": "Cryptcat is a lightweight version of netcat with integrated transport encryption capabilities.",
            "active": true,
            "categories": [
                "net",
                "security"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "csshX",
            "portdir": "net/csshX",
            "version": "0.74",
            "license": "(Artistic-1 or GPL)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://code.google.com/p/csshx/",
            "description": "Cluster ssh tool for Terminal.app",
            "long_description": "csshX is a tool to allow simultaneous control of multiple SSH sessions. csshX will attempt to create an SSH session to each remote host in separate Terminal.app windows. A master window will also be created. All keyboard input in the master will be sent to all the slave windows.",
            "active": true,
            "categories": [
                "sysutils",
                "net",
                "security"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ctorrent",
            "portdir": "net/ctorrent",
            "version": "3.3.2",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://sourceforge.net/projects/dtorrent/",
            "description": "command line BitTorrent client",
            "long_description": "Enhanced CTorrent is a BitTorrent client for unix-like environments. High performance with minimal system resources and dependencies is a priority.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "csup",
            "portdir": "net/csup",
            "version": "20060318",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://mu.org/~mux/csup.html",
            "description": "Csup is a rewrite of CVSup in C.",
            "long_description": "Csup is a rewrite of CVSup in C. CVSup(R) is a software for distributing and updating collections of files accross a network. It can efficiently and accurately mirror all types of files, including sources, binaries, hard links, symbolic links, and even device nodes. In addition to being a great general-purpose mirroring tool, CVSup includes special features and optimizations specifically tailored to CVS repositories. It is being used as the preferred way to update sources within the FreeBSD, NetBSD and OpenBSD projects and more.",
            "active": true,
            "categories": [
                "devel",
                "net"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "openssl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "curl",
            "portdir": "net/curl",
            "version": "8.19.0",
            "license": "Curl",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://curl.se",
            "description": "Tool for transferring files with URL syntax",
            "long_description": "curl is a client to get documents/files from servers, using any of the supported protocols. The command is designed to work without user interaction or any kind of interactivity.",
            "active": true,
            "categories": [
                "net",
                "www"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "ares",
                "brotli",
                "sectrust",
                "darwinssl",
                "gnutls",
                "mbedtls",
                "wolfssl",
                "gsasl",
                "gss",
                "http2",
                "http3",
                "idn",
                "openldap",
                "psl",
                "rtmp",
                "sftp_scp",
                "ssl",
                "zstd",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl",
                        "libidn2",
                        "brotli",
                        "libpsl",
                        "nghttp2",
                        "curl-ca-bundle",
                        "zlib",
                        "zstd"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "ipmitool",
                        "py311-pysaga",
                        "roswell",
                        "py313-pysaga",
                        "py39-pysaga",
                        "cvc4",
                        "py310-pysaga",
                        "pulumi",
                        "poedit",
                        "py314-pysaga",
                        "libhv",
                        "libsoup-devel",
                        "py312-pysaga",
                        "libsoup-2.4",
                        "mm-common",
                        "libsoup",
                        "fpm"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "openjdk8-bootstrap"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mariadb-10.5",
                        "mongodb",
                        "mysql8",
                        "aegis",
                        "appstream-glib",
                        "cargo",
                        "clib",
                        "cmake",
                        "cmake-devel",
                        "curlhandle",
                        "ecore",
                        "flickcurl",
                        "geoipupdate",
                        "git",
                        "idevicerestore",
                        "idevicerestore-devel",
                        "kcov",
                        "libcmis",
                        "libgit2",
                        "libgphoto2",
                        "librets",
                        "mediainfolib",
                        "tclcurl",
                        "wandio",
                        "wsdlpull",
                        "xmlrpc-c",
                        "cherrytree",
                        "textmate2",
                        "scummvm",
                        "scummvm-devel",
                        "cgminer",
                        "cpuminer",
                        "curlftpfs",
                        "s3fs",
                        "abgx360",
                        "alienarena",
                        "bzflag",
                        "enigma",
                        "enigma-devel",
                        "freeciv",
                        "freeciv-x11",
                        "frobtads",
                        "gnubg",
                        "openrct2",
                        "supertux",
                        "supertuxkart",
                        "xmoto",
                        "gdal",
                        "mapserver",
                        "orfeotoolbox",
                        "PDAL",
                        "proj7",
                        "proj8",
                        "saga",
                        "gstreamer010-gst-plugins-bad",
                        "gstreamer1-gst-plugins-bad",
                        "Aseprite",
                        "OpenSceneGraph",
                        "OpenSceneGraph-devel",
                        "darktable",
                        "feh",
                        "gimp2",
                        "gimp2-devel",
                        "gimp3-devel",
                        "jp2a",
                        "libopenraw",
                        "mupdf",
                        "poppler",
                        "poppler-qt5",
                        "poppler-qt4-mac",
                        "rawstudio",
                        "wxWidgets-3.2",
                        "weechat",
                        "dmd-tools",
                        "falcon",
                        "php80-curl",
                        "php74-curl",
                        "php73-curl",
                        "php72-curl",
                        "php71-curl",
                        "php70-curl",
                        "php56-curl",
                        "php55-curl",
                        "php54-curl",
                        "php53-curl",
                        "php52-curl",
                        "q",
                        "rust",
                        "gnupg1",
                        "libetpan",
                        "mail-server",
                        "R",
                        "libqalculate",
                        "octave",
                        "audacious-plugins",
                        "gpac",
                        "gtkpod",
                        "moc",
                        "tsduck",
                        "xine-ui",
                        "GTorrentViewer",
                        "centerim",
                        "cryfs",
                        "davix",
                        "esniper",
                        "ettercap",
                        "liboauth",
                        "libquvi",
                        "librdkafka",
                        "libtorrent",
                        "logjam",
                        "megatools",
                        "newsboat",
                        "profanity",
                        "quvi",
                        "rtorrent-devel",
                        "smokeping",
                        "snownews",
                        "transmission",
                        "transmission-x11",
                        "zabbix3",
                        "zabbix42",
                        "zabbix44",
                        "zeek",
                        "libreoffice",
                        "p5.26-mail-spamassassin",
                        "p5.28-mail-spamassassin",
                        "p5.30-mail-spamassassin",
                        "p5.26-net-curl",
                        "p5.28-net-curl",
                        "p5.30-net-curl",
                        "p5.26-www-curl",
                        "p5.28-www-curl",
                        "p5.30-www-curl",
                        "php53-http",
                        "php54-http",
                        "php55-http",
                        "php53-http2",
                        "php54-http2",
                        "php55-http2",
                        "php56-http2",
                        "php53-oauth",
                        "php54-oauth",
                        "php55-oauth",
                        "php56-oauth",
                        "php70-oauth",
                        "php71-oauth",
                        "php72-oauth",
                        "php73-oauth",
                        "php74-oauth",
                        "php80-oauth",
                        "php53-solr",
                        "php54-solr",
                        "php55-solr",
                        "php56-solr",
                        "php70-solr",
                        "php71-solr",
                        "php72-solr",
                        "php73-solr",
                        "php74-solr",
                        "php80-solr",
                        "py27-curl",
                        "py37-curl",
                        "py38-curl",
                        "py39-curl",
                        "py27-curlish",
                        "py37-gmic",
                        "py38-gmic",
                        "py39-gmic",
                        "py36-isce2",
                        "py37-isce2",
                        "py27-pysam",
                        "py36-pysam",
                        "cdo",
                        "cfitsio",
                        "ckon",
                        "gds",
                        "gmic",
                        "gmic-qt",
                        "gmic-gimp",
                        "gmic-clib",
                        "gmt5",
                        "gmt6",
                        "gpredict",
                        "grads",
                        "htslib",
                        "indi",
                        "libdap",
                        "metview",
                        "ncarg",
                        "nco",
                        "netcdf",
                        "pihpsdr",
                        "viking",
                        "wview",
                        "xastir",
                        "xrootd",
                        "authforce",
                        "ctool",
                        "lastpass-cli",
                        "lastpass-cli-doc",
                        "xmltooling",
                        "yubico-c-client",
                        "cardpeek",
                        "clamav",
                        "collectd",
                        "gearmand",
                        "libvirt",
                        "lnav",
                        "netdata",
                        "synergy",
                        "synergy-app",
                        "tldr-cpp-client",
                        "html-xml-utils",
                        "libmrss",
                        "libnxml",
                        "multimarkdown",
                        "sword",
                        "tesseract",
                        "tesseract-training",
                        "zorba",
                        "NetSurf",
                        "edbrowse",
                        "litebrowser",
                        "mod_security2",
                        "raptor2",
                        "rasqal",
                        "redland",
                        "tumbler",
                        "mariadb-10.6",
                        "php81-curl",
                        "git-cinnabar",
                        "p5.32-mail-spamassassin",
                        "p5.32-net-curl",
                        "p5.32-www-curl",
                        "roswell",
                        "wrangler",
                        "recutils",
                        "hurl",
                        "gretl",
                        "musikcube",
                        "darktable-devel",
                        "cmake-devel-docs",
                        "mariadb-10.7",
                        "php81-oauth",
                        "php81-solr",
                        "mod_tile",
                        "mongodb-devel",
                        "p5.34-mail-spamassassin",
                        "p5.34-net-curl",
                        "p5.34-www-curl",
                        "warzone2100",
                        "kicad",
                        "py310-curl",
                        "mrustc-rust",
                        "proj9",
                        "p5.28-alien-curl",
                        "p5.30-alien-curl",
                        "p5.32-alien-curl",
                        "p5.34-alien-curl",
                        "mariadb-10.8",
                        "html2text",
                        "gmic-lib",
                        "rust-bootstrap",
                        "rust-bootstrap-10.6",
                        "rust-bootstrap-10.5",
                        "rust-bootstrap-transition",
                        "poppler-devel",
                        "poppler-devel-qt5",
                        "php82-curl",
                        "smooth",
                        "the_Foundation",
                        "mariadb-10.10",
                        "cabal",
                        "mariadb-10.9",
                        "dar",
                        "csound",
                        "faustlive-devel",
                        "gmpc",
                        "herrie",
                        "icecast2",
                        "lastfmlib",
                        "libofa",
                        "mpd",
                        "ncmpcpp",
                        "pianobar",
                        "libpiano",
                        "pianod",
                        "scmpc",
                        "vorbis-tools",
                        "xmms2",
                        "usbprog",
                        "mariadb-11.4",
                        "btfs",
                        "py313-orfeotoolbox",
                        "luanti",
                        "gdal-netcdf",
                        "py314-curl",
                        "cmake-gui-devel",
                        "cmake-docs-devel",
                        "rustup",
                        "py314-orfeotoolbox",
                        "php85-curl",
                        "php85-oauth",
                        "php84-oauth",
                        "php84-solr",
                        "php85-solr",
                        "coot",
                        "coot-devel",
                        "cabal-prebuilt",
                        "zeek-devel",
                        "pounce",
                        "mariadb-10.11",
                        "snac",
                        "php82-oauth",
                        "php82-solr",
                        "coeurl",
                        "py311-curl",
                        "R-curl",
                        "R-RCurl",
                        "fortran-curl",
                        "git-devel",
                        "stklos-curl-devel",
                        "R-Rhtslib",
                        "trurl",
                        "R-Rsamtools",
                        "libopenraw-legacy",
                        "ufo-ai",
                        "toxic",
                        "R-csaw",
                        "clamav-legacy",
                        "php83-curl",
                        "uacme",
                        "libgit2-devel",
                        "librasterlite2",
                        "R-arrow",
                        "transmission-qt",
                        "py310-orfeotoolbox",
                        "py311-orfeotoolbox",
                        "R-VariantAnnotation",
                        "py312-curl",
                        "php83-oauth",
                        "PineFlash",
                        "php83-solr",
                        "rust-bootstrap-10.7",
                        "newsraft",
                        "lnav-devel",
                        "gitoxide",
                        "py312-orfeotoolbox",
                        "cmake-gui",
                        "cmake-docs",
                        "rb33-curb",
                        "rb32-curb",
                        "rb31-curb",
                        "rb30-curb",
                        "abaddon",
                        "gcli",
                        "qmmp",
                        "albafetch",
                        "libclastfm",
                        "appstream",
                        "php84-curl",
                        "cpr",
                        "syslog-ng-devel",
                        "libnick",
                        "llama.cpp",
                        "libsixel",
                        "chatgpt-client",
                        "py313-curl",
                        "gdal-hdf5",
                        "gdal-kea"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gutils-suite-core",
                        "cabal-prebuilt",
                        "winetricks",
                        "cabal",
                        "flash",
                        "gnuastro",
                        "R-mRpostman",
                        "git-ftp",
                        "ain",
                        "dwarfstar4",
                        "asdf",
                        "calendar-contacts-server",
                        "rb33-curl_ffi",
                        "rb32-curl_ffi",
                        "rb31-curl_ffi",
                        "cargo-generate"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "libutf8proc"
                    ]
                }
            ]
        },
        {
            "name": "curlie",
            "portdir": "net/curlie",
            "version": "1.8.2",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://curlie.io",
            "description": "The power of curl, the ease of use of httpie.",
            "long_description": "If you like the interface of HTTPie but miss the features of curl, curlie is what you are searching for. Curlie is a frontend to curl that adds the ease of use of httpie, without compromising on features and performance. All curl options are exposed with syntax sugar and output formatting inspired from httpie.",
            "active": true,
            "categories": [
                "net",
                "www"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 655
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "curl-ca-bundle",
            "portdir": "net/curl",
            "version": "8.19.0",
            "license": "(MPL-2 or LGPL-2.1+)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://curl.se",
            "description": "CA certificate bundle for curl",
            "long_description": "Installs a bundle of certification authority certificates (CA certs) which curl (when linked with OpenSSL) uses to verify the authenticity of secure web and FTP servers.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "perl5",
                        "gcc15"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip",
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "textmate2"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "curl",
                        "offlineimap",
                        "calendar-contacts-server",
                        "privoxy-pki-bundle"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "subversion",
                        "glib-networking",
                        "rest",
                        "weechat",
                        "postgresql16",
                        "isync",
                        "mutt",
                        "neomutt",
                        "ddclient",
                        "s3cmd",
                        "p11-kit",
                        "alpine",
                        "postgresql17",
                        "postgresql18",
                        "mercurial",
                        "reuse"
                    ]
                }
            ]
        }
    ]
}