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

{
    "name": "autogen",
    "portdir": "devel/autogen",
    "version": "5.18.16",
    "license": "GPL-3",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.gnu.org/software/autogen/",
    "description": "tool to simplify the creation and maintenance of programs",
    "long_description": "AutoGen is a tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text. It is especially valuable in programs that have several blocks of text that must be kept synchronized.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-16"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "guile",
                "coreutils",
                "zlib",
                "libxml2",
                "libiconv",
                "gettext",
                "icu"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "anjuta"
            ]
        }
    ]
}