Date: Wed, 6 Mar 2013 22:55:05 +0000 (UTC) From: Nicola Vitale <nivit@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313553 - in head/archivers: . quazip Message-ID: <201303062255.r26Mt52c099581@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nivit Date: Wed Mar 6 22:55:05 2013 New Revision: 313553 URL: http://svnweb.freebsd.org/changeset/ports/313553 Log: 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/ Added: head/archivers/quazip/ head/archivers/quazip/Makefile (contents, props changed) head/archivers/quazip/distinfo (contents, props changed) head/archivers/quazip/pkg-descr (contents, props changed) head/archivers/quazip/pkg-plist (contents, props changed) Modified: head/archivers/Makefile Modified: head/archivers/Makefile ============================================================================== --- head/archivers/Makefile Wed Mar 6 22:54:15 2013 (r313552) +++ head/archivers/Makefile Wed Mar 6 22:55:05 2013 (r313553) @@ -152,6 +152,7 @@ SUBDIR += py-liblzma SUBDIR += py-librtfcomp SUBDIR += py-lzma + SUBDIR += quazip SUBDIR += rar SUBDIR += rox-archive SUBDIR += rpm Added: head/archivers/quazip/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/quazip/Makefile Wed Mar 6 22:55:05 2013 (r313553) @@ -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> Added: head/archivers/quazip/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/quazip/distinfo Wed Mar 6 22:55:05 2013 (r313553) @@ -0,0 +1,2 @@ +SHA256 (quazip-0.5.tar.gz) = fdafaef0d93a1301dce5fd6e2e437e0b5cf04c6b89469a32116c75c5d5429ab7 +SIZE (quazip-0.5.tar.gz) = 377005 Added: head/archivers/quazip/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/quazip/pkg-descr Wed Mar 6 22:55:05 2013 (r313553) @@ -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/ Added: head/archivers/quazip/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/quazip/pkg-plist Wed Mar 6 22:55:05 2013 (r313553) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303062255.r26Mt52c099581>