GET /api/v1/ports/aidadoc/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "aidadoc",
"portdir": "textproc/aidadoc",
"version": "1.4.2",
"license": "BSD",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://aidadoc.sourceforge.net/",
"description": "Command line tool to process files written with Aida Markup Language",
"long_description": "The Aidadoc project defines a simple markup language designed to write structured text, and provides a command line tool to translate this syntax into various target formats (Html, Latex, Trac, Mediawiki, Text, Markdown, Troff...). One can evaluate Tcl code within an Aida file and thus create dynamic contents. The aida command is a strict lex/bison parser which also embeds a Tcl interpreter: it reads Aida files and invokes Tcl callbacks to convert them to the target format. This design makes it very easy to define new target formats.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "bdesgraupes",
"github": "bdesgraupes",
"ports_count": 1
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"bison",
"flex",
"libtool",
"tcl",
"clang-16"
]
}
],
"depends_on": []
}