GET /api/v1/ports/gpsbabel/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "gpsbabel",
    "portdir": "textproc/gpsbabel",
    "version": "1.7.0",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.gpsbabel.org",
    "description": "GPSBabel converts/uploads GPS waypoints, tracks, and routes",
    "long_description": "GPSBabel converts GPS waypoints, tracks, and routes from one format to another, whether that format is a common mapping format like Delorme, Streets and Trips, or even a serial upload or download to a GPS unit such as those from Garmin and Magellan.",
    "active": true,
    "categories": [
        "textproc",
        "comms"
    ],
    "maintainers": [],
    "variants": [
        "debug"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "qt5-qtbase",
                "zlib",
                "libusb",
                "shapelib"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "gpsbabel-app",
                "qlandkartegt"
            ]
        },
        {
            "type": "run",
            "ports": [
                "viking"
            ]
        }
    ]
}