GET /api/v1/ports/?format=api&ordering=updated_at&page=484
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=485",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=483",
    "results": [
        {
            "name": "ffp",
            "portdir": "net/ffp",
            "version": "0.0.8",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.thc.org/thc-ffp/",
            "description": "generates fuzzy fingerprints to facilitate MiM attacks",
            "long_description": "ffp is a tool that generates fuzzy fingerprints. Fuzzy fingerprinting is a technique that extends common man-in-the-middle attacks by generating fingerprints that closely resemble the target's public key fingerprint.",
            "active": true,
            "categories": [
                "net",
                "security"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "coreutils",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl10"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ffsend",
            "portdir": "net/ffsend",
            "version": "0.2.77",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gitlab.com/timvisee/ffsend",
            "description": "Easily and securely share files from the command line. A fully featured Firefox Send client.",
            "long_description": "Easily and securely share files and directories from the command line through a safe, private and encrypted link using a single simple command. Files are shared using the Send service and may be up to 1GB. Others are able to download these files with this tool, or through their web browser.",
            "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": "filebrowser",
            "portdir": "net/filebrowser",
            "version": "2.63.3",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://filebrowser.org",
            "description": "Web File Browser",
            "long_description": "filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files. It allows the creation of multiple users and each user can have its own directory. It can be used as a standalone app or as a middleware.",
            "active": true,
            "categories": [
                "sysutils",
                "net"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 271
                }
            ],
            "variants": [
                "command_runner"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "pnpm",
                        "clang-18",
                        "nodejs22"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "flow-tools",
            "portdir": "net/flow-tools",
            "version": "0.68.5.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/adsr/flow-tools",
            "description": "Suite of tools and library to work with netflow data",
            "long_description": "Suite of tools and library to work with netflow data",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "mysql57",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automake",
                        "pkgconfig",
                        "clang-18",
                        "autoconf",
                        "libtool"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl10",
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "flowd",
            "portdir": "net/flowd",
            "version": "0.9.1",
            "license": "Permissive and BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://code.google.com/p/flowd/",
            "description": "flowd is a small, fast and secure NetFlow collector.",
            "long_description": "flowd is a small, fast and secure NetFlow collector.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automake",
                        "byacc",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fortio",
            "portdir": "net/fortio",
            "version": "1.75.0",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://fortio.org",
            "description": "Fortio is a load testing library, command line tool, advanced echo server and web UI in go (golang).",
            "long_description": "Fortio is a load testing library, command line tool, advanced echo server and web UI in go (golang). Allows to specify a set query-per-second load and record latency histograms and other useful stats. Fortio runs at a specified query per second (qps) and records an histogram of execution time and calculates percentiles (e.g. p99 ie the response time such as 99% of the requests take less than that number (in seconds, SI unit)). It can run for a set duration, for a fixed number of calls, or until interrupted (at a constant target QPS, or max speed/load per connection/thread).",
            "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": "fping",
            "portdir": "net/fping",
            "version": "5.3",
            "license": "X11",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://fping.org/",
            "description": "A scriptable ping program to check if multiple hosts are up",
            "long_description": "fping is different from ping in that you can specify any number of hosts on the command line, or specify a file containing the lists of hosts to ping. Instead of trying one host until it timeouts or replies, fping will send out a ping packet and move on to the next host in a round-robin fashion. If a host replies, it is noted and removed from the list of hosts to check. If a host does not respond within a certain time limit and/or retry limit it will be considered unreachable.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "nagios-plugins"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "smokeping",
                        "xymon-client",
                        "xymon-server",
                        "argus-monitor",
                        "nedi"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "shmux",
                        "zabbix44",
                        "zabbix3",
                        "zabbix42"
                    ]
                }
            ]
        },
        {
            "name": "fprobe",
            "portdir": "net/fprobe",
            "version": "1.1",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://fprobe.sourceforge.net/",
            "description": "collects network traffic data",
            "long_description": "libpcap-based tool that collect network traffic data and emit it as NetFlow flows towards the specified collector.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libpcap"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fragroute",
            "portdir": "net/fragroute",
            "version": "1.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://monkey.org/~dugsong/fragroute/",
            "description": "intercept, modify, and rewrite egress traffic",
            "long_description": "fragroute intercepts, modifies, and rewrites egress traffic destined for a specified host, implementing most of the attacks described in the Secure Networks Insertion, Evasion, and Denial of Service:  Eluding Network Intrusion Detection paper of January 1998.",
            "active": true,
            "categories": [
                "net",
                "security"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libevent",
                        "libdnet",
                        "libpcap"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fsh",
            "portdir": "net/fsh",
            "version": "1.2",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.lysator.liu.se/fsh/",
            "description": "Fast remote command execution",
            "long_description": "fsh is a drop-in rsh-compatible replacement for ssh that automatically resuses ssh tunnels.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fsp",
            "portdir": "net/fsp",
            "version": "2.8.1b29",
            "license": "BSD and Permissive and BSD-old",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://fsp.sourceforge.net/",
            "description": "udp based alternate protocol for ftp, server and tools",
            "long_description": "FSP stands for File Service Protocol. It is a very lightweight UDP based protocol for transferring files. FSP has many benefits over FTP, mainly for running anonymous archives. FSP protocol is valuable in all kinds of environments because it is one of the only TCP/IP protocols that is not aggressive about bandwidth, while still being sufficiently fault tolerant.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "flex",
                        "scons",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fspclient",
            "portdir": "net/fspclient",
            "version": "0.93.1",
            "license": "(BSD or MIT)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://fspclient.sourceforge.net/",
            "description": "command line client for the fsp protocol",
            "long_description": "FSP Client is FTP-like interface for File Service Protocol. It look exactly like classic FTP does, but uses different transfer protocol.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "scons",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ftpmap",
            "portdir": "net/ftpmap",
            "version": "0.4",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20031008221224/http://www.jedi.claranet.fr/",
            "description": "Scans remote FTP servers to see what ftpd is used",
            "long_description": "Ftpmap uses program-specific fingerprints to discover the name of the software even when banners have been changed or removed, or when some featureshave been disabled. IPv6 is fully supported.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ftpsync",
            "portdir": "net/ftpsync",
            "version": "1.3.06",
            "license": "GPL-2+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://confluence.clazzes.org/display/FTPSYNC",
            "description": "Synchronizes a local and a remote ftp directory tree",
            "long_description": "Synchronizes a local and a remote ftp directory tree",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "perl5_28",
                "perl5_30",
                "perl5_32",
                "perl5_34"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "p5.34-file-listing",
                        "p5.34-net"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fwknop",
            "portdir": "net/fwknop",
            "version": "1.9.12",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.cipherdyne.org/fwknop/",
            "description": "'FireWall KNock OPerator': a port knocker to Linux servers",
            "long_description": "fwknop stands for the 'FireWall KNock OPerator', and implements an authorization scheme called Single Packet Authorization (SPA) that is based around Netfilter and libpcap. SPA requires only a single encrypted packet in order to communicate various pieces of information including desired access through a Netfilter policy and/or complete commands to execute on the target system. By using Netfilter to maintain a 'default drop' stance, the main application of this program is to protect services such as OpenSSH with an additional layer of security in order to make the exploitation of vulnerabilities (both 0-day and unpatched code) much more difficult. The authorization server passively monitors authorization packets via libcap and hence there is no 'server' to which to connect in the traditional sense. Access to a protected service is only granted after a valid encrypted and non-replayed packet is monitored. This port installs the client side script that you run to gain access to a Linux box.",
            "active": true,
            "categories": [
                "net",
                "security"
            ],
            "maintainers": [
                {
                    "name": "blair",
                    "github": "blair",
                    "ports_count": 26
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-crypt-rijndael",
                        "p5.34-digest-sha",
                        "p5.34-gnupg-interface",
                        "p5.34-crypt-cbc",
                        "p5.34-net-ping-external",
                        "p5.34-term-readkey",
                        "p5.34-unix-syslog",
                        "p5.34-net-ipv4addr"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fwknop-client",
            "portdir": "net/fwknop-client",
            "version": "2.6.10",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.cipherdyne.org/fwknop/",
            "description": "'FireWall KNock OPerator': a port knocker to Linux servers",
            "long_description": "fwknop stands for the 'FireWall KNock OPerator', and implements an authorization scheme called Single Packet Authorization (SPA) that is based around Netfilter and libpcap. SPA requires only a single encrypted packet in order to communicate various pieces of information including desired access through a Netfilter policy and/or complete commands to execute on the target system. By using Netfilter to maintain a 'default drop' stance, the main application of this program is to protect services such as OpenSSH with an additional layer of security in order to make the exploitation of vulnerabilities (both 0-day and unpatched code) much more difficult. The authorization server passively monitors authorization packets via libcap and hence there is no 'server' to which to connect in the traditional sense. Access to a protected service is only granted after a valid encrypted and non-replayed packet is monitored. This port installs the client side script that you run to gain access to a Linux box.",
            "active": true,
            "categories": [
                "net",
                "security"
            ],
            "maintainers": [
                {
                    "name": "blair",
                    "github": "blair",
                    "ports_count": 26
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gnupg2",
                        "wget",
                        "gpgme"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fzssh",
            "portdir": "net/fzssh",
            "version": "1.2.0",
            "license": "AGPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://fzssh.filezilla-project.org",
            "description": "SSH/SFTP library",
            "long_description": "fzssh is a SSH/SFTP library based on libfilezilla",
            "active": true,
            "categories": [
                "devel",
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "meson",
                        "clang-20",
                        "pkgconfig",
                        "ninja"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "argon2",
                        "nettle",
                        "libfilezilla",
                        "gmp"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "FileZilla"
                    ]
                }
            ]
        },
        {
            "name": "gWakeOnLAN",
            "portdir": "net/gWakeOnLAN",
            "version": "0.8.6",
            "license": "GPL-3+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.muflone.com/gwakeonlan",
            "description": "wake machines on your network using Wake-on-LAN",
            "long_description": "gWakeOnLAN is a GTK+ GUI for waking machines on your network using Wake-on-LAN.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "x11",
                "quartz"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-wheel",
                        "clang-18",
                        "py313-build",
                        "py313-installer",
                        "py313-setuptools",
                        "gettext",
                        "makeicns"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313",
                        "py313-gobject3",
                        "py313-pyxdg",
                        "gtk3"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gajim",
            "portdir": "net/gajim",
            "version": "1.9.5",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://dev.gajim.org/gajim/gajim",
            "description": "A full featured and easy to use Jabber client.",
            "long_description": "The goal of Gajim is to provide a full featured and easy to use Jabber client. Gajim works nicely with GNOME, but does not require it to run.",
            "active": true,
            "categories": [
                "net",
                "x11",
                "chat"
            ],
            "maintainers": [],
            "variants": [
                "python310",
                "python311",
                "python312"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gettext",
                        "libtool",
                        "pkgconfig",
                        "intltool",
                        "py312-build",
                        "py312-installer",
                        "py312-setuptools",
                        "py312-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-keyring",
                        "py312-qrcode",
                        "py312-sqlalchemy",
                        "py312-pypng",
                        "py312-css-parser",
                        "py312-emoji",
                        "py312-nbxmpp",
                        "py312-omemo-dr",
                        "adwaita-icon-theme",
                        "gtk3",
                        "gtksourceview4",
                        "libsoup",
                        "librsvg",
                        "python312",
                        "py312-certifi",
                        "py312-idna",
                        "py312-Pillow"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-pyobjc",
                        "libayatana-appindicator"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gallery-dl",
            "portdir": "net/gallery-dl",
            "version": "1.32.1",
            "license": "GPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://codeberg.org/mikf/gallery-dl",
            "description": "command-line program to download image galleries and collections from several image hosting sites",
            "long_description": "gallery-dl is a command-line program to download image galleries and collections from several image hosting sites. It is a cross-platform tool with many configuration options and powerful filenaming capabilities.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "akierig",
                    "github": "akierig",
                    "ports_count": 24
                }
            ],
            "variants": [
                "ffmpeg",
                "ytdlp"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-wheel",
                        "clang-18",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-requests",
                        "py314-brotli",
                        "py314-socks",
                        "python314"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ganglia",
            "portdir": "net/ganglia",
            "version": "3.7.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://ganglia.sourceforge.net/",
            "description": "Ganglia monitoring client",
            "long_description": "Ganglia is a scalable distributed monitoring system for high-performance computing systems such as clusters and Grids.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "apr",
                        "gettext",
                        "libconfuse",
                        "pcre"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ganglia-web"
                    ]
                }
            ]
        },
        {
            "name": "ganglia-web",
            "portdir": "net/ganglia-web",
            "version": "3.7.5",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ganglia/ganglia-web",
            "description": "Web front end for Ganglia.",
            "long_description": "Web front end for the Ganglia monitoring system for high-performance computing systems such as clusters and Grids.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ganglia"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "apache2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "garage",
            "portdir": "net/garage",
            "version": "2.3.0",
            "license": "AGPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://garagehq.deuxfleurs.fr",
            "description": "An open-source distributed object storage service tailored for self-hosting",
            "long_description": "An open-source distributed object storage service tailored for self-hosting. Garage implements the Amazon S3 API and thus is already compatible with many applications.",
            "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": "gdown",
            "portdir": "net/gdown",
            "version": "5.2.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/wkentaro/gdown",
            "description": "Google Drive Public File Downloader when Curl/Wget Fails",
            "long_description": "gdown downloads a public file/folder from Google Drive. gdown provides what curl/wget doesn't for Google Drive:\n Skip the security notice allowing you to download large files (curl/wget fails);\n Recursive download of files in a folder (maximum 50 files per folder);\n Specify download file format for Google Slides/Sheet/Docs like PDF/XML/CSV",
            "active": true,
            "categories": [
                "net",
                "python"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 271
                }
            ],
            "variants": [
                "python310",
                "python311",
                "python312",
                "python313",
                "python314"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-hatch-fancy-pypi-readme",
                        "py314-build",
                        "py314-installer",
                        "py314-setuptools",
                        "py314-hatch-vcs",
                        "py314-hatchling",
                        "py314-setuptools_scm",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-filelock",
                        "py314-requests",
                        "py314-tqdm",
                        "py314-typing_extensions",
                        "py314-beautifulsoup4",
                        "python314"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gdrive",
            "portdir": "net/gdrive",
            "version": "2.1.1",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/prasmussen/gdrive",
            "description": "A command line utility for interacting with Google Drive",
            "long_description": "A command line utility for interacting with Google Drive",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1056
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gdrive3",
            "portdir": "net/gdrive3",
            "version": "3.9.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/glotlabs/gdrive",
            "description": "Google Drive CLI Client",
            "long_description": "gdrive is a command line application for interacting with Google Drive. This is the successor of gdrive2, though at the moment only the most basic functionality is implemented.",
            "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": "gemget",
            "portdir": "net/gemget",
            "version": "1.9.0",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/makew0rld/gemget",
            "description": "Command line downloader for the Gemini protocol",
            "long_description": "Command line downloader for the Gemini protocol",
            "active": true,
            "categories": [
                "net",
                "gemini"
            ],
            "maintainers": [
                {
                    "name": "sikmir",
                    "github": "sikmir",
                    "ports_count": 6
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "genders",
            "portdir": "net/genders",
            "version": "1.32",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/chaos/genders",
            "description": "Cluster Configuration Database",
            "long_description": "Genders is a static cluster configuration database used for cluster configuration management. It is used by a variety of tools and scripts for management of large clusters.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gensync",
            "portdir": "net/gensync",
            "version": "2.1.0",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/nislab/gensync-lib",
            "description": "Gensync: a library for efficient synchronization of data over a network",
            "long_description": "Gensync is a library that uses many different syncing algorithms to sync data between two nodes in a network. These algorithms include IBLTs, CPISyncs, HashSyncs, Cuckoo Syncs, and more.",
            "active": true,
            "categories": [
                "devel",
                "net"
            ],
            "maintainers": [
                {
                    "name": "trachten",
                    "github": "trachten",
                    "ports_count": 1
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ntl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "get_iplayer",
            "portdir": "net/get_iplayer",
            "version": "3.36",
            "license": "GPL-3+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/get-iplayer/get_iplayer",
            "description": "A utility for downloading TV and radio from BBC iPlayer",
            "long_description": "A utility for downloading TV and radio from BBC iPlayer. \nThis port does not install the Web PVR Manager (get_iplayer.cgi).",
            "active": true,
            "categories": [
                "net",
                "multimedia"
            ],
            "maintainers": [
                {
                    "name": "davide.liessi",
                    "github": "dliessi",
                    "ports_count": 72
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "ffmpeg",
                        "perl5.34",
                        "p5.34-libwww-perl",
                        "AtomicParsley",
                        "p5.34-mojolicious",
                        "p5.34-xml-libxml",
                        "p5.34-lwp-protocol-https"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gftp",
            "portdir": "net/gftp",
            "version": "2.9.1b",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.gftp.org/",
            "description": "GTK+ FTP client",
            "long_description": "gFTP is a free multithreaded file transfer client for *NIX based machines.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "autoconf",
                        "automake",
                        "gettext",
                        "libtool",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "readline",
                        "gtk2",
                        "openssl3",
                        "gettext-runtime",
                        "ncurses"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ghost-downloader",
            "portdir": "net/ghost-downloader",
            "version": "3.8.3",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gd.xychr.com",
            "description": "cross-platform QUIC AI-boost fluent-design multi-threaded downloader built with Python",
            "long_description": "cross-platform QUIC AI-boost fluent-design multi-threaded downloader built with Python",
            "active": true,
            "categories": [
                "net",
                "python"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 271
                }
            ],
            "variants": [
                "media"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-nuitka",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt6-qttranslations",
                        "python314",
                        "py314-pyobjc",
                        "py314-pyside6",
                        "py314-orjson",
                        "py314-desktop-notifier",
                        "py314-loguru",
                        "libtorrent-rasterbar",
                        "py314-niquests",
                        "py314-pyside6-fluent-widgets",
                        "py314-qrcode",
                        "py314-siosocks",
                        "py314-uvloop",
                        "py314-aioftp",
                        "qt6-qtbase"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "n-m3u8dl-re",
                        "ffmpeg8"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ghz",
            "portdir": "net/ghz",
            "version": "0.121.0",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://ghz.sh",
            "description": "Simple gRPC benchmarking and load testing tool",
            "long_description": "Simple gRPC benchmarking and load testing tool",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1056
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gibberish",
            "portdir": "net/gibberish",
            "version": "0.2",
            "license": "none",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.vanheusden.com/Linux/",
            "description": "sends gibberish to a given host, port",
            "long_description": "With this tool you can test if your tcp-server can handle gibberish. For example a webserver: with this tool you can test if your webserver can handle it if someone sends gibberish instead of an http-request.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gkrellm_snmp",
            "portdir": "net/gkrellm_snmp",
            "version": "1.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://triq.net/gkrellm_snmp.html",
            "description": "A gkrellm SNMP Monitor",
            "long_description": "A gkrellm SNMP Monitor",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gkrellm"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gkwebmon",
            "portdir": "net/gkwebmon",
            "version": "0.2.1",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://gkwebmon.sourceforge.net/",
            "description": "Web monitor plugin for GKrellM",
            "long_description": "Web monitor plugin for GKrellM",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gkrellm"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "glider",
            "portdir": "net/glider",
            "version": "0.16.4",
            "license": "GPL-3",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/nadoo/glider",
            "description": "glider is a forward proxy with multiple protocols support, and also a dns/dhcp server with ipset management features(like dnsmasq).",
            "long_description": "glider is a forward proxy with multiple protocols support, and also a dns/dhcp server with ipset management features(like dnsmasq).",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 655
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gloox",
            "portdir": "net/gloox",
            "version": "1.0.28",
            "license": "(GPL-3 or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://camaya.net/gloox",
            "description": "C++ Jabber/XMPP library taking care of the low-level protocol",
            "long_description": "gloox is a C++ Jabber/XMPP library which takes care of the low-level protocol stuff. Additionally, it offers high-level interfaces for interaction with an XMPP server.",
            "active": true,
            "categories": [
                "devel",
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gnutls",
                        "libgcrypt",
                        "libgpg-error",
                        "zlib",
                        "iksemel",
                        "libiconv",
                        "libidn2",
                        "gettext"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gnetcat",
            "portdir": "net/gnetcat",
            "version": "0.7.1",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://netcat.sourceforge.net/",
            "description": "A rewrite of the well-known networking tool, but more portable, with new features and fully GNU compliant.",
            "long_description": "Netcat is a featured networking utility which reads and writes data across network connections, using the TCP/IP protocol. It is designed to be a reliable back-end tool that can be used directly or easily driven by other programs and scripts. At the same time, it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "arno+macports",
                    "github": "fracai",
                    "ports_count": 14
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automake",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext",
                        "util-linux",
                        "libiconv"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "xserve-raid-tools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gutils-suite-core"
                    ]
                }
            ]
        },
        {
            "name": "goku",
            "portdir": "net/goku",
            "version": "1.1.6",
            "license": "net",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jcaromiq/goku",
            "description": "Goku is an HTTP load testing application written in Rust",
            "long_description": "Goku is an HTTP load testing application written in Rust built out of a need to drill HTTP services inspired by drill and vegeta.",
            "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": "gomuks",
            "portdir": "net/gomuks",
            "version": "0.3.1",
            "license": "AGPL-3",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://maunium.net/go/gomuks",
            "description": "A terminal based Matrix client written in Go.",
            "long_description": "A terminal based Matrix client written in Go.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1056
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "olm"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gost",
            "portdir": "net/gost",
            "version": "2.12.0",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://docs.ginuerzh.xyz/gost/en",
            "description": "GO Simple Tunnel - a simple tunnel written in golang.",
            "long_description": "GO Simple Tunnel - a simple tunnel written in golang.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 655
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gping",
            "portdir": "net/gping",
            "version": "1.20.1",
            "license": "MIT",
            "platforms": "{darwin >= 16}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/orf/gping",
            "description": "ping, but with a graph",
            "long_description": "ping, but with a graph.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "harens",
                    "github": "harens",
                    "ports_count": 165
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gpsd",
            "portdir": "net/gpsd",
            "version": "3.27.5",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gpsd.io",
            "description": "GPS service daemon",
            "long_description": "GPSD is a service daemon that handles GPSes and other navigation-related sensors reporting over USB, serial, TCP/IP, or UDP connections and presents reports in a well-documented JSON format. The package also includes a number of clients which can be run against a local GPSD or a GPSD on another machine.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 462
                },
                {
                    "name": "fw",
                    "github": "fhgwright",
                    "ports_count": 28
                }
            ],
            "variants": [
                "python27",
                "python34",
                "python35",
                "python36",
                "python37",
                "python38",
                "python39",
                "python310",
                "python311",
                "python312",
                "python313",
                "python314",
                "qt",
                "libusb",
                "dbus",
                "xgps",
                "plot"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "scons",
                        "asciidoctor",
                        "docbook-xml-4.1.2",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312",
                        "py312-serial",
                        "ncurses"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "qlandkartegt",
                        "marble",
                        "direwolf",
                        "stellarium",
                        "uhd-39lts",
                        "viking"
                    ]
                }
            ]
        },
        {
            "name": "gq",
            "portdir": "net/gq",
            "version": "1.2.3",
            "license": "(GPL-2+ or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20081013223833/http://gq-project.org/",
            "description": "GQ is a GTK-based LDAP client.",
            "long_description": "GQ is a GTK-based LDAP client.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "intltool",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "expat",
                        "openldap",
                        "libiconv",
                        "glib2",
                        "openssl10",
                        "gtk2",
                        "libglade2",
                        "libgnome-keyring"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "grafana",
            "portdir": "net/grafana",
            "version": "12.2.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://grafana.com",
            "description": "The tool for beautiful monitoring and metric analytics & dashboards for Graphite, InfluxDB, Prometheus & More",
            "long_description": "Grafana allows you to query, visualize, alert on and understand your metrics no matter where they are stored. Create, explore, and share dashboards with your team and foster a data driven culture.",
            "active": true,
            "categories": [
                "sysutils",
                "net"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1056
                },
                {
                    "name": "slashapp",
                    "github": "slashapp",
                    "ports_count": 3
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "nodejs16",
                        "yarn",
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "grsync",
            "portdir": "net/grsync",
            "version": "1.3.1",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.opbyte.it/grsync/",
            "description": "Grsync is a GUI for rsync.",
            "long_description": "Grsync makes use of the GTK libraries to synchronize folders, files and make backups.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1419
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "libtool",
                        "pkgconfig",
                        "intltool",
                        "autoconf",
                        "automake"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gtk3",
                        "rsync",
                        "desktop-file-utils"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gssdp",
            "portdir": "net/gssdp",
            "version": "1.6.4",
            "license": "LGPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://wiki.gnome.org/Projects/GUPnP",
            "description": "A GObject-based API for handling resource discovery and announcement over SSDP.",
            "long_description": "A GObject-based API for handling resource discovery and announcement over SSDP.",
            "active": true,
            "categories": [
                "net",
                "gnome"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2646
                }
            ],
            "variants": [
                "sniffer",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "gobject-introspection",
                        "gtk-doc",
                        "vala",
                        "meson",
                        "ninja",
                        "pkgconfig",
                        "gnome-common"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsoup",
                        "glib2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gnome3-core",
                        "gupnp",
                        "gupnp-igd",
                        "gupnp-tools",
                        "rygel"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gnome3-core"
                    ]
                }
            ]
        },
        {
            "name": "gtk-gnutella",
            "portdir": "net/gtk-gnutella",
            "version": "2024.03.05",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gtk-gnutella.sourceforge.net",
            "description": "GTK-based Gnutella client",
            "long_description": "GTK-Gnutella is a Gnutella client that features search, download, file sharing, bandwidth limiting, host caching and some basic statistics.",
            "active": true,
            "categories": [
                "net",
                "www",
                "p2p"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "pkgconfig",
                        "gawk",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "libxml2",
                        "glib2",
                        "gnutls",
                        "gtk2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gupnp",
            "portdir": "net/gupnp",
            "version": "1.6.9",
            "license": "LGPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://wiki.gnome.org/Projects/GUPnP",
            "description": "GUPnP is an elegant, object-oriented open source framework for creating UPnP devices and control points.",
            "long_description": "GUPnP is an elegant, object-oriented open source framework for creating UPnP devices and control points, written in C using GObject and libsoup. The GUPnP API is intended to be easy to use, efficient and flexible. It provides the same set of features as libupnp, but shields the developer from most of UPnP's internals.",
            "active": true,
            "categories": [
                "net",
                "gnome"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2646
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "meson",
                        "ninja",
                        "pkgconfig",
                        "gobject-introspection",
                        "vala"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsoup",
                        "gssdp",
                        "libxml2",
                        "glib2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gupnp-dlna",
                        "rygel",
                        "gupnp-av",
                        "gnome3-core",
                        "gupnp-igd",
                        "gupnp-tools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gnome3-core"
                    ]
                }
            ]
        }
    ]
}