pkgsrc/archivers/zutils
mef 22b2651b73 Updated archivers/zutils 1.3 to 1.5
---------------------------------- (From NEWS)
Changes in version 1.5:

 zupdate now passes '-q' to zcmp if specified.

 zcat, zgrep and ztest no longer read from standard input more than once
 if '-' is specified multiple times.

 zdiff now uses '_' as separator if both temporary file names are
 otherwise different. For example 'xxx_file.lz' and 'xxx_file.gz'.
---------------------------------- (From ChangeLog)
2016-05-15  Antonio Diaz Diaz  <antonio@gnu.org>

	* Version 1.5 released.
	* zupdate.cc (zupdate_file): Pass '-q' to zcmp if verbosity < 0.
	* zcat.cc zgrep.cc ztest.cc (main): Don't use stdin more than once.
	* zdiff.cc (set_fifonames): Use '_' if both names are different.
	* configure: Avoid warning on some shells when testing for g++.
	* Makefile.in: Detect the existence of install-info.
	* testsuite/check.sh: A POSIX shell is required to run the tests.

(pkgsrc-changes)
 - Add TEST_TARGET = check
  (but make test fails for now)
2016-09-19 00:36:59 +00:00
..
DESCR
distinfo Updated archivers/zutils 1.3 to 1.5 2016-09-19 00:36:59 +00:00
Makefile Updated archivers/zutils 1.3 to 1.5 2016-09-19 00:36:59 +00:00
PLIST