Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id DECBD63B86B for ; Fri, 21 Oct 2011 21:41:12 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id BA73214A103; Fri, 21 Oct 2011 21:41:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A5B9D14A0FA for ; Fri, 21 Oct 2011 21:41:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 4rJ8K4B-EL1C for ; Fri, 21 Oct 2011 21:41:10 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 28F3314A0F6 for ; Fri, 21 Oct 2011 21:41:10 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 0D8FA175DD; Fri, 21 Oct 2011 21:41:10 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Fri, 21 Oct 2011 21:41:09 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/archivers/zutils To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20111021214110.0D8FA175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: ryoon Date: Fri Oct 21 21:41:09 UTC 2011 Update of /cvsroot/pkgsrc/archivers/zutils In directory ivanova.netbsd.org:/tmp/cvs-serv24039 Log Message: Import zutils-0.9 as archivers/zutils Zutils is a collection of utilities able to deal with any combination of compressed and non-compressed files transparently. If any given file, including standard input, is compressed, its decompressed content is used. Compressed files are decompressed on the fly; no temporary files are created. These utilities are not wrapper scripts but safer and more efficient C++ programs. In particular the "--recursive" option is very efficient in those utilities supporting it. The provided utilities are: Zcat - Decompresses and copies files to standard output. Zcmp - Decompresses and compares two files byte by byte. Zdiff - Decompresses and compares two files line by line. Zgrep - Decompresses and searches files for a regular expression. Ztest - Tests integrity of compressed files. Status: Vendor Tag: TNF Release Tags: pkgsrc-base N pkgsrc/archivers/zutils/Makefile N pkgsrc/archivers/zutils/PLIST N pkgsrc/archivers/zutils/DESCR N pkgsrc/archivers/zutils/distinfo No conflicts created by this import