GET /api/v1/ports/yorick-av/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "yorick-av",
"portdir": "science/yorick-av",
"version": "0.0.5",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://paumard.github.io/yorick-av/",
"description": "Write movies to various formats from within Yorick",
"long_description": "This plug-in links against FFmpeg to allow writing movies in various popular formats directly from within Yorick.",
"active": true,
"categories": [
"science",
"multimedia",
"yorick"
],
"maintainers": [
{
"name": "thibaut",
"github": "paumard",
"ports_count": 42
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"ffmpeg",
"yorick"
]
}
],
"depends_on": []
}