diff options
author | wiz <wiz> | 2005-09-23 12:17:59 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-09-23 12:17:59 +0000 |
commit | a18f368959a97e98afeabfc938d272bd8a89b217 (patch) | |
tree | 9852793e188977b411f60a89fda7242465b14cb3 /archivers/p7zip/PLIST | |
parent | d2ce45c0887cb8b4fd93503f26aa8aa659d0183d (diff) | |
download | pkgsrc-a18f368959a97e98afeabfc938d272bd8a89b217.tar.gz |
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 (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 08f623b09b3..e417dcb5993 100644 --- a/archivers/p7zip/PLIST +++ b/archivers/p7zip/PLIST @@ -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/list.htm 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 |