GET /api/v1/ports/postgresql83/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "postgresql83",
"portdir": "databases/postgresql83",
"version": "8.3.23",
"license": "Permissive",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.postgresql.org/",
"description": "The most advanced open-source database available anywhere.",
"long_description": "PostgreSQL is Object-Relational Database Management System. It supports almost all SQL constructs, including transactions, subselects, and user-defined types and functions. Write-ahead logging means increased performance while retaining data integrity.",
"active": true,
"categories": [
"databases"
],
"maintainers": [],
"variants": [
"python",
"python27",
"krb5",
"perl",
"tcl"
],
"dependencies": [
{
"type": "build",
"ports": [
"bison",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"ossp-uuid",
"readline",
"zlib",
"libxslt",
"libxml2",
"openssl"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"BigSQL",
"libpqxx26",
"qt4-mac-postgresql83-plugin",
"libzdb-postgresql83",
"rb-postgres"
]
},
{
"type": "run",
"ports": [
"postgresql83-server"
]
}
]
}