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

{
    "name": "dtrx",
    "portdir": "archivers/dtrx",
    "version": "8.5.3",
    "license": "GPL-3+",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/dtrx-py/dtrx",
    "description": "extracts archives in a number of different formats",
    "long_description": "dtrx extracts archives in a number of different formats; it currently supports tar, zip (including self-extracting .exe files), cpio, rpm, deb, gem, 7z, cab, rar, and InstallShield files. It can also decompress files compressed with gzip, bzip2, lzma, xz, or compress.",
    "active": true,
    "categories": [
        "archivers"
    ],
    "maintainers": [
        {
            "name": "ryandesign",
            "github": "ryandesign",
            "ports_count": 1824
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-15",
                "py311-build",
                "py311-installer",
                "py311-setuptools",
                "py311-wheel"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python311"
            ]
        }
    ],
    "depends_on": []
}