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/
This commit is contained in:
parent
ed9c9cedc1
commit
6e24ca6748
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313553
@ -152,6 +152,7 @@
|
||||
SUBDIR += py-liblzma
|
||||
SUBDIR += py-librtfcomp
|
||||
SUBDIR += py-lzma
|
||||
SUBDIR += quazip
|
||||
SUBDIR += rar
|
||||
SUBDIR += rox-archive
|
||||
SUBDIR += rpm
|
||||
|
24
archivers/quazip/Makefile
Normal file
24
archivers/quazip/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# Created by: Nicola Vitale <nivit@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= quazip
|
||||
PORTVERSION= 0.5
|
||||
#PORTREVISION= 0
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= nivit@FreeBSD.org
|
||||
COMMENT= Qt/C++ wrapper for ZIP/UNZIP package
|
||||
|
||||
LICENSE= LGPL21
|
||||
|
||||
QMAKE_ARGS= PREFIX=${PREFIX} ${QMAKE_PRO}
|
||||
QMAKE_PRO= ${WRKSRC}/${PORTNAME}.pro
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
USE_QT4= corelib moc_build qmake_build
|
||||
|
||||
do-configure:
|
||||
cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKEFLAGS} ${QMAKE_ARGS}
|
||||
|
||||
.include <bsd.port.mk>
|
2
archivers/quazip/distinfo
Normal file
2
archivers/quazip/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (quazip-0.5.tar.gz) = fdafaef0d93a1301dce5fd6e2e437e0b5cf04c6b89469a32116c75c5d5429ab7
|
||||
SIZE (quazip-0.5.tar.gz) = 377005
|
4
archivers/quazip/pkg-descr
Normal file
4
archivers/quazip/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
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/
|
22
archivers/quazip/pkg-plist
Normal file
22
archivers/quazip/pkg-plist
Normal file
@ -0,0 +1,22 @@
|
||||
@comment $FreeBSD$
|
||||
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/libquazip.so
|
||||
lib/libquazip.so.1
|
||||
lib/libquazip.so.1.0
|
||||
lib/libquazip.so.1.0.0
|
||||
@dirrm include/quazip
|
Loading…
Reference in New Issue
Block a user