aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-06-09 22:58:35 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-06-09 22:58:35 +0000
commit2564e013ecd2e935b721d64cebda4157b3afa8e8 (patch)
tree9ca8a91c458ea1deaf4e336ed3c895b4545fbe4b /archivers
parent19aba2b8de86f4e2d0a9c429d587e5c36fc79c4e (diff)
downloadports-2564e013ecd2e935b721d64cebda4157b3afa8e8.tar.gz
ports-2564e013ecd2e935b721d64cebda4157b3afa8e8.zip
- Update comment and pkg-descr
Approved by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
Notes
Notes: svn path=/head/; revision=164961
Diffstat (limited to 'archivers')
-rw-r--r--archivers/p7zip/Makefile2
-rw-r--r--archivers/p7zip/pkg-descr21
2 files changed, 17 insertions, 6 deletions
diff --git a/archivers/p7zip/Makefile b/archivers/p7zip/Makefile
index 5fe9d4ed5b5f..fc0ebfa92ddc 100644
--- a/archivers/p7zip/Makefile
+++ b/archivers/p7zip/Makefile
@@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
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
diff --git a/archivers/p7zip/pkg-descr b/archivers/p7zip/pkg-descr
index 92d718dd3885..279a1a8f0fc9 100644
--- a/archivers/p7zip/pkg-descr
+++ b/archivers/p7zip/pkg-descr
@@ -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/