GET /api/v1/ports/audacity-manual/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "audacity-manual",
"portdir": "audio/audacity",
"version": "3.7.3",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://manual.audacityteam.org",
"description": "The manual for audacity",
"long_description": "The manual for audacity",
"active": true,
"categories": [
"audio"
],
"maintainers": [
{
"name": "makr",
"github": "mohd-akram",
"ports_count": 71
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "run",
"ports": [
"audacity"
]
}
],
"depends_on": []
}