GET /api/v1/ports/plotutils/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "plotutils",
"portdir": "graphics/plotutils",
"version": "2.6",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://www.gnu.org/software/plotutils/",
"description": "GNU plotting utilities",
"long_description": "GNU plotting utilities package, including GNU libplot: a thread-safe function library for exporting two-dimensional vector graphics files, and for displaying animated vector graphics under the X Window System.",
"active": true,
"categories": [
"graphics"
],
"maintainers": [
{
"name": "snc",
"github": "nerdling",
"ports_count": 150
}
],
"variants": [
"x11",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"clang-15"
]
},
{
"type": "lib",
"ports": [
"m4",
"libpng",
"zlib"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-biggles",
"pstoedit",
"py37-biggles"
]
}
]
}