diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-08 13:42:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-08 13:42:17 +0000 |
commit | 829b1168e220d91b9484e4644b476bc94aa93ba5 (patch) | |
tree | 272b1d520fa99e7bcba049f5a3ae2fa01887a220 | |
parent | e9466d787ca4c48f571bca797e4f4402f41316b8 (diff) | |
download | pkgsrc-829b1168e220d91b9484e4644b476bc94aa93ba5.tar.gz |
Update to 3.4.1. Changes:
Version 3.41
1. When adding new files to already existing RAR solid archive,
RAR 3.40 compression ratio was lower than in RAR 3.30.
Corrected in this version.
2. If archived Unicode name is invalid, RAR 'l' and 'v' commands
display ASCII file name instead of corrupt Unicode.
Version 3.40
1. "Fastest" (-m1) RAR compression method has been modified
to provide much higher compression speed and lower ratio.
It may be useful for tasks requiring the high speed like
regular backups.
You may increase "Fastest" speed even more selecting 64KB
compression dictionary instead of default 4MB.
2. Starting from this version, RAR volumes contain the volume number
field. Volume number is displayed by 'L' and 'V' commands
in the line with the total volume information.
This feature may be useful if original volume names are lost
and you need to rename them to correct names.
3. Commands 'L' and 'V' display NTFS "Compressed" attribute
in archive listing.
4. Switch -ag may include an optional text enclosed in '{' and '}'
characters. This text is inserted into archive name.
For example: -agHH{hours}MM{minutes}
5. Removed the erroneous "CRC error" message when unpacking symlinks
from archive created with -hp<pwd> switch. In fact, such symlinks
were unpacked correctly.
6. RAR displays the operation progress while repairing
an archive containing the recovery record.
-rw-r--r-- | archivers/rar-linux/Makefile | 6 | ||||
-rw-r--r-- | archivers/rar-linux/PLIST | 3 | ||||
-rw-r--r-- | archivers/rar-linux/distinfo | 6 |
3 files changed, 8 insertions, 7 deletions
diff --git a/archivers/rar-linux/Makefile b/archivers/rar-linux/Makefile index 636ae0cfdec..1d5cd1806a3 100644 --- a/archivers/rar-linux/Makefile +++ b/archivers/rar-linux/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2004/10/27 17:02:00 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2004/11/08 13:42:17 wiz Exp $ # -DISTNAME= rarlinux-3.3.0 +DISTNAME= rarlinux-3.4.1 CATEGORIES= archivers MASTER_SITES= http://www.rarsoft.com/rar/ \ ftp://ftp.rarsoft.com/rar/ @@ -24,6 +24,8 @@ DEPENDS+= suse_base>=6.1:../../emulators/${SUSE_DIR_PREFIX}_base DEPENDS+= suse_compat>=6.1:../../emulators/${SUSE_DIR_PREFIX}_compat .endif +NO_BUILDLINK= YES + NO_BUILD= YES NO_CONFIGURE= YES CHECK_SHLIBS= NO diff --git a/archivers/rar-linux/PLIST b/archivers/rar-linux/PLIST index db5a0db1384..85d36fe449b 100644 --- a/archivers/rar-linux/PLIST +++ b/archivers/rar-linux/PLIST @@ -1,9 +1,8 @@ -@comment $NetBSD: PLIST,v 1.2 2004/02/27 15:45:12 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2004/11/08 13:42:17 wiz Exp $ bin/rar-linux lib/default.sfx share/doc/rar-linux/license.txt share/doc/rar-linux/rar.txt -share/doc/rar-linux/rar_faq.txt share/doc/rar-linux/rarfiles.lst share/doc/rar-linux/readme.txt share/doc/rar-linux/technote.txt diff --git a/archivers/rar-linux/distinfo b/archivers/rar-linux/distinfo index 73968d55c87..e7a330fb55c 100644 --- a/archivers/rar-linux/distinfo +++ b/archivers/rar-linux/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/02/27 15:10:29 wiz Exp $ +$NetBSD: distinfo,v 1.2 2004/11/08 13:42:17 wiz Exp $ -SHA1 (rarlinux-3.3.0.tar.gz) = 40884fe61638a959e30e98962d9a7d1d1ffc3c8c -Size (rarlinux-3.3.0.tar.gz) = 674889 bytes +SHA1 (rarlinux-3.4.1.tar.gz) = 2326b406a3ca01ff66cffeb8b528e8b5d8f0d304 +Size (rarlinux-3.4.1.tar.gz) = 678872 bytes |