diff options
author | wiz <wiz@pkgsrc.org> | 2005-02-07 14:11:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-02-07 14:11:26 +0000 |
commit | ad42fdabf7fb71ea612aeffbc96ba2dfb1abc6cc (patch) | |
tree | d0ef4ed737377699a5f4e6dcce7fa024156f65c3 /archivers/p7zip/PLIST | |
parent | c33b7ac65ac8d66f50ce6a1fc124d6372b79025d (diff) | |
download | pkgsrc-ad42fdabf7fb71ea612aeffbc96ba2dfb1abc6cc.tar.gz |
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, ...).
Diffstat (limited to 'archivers/p7zip/PLIST')
-rw-r--r-- | archivers/p7zip/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/p7zip/PLIST b/archivers/p7zip/PLIST index eeb4f59ff95..440cbc93104 100644 --- a/archivers/p7zip/PLIST +++ b/archivers/p7zip/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2004/12/26 02:43:38 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2005/02/07 14:13:28 wiz Exp $ bin/7z bin/7za ${DYNAMIC_7Z}lib/7z/7z @@ -54,6 +54,7 @@ share/doc/p7zip/switches/stop_switch.htm share/doc/p7zip/switches/style.css share/doc/p7zip/switches/type.htm share/doc/p7zip/switches/update.htm +share/doc/p7zip/switches/volume.htm share/doc/p7zip/switches/working_dir.htm share/doc/p7zip/switches/yes.htm share/doc/p7zip/syntax.htm |