head	1.3;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2012.12.06.16.41.43;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.11.17.05.54.24;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2011.04.24.20.54.44;	author makc;	state Exp;
branches;
next	;


desc
@@


1.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308390
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308390 | zi | 2012-12-06 16:39:07 +0000 (Thu, 06 Dec 2012) | 5 lines
## SVN ##
## SVN ## - Reset MAINTAINER on ports with addresses that have unrecoverable bounces.
## SVN ##
## SVN ## Reported by:	portscout
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# New ports collection makefile for:	zutils
# Date created:		2011-04-12
# Whom:			Albert Vernon <f3cun3c02@@sneakemail.com>
#
# $FreeBSD: head/archivers/zutils/Makefile 308390 2012-12-06 16:39:07Z zi $
#

PORTNAME=	zutils
PORTVERSION=	0.9
CATEGORIES=	archivers
MASTER_SITES=	SAVANNAH/zutils

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Utilities for searching in bzip2, gzip, lzip, and xz archives

GNU_CONFIGURE=	yes

PLIST_FILES=	bin/zcat \
		bin/zcmp \
		bin/zdiff \
		bin/zegrep \
		bin/zfgrep \
		bin/zgrep \
		bin/ztest \
		bin/zutils

MAN1=		zcat.1 \
		zcmp.1 \
		zdiff.1 \
		zgrep.1 \
		ztest.1
INFO=		zutils

LICENSE=	GPLv3

.include <bsd.port.mk>
@


1.2
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/archivers/zutils/Makefile 300895 2012-07-14 12:56:14Z beat $
d13 1
a13 1
MAINTAINER=	f3cun3c02@@sneakemail.com
@


1.1
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>
@
text
@d5 1
a5 1
# $FreeBSD$
@

