diff options
author | adam <adam@pkgsrc.org> | 2007-04-30 09:12:54 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-04-30 09:12:54 +0000 |
commit | e79ce27dfe339bd778e12b9b33e031cd96f00704 (patch) | |
tree | 372c61da7673fe1098b6f4d9b641e3766523379a /archivers | |
parent | 73461982f3c8605d76b016a2a4eda5bc04822f44 (diff) | |
download | pkgsrc-e79ce27dfe339bd778e12b9b33e031cd96f00704.tar.gz |
Changes 4.45:
- Default dictionary size was increased: Normal: 16 MB, Max: 32 MB.
- Speed optimizations.
- Benchmark was improved (new "b" command in command line version).
- The number of DLL files was reduced.
- switch -mhcf=off is not supported now.
- If -t{Type} switch is not specified, 7-Zip now uses extension of archive to
detect the type of archive.
- Some bugs were fixed (BZip2 in multithread)
- x86 or x86_64 : ASM version of crc32 available
- better detection of executable file (scripts do not need BCJ/BCJ2 filter)
- default permissions are now :
- for a file : -rw-------
- for a directory : drwx------
- on MacOSX, locale is always utf8
- makefile.qnx_static and makefile.qnx_shared added
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p7zip/Makefile | 6 | ||||
-rw-r--r-- | archivers/p7zip/PLIST | 3 | ||||
-rw-r--r-- | archivers/p7zip/distinfo | 10 | ||||
-rw-r--r-- | archivers/p7zip/patches/patch-aa | 8 |
4 files changed, 15 insertions, 12 deletions
diff --git a/archivers/p7zip/Makefile b/archivers/p7zip/Makefile index 0fd690f5f4a..80eb4989414 100644 --- a/archivers/p7zip/Makefile +++ b/archivers/p7zip/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2007/01/27 21:50:11 adam Exp $ +# $NetBSD: Makefile,v 1.27 2007/04/30 09:12:54 adam Exp $ -DISTNAME= p7zip_4.44_src_all -PKGNAME= p7zip-4.44 +DISTNAME= p7zip_4.45_src_all +PKGNAME= p7zip-4.45 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=p7zip/} EXTRACT_SUFX= .tar.bz2 diff --git a/archivers/p7zip/PLIST b/archivers/p7zip/PLIST index eb429098efd..b43e965e889 100644 --- a/archivers/p7zip/PLIST +++ b/archivers/p7zip/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2006/04/15 12:24:35 adam Exp $ +@comment $NetBSD: PLIST,v 1.10 2007/04/30 09:12:54 adam Exp $ bin/7z bin/7za ${DYNAMIC_7Z}lib/7z/7z @@ -29,6 +29,7 @@ man/man1/7za.1 man/man1/7zr.1 share/doc/p7zip/README share/doc/p7zip/commands/add.htm +share/doc/p7zip/commands/bench.htm share/doc/p7zip/commands/delete.htm share/doc/p7zip/commands/extract.htm share/doc/p7zip/commands/extract_full.htm diff --git a/archivers/p7zip/distinfo b/archivers/p7zip/distinfo index 3b15b694ba0..f9e4c40bfda 100644 --- a/archivers/p7zip/distinfo +++ b/archivers/p7zip/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.23 2007/01/27 21:50:11 adam Exp $ +$NetBSD: distinfo,v 1.24 2007/04/30 09:12:54 adam Exp $ -SHA1 (p7zip_4.44_src_all.tar.bz2) = 474e2479a7ceb19fcf75e61784e2c4ecf2d2f7e7 -RMD160 (p7zip_4.44_src_all.tar.bz2) = a04f13c55ce21781c463debc578fd4819f171adf -Size (p7zip_4.44_src_all.tar.bz2) = 1518820 bytes -SHA1 (patch-aa) = f10ed94ca53f07a57f6c7875c67d6bbb51d9d0e8 +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 (patch-aa) = a95d9721db8de642ae8ff38e58ea3107f9518287 SHA1 (patch-ab) = 98578e58d3abf4e0fe0615f10c563cac78ceb047 SHA1 (patch-ac) = ed38fe44c9b1ee3fb502edef47cf28ed5852a95b diff --git a/archivers/p7zip/patches/patch-aa b/archivers/p7zip/patches/patch-aa index fbcc364c64b..2fa85579d7a 100644 --- a/archivers/p7zip/patches/patch-aa +++ b/archivers/p7zip/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.14 2006/05/31 23:15:11 wiz Exp $ +$NetBSD: patch-aa,v 1.15 2007/04/30 09:12:54 adam Exp $ ---- makefile.machine.orig 2006-05-28 13:00:07.000000000 +0000 +--- makefile.machine.orig 2007-04-21 21:01:38.000000000 +0200 +++ makefile.machine -@@ -3,17 +3,17 @@ +@@ -3,19 +3,19 @@ # LITTLE_ENDIAN and BIG_ENDIAN are already defined by the system headers # @@ -26,3 +26,5 @@ $NetBSD: patch-aa,v 1.14 2006/05/31 23:15:11 wiz Exp $ +LOCAL_LIBS=${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} +LOCAL_LIBS_DLL=$(LOCAL_LIBS) + OBJ_CRC32=$(OBJ_CRC32_C) + |