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

{
    "name": "dos2unix",
    "portdir": "textproc/dos2unix",
    "version": "7.5.2",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://waterlan.home.xs4all.nl/dos2unix.html",
    "description": "Convert text files with DOS or Mac line breaks to Unix line breaks and vice versa",
    "long_description": "This is an update of Benjamin Lin's implementations of dos2unix and unix2dos. Benjamin Lin's implementations of dos2unix and unix2dos were distributed via SunSITE.unc.edu (later MetaLab.unc.edu, now ibiblio) and became part of several Linux distributions such as RedHat, Suse, Gentoo, and others. This update includes all RedHat patches and fixes several other problems. Internationalization has been added and ports to DOS, Windows, Cygwin and OS/2 Warp have been made.",
    "active": true,
    "categories": [
        "textproc"
    ],
    "maintainers": [
        {
            "name": "therealketo",
            "github": "therealketo",
            "ports_count": 15
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gettext"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "fluid-soundfont",
                "kchmviewer",
                "hunspell-en_AU",
                "hunspell-en_AU_large",
                "hunspell-en_CA",
                "hunspell-en_CA_large",
                "hunspell-en_GB_ise",
                "hunspell-en_GB_ize",
                "hunspell-en_GB_large",
                "hunspell-en_US",
                "hunspell-en_US_large"
            ]
        },
        {
            "type": "run",
            "ports": [
                "gutils-suite-core"
            ]
        }
    ]
}