diff options
author | adam <adam@pkgsrc.org> | 2007-05-29 12:24:51 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-05-29 12:24:51 +0000 |
commit | 2b22e9f1ca9219fe5f6b5df07b42f5cccd911e38 (patch) | |
tree | 23d21080651122263004f0c476ec93ea52618931 /archivers/p7zip | |
parent | 8ec1a8571383ec8e71f2d16c1030d0137afa195a (diff) | |
download | pkgsrc-2b22e9f1ca9219fe5f6b5df07b42f5cccd911e38.tar.gz |
Changes 4.47:
- From Windows version of 7-zip 4.47:
- Bugs of 7-Zip 4.46 beta were fixed: BZip2 could work incorrectly
Changes 4.46:
- From Windows version of 7-zip 4.46:
- New fast compression mode for Deflate method in Zip and GZip.
- Some bugs were fixed.
- LZMA Benchmark:
- cygwin: RAM size detection
- computation of the CPU %
- fixed 1721827: install.sh now copies 7z.so
- Client7z now uses 7z.so instead of 7za.so
- new target: cygwin with asm
- LZMA SDK added in the source package (CPP/7zip/Compress/LZMA_Alone)
- fixed 1716987: 7zr removed from 4.45 binary distribution
- fixed 1706002: make and install.sh use the same variables in the same order.
Diffstat (limited to 'archivers/p7zip')
-rw-r--r-- | archivers/p7zip/Makefile | 6 | ||||
-rw-r--r-- | archivers/p7zip/PLIST | 3 | ||||
-rw-r--r-- | archivers/p7zip/distinfo | 8 |
3 files changed, 8 insertions, 9 deletions
diff --git a/archivers/p7zip/Makefile b/archivers/p7zip/Makefile index 80eb4989414..1621b163443 100644 --- a/archivers/p7zip/Makefile +++ b/archivers/p7zip/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2007/04/30 09:12:54 adam Exp $ +# $NetBSD: Makefile,v 1.28 2007/05/29 12:24:51 adam Exp $ -DISTNAME= p7zip_4.45_src_all -PKGNAME= p7zip-4.45 +DISTNAME= p7zip_4.47_src_all +PKGNAME= p7zip-4.47 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=p7zip/} EXTRACT_SUFX= .tar.bz2 diff --git a/archivers/p7zip/PLIST b/archivers/p7zip/PLIST index b43e965e889..0f4e63712bf 100644 --- a/archivers/p7zip/PLIST +++ b/archivers/p7zip/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2007/04/30 09:12:54 adam Exp $ +@comment $NetBSD: PLIST,v 1.11 2007/05/29 12:24:51 adam Exp $ bin/7z bin/7za ${DYNAMIC_7Z}lib/7z/7z @@ -45,7 +45,6 @@ share/doc/p7zip/switches/ar_exclude.htm share/doc/p7zip/switches/ar_include.htm share/doc/p7zip/switches/ar_no.htm share/doc/p7zip/switches/charset.htm -share/doc/p7zip/switches/email.htm share/doc/p7zip/switches/exclude.htm share/doc/p7zip/switches/include.htm share/doc/p7zip/switches/index.htm diff --git a/archivers/p7zip/distinfo b/archivers/p7zip/distinfo index f9e4c40bfda..0fe4a1793a9 100644 --- a/archivers/p7zip/distinfo +++ b/archivers/p7zip/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.24 2007/04/30 09:12:54 adam Exp $ +$NetBSD: distinfo,v 1.25 2007/05/29 12:24:51 adam Exp $ -SHA1 (p7zip_4.45_src_all.tar.bz2) = 06bdaf755e288539da4efa399fc143648db57acd -RMD160 (p7zip_4.45_src_all.tar.bz2) = 23677f41e1a2c1d8c254073bc17ea40ea90851f1 -Size (p7zip_4.45_src_all.tar.bz2) = 1458299 bytes +SHA1 (p7zip_4.47_src_all.tar.bz2) = 568abf5571fe92c18798feb582604c0f5563a6b0 +RMD160 (p7zip_4.47_src_all.tar.bz2) = 7bb770ad4f721bdc024052e24d9c5fbb1bc3c04c +Size (p7zip_4.47_src_all.tar.bz2) = 1477689 bytes SHA1 (patch-aa) = a95d9721db8de642ae8ff38e58ea3107f9518287 SHA1 (patch-ab) = 98578e58d3abf4e0fe0615f10c563cac78ceb047 SHA1 (patch-ac) = ed38fe44c9b1ee3fb502edef47cf28ed5852a95b |