aboutsummaryrefslogtreecommitdiff
path: root/archivers/quazip
Commit message (Collapse)AuthorAgeFilesLines
* Update archivers/quazip and archivers/quazip-qt5 to 0.7.3.Raphael Kubo da Costa2017-02-062-5/+5
| | | | Notes: svn path=/head/; revision=433481
* Convert archivers/quazip-qt5 into a slave port, and switch to cmake for ↵Tobias C. Berner2016-09-184-36/+61
| | | | | | | | | | | | | | archivers/quazip. * Convert to slaveport, as they are very similar * Switch to cmake in archviers/quazip Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7909 Notes: svn path=/head/; revision=422407
* Update archivers/quazip and archivers/quazip-qt5 to 0.7.2Tobias C. Berner2016-09-173-7/+8
| | | | | | | | | | | | | | | | | [The previous commit r22303 skipped archives/quazip] * archivers/quazip Regenerate the qztest.pro patch for archivers/quazip * archivers/quazip-qt5 Drop the coinstallability patch as it is now part of the release Add upstreamed patch by rakuco@ to fix linking Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7726 Notes: svn path=/head/; revision=422304
* Take maintainership of archivers/quazipTobias C. Berner2016-09-161-1/+1
| | | | | | | | | | > I was wondering if you were willing to push archivers/quazip onto kde@ Of course, assign the maintanership to kde@, please. :) Approved by: nivit (previous maintainer), rakuco (mentor) Notes: svn path=/head/; revision=422250
* Cleanup patches, a* categories.Mathieu Arnold2016-07-261-3/+3
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* - Update to 0.7.1Nicola Vitale2015-02-112-4/+4
| | | | | | | | - Add net/qt4-network to build dependencies and remove devel/qt4-testlib from run dependencies Notes: svn path=/head/; revision=378823
* Clean up plistBaptiste Daroussin2014-10-191-1/+0
| | | | Notes: svn path=/head/; revision=371222
* - Add a patch to fix build, when a previous version is installedNicola Vitale2014-03-301-0/+14
| | | | Notes: svn path=/head/; revision=349605
* - Update to 0.6.2Steve Wills2014-03-173-34/+3
| | | | | | | | | | | - Fixes build on 11-CURRENT PR: ports/186611 Submitted by: rakuco Approved by: maintainer timeout (nivit, >4 weeks) Notes: svn path=/head/; revision=348485
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340670
* - Convert to USES=qmake (and other USES while I'm here)Max Brazhnikov2013-11-221-8/+2
| | | | | | | | | | - Add state support - Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc. Approved by: portmgr (blanket approval) Notes: svn path=/head/; revision=334586
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | archivers) Notes: svn path=/head/; revision=327699
* - Unbreak the port by a patch suitable for the newer zlibNicola Vitale2013-08-282-11/+19
| | | | | | | | PR: ports/181360 Submitted by: marino Notes: svn path=/head/; revision=325540
* Mark as broken: does not buildBaptiste Daroussin2013-07-241-0/+2
| | | | | | | | | | | | | | | | | | testquagzipfile.cpp: In member function 'void TestQuaGzipFile::read()': testquagzipfile.cpp:11: error: 'gzFile_s' was not declared in this scope testquagzipfile.cpp:11: error: expected primary-expression before '=' token testquagzipfile.cpp:12: error: expected primary-expression before ',' token testquagzipfile.cpp:13: error: expected primary-expression before ')' token testquagzipfile.cpp: In member function 'void TestQuaGzipFile::write()': testquagzipfile.cpp:35: error: 'gzFile_s' was not declared in this scope testquagzipfile.cpp:35: error: expected primary-expression before '=' token testquagzipfile.cpp:38: error: expected primary-expression before ',' token testquagzipfile.cpp:39: error: expected primary-expression before ')' token Reported by: pkg-fallout Notes: svn path=/head/; revision=323556
* - Commit updating of distinfo file for 0.5.1Nicola Vitale2013-06-161-2/+2
| | | | Notes: svn path=/head/; revision=321047
* - Update to 0.5.1Nicola Vitale2013-06-162-2/+22
| | | | | | | | | | - Add qtestlib to USE_QT4 - Add files/patch-qztest__testquagzipfile.cpp Build log: http://goo.gl/LJHzO Notes: svn path=/head/; revision=321046
* QuaZIP is a simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package thatNicola Vitale2013-03-064-0/+52
can be used to access ZIP archives. It uses Trolltech's Qt toolkit. WWW: http://quazip.sourceforge.net/ Notes: svn path=/head/; revision=313553