GET /api/v1/ports/tradcpp/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "tradcpp",
"portdir": "devel/tradcpp",
"version": "0.5.3",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://ftp.netbsd.org/pub/NetBSD/misc/dholland/",
"description": "a traditional (K&R-style) C preprocessor",
"long_description": "tradcpp is a traditional (K&R-style) C preprocessor. It has the particular property that it doesn't (for the most part) trash whitespace, so it can be used on makefiles.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"bsdmake",
"clang-9.0"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"tightvnc",
"xinit"
]
},
{
"type": "lib",
"ports": [
"imake"
]
}
]
}