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

{
    "name": "asciidoctor",
    "portdir": "textproc/asciidoctor",
    "version": "2.0.20",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://asciidoctor.org/",
    "description": "A fast text processor & publishing toolchain for converting AsciiDoc to HTML5, DocBook & more",
    "long_description": "Asciidoctor is a fast, open source, Ruby-based text processor for parsing AsciiDoc into a document model and converting it to output formats such as HTML 5, DocBook 5, manual pages, PDF, EPUB 3, and other formats. Asciidoctor also has an ecosystem of extensions, converters, build plugins, and tools to help you author and publish content written in AsciiDoc.",
    "active": true,
    "categories": [
        "textproc"
    ],
    "maintainers": [
        {
            "name": "fw",
            "github": "fhgwright",
            "ports_count": 22
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-15"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ruby30"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "mdcat",
                "ntpsec",
                "git-lfs",
                "newsboat",
                "repgrep",
                "warzone2100",
                "rdiff-backup",
                "reposurgeon",
                "neo-cowsay",
                "weechat",
                "ccache",
                "gpsd",
                "procs"
            ]
        }
    ]
}