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

{
    "count": 49813,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=932",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=930",
    "results": [
        {
            "name": "go-devel",
            "portdir": "lang/go",
            "version": "1.25.4",
            "license": "BSD",
            "platforms": "{darwin >= 17} freebsd linux",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://go.dev",
            "description": "compiled, garbage-collected, concurrent programming language developed by Google Inc.",
            "long_description": "The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. Go is developed by Google Inc.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ciserlohn",
                    "github": "ci42",
                    "ports_count": 35
                },
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1015
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gocryptfs",
            "portdir": "fuse/gocryptfs",
            "version": "2.6.1",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://nuetzlich.net/gocryptfs/",
            "description": "Encrypted overlay filesystem written in Go",
            "long_description": "Encrypted overlay filesystem written in Go",
            "active": true,
            "categories": [
                "fuse"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 224
                }
            ],
            "variants": [
                "openssl",
                "doc",
                "fs_link"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "go",
                        "pandoc",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "macfuse"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "go-critic",
            "portdir": "devel/go-critic",
            "version": "0.14.2",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://go-critic.com",
            "description": "The most opinionated Go source code linter for code audit.",
            "long_description": "The most opinionated Go source code linter for code audit. Highly extensible Go source code linter providing checks currently missing from other linters.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1015
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gocr",
            "portdir": "graphics/gocr",
            "version": "0.49",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://jocr.sourceforge.net/",
            "description": "Optical Character Recognition, converts images back to text",
            "long_description": "GOCR is an OCR (Optical Character Recognition) program. It converts scanned images of text back to text files.",
            "active": true,
            "categories": [
                "graphics"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "netpbm"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "tk"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gocovsh",
            "portdir": "devel/gocovsh",
            "version": "0.6.1",
            "license": "GPL-3",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/orlangure/gocovsh",
            "description": "gocovsh is a tool for exploring Go Coverage reports from the command line",
            "long_description": "gocovsh is a tool for exploring Go Coverage reports from the command line",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1015
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gobuster",
            "portdir": "www/gobuster",
            "version": "3.8.2",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/OJ/gobuster",
            "description": "Directory/File, DNS and VHost busting tool written in Go",
            "long_description": "gobuster is a tool used to brute-force:\n    - URIs (directories and files) in web sites.\n    - DNS subdomains (with wildcard support).\n    - Virtual Host names on target web servers.\n    - Open Amazon S3 buckets\n    - Open Google Cloud buckets\n    - TFTP servers",
            "active": true,
            "categories": [
                "security",
                "www"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 224
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gobject-introspection-devel",
            "portdir": "gnome/gobject-introspection-devel",
            "version": "1.78.1",
            "license": "(LGPL or GPL-2+)",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://wiki.gnome.org/Projects/GObjectIntrospection",
            "description": "GObject Introspection",
            "long_description": "Gobject Introspection acts as a bridge between low-level C+GObject code and a managed runtime (JavaScript, Python, Java, Lua, .NET, Scheme, etc.).",
            "active": true,
            "categories": [
                "gnome"
            ],
            "maintainers": [
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 350
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-cython",
                        "meson",
                        "ninja",
                        "pkgconfig",
                        "clang-17",
                        "python312",
                        "bison"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "glib2",
                        "libffi",
                        "cairo",
                        "py312-setuptools",
                        "py312-markdown",
                        "py312-mako"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "libtool"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gobject-introspection",
            "portdir": "gnome/gobject-introspection",
            "version": "1.78.1",
            "license": "(LGPL or GPL-2+)",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://wiki.gnome.org/Projects/GObjectIntrospection",
            "description": "GObject Introspection",
            "long_description": "Gobject Introspection acts as a bridge between low-level C+GObject code and a managed runtime (JavaScript, Python, Java, Lua, .NET, Scheme, etc.).",
            "active": true,
            "categories": [
                "gnome"
            ],
            "maintainers": [
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 350
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-cython",
                        "meson",
                        "ninja",
                        "pkgconfig",
                        "clang-17",
                        "python313",
                        "bison"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "glib2",
                        "libffi",
                        "cairo",
                        "py313-setuptools",
                        "py313-mako",
                        "py313-markdown"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "libtool"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "policykit",
                        "pango",
                        "gtk4-devel",
                        "libdbusmenu",
                        "libshumate",
                        "gtk-vnc",
                        "pango-devel",
                        "gtk4"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "telepathy-logger",
                        "libayatana-indicator",
                        "atk",
                        "libhandy",
                        "libgee06",
                        "upower",
                        "vala",
                        "accountsservice",
                        "gconf",
                        "gdl3",
                        "gnome-menus",
                        "goocanvas2",
                        "gstreamer010",
                        "keybinder",
                        "keybinder-3.0",
                        "libgnome-keyring",
                        "libgnomekbd",
                        "appstream-glib",
                        "libunique3",
                        "libwnck",
                        "libwnck3",
                        "libxklavier",
                        "seed",
                        "clutter-gst",
                        "clutter-gst3",
                        "clutter-gtk",
                        "cogl",
                        "libxmlb",
                        "Chatty",
                        "libproxy",
                        "libproxy-vapi",
                        "libayatana-appindicator",
                        "zeitgeist",
                        "gnome-autoar",
                        "gspell",
                        "libhandy-0.0",
                        "libsecret",
                        "gmime",
                        "gmime3",
                        "gtkspell3",
                        "libcmatrix",
                        "glade",
                        "anjuta",
                        "gexiv2",
                        "gitg",
                        "gnumeric",
                        "libgit2-glib",
                        "libpeas",
                        "libpeas1",
                        "totem",
                        "gimp3-devel",
                        "geoclue2",
                        "geocode-glib",
                        "gfbgraph",
                        "grilo",
                        "libchamplain",
                        "libgdata",
                        "libsocialweb",
                        "polari",
                        "rest",
                        "tracker3",
                        "uhttpmock",
                        "libgrss",
                        "libgweather",
                        "gtksourceview5",
                        "webkit-gtk",
                        "webkit-gtk3",
                        "gnome-online-accounts",
                        "gnome3-core",
                        "vala-devel",
                        "libmediaart",
                        "py35-gobject3",
                        "poppler-devel",
                        "poppler-devel-qt5",
                        "gnome-music",
                        "poppler",
                        "poppler-qt5",
                        "evince",
                        "gtk3-devel",
                        "gtk3",
                        "gtksourceview3",
                        "gucharmap",
                        "libsoup",
                        "libsoup-devel",
                        "liferea",
                        "nautilus",
                        "gtk2",
                        "yorick-gy",
                        "goffice",
                        "harfbuzz",
                        "harfbuzz-devel",
                        "libgtop",
                        "ayatana-ido",
                        "py36-gobject3",
                        "py39-gobject3",
                        "py310-gobject3",
                        "py311-gobject3",
                        "py312-gobject3",
                        "py314-gobject3",
                        "py313-gobject3",
                        "appstream",
                        "py27-gobject3",
                        "gegl-0.3",
                        "gedit-plugins",
                        "gedit",
                        "gnome-desktop",
                        "midgard2-core",
                        "libinfinity",
                        "liblangtag",
                        "devhelp",
                        "poppler-qt4-mac",
                        "gom",
                        "libunique",
                        "secrets",
                        "gegl",
                        "gdk-pixbuf2-devel",
                        "libnotify",
                        "py35-gobject",
                        "py36-gobject",
                        "py37-gobject",
                        "py38-gobject",
                        "gstreamer1-gst-plugins-ugly",
                        "gjs-devel",
                        "gupnp",
                        "gssdp",
                        "gupnp-igd",
                        "gupnp-tools",
                        "libnice",
                        "rygel",
                        "gdk-pixbuf2",
                        "libical",
                        "libgsf",
                        "tepl",
                        "vte",
                        "libosinfo",
                        "libvirt-glib",
                        "webkit2-gtk",
                        "webkit2-gtk-devel",
                        "p5.28-glib-object-introspection",
                        "p5.30-glib-object-introspection",
                        "p5.32-glib-object-introspection",
                        "p5.34-glib-object-introspection",
                        "totem-pl-parser",
                        "gsettings-desktop-schemas",
                        "gnome-dictionary",
                        "gnome-maps",
                        "graphene",
                        "rb33-gio2",
                        "rb32-gio2",
                        "rb31-gio2",
                        "rb33-gobject-introspection",
                        "rb32-gobject-introspection",
                        "rb31-gobject-introspection",
                        "eog",
                        "libgee",
                        "babl-devel",
                        "gegl-devel",
                        "libadwaita",
                        "cl-gobject-introspection",
                        "avahi",
                        "libgda5",
                        "abiword-x11",
                        "gdm",
                        "gnome-characters",
                        "gnome-panel",
                        "gcab",
                        "gnome-weather",
                        "gstreamer1",
                        "gstreamer1-gst-plugins-bad",
                        "gtk2-devel",
                        "gstreamer1-gst-plugins-base",
                        "libdazzle",
                        "libdazzle-devel",
                        "libhttpseverywhere",
                        "py37-gobject3",
                        "py38-gobject3",
                        "p5.26-glib-object-introspection",
                        "babl",
                        "librsvg",
                        "librsvg-devel",
                        "telepathy-glib",
                        "py27-gobject",
                        "py39-gobject",
                        "gupnp-av",
                        "font-manager",
                        "gjs",
                        "amtk",
                        "at-spi2-core",
                        "gtksourceview4",
                        "libsoup-2.4",
                        "gnome-desktop-gtk4",
                        "libfeedback",
                        "webkit-gtk-2.0",
                        "webkit-gtk3-2.0",
                        "libmm-glib",
                        "json-glib",
                        "osm-gps-map",
                        "lua54-lgi",
                        "lua53-lgi",
                        "lua52-lgi",
                        "lua51-lgi",
                        "clutter"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gnome3-core",
                        "pympress"
                    ]
                }
            ]
        },
        {
            "name": "go-bindata",
            "portdir": "devel/go-bindata",
            "version": "4.0.2",
            "license": "public-domain",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/kevinburke/go-bindata",
            "description": "A small utility which generates Go code from any file. Useful for embedding binary data in a Go program.",
            "long_description": "A small utility which generates Go code from any file. Useful for embedding binary data in a Go program. The file data is optionally gzip compressed before being converted to a raw byte slice.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1015
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "minikube",
                        "waypoint"
                    ]
                }
            ]
        },
        {
            "name": "gobby",
            "portdir": "x11/gobby",
            "version": "0.6.0",
            "license": "GPL-2+",
            "platforms": "darwin freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gobby.github.io/",
            "description": "Realtime collaborative editor",
            "long_description": "Gobby is a free collaborative editor which enables you to edit files simultaneously with other users over a network. It supports multiple documents in one session and is portable to both Windows and POSIX platforms.",
            "active": true,
            "categories": [
                "net",
                "x11"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "itstool",
                        "pkgconfig",
                        "gnome-doc-utils",
                        "intltool"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gtksourceview3",
                        "libgsasl",
                        "libxmlxx2",
                        "libinfinity",
                        "gtkmm3",
                        "glib2",
                        "glibmm",
                        "gnutls",
                        "gtk3"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "yelp",
                        "desktop-file-utils"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gobang",
            "portdir": "databases/gobang",
            "version": "0.1.0-alpha.5",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/TaKO8Ki/gobang",
            "description": "A cross-platform TUI database management tool written in Rust",
            "long_description": "A cross-platform TUI database management tool written in Rust",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1015
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "clang-12"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gob2",
            "portdir": "devel/gob2",
            "version": "2.0.20",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.5z.com/jirka/gob.html",
            "description": "preprocessor for making GObjects with inline C",
            "long_description": "GOB (GOB2 anyway) is a preprocessor for making GObjects with inline C code so that generated files are not edited. Syntax is inspired by Java and Yacc or Lex. The implementation is intentionally kept simple, and no C actual code parsing is done.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "glib2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "gmpc"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ggobi"
                    ]
                }
            ]
        },
        {
            "name": "goawk",
            "portdir": "lang/goawk",
            "version": "1.29.1",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://benhoyt.com/writings/goawk",
            "description": "POSIX-compliant AWK interpreter written in Go, with CSV and TSV support",
            "long_description": "POSIX-compliant AWK interpreter written in Go, with CSV and TSV support",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1015
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "goat",
            "portdir": "graphics/goat",
            "version": "20220814",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/blampe/goat",
            "description": "Render ASCII art as SVG diagrams",
            "long_description": "Render ASCII art as SVG diagrams",
            "active": true,
            "categories": [
                "graphics",
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1015
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "goaccess",
            "portdir": "www/goaccess",
            "version": "1.9.4",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://goaccess.io/",
            "description": "GoAccess was designed to be a fast, terminal-based log analyzer.",
            "long_description": "GoAccess was designed to be a fast, terminal-based log analyzer. Its core idea is to quickly analyze and view web server statistics in real time without needing to use your browser.",
            "active": true,
            "categories": [
                "www"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1106
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gettext",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses",
                        "tokyocabinet",
                        "gettext-runtime",
                        "openssl3",
                        "libmaxminddb"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "go2port",
            "portdir": "sysutils/go2port",
            "version": "20250207",
            "license": "BSD",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/amake/go2port",
            "description": "A tool for creating MacPorts portfiles for Go projects",
            "long_description": "A tool for creating MacPorts portfiles for Go projects",
            "active": true,
            "categories": [
                "sysutils",
                "macports"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 153
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "go-1.4",
            "portdir": "lang/go-1.4",
            "version": "1.4.3",
            "license": "BSD",
            "platforms": "{darwin < 21}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://golang.org/",
            "description": "compiled, garbage-collected, concurrent programming language developed by Google Inc.",
            "long_description": "The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. Go is developed by Google Inc.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ciserlohn",
                    "github": "ci42",
                    "ports_count": 35
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "go",
            "portdir": "lang/go",
            "version": "1.25.4",
            "license": "BSD",
            "platforms": "{darwin >= 10} freebsd linux",
            "epoch": 3,
            "replaced_by": null,
            "homepage": "https://go.dev",
            "description": "compiled, garbage-collected, concurrent programming language developed by Google Inc.",
            "long_description": "The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. Go is developed by Google Inc.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ciserlohn",
                    "github": "ci42",
                    "ports_count": 35
                },
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1015
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "azure-kubelogin",
                        "octosql",
                        "arduino-cli",
                        "argocd",
                        "bit",
                        "boilr",
                        "chronos-go",
                        "codesearch",
                        "copilot",
                        "cue",
                        "delve",
                        "dep",
                        "direnv",
                        "dive",
                        "docker",
                        "docker-machine",
                        "docker-machine-parallels",
                        "dockerize",
                        "dolt",
                        "evans",
                        "geoipupdate",
                        "gh",
                        "git-lfs",
                        "git-sizer",
                        "gitlab-runner",
                        "glab",
                        "glide",
                        "go-bindata",
                        "go-critic",
                        "go-migrate",
                        "go-mockgen",
                        "go-tools",
                        "golangci-lint",
                        "golines",
                        "gopls",
                        "gore",
                        "jjui",
                        "temporal",
                        "moor",
                        "kubectl-1.34",
                        "oq",
                        "config-file-validator",
                        "kubetail",
                        "kitty",
                        "gox",
                        "grpcurl",
                        "hub",
                        "jenkins-cli",
                        "jsonnet-bundler",
                        "kompose",
                        "kops",
                        "kustomize",
                        "lab",
                        "lazydocker",
                        "lazygit",
                        "microplane",
                        "mongo-tools",
                        "mos",
                        "mos-devel",
                        "newreleases",
                        "packr",
                        "packr1",
                        "pkger",
                        "please",
                        "prest",
                        "promu",
                        "qri",
                        "rancher-cli",
                        "rke",
                        "scc",
                        "shfmt",
                        "skaffold",
                        "smithy",
                        "staticcheck",
                        "statik",
                        "tektoncd-cli",
                        "terraform-docs",
                        "tilt",
                        "triage",
                        "turbogit",
                        "waypoint",
                        "webify",
                        "yaegi",
                        "liteide",
                        "micro",
                        "go-ethereum",
                        "ticker",
                        "utahfs",
                        "gomatrix",
                        "goplus",
                        "aerc",
                        "bettercap",
                        "cloudflared",
                        "consul",
                        "croc",
                        "curlie",
                        "dnscrypt-proxy",
                        "doggo",
                        "ec2-ls-hosts",
                        "ergo",
                        "ethr",
                        "fargate-cli",
                        "fortio",
                        "glider",
                        "gost",
                        "grafana",
                        "ipfs",
                        "k6",
                        "matterbridge",
                        "meshbird",
                        "mole",
                        "nebula",
                        "nextdns",
                        "nomad",
                        "proxify",
                        "rclone",
                        "scw",
                        "syncthing",
                        "teleport",
                        "toxiproxy",
                        "trojan-go",
                        "v2ray",
                        "vegeta",
                        "webhook",
                        "wireguard-go",
                        "yggdrasil-go",
                        "dstask",
                        "grit",
                        "ultralist",
                        "age",
                        "aws-vault",
                        "cfssl",
                        "comply",
                        "gopass",
                        "gosec",
                        "keybase",
                        "lego",
                        "mfa",
                        "mkcert",
                        "oauth2-proxy",
                        "sops",
                        "step-cli",
                        "tfsec",
                        "trivy",
                        "vault",
                        "vsh",
                        "elvish",
                        "3mux",
                        "alertmanager",
                        "antibody",
                        "assh",
                        "aws-iam-authenticator",
                        "awsets",
                        "bed",
                        "butane",
                        "certigo",
                        "chezmoi",
                        "cloudmonkey",
                        "ctop",
                        "driftctl",
                        "duf",
                        "eksctl",
                        "fsql",
                        "fx",
                        "fzf",
                        "git-chglog",
                        "go-mmv",
                        "go2port",
                        "gotop",
                        "influxdb",
                        "infracost",
                        "istioctl",
                        "jump",
                        "k3d",
                        "k9s",
                        "kaf",
                        "kail",
                        "kapp",
                        "kind",
                        "krew",
                        "kubectl-1.20",
                        "kubectl-1.19",
                        "kubergrunt",
                        "kubeseal",
                        "kubeswitch",
                        "leaf",
                        "minikube",
                        "node_exporter",
                        "packer",
                        "pagerduty-notifier",
                        "peco",
                        "podman",
                        "prometheus",
                        "psutilsql",
                        "pulumi",
                        "qrcp",
                        "restic",
                        "sift",
                        "smug",
                        "stern",
                        "tanka",
                        "telegraf",
                        "terraformer",
                        "terragrunt-0.27",
                        "terragrunt-0.26",
                        "terragrunt-0.24",
                        "terrascan",
                        "tsukae",
                        "up",
                        "wormhole-william",
                        "wtfutil",
                        "dasel",
                        "dashing",
                        "glow",
                        "gron",
                        "ijq",
                        "miller",
                        "misspell",
                        "ov",
                        "trdsql",
                        "uni",
                        "vgrep",
                        "yq",
                        "ali",
                        "caddy",
                        "doctl",
                        "hey",
                        "hugo",
                        "shadowfox-updater",
                        "wuzz",
                        "hcloud",
                        "flyctl",
                        "go-task",
                        "saml2aws",
                        "topfew",
                        "terragrunt-0.29",
                        "gojq",
                        "talisman",
                        "dblab",
                        "helmfile",
                        "awsls",
                        "termshark",
                        "tailscale",
                        "cosign",
                        "slides",
                        "gocryptfs",
                        "s5cmd",
                        "totp-cli",
                        "revive",
                        "expenses",
                        "kubespy",
                        "popeye",
                        "aws-nuke",
                        "MailHog",
                        "autorestic",
                        "kubeval",
                        "gopass-jsonapi",
                        "terragrunt-0.31",
                        "gdu",
                        "goweight",
                        "gitea-tea",
                        "filebrowser",
                        "kube-linter",
                        "act",
                        "goreleaser",
                        "evernote2md",
                        "air",
                        "cointop",
                        "gemget",
                        "kiln",
                        "kubectl-1.22",
                        "amfora",
                        "hermit",
                        "bombadillo",
                        "havener",
                        "usql",
                        "goss",
                        "gmailctl",
                        "gomodctl",
                        "tfupdate",
                        "gokart",
                        "multi-gitter",
                        "rare",
                        "zget",
                        "lf",
                        "kubescape",
                        "brook",
                        "git-credential-gopass",
                        "go-md2man",
                        "gvisor-tap-vsock",
                        "oh-my-posh",
                        "docker-credential-helper-osxkeychain",
                        "sttr",
                        "imgcat",
                        "murex",
                        "gitty",
                        "chaakoo",
                        "git-cc",
                        "skopeo",
                        "didder",
                        "checkssl",
                        "gh-grep",
                        "go-jsonnet",
                        "ndiag",
                        "evry",
                        "driftwood",
                        "fork-cleaner",
                        "pomo",
                        "gopass-hibp",
                        "cheat",
                        "cert-manager-cli",
                        "colima",
                        "geek-life",
                        "tbls",
                        "horcrux",
                        "mergestat",
                        "stripe-cli",
                        "jp",
                        "tfmigrate",
                        "helmwave",
                        "kubectl-1.23",
                        "certstrap",
                        "dyff",
                        "lsx",
                        "grype",
                        "lima",
                        "websocketd",
                        "mbtileserver",
                        "fq",
                        "ssh-manager",
                        "dalfox",
                        "cw",
                        "lporg",
                        "mop",
                        "zk",
                        "git-town",
                        "hysteria",
                        "dsq",
                        "hatchet",
                        "ivy",
                        "miniflux",
                        "atlas-toolkit",
                        "k3sup",
                        "oui",
                        "jj",
                        "vale",
                        "go-licenses",
                        "step-ca",
                        "berty",
                        "ssh-tools",
                        "reposurgeon",
                        "ffuf",
                        "ytcast",
                        "gomuks",
                        "gomplate",
                        "tfk8s",
                        "timer",
                        "hof",
                        "ain",
                        "gomajor",
                        "influx-cli",
                        "goful",
                        "gitleaks",
                        "actionlint",
                        "smimesign",
                        "termshot",
                        "bazelisk",
                        "clash",
                        "gdrive",
                        "redo-history",
                        "mage",
                        "comet-git",
                        "terraform-ls",
                        "jid",
                        "sampler",
                        "zq",
                        "kubectl-1.24",
                        "gocovsh",
                        "tfrefactor",
                        "timeleft",
                        "k2tf",
                        "restish",
                        "goawk",
                        "ratchet",
                        "minesweeper-go",
                        "depu",
                        "bud",
                        "mani",
                        "trufflehog",
                        "maddy",
                        "docker-machine-driver-qemu",
                        "comcast",
                        "editorconfig-checker",
                        "hakrawler",
                        "gau",
                        "flecli",
                        "gum",
                        "dnscontrol",
                        "flux",
                        "terragrunt-0.38",
                        "terragrunt-0.37",
                        "terragrunt-0.36",
                        "terragrunt-0.35",
                        "terragrunt-0.34",
                        "terragrunt-0.33",
                        "terragrunt-0.32",
                        "devdash",
                        "jira-cli",
                        "gokey",
                        "lensm",
                        "zed",
                        "kubectl-1.25",
                        "asdf",
                        "dud",
                        "govulncheck",
                        "datree",
                        "jqp",
                        "tablecat",
                        "plumber",
                        "wander",
                        "steampipe",
                        "terragrunt-0.39",
                        "gitsign",
                        "scientiaCLI",
                        "sake",
                        "markscribe",
                        "quill",
                        "harp",
                        "vhs",
                        "xq",
                        "exercism",
                        "katana",
                        "neo-cowsay",
                        "gopass-summon-provider",
                        "jsonnet-language-server",
                        "summon",
                        "xray",
                        "d2",
                        "macpine",
                        "cdebug",
                        "pup",
                        "terragrunt-0.42",
                        "terragrunt-0.41",
                        "terragrunt-0.40",
                        "weatherme",
                        "go-reflex",
                        "kubectl-1.26",
                        "oauth2c",
                        "todoist-cli",
                        "dmarc-report-converter",
                        "kubeconform",
                        "tfstate",
                        "neonmodem",
                        "vals",
                        "acorn",
                        "mp4ff",
                        "terragrunt-0.43",
                        "wails",
                        "torrent",
                        "kluctl",
                        "mox",
                        "xc",
                        "fyne",
                        "goat",
                        "svu",
                        "goimapnotify",
                        "confluent-cli",
                        "gpython",
                        "gat",
                        "nfpm",
                        "kubectl-1.27",
                        "tflint",
                        "clone-org",
                        "timoni",
                        "hut",
                        "mmark",
                        "symfony-cli",
                        "k0sctl",
                        "nali",
                        "payload-dumper-go",
                        "taxonkit",
                        "asmfmt",
                        "amass",
                        "ytt",
                        "certgraph",
                        "dbt",
                        "lux",
                        "netclient",
                        "git-credential-oauth",
                        "tfvar",
                        "gig",
                        "gtree",
                        "simplotask",
                        "hcl2json",
                        "git-credential-azure",
                        "md2vim",
                        "kubectl-1.28",
                        "docker-compose-plugin",
                        "ghq",
                        "natscli",
                        "jacobin",
                        "efm-langserver",
                        "pgroll",
                        "stree",
                        "is",
                        "terragrunt-0.52",
                        "expreduce",
                        "gon",
                        "paclear",
                        "ko",
                        "checkmake",
                        "k8sviz",
                        "goose",
                        "kubectl-1.29",
                        "zeit",
                        "tcpterm",
                        "speedbump",
                        "container-diff",
                        "nmap-formatter",
                        "cvemap",
                        "g",
                        "litestream",
                        "g-ls",
                        "vacuum",
                        "ssh3",
                        "ssh3-server",
                        "treefmt",
                        "operator-sdk",
                        "oasdiff",
                        "docker-base-plugin",
                        "docker-buildx-plugin",
                        "docker-index-plugin",
                        "vfkit",
                        "ipsw",
                        "rush",
                        "cidr-go",
                        "pdfcpu",
                        "freeze",
                        "gargs",
                        "gobuster",
                        "ipatool",
                        "zlint",
                        "zdns",
                        "kubectl-1.30",
                        "httpie-go",
                        "imposm",
                        "mqttcli",
                        "superfile",
                        "enumer",
                        "mactop",
                        "sqlpkg-cli",
                        "mihomo",
                        "gh-dash",
                        "pg_back",
                        "wp2hugo",
                        "sqlc",
                        "ghz",
                        "resticprofile",
                        "minify",
                        "faq",
                        "kubectl-1.31",
                        "packwiz",
                        "cleed",
                        "infisical",
                        "mdtree",
                        "qq",
                        "glasskube",
                        "ksctl",
                        "jd",
                        "nuclei",
                        "bombardier",
                        "amazon-ecr-credential-helper",
                        "sidekick",
                        "daytona",
                        "sq",
                        "mdx",
                        "orbiton",
                        "redka",
                        "ddev",
                        "kubectl-1.32",
                        "docx2md",
                        "qt6-qtcreator",
                        "qt6-qtcreator-docs",
                        "tfmv",
                        "oc",
                        "gsh",
                        "lefthook",
                        "zns",
                        "diffnav",
                        "jlv",
                        "shef",
                        "csvtk",
                        "git-who",
                        "pinact",
                        "buf",
                        "kubecolor",
                        "tenv",
                        "clef",
                        "nerdlog",
                        "kubectl-1.33",
                        "ollama",
                        "regclient",
                        "nsc",
                        "mockery",
                        "fabric",
                        "carapace",
                        "ggc"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "minio",
                        "minio-mc",
                        "teleport",
                        "swig3-go",
                        "govendor",
                        "swig-go"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "fyne",
                        "ko"
                    ]
                }
            ]
        },
        {
            "name": "gnutls-devel",
            "portdir": "devel/gnutls",
            "version": "3.8.11",
            "license": "LGPL-2.1+ and GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.gnutls.org/",
            "description": "GNU Transport Layer Security Library",
            "long_description": "GnuTLS is a portable ANSI C based library which implements the TLS 1.0-1.3, SSL 3.0, and Datagram TLS protocols. The library does not include any patented algorithms and is available under the GNU Lesser General Public License (LGPL).",
            "active": true,
            "categories": [
                "devel",
                "security"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1106
                }
            ],
            "variants": [
                "dane",
                "docs",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gettext",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libtasn1",
                        "nettle",
                        "libidn2",
                        "brotli",
                        "libunistring",
                        "gettext-runtime",
                        "p11-kit",
                        "zlib",
                        "zstd",
                        "gmp"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gnutls",
            "portdir": "devel/gnutls",
            "version": "3.7.11",
            "license": "LGPL-2.1+ and GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.gnutls.org/",
            "description": "GNU Transport Layer Security Library",
            "long_description": "GnuTLS is a portable ANSI C based library which implements the TLS 1.0-1.3, SSL 3.0, and Datagram TLS protocols. The library does not include any patented algorithms and is available under the GNU Lesser General Public License (LGPL).",
            "active": true,
            "categories": [
                "devel",
                "security"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1106
                }
            ],
            "variants": [
                "brotli",
                "guile",
                "dane",
                "docs",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gettext",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libidn2",
                        "p11-kit",
                        "zlib",
                        "gettext-runtime",
                        "libunistring",
                        "gmp",
                        "libtasn1",
                        "nettle"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "pkcs11-provider"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "wireshark22",
                        "wireshark30",
                        "xmlsec-1.2",
                        "ngtcp2",
                        "openvas-libraries",
                        "aqbanking5",
                        "aqbanking5-gtk",
                        "aqbanking5-gtk3",
                        "zabbix42",
                        "zabbix44",
                        "zabbix42-agent",
                        "zabbix44-agent",
                        "loudmouth",
                        "gwenhywfar4",
                        "gwenhywfar4-gtk",
                        "gwenhywfar4-gtk3",
                        "bitlbee",
                        "gst",
                        "mpop",
                        "postal",
                        "jabber",
                        "net6",
                        "rdesktop",
                        "anjuta",
                        "vino",
                        "weechat",
                        "telepathy-gabble",
                        "telepathy-salut",
                        "libepc",
                        "wireshark3",
                        "wireshark4",
                        "wine-devel",
                        "wine-staging",
                        "samba4",
                        "openconnect-gui",
                        "gnome-terminal",
                        "gtk-gnutella",
                        "gnss-sdr",
                        "gnss-sdr-devel",
                        "emacs",
                        "emacs-devel",
                        "emacs-app",
                        "emacs-app-devel",
                        "osmocore",
                        "osmocore-devel",
                        "gtk-vnc",
                        "emacs-mac-app",
                        "emacs-mac-app-devel",
                        "zabbix4",
                        "zabbix4-agent",
                        "zabbix5",
                        "zabbix5-agent",
                        "pkcs11-helper",
                        "ncdc",
                        "rtmpdump",
                        "gnomint",
                        "nbd",
                        "iksemel",
                        "ucommon",
                        "game-porting-toolkit",
                        "libinfinity",
                        "gnustep-gui",
                        "knot",
                        "libknot",
                        "ffmpeg",
                        "ffmpeg-devel",
                        "ffmpeg4",
                        "ffmpeg8",
                        "guile-gnutls",
                        "VLC2",
                        "libVLC2",
                        "libnice",
                        "vte",
                        "mfem",
                        "FileZilla",
                        "mod_gnutls",
                        "libvmime",
                        "nzbget",
                        "zabbix3",
                        "zabbix3-agent",
                        "xmlsec",
                        "gobby",
                        "libmicrohttpd",
                        "retroshare-qt4",
                        "sakura",
                        "glib-networking",
                        "libprelude",
                        "qemu",
                        "dino",
                        "claws-mail",
                        "wine-stable",
                        "wget2",
                        "gloox",
                        "openconnect",
                        "inadyn",
                        "balsa",
                        "tigervnc",
                        "wget",
                        "libfilezilla",
                        "LibVNCServer",
                        "ffmpeg6",
                        "ffmpeg7",
                        "libpiano",
                        "qpdf",
                        "MPlayer",
                        "mplayer-devel",
                        "xine-lib",
                        "aqbanking6",
                        "aqbanking6-gtk3",
                        "aqbanking6-gtk2",
                        "gwenhywfar5",
                        "gwenhywfar5-gtk2",
                        "wireshark2",
                        "mutt",
                        "task",
                        "prelude-lml",
                        "prelude-manager",
                        "octave-parallel",
                        "msmtp",
                        "pan2",
                        "libvirt",
                        "freetds",
                        "gnupg2",
                        "pidgin",
                        "libpurple",
                        "finch",
                        "yaz",
                        "knot-resolver",
                        "gwenhywfar5-gtk3"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "digital_rf"
                    ]
                }
            ]
        },
        {
            "name": "gnutar",
            "portdir": "archivers/gnutar",
            "version": "1.35",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/tar/",
            "description": "GNU version of the tar archiving utility",
            "long_description": "the gnutar program creates, adds files to, or extracts files from an archive file in gnutar format, called a tarfile. A tarfile is often a magnetic tape, but can be a floppy diskette or any regular disk file.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-15",
                        "libtool",
                        "help2man",
                        "texinfo",
                        "autoconf",
                        "automake"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv",
                        "gettext"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "bazaar",
                        "prometheus",
                        "viking",
                        "R-duckdb"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "pngquant",
                        "metview",
                        "wgrib2",
                        "sundials6"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "dpkg",
                        "backuppc",
                        "R"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gutils-suite-core",
                        "diffoscope",
                        "noahstrap",
                        "tardiff"
                    ]
                }
            ]
        },
        {
            "name": "gnustep-make-docs",
            "portdir": "gnustep/gnustep-make-docs",
            "version": "1.13.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.gnustep.org/",
            "description": "GNUstep makefile documentation",
            "long_description": "GNUstep makefile documentation",
            "active": true,
            "categories": [
                "devel",
                "gnustep"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gnustep-make",
                        "clang-9.0",
                        "latex2html",
                        "texlive",
                        "texi2html",
                        "texinfo"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gnustep-make-cocoa",
            "portdir": "gnustep/gnustep-make-cocoa",
            "version": "1.13.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.gnustep.org/",
            "description": "GNUstep makefile package for the Cocoa API",
            "long_description": "The GNUstep makefile package is a simple, powerful and extensible way to write makefiles for a GNUstep-based project. It allows the user to write a project without having to deal with the complex issues associated with configuration, building, installation, and packaging. It also allows the user to easily create cross-compiled binaries.",
            "active": true,
            "categories": [
                "aqua",
                "devel",
                "cross",
                "gnustep"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "Renaissance-Framework",
                        "netclasses-framework"
                    ]
                }
            ]
        },
        {
            "name": "gnustep-make",
            "portdir": "gnustep/gnustep-make",
            "version": "2.7.0",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.gnustep.org/",
            "description": "GNUstep makefile package",
            "long_description": "The GNUstep makefile package is a simple, powerful and extensible way to write makefiles for a GNUstep-based project. It allows the user to write a project without having to deal with the complex issues associated with configuration, building, installation, and packaging. It also allows the user to easily create cross-compiled binaries.",
            "active": true,
            "categories": [
                "devel",
                "cross",
                "gnustep"
            ],
            "maintainers": [],
            "variants": [
                "fhs_layout",
                "gnustep_layout"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "gnustep-make-docs"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gnustep-base"
                    ]
                }
            ]
        },
        {
            "name": "gnustep-gui",
            "portdir": "gnustep/gnustep-gui",
            "version": "0.17.0",
            "license": "(LGPL or GPL-3+)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.gnustep.org/",
            "description": "A library of graphical user interface Objective C classes",
            "long_description": "The GNUstep gui library is a library of graphical user interface classes written completely in the Objective-C language. The classes are based upon the OpenStep specification as release by NeXT Software, Inc. These classes include graphical objects such as buttons, text fields, popup lists, browser lists, and windows. There are also many associated classes for handling events, colors, fonts, pasteboards and images.",
            "active": true,
            "categories": [
                "gnustep"
            ],
            "maintainers": [],
            "variants": [
                "with_docs",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gnustep-base",
                        "giflib",
                        "gnutls",
                        "tiff",
                        "aspell",
                        "libpng"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "HighlighterKit",
                        "Renaissance",
                        "WizardKit",
                        "gnustep-back"
                    ]
                }
            ]
        },
        {
            "name": "gnustep-dl2",
            "portdir": "gnustep/gnustep-dl2",
            "version": "0.10.1",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.gnustep.org/experience/GDL2.html",
            "description": "GNUstep Database Library 2 (GDL2)",
            "long_description": "The GNUstep Database Library 2 (GDL2) is a set of libraries to map Objective-C objects to rows of relational database management systems (RDBMS). It aims to be compatible with Enterprise Objects Framework (EOF) as released with WebObjects 4.5 from Apple Inc",
            "active": true,
            "categories": [
                "gnustep"
            ],
            "maintainers": [],
            "variants": [
                "with_docs"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gorm"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gnustep-core",
            "portdir": "gnustep/gnustep-core",
            "version": "0.18.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.gnustep.org/",
            "description": "GNUstep core / Startup package",
            "long_description": "Startup is a compilation of the core GNUstep libraries. After installing GNUstep Startup, you will have a complete system for compiling and running GNUstep applications.",
            "active": true,
            "categories": [
                "gnustep"
            ],
            "maintainers": [],
            "variants": [
                "with_docs",
                "dev_tools"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gnustep-back"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ArtResources",
                        "GMastermind",
                        "GMines",
                        "Jigsaw",
                        "KeyArcher",
                        "PRICE",
                        "ProjectCenter",
                        "TalkSoup",
                        "gnustep",
                        "gorm",
                        "gworkspace",
                        "system-preferences",
                        "yap-app"
                    ]
                }
            ]
        },
        {
            "name": "gnustep-base",
            "portdir": "gnustep/gnustep-base",
            "version": "1.19.1",
            "license": "(LGPL-3+ or GPL-3+)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.gnustep.org/",
            "description": "A library of general-purpose Objective C objects.",
            "long_description": "The GNUstep Base Library is a library of general-purpose, non-graphical Objective C objects. For example, it includes classes for strings, object collections, byte streams, typed coders, invocations, notifications, notification dispatchers, moments in time, network ports, remote object messaging support (distributed objects), and event loops. It provides functionality that aims to implement the non-graphical portion of the OpenStep standard (the Foundation library).",
            "active": true,
            "categories": [
                "gnustep"
            ],
            "maintainers": [],
            "variants": [
                "with_docs",
                "ffi",
                "ffcall"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libffi",
                        "openssl",
                        "gnustep-make",
                        "libxslt"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "Pantomime",
                        "Performance",
                        "PreferencePanes",
                        "netclasses",
                        "plconv",
                        "gnustep-gui"
                    ]
                }
            ]
        },
        {
            "name": "gnustep-back",
            "portdir": "gnustep/gnustep-back",
            "version": "0.17.0",
            "license": "(LGPL or GPL-3+)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.gnustep.org/",
            "description": "A back-end component for the GNUstep GUI Library.",
            "long_description": "The implementation of the GNUstep GUI Library is designed in two parts. The first part is the front-end component which is independent of platform and display system. This front-end is combined with a back-end component which handles all of the display system dependent such as specific calls to the X Window System.",
            "active": true,
            "categories": [
                "gnustep"
            ],
            "maintainers": [],
            "variants": [
                "with_docs",
                "quartzwm",
                "cairo",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gnustep-gui",
                        "libart_lgpl",
                        "Xft2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gnustep-core"
                    ]
                }
            ]
        },
        {
            "name": "gnustep",
            "portdir": "gnustep/gnustep",
            "version": "0.18.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 200707,
            "replaced_by": null,
            "homepage": "http://www.gnustep.org/",
            "description": "GNUstep meta port",
            "long_description": "This is the GNUstep Desktop and Applications suite. Also provides a user-friendly environment configuration script.",
            "active": true,
            "categories": [
                "gnustep"
            ],
            "maintainers": [],
            "variants": [
                "with_docs",
                "dev_tools"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "GMastermind",
                        "GMines",
                        "GNUMail",
                        "PRICE",
                        "ArtResources",
                        "gnustep-core",
                        "gworkspace",
                        "yap-app",
                        "windowmaker",
                        "TalkSoup"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gnushogi",
            "portdir": "games/gnushogi",
            "version": "1.3.2",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.cs.caltech.edu/~mvanier/hacking/gnushogi/gnushogi.html",
            "description": "GNU version of Shogi, a game of Japanese chess.",
            "long_description": "GNU version of Shogi, a game of Japanese chess.",
            "active": true,
            "categories": [
                "games"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses",
                        "xorg-libXaw"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gnuregex",
            "portdir": "sysutils/gnuregex",
            "version": "0.12",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/directory/regex.html",
            "description": "GNU regex library",
            "long_description": "GNU regex library",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-13"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gtksourceview",
                        "junkbuster",
                        "libgtkhtml3",
                        "libgtkhtml4"
                    ]
                }
            ]
        },
        {
            "name": "gnuradio-next",
            "portdir": "science/gnuradio",
            "version": "20200419-03d92ac1",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnuradio.org/",
            "description": "GNU Radio is Software Defined Radio (SDR)",
            "long_description": "GNU Radio is Software Defined Radio (SDR): This port is kept up with the GNU Radio GIT 'master' branch (as of 2018-09-20), which is typically updated daily to weekly. This version of GNU Radio represents the next major release of GNU Radio, and hence its API is likely to be different than that provided by gnuradio. This port may or not compile or function correctly, as it represents a work in progress. If it does not work, check back in a few days. Or try deactivating the currently active gnuradio port, cleaning any current builds, and trying again.",
            "active": true,
            "categories": [
                "science",
                "comms"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 462
                },
                {
                    "name": "ra1nb0w",
                    "github": "ra1nb0w",
                    "ports_count": 148
                }
            ],
            "variants": [
                "debug",
                "python38",
                "python39",
                "python310",
                "docs",
                "grc",
                "qtgui",
                "uhd",
                "wavelet",
                "jack",
                "portaudio",
                "sdl",
                "ctrlport",
                "ctrlport_thrift",
                "performance_counters",
                "zeromq",
                "quartz",
                "x11",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "doxygen",
                        "texlive-latex",
                        "py39-sphinx",
                        "makeicns",
                        "graphviz",
                        "cmake",
                        "pkgconfig",
                        "swig-python"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cairo",
                        "qwt-qt5",
                        "python39",
                        "fftw-3-single",
                        "gsl",
                        "py39-cheetah",
                        "py39-click",
                        "py39-click-plugins",
                        "py39-gobject3",
                        "py39-lxml",
                        "py39-mako",
                        "py39-numpy",
                        "py39-pyqt5",
                        "py39-six",
                        "py39-yaml",
                        "uhd",
                        "volk",
                        "qt5-qtbase",
                        "boost171",
                        "pango",
                        "codec2",
                        "libgsm",
                        "cppzmq",
                        "gmp",
                        "libsdl",
                        "log4cpp",
                        "mpir",
                        "gtk3"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py39-zmq",
                        "py39-scipy",
                        "py39-pyqtgraph",
                        "py39-opengl",
                        "py39-matplotlib",
                        "adwaita-icon-theme"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gnuradio-devel",
            "portdir": "science/gnuradio",
            "version": "20180824",
            "license": "GPL-3",
            "platforms": "darwin macosx",
            "epoch": 0,
            "replaced_by": "gnuradio",
            "homepage": "https://www.gnuradio.org/",
            "description": "Obsolete port, replaced by gnuradio",
            "long_description": "This port has been replaced by gnuradio.",
            "active": false,
            "categories": [
                "science",
                "comms"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 462
                },
                {
                    "name": "ra1nb0w",
                    "github": "ra1nb0w",
                    "ports_count": 148
                }
            ],
            "variants": [
                "debug",
                "python27",
                "docs",
                "grc",
                "qtgui",
                "uhd",
                "wavelet",
                "jack",
                "portaudio",
                "swig",
                "sdl",
                "ctrlport",
                "ctrlport_thrift",
                "performance_counters",
                "zeromq",
                "quartz",
                "x11"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "swig-python",
                        "graphviz",
                        "pkgconfig",
                        "doxygen",
                        "texlive-latex",
                        "py27-sphinx",
                        "clang-9.0",
                        "makeicns"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qwt-qt5",
                        "python27",
                        "fftw-3-single",
                        "gsl",
                        "py27-cheetah",
                        "py27-click",
                        "py27-click-plugins",
                        "py27-lxml",
                        "py27-mako",
                        "py27-numpy",
                        "py27-pyqt5",
                        "py27-yaml",
                        "py27-gobject3",
                        "qt5-qtbase",
                        "volk",
                        "xmlto",
                        "pango",
                        "boost171",
                        "uhd",
                        "codec2",
                        "libgsm",
                        "cppzmq",
                        "gmp",
                        "libsdl",
                        "log4cpp",
                        "mpir",
                        "gtk3",
                        "cairo"
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py27-zmq",
                        "py27-scipy",
                        "py27-pyqtgraph",
                        "py27-opengl",
                        "py27-matplotlib",
                        "adwaita-icon-theme"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gnuradio37",
            "portdir": "science/gnuradio",
            "version": "3.7.14.0",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnuradio.org/",
            "description": "GNU Radio is Software Defined Radio (SDR)",
            "long_description": "GNU Radio is Software Defined Radio (SDR): This port is kept up with the GNU Radio 3.7 release, currently 3.7.14.0, which is a legacy branch that will not see much maintenance; place consider updating to the 'gnuradio' port.",
            "active": true,
            "categories": [
                "science",
                "comms"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 462
                },
                {
                    "name": "ra1nb0w",
                    "github": "ra1nb0w",
                    "ports_count": 148
                }
            ],
            "variants": [
                "debug",
                "python27",
                "docs",
                "grc",
                "qtgui",
                "wxgui",
                "uhd",
                "wavelet",
                "jack",
                "portaudio",
                "sdl",
                "ctrlport",
                "ctrlport_thrift",
                "performance_counters",
                "zeromq",
                "logging",
                "log4cpp",
                "quartz",
                "x11",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "doxygen",
                        "texlive-latex",
                        "py27-sphinx",
                        "makeicns",
                        "graphviz",
                        "cmake",
                        "cppunit",
                        "pkgconfig",
                        "swig3-python"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gsl",
                        "py27-cheetah",
                        "py27-lxml",
                        "py27-numpy",
                        "py27-pygtk",
                        "py27-pyqt4",
                        "uhd",
                        "qt4-mac",
                        "boost171",
                        "volk",
                        "cppzmq",
                        "gmp",
                        "libsdl",
                        "log4cpp",
                        "mpir",
                        "qwt52",
                        "qwtplot3d",
                        "python27",
                        "fftw-3-single"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py27-zmq",
                        "py27-scipy",
                        "py27-pyqwt",
                        "py27-opengl",
                        "py27-matplotlib",
                        "adwaita-icon-theme"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gr37-adapt",
                        "gr37-air-modes",
                        "gr37-ais",
                        "gr37-baz",
                        "gr37-cdma",
                        "gr37-fcdproplus",
                        "gr37-foo",
                        "gr37-fosphor",
                        "gr37-gfdm",
                        "gr37-gsm",
                        "gr37-ieee802-11",
                        "gr37-ieee802-15-4",
                        "gr37-iqbalance",
                        "gr37-iio",
                        "gr37-limesdr",
                        "gr37-lora-rpp0",
                        "gr37-lora-BastilleResearch",
                        "gr37-lte",
                        "gr37-mapper",
                        "gr37-mac",
                        "gr37-ofdm",
                        "gr37-osmosdr",
                        "gr37-pcap",
                        "gr37-pyqt",
                        "gr37-satellites",
                        "gr37-rds",
                        "gr37-tdd",
                        "gr37-sdrplay",
                        "gr37-iridium",
                        "gr37-specest"
                    ]
                }
            ]
        },
        {
            "name": "gnuradio",
            "portdir": "science/gnuradio",
            "version": "3.8.5.0",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnuradio.org/",
            "description": "GNU Radio is Software Defined Radio (SDR)",
            "long_description": "GNU Radio is Software Defined Radio (SDR): This port is kept up with the GNU Radio release, currently 3.8.5.0, which is typically updated twice per year.",
            "active": true,
            "categories": [
                "science",
                "comms"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 462
                },
                {
                    "name": "ra1nb0w",
                    "github": "ra1nb0w",
                    "ports_count": 148
                }
            ],
            "variants": [
                "debug",
                "python38",
                "python39",
                "python310",
                "docs",
                "grc",
                "qtgui",
                "uhd",
                "wavelet",
                "jack",
                "portaudio",
                "sdl",
                "ctrlport",
                "ctrlport_thrift",
                "performance_counters",
                "zeromq",
                "quartz",
                "x11",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "doxygen",
                        "texlive-latex",
                        "py39-sphinx",
                        "makeicns",
                        "graphviz",
                        "cmake",
                        "pkgconfig",
                        "swig-python"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cairo",
                        "qwt-qt5",
                        "python39",
                        "fftw-3-single",
                        "gsl",
                        "py39-cheetah",
                        "py39-click",
                        "py39-click-plugins",
                        "py39-gobject3",
                        "py39-lxml",
                        "py39-mako",
                        "py39-numpy",
                        "py39-pyqt5",
                        "py39-six",
                        "py39-yaml",
                        "uhd",
                        "volk",
                        "qt5-qtbase",
                        "boost171",
                        "pango",
                        "codec2",
                        "libgsm",
                        "cppzmq",
                        "gmp",
                        "libsdl",
                        "log4cpp",
                        "mpir",
                        "gtk3"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py39-zmq",
                        "py39-scipy",
                        "py39-pyqtgraph",
                        "py39-opengl",
                        "py39-matplotlib",
                        "adwaita-icon-theme"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gr-specest",
                        "gnss-sdr",
                        "gnss-sdr-devel",
                        "gqrx",
                        "gr-adapt",
                        "gr-air-modes",
                        "gr-baz",
                        "gr-fcdproplus",
                        "gr-foo",
                        "gr-fosphor",
                        "gr-gfdm",
                        "gr-gsm",
                        "gr-hermeslite2",
                        "gr-hpsdr",
                        "gr-ieee802-11",
                        "gr-ieee802-15-4",
                        "gr-iqbalance",
                        "gr-iio",
                        "gr-limesdr",
                        "gr-linrad",
                        "gr-lora-rpp0",
                        "gr-osmosdr",
                        "gr-satellites",
                        "gr-rds",
                        "gr-iridium"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "digital_rf"
                    ]
                }
            ]
        },
        {
            "name": "gnu-pw-mgr",
            "portdir": "security/gnu-pw-mgr",
            "version": "2.7.4",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/gnu-pw-mgr/",
            "description": "password manager to reconstruct difficult passwords",
            "long_description": "gnu-pw-mgr is a password manager designed to make it easy to reconstruct difficult passwords when they are needed, while limiting the risk of attack. The user of this program inputs a very long initial password \"seed\" and a self-defined transformation of a web site URL to obtain both the password and a user name hint for that web site. The seed is stored in a hidden file. However, the passwords and the URL transforms are never stored anywhere. You must remember this transform (password id), or the password is lost forever.",
            "active": true,
            "categories": [
                "security"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1826
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gnupod",
            "portdir": "multimedia/gnupod",
            "version": "0.99.8",
            "license": "GFDL-1.2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://blinkenlights.ch/gnupod/gnupod.html",
            "description": "GNUpod is a collection of tools which allow you to use your iPod with UNIX-like operating systems.",
            "long_description": "GNUpod is a collection of tools which allow you to use your iPod with UNIX-like operating systems.",
            "active": true,
            "categories": [
                "multimedia",
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "flac",
                "vorbis",
                "aac",
                "artwork"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34",
                        "p5.34-date-manip",
                        "p5.34-digest-md5",
                        "p5.34-digest-sha1",
                        "lame",
                        "p5.34-mp3-info",
                        "p5.34-timedate",
                        "p5.34-unicode-string",
                        "p5.34-xml-parser",
                        "p5.34-libwww-perl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gnuplot",
            "portdir": "math/gnuplot",
            "version": "6.0.3",
            "license": "Restrictive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gnuplot.sourceforge.net/",
            "description": "A command-driven interactive function plotting program",
            "long_description": "Gnuplot is a command-driven interactive function plotting program. Plots any number of functions, built up of C operators, C library functions, and some things C does not have like **, sgn(), etc. Also support for plotting data files, to compare actual data to theoretical curves.",
            "active": true,
            "categories": [
                "science",
                "math"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1106
                }
            ],
            "variants": [
                "aquaterm",
                "x11",
                "luaterm",
                "pangocairo",
                "wxwidgets",
                "qt",
                "qt5",
                "old_bitmap_terminals",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtsvg",
                        "qt5-qttools",
                        "zlib",
                        "ncurses",
                        "readline",
                        "fontconfig",
                        "gd2",
                        "libcaca",
                        "libjpeg-turbo",
                        "aquaterm",
                        "webp",
                        "wxWidgets-3.2",
                        "lua",
                        "libcerf",
                        "expat",
                        "libiconv",
                        "pango",
                        "openspecfun",
                        "libpng",
                        "qt5-qtbase"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "reduce"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py313-termplotlib",
                        "py37-termplotlib",
                        "tsung",
                        "py39-termplotlib",
                        "octave",
                        "enblend",
                        "py310-termplotlib",
                        "py311-termplotlib",
                        "py312-termplotlib",
                        "p5.26-alien-gnuplot",
                        "p5.26-graphics-gnuplotif",
                        "gretl",
                        "p5.28-alien-gnuplot",
                        "p5.30-alien-gnuplot",
                        "p5.32-alien-gnuplot",
                        "p5.34-alien-gnuplot",
                        "p5.28-graphics-gnuplotif",
                        "p5.30-graphics-gnuplotif",
                        "p5.32-graphics-gnuplotif",
                        "p5.34-graphics-gnuplotif",
                        "eo",
                        "py38-termplotlib"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "reduce",
                        "maxima-devel",
                        "tablix",
                        "fityk",
                        "eplot",
                        "wxMaxima",
                        "maxima",
                        "py27-gnuplot"
                    ]
                }
            ]
        },
        {
            "name": "gnupg-pkcs11-scd",
            "portdir": "security/gnupg-pkcs11-scd",
            "version": "0.10.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/alonbl/gnupg-pkcs11-scd",
            "description": "GnuPG PKCS#11 Smart-Card Daemon",
            "long_description": "gnupg-pkcs11 is a project to implement a BSD-licensed smart-card daemon to enable the use of PKCS#11 tokens with GnuPG",
            "active": true,
            "categories": [
                "security"
            ],
            "maintainers": [
                {
                    "name": "sstallion",
                    "github": "sstallion",
                    "ports_count": 4
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcrypt",
                        "gnupg2",
                        "pkcs11-helper"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gnupg2",
            "portdir": "mail/gnupg2",
            "version": "2.4.8",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://www.gnupg.org",
            "description": "GNU Privacy Guard",
            "long_description": "GnuPG is a complete and free replacement for PGP. Because it does not use the patented IDEA algorithm, it can be used without any restrictions. GnuPG is a RFC4880 (OpenPGP) compliant application.",
            "active": true,
            "categories": [
                "security",
                "mail"
            ],
            "maintainers": [
                {
                    "name": "jann",
                    "github": "roederja",
                    "ports_count": 10
                },
                {
                    "name": "ionic",
                    "github": "Ionic",
                    "ports_count": 24
                }
            ],
            "variants": [
                "pinentry",
                "pinentry_mac",
                "openldap",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gettext",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "sqlite3",
                        "gnutls",
                        "libassuan",
                        "libgcrypt",
                        "libgpg-error",
                        "libksba",
                        "bzip2",
                        "npth",
                        "readline",
                        "pinentry",
                        "libiconv",
                        "gettext-runtime",
                        "libusb-compat",
                        "zlib",
                        "openldap"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "openpgpsdk"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "privoxy",
                        "kitty",
                        "ghc-prebuilt",
                        "ghc",
                        "KeePassXC",
                        "VeraCrypt",
                        "julia",
                        "stack"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pwman",
                        "scute",
                        "p5.28-mail-spamassassin",
                        "zeroinstall-injector",
                        "p5.30-mail-spamassassin",
                        "p5.32-mail-spamassassin",
                        "p5.34-mail-spamassassin",
                        "p5.32-gnupg-interface",
                        "p5.26-dist-zilla-plugin-git",
                        "p5.26-gnupg-interface",
                        "p5.26-mail-spamassassin",
                        "p5.26-module-signature",
                        "gcr",
                        "skopeo",
                        "duplicity",
                        "gnupg-pkcs11-scd",
                        "fwknop-client",
                        "p5.28-dist-zilla-plugin-git",
                        "p5.30-dist-zilla-plugin-git",
                        "p5.32-dist-zilla-plugin-git",
                        "p5.34-dist-zilla-plugin-git",
                        "p5.28-gnupg-interface",
                        "p5.30-gnupg-interface",
                        "p5.34-gnupg-interface",
                        "gopass",
                        "gpgme"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py39-gnupg",
                        "py311-gnupg",
                        "py310-gnupg",
                        "signing-party",
                        "py313-gnupg",
                        "git-secret",
                        "gpg-tui",
                        "py37-gnupg",
                        "py-gnupg",
                        "pass",
                        "danectl",
                        "py38-gnupg",
                        "keybase",
                        "py312-gnupg",
                        "py36-gnupg"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "hg-git"
                    ]
                }
            ]
        },
        {
            "name": "gnupg1",
            "portdir": "mail/gnupg1",
            "version": "1.4.23",
            "license": "GPL-3+",
            "platforms": "darwin freebsd sunos",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnupg.org",
            "description": "GNU Privacy Guard version 1.4",
            "long_description": "GnuPG is a complete and free replacement for PGP. Because it does not use the patented IDEA algorithm, it can be used without any restrictions. GnuPG is a RFC4880 (OpenPGP) compliant application.",
            "active": true,
            "categories": [
                "security",
                "mail"
            ],
            "maintainers": [
                {
                    "name": "ionic",
                    "github": "Ionic",
                    "ports_count": 24
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gettext",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openldap",
                        "libusb-compat",
                        "readline",
                        "bzip2",
                        "libiconv",
                        "gettext-runtime",
                        "curl",
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gnumeric",
            "portdir": "gnome/gnumeric",
            "version": "1.12.57",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.gnumeric.org/",
            "description": "A powerful Gtk3 based spreadsheet with Excel, ODF, R and Python support.",
            "long_description": "A powerful Gtk3 based spreadsheet that features full Excel function and file compatibility and additional functions not found in Excel, and statistics operations based on R. Functionality can be extended with Python and plugins. Other file compatibility includes OASIS ODF, Quattro Pro, Psion 5, Paradox DB, and more (see homepage). GDA database support is available with the +database variant.",
            "active": true,
            "categories": [
                "science",
                "math",
                "gnome"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2695
                }
            ],
            "variants": [
                "quartz",
                "database",
                "python310",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "itstool",
                        "automake",
                        "bison",
                        "gettext",
                        "libtool",
                        "pkgconfig",
                        "gtk-doc",
                        "gsed",
                        "intltool",
                        "autoconf",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "psiconv",
                        "pxlib",
                        "desktop-file-utils",
                        "gobject-introspection",
                        "goffice",
                        "gtk3",
                        "perl5.34",
                        "gettext-runtime",
                        "py310-gobject3"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "yelp",
                        "adwaita-icon-theme"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "rb33-gnumeric",
                        "rb32-gnumeric",
                        "rb31-gnumeric",
                        "gnome-chemistry-utils"
                    ]
                }
            ]
        },
        {
            "name": "GNUMail-Aqua",
            "portdir": "mail/GNUMail-Aqua",
            "version": "1.2.0pre3",
            "license": "GPL-2",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.collaboration-world.com/gnumail/",
            "description": "Fully featured mail application using GNUStep or Cocoa.",
            "long_description": "GNUMail.app is a fully featured mail application running on multiple platforms. It uses the GNUstep development framework or Apple Cocoa, which are based on the OpenStep specification provided by NeXT, Inc..",
            "active": true,
            "categories": [
                "aqua",
                "mail"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "GNUMail",
            "portdir": "gnustep/GNUMail",
            "version": "1.2.0pre3",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.collaboration-world.com/gnumail/",
            "description": "Fully featured mail application using GNUStep or Cocoa.",
            "long_description": "GNUMail.app is a fully featured mail application running on multiple platforms. It uses the GNUstep development framework or Apple Cocoa, which are based on the OpenStep specification provided by NeXT, Inc..",
            "active": true,
            "categories": [
                "gnustep"
            ],
            "maintainers": [],
            "variants": [
                "with_docs"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "Etoile",
                        "Pantomime"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gnustep"
                    ]
                }
            ]
        },
        {
            "name": "gnugo",
            "portdir": "games/gnugo",
            "version": "3.8",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/gnugo/gnugo.html",
            "description": "GNU Go",
            "long_description": "GNU Go is a free program that plays the game of Go.",
            "active": true,
            "categories": [
                "games"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gnu-extension-headers",
            "portdir": "devel/gnu-extension-headers",
            "version": "1.1",
            "license": "GPL-3+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "Provides versions of various GNU extension headers",
            "long_description": "Provides versions of various GNU extension headers",
            "active": false,
            "categories": [
                "devel",
                "lang"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gnudatalanguage",
            "portdir": "math/gnudatalanguage",
            "version": "1.1.1",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://github.com/gnudatalanguage/gdl",
            "description": "a free IDL combatible incremental compiler",
            "long_description": "A free IDL (Interactive Data Language) compatible incremental compiler (i.e. runs IDL programs).",
            "active": true,
            "categories": [
                "science",
                "math"
            ],
            "maintainers": [
                {
                    "name": "takeshi",
                    "github": "tenomoto",
                    "ports_count": 54
                }
            ],
            "variants": [
                "debug",
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clang20",
                "clang21",
                "clangdevel",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gcc15",
                "gccdevel",
                "mpich",
                "openmpi",
                "wxWidgets",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "eigen3",
                        "qhull",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgeotiff",
                        "libjpeg-turbo",
                        "libpng",
                        "shapelib",
                        "tiff",
                        "wxWidgets-3.2",
                        "fftw-3",
                        "fftw-3-single",
                        "glpk",
                        "libaec",
                        "freetype",
                        "ecCodes",
                        "hdf4",
                        "hdf5",
                        "netcdf",
                        "udunits2",
                        "expat",
                        "proj9",
                        "gsl",
                        "zlib",
                        "ncurses",
                        "readline",
                        "GraphicsMagick"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gnucobol",
            "portdir": "lang/gnucobol",
            "version": "3.2",
            "license": "(GPL-3+ or LGPL-3+)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gnucobol.sourceforge.io/",
            "description": "an open-source COBOL compiler",
            "long_description": "GnuCOBOL is a free COBOL compiler, formerly known as OpenCOBOL. It implements a substantial part of the COBOL 85, COBOL 2002 and COBOL 2014 standards, as well as many extensions included in other COBOL compilers.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gettext",
                        "pkgconfig",
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext-runtime",
                        "db48",
                        "libcjson",
                        "gmp",
                        "ncurses",
                        "libxml2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gnu-classpath",
            "portdir": "java/gnu-classpath",
            "version": "0.99",
            "license": "(GPL-2+ or Permissive)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/classpath/classpath.html",
            "description": "Essential libraries for Java.",
            "long_description": "GNU Classpath, Essential Libraries for Java, is a GNU project to create free core class libraries for use with virtual machines and compilers for the java programming language.",
            "active": true,
            "categories": [
                "java"
            ],
            "maintainers": [],
            "variants": [
                "gtk",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "antlr",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "lscsoft-deps"
                    ]
                }
            ]
        }
    ]
}