Index: head/archivers/zipmix/Makefile =================================================================== --- head/archivers/zipmix/Makefile (revision 383872) +++ head/archivers/zipmix/Makefile (revision 383873) @@ -1,26 +1,23 @@ # Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ PORTNAME= zipmix DISTVERSION= 20070221 CATEGORIES= archivers -MASTER_SITES= http://www.advsys.net/ken/util/ +MASTER_SITES= http://www.advsys.net/ken/util/ \ + http://BSDforge.com/projects/source/archivers/zipmix/ DISTNAME= ${PORTNAME}_src -MAINTAINER= ports@FreeBSD.org -COMMENT= Produce a .ZIP file from 2 other ones with the best compressed files +MAINTAINER= portmaster@BSDforge.com +COMMENT= Produce .ZIP file from two other ones with the best compressed files -BROKEN= Checksum and size mismatch - USES= dos2unix zip +MAKEFILE= ${FILESDIR}/Makefile NO_WRKSUBDIR= yes PLIST_FILES= bin/${PORTNAME} -pre-build: - @${CP} ${FILESDIR}/${MAKEFILE} ${WRKSRC} - do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include Index: head/archivers/zipmix/pkg-descr =================================================================== --- head/archivers/zipmix/pkg-descr (revision 383872) +++ head/archivers/zipmix/pkg-descr (revision 383873) @@ -1,15 +1,13 @@ -[ excerpt from developer's web site with modifications ] - Sometimes, when you run 2 different .ZIP programs on the same data (PKZIP & KZIP for example), some files get compressed better in one program, while other files get compressed better in the other. ZIPMIX will take the best files from each one and create a new output file, which is guaranteed to be equal to or smaller in size to both of the input files. ZIPMIX can also be used to perform boolean operations on ZIP files, such as merging 2 ZIP files together, or updating a new file (with some tricks). WWW: http://www.advsys.net/ken/utils.htm