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

{
    "name": "grisbi",
    "portdir": "gnome/grisbi",
    "version": "3.0.3",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.grisbi.org",
    "description": "easy Personnal Finance Manager",
    "long_description": "Grisbi is a personnal accounting application. Grisbi can manage multiple accounts, currencies and users. It manages third party, expenditure and receipt categories, as well as budgetary lines, financial years, and other information that makes it quite adapted for associations (except those that require double entry accounting).",
    "active": true,
    "categories": [
        "gnome",
        "finance"
    ],
    "maintainers": [
        {
            "name": "ctreleaven",
            "github": "ctreleaven",
            "ports_count": 43
        }
    ],
    "variants": [
        "ofx",
        "doc",
        "quartz",
        "x11",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "automake",
                "gettext",
                "libtool",
                "pkgconfig",
                "desktop-file-utils",
                "intltool",
                "clang-16",
                "autoconf"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "glib2",
                "json-glib",
                "libofx",
                "goffice",
                "gtk3",
                "libxml2",
                "openssl3"
            ]
        },
        {
            "type": "run",
            "ports": [
                "xorg-server"
            ]
        }
    ],
    "depends_on": []
}