diff options
author | wiz <wiz@pkgsrc.org> | 2006-09-16 11:29:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-09-16 11:29:16 +0000 |
commit | 264a15c9a8a0d89c6efb2a4d8a8462c8a72d6b45 (patch) | |
tree | 84c7b0e566b757b0e70e0f849119a6a5f160e782 | |
parent | 740c17b6298d5d0f85eac91df79e55d0202a7be1 (diff) | |
download | pkgsrc-264a15c9a8a0d89c6efb2a4d8a8462c8a72d6b45.tar.gz |
Update to 3.6.0, provided by Martin Wilke in PR 34510:
1. New 'ch' (change archive parameters) command line mode command.
Its purpose is to apply switches like -av, -tl and -cl to archive.
2. New command line -sl<size> and -sm<size> switches to set size
limits of processing files.
3. 7Z added to list of formats stored without compression
when using -ms switch without a parameter.
4. Switch -e[+]<attr> is now supported by most of command line
operations including extracting and deleting files. Previously
it was supported by only archiving command.
-rw-r--r-- | archivers/rar-bin/Makefile | 4 | ||||
-rw-r--r-- | archivers/rar-bin/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/archivers/rar-bin/Makefile b/archivers/rar-bin/Makefile index 225ad1bd0e0..42227c0838a 100644 --- a/archivers/rar-bin/Makefile +++ b/archivers/rar-bin/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2006/05/22 22:22:02 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2006/09/16 11:29:16 wiz Exp $ # -DISTNAME= rarlinux-3.5.1 +DISTNAME= rarlinux-3.6.0 PKGNAME= ${DISTNAME:C/linux/-bin/} CATEGORIES= archivers MASTER_SITES= http://www.rarsoft.com/rar/ \ diff --git a/archivers/rar-bin/distinfo b/archivers/rar-bin/distinfo index 0ed4b6999eb..c20c28e1872 100644 --- a/archivers/rar-bin/distinfo +++ b/archivers/rar-bin/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/03/03 22:36:09 wiz Exp $ +$NetBSD: distinfo,v 1.2 2006/09/16 11:29:16 wiz Exp $ -SHA1 (rarlinux-3.5.1.tar.gz) = f6082178e510697c9052a0696863f66716f1b347 -RMD160 (rarlinux-3.5.1.tar.gz) = a6c6ce77897994f1712795b783e699d88fad2493 -Size (rarlinux-3.5.1.tar.gz) = 677557 bytes +SHA1 (rarlinux-3.6.0.tar.gz) = 4b43766371fd2f117fb3af5826001a7eab7a0f3b +RMD160 (rarlinux-3.6.0.tar.gz) = c0f6d19738f69deb9fd75589e461a7a0ed430d39 +Size (rarlinux-3.6.0.tar.gz) = 752997 bytes |