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

{
    "name": "log4cxx",
    "portdir": "devel/log4cxx",
    "version": "1.5.0",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://logging.apache.org/log4cxx/",
    "description": "log4cxx is a port to C++ of the log4j project",
    "long_description": "Apache log4cxx is a logging framework for C++ patterned after Apache log4j. Apache log4cxx uses Apache Portable Runtime for most platform-specific code and should be usable on any platform supported by APR.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "mascguy",
            "github": "mascguy",
            "ports_count": 350
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "pkgconfig",
                "clang-20"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "apr-util",
                "libfmt11",
                "expat",
                "libiconv"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "Akumuli",
                "jubatus"
            ]
        }
    ]
}