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

{
    "count": 49635,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=38",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=36",
    "results": [
        {
            "name": "git-annex",
            "portdir": "devel/git-annex",
            "version": "10.20250828",
            "license": "AGPL-3",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://git-annex.branchable.com/",
            "description": "git-annex allows managing files with git, without checking the file contents into git",
            "long_description": "git-annex allows managing files with git, without checking the file contents into git. While that may seem paradoxical, it is useful when dealing with files larger than git can currently easily handle, whether due to limitations in memory, time, or disk space.",
            "active": true,
            "categories": [
                "devel",
                "haskell"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cctools",
                        "openssl",
                        "ghc",
                        "stack",
                        "file",
                        "grep",
                        "gsed",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "git-cal",
            "portdir": "devel/git-cal",
            "version": "0.9.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/k4rthik/git-cal",
            "description": "git contribution calendar",
            "long_description": "git-cal visualizes the timeline of commits to a git repository on a terminal.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "perl5_32",
                "perl5_34",
                "perl5_28",
                "perl5_30"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34",
                        "p5.34-getopt-long"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "git"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "git-cola",
            "portdir": "devel/git-cola",
            "version": "4.14.0",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://git-cola.github.io/",
            "description": "The highly caffeinated Git GUI",
            "long_description": "git-cola is a powerful Git GUI with a slick and intuitive user interface.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "raimue",
                    "github": "raimue",
                    "ports_count": 56
                }
            ],
            "variants": [
                "qt5",
                "qt6"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-setuptools_scm",
                        "clang-18",
                        "py313-build",
                        "py313-installer",
                        "py313-setuptools",
                        "py313-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313",
                        "py313-qtpy",
                        "py313-pyqt6",
                        "py313-polib",
                        "git"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "git-crypt",
            "portdir": "devel/git-crypt",
            "version": "0.7.0",
            "license": "(GPL-3+ or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.agwa.name/projects/git-crypt/",
            "description": "Transparent file encryption in git.",
            "long_description": "git-crypt enables transparent encryption and decryption of files in a git repository. Files which you choose to protect are encrypted when committed, and decrypted when checked out. git-crypt lets you freely share a repository containing a mix of public and private content. git-crypt gracefully degrades, so developers without the secret key can still clone and commit to a repository with encrypted files. This lets you store your secret material (such as keys or passwords) in the same repository as your code, without requiring you to lock down your entire repository.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "",
                    "github": "nareshov",
                    "ports_count": 1
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "docbook-xsl-nons",
                        "libxslt",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl11"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "git-cvs",
            "portdir": "devel/git-cvs",
            "version": "0.1.0",
            "license": "ISC",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ustuehler/git-cvs",
            "description": "incrementally import changesets from CVS to Git",
            "long_description": "git-cvs is a tool to incrementally import changesets from CVS into a Git repository with stable commit hashes.",
            "active": true,
            "categories": [
                "devel",
                "textproc",
                "python"
            ],
            "maintainers": [
                {
                    "name": "jpo",
                    "github": "jpouellet",
                    "ports_count": 4
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-nose",
                        "py27-setuptools",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py27-rcsparse"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py27-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "git-extras",
            "portdir": "devel/git-extras",
            "version": "7.3.0",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tj/git-extras",
            "description": "Git utilities",
            "long_description": "Git utilities -- repo summary, repl, changelog population, author commit percentages and more",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "git-filter-repo",
            "portdir": "devel/git-filter-repo",
            "version": "2.47.0",
            "license": "(MIT or GPL-2)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/newren/git-filter-repo",
            "description": "Quickly rewrite git repository history (filter-branch replacement)",
            "long_description": "A versatile tool for rewriting history like git filter-branch but without the capitulation-inducing poor performance, with far more capabilities, and with a design that scales usability-wise beyond trivial rewriting cases. git filter-repo is now recommended by the git project instead of git filter-branch.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 153
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "coreutils",
                        "py312-installer",
                        "py312-wheel",
                        "py312-setuptools",
                        "clang-17",
                        "py312-build"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py312-coverage",
                        "py312-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "git-flow",
            "portdir": "devel/git-flow",
            "version": "0.4.1",
            "license": "(BSD or LGPL-2.1+)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/nvie/gitflow",
            "description": "Git extensions for Vincent Driessen branching. (nvie)",
            "long_description": "Git extensions for Vincent Driessen branching. This is the original nvie version, not maintained.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "git",
                        "util-linux"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "git-flow-bash-completion"
                    ]
                }
            ]
        },
        {
            "name": "git-flow-devel",
            "portdir": "devel/git-flow",
            "version": "20120925",
            "license": "(BSD or LGPL-2.1+)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/nvie/gitflow",
            "description": "Git extensions for Vincent Driessen branching. (nvie devel)",
            "long_description": "Git extensions for Vincent Driessen branching. This is the nvie develop branch, not maintained.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "git",
                        "util-linux"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "git-flow-avh",
            "portdir": "devel/git-flow",
            "version": "1.12.3",
            "license": "(BSD or LGPL-2.1+)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/petervanderdoes/gitflow",
            "description": "Git extensions for Vincent Driessen branching. (avh Edition)",
            "long_description": "Git extensions for Vincent Driessen branching. This is the AVH Edition, not maintained.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "git",
                        "util-linux"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "git-flow-hf",
            "portdir": "devel/git-flow",
            "version": "1.5.2",
            "license": "(BSD or LGPL-2.1+)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/datasift/gitflow",
            "description": "Git extensions for Vincent Driessen branching. (HubFlow)",
            "long_description": "Git extensions for Vincent Driessen branching. This is the HubFlow version, not maintained.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "git",
                        "util-linux"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "git-flow-bash-completion",
            "portdir": "devel/git-flow-bash-completion",
            "version": "1.1.0",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/bobthecow/git-flow-completion",
            "description": "Bash completion support for git-flow.",
            "long_description": "The contained bash completion routines provide support for completing: \n\t* git-flow init and version \n\t* feature, hotfix and release branches \n\t* remote feature, hotfix and release branch names",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "git-flow",
                        "bash-completion"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "git-ftp",
            "portdir": "devel/git-ftp",
            "version": "1.6.0",
            "license": "GPL-3",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/git-ftp/git-ftp",
            "description": "Git powered FTP client written as shell script.",
            "long_description": "git-ftp is a Git powered FTP client written as shell script.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 609
                }
            ],
            "variants": [
                "doc"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "git",
                        "curl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "git-interactive-rebase-tool",
            "portdir": "devel/git-interactive-rebase-tool",
            "version": "2.4.1",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gitrebasetool.mitmaro.ca",
            "description": "Native cross platform full feature terminal based sequence editor for git interactive rebase.",
            "long_description": "Native cross platform full feature terminal based sequence editor for git interactive rebase.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 609
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind",
                        "ncurses",
                        "git"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "git-latexdiff",
            "portdir": "devel/git-latexdiff",
            "version": "1.6.0",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gitlab.com/git-latexdiff/git-latexdiff",
            "description": "Tool for using latexdiff on latex documents in git repositories",
            "long_description": "Tool to graphically visualize differences between different versions of LaTeX files between commits in a git repository. Technically, it is a wrapper around git and latexdiff.",
            "active": true,
            "categories": [
                "devel",
                "tex"
            ],
            "maintainers": [
                {
                    "name": "jjstickel",
                    "github": "jjstickel",
                    "ports_count": 168
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "asciidoc",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "git",
                        "texlive-bin-extra"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "git-lfs",
            "portdir": "devel/git-lfs",
            "version": "3.7.1",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://git-lfs.github.com/",
            "description": "Git Large File Storage",
            "long_description": "Git Large File Storage is an extension for versioning large files",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 609
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "asciidoctor",
                        "clang-18",
                        "rb33-ronn-ng"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "git"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "lscsoft-deps"
                    ]
                }
            ]
        },
        {
            "name": "git-remote-hg",
            "portdir": "devel/git-remote-hg",
            "version": "1.0.3.2",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mnauw/git-remote-hg",
            "description": "Transparent bidirectional bridge between Git and Mercurial for Git",
            "long_description": "Transparent bidirectional bridge between Git and Mercurial for Git.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 81
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-setuptools",
                        "py313-wheel",
                        "asciidoc",
                        "clang-17",
                        "py313-build",
                        "py313-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mercurial",
                        "python313"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py313-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "git-review",
            "portdir": "devel/git-review",
            "version": "2.4.0",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://docs.openstack.org/infra/git-review",
            "description": "Tool to submit code to Gerrit",
            "long_description": "Tool to submit code to Gerrit. git-review is a command-line tool for Git / Gerrit to submit a change or to fetch an existing one.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1012
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-setuptools",
                        "py312-wheel",
                        "py312-pbr",
                        "clang-16",
                        "py312-build",
                        "py312-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312",
                        "py312-six",
                        "py312-requests"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py312-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "git-secret",
            "portdir": "devel/git-secret",
            "version": "0.5.0",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://git-secret.io/",
            "description": "Bash tool to store private data inside a git repo.",
            "long_description": "A bash tool to store your private data inside a git repo. How’s that? Basically, it just encrypts, using gpg, the tracked files with the public keys of all the users that you trust. So everyone of them can decrypt these files using only their personal secret key. Why deal with all this private-public keys stuff? Well, to make it easier for everyone to manage access rights. There are no passwords that change. When someone is out - just delete their public key, reencrypt the files, and they won’t be able to decrypt secrets anymore.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "",
                    "github": "pedrohdz",
                    "ports_count": 78
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "git",
                        "gawk",
                        "gnupg2",
                        "bash"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "git-sizer",
            "portdir": "devel/git-sizer",
            "version": "1.5.0",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/github/git-sizer",
            "description": "Compute various size metrics for a Git repository, flagging those that might cause problems",
            "long_description": "Compute various size metrics for a Git repository, flagging those that might cause problems having repositories too big (> 5GB), keep many branches or tags, including gigantic blob files, storing large text files with many changes, repeated files across paths, detect long path names inside the repository, ...",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "g.sole.ca",
                    "github": "gerardsoleca",
                    "ports_count": 1
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "giter8",
            "portdir": "devel/giter8",
            "version": "0.16.2",
            "license": "Apache-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.foundweekends.org/giter8/",
            "description": "A command line tool to apply templates defined on github",
            "long_description": "Giter8 is a command line tool to generate files and directories from templates published on github. It's implemented in Scala and runs through the Simple Build Tool launcher, but it can produce output for any purpose.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openjdk11"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "sbt"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gitinspector",
            "portdir": "devel/gitinspector",
            "version": "0.4.4",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ejwa/gitinspector",
            "description": "statistical analysis tool for git repositories",
            "long_description": "Gitinspector is a statistical analysis tool for git repositories. The default analysis shows general statistics per author, which can be complemented with a timeline analysis that shows the workload and activity of each author. Under normal operation, it filters the results to only show statistics about a number of given extensions and by default only includes source files in the statistical analysis.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "l2dy",
                    "github": "l2dy",
                    "ports_count": 96
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py27-setuptools",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "git"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gitlab-runner",
            "portdir": "devel/gitlab-runner",
            "version": "18.5.0",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://docs.gitlab.com/runner/",
            "description": "GitLab Runner",
            "long_description": "GitLab Runner is the open source project that is used to run your jobs and send the results back to GitLab. It is used in conjunction with GitLab CI, the open-source continuous integration service included with GitLab that coordinates the jobs.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1012
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gitless",
            "portdir": "devel/gitless",
            "version": "0.8.8",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gitless.com/",
            "description": "Version control system built on top of Git",
            "long_description": "Gitless is a version control system built on top of Git, with simpler commands and syntax. Gitless can be used on any Git repository and be mixed with regular git commands.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-wheel",
                        "clang-17",
                        "py313-build",
                        "py313-installer",
                        "py313-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313",
                        "py313-sh",
                        "py313-pygit2",
                        "py313-clint"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "git"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gitlint",
            "portdir": "devel/gitlint",
            "version": "0.19.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://jorisroovers.com/gitlint/",
            "description": "Linting for your git commit messages",
            "long_description": "Git commit message linter written in Python. Checks your commit messages for style.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "harens",
                    "github": "harens",
                    "ports_count": 146
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "py311-hatch-vcs",
                        "py311-hatchling",
                        "py311-installer",
                        "clang-14"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py311-sh",
                        "py311-arrow",
                        "py311-click"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gitqlite",
            "portdir": "devel/gitqlite",
            "version": "0.0.1",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": "mergestat",
            "homepage": "https://www.macports.org",
            "description": "Obsolete port, replaced by mergestat",
            "long_description": "This port has been replaced by mergestat.",
            "active": false,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "glab",
            "portdir": "devel/glab",
            "version": "1.40.0",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gitlab.com/gitlab-org/cli",
            "description": "A GitLab CLI tool bringing GitLab to your command line",
            "long_description": "glab is an open source GitLab CLI tool bringing GitLab to your terminal next to where you are already working with git and your code.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "harens",
                    "github": "harens",
                    "ports_count": 146
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-16"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "glade",
            "portdir": "devel/glade",
            "version": "3.40.0",
            "license": "LGPL-2+ and GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://wiki.gnome.org/Apps/Glade",
            "description": "Glade is a RAD tool to enable quick & easy development of user interfaces for the GTK+ 3.* toolkit and the GNOME desktop environment.",
            "long_description": "Glade is a RAD tool to enable quick & easy development of user interfaces for the GTK+ 3.* toolkit and the GNOME desktop environment.",
            "active": true,
            "categories": [
                "devel",
                "gnome"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2695
                },
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 350
                }
            ],
            "variants": [
                "python310",
                "python311",
                "gjs",
                "webkit2gtk",
                "x11",
                "quartz",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "gettext",
                        "meson",
                        "ninja",
                        "pkgconfig",
                        "librsvg",
                        "makeicns",
                        "docbook-xml",
                        "docbook-xsl-nons",
                        "itstool",
                        "libxslt"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gjs",
                        "gobject-introspection",
                        "gtk3",
                        "gdk-pixbuf2",
                        "libxml2",
                        "webkit2-gtk",
                        "py311-gobject3",
                        "glib2"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "desktop-file-utils",
                        "devhelp"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "libhandy",
                        "anjuta"
                    ]
                }
            ]
        },
        {
            "name": "glade3",
            "portdir": "devel/glade3",
            "version": "3.8.6",
            "license": "LGPL-2 and GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://wiki.gnome.org/Apps/Glade",
            "description": "Glade is a RAD tool to enable quick & easy development of user interfaces for the GTK+ 2.* toolkit and the GNOME desktop environment.",
            "long_description": "Glade is a RAD tool to enable quick & easy development of user interfaces for the GTK+ 2.* toolkit and the GNOME desktop environment.",
            "active": true,
            "categories": [
                "devel",
                "gnome"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2695
                }
            ],
            "variants": [
                "python27",
                "gnome",
                "quartz",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "libtool",
                        "pkgconfig",
                        "gnome-common",
                        "gnome-doc-utils",
                        "gtk-doc",
                        "yelp-tools",
                        "intltool",
                        "itstool",
                        "autoconf",
                        "automake"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libbonoboui",
                        "libgnomeui",
                        "py27-pygtk",
                        "libxml2",
                        "desktop-file-utils",
                        "gtk2"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "devhelp"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "glademm",
            "portdir": "devel/glademm",
            "version": "2.6.0",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://home.wtal.de/petig/Gtk/",
            "description": "C++ wrapper for glade2.",
            "long_description": "C++ wrapper for glade2.",
            "active": true,
            "categories": [
                "devel",
                "gnome"
            ],
            "maintainers": [
                {
                    "name": "toralf",
                    "github": "",
                    "ports_count": 1
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgnomemm",
                        "gtkmm"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "glib2",
            "portdir": "devel/glib2",
            "version": "2.78.4",
            "license": "LGPL-2+",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://wiki.gnome.org/Projects/GLib",
            "description": "Library with data structure functions and other constructs",
            "long_description": "Glib is a library which includes support routines for C, such as lists, trees, hashes, memory allocation, and many other things.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 350
                }
            ],
            "variants": [
                "debug",
                "debugoptimized",
                "quartz",
                "x11",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gettext",
                        "clang-17",
                        "libxml2",
                        "pkgconfig",
                        "ninja",
                        "meson"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "python313",
                        "gettext-runtime",
                        "libiconv",
                        "pcre2",
                        "libffi",
                        "libelf"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "tango-icon-theme",
                        "audacious-plugins",
                        "gnome-devel-docs",
                        "docsis",
                        "pslib",
                        "libghemical",
                        "virt-manager",
                        "mousepad",
                        "nimbus",
                        "gtk-doc",
                        "gnome-js-common",
                        "gnome-mime-data"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt6-qtbase",
                        "qt6-qtpositioning",
                        "tio",
                        "gtksourceview2",
                        "unnks",
                        "libsmf",
                        "librsvg",
                        "librsvg-devel",
                        "streamripper",
                        "farstream",
                        "sofia-sip",
                        "telepathy-farstream",
                        "gretl",
                        "osinfo-db-tools",
                        "libayatana-indicator",
                        "qof",
                        "openvas-libraries",
                        "openvas-plugins",
                        "atk",
                        "garagejam",
                        "dbus-glib",
                        "gnet2",
                        "gob2",
                        "loudmouth",
                        "libCUDF",
                        "libhandy",
                        "libidl",
                        "libiodbc",
                        "mcabber",
                        "linc",
                        "sdcv",
                        "vala",
                        "curlftpfs",
                        "cell-id",
                        "kanatest",
                        "accountsservice",
                        "gingerblue",
                        "gnome-menus",
                        "gnome-mime-data",
                        "gstreamer010",
                        "gtksourceview-sharp2",
                        "libbonobo",
                        "appstream-glib",
                        "libgnome-keyring",
                        "libgnomecups",
                        "libxklavier",
                        "clutter-gst",
                        "clutter-gst3",
                        "libxmlb",
                        "nonpareil",
                        "liblqr",
                        "bitlbee",
                        "silc-client",
                        "diff-pdf",
                        "AfterStep",
                        "Chatty",
                        "libproxy",
                        "libproxy-vapi",
                        "libayatana-appindicator",
                        "zeitgeist",
                        "dconf",
                        "folks",
                        "gcr",
                        "p5.28-glib",
                        "p5.30-glib",
                        "p5.32-glib",
                        "p5.34-glib",
                        "libticables2",
                        "gnome-autoar",
                        "gtkmm4",
                        "libticalcs2",
                        "libticonv",
                        "libtifiles2",
                        "tumbler",
                        "libmms",
                        "libhandy-0.0",
                        "libsecret",
                        "herbstluftwm",
                        "gmime",
                        "gq",
                        "gmime3",
                        "xmlbird",
                        "libxfce4util",
                        "quvi",
                        "roadrunner",
                        "libcmatrix",
                        "sobby",
                        "glade",
                        "pal",
                        "gexiv2",
                        "gitg",
                        "libgit2-glib",
                        "libpeas",
                        "totem",
                        "py39-nbxmpp",
                        "gfsview",
                        "cutter",
                        "geoclue2",
                        "evolution-data-server-gtk4",
                        "frogr",
                        "geocode-glib",
                        "gfbgraph",
                        "libchamplain",
                        "libsocialweb",
                        "rest",
                        "tracker3",
                        "uhttpmock",
                        "libgrss",
                        "gtksourceview5",
                        "webkit-gtk",
                        "webkit-gtk3",
                        "epiphany",
                        "libslirp",
                        "R-RcppCWB",
                        "birdfont",
                        "wireshark3",
                        "wireshark4",
                        "stellarium",
                        "autotrace",
                        "gnome3-core",
                        "vala-devel",
                        "spice-gtk",
                        "xfce4-dev-tools",
                        "poly2tri-c",
                        "libmediaart",
                        "py35-gobject3",
                        "poppler-devel",
                        "poppler-devel-qt5",
                        "gnome-online-miners",
                        "pure-gtk",
                        "poppler",
                        "poppler-qt5",
                        "usbredir",
                        "libdbusmenu",
                        "xpad",
                        "gnome-keyring",
                        "gtk3-devel",
                        "gtk3",
                        "gtksourceview3",
                        "libsoup",
                        "libsoup-devel",
                        "tracker",
                        "cardpeek",
                        "exonerate",
                        "gtk-gnutella",
                        "libLASi",
                        "mc",
                        "wv",
                        "linhpsdr",
                        "pihpsdr",
                        "chafa",
                        "darktable",
                        "darktable-devel",
                        "gtk4-devel",
                        "goffice",
                        "harfbuzz",
                        "harfbuzz-devel",
                        "gtk-vnc",
                        "lensfun",
                        "lib2geom",
                        "lib2geom-devel",
                        "libopenraw",
                        "libopenraw-legacy",
                        "gtk4",
                        "gts",
                        "scite",
                        "libgtop",
                        "fntsample",
                        "ayatana-ido",
                        "py36-gobject3",
                        "py39-gobject3",
                        "py310-gobject3",
                        "py311-gobject3",
                        "py312-gobject3",
                        "py314-gobject3",
                        "py313-gobject3",
                        "gtk-fortran",
                        "valabind",
                        "appstream",
                        "shared-mime-info",
                        "ncdc",
                        "py27-gobject3",
                        "qt511-qtbase",
                        "playerstage-player",
                        "xmedcon",
                        "cpabe",
                        "gnomint",
                        "libbswabe",
                        "mtpfs",
                        "nbd",
                        "utimer",
                        "gedit-plugins",
                        "gedit",
                        "libmongo-client",
                        "libots",
                        "libtranslate",
                        "libwpd-0.10",
                        "fsearch",
                        "gcin",
                        "gtk-sharp2",
                        "i3",
                        "rox-filer",
                        "wmctrl",
                        "gnome-voice",
                        "gnome-backgrounds",
                        "kopete",
                        "glibmm",
                        "midgard2-core",
                        "rrdtool",
                        "xmlpatch",
                        "libinfinity",
                        "xmms2",
                        "libextractor",
                        "fluidsynth",
                        "gtkpod",
                        "liblangtag",
                        "ifuse",
                        "scmpc",
                        "libcroco",
                        "devhelp",
                        "libquvi",
                        "awesome",
                        "qt69-qtbase",
                        "qt69-qtpositioning",
                        "poppler-qt4-mac",
                        "gom",
                        "kdelibs4",
                        "qt53-qtbase",
                        "dbus-python27",
                        "dbus-python35",
                        "dbus-python36",
                        "dbus-python37",
                        "dbus-python38",
                        "dbus-python39",
                        "dbus-python310",
                        "dbus-python311",
                        "dbus-python312",
                        "dbus-python313",
                        "dbus-python314",
                        "qt56-qtbase",
                        "secrets",
                        "toxic",
                        "groonga",
                        "pango-devel",
                        "xmlroff",
                        "pango",
                        "qt55-qtbase",
                        "subsurface",
                        "openscad",
                        "openscad-devel",
                        "rofi",
                        "qt57-qtbase",
                        "grilo-plugins",
                        "ffmpeg4",
                        "liboop",
                        "qt58-qtbase",
                        "enchant",
                        "qt59-qtbase",
                        "libgnt",
                        "blib",
                        "gdk-pixbuf2-devel",
                        "libnotify",
                        "py35-gobject",
                        "py36-gobject",
                        "py37-gobject",
                        "py38-gobject",
                        "wv2",
                        "VLC2",
                        "libVLC2",
                        "gjs-devel",
                        "Hypr",
                        "fmt-ptrn",
                        "vips",
                        "libnice",
                        "gdk-pixbuf2",
                        "vipsdisp",
                        "libical",
                        "libgsf",
                        "xboard",
                        "tepl",
                        "vte",
                        "homebank",
                        "meld",
                        "digikam",
                        "libosinfo",
                        "libvirt-glib",
                        "rmlint",
                        "webkit2-gtk",
                        "webkit2-gtk-devel",
                        "gimp-lqr-plugin",
                        "metview",
                        "racket",
                        "magicspp",
                        "gerris",
                        "glibmm-2.4",
                        "py27-yum-metadata-parser",
                        "glibmm-devel",
                        "gobby",
                        "gtkmm3",
                        "qt5-qtbase",
                        "qt5-qtwebengine",
                        "R",
                        "ldapvi",
                        "gvfs",
                        "dmapd",
                        "gsettings-desktop-schemas",
                        "sakura",
                        "openslide",
                        "trojita",
                        "glib-networking",
                        "libqb",
                        "rspamd",
                        "gnome-maps",
                        "qemu",
                        "nyxt",
                        "dino",
                        "guestfs-tools",
                        "mdbtools",
                        "graphene",
                        "OpenSceneGraph-devel",
                        "OpenSceneGraph",
                        "cherrytree",
                        "sshfs",
                        "qt64-qtbase",
                        "qt64-qtpositioning",
                        "syslog-ng",
                        "qt67-qtbase",
                        "qt67-qtpositioning",
                        "orbit2",
                        "qt68-qtbase",
                        "qt68-qtpositioning",
                        "libgdiplus",
                        "g-wrap",
                        "mdk",
                        "denemo",
                        "rb33-cairo-gobject",
                        "rb32-cairo-gobject",
                        "rb31-cairo-gobject",
                        "rb33-gio2",
                        "rb32-gio2",
                        "rb31-gio2",
                        "rb33-glib2",
                        "rb32-glib2",
                        "rb31-glib2",
                        "rb33-gobject-introspection",
                        "rb32-gobject-introspection",
                        "rb31-gobject-introspection",
                        "profanity",
                        "cairo",
                        "eog",
                        "midori",
                        "libmpd",
                        "herrie",
                        "gobject-introspection-devel",
                        "libck",
                        "stardict",
                        "catgirl-downloader",
                        "libadwaita",
                        "megatools",
                        "libmypaint",
                        "librasterlite2",
                        "zile",
                        "py27-cairo",
                        "py36-cairo",
                        "py39-cairo",
                        "py310-cairo",
                        "py311-cairo",
                        "py312-cairo",
                        "py313-cairo",
                        "py314-cairo",
                        "arb",
                        "geany",
                        "abiword-x11",
                        "pioneers",
                        "dconf-editor",
                        "dia",
                        "genius",
                        "gnome-internet-radio-locator",
                        "gnome-radio",
                        "gnome-settings-daemon",
                        "gcab",
                        "gstreamer1",
                        "gtk-internet-radio-locator",
                        "gtk-radio",
                        "libshumate",
                        "MyPaint",
                        "photoqt",
                        "photoqt-qt4",
                        "pspp",
                        "pspp-devel",
                        "libhttpseverywhere",
                        "policykit",
                        "parabolic",
                        "py37-gobject3",
                        "py38-gobject3",
                        "telepathy-qt",
                        "snoopy",
                        "etherape",
                        "wireshark2",
                        "wireshark22",
                        "wireshark30",
                        "p5.26-glib",
                        "syslog-ng-devel",
                        "libnick",
                        "xfce4-terminal",
                        "v8-8.3",
                        "v8-11.6",
                        "melonds",
                        "libguestfs",
                        "amule",
                        "teg",
                        "wesnoth",
                        "font-manager",
                        "girara",
                        "gjs",
                        "yelp",
                        "qt513-qtbase",
                        "qt513-qtwebengine",
                        "amtk",
                        "at-spi2-core",
                        "at-spi2-atk",
                        "desktop-file-utils",
                        "rawtherapee",
                        "gtksourceview4",
                        "libsoup-2.4",
                        "scummvm",
                        "scummvm-devel",
                        "enchant2",
                        "virt-viewer",
                        "libfeedback",
                        "webkit-gtk-2.0",
                        "webkit-gtk3-2.0",
                        "libmm-glib",
                        "irssi",
                        "json-glib",
                        "gstreamer1-gst-libav",
                        "audacious-plugins",
                        "pqiv",
                        "Io",
                        "cl-cffi-gtk",
                        "notmuch-addrlookup",
                        "OpenIPMI",
                        "audacious-core",
                        "geany-plugins",
                        "grisbi",
                        "mpd",
                        "ncmpc",
                        "kdepim4",
                        "spice-server",
                        "libvirt",
                        "pulseaudio",
                        "py35-cairo",
                        "py37-cairo",
                        "py38-cairo",
                        "cairo-devel",
                        "py310-nbxmpp",
                        "py311-nbxmpp",
                        "py312-nbxmpp",
                        "gobject-introspection",
                        "zathura",
                        "zathura-docs",
                        "pidgin",
                        "libpurple",
                        "finch",
                        "py27-gobject",
                        "py39-gobject"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gnome3-core",
                        "lscsoft-deps"
                    ]
                }
            ]
        },
        {
            "name": "glib2-devel",
            "portdir": "devel/glib2-devel",
            "version": "2.78.4",
            "license": "LGPL-2+",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://wiki.gnome.org/Projects/GLib",
            "description": "Library with data structure functions and other constructs",
            "long_description": "Glib is a library which includes support routines for C, such as lists, trees, hashes, memory allocation, and many other things.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 350
                }
            ],
            "variants": [
                "debug",
                "debugoptimized",
                "quartz",
                "x11",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gettext",
                        "clang-17",
                        "libxml2",
                        "pkgconfig",
                        "ninja",
                        "meson"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "python313",
                        "gettext-runtime",
                        "libiconv",
                        "pcre2",
                        "libffi",
                        "libelf"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "glibmm",
            "portdir": "devel/glibmm",
            "version": "2.78.0",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "http://www.gtkmm.org/",
            "description": "C++ interface to glib",
            "long_description": "C++ interface to glib",
            "active": true,
            "categories": [
                "devel",
                "x11"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2695
                },
                {
                    "name": "mascguy",
                    "github": "mascguy",
                    "ports_count": 350
                }
            ],
            "variants": [
                "quartz",
                "x11",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "ninja",
                        "pkgconfig",
                        "mm-common",
                        "python311",
                        "meson"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsigcxx3",
                        "glibmm-2.4",
                        "glib2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ETL",
                        "sobby",
                        "gnome3-core",
                        "inkscape",
                        "inkscape-devel",
                        "gnome-bindings-cxx",
                        "atkmm",
                        "atkmm-1.6",
                        "gconfmm",
                        "libgdamm5",
                        "libxmlxx2",
                        "libxmlxx3",
                        "gtkmm",
                        "gnome-vfsmm",
                        "pangomm-1.4-devel",
                        "pangomm-1.4",
                        "gobby",
                        "pangomm-devel",
                        "pangomm",
                        "cherrytree",
                        "gtkmm4"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gnome3-core"
                    ]
                }
            ]
        },
        {
            "name": "glide",
            "portdir": "devel/glide",
            "version": "0.13.3",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/Masterminds/glide",
            "description": "Package Management for Golang.",
            "long_description": "Are you used to tools such as Cargo, npm, Composer, Nuget, Pip, Maven, Bundler, or other modern package managers? If so, Glide is the comparable Go tool.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "macports",
                    "github": "nareshov",
                    "ports_count": 1
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-17"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "glm",
            "portdir": "devel/glm",
            "version": "1.0.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://glm.g-truc.net",
            "description": "OpenGL Mathematics (GLM) C++ library",
            "long_description": "OpenGL Mathematics (GLM) is a C++ mathematics library for graphics software based on the OpenGL Shading Language (GLSL) specification.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-17"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "p7zip"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "logstalgia",
                        "gource"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pymol",
                        "pymol-devel",
                        "warzone2100",
                        "supertux",
                        "kicad",
                        "libetonyek",
                        "asymptote",
                        "stellarium"
                    ]
                }
            ]
        },
        {
            "name": "global",
            "portdir": "devel/global",
            "version": "6.6.14",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/global/",
            "description": "source code tag system",
            "long_description": "GNU GLOBAL is a source code tag system that works the same way across diverse environments. You can locate a specified object in the source files and move there easily. It is useful for hacking a large project containing many subdirectories, many #ifdef and many main() functions. It is similar to ctags or etags but is different from them at the point of independence of any editor.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ctags",
                        "libtool",
                        "ncurses",
                        "universal-ctags",
                        "py312-pygments"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gmake",
            "portdir": "devel/gmake",
            "version": "4.4.1",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/make/make.html",
            "description": "GNU Make",
            "long_description": "Make is a tool which controls the generation of executables and other non-source files of a program from the program’s source files. Make gets its knowledge of how to build your program from a file called the makefile, which lists each of the non-source files and how to compute it from other files. When you write a program, you should write a makefile for it, so that it is possible to use Make to build and install the program.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "guile",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gettext",
                        "clang-16"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "lzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv",
                        "gettext-runtime"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "openjdk24",
                        "openjdk15",
                        "openjdk18",
                        "molden",
                        "openjdk20",
                        "openjdk19",
                        "openjdk8",
                        "kismet",
                        "gretl",
                        "cableswig",
                        "auto-multiple-choice-devel",
                        "libvirt",
                        "dtc",
                        "openjdk22",
                        "openjdk23",
                        "openjdk13",
                        "ocaml-hacl-star",
                        "ocaml-hacl-star-raw",
                        "uboot-tools",
                        "liquidwar",
                        "gimp-gap-devel",
                        "smake",
                        "ddev",
                        "tiledb",
                        "httrack",
                        "webkit-gtk",
                        "webkit-gtk3",
                        "hugs98",
                        "exiv2",
                        "libquirc",
                        "tnylpo",
                        "kdelibs4",
                        "pgbouncer",
                        "nhc98",
                        "tenfourfox",
                        "aquafox",
                        "tenfourfox-devel",
                        "ffmpeg",
                        "ffmpeg-devel",
                        "ffmpeg4",
                        "ffmpeg8",
                        "gimp-gap",
                        "avidemux",
                        "aircrack-ng",
                        "vapor",
                        "trurl",
                        "fstar",
                        "kremlin",
                        "openjdk8-powerpc",
                        "mame",
                        "chromaprint",
                        "openjdk17",
                        "lilypond",
                        "lilypond-devel",
                        "openjdk11",
                        "openjdk21",
                        "openjdk25",
                        "mercurial",
                        "newsboat",
                        "retdec",
                        "retdec-devel",
                        "x265",
                        "btop",
                        "gaa",
                        "ffmpeg6",
                        "ffmpeg7",
                        "genie",
                        "blink",
                        "mrustc-rust",
                        "octave-ltfat",
                        "auto-multiple-choice"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "idutils",
                        "courier-authlib",
                        "apache-arrow",
                        "py37-pyarrow",
                        "py38-pyarrow"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gutils-suite-core"
                    ]
                }
            ]
        },
        {
            "name": "gmp",
            "portdir": "devel/gmp",
            "version": "6.3.0",
            "license": "LGPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gmplib.org/",
            "description": "GNU multiple precision arithmetic library",
            "long_description": "GNU MP is a library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. It has a rich set of functions, and the functions have a regular interface. GNU MP is designed to be as fast as possible, both for small operands and for huge operands. The speed is achieved by using fullwords as the basic arithmetic type, by using fast algorithms, by carefully optimized assembly code for the most common inner loops for a lots of CPUs, and by a general emphasis on speed (instead of simplicity or elegance).",
            "active": true,
            "categories": [
                "devel",
                "math"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1502
                }
            ],
            "variants": [
                "native",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "m4",
                        "clang-16"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "mozart",
                        "libgcc11",
                        "libgcc9",
                        "libgcc15",
                        "libgcc-devel",
                        "libgcc7",
                        "libgcc45",
                        "libgcc6",
                        "libgcc14",
                        "libgcc13"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "msp430-elf-gcc",
                        "msp430-gcc",
                        "msp430-gcc-devel",
                        "x86_64-elf-gcc",
                        "x86_64-w64-mingw32-gcc",
                        "x86_64-w64-mingw32-gcc-bootstrap",
                        "x86_64-w64-mingw32-gcc-nothreads",
                        "aqbanking5",
                        "aqbanking5-gtk",
                        "aqbanking5-gtk3",
                        "aqbanking6",
                        "aqbanking6-gtk2",
                        "aqbanking6-gtk3",
                        "cddlib",
                        "cloog",
                        "gdb",
                        "gnutls",
                        "isl",
                        "isl14",
                        "isl18",
                        "isl-devel",
                        "libfilezilla",
                        "libmpc",
                        "mpfr",
                        "nettle",
                        "openscop",
                        "ppl",
                        "emacs",
                        "emacs-devel",
                        "emacs-app",
                        "emacs-app-devel",
                        "ledger",
                        "gnubg",
                        "cgal4",
                        "cgal5",
                        "sfcgal",
                        "blender",
                        "kcalc",
                        "libktorrent",
                        "Io",
                        "Maude",
                        "algol68g",
                        "fstar",
                        "gcc-devel",
                        "gcc10",
                        "gcc43",
                        "gcc44",
                        "gcc45",
                        "gcc46",
                        "gcc47",
                        "gcc48",
                        "gcc49",
                        "gcc5",
                        "gcc6",
                        "gcc7",
                        "gcc8",
                        "gcc9",
                        "gcl",
                        "gnat-gcc",
                        "gnucobol",
                        "gst",
                        "ikarus-scheme-devel",
                        "kaffe",
                        "librep",
                        "mdk",
                        "mosml-dynlibs",
                        "omnicompiler",
                        "php80-gmp",
                        "php74-gmp",
                        "php73-gmp",
                        "php72-gmp",
                        "php71-gmp",
                        "php70-gmp",
                        "php56-gmp",
                        "php55-gmp",
                        "php54-gmp",
                        "php53-gmp",
                        "php52-gmp",
                        "pike",
                        "polyml",
                        "pure",
                        "q",
                        "qore",
                        "stklos",
                        "swi-prolog",
                        "swi-prolog-devel",
                        "upc",
                        "yap",
                        "yap-devel",
                        "SuiteSparse_SLIP_LU",
                        "boolector",
                        "cadabra2",
                        "cln",
                        "cvc4",
                        "flint",
                        "glpk",
                        "gmp-ecm",
                        "igraph",
                        "libqalculate",
                        "mpfi",
                        "msieve",
                        "ntl",
                        "octave-interval",
                        "singular",
                        "symengine",
                        "VLC2",
                        "libVLC2",
                        "mkvtoolnix",
                        "lsh",
                        "rdesktop",
                        "ocaml-zarith",
                        "p5.26-alien-gmp",
                        "p5.28-alien-gmp",
                        "p5.30-alien-gmp",
                        "p5.26-crypt-dh-gmp",
                        "p5.28-crypt-dh-gmp",
                        "p5.30-crypt-dh-gmp",
                        "p5.26-math-bigint-gmp",
                        "p5.28-math-bigint-gmp",
                        "p5.30-math-bigint-gmp",
                        "p5.26-math-gmp",
                        "p5.28-math-gmp",
                        "p5.30-math-gmp",
                        "p5.26-math-gmpf",
                        "p5.28-math-gmpf",
                        "p5.30-math-gmpf",
                        "p5.26-math-gmpq",
                        "p5.28-math-gmpq",
                        "p5.30-math-gmpq",
                        "p5.26-math-gmpz",
                        "p5.28-math-gmpz",
                        "p5.30-math-gmpz",
                        "p5.26-math-mpc",
                        "p5.28-math-mpc",
                        "p5.30-math-mpc",
                        "p5.26-math-mpfi",
                        "p5.28-math-mpfi",
                        "p5.30-math-mpfi",
                        "p5.26-math-mpfr",
                        "p5.28-math-mpfr",
                        "p5.30-math-mpfr",
                        "p5.26-math-prime-util-gmp",
                        "p5.28-math-prime-util-gmp",
                        "p5.30-math-prime-util-gmp",
                        "pure-fastcgi",
                        "pure-ffi",
                        "pure-gen",
                        "pure-glpk",
                        "pure-liblo",
                        "pure-mpfr",
                        "pure-odbc",
                        "pure-reduce",
                        "pure-sql3",
                        "py37-bigfloat",
                        "py38-bigfloat",
                        "py39-bigfloat",
                        "py27-gmpy",
                        "py35-gmpy",
                        "py36-gmpy",
                        "py37-gmpy",
                        "py38-gmpy",
                        "py39-gmpy",
                        "py27-gmpy2",
                        "py35-gmpy2",
                        "py36-gmpy2",
                        "py37-gmpy2",
                        "py38-gmpy2",
                        "py39-gmpy2",
                        "py27-mx-experimental",
                        "py37-pytorch",
                        "py38-pytorch",
                        "py39-pytorch",
                        "gmsh",
                        "gnuradio",
                        "gnuradio37",
                        "gnuradio-next",
                        "gnuradio-devel",
                        "gr-adapt",
                        "gr37-adapt",
                        "gr-air-modes",
                        "gr37-air-modes",
                        "gr37-ais",
                        "gr-baz",
                        "gr37-baz",
                        "gr37-cdma",
                        "gr-fcdproplus",
                        "gr37-fcdproplus",
                        "gr-foo",
                        "gr37-foo",
                        "gr-fosphor",
                        "gr37-fosphor",
                        "gr-gfdm",
                        "gr37-gfdm",
                        "gr-gsm",
                        "gr37-gsm",
                        "gr-hpsdr",
                        "gr-ieee802-11",
                        "gr37-ieee802-11",
                        "gr-ieee802-15-4",
                        "gr37-ieee802-15-4",
                        "gr-iio",
                        "gr37-iio",
                        "gr-iqbalance",
                        "gr37-iqbalance",
                        "gr-iridium",
                        "gr37-iridium",
                        "gr-limesdr",
                        "gr37-limesdr",
                        "gr-linrad",
                        "gr37-lora-BastilleResearch",
                        "gr37-lora-rpp0",
                        "gr-lora-rpp0",
                        "gr37-lte",
                        "gr37-mac",
                        "gr37-mapper",
                        "gr37-ofdm",
                        "gr-osmosdr",
                        "gr37-osmosdr",
                        "gr37-pcap",
                        "gr37-pyqt",
                        "gr-rds",
                        "gr37-rds",
                        "gr-satellites",
                        "gr37-satellites",
                        "gr37-sdrplay",
                        "gr-specest",
                        "gr37-specest",
                        "gr37-tdd",
                        "numdiff",
                        "openscad",
                        "openscad-devel",
                        "root5",
                        "root6",
                        "libbswabe",
                        "pbc",
                        "coreutils",
                        "john-jumbo",
                        "texlive-bin",
                        "libuninum",
                        "gcc11",
                        "libpoly",
                        "php81-gmp",
                        "p5.32-alien-gmp",
                        "p5.32-crypt-dh-gmp",
                        "p5.32-math-bigint-gmp",
                        "p5.32-math-gmp",
                        "p5.32-math-gmpf",
                        "p5.32-math-gmpq",
                        "p5.32-math-gmpz",
                        "p5.32-math-mpc",
                        "p5.32-math-mpfi",
                        "p5.32-math-mpfr",
                        "p5.32-math-prime-util-gmp",
                        "lean",
                        "gretl",
                        "py310-bigfloat",
                        "msieve-devel",
                        "coreutils-devel",
                        "mkvtoolnix-devel",
                        "py310-gmpy",
                        "py310-gmpy2",
                        "adblock2privoxy",
                        "arm-none-eabi-gdb",
                        "avr-gdb",
                        "p5.34-alien-gmp",
                        "p5.34-crypt-dh-gmp",
                        "p5.34-math-bigint-gmp",
                        "p5.34-math-gmp",
                        "p5.34-math-gmpf",
                        "p5.34-math-gmpq",
                        "p5.34-math-gmpz",
                        "p5.34-math-mpc",
                        "p5.34-math-mpfi",
                        "p5.34-math-mpfr",
                        "p5.34-math-prime-util-gmp",
                        "gr-hermeslite2",
                        "gawk-mpfr",
                        "ghc",
                        "gnutls-devel",
                        "pari",
                        "php82-gmp",
                        "gcc12",
                        "cabal",
                        "HaXml",
                        "aeson-pretty",
                        "cpphs",
                        "hlint",
                        "shellcheck",
                        "matterhorn",
                        "lhs2tex",
                        "py311-gmpy2",
                        "4ti2",
                        "LiDIA",
                        "QSopt_ex",
                        "TOPCOM",
                        "latte-int",
                        "lrslib",
                        "soplex",
                        "papilo",
                        "polymake",
                        "scip",
                        "py311-bigfloat",
                        "fplll",
                        "mpfrcx",
                        "yices",
                        "cmh",
                        "pandoc",
                        "R-Rmpfr",
                        "R-gmp",
                        "R-igraph",
                        "R-RationalMatrix",
                        "R-rcdd",
                        "R-RcppAlgos",
                        "R-RcppBigIntAlgos",
                        "stklos-devel",
                        "R-AlphaHull3D",
                        "R-cgalMeshes",
                        "R-lazyNumbers",
                        "R-symengine",
                        "R-cgalPolygons",
                        "R-interpolation",
                        "gfan",
                        "R-jack",
                        "R-qspray",
                        "zmap",
                        "R-arrangements",
                        "ecl",
                        "R-leidenbase",
                        "normaliz",
                        "sympol",
                        "php83-gmp",
                        "R-LOMAR",
                        "R-kantorovich",
                        "mlton",
                        "mlton-bootstrap",
                        "initool",
                        "mosml",
                        "ecl-devel",
                        "R-scModels",
                        "R-PMCMRplus",
                        "py314-gmpy2",
                        "emacs-mac-app-devel",
                        "arm-elf-gcc",
                        "arm-none-eabi-gcc",
                        "arm-none-eabi-gcc8",
                        "avr-gcc",
                        "i386-elf-gcc",
                        "i686-w64-mingw32-gcc",
                        "i686-w64-mingw32-gcc-bootstrap",
                        "i686-w64-mingw32-gcc-nothreads",
                        "gcc15",
                        "luanti",
                        "sollya",
                        "py314-bigfloat",
                        "emacs-mac-app",
                        "john-jumbo-devel",
                        "gcc13",
                        "m68k-palm-elf-gcc",
                        "py312-bigfloat",
                        "libpapilo",
                        "SuiteSparse_SPEX",
                        "haskell-language-server",
                        "haskell-stan",
                        "mkvtoolnix-legacy",
                        "rb33-gmp",
                        "rb32-gmp",
                        "rb31-gmp",
                        "rb30-gmp",
                        "R-ratioOfQsprays",
                        "R-symbolicQspray",
                        "idris2",
                        "gcc14",
                        "py312-gmpy2",
                        "php84-gmp",
                        "guile-2.2",
                        "guile-1.8",
                        "guile-3.0",
                        "cgal6",
                        "py313-gmpy2",
                        "R-hypergeo2",
                        "py313-bigfloat",
                        "hindent"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R-forsearch",
                        "crystal",
                        "R-fitdistrplus",
                        "R-blindreview",
                        "R-mlr"
                    ]
                }
            ]
        },
        {
            "name": "gmsl",
            "portdir": "devel/gmsl",
            "version": "1.1.9",
            "license": "GPL-2+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gmsl.sourceforge.net",
            "description": "GNU Make Standard Library",
            "long_description": "The GNU Make Standard Library (GMSL) is a collection of functions implemented using native GNU Make functionality that provide list and string manipulation, integer arithmetic, associative arrays, stacks and debugging facilities.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gn-devel",
            "portdir": "devel/gn-devel",
            "version": "20200529",
            "license": "BSD",
            "platforms": "{darwin > 10}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gn.googlesource.com/gn",
            "description": "meta-build system for Ninja",
            "long_description": "GN is a meta-build system that generates build files for Ninja.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ninja",
                        "python312",
                        "clang-20"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gnat-booch95",
            "portdir": "devel/gnat-booch95",
            "version": "20090629",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://booch95.sourceforge.net/index.html",
            "description": "The Ada 95 Booch Components",
            "long_description": "The Ada 95 Booch Components",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p7zip",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "p7zip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gnat-gcc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gnat-charles",
            "portdir": "devel/gnat-charles",
            "version": "20050913",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://charles.tigris.org",
            "description": "Charles is a container and algorithms library for Ada.",
            "long_description": "Charles is a container and algorithms library based in the C++ STL. It is general, flexible, and efficient, and its design has been guided by the philosophy that a library should stay out of the programmer's way. The library comprises sequence containers and associative containers. Sequence containers include vectors, deques, and lists. The associative containers include sets, multisets, maps, and multimaps.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gnat-gcc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gnat-gprbuild",
            "portdir": "devel/gnat-gprbuild",
            "version": "1.2.0",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.adacore.com/home/gnatpro/toolsuite/gprbuild",
            "description": "GPRbuild automates the construction of multi-language systems",
            "long_description": "GPRbuild is an advanced software tool designed to help automate the construction of multi-language systems. It removes complexity from multi-language development by allowing developers to quickly and easily compile and link software written in a combination of languages including Ada, Assembler, C, C++, and Fortran. Easily extendable by users to cover new toolchains and languages it is primarily aimed at projects of all sizes organized into subsystems and libraries and is particularly well-suited for compiled languages.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gnat-xmlada",
                        "gnat-gcc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gnat-gtkada",
            "portdir": "devel/gnat-gtkada",
            "version": "2.14.2",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 20091208,
            "replaced_by": null,
            "homepage": "https://libre.adacore.com/GtkAda",
            "description": "GtkAda: a complete Ada graphical toolkit",
            "long_description": "GtkAda is an Ada95 graphical toolkit based on Gtk+, providing the complete set of Gtk+ widgets using the Object-Oriented features of this language. GtkAda supports the latest 2.14 stable releases.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gnat-gcc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gnat-xmlada",
            "portdir": "devel/gnat-xmlada",
            "version": "3.1",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 20090126,
            "replaced_by": null,
            "homepage": "https://libre.adacore.com/xmlada",
            "description": "XML/Ada: a full XML suite",
            "long_description": "XML/Ada is a set of modules that provide a simple manipulation of XML streams. It supports the whole XML 1.1 specifications, and can parse any file that follows this standard (including the contents of the DTD, although no validation of the document is done based on those).",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gnat-gcc"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gnat-gprbuild"
                    ]
                }
            ]
        },
        {
            "name": "gnats",
            "portdir": "devel/gnats",
            "version": "4.1.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/gnats/",
            "description": "bug-tracking tools",
            "long_description": "GNU GNATS is a set of tools for tracking bugs reported by users to a central site. It allows problem report management and communication with users via various means. GNATS stores all the information about problem reports in its databases and provides tools for querying, editing, and maintenance of the databases.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "gnet2",
            "portdir": "devel/gnet2",
            "version": "2.0.8",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://wiki.gnome.org/Projects/GNetLibrary",
            "description": "Simple network library",
            "long_description": "GNet is a simple network library written in C. It is object-oriented, and built upon GLib.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext",
                        "glib2",
                        "libiconv"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gnome-mud"
                    ]
                }
            ]
        },
        {
            "name": "gnome-bindings-cxx",
            "portdir": "devel/gnome-bindings-cxx",
            "version": "2.32.1",
            "license": "unknown",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnome.org/",
            "description": "The GNOME bindings for C++",
            "long_description": "The GNOME bindings is the set of libraries that allow developers to develop fully GNOME compliant applications in C#, C++, Java, Perl, and Python. The platform is one of the suites of software packages that form the complete GNOME project offerings. These are the GNOME bindings for C++.",
            "active": true,
            "categories": [
                "devel",
                "gnome"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsigcxx2",
                        "atkmm",
                        "gconfmm",
                        "gnome-vfsmm",
                        "libglademm",
                        "libgnomecanvasmm",
                        "glibmm",
                        "libgnomeuimm",
                        "mm-common",
                        "libxmlxx2",
                        "gtkmm",
                        "pangomm",
                        "libgnomemm"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gnome-bindings-suite"
                    ]
                }
            ]
        },
        {
            "name": "gnome-bindings-perl5",
            "portdir": "devel/gnome-bindings-perl5",
            "version": "3.38.0",
            "license": "none",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnome.org/",
            "description": "The GNOME bindings for Perl",
            "long_description": "The GNOME bindings is the set of libraries that allow developers to develop fully GNOME compliant applications in C#, C++, Java, Perl, and Python. The platform is one of the suites of software packages that form the complete GNOME project offerings. These are the GNOME bindings for Perl.",
            "active": true,
            "categories": [
                "devel",
                "gnome"
            ],
            "maintainers": [],
            "variants": [
                "perl5_28",
                "perl5_30",
                "perl5_32",
                "perl5_34"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-cairo-gobject",
                        "p5.34-glib",
                        "p5.34-glib-object-introspection",
                        "p5.34-cairo",
                        "p5.34-gtk3",
                        "p5.34-gtk3-sourceview",
                        "p5.34-pango",
                        "p5.34-gtk2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gnome-bindings-suite"
                    ]
                }
            ]
        },
        {
            "name": "gnome-bindings-python",
            "portdir": "devel/gnome-bindings-python",
            "version": "2.32.1",
            "license": "Permissive",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnome.org/",
            "description": "The GNOME 2 bindings for Python",
            "long_description": "The GNOME 2 bindings is the set of libraries that allow developers to develop fully GNOME compliant applications in C#, C++, Java, Perl, and Python. The platform is one of the suites of software packages that form the complete GNOME 2 project offerings. These are the GNOME 2 bindings for Python.",
            "active": true,
            "categories": [
                "devel",
                "gnome"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py27-gobject",
                        "py27-orbit",
                        "py27-pygtk",
                        "py27-atspi",
                        "py27-gnome"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "gnome-bindings-suite"
                    ]
                }
            ]
        }
    ]
}