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

{
    "name": "pslib",
    "portdir": "print/pslib",
    "version": "0.4.6",
    "license": "(GPL-2+ or LGPL-2+)",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://pslib.sourceforge.net/",
    "description": "C-library to create PostScript files on the fly",
    "long_description": "pslib is a C-library to create PostScript files on the fly. It offers many drawing primitives, inclusion of png and eps images and a very sophisticated text rendering including hyphenation, kerning and ligatures. It can read external Type1 fonts and embed them into the output file. It supports pdfmarks which makes it in combination with ghostscript's pdfwriter an alternative for libraries creating PDF.",
    "active": true,
    "categories": [
        "print"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14",
                "automake",
                "glib2",
                "libtool",
                "intltool",
                "autoconf"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libjpeg-turbo",
                "libpng",
                "tiff",
                "giflib"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "gnudatalanguage"
            ]
        }
    ]
}