Import archivers/quazip, a Qt/C++ wrapper for ZIP/UNZIP

ok jturner@ landry@
This commit is contained in:
bcallah 2013-03-18 14:49:27 +00:00
parent c20f42abde
commit c186d28ce4
4 changed files with 54 additions and 0 deletions

25
archivers/quazip/Makefile Normal file
View File

@ -0,0 +1,25 @@
# $OpenBSD: Makefile,v 1.1.1.1 2013/03/18 14:49:27 bcallah Exp $
COMMENT = Qt/C++ wrapper for ZIP/UNZIP package
DISTNAME = quazip-0.5.1
CATEGORIES = archivers
SHARED_LIBS = quazip 0.0 # 0.0
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
HOMEPAGE = http://quazip.sourceforge.net/
# LGPLv2.1
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += m stdc++ z
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=quazip/}
MODULES = devel/cmake \
x11/qt4
NO_TEST = Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (quazip-0.5.1.tar.gz) = B4F2pyKImD94tFwV99JFEx2dX8NqIvJ1fXWnhljDMmg=
SIZE (quazip-0.5.1.tar.gz) = 354658

View File

@ -0,0 +1,5 @@
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.

View File

@ -0,0 +1,22 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/03/18 14:49:27 bcallah Exp $
include/quazip/
include/quazip/JlCompress.h
include/quazip/crypt.h
include/quazip/ioapi.h
include/quazip/quaadler32.h
include/quazip/quachecksum32.h
include/quazip/quacrc32.h
include/quazip/quagzipfile.h
include/quazip/quaziodevice.h
include/quazip/quazip.h
include/quazip/quazip_global.h
include/quazip/quazipdir.h
include/quazip/quazipfile.h
include/quazip/quazipfileinfo.h
include/quazip/quazipnewinfo.h
include/quazip/unzip.h
include/quazip/zip.h
@lib lib/libquazip.so.${LIBquazip_VERSION}
share/cmake/
share/cmake/Modules/
share/cmake/Modules/FindQuaZip.cmake