HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 49809,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=937",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=935",
"results": [
{
"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-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",
"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-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-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": "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": "gitea-tea",
"portdir": "devel/gitea-tea",
"version": "0.9.2",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://code.gitea.io/tea",
"description": "A command line tool to interact with Gitea servers",
"long_description": "A command line tool to interact with Gitea servers. tea is the official CLI for Gitea. It can be used to manage most entities on one or multiple Gitea instances and provides local helpers like 'tea pull checkout'. tea makes use of context provided by the repository in $PWD if available, but is still usable independently of $PWD.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1014
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-15"
]
}
],
"depends_on": []
},
{
"name": "git-devel",
"portdir": "devel/git",
"version": "2.52.0",
"license": "GPL-2 and LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/git/git",
"description": "A fast version control system (Development Version)",
"long_description": "Git is a fast, scalable, distributed open source version control system focusing on speed and efficiency. (Development Version)",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "ciserlohn",
"github": "ci42",
"ports_count": 35
},
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1014
}
],
"variants": [
"perl5_28",
"perl5_30",
"perl5_32",
"perl5_34",
"universal",
"pcre",
"doc",
"gitweb",
"svn",
"credential_osxkeychain",
"diff_highlight",
"python"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"xmlto",
"asciidoc",
"gettext"
]
},
{
"type": "lib",
"ports": [
"libiconv",
"gettext-runtime",
"zlib",
"pcre2",
"curl",
"expat"
]
},
{
"type": "run",
"ports": [
"p5.34-error",
"p5.34-net-smtp-ssl",
"p5.34-term-readkey",
"p5.34-cgi",
"p5.34-authen-sasl",
"perl5.34",
"rsync"
]
}
],
"depends_on": []
},
{
"name": "git-delta",
"portdir": "textproc/git-delta",
"version": "0.18.2",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://dandavison.github.io/delta",
"description": "A syntax-highlighter for git and diff output",
"long_description": "Delta provides language syntax-highlighting, within-line insertion/deletion detection, and restructured diff output for git on the command line.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1014
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"zlib",
"libgit2",
"libunwind"
]
},
{
"type": "run",
"ports": [
"less"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"bat-extras",
"git-fuzzy"
]
}
]
},
{
"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-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-credential-oauth",
"portdir": "security/git-credential-oauth",
"version": "0.15.0",
"license": "Apache-2",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/hickford/git-credential-oauth",
"description": "A Git credential helper that securely authenticates to GitHub, GitLab and BitBucket using OAuth.",
"long_description": "A Git credential helper that securely authenticates to GitHub, GitLab and BitBucket using OAuth.",
"active": true,
"categories": [
"devel",
"security"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1014
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "git-credential-gopass",
"portdir": "security/git-credential-gopass",
"version": "1.16.0",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gopass.pw",
"description": "Gopass git-credentials helper",
"long_description": "Gopass git-credentials helper",
"active": true,
"categories": [
"security"
],
"maintainers": [
{
"name": "sikmir",
"github": "sikmir",
"ports_count": 42
},
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1014
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "git-credential-email",
"portdir": "security/git-credential-email",
"version": "5.5.2",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/AdityaGarg8/git-credential-email",
"description": "git credential helpers for email providers",
"long_description": "Git credential helpers for Microsoft Outlook, Gmail, Yahoo, AOL and Proton Mail accounts.",
"active": true,
"categories": [
"security"
],
"maintainers": [
{
"name": "makr",
"github": "mohd-akram",
"ports_count": 82
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python313",
"py313-requests",
"py313-keyring"
]
}
],
"depends_on": []
},
{
"name": "git-credential-azure",
"portdir": "security/git-credential-azure",
"version": "0.3.0",
"license": "Apache-2",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/hickford/git-credential-azure",
"description": "git-credential-azure is a Git credential helper that authenticates to Azure Repos (dev.azure.com) Azure Repos is part of Azure DevOps.",
"long_description": "git-credential-azure is a Git credential helper that authenticates to Azure Repos (dev.azure.com) Azure Repos is part of Azure DevOps.",
"active": true,
"categories": [
"devel",
"security"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1014
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"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-cliff",
"portdir": "devel/git-cliff",
"version": "2.9.0",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/orhun/git-cliff",
"description": "A highly customizable Changelog Generator that follows the Conventional Commit specification",
"long_description": "A highly customizable Changelog Generator that follows the Conventional Commit specification. git-cliff can generate changelog files from the Git history by utilizing conventional commits as well as regex-powered custom parsers. The changelog template can be customized with a configuration file to match the desired format.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1014
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
],
"depends_on": []
},
{
"name": "git-cinnabar",
"portdir": "devel/git-cinnabar",
"version": "0.7.3",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/glandium/git-cinnabar",
"description": "Git remote helper to interact with mercurial repositories.",
"long_description": "Git remote helper to interact with mercurial repositories..",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "landonf",
"github": "landonf",
"ports_count": 81
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"zstd",
"libunwind",
"curl",
"libiconv"
]
},
{
"type": "run",
"ports": [
"git"
]
}
],
"depends_on": []
},
{
"name": "git-chglog",
"portdir": "sysutils/git-chglog",
"version": "0.15.4",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/git-chglog/git-chglog",
"description": "git CHANGELOG generator",
"long_description": "git CHANGELOG generator. Anytime, anywhere, Write your CHANGELOG",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 615
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "git-cc",
"portdir": "devel/git-cc",
"version": "0.2.3",
"license": "permissive",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/skalt/git-cc",
"description": "A git extension to help write conventional commits",
"long_description": "A git extension to help write conventional commits",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1014
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"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-branchless",
"portdir": "devel/git-branchless",
"version": "0.10.0",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/arxanas/git-branchless",
"description": "A suite of advanced tools for Git, such as `git undo`, and `git sl` (smartlog)",
"long_description": "A suite of advanced tools for Git, such as `git undo`, and `git sl` (smartlog). `git-branchless` is a suite of tools to help you visualize, navigate, manipulate, and repair your commit history. It's based off of the branchless Mercurial workflows at large companies such as Google and Facebook.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1014
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"pkgconfig",
"rust",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"zlib",
"libgit2",
"libunwind",
"openssl3"
]
}
],
"depends_on": []
},
{
"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-absorb",
"portdir": "devel/git-absorb",
"version": "0.8.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tummychow/git-absorb",
"description": "git commit --fixup, but automatic",
"long_description": "git commit --fixup, but automatic. You have a feature branch with a few commits. Your teammate reviewed the branch and pointed out a few bugs. You have fixes for the bugs, but you don't want to shove them all into an opaque commit that says fixes, because you believe in atomic commits. Instead of manually finding commit SHAs for git commit --fixup, or running a manual interactive rebase, git-absorb will automatically identify which commits are safe to modify, and which staged changes belong to each of those commits. It will then write fixup commits for each of those changes.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1014
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"legacy-support",
"rust",
"asciidoc",
"cargo"
]
},
{
"type": "lib",
"ports": [
"libunwind",
"zlib"
]
},
{
"type": "run",
"ports": [
"git"
]
}
],
"depends_on": []
},
{
"name": "git",
"portdir": "devel/git",
"version": "2.52.0",
"license": "GPL-2 and LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://git-scm.com/",
"description": "A fast version control system",
"long_description": "Git is a fast, scalable, distributed open source version control system focusing on speed and efficiency.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "ciserlohn",
"github": "ci42",
"ports_count": 35
},
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1014
}
],
"variants": [
"perl5_28",
"perl5_30",
"diff_highlight",
"python",
"perl5_32",
"perl5_34",
"universal",
"pcre",
"doc",
"gitweb",
"svn",
"credential_osxkeychain"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"gettext"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"expat",
"libiconv",
"gettext-runtime",
"zlib",
"pcre2",
"curl"
]
},
{
"type": "run",
"ports": [
"p5.34-authen-sasl",
"p5.34-cgi",
"p5.34-error",
"p5.34-net-smtp-ssl",
"p5.34-term-readkey",
"perl5.34",
"rsync"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"radare2",
"py311-pyviz_comms",
"ejabberd",
"libretroshare",
"wasm3",
"py310-pytorch",
"taskwarrior-tui",
"netdata",
"clamav",
"py39-pyviz_comms",
"py38-pyviz_comms",
"py37-pyviz_comms",
"py36-pyviz_comms",
"py38-amazon.ion",
"py39-amazon.ion",
"retdec-devel",
"retdec",
"mrustc-rust",
"py310-amazon.ion",
"py311-pytorch",
"zenith",
"mlt-legacy",
"c4core",
"py312-pyviz_comms",
"py313-pytorch",
"mlton",
"py313-pyviz_comms",
"eiskaltdcpp",
"emscripten",
"zettlr",
"neko",
"panda",
"py310-pyviz_comms",
"hoard",
"zlib-ng",
"maxima-devel",
"gedit",
"py37-pytorch",
"aom",
"py38-pytorch",
"py311-amazon.ion",
"py39-pytorch",
"mlt-qt5",
"MachO-Explorer",
"x265",
"py312-pytorch"
]
},
{
"type": "extract",
"ports": [
"poppler-qt5",
"poppler-devel-qt5",
"Aseprite"
]
},
{
"type": "fetch",
"ports": [
"qgit",
"qttesting",
"redo",
"rizin",
"semgrep",
"SourceKittenDaemon",
"valgrind-devel",
"valgrind-macos-devel",
"xcbuild",
"emacs-devel",
"emacs-app-devel",
"mindforger",
"poedit",
"rails.vim",
"textmate2",
"vnote",
"MultiMC5",
"gcs-java",
"pingus",
"gtksourceview",
"Aseprite",
"babl-devel",
"gegl-devel",
"gimp3-devel",
"inkscape-devel",
"lib2geom",
"sane-frontends",
"java_memcached",
"openjdk13",
"openjdk15",
"ttk",
"kcm-baloo-advanced",
"kde-extra-cmake-modules-devel",
"kde4-runtime",
"kde4-workspace",
"polkit-qt5-devel",
"QtCurve",
"QtCurve-qt5",
"QtCurve-gtk2",
"QtCurve-extra",
"clojure-contrib-devel",
"jsmin",
"pascal-p5",
"yap-devel",
"itpp-devel",
"maxima-devel",
"aom",
"libvpx",
"mplayer-devel",
"consul",
"nomad",
"skypipe",
"sshuttle",
"tcpflow",
"teleport",
"vpnc-scripts",
"py-asyncpg",
"py37-asyncpg",
"py38-asyncpg",
"py39-asyncpg",
"py27-brotlipy",
"py36-brotlipy",
"py-fugashi",
"py37-fugashi",
"py38-fugashi",
"py39-fugashi",
"py-pygtrie",
"py37-pygtrie",
"py38-pygtrie",
"py39-pygtrie",
"py-pytest-mypy",
"py37-pytest-mypy",
"py38-pytest-mypy",
"py39-pytest-mypy",
"py-pytest-timeout",
"py37-pytest-timeout",
"py38-pytest-timeout",
"py39-pytest-timeout",
"py-pytorch",
"py37-pytorch",
"py38-pytorch",
"py39-pytorch",
"py-pyusb",
"py27-pyusb",
"py35-pyusb",
"py36-pyusb",
"py37-pyusb",
"py38-pyusb",
"py39-pyusb",
"btop",
"HideSysFiles",
"MyLoss",
"Quicksilver",
"SSHKeychain",
"emacs-mac-app-devel",
"phantomjs-qt-qtbase",
"phantomjs-qt-qtwebkit",
"phantomjs-qt-sqlite-plugin",
"squirrel-ime",
"wezterm",
"upx-devel",
"faust-devel",
"faustlive-devel",
"phonon-backend-vlc",
"phonon-backend-vlc-qt5",
"vcvrack",
"csvdb",
"duckdb",
"GitX",
"PlasmaShop",
"SourceKitten",
"libVillainousStyle",
"VillainousStyle-framework",
"akonadi",
"py37-pyarrow",
"py38-pyarrow",
"py39-pyarrow",
"cableswig",
"carthage",
"ccls-clang-10",
"ccls-clang-11",
"chromium-tabs",
"d-completion-daemon",
"dep",
"git-flow",
"git-flow-devel",
"git-flow-avh",
"git-flow-hf",
"gn-devel",
"grpc",
"py37-grpcio",
"py37-grpcio-tools",
"py38-grpcio",
"py38-grpcio-tools",
"py39-grpcio",
"py39-grpcio-tools",
"libhsplasma",
"myrepos",
"raja",
"luamake",
"typst",
"trivy",
"Serial-Studio",
"oxenmq",
"oxenc",
"rawstudio",
"amule",
"edid-decode",
"taisei",
"libKriging",
"chai",
"gensync",
"grype",
"tcpflow-devel",
"py311-pytest-mypy",
"py311-pyarrow",
"uvw-static",
"softether5",
"py311-fugashi",
"gaa",
"sqlite3-pcre2",
"wgshadertoy",
"GetPoints",
"VVVVVV",
"py312-scikit-hep-hepstats",
"py312-scikit-hep-hepunits",
"py312-scikit-hep-mplhep",
"py312-scikit-hep-mplhep_data",
"py312-scikit-hep-particle",
"turbo",
"py312-pyarrow",
"py310-sphinx-copybutton",
"py311-sphinx-copybutton",
"py312-sphinx-copybutton",
"communi-desktop",
"veryl",
"enigma4",
"pngquant",
"xmake",
"sqlean",
"otree",
"gh-dash",
"py311-pytorch",
"py312-pytorch",
"py312-triangle",
"iplike",
"zettlr",
"syslog-ng-devel",
"cubeb",
"sq",
"ddev",
"bash-devel",
"py313-scikit-hep-hepstats",
"py313-scikit-hep-hepunits",
"py313-scikit-hep-mplhep",
"py313-scikit-hep-mplhep_data",
"py313-scikit-hep-particle",
"wabt",
"clef",
"py313-sphinx-copybutton",
"apitrace",
"confluent-cli",
"py-scikit-hep-awkward1",
"py36-scikit-hep-awkward1",
"py37-scikit-hep-awkward1",
"py38-scikit-hep-awkward1",
"py39-scikit-hep-awkward1",
"py-scikit-hep-boost-histogram",
"py36-scikit-hep-boost-histogram",
"py37-scikit-hep-boost-histogram",
"py38-scikit-hep-boost-histogram",
"py39-scikit-hep-boost-histogram",
"py-scikit-hep-hepstats",
"py36-scikit-hep-hepstats",
"py37-scikit-hep-hepstats",
"py38-scikit-hep-hepstats",
"py39-scikit-hep-hepstats",
"py-scikit-hep-hepunits",
"py36-scikit-hep-hepunits",
"py37-scikit-hep-hepunits",
"py38-scikit-hep-hepunits",
"py39-scikit-hep-hepunits",
"py-scikit-hep-hist",
"py36-scikit-hep-hist",
"py37-scikit-hep-hist",
"py38-scikit-hep-hist",
"py39-scikit-hep-hist",
"py-scikit-hep-mplhep_data",
"py36-scikit-hep-mplhep_data",
"py37-scikit-hep-mplhep_data",
"py38-scikit-hep-mplhep_data",
"py39-scikit-hep-mplhep_data",
"py-scikit-hep-particle",
"py36-scikit-hep-particle",
"py37-scikit-hep-particle",
"py38-scikit-hep-particle",
"py39-scikit-hep-particle",
"py-sphinx-copybutton",
"py38-sphinx-copybutton",
"py39-sphinx-copybutton",
"py-torchaudio",
"py37-torchaudio",
"py38-torchaudio",
"py39-torchaudio",
"py-torchtext",
"py37-torchtext",
"py38-torchtext",
"py39-torchtext",
"aircraft_oap",
"gr-gfdm",
"gr37-gfdm",
"gr37-sdrplay",
"xdmf",
"yorick-gl",
"yorick-z",
"vault",
"QLMarkdown",
"arq_restore",
"asprint",
"iRecovery",
"influxdb",
"osquery",
"tienex-apfs",
"nextcloud-client",
"nodejuice",
"py27-pytest-timeout",
"GitUp",
"helix",
"cue",
"rare",
"shisho",
"lua-language-server",
"bitwarden-cli",
"libvpx-devel",
"py310-scikit-hep-mplhep_data",
"py310-scikit-hep-awkward1",
"py310-scikit-hep-boost-histogram",
"py310-scikit-hep-hist",
"py310-scikit-hep-hepunits",
"py310-scikit-hep-particle",
"py310-grpcio",
"py310-grpcio-tools",
"MachO-Explorer",
"when",
"py-scikit-hep-mplhep",
"py37-scikit-hep-mplhep",
"py38-scikit-hep-mplhep",
"py39-scikit-hep-mplhep",
"py310-scikit-hep-mplhep",
"ashuffle",
"wasmtime",
"ncpp",
"oui",
"openjdk11",
"openjdk17",
"openjdk8",
"openjdk18",
"pulumi",
"PolyMC",
"turbogit",
"py310-pytorch",
"poac",
"py310-pyarrow",
"modus",
"libyuv",
"cgrc",
"py310-fugashi",
"py310-pytest-mypy",
"py310-torchaudio",
"py310-torchtext",
"DeaDBeeF",
"py310-scikit-hep-hepstats",
"aptdec",
"PrismLauncher",
"nanomq",
"py311-scikit-hep-awkward1",
"py311-scikit-hep-boost-histogram",
"py311-scikit-hep-hepstats",
"py311-scikit-hep-hepunits",
"py311-scikit-hep-hist",
"py311-scikit-hep-mplhep",
"py311-scikit-hep-mplhep_data",
"py311-scikit-hep-particle",
"d2",
"lfortran",
"toxcore",
"R-wdm",
"py-scikit-hep-awkward",
"py37-scikit-hep-awkward",
"py38-scikit-hep-awkward",
"py39-scikit-hep-awkward",
"py310-scikit-hep-awkward",
"py311-scikit-hep-awkward",
"gitlint"
]
},
{
"type": "lib",
"ports": [
"p5.34-git-wrapper",
"p5.28-git-wrapper",
"p5.26-git-wrapper",
"p5.30-dist-zilla-plugin-git",
"p5.28-dist-zilla-plugin-git",
"giggle",
"chai",
"p5.26-dist-zilla-plugin-git",
"vcsh",
"atom",
"bibledit",
"R-credentials",
"R-gitcreds",
"p5.32-dist-zilla-plugin-git",
"p5.32-git-wrapper",
"octave-pkg-octave-doc",
"tig",
"flashbake",
"git-cola",
"GitX",
"qgit",
"octave-doc",
"p5.34-dist-zilla-plugin-git",
"p5.30-git-wrapper",
"git-latexdiff",
"gc-utils",
"git-interactive-rebase-tool"
]
},
{
"type": "run",
"ports": [
"git-flow-avh",
"rb32-git-ui",
"rb31-git-ui",
"gutils-suite-extra",
"git-flow-devel",
"rb30-git-ui",
"git-filter-repo",
"asdf",
"git-tui",
"git-cinnabar",
"git-absorb",
"git-recall",
"lscsoft-deps",
"git-cal",
"gutils-suite",
"ugit",
"git-flow",
"gws",
"git-toolbelt",
"git-ftp",
"gitless",
"pass",
"gitinspector",
"cgit",
"git-secret",
"git-recover",
"xfce4-dev-tools",
"stgit",
"gitqlient",
"lucky-commit",
"git-lfs",
"repo",
"nb",
"git-flow-hf",
"passage",
"rb33-git-ui"
]
},
{
"type": "test",
"ports": [
"hg-git"
]
}
]
},
{
"name": "girara",
"portdir": "devel/girara",
"version": "0.4.5",
"license": "zlib",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pwmt.org/projects/girara/",
"description": "Cross-platform widget toolkit based on GTK+",
"long_description": "girara is a library that implements a user interface that focuses on simplicity and minimalism. Currently based on GTK+, a cross-platform widget toolkit, it proves an interface that focueses on three main com- ponents: A so-called view widget that represents the actual application (e.g. a website (browser), an image (image viewer) or the document (document viewer)), an input bar that is used to execute commands of the application and the status bar which provides the user with current information.",
"active": true,
"categories": [
"devel",
"gnome"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"meson",
"clang-17",
"pkgconfig",
"ninja",
"gettext"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"gettext-runtime",
"gtk3",
"json-glib",
"glib2"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"zathura-plugin-cb",
"zathura-plugin-djvu",
"zathura-plugin-pdf-poppler",
"zathura-plugin-ps",
"zathura-plugin-pdf-mupdf",
"zathura",
"zathura-docs"
]
}
]
},
{
"name": "ginkgo",
"portdir": "math/ginkgo",
"version": "1.9.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://ginkgo-project.github.io",
"description": "Numerical linear algebra software package",
"long_description": "A numerical linear algebra library targeting many-core architectures.",
"active": true,
"categories": [
"math",
"parallel"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [
"debug",
"clang10",
"clang11",
"clang12",
"clang13",
"clang14",
"clang15",
"clang16",
"clang17",
"clang18",
"clang19",
"clang90",
"g95",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gcc14",
"gfortran",
"mpich",
"openmpi",
"openmp",
"tests",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-17",
"gcc14"
]
},
{
"type": "lib",
"ports": [
"libgcc",
"metis",
"mpich-clang17"
]
},
{
"type": "test",
"ports": [
"gtest"
]
}
],
"depends_on": []
},
{
"name": "gingerblue",
"portdir": "gnome/gingerblue",
"version": "6.2.0",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gingerblue.org/",
"description": "GNOME Gingerblue is Free Music Software for GTK+/GNOME.",
"long_description": "GNOME Gingerblue is Free Music Software for GTK+/GNOME. It supports immediate audio recording in compressed Ogg encoded audio files stored in the ~/Music/ directory with XSPF 1.0 playlist from the line input on a computer or remote audio cards through USB connection through PipeWire with GStreamer.",
"active": true,
"categories": [
"gnome"
],
"maintainers": [
{
"name": "ole",
"github": "oleaamot",
"ports_count": 7
}
],
"variants": [
"debug",
"quartz",
"x11",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"intltool",
"clang-14",
"gettext",
"pkgconfig",
"desktop-file-utils",
"gnome-common",
"gtk-doc",
"yelp-tools",
"makeicns"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"gstreamer1-gst-plugins-bad",
"gstreamer1-gst-plugins-base",
"gstreamer1-gst-plugins-good",
"gstreamer1-gst-plugins-ugly",
"gtk3",
"libchamplain",
"cairo",
"clutter-gtk",
"zlib",
"fontconfig",
"gdk-pixbuf2",
"harfbuzz",
"freetype",
"libxml2",
"pango",
"gettext-runtime",
"cogl",
"libshout2",
"atk",
"geoclue2",
"glib2",
"json-glib",
"desktop-file-utils",
"geocode-glib",
"gsettings-desktop-schemas",
"gstreamer1"
]
},
{
"type": "run",
"ports": [
"adwaita-icon-theme"
]
}
],
"depends_on": []
},
{
"name": "gindent",
"portdir": "devel/gindent",
"version": "2.2.12",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gnu.org/software/indent",
"description": "C language source code formatting program",
"long_description": "GNU indent changes the appearance of a C program by inserting or deleting whitespace according to a plethora of options. Some canned styles of formatting are supported as well. GNU indent is a descendant of BSD indent. GNU indent does NOT work for C++, only C.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "larryv",
"github": "larryv",
"ports_count": 48
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"gperf",
"clang-14"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"gettext",
"libiconv"
]
}
],
"depends_on": []
},
{
"name": "GiNaC",
"portdir": "math/GiNaC",
"version": "1.8.9",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.ginac.de/",
"description": "GiNaC is C++ library that provides a set of algebraic capabilities.",
"long_description": "GiNaC is an iterated and recursive acronym for GiNaC is Not a CAS, where CAS stands for Computer Algebra System. Its design is revolutionary in a sense that contrary to other CAS it does not try to provide extensive algebraic capabilities and a simple programming language but instead accepts a given language (C++) and extends it by a set of algebraic capabilities.",
"active": true,
"categories": [
"math"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1106
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-17",
"python313"
]
},
{
"type": "lib",
"ports": [
"readline",
"cln"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"nestedsums",
"py27-swiginac",
"xloops"
]
}
]
},
{
"name": "gimp-save-for-web",
"portdir": "graphics/gimp-save-for-web",
"version": "0.29.3",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/auris/gimp-save-for-web",
"description": "Save for Web plug-in for GIMP",
"long_description": "The Save for Web plug-in allows you to export your images into various popular web format options. It shows an automatically updated preview and file size statistics.\n",
"active": true,
"categories": [
"graphics"
],
"maintainers": [
{
"name": "eric",
"github": "iefdev",
"ports_count": 1
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"libtool",
"autoconf",
"automake",
"clang-17",
"pkgconfig",
"intltool"
]
},
{
"type": "lib",
"ports": [
"gimp2"
]
}
],
"depends_on": []
},
{
"name": "gimp-resynthesizer",
"portdir": "graphics/gimp-resynthesizer",
"version": "20190428-adfa25ab",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/bootchk/resynthesizer",
"description": "Resynthesizer is a Gimp plug-in for texture synthesis.",
"long_description": "Given a sample of a texture, it can create more of that texture. This has a surprising number of uses:\n - Creating more of a texture\n (including creation of tileable textures)\n - Removing objects from images\n (great for touching up photos)\n - Creating themed images",
"active": true,
"categories": [
"graphics"
],
"maintainers": [
{
"name": "pieter",
"github": "pietvo",
"ports_count": 3
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"pkgconfig",
"intltool",
"autoconf",
"automake",
"libtool"
]
},
{
"type": "lib",
"ports": [
"gimp2",
"gettext"
]
}
],
"depends_on": []
},
{
"name": "gimp-print",
"portdir": "print/gimp-print",
"version": "4.2.7",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://gimp-print.sourceforge.net/",
"description": "Print Plugin & Ghostscript (and CUPS) Driver",
"long_description": "Gimp-Print is a package of high quality printer drivers for Linux, BSD, Solaris, IRIX, and other UNIX-alike operating systems. In many cases, these drivers rival or exceed the OEM drivers in quality and functionality. Our goal is to produce the highest possible output quality from all supported printers. To that end, we have done extensive work on screening algorithms, color generation, and printer feature utilization. We are continuing our work in all of these areas to produce ever higher quality results, particularly on the ubiquitous, inexpensive inkjet printers that are nonetheless capable of nearly photographic output quality.",
"active": true,
"categories": [
"print"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"gettext"
]
}
],
"depends_on": []
},
{
"name": "gimp-lqr-plugin",
"portdir": "graphics/gimp-lqr-plugin",
"version": "0.7.2",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://liquidrescale.wikidot.com/en:start",
"description": "Liquid Rescale Gimp plug-in.",
"long_description": "The Liquid Rescale Gimp plug-in aims at resizing pictures non uniformly while preserving their features",
"active": true,
"categories": [
"graphics"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2695
}
],
"variants": [
"quartz"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"libtool",
"pkgconfig",
"intltool",
"autoconf",
"automake"
]
},
{
"type": "lib",
"ports": [
"gimp2",
"liblqr",
"glib2"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"gimp"
]
}
]
},
{
"name": "GIMP-Lensfun",
"portdir": "graphics/GIMP-Lensfun",
"version": "0.2.4",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://seebk.github.io/GIMP-Lensfun",
"description": "GimpLensfun is a GIMP plugin to correct lens distortion",
"long_description": "GimpLensfun is a GIMP plugin to correct lens distortion using the lensfun library and database.",
"active": true,
"categories": [
"graphics"
],
"maintainers": [
{
"name": "mascguy",
"github": "mascguy",
"ports_count": 350
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"exiv2",
"gimp2",
"lensfun"
]
}
],
"depends_on": []
},
{
"name": "gimp-help-en",
"portdir": "graphics/gimp-help-en",
"version": "2.10.34",
"license": "GFDL-1.2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://docs.gimp.org/",
"description": "The GIMP HTML help pages",
"long_description": "The GIMP HTML help pages are intended to be used with the built-in GIMP Help Browser, but can be viewed in any other browser as well.",
"active": true,
"categories": [
"graphics"
],
"maintainers": [
{
"name": "mascguy",
"github": "mascguy",
"ports_count": 350
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"gettext",
"pkgconfig",
"pngcrush",
"gawk",
"coreutils",
"docbook-xml",
"docbook-xsl-nons",
"gsed",
"libxml2",
"libxslt",
"clang-15",
"py311-libxml2"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"gimp2",
"gimp2-devel"
]
}
]
},
{
"name": "gimp-gap-devel",
"portdir": "graphics/gimp-gap-devel",
"version": "2.7.0-20191012",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.gimp.org/",
"description": "The Gimp Animation Package.",
"long_description": "GIMP-GAP, the GIMP Animation Package, is a collection of plug-ins to extend GIMP with capabilities to edit and create animations as sequences of single frames. This is the unstable development branch leading up to a stable version 2.8.",
"active": true,
"categories": [
"graphics"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2695
}
],
"variants": [
"quartz"
],
"dependencies": [
{
"type": "build",
"ports": [
"yasm",
"clang-9.0",
"autoconf",
"automake",
"gmake",
"pkgconfig",
"intltool"
]
},
{
"type": "lib",
"ports": [
"bzip2",
"zlib",
"lame",
"libsdl",
"gimp2",
"XviD"
]
},
{
"type": "run",
"ports": [
"mplayer-devel",
"ufraw",
"sox"
]
}
],
"depends_on": []
},
{
"name": "gimp-gap",
"portdir": "graphics/gimp-gap",
"version": "2.6.0",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.gimp.org/",
"description": "The Gimp Animation Package.",
"long_description": "GIMP-GAP, the GIMP Animation Package, is a collection of plug-ins to extend GIMP with capabilities to edit and create animations as sequences of single frames.",
"active": true,
"categories": [
"graphics"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2695
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"automake",
"gmake",
"libtool",
"pkgconfig",
"yasm",
"intltool",
"autoconf"
]
},
{
"type": "lib",
"ports": [
"zlib",
"lame",
"gimp2",
"XviD",
"bzip2"
]
},
{
"type": "run",
"ports": [
"MPlayer"
]
}
],
"depends_on": []
},
{
"name": "gimp-app",
"portdir": "aqua/gimp-app",
"version": "2.8.2",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "gimp2-launcher",
"homepage": "https://www.macports.org",
"description": "Obsolete port, replaced by gimp2-launcher",
"long_description": "This port has been replaced by gimp2-launcher.",
"active": false,
"categories": [
"aqua",
"graphics"
],
"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": "gimp3-devel",
"portdir": "graphics/gimp3-devel",
"version": "2.99.rc1",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://gimp.org/",
"description": "The GNU Image Manipulation Program",
"long_description": "The GNU Image Manipulation Program (GIMP) is a powerful tool for the preparation and manipulation of digital images. The GIMP provides the user with a wide variety of image manipulation, painting, processing, and rendering tools. This is the GTK3 based development version leading to a future 3.0 release based on a recent snapshot of git master.",
"active": true,
"categories": [
"graphics"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2695
},
{
"name": "mascguy",
"github": "mascguy",
"ports_count": 350
}
],
"variants": [
"debug",
"debugoptimized",
"python310",
"python311",
"python312",
"x11",
"quartz",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-20",
"appstream-glib",
"cctools",
"gettext",
"meson",
"ninja",
"pkgconfig",
"gtk-doc",
"realpath",
"perl5.34"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "fetch",
"ports": [
"git"
]
},
{
"type": "lib",
"ports": [
"fontconfig",
"gdk-pixbuf2",
"gegl",
"lcms2",
"libjpeg-turbo",
"libmng",
"libmypaint",
"libpng",
"librsvg",
"libwmf",
"mypaint-brushes1",
"openexr",
"openjpeg",
"poppler",
"tiff",
"webp",
"libheif",
"curl",
"freetype",
"ghostscript",
"cfitsio",
"xdg-utils",
"libxml2",
"bzip2",
"xorg-libXcursor",
"xorg-libXext",
"xorg-libXfixes",
"xorg-libXmu",
"xpm",
"libjxl",
"py312-cairo",
"py312-gobject3",
"libxslt",
"zlib",
"atk",
"dbus-glib",
"iso-codes",
"desktop-file-utils",
"gexiv2",
"glib-networking",
"gobject-introspection",
"gtk3",
"aalib",
"babl"
]
},
{
"type": "run",
"ports": [
"adwaita-icon-theme"
]
}
],
"depends_on": []
},
{
"name": "gimp2-launcher",
"portdir": "aqua/gimp2-launcher",
"version": "2.10.38",
"license": "GPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gimp.org/",
"description": "GIMP.app application bundle",
"long_description": "GIMP.app application bundle",
"active": true,
"categories": [
"aqua",
"graphics"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1502
},
{
"name": "mascguy",
"github": "mascguy",
"ports_count": 350
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "run",
"ports": [
"gimp2"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"gimp"
]
}
]
},
{
"name": "gimp2-devel",
"portdir": "graphics/gimp2-devel",
"version": "2.10.38",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://gimp.org/",
"description": "The GNU Image Manipulation Program",
"long_description": "The GNU Image Manipulation Program (GIMP) is a powerful tool for the preparation and manipulation of digital images. The GIMP provides the user with a wide variety of image manipulation, painting, processing, and rendering tools.",
"active": true,
"categories": [
"graphics"
],
"maintainers": [
{
"name": "mascguy",
"github": "mascguy",
"ports_count": 350
}
],
"variants": [
"python27",
"remote",
"debug",
"quartz",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"appstream-glib",
"autoconf",
"automake",
"cctools",
"libtool",
"pkgconfig",
"gtk-doc",
"intltool",
"perl5.34"
]
},
{
"type": "lib",
"ports": [
"aalib",
"babl",
"fontconfig",
"gdk-pixbuf2",
"gegl",
"lcms2",
"libjpeg-turbo",
"libmng",
"libmypaint",
"libpng",
"librsvg",
"libwmf",
"mypaint-brushes1",
"openexr",
"openjpeg",
"poppler",
"tiff",
"webp",
"libheif",
"curl",
"freetype",
"ghostscript",
"bzip2",
"xdg-utils",
"libxml2",
"libxslt",
"xorg-libXcursor",
"xorg-libXext",
"xorg-libXfixes",
"xorg-libXmu",
"xpm",
"libjxl",
"py27-pygtk",
"xz",
"zlib",
"atk",
"dbus-glib",
"iso-codes",
"desktop-file-utils",
"gexiv2",
"glib-networking",
"gtk2"
]
},
{
"type": "run",
"ports": [
"gimp-help-en"
]
}
],
"depends_on": []
},
{
"name": "gimp2",
"portdir": "graphics/gimp2",
"version": "2.10.38",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://gimp.org/",
"description": "The GNU Image Manipulation Program",
"long_description": "The GNU Image Manipulation Program (GIMP) is a powerful tool for the preparation and manipulation of digital images. The GIMP provides the user with a wide variety of image manipulation, painting, processing, and rendering tools.",
"active": true,
"categories": [
"graphics"
],
"maintainers": [
{
"name": "mascguy",
"github": "mascguy",
"ports_count": 350
}
],
"variants": [
"python27",
"remote",
"debug",
"quartz",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"appstream-glib",
"autoconf",
"automake",
"cctools",
"libtool",
"pkgconfig",
"gtk-doc",
"intltool",
"perl5.34"
]
},
{
"type": "lib",
"ports": [
"aalib",
"babl",
"fontconfig",
"gdk-pixbuf2",
"gegl",
"lcms2",
"libjpeg-turbo",
"libmng",
"libmypaint",
"libpng",
"librsvg",
"libwmf",
"mypaint-brushes1",
"openexr",
"openjpeg",
"poppler",
"tiff",
"webp",
"libheif",
"curl",
"freetype",
"ghostscript",
"bzip2",
"xdg-utils",
"libxml2",
"libxslt",
"xorg-libXcursor",
"xorg-libXext",
"xorg-libXfixes",
"xorg-libXmu",
"xpm",
"libjxl",
"py27-pygtk",
"xz",
"zlib",
"atk",
"dbus-glib",
"iso-codes",
"desktop-file-utils",
"gexiv2",
"glib-networking",
"gtk2"
]
},
{
"type": "run",
"ports": [
"gimp-help-en"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"gmic-gimp",
"p5.26-gimp",
"macclipboard-gimp",
"macfile-gimp",
"gimp-gap-devel",
"icns-gimp",
"p5.28-alien-gimp",
"p5.30-alien-gimp",
"p5.32-alien-gimp",
"p5.34-alien-gimp",
"p5.26-alien-gimp",
"ufraw",
"xsane",
"gimp-resynthesizer",
"gimp-save-for-web",
"gimp-gap",
"gutenprint",
"gimp-lqr-plugin",
"p5.28-gimp",
"p5.30-gimp",
"p5.34-gimp",
"p5.32-gimp",
"GIMP-Lensfun"
]
},
{
"type": "run",
"ports": [
"gimp2-launcher"
]
}
]
},
{
"name": "gimp",
"portdir": "graphics/gimp",
"version": "2.10.38",
"license": "Permissive",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://gimp.org/",
"description": "GIMP - Batteries Included",
"long_description": "This is a META port for the GNU Image Manipulation Program, GIMP, which includes support for JP2000 and RAW formats, content-aware rescaling, Gutenprint and scanner frontends and, optionally, an animation tool, the GIMP Animation Package, and an image processing and scientific visualization tool, GREYCs Magic Image Converter.",
"active": true,
"categories": [
"graphics"
],
"maintainers": [
{
"name": "mascguy",
"github": "mascguy",
"ports_count": 350
}
],
"variants": [
"gmic",
"animation",
"quartz"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"gimp2-launcher",
"gimp-lqr-plugin",
"xsane",
"gutenprint"
]
}
],
"depends_on": []
},
{
"name": "gildas",
"portdir": "science/gildas",
"version": "202510c",
"license": "permissive",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.iram.fr/IRAMFR/GILDAS/gildas.html",
"description": "Radioastronomy data analysis software",
"long_description": "GILDAS is a collection of state-of-the-art softwares oriented toward (sub-)millimeter radioastronomical applications (either single-dish or interferometer). It is daily used to reduce all data acquired with the IRAM 30M telescope and Plateau de Bure Interferometer PDBI (except VLBI observations). GILDAS is easily extensible. GILDAS is written in Fortran-90, with a few parts in C/C++ (mainly keyboard interaction, plotting, widgets).",
"active": true,
"categories": [
"science"
],
"maintainers": [
{
"name": "bardeau",
"github": "bardeau",
"ports_count": 1
}
],
"variants": [
"openmp",
"g95",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gcc14",
"gcc15",
"gccdevel"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"gcc15",
"clang-18",
"groff",
"coreutils",
"cfitsio"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"gtk2",
"py313-numpy",
"py313-setuptools",
"python313",
"libgcc",
"libpng"
]
}
],
"depends_on": []
},
{
"name": "giggle",
"portdir": "devel/giggle",
"version": "0.4",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://wiki.gnome.org/Apps/giggle",
"description": "Git gtk frontend",
"long_description": "Giggle is a graphical frontend for the git directory tracker (think of gitk on GTK+).",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"intltool",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"git",
"libglade2",
"desktop-file-utils",
"gtksourceview2"
]
}
],
"depends_on": []
},
{
"name": "gigabase",
"portdir": "databases/gigabase",
"version": "3.91",
"license": "Permissive",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.garret.ru/gigabase.html",
"description": "Main Memory Relational Database Management System",
"long_description": "GigaBASE is object-relational embedded database engine for C++ applications. It provides SQL-like query language, smart C++ interface (loading objects instead of tupples), transaction based on shadowing page algorithm (no separate log file and very fast).",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2772
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"gcc48"
]
},
{
"type": "lib",
"ports": [
"libgcc6",
"libgcc"
]
}
],
"depends_on": []
},
{
"name": "gig",
"portdir": "devel/gig",
"version": "0.8.3",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/shihanng/gig",
"description": "Generate .gitignore files from your terminal (mostly) offline!",
"long_description": "gig is a command line tool to help you create useful .gitignore files for your project. It is inspired by gitignore.io and makes use of the large collection of useful .gitignore templates of that web service. This also means that gig supports the four file types that gitignore.io recognizes. Content generated by gig should match what is generated by gitignore.io except for the order of the stacks, which gitignore.io does not seem to guarantee any.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1014
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
},
{
"type": "run",
"ports": [
"fzf"
]
}
],
"depends_on": []
},
{
"name": "gifski",
"portdir": "graphics/gifski",
"version": "1.34.0",
"license": "AGPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://gif.ski/",
"description": "GIF encoder based on libimagequant (pngquant). Squeezes maximum possible quality from the awful GIF format.",
"long_description": "Highest-quality GIF encoder based on pngquant. gifski converts video frames to GIF animations using pngquant's fancy features for efficient cross-frame palettes and temporal dithering. It produces animated GIFs that use thousands of colors per frame.",
"active": true,
"categories": [
"graphics"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1014
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
],
"depends_on": []
},
{
"name": "gifsicle",
"portdir": "graphics/gifsicle",
"version": "1.96",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.lcdf.org/gifsicle/",
"description": "GIF image/animation creator/editor.",
"long_description": "Gifsicle is a UNIX command-line tool for creating, editing, and getting information about GIF images and animations.",
"active": true,
"categories": [
"graphics"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1106
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"xorg-libX11",
"xorg-libice",
"xorg-libsm"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"littleutils"
]
}
]
}
]
}