GET /api/v1/ports/gitg/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "gitg",
    "portdir": "gnome/gitg",
    "version": "44",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://gitlab.gnome.org/GNOME/gitg",
    "description": "GNOME git repository viewer.",
    "long_description": "gitg is a fast git repository browser. It currently features: \n * Loading large repositories very fast \n * Show/browse repository history \n * Show highlighted revision diff \n * Browse file tree of a revision and export by drag and drop \n * Search in the revision history on subject, author or hash \n * Switch between history view of branches easily \n * Commit view providing per hunk stage/unstage and commit",
    "active": true,
    "categories": [
        "devel",
        "gnome"
    ],
    "maintainers": [
        {
            "name": "devans",
            "github": "dbevans",
            "ports_count": 2653
        },
        {
            "name": "mascguy",
            "github": "mascguy",
            "ports_count": 339
        }
    ],
    "variants": [
        "python311",
        "quartz",
        "universal",
        "python38",
        "python39",
        "python310"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "meson",
                "clang-17",
                "gettext",
                "makeicns",
                "ninja",
                "pkgconfig"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gsettings-desktop-schemas",
                "gspell",
                "gtk3",
                "gtksourceview4",
                "libdazzle",
                "libgit2-glib",
                "libsecret",
                "glib2",
                "vala",
                "libxml2",
                "gettext-runtime",
                "py311-gobject3",
                "libpeas1",
                "libsoup",
                "gpgme",
                "json-glib",
                "libgee",
                "libhandy",
                "desktop-file-utils",
                "gobject-introspection"
            ]
        },
        {
            "type": "run",
            "ports": [
                "adwaita-icon-theme"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "gnome3-apps"
            ]
        }
    ]
}