pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/p7zip Changes 4.45:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf72d6060c40
branches:  trunk
changeset: 528339:cf72d6060c40
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Apr 30 09:12:54 2007 +0000

description:
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:

 archivers/p7zip/Makefile         |   6 +++---
 archivers/p7zip/PLIST            |   3 ++-
 archivers/p7zip/distinfo         |  10 +++++-----
 archivers/p7zip/patches/patch-aa |   8 +++++---
 4 files changed, 15 insertions(+), 12 deletions(-)

diffs (69 lines):

diff -r c1499eaffc8a -r cf72d6060c40 archivers/p7zip/Makefile
--- a/archivers/p7zip/Makefile  Mon Apr 30 05:16:40 2007 +0000
+++ b/archivers/p7zip/Makefile  Mon Apr 30 09:12:54 2007 +0000
@@ -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 -r c1499eaffc8a -r cf72d6060c40 archivers/p7zip/PLIST
--- a/archivers/p7zip/PLIST     Mon Apr 30 05:16:40 2007 +0000
+++ b/archivers/p7zip/PLIST     Mon Apr 30 09:12:54 2007 +0000
@@ -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/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 -r c1499eaffc8a -r cf72d6060c40 archivers/p7zip/distinfo
--- a/archivers/p7zip/distinfo  Mon Apr 30 05:16:40 2007 +0000
+++ b/archivers/p7zip/distinfo  Mon Apr 30 09:12:54 2007 +0000
@@ -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 -r c1499eaffc8a -r cf72d6060c40 archivers/p7zip/patches/patch-aa
--- a/archivers/p7zip/patches/patch-aa  Mon Apr 30 05:16:40 2007 +0000
+++ b/archivers/p7zip/patches/patch-aa  Mon Apr 30 09:12:54 2007 +0000
@@ -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 @@
 +LOCAL_LIBS=${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}
 +LOCAL_LIBS_DLL=$(LOCAL_LIBS)
  
+ OBJ_CRC32=$(OBJ_CRC32_C)
+ 



Home | Main Index | Thread Index | Old Index