pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/p7zip Changes 4.43:
details: https://anonhg.NetBSD.org/pkgsrc/rev/8bab488230ee
branches: trunk
changeset: 519295:8bab488230ee
user: adam <adam%pkgsrc.org@localhost>
date: Sun Oct 01 10:39:21 2006 +0000
description:
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:
archivers/p7zip/Makefile | 10 +++++-----
archivers/p7zip/distinfo | 8 ++++----
2 files changed, 9 insertions(+), 9 deletions(-)
diffs (42 lines):
diff -r 1cc838c9d8a6 -r 8bab488230ee archivers/p7zip/Makefile
--- a/archivers/p7zip/Makefile Sun Oct 01 10:37:14 2006 +0000
+++ b/archivers/p7zip/Makefile Sun Oct 01 10:39:21 2006 +0000
@@ -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 @@
${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 -r 1cc838c9d8a6 -r 8bab488230ee archivers/p7zip/distinfo
--- a/archivers/p7zip/distinfo Sun Oct 01 10:37:14 2006 +0000
+++ b/archivers/p7zip/distinfo Sun Oct 01 10:39:21 2006 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index