Date: Sun, 24 Apr 2011 20:54:44 +0000 (UTC) From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/zutils Makefile distinfo pkg-descr Message-ID: <201104242054.p3OKsix8098411@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
makc 2011-04-24 20:54:44 UTC FreeBSD ports repository Added files: archivers/zutils Makefile distinfo pkg-descr Log: Add new port 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. 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. The supported compressors are bzip2, gzip, lzip, and xz. WWW: http://www.nongnu.org/zutils/zutils.html PR: ports/156359 Submitted by: Albert Vernon <f3cun3c02 at sneakemail.com> Revision Changes Path 1.1 +36 -0 ports/archivers/zutils/Makefile (new) 1.1 +2 -0 ports/archivers/zutils/distinfo (new) 1.1 +16 -0 ports/archivers/zutils/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104242054.p3OKsix8098411>