diff options
author | adam <adam> | 2006-04-03 19:13:21 +0000 |
---|---|---|
committer | adam <adam> | 2006-04-03 19:13:21 +0000 |
commit | 92cdbdbf8c045263c958d9fcb4a3f7fae299f33e (patch) | |
tree | 4d0094c9f21a97de4e2782381b114b002463a8d3 /archivers/p7zip/PLIST | |
parent | c6347580f40805c8009f5cd13bc750bb6fd1bbd6 (diff) | |
download | pkgsrc-92cdbdbf8c045263c958d9fcb4a3f7fae299f33e.tar.gz |
Changes 4.37:
- From Windows version of 7-zip 4.37 :
- Some bugs were fixed.
- fix build for Solaris sparc with CC instead of g++.
- fix build for Solaris 9 x86
- fix build for Solaris 10 x86
- fix build for OpenBSD
- p7zip can now be build with djgpp.
- new target : 7zr (lite version of 7za)
- new machine : IBM AIX
Changes 4.36:
- From Windows version of 7-zip 4.36 :
- 7-zip now can unpack ISO archives
- GCC 4.X : add C++ visibility support to reduce the size of the *.so
(see makefile.linux_x86_ppc_alpha__gcc_4.X)
- cygwin now supports '-o/tmp'
Changes 4.35:
- From Windows version of 7-zip 4.35 :
- New switch : -slt ("l" (list) command with -slt shows technical information for archive).
- Some bugs were fixed.
- From Windows version of 7-zip 4.34 :
- BZip2 compressing / decompressing now can work in multi-threading mode
- Multi-threading mode now is default for multi-processor systems
Diffstat (limited to 'archivers/p7zip/PLIST')
-rw-r--r-- | archivers/p7zip/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/p7zip/PLIST b/archivers/p7zip/PLIST index 757d170b342..32e02d473a4 100644 --- a/archivers/p7zip/PLIST +++ b/archivers/p7zip/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2005/12/06 23:48:47 wiz Exp $ +@comment $NetBSD: PLIST,v 1.8 2006/04/03 19:13:21 adam Exp $ bin/7z bin/7za ${DYNAMIC_7Z}lib/7z/7z @@ -42,11 +42,13 @@ share/doc/p7zip/style.css share/doc/p7zip/switches/ar_exclude.htm share/doc/p7zip/switches/ar_include.htm share/doc/p7zip/switches/ar_no.htm +share/doc/p7zip/switches/charset.htm share/doc/p7zip/switches/email.htm share/doc/p7zip/switches/exclude.htm share/doc/p7zip/switches/include.htm share/doc/p7zip/switches/index.htm share/doc/p7zip/switches/large_pages.htm +share/doc/p7zip/switches/list_tech.htm share/doc/p7zip/switches/method.htm share/doc/p7zip/switches/output_dir.htm share/doc/p7zip/switches/overwrite.htm |