pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/p7zip Update to 4.27, from Jason White in PR...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bd07f9d40527
branches:  trunk
changeset: 499466:bd07f9d40527
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 23 12:17:59 2005 +0000

description:
Update to 4.27, from Jason White in PR 31374.

Version 4.27
============
  - From Windows version of 7-zip 4.27 :
    - new plugin for 7z : 7-Zip can unpack CHM/HXS (MS HTML HELP) archives
    - cab plugin for 7z : 7-Zip can unpack multivolume CAB archives
    - Some bugs were fixed
    - better support for 64bits (PPMD coder/decoder)

Version 4.26
============
  - From Windows version of 7-zip 4.26 :
    - new plugin for 7z : LZH format support (extracting only)

  - fix (courtesy from Robert Millan) to make p7zip compile on GNU/kFreeBSD.

  - fix "Bug item #1273057", now "7z -so -t7z a dummy.7z file >output.7z" does not
    finish with a "Segmentation fault (core dumped)".

  - fix "Bug item #1221056", now, makefile for p7zip use the flag "-O" to
  support compilers that build invalid programs with the flag "-O2".

Version 4.25
============
  - From Windows version of 7-zip 4.25 :
    - Some bugs were fixed
    - DOCS/MANUAL/exit_codes.htm added

  - new plugin for 7z : RAR format support (extracting only)

  - better dependencies in makefile

Version 4.23
============
  - From Windows version of 7-zip 4.23 :
    - Some bugs were fixed

  - manpages for 7za and 7z updated by Mohammed Adnene Trojette.

  - little fix for the help message of 7za or 7z.

  - bug #1224304 : Files and directories with \ in name not handled properly.

  - fix for tar archives that have pax header.

diffstat:

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

diffs (73 lines):

diff -r 6873b791099a -r bd07f9d40527 archivers/p7zip/Makefile
--- a/archivers/p7zip/Makefile  Fri Sep 23 12:01:44 2005 +0000
+++ b/archivers/p7zip/Makefile  Fri Sep 23 12:17:59 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2005/06/24 14:32:13 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2005/09/23 12:17:59 wiz Exp $
 
-DISTNAME=      p7zip_4.20_src
-PKGNAME=       p7zip-4.20
+DISTNAME=      p7zip_4.27_src
+PKGNAME=       p7zip-4.27
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=p7zip/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 6873b791099a -r bd07f9d40527 archivers/p7zip/PLIST
--- a/archivers/p7zip/PLIST     Fri Sep 23 12:01:44 2005 +0000
+++ b/archivers/p7zip/PLIST     Fri Sep 23 12:17:59 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2005/04/15 14:16:08 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2005/09/23 12:17:59 wiz Exp $
 bin/7z
 bin/7za
 ${DYNAMIC_7Z}lib/7z/7z
@@ -36,6 +36,7 @@
 share/doc/p7zip/commands/style.css
 share/doc/p7zip/commands/test.htm
 share/doc/p7zip/commands/update.htm
+share/doc/p7zip/exit_codes.htm
 share/doc/p7zip/index.htm
 share/doc/p7zip/style.css
 share/doc/p7zip/switches/ar_exclude.htm
diff -r 6873b791099a -r bd07f9d40527 archivers/p7zip/distinfo
--- a/archivers/p7zip/distinfo  Fri Sep 23 12:01:44 2005 +0000
+++ b/archivers/p7zip/distinfo  Fri Sep 23 12:17:59 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.11 2005/06/24 14:32:13 wiz Exp $
+$NetBSD: distinfo,v 1.12 2005/09/23 12:17:59 wiz Exp $
 
-SHA1 (p7zip_4.20_src.tar.bz2) = 6eb04fe135a86bd5522511a7c7df7ef8003ac5eb
-RMD160 (p7zip_4.20_src.tar.bz2) = 3ae10d0ed32a1334728d0b59adfa7574e3216ba3
-Size (p7zip_4.20_src.tar.bz2) = 328976 bytes
-SHA1 (patch-aa) = 0d6dcb01e48f2f24b268ccd9e6c488d8604bf7c0
+SHA1 (p7zip_4.27_src.tar.bz2) = db6c271da9c988a34e190510eaa2ba33da7566b8
+RMD160 (p7zip_4.27_src.tar.bz2) = 32f75f1fe0a56e200e1e5d796aecf8db730b96cd
+Size (p7zip_4.27_src.tar.bz2) = 416045 bytes
+SHA1 (patch-aa) = 4c90fc909588a11604968ac3ce5accab6ea9c2b0
 SHA1 (patch-ab) = 9ee04c81b4699b4596dd58811f8d7e20c354b1d1
 SHA1 (patch-ac) = ed38fe44c9b1ee3fb502edef47cf28ed5852a95b
diff -r 6873b791099a -r bd07f9d40527 archivers/p7zip/patches/patch-aa
--- a/archivers/p7zip/patches/patch-aa  Fri Sep 23 12:01:44 2005 +0000
+++ b/archivers/p7zip/patches/patch-aa  Fri Sep 23 12:17:59 2005 +0000
@@ -1,17 +1,17 @@
-$NetBSD: patch-aa,v 1.7 2005/06/24 14:32:13 wiz Exp $
+$NetBSD: patch-aa,v 1.8 2005/09/23 12:17:59 wiz Exp $
 
---- makefile.machine.orig      2005-06-04 11:59:36.000000000 +0200
+--- makefile.machine.orig      2005-09-22 14:23:32.000000000 -0500
 +++ makefile.machine
 @@ -2,7 +2,7 @@
  # makefile for Linux (x86, PPC, alpha ...)
  # LITTLE_ENDIAN and BIG_ENDIAN are already defined by the system headers
  #
--ALLFLAGS=-Wall -O2 -s -fPIC \
+-ALLFLAGS=-O1 -s -fPIC \
 +ALLFLAGS=-Wall -s -fPIC \
        -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \
        -DNDEBUG -D_REENTRANT -DENV_UNIX \
        $(LOCAL_FLAGS)
-@@ -12,5 +12,5 @@ CC=gcc $(ALLFLAGS)
+@@ -12,5 +12,5 @@
  LINK_SHARED=-shared
  
  LOCAL_LIBS=-lpthread



Home | Main Index | Thread Index | Old Index