GET /api/v1/ports/pbzip2/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "pbzip2",
"portdir": "archivers/pbzip2",
"version": "1.1.13",
"license": "Permissive",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://compression.ca/pbzip2/",
"description": "parallel bzip2",
"long_description": "PBZIP2 is a parallel implementation of the bzip2 block-sorting file compressor that uses pthreads and achieves near-linear speedup on SMP machines.",
"active": true,
"categories": [
"archivers"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1825
}
],
"variants": [
"universal",
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"bzip2"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"VIBES"
]
},
{
"type": "run",
"ports": [
"gutils-suite-core"
]
}
]
}