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

{
    "count": 50412,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=58",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=56",
    "results": [
        {
            "name": "game-porting-toolkit",
            "portdir": "devel/game-porting-toolkit",
            "version": "1.1",
            "license": "LGPL-2.1+",
            "platforms": "{darwin any >= 23}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://developer.apple.com/games",
            "description": "Game Porting Toolkit 1.1",
            "long_description": "Use the game porting toolkit to eliminate months of up-front work and evaluate how well your game could run on Mac before writing any code.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "gcenx83",
                    "github": "gcenx",
                    "ports_count": 48
                }
            ],
            "variants": [
                "gstreamer"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "llvm-cx",
                        "pkgconfig",
                        "gettext",
                        "mingw-w64",
                        "bison",
                        "flex"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gstreamer1-gst-plugins-good",
                        "gstreamer1-gst-plugins-ugly",
                        "libpcap",
                        "freetype",
                        "gnutls",
                        "gettext-runtime",
                        "libsdl2",
                        "gstreamer1",
                        "gstreamer1-gst-libav",
                        "gstreamer1-gst-plugins-bad",
                        "gstreamer1-gst-plugins-base"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "mingw-w64-wine-mono-7.4.1",
                        "mingw-w64-wine-gecko-2.47.2",
                        "d3dmetal"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gamess",
            "portdir": "science/gamess",
            "version": "20180930",
            "license": "Restrictive and Nomirror",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.msg.chem.iastate.edu/gamess/",
            "description": "a general ab initio quantum chemistry package",
            "long_description": "The General Atomic and Molecular Electronic Structure System (GAMESS) is a general ab initio quantum chemistry package.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1513
                }
            ],
            "variants": [
                "accelerate",
                "atlas",
                "openblas",
                "clang10",
                "clang11",
                "clang12",
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang50",
                "clang60",
                "clang70",
                "clang80",
                "clang90",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gccdevel",
                "gfortran",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "gcc13"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "vecLibFort",
                        "libgcc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ganglia",
            "portdir": "net/ganglia",
            "version": "3.7.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://ganglia.sourceforge.net/",
            "description": "Ganglia monitoring client",
            "long_description": "Ganglia is a scalable distributed monitoring system for high-performance computing systems such as clusters and Grids.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "apr",
                        "gettext",
                        "libconfuse",
                        "pcre"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ganglia-web"
                    ]
                }
            ]
        },
        {
            "name": "ganglia-web",
            "portdir": "net/ganglia-web",
            "version": "3.7.5",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ganglia/ganglia-web",
            "description": "Web front end for Ganglia.",
            "long_description": "Web front end for the Ganglia monitoring system for high-performance computing systems such as clusters and Grids.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ganglia"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "apache2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gant",
            "portdir": "java/gant",
            "version": "1.9.10",
            "license": "Apache-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Gant/Gant",
            "description": "A groovy based tool for scripting ant",
            "long_description": "Gant is a tool for scripting Ant tasks using Groovy instead of XML to specify the logic. A Gant specification is a Groovy script and so can bring all the power of Groovy to bear directly, something not possible with Ant scripts. Whilst it might be seen as a competitor to Ant, Gant uses Ant tasks for many of the actions, so Gant is really an alternative way of doing things using Ant, but using a programming language rather than XML to specify the rules.",
            "active": true,
            "categories": [
                "devel",
                "java",
                "groovy"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "garage",
            "portdir": "net/garage",
            "version": "2.1.0",
            "license": "AGPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://garagehq.deuxfleurs.fr",
            "description": "An open-source distributed object storage service tailored for self-hosting",
            "long_description": "An open-source distributed object storage service tailored for self-hosting. Garage implements the Amazon S3 API and thus is already compatible with many applications.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1019
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "garagejam",
            "portdir": "gnome/garagejam",
            "version": "5.0.0",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.garagejam.org/",
            "description": "Garagejam is Free Music Recording Studio Software for GNOME",
            "long_description": "Garagejam is Free Music Recording Studio Software for GNOME Free Music Recording Studio recordings via api.gingerblue.org",
            "active": true,
            "categories": [
                "gnome"
            ],
            "maintainers": [
                {
                    "name": "ole",
                    "github": "oleaamot",
                    "ports_count": 7
                }
            ],
            "variants": [
                "debug",
                "debugoptimized",
                "quartz",
                "x11",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-17",
                        "gettext",
                        "intltool",
                        "librsvg",
                        "makeicns"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gstreamer1-gst-plugins-good",
                        "gstreamer1-gst-plugins-ugly",
                        "gtk3",
                        "harfbuzz",
                        "glib2",
                        "pango",
                        "gettext-runtime",
                        "libxml2",
                        "json-glib",
                        "desktop-file-utils",
                        "gnome-common",
                        "gstreamer1",
                        "gstreamer1-gst-plugins-bad",
                        "gstreamer1-gst-plugins-base"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "adwaita-icon-theme"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "garcon",
            "portdir": "xfce/garcon",
            "version": "4.18.2",
            "license": "LGPL-2+ and GFDL-1.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://docs.xfce.org/xfce/garcon/start",
            "description": "a freedesktop.org compliant menu implementation for Xfce",
            "long_description": "a freedesktop.org compliant menu implementation for Xfce",
            "active": true,
            "categories": [
                "xfce"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "intltool",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gtk3",
                        "libxfce4ui",
                        "libxfce4util"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "xfce4-panel",
                        "xfce4-settings",
                        "xfce4-appfinder"
                    ]
                }
            ]
        },
        {
            "name": "gargs",
            "portdir": "sysutils/gargs",
            "version": "0.3.9",
            "license": "Apache-2",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/brentp/gargs",
            "description": "better(?) xargs in go",
            "long_description": "better(?) xargs in go",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1019
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "GASNet",
            "portdir": "devel/GASNet",
            "version": "1.26.3",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://gasnet.cs.berkeley.edu",
            "description": "Global-Address Space Networking",
            "long_description": "GASNet is a language-independent, low-level networking layer that provides network-independent, high-performance communication primitives tailored for implementing parallel global address space SPMD languages",
            "active": true,
            "categories": [
                "devel",
                "net",
                "science",
                "parallel"
            ],
            "maintainers": [
                {
                    "name": "takeshi",
                    "github": "tenomoto",
                    "ports_count": 54
                }
            ],
            "variants": [
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "mpich",
                "openmpi"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "perl5",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mpich-clang17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gat",
            "portdir": "textproc/gat",
            "version": "0.26.0",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/koki-develop/gat",
            "description": "cat alternative written in Go",
            "long_description": "cat alternative written in Go",
            "active": true,
            "categories": [
                "sysutils",
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1019
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gate",
            "portdir": "science/gate",
            "version": "8.2",
            "license": "LGPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.opengatecollaboration.org",
            "description": "GATE description",
            "long_description": "GATE is dedicated to numerical simulations in medical imaging and radiotherapy. It currently supports simulations of Emission Tomography (PET and SPECT), Computed Tomography (CT) and Radiotherapy experiments.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "geant4105",
                "qt4",
                "qt5",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "makeicns",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "geant4.10.5",
                        "root6"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gau",
            "portdir": "www/gau",
            "version": "2.2.4",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/lc/gau",
            "description": "getallurls (gau) fetches known URLs from various sources",
            "long_description": "getallurls (gau) fetches known URLs from AlienVault's Open Threat Exchange, the Wayback Machine, Common Crawl, and URLScan for any given domain.",
            "active": true,
            "categories": [
                "security",
                "www"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 225
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gauche",
            "portdir": "lang/gauche",
            "version": "0.9.4",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://practical-scheme.net/gauche/",
            "description": "A script interpreter based on Scheme",
            "long_description": "Gauche is a script interpreter based on Scheme. Gauche conforms the language standard 'Revised^5 Report on the Algorithmic Language Scheme' and supports various common libraries defined in SRFIs. The goal of Gauche is to provide a handy tool for programmers and system administrators to handle daily works conveniently and efficiently in the production environment. There are lots of Scheme implementations available, and each of them has its design emphasis and weeknesses. Gauche is designed with emphasis on Quick startup, Multibyte strings, Modular development, Integrated object system, System interface and Enhanced I/O.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "euc_jp",
                "sjis",
                "no_multibyte",
                "no_iconv",
                "no_gdbm",
                "no_slib",
                "no_threads",
                "no_ipv6"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gdbm",
                        "slib",
                        "libiconv"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gauche-readline",
                        "gauche-c-wrapper",
                        "gauche-gl",
                        "gauche-gtk"
                    ]
                }
            ]
        },
        {
            "name": "gauche-c-wrapper",
            "portdir": "lang/gauche-c-wrapper",
            "version": "0.6.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.koguro.net/prog/c-wrapper/",
            "description": "c-wrapper is a FFI (Foreign Function Interface) for Gauche.",
            "long_description": "c-wrapper is a FFI (Foreign Function Interface) for Gauche.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "boehmgc",
                        "texi2html",
                        "clang-12"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gauche"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gauche-gl",
            "portdir": "lang/gauche-gl",
            "version": "0.4.4",
            "license": "Permissive and BSD and MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.shiro.dreamhost.com/scheme/gauche/",
            "description": "OpenGL binding for the Gauche",
            "long_description": "Gauche-gl is an extension module of Gauche Scheme implementation. It provides gl, gl.glut and gl.math3d modules.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gauche"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gauche-gtk",
            "portdir": "lang/gauche-gtk",
            "version": "0.4.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.shiro.dreamhost.com/scheme/gauche/",
            "description": "Gauche extension module to use GTK",
            "long_description": "Gauche extension module to use GTK",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gtk2",
                        "gauche"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gauche-readline",
            "portdir": "devel/gauche-readline",
            "version": "0.1",
            "license": "public-domain",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.shiro.dreamhost.com/scheme/gauche/packages.html",
            "description": "gauche-readline adds input line editing feature to Gauche",
            "long_description": "gauche-readline adds input line editing feature to Gauche",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gauche"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gaul-devel",
            "portdir": "math/gaul-devel",
            "version": "0.1850",
            "license": "GPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://gaul.sourceforge.net/",
            "description": "Genetic algorithms library",
            "long_description": "A flexible programming library for evolutionary computation. Steady-state, generational and island model genetic algorithms are supported, using Darwinian, Lamarckian or Baldwinian evolution. Includes support for multiprocessor and distributed systems.",
            "active": true,
            "categories": [
                "math"
            ],
            "maintainers": [
                {
                    "name": "vince",
                    "github": "Veence",
                    "ports_count": 68
                }
            ],
            "variants": [
                "mpi",
                "slang",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "GaussianLib",
            "portdir": "devel/GaussianLib",
            "version": "2023.02.17",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/LukasBanana/GaussianLib",
            "description": "Basic linear algebra C++ library for 2D and 3D applications",
            "long_description": "Basic linear algebra C++ library for 2D and 3D applications",
            "active": true,
            "categories": [
                "devel",
                "math"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gav",
            "portdir": "games/gav",
            "version": "0.9.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://gav.sourceforge.net/",
            "description": "gav is an arcade volleyball game",
            "long_description": "GAV (Gpl Arcade Volleyball) is an object-oriented multiplatform Arcade Volleyball clone. It supports multiplayer and theme customization.",
            "active": true,
            "categories": [
                "games"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsdl",
                        "libsdl_image",
                        "libsdl_net"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gavl",
            "portdir": "multimedia/gavl",
            "version": "1.4.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://gmerlin.sourceforge.net/gavl_frame.html",
            "description": "Gavl (Gmerlin Audio Video Library) is a low level library, upon which multimedia APIs can be built.",
            "long_description": "Gavl (Gmerlin Audio Video Library) is a low level library, upon which multimedia APIs can be built. Gavl handles all the details of audio and video formats like colorspaces, samplerates, multichannel configurations etc. It provides standardized definitions for those formats as well as container structures for carrying audio samples or video images inside an application. In addition, it handles the sometimes ugly task of converting between all these formats and provides some elementary operations (copying, scaling, alpha blending, etc).",
            "active": true,
            "categories": [
                "multimedia"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "libpng",
                        "doxygen",
                        "clang-14"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gaw",
            "portdir": "cad/gaw",
            "version": "20170605",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.rvq.fr/linux/gaw.php",
            "description": "Gtk Analog Wave viewer",
            "long_description": "Gaw is a software tool for displaying analog waveforms from sampled data, e.g., from the output of simulators like Spice. Data can be imported to gaw using files or direct TCP/IP connections.",
            "active": true,
            "categories": [
                "cad"
            ],
            "maintainers": [
                {
                    "name": "Torsten.Maehne",
                    "github": "maehne",
                    "ports_count": 4
                }
            ],
            "variants": [
                "gtk2",
                "gtk3",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gtk3",
                        "hicolor-icon-theme"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "openbrowser"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gawk",
            "portdir": "lang/gawk",
            "version": "5.3.2",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/gawk/",
            "description": "The GNU awk utility.",
            "long_description": "The awk utility interprets a special-purpose programming language that makes it possible to handle simple data-reformatting jobs with just a few lines of code. It is a free, extended version of awk.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1182
                }
            ],
            "variants": [
                "mpfr",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gettext",
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext-runtime"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "texinfo"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "seed",
                        "reposurgeon",
                        "qt5-qtbase",
                        "virtuoso-6",
                        "virtuoso-7",
                        "netcalc",
                        "osxbom",
                        "erlang",
                        "ngs",
                        "mdbtools",
                        "libssh2",
                        "hyphen",
                        "libbiosig",
                        "mk-configure",
                        "LyX",
                        "stimfit",
                        "itstool",
                        "qt513-qtbase",
                        "gtk-gnutella",
                        "gst",
                        "cvc4",
                        "libopenraw",
                        "libopenraw-legacy",
                        "gimp-help-en",
                        "cxxmatrix",
                        "mmdb",
                        "qt511-qtbase",
                        "ocaml-gsl",
                        "ntop",
                        "quagga",
                        "rpm54",
                        "cableswig",
                        "libuninum",
                        "octave",
                        "cgminer",
                        "phantomjs-qt-qtbase",
                        "virtuoso-5",
                        "ufo-ai",
                        "qt53-qtbase",
                        "qt56-qtbase",
                        "mcabber",
                        "qt55-qtbase",
                        "qt57-qtbase",
                        "qt58-qtbase",
                        "R-mapdata",
                        "qt59-qtbase",
                        "gmdb2"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gawk-xml",
                        "autoconf213",
                        "p5.28-config-autoconf",
                        "p5.30-config-autoconf",
                        "p5.32-config-autoconf",
                        "p5.34-config-autoconf",
                        "plumed",
                        "plumed-devel",
                        "wcalc",
                        "wview",
                        "bacula5",
                        "extractopinion",
                        "translate-shell",
                        "memesuite",
                        "ngspice-lib",
                        "apertium",
                        "bacula",
                        "gawk-nl_langinfo",
                        "gawk-pgsql",
                        "gawk-redis",
                        "gawk-select",
                        "gawk-timex",
                        "p5.26-config-autoconf",
                        "gawkextlib",
                        "gawk-abort",
                        "gawk-aregex",
                        "gawk-errno",
                        "gawk-gd",
                        "gawk-haru",
                        "gawk-json",
                        "gawk-lmdb",
                        "gawk-mpfr"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "txt2man",
                        "autobench",
                        "translate-shell",
                        "nerdlog",
                        "gutils-suite-core",
                        "git-secret"
                    ]
                }
            ]
        },
        {
            "name": "gawk-abort",
            "portdir": "lang/gawkextlib",
            "version": "1.0.1",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gawkextlib.sourceforge.net/abort/abort.html",
            "description": "abort extension for gawk",
            "long_description": "abort extension for gawk",
            "active": true,
            "categories": [
                "textproc",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gawk",
                        "gettext-runtime"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gawk-aregex",
            "portdir": "lang/gawkextlib",
            "version": "1.1.0",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gawkextlib.sourceforge.net/aregex/aregex.html",
            "description": "aregex extension for gawk",
            "long_description": "aregex extension for gawk",
            "active": true,
            "categories": [
                "textproc",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "tre",
                        "gawk",
                        "gettext-runtime",
                        "gawkextlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gawk-errno",
            "portdir": "lang/gawkextlib",
            "version": "1.1.1",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gawkextlib.sourceforge.net/errno/errno.html",
            "description": "errno extension for gawk",
            "long_description": "errno extension for gawk",
            "active": true,
            "categories": [
                "textproc",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gawk",
                        "gettext-runtime"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gawkextlib",
            "portdir": "lang/gawkextlib",
            "version": "1.0.4",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gawkextlib.sourceforge.net",
            "description": "extension library for gawk",
            "long_description": "Formerly an experimental fork of gawk called xgawk, gawkextlib provides a library containing some gawk extension API additions useful for writing gawk extensions, and its subports offer several extensions that enhance the functionality of gawk.",
            "active": true,
            "categories": [
                "textproc",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gawk",
                        "gettext-runtime"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gawk-aregex",
                        "gawk-gd",
                        "gawk-haru",
                        "gawk-lmdb",
                        "gawk-mpfr",
                        "gawk-pgsql",
                        "gawk-select",
                        "gawk-xml"
                    ]
                }
            ]
        },
        {
            "name": "gawk-gd",
            "portdir": "lang/gawkextlib",
            "version": "1.0.3",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gawkextlib.sourceforge.net/gd/gd.html",
            "description": "gd extension for gawk",
            "long_description": "gd extension for gawk",
            "active": true,
            "categories": [
                "textproc",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gd2",
                        "gawk",
                        "gettext-runtime",
                        "gawkextlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gawk-haru",
            "portdir": "lang/gawkextlib",
            "version": "1.0.2",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gawkextlib.sourceforge.net/haru/haru.html",
            "description": "haru extension for gawk",
            "long_description": "haru extension for gawk",
            "active": true,
            "categories": [
                "textproc",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gawk",
                        "libharu",
                        "gettext-runtime",
                        "gawkextlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gawk-json",
            "portdir": "lang/gawkextlib",
            "version": "2.0.1",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gawkextlib.sourceforge.net/json/json.html",
            "description": "json extension for gawk",
            "long_description": "json extension for gawk",
            "active": true,
            "categories": [
                "textproc",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "rapidjson",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gawk",
                        "gettext-runtime"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gawk-lmdb",
            "portdir": "lang/gawkextlib",
            "version": "1.1.3",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gawkextlib.sourceforge.net/lmdb/lmdb.html",
            "description": "lmdb extension for gawk",
            "long_description": "lmdb extension for gawk",
            "active": true,
            "categories": [
                "textproc",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "lmdb",
                        "gawk",
                        "gettext-runtime",
                        "gawkextlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gawk-mpfr",
            "portdir": "lang/gawkextlib",
            "version": "1.1.0",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gawkextlib.sourceforge.net/mpfr/mpfr.html",
            "description": "mpfr extension for gawk",
            "long_description": "mpfr extension for gawk",
            "active": true,
            "categories": [
                "textproc",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "mpfr",
                        "gawk",
                        "gettext-runtime",
                        "gawkextlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gawk-nl_langinfo",
            "portdir": "lang/gawkextlib",
            "version": "1.1.0",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gawkextlib.sourceforge.net/nl_langinfo/nl_langinfo.html",
            "description": "nl_langinfo extension for gawk",
            "long_description": "nl_langinfo extension for gawk",
            "active": true,
            "categories": [
                "textproc",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gawk",
                        "gettext-runtime"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gawk-pgsql",
            "portdir": "lang/gawkextlib",
            "version": "1.1.2",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gawkextlib.sourceforge.net/pgsql/pgsql.html",
            "description": "pgsql extension for gawk",
            "long_description": "pgsql extension for gawk",
            "active": true,
            "categories": [
                "textproc",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gawk",
                        "gettext-runtime",
                        "gawkextlib",
                        "postgresql16"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gawk-redis",
            "portdir": "lang/gawkextlib",
            "version": "1.7.8",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gawkextlib.sourceforge.net/redis/redis.html",
            "description": "redis extension for gawk",
            "long_description": "redis extension for gawk",
            "active": true,
            "categories": [
                "textproc",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "hiredis",
                        "gawk",
                        "gettext-runtime"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gawk-select",
            "portdir": "lang/gawkextlib",
            "version": "1.1.4",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gawkextlib.sourceforge.net/select/select.html",
            "description": "select extension for gawk",
            "long_description": "select extension for gawk",
            "active": true,
            "categories": [
                "textproc",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gawk",
                        "gettext-runtime",
                        "gawkextlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gawk-timex",
            "portdir": "lang/gawkextlib",
            "version": "1.0.0",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gawkextlib.sourceforge.net/timex/timex.html",
            "description": "timex extension for gawk",
            "long_description": "timex extension for gawk",
            "active": true,
            "categories": [
                "textproc",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gawk",
                        "gettext-runtime"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gawk-xml",
            "portdir": "lang/gawkextlib",
            "version": "1.1.2",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gawkextlib.sourceforge.net/xml/xml.html",
            "description": "xml extension for gawk",
            "long_description": "xml extension for gawk",
            "active": true,
            "categories": [
                "textproc",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 1827
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gawk",
                        "expat",
                        "gettext-runtime",
                        "gawkextlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gazpacho",
            "portdir": "devel/gazpacho",
            "version": "0.7.2",
            "license": "LGPL",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://gazpacho.sicem.biz",
            "description": "A GUI builder for the GTK+ toolkit.",
            "long_description": "Gazpacho is a fresh new GUI builder for the GTK+ toolkit designed to be ultra easy to use.",
            "active": true,
            "categories": [
                "devel",
                "gnome",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext",
                        "python27",
                        "py27-gobject",
                        "py27-kiwi",
                        "py27-numeric"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gcab",
            "portdir": "gnome/gcab",
            "version": "1.4",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://wiki.gnome.org/msitools",
            "description": "A tool and library mainly made to create Cabinet files",
            "long_description": "A tool and library mainly made to create Cabinet files, using GObject/GIO API, providing GIR bindings.",
            "active": true,
            "categories": [
                "gnome"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "meson",
                        "ninja",
                        "pkgconfig",
                        "gtk-doc",
                        "vala",
                        "gettext"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "glib2",
                        "gobject-introspection",
                        "gettext-runtime",
                        "zlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gnome3-core"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gnome3-core"
                    ]
                }
            ]
        },
        {
            "name": "gcal",
            "portdir": "science/gcal",
            "version": "4.1",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/gcal/",
            "description": "GNU calendar",
            "long_description": "Gcal is a program for calculating and printing calendars. Gcal displays hybrid and proleptic Julian and Gregorian calendar sheets, respectively for one month, three months, or a whole year. It also displays eternal holiday lists for many countries around the globe, and features a very powerful creation of fixed date liststhat can be used for reminding purposes. Gcal can calculate various astronomical data and times of the Sun and the Moon for pleasure at any location, precisely enough for most civil purposes. Gcal supports some other calendar systems, for example, the Chinese and Japanese calendars, the Hebrew calendar, and the civil Islamic calendar, too.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "macports-gcal",
                    "github": "mhberger",
                    "ports_count": 1
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gcalcli",
            "portdir": "office/gcalcli",
            "version": "4.3.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/insanum/gcalcli",
            "description": "Google Calendar Command Line Interface",
            "long_description": "gcalcli is a Python application that allows you to access your Google Calendar from a command line. It is easy to get your agenda, search for events and quickly add new events. Additionally, gcalcli can be used as a reminder service to execute any application you want.",
            "active": true,
            "categories": [
                "office",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-setuptools",
                        "py310-wheel",
                        "py310-build",
                        "clang-14",
                        "py310-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-parsedatetime",
                        "py310-vobject",
                        "python310",
                        "py310-dateutil",
                        "py310-google-api",
                        "py310-httplib2",
                        "py310-oauth2client"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py310-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gcam",
            "portdir": "cad/gcam",
            "version": "2010.07.27",
            "license": "GPL-3+",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20130914095118/http://gcam.js.cx/index.php/Main_Page",
            "description": "GCAM is the free GNU Computer Aided Manufacturing package.",
            "long_description": "GCAM is the free GNU Computer Aided Manufacturing package. Most 3-Axis Computer Numerically Controlled (CNC) mills such as the Taig, Sherline and Haas are supported in both english and metric units. GCAM has a simple interface for making bolt holes, drill holes, sketches, templates, and more. After extruding these entities one can export the corresponding G-code for the selected cutting tool(s).",
            "active": true,
            "categories": [
                "cad"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gtkglext",
                        "libpng"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gcc10",
            "portdir": "lang/gcc10",
            "version": "10.4.0",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "{darwin < 22}",
            "epoch": 7,
            "replaced_by": null,
            "homepage": "https://gcc.gnu.org/",
            "description": "The GNU compiler collection",
            "long_description": "The GNU compiler collection, including front ends for C, C++, Objective-C, Objective-C++ and Fortran.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "stdlib_flag"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "texinfo"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "isl",
                        "ld64",
                        "libmpc",
                        "zlib",
                        "libgcc10",
                        "libiconv",
                        "mpfr",
                        "zstd",
                        "cctools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gcc10-libcxx",
                        "gcc_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-ifeffit",
                        "py27-qutip",
                        "py35-qutip",
                        "py36-qutip",
                        "g-wrap",
                        "mpich-gcc10",
                        "openmpi-gcc10"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openmpi-gcc10",
                        "mpich-gcc10"
                    ]
                }
            ]
        },
        {
            "name": "gcc10-bootstrap",
            "portdir": "lang/gcc10-bootstrap",
            "version": "10.5.0",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gcc.gnu.org/",
            "description": "Cross-platform gcc pegged at version 10.5.0. No dependencies.",
            "long_description": "Cross-platform gcc pegged at version 10.5.0. No dependencies. This was the last version of gcc to not require c++11 for bootstrap.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "libcxx-powerpc"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "clang-11-bootstrap",
                        "libcxx-powerpc"
                    ]
                }
            ]
        },
        {
            "name": "gcc10-libcxx",
            "portdir": "lang/gcc10",
            "version": "10.4.0",
            "license": "NCSA",
            "platforms": "{darwin < 22}",
            "epoch": 7,
            "replaced_by": null,
            "homepage": "https://llvm.org/",
            "description": "libc++ header implementation to be used by gcc10",
            "long_description": "libc++ header implementation to be used by gcc10",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clang20",
                "clang21"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "gcc10"
                    ]
                }
            ]
        },
        {
            "name": "gcc11",
            "portdir": "lang/gcc11",
            "version": "11.4.0",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "{darwin >= 10 < 22}",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://gcc.gnu.org/",
            "description": "The GNU compiler collection",
            "long_description": "The GNU compiler collection, including front ends for C, C++, Objective-C, Objective-C++ and Fortran.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "stdlib_flag"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "texinfo"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "isl",
                        "ld64",
                        "libmpc",
                        "zlib",
                        "libiconv",
                        "libgcc11",
                        "mpfr",
                        "zstd",
                        "cctools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gcc11-libcxx",
                        "gcc_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "mpich-gcc11",
                        "mpich-devel-gcc11",
                        "floppy",
                        "flow",
                        "fortrancl",
                        "to-f90",
                        "ftidy",
                        "feast",
                        "ml",
                        "pfft",
                        "py37-clawpack",
                        "py-logilab-hmm",
                        "py27-logilab-hmm",
                        "py310-qutip",
                        "py27-scikits-bvp_solver",
                        "py27-usadel1",
                        "ape",
                        "ccpnmr",
                        "etsf_io",
                        "lanHEP",
                        "slatec",
                        "whatcheck",
                        "whizard",
                        "openmpi-gcc11"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mpich-devel-gcc11",
                        "mpich-gcc11",
                        "openmpi-gcc11"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "flang-11"
                    ]
                }
            ]
        },
        {
            "name": "gcc11-libcxx",
            "portdir": "lang/gcc11",
            "version": "11.4.0",
            "license": "NCSA",
            "platforms": "{darwin >= 10 < 22}",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://llvm.org/",
            "description": "libc++ header implementation to be used by gcc11",
            "long_description": "libc++ header implementation to be used by gcc11",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang17",
                "clang18",
                "clang19",
                "clang20",
                "clang21"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "gcc11"
                    ]
                }
            ]
        },
        {
            "name": "gcc12",
            "portdir": "lang/gcc12",
            "version": "12.4.0",
            "license": "(GPL-3+ or Permissive)",
            "platforms": "{darwin >= 10 < 24}",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://gcc.gnu.org/",
            "description": "The GNU compiler collection",
            "long_description": "The GNU compiler collection, including front ends for C, C++, Objective-C, Objective-C++ and Fortran.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [
                "stdlib_flag"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "texinfo"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "isl",
                        "ld64",
                        "libmpc",
                        "zlib",
                        "libiconv",
                        "libgcc12",
                        "mpfr",
                        "zstd",
                        "cctools"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gcc12-libcxx",
                        "gcc_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "mpich-gcc12",
                        "conmax",
                        "ddeabm",
                        "pikaia",
                        "splpak",
                        "dop853",
                        "fastmath",
                        "finterp",
                        "fortran-roots",
                        "icu-doxygen-docs",
                        "fortran-popen",
                        "p5.34-extutils-f77",
                        "regridpack",
                        "openmpi-gcc12",
                        "finufft",
                        "fortran-lua53",
                        "fortran-cairo",
                        "molden",
                        "geodesic-fortran",
                        "libxc",
                        "libxc4",
                        "carlson-elliptic-integrals",
                        "fortran-mach",
                        "twopnt",
                        "p5.28-extutils-f77",
                        "p5.30-extutils-f77",
                        "p5.32-extutils-f77"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.30-extutils-f77",
                        "p5.28-extutils-f77",
                        "p5.34-extutils-f77",
                        "mpich-gcc12",
                        "openmpi-gcc12",
                        "p5.32-extutils-f77"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "pure-gen"
                    ]
                }
            ]
        }
    ]
}