GET /api/v1/ports/string_replace/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "string_replace",
"portdir": "textproc/string_replace",
"version": "0.1",
"license": "GPL-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://freecode.com/projects/string_replace",
"description": "searches and replaces a text string or regular expression",
"long_description": "This tool was designed to go through text files (meaning: text, html, php, etc.) to search for and replace a particular text string (or regular expression).",
"active": true,
"categories": [
"textproc",
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "run",
"ports": [
"perl5"
]
}
],
"depends_on": []
}