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

{
    "name": "libextractor",
    "portdir": "devel/libextractor",
    "version": "1.13",
    "license": "GPL-3+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.gnu.org/software/libextractor/",
    "description": "A library for extraction af meta-data.",
    "long_description": "libextractor is a library used to extract meta-data from files of arbitrary type. It is designed to use helper-libraries to perform the actual extraction, and to be trivially extendable by linking against external extractors for additional file types.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "ryandesign",
            "github": "ryandesign",
            "ports_count": 1825
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zlib",
                "flac",
                "libsmf",
                "libvorbis",
                "gettext",
                "glib2",
                "libtool",
                "gstreamer1",
                "gstreamer1-gst-plugins-base",
                "gtk2",
                "bzip2",
                "exiv2",
                "giflib",
                "libjpeg-turbo",
                "tiff",
                "libmpeg2",
                "libogg",
                "libmagic",
                "libiconv",
                "tidy",
                "libgsf",
                "libarchive"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "doodle"
            ]
        }
    ]
}