# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup cmake 1.1 PortGroup github 1.0 if {${os.platform} eq "darwin" && ${os.major} < 11} { PortGroup qt4 1.0 } else { PortGroup qt5 1.0 } github.setup stachenov quazip 1.5 v github.tarball_from archive revision 0 name quazip1 description Qt/C++ wrapper over minizip long_description The C++ wrapper for Gilles Vollant's ZIP/UNZIP \ package (AKA Minizip) using Trolltech's Qt library. checksums rmd160 7cf6ededec3313b4995a3dfe2e1bf9ed3e9b9157 \ sha256 405b72b6e76c8987ff41a762523b8f64876ba406d8a831d268ee0b63f1369582 \ size 171006 categories archivers devel license LGPL-2.1 maintainers nomaintainer depends_lib-append port:zlib compiler.cxx_standard 2011