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

{
    "name": "gsoap",
    "portdir": "devel/gsoap",
    "version": "2.8.131",
    "license": "(GPL-2+ or OpenSSLException)",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.genivia.com/dev.html",
    "description": "offers an XML to C/C++ language binding to ease the development of SOAP/XML Web services in C and C/C++",
    "long_description": "The gSOAP toolkit is a cross-platform development environment for C and C++ SOAP/XML Web services (SOAP 1.1/1.2, WSDL 1.1). gSOAP supports XML serialization of native C/C++ data types. Includes stub/skeleton compiler, HTTP Web server, and much more.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "automake",
                "pkgconfig",
                "clang-16",
                "autoconf",
                "libtool"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "unzip"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "openssl3"
            ]
        }
    ],
    "depends_on": []
}