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

{
    "name": "argp-standalone",
    "portdir": "devel/argp-standalone",
    "version": "1.3",
    "license": "LGPL",
    "platforms": "darwin freebsd",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.freshports.org/devel/argp-standalone/",
    "description": "Standalone version of arguments parsing functions from GLIBC",
    "long_description": "It is standalone version of argp - part of glibc library. It was separated off glibc by Niels Myller. Niels primary use it for inclusion in the LSH distribution, but it's useful for any package that wants to use argp and at the same time be portable to non-glibc systems. Besides portability fixes, there are a few other changes in this version. The most important is that it no longer builds upon getopt; the one or two hairy functions of GNU getopt are incorporated with the argp parser. There are no longer any global variables keeping track of the parser state.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "eibd",
                "ecgen"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "f3"
            ]
        }
    ]
}