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

{
    "name": "mousepad",
    "portdir": "xfce/mousepad",
    "version": "0.6.2",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.xfce.org",
    "description": "A text editor for Xfce based on Leafpad",
    "long_description": "A text editor for Xfce based on Leafpad",
    "active": true,
    "categories": [
        "xfce"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "glib2",
                "pkgconfig",
                "desktop-file-utils",
                "intltool"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gtksourceview4",
                "libxfce4ui",
                "libxfce4util",
                "gtk3"
            ]
        }
    ],
    "depends_on": []
}