diff options
author | adam <adam@pkgsrc.org> | 2006-10-01 10:39:21 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-10-01 10:39:21 +0000 |
commit | e848730e18c7c16b263aa76489219a4283322161 (patch) | |
tree | 51ba12633a5817cabcb7968c0568d607f83471bb /archivers | |
parent | 086d544c0d2934ed83bc464f1a7b1d01f4cbfcbd (diff) | |
download | pkgsrc-e848730e18c7c16b263aa76489219a4283322161.tar.gz |
Changes 4.43:
- From Windows version of 7-zip 4.43 :
- 7-Zip now can use multi-threading mode for compressing to .ZIP archives.
- ZIP format supporting was improved.
- 7-Zip now supports WinZip-compatible AES-256 encryption for .ZIP archives.
- 7-Zip now uses order list (list of extensions) for files sorting for compressing
to .7z archives. It can slightly increase compression ratio in some cases.
- 7-Zip now restores modification time of folders during .7z archives extracting.
- Some bugs were fixed.
- fixed : the user can now see the percentage indicator.
- support added for Tru64 / OSF 5.1 (makefile.tru64)
- small fix in install.sh (7zr install)
- fix "make all" now build 7za and 7zCon.sfx following the README.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p7zip/Makefile | 10 | ||||
-rw-r--r-- | archivers/p7zip/distinfo | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/archivers/p7zip/Makefile b/archivers/p7zip/Makefile index 0891ef33fca..0b3cb3b2e79 100644 --- a/archivers/p7zip/Makefile +++ b/archivers/p7zip/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2006/09/09 02:41:54 obache Exp $ +# $NetBSD: Makefile,v 1.25 2006/10/01 10:39:21 adam Exp $ -DISTNAME= p7zip_4.42_src_all -PKGNAME= p7zip-4.42 +DISTNAME= p7zip_4.43_src_all +PKGNAME= p7zip-4.43 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=p7zip/} EXTRACT_SUFX= .tar.bz2 @@ -49,9 +49,9 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/7z ${PREFIX}/lib/7z ${INSTALL_LIB} ${WRKSRC}/bin/Codecs/* ${PREFIX}/lib/7z/Codecs ${INSTALL_LIB} ${WRKSRC}/bin/Formats/* ${PREFIX}/lib/7z/Formats - ${LN} -s ${PREFIX}/lib/7z/7z ${PREFIX}/bin + ln -s ${PREFIX}/lib/7z/7z ${PREFIX}/bin .else - ${LN} -s 7za ${PREFIX}/bin/7z + ln -s 7za ${PREFIX}/bin/7z .endif ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/p7zip ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/p7zip/commands diff --git a/archivers/p7zip/distinfo b/archivers/p7zip/distinfo index c5ef950beaf..9c2e39ceaa5 100644 --- a/archivers/p7zip/distinfo +++ b/archivers/p7zip/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.21 2006/05/31 23:15:11 wiz Exp $ +$NetBSD: distinfo,v 1.22 2006/10/01 10:39:21 adam Exp $ -SHA1 (p7zip_4.42_src_all.tar.bz2) = 90403ed64d634a3413bd912df3fb57d2f86fbee8 -RMD160 (p7zip_4.42_src_all.tar.bz2) = a7d0867e0f16cf2a58a9788a266b298edd7ecd1d -Size (p7zip_4.42_src_all.tar.bz2) = 1461812 bytes +SHA1 (p7zip_4.43_src_all.tar.bz2) = 010f549b35a8ded8163c04e438c9ff01ca49c50d +RMD160 (p7zip_4.43_src_all.tar.bz2) = 227741c37e1c69260898ef7a4aa827835cac8a6c +Size (p7zip_4.43_src_all.tar.bz2) = 1482271 bytes SHA1 (patch-aa) = f10ed94ca53f07a57f6c7875c67d6bbb51d9d0e8 SHA1 (patch-ab) = 9a42ad2edb7a415bec90f6d08c0a3f488bdda6d0 SHA1 (patch-ac) = ed38fe44c9b1ee3fb502edef47cf28ed5852a95b |