GET /api/v1/ports/git-cvs/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "git-cvs",
"portdir": "devel/git-cvs",
"version": "0.1.0",
"license": "ISC",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ustuehler/git-cvs",
"description": "incrementally import changesets from CVS to Git",
"long_description": "git-cvs is a tool to incrementally import changesets from CVS into a Git repository with stable commit hashes.",
"active": true,
"categories": [
"devel",
"textproc",
"python"
],
"maintainers": [
{
"name": "jpo",
"github": "jpouellet",
"ports_count": 4
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-nose",
"py27-setuptools",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"python27"
]
},
{
"type": "run",
"ports": [
"py27-rcsparse"
]
},
{
"type": "test",
"ports": [
"py27-pytest"
]
}
],
"depends_on": []
}