Commit graph

16 commits

Author SHA1 Message Date
Tobias C. Berner
24df34c6e2 Convert archivers/quazip-qt5 into a slave port, and switch to cmake for 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
2016-09-18 20:21:01 +00:00
Tobias C. Berner
f4b9941ac7 Update archivers/quazip and archivers/quazip-qt5 to 0.7.2
[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
2016-09-17 09:31:15 +00:00
Tobias C. Berner
cbd601b279 Take maintainership of archivers/quazip
> 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)
2016-09-16 10:05:42 +00:00
Mathieu Arnold
9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00
Nicola Vitale
26251f0750 - Update to 0.7.1
- Add net/qt4-network to build dependencies and
  remove devel/qt4-testlib from run dependencies
2015-02-11 09:20:18 +00:00
Baptiste Daroussin
161b92dff7 Clean up plist 2014-10-19 23:12:06 +00:00
Nicola Vitale
798c36c6c4 - Add a patch to fix build, when a previous version is installed 2014-03-30 03:10:03 +00:00
Steve Wills
c2fb6a937f - Update to 0.6.2
- Fixes build on 11-CURRENT

PR:		ports/186611
Submitted by:	rakuco
Approved by:	maintainer timeout (nivit, >4 weeks)
2014-03-17 15:54:22 +00:00
Baptiste Daroussin
75d1dff36d Fix properties on pkg-plist 2014-01-21 22:55:59 +00:00
Max Brazhnikov
5898d7df5c - Convert to USES=qmake (and other USES while I'm here)
- Add state support
- Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc.

Approved by:	portmgr (blanket approval)
2013-11-22 12:55:00 +00:00
Baptiste Daroussin
b80ec3e204 Add NO_STAGE all over the place in preparation for the staging support (cat: archivers) 2013-09-20 13:11:20 +00:00
Nicola Vitale
1469649b38 - Unbreak the port by a patch suitable for the newer zlib
PR:	ports/181360
Submitted by:	marino
2013-08-28 15:40:54 +00:00
Baptiste Daroussin
54db8c8a2f Mark as broken: does not build
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
2013-07-24 06:01:03 +00:00
Nicola Vitale
a155398af8 - Commit updating of distinfo file for 0.5.1 2013-06-16 13:50:54 +00:00
Nicola Vitale
7672671c9c - Update to 0.5.1
- Add qtestlib to USE_QT4
- Add files/patch-qztest__testquagzipfile.cpp

Build log:	http://goo.gl/LJHzO
2013-06-16 13:49:17 +00:00
Nicola Vitale
6e24ca6748 QuaZIP is a simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package that
can be used to access ZIP archives. It uses Trolltech's Qt toolkit.

WWW: http://quazip.sourceforge.net/
2013-03-06 22:55:05 +00:00