# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup github 1.0 PortGroup cmake 1.1 PortGroup qt5 1.0 PortGroup app 1.0 PortGroup compiler_blacklist_versions 1.0 name zint platforms darwin macosx categories textproc license GPL-3 maintainers {ra1nb0w @ra1nb0w} openmaintainer description A barcode encoding library long_description ${name} is a barcode encoding library supporting over \ 50 symbologies including Code 128, Data Matrix, USPS OneCode, EAN-128, \ UPC/EAN, ITF, QR Code, Code 16k, PDF417, MicroPDF417, LOGMARS, Maxicode, \ GS1 DataBar, Aztec, Composite Symbols and more. github.setup woo-j zint 2.10.0 checksums rmd160 396ce0613693ebfe8a292d85ef70bf678634eac5 \ sha256 9ca896218a2fa1337ce3ed2a6ce2e112c423b3d8075252f280f1806060f36454 \ size 2850630 revision 0 #----------------------------------------------------------------------------------------- # Fix compile error on 10.7 buildot: # # zint-2.10.0/frontend_qt/barcodeitem.cpp:26:23: error: expected a class or namespace # ar = Zint::QZint::AspectRatioMode::IgnoreAspectRatio; # ~~~~~~~~~~~~~^ #----------------------------------------------------------------------------------------- compiler.blacklist-append \ { clang < 500 } depends_lib-append \ port:libpng \ port:zlib qt5.depends_component \ qttools configure.args-append \ -DZINT_USE_PNG=ON \ -DZINT_USE_QT=ON app.create yes app.name zint app.executable zint-qt app.icon zint-qt.png app.retina yes test.run yes test.cmd zint -h