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

{
    "name": "libewf",
    "portdir": "security/libewf",
    "version": "20230212",
    "license": "LGPL-3+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/libyal/libewf",
    "description": "Libewf is a library for support of the Expert Witness Compression Format",
    "long_description": "Libewf is a library for support of the Expert Witness Compression Format (EWF), it support both the SMART format (EWF-S01) and the EnCase format (EWF-E01). Libewf allows you to read and write media information within the EWF files.",
    "active": true,
    "categories": [
        "security"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gettext",
                "libiconv",
                "bzip2",
                "openssl3",
                "macfuse",
                "zlib"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "sleuthkit",
                "aimage",
                "bulk_extractor",
                "testdisk"
            ]
        }
    ]
}