Version: 0.8.1, Package name: quazip-qt5-0.8.1 |
Maintained by: Brian Callahan |
Master sites: |
Description QuaZIP is the C++ wrapper for Gilles Vollant's ZIP/UNZIP package (aka minizip) using Trolltech's Qt library. It uses existing ZIP/UNZIP package C code and therefore depends on the zlib library. |
Filesize: 147.055 KB |
Version History (View Complete History) |
|
2020-01-25 15:57:56 by Brian Callahan | Files touched by this commit (7) |
Log message: Update to quazip-0.8.1 Remove the qt5 FLAVOR; qt5 is the only supported/used version these days. Disable the tests; they've not been updated for qt5 and aren't accessible from the standard cmake build system. Update all dependent ports to cope with the FLAVOR removal. Requested by rsadowski@; improvements by sthen@ |
2019-07-12 14:44:13 by Stuart Henderson | Files touched by this commit (877) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2017-07-28 05:23:44 by Christian Weisgerber | Files touched by this commit (1) |
Log message: actually bump |
2017-07-27 03:34:38 by Stuart Henderson | Files touched by this commit (86) |
Log message: add COMPILER_LIBCXX to WANTLIB and bump |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-23 03:26:30 by Marc Espie | Files touched by this commit (244) |
Log message: add pthread to COMPILER_LIBCXX. white lie, but it allows clang and gcc to be more similar bump accordingly. |
2017-07-17 16:45:19 by Vadim Zhukov | Files touched by this commit (1) |
Log message: Unbreak after recent Qt 5.9 update. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-06-30 16:11:09 by Brian Callahan | Files touched by this commit (2) |
Log message: Bugfix update to quazip, also this release tweaks the license. Take maintainer. ok rsadowski@ |
2017-04-10 05:45:29 by Stuart Henderson | Files touched by this commit (281) |
Log message: use LIBCXX |
2016-12-26 05:38:07 by Vadim Zhukov | Files touched by this commit (2) |
Log message: Add Qt5 support to quazip, needed for upcoming port. Also, tests do not require package installation first. |
2016-04-30 10:37:55 by Vadim Zhukov | Files touched by this commit (3) |
Log message: Update to 0.7.2. Now we have tests enabled (all pass). From Rafael Sadowski (with some tweaks by me), thanks! |
2015-08-25 07:18:28 by Stuart Henderson | Files touched by this commit (107) |
Log message: remove bcallah as maintainer of his ports, at his request |
2015-01-09 22:00:40 by Brian Callahan | Files touched by this commit (2) |
Log message: Bugfix update to 0.7.1 - marble (it's only dependent) compiles/runs ok. |
2014-12-09 11:55:42 by Vadim Zhukov | Files touched by this commit (1) |
Log message: Make sure Qt4 is picked up, not Qt5. No package change. okay bcallah@ (MAINTAINER) |