Subject: CVS commit: pkgsrc/archivers/p7zip
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 02/07/2005 14:13:29
Module Name: pkgsrc
Committed By: wiz
Date: Mon Feb 7 14:13:29 UTC 2005
Modified Files:
pkgsrc/archivers/p7zip: Makefile PLIST distinfo
pkgsrc/archivers/p7zip/patches: patch-aa patch-ab
Log Message:
Update to 4.14.01:
Version 4.14.01
===============
- huge speed up for multi CPUs machines (Thanks to loderunner - http://sourceforge.net/users/loderunner/).
- some code cleanup
- Fix problems with link files or directories.
- "7z a dummy -tgzip -so Doc.txt > archive.gz" now works.
- in the messages, the path separator is now '/' instead of '\'.
Version 4.14
============
- From Windows version of 7-zip 4.14 :
- STL using was reduced
- 7za now supports Split(001) archives
- "7za | more" now works
- Bugs item #1093095 : Usage banner now says "7za" (instead of "7z") when the binary is "7za"
- use of AString instead of std::string (no more need of #include <string>")
- makefile.linux_gcc_2.95_no_need_for_libstdc added to build 7za for the
p7zip*_bin.tar.bz2 package.
7za provided by p7zip*_bin.tar.bz2 is build on Debian 3.0 with gcc 2.95.4
and should now find the locale on all kinds of Linux (Debian, Fedora, Mandrake, ...).
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/archivers/p7zip/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/archivers/p7zip/PLIST
cvs rdiff -r1.5 -r1.6 pkgsrc/archivers/p7zip/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/archivers/p7zip/patches/patch-aa
cvs rdiff -r1.2 -r1.3 pkgsrc/archivers/p7zip/patches/patch-ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.