GET /api/v1/ports/apple-gcc42/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "apple-gcc42",
"portdir": "lang/apple-gcc42",
"version": "5666.3",
"license": "(GPL-2+ or Permissive)",
"platforms": "{darwin < 16}",
"epoch": 0,
"replaced_by": null,
"homepage": "http://opensource.apple.com/",
"description": "Apple's version of gcc 4.2",
"long_description": "Apple's version of the GNU compiler collection, version 4.2. Supports C, Objective-C, and C++",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "jeremyhu",
"github": "jeremyhu",
"ports_count": 259
}
],
"variants": [
"gpl3",
"bootstrap",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"cctools",
"ld64"
]
},
{
"type": "run",
"ports": [
"gcc_select"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"gettext-bootstrap",
"gperf-bootstrap",
"pkgconfig-bootstrap",
"libiconv-bootstrap",
"ncurses-bootstrap",
"mythtv-core.27",
"python27-bootstrap",
"xz-bootstrap"
]
}
]
}