GET /api/v1/ports/distcc/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "distcc",
"portdir": "devel/distcc",
"version": "3.4",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/distcc/distcc",
"description": "Distributed C compiler",
"long_description": "distcc is a program to distribute compilation of C or C++ code across several machines on a network without requiring that they share filesystems, have the same headers/libraries or have syncronized clocks. distcc should always generate the same results as a local compile but is often 2 to 3 times faster.",
"active": true,
"categories": [
"devel",
"net"
],
"maintainers": [],
"variants": [
"python37",
"python38",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-13"
]
},
{
"type": "lib",
"ports": [
"popt",
"python38"
]
}
],
"depends_on": []
}