Index: Makefile =================================================================== RCS file: /home/pcvs/ports/archivers/p7zip/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- Makefile 28 May 2006 23:27:57 -0000 1.19 +++ Makefile 9 Jun 2006 11:59:41 -0000 @@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}_src_all MAINTAINER= nox@jelal.kn-bremen.de -COMMENT= Command line versions of 7-zip +COMMENT= File archiver with high compression ratio USE_BZIP2= yes MAKEFILE= makefile Index: pkg-descr =================================================================== RCS file: /home/pcvs/ports/archivers/p7zip/pkg-descr,v retrieving revision 1.3 diff -u -r1.3 pkg-descr --- pkg-descr 12 Dec 2005 12:48:33 -0000 1.3 +++ pkg-descr 9 Jun 2006 11:59:41 -0000 @@ -1,7 +1,18 @@ -p7zip is a quick port of 7z.exe and 7za.exe (command line -version of 7zip, see www.7-zip.org) for Unix. 7-Zip is a -file archiver with highest compression ratio. Since 4.10, -p7zip (like 7-zip) supports little-endian and big-endian -machines. +p7zip is a Unix port of 7-Zip, a file archiver with high compression +ratio (www.7-zip.org) with lots of features: + +* 7-Zip is free software distributed under the GNU LGPL +* High compression ratio in new 7z format with LZMA compression + o Unicode file names + o Variable dictionary size (up to 4 GB) + o Compressing speed: about 1 MB/s on 2 GHz CPU + o Decompressing speed: about 10-20 MB/s on 2 GHz CPU +* Supported formats: + o Packing / unpacking: 7z, ZIP, GZIP, BZIP2 and TAR + o Unpacking only: RAR, CAB, ISO, ARJ, LZH, CHM, Z, CPIO, RPM, DEB + and NSIS +* For ZIP and GZIP formats 7-Zip provides compression ratio that is + 2-10 % better than ratio provided by PKZip and WinZip +* Self-extracting capability for 7z format WWW: http://p7zip.sourceforge.net/