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

{
    "name": "safestr",
    "portdir": "devel/safestr",
    "version": "1.0.3",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://web.archive.org/web/20120106082710/http://www.zork.org/safestr/",
    "description": "Safe C String Library",
    "long_description": "The goal of the SafeStr library is to provide a rich string-handling library for C that has safe semantics yet interoperates with legacy library code in a straightforward manner. Additionally, porting code that uses standard C string handling should be straightforward. The library should work on all modern Unix-like platforms, as well as any 32-bit Microsoft Windows OS.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "automake",
                "libtool",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "xxl"
            ]
        }
    ],
    "depends_on": []
}