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

{
    "name": "xml-security-c",
    "portdir": "security/xml-security-c",
    "version": "2.0.4",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://santuario.apache.org/",
    "description": "XML Signing/Encryption for C++",
    "long_description": "The C++ library is an implementation of the XML Digital Signature specification. It is designed to be easily ported to new platforms, and has been tested on Solaris, Linux, FreeBSD, NetBSD and Windows.",
    "active": true,
    "categories": [
        "textproc",
        "security",
        "shibboleth",
        "xml"
    ],
    "maintainers": [
        {
            "name": "snc",
            "github": "nerdling",
            "ports_count": 151
        },
        {
            "name": "scantor",
            "github": "scantor",
            "ports_count": 6
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "openssl",
                "xercesc3"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "wt",
                "opensaml",
                "shibboleth",
                "xmltooling"
            ]
        }
    ]
}