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

{
    "name": "recode",
    "portdir": "textproc/recode",
    "version": "3.7.14",
    "license": "GPL-3+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/rrthomas/recode",
    "description": "charset conversion program",
    "long_description": "This recode program has the purpose of converting files between various character sets and usages. When exact transliterations are not possible, as it is often the case, the program may get rid of the offending characters or fall back on approximations.",
    "active": true,
    "categories": [
        "textproc"
    ],
    "maintainers": [
        {
            "name": "ryandesign",
            "github": "ryandesign",
            "ports_count": 1825
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "python312"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gettext",
                "libiconv"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py312-cython"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "fortune-mod"
            ]
        },
        {
            "type": "run",
            "ports": [
                "maxima",
                "maxima-devel"
            ]
        }
    ]
}