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

{
    "name": "gnotify",
    "portdir": "gnome/gnotify",
    "version": "1.2",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://gnotify.sf.net",
    "description": "Gnotify is a notification-service daemon.",
    "long_description": "GNotify is a little daemon written in C using GTK. It provides (like the KDE KNotify-system) a notification-service for Gnome/XFce/FVWM/Fluxbox/Enlightenment and other Desktop-Environments/WindowManagers.",
    "active": true,
    "categories": [
        "gnome"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0",
                "automake",
                "libtool",
                "pkgconfig",
                "autoconf"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gtk2",
                "libxml2",
                "gettext"
            ]
        }
    ],
    "depends_on": []
}