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

{
    "name": "libpaper",
    "portdir": "print/libpaper",
    "version": "2.2.6",
    "license": "LGPL-2.1+ and public-domain",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/rrthomas/libpaper",
    "description": "A library providing routines for paper size management",
    "long_description": "The paper library and accompanying files are intended to provide a simple way for applications to take actions based on a system- or user-specified paper size.",
    "active": true,
    "categories": [
        "print"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "barcode",
                "libpaper-utils",
                "ghostscript",
                "a2ps",
                "texlive-bin"
            ]
        },
        {
            "type": "run",
            "ports": [
                "psbind"
            ]
        }
    ]
}