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

{
    "name": "moreutils",
    "portdir": "sysutils/moreutils",
    "version": "0.70",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://joeyh.name/code/moreutils",
    "description": "a collection of the unix tools that nobody thought to write thirty years ago.",
    "long_description": "moreutils includes the following utilities: \n- chronic: runs a command quietly unless it fails \n- combine: combine the lines in two files using boolean operations \n- errno: look up errno names and descriptions \n- ifne: run a program if the standard input is not empty \n- isutf8: check if a file or standard input is utf-8 \n- lckdo: run a program with a lock held. \n- mispipe: pipe two commands, returning the exit status of the first \n- pee: tee standard input to pipes \n- sponge: soak up standard input and write to a file \n- ts: timestamp standard input \n- vidir: edit a directory in your text editor \n- vipe: insert a text editor into a pipe \n- zrun: automatically uncompress arguments to command",
    "active": true,
    "categories": [
        "sysutils"
    ],
    "maintainers": [
        {
            "name": "khindenburg",
            "github": "kurthindenburg",
            "ports_count": 423
        }
    ],
    "variants": [
        "universal",
        "doc"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "docbook-xml-4.4",
                "docbook2X",
                "clang-17"
            ]
        },
        {
            "type": "run",
            "ports": [
                "perl5.34",
                "p5.34-timedate",
                "p5.34-ipc-run",
                "p5.34-time-duration"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "neohtop"
            ]
        },
        {
            "type": "run",
            "ports": [
                "gutils-suite-core"
            ]
        }
    ]
}