Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Apr 2011 17:19:27 GMT
From:      Albert Vernon <f3cun3c02@sneakemail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/156359: New port: archivers/zutils Utilities for searching LZMA archives
Message-ID:  <201104121719.p3CHJRqs041698@red.freebsd.org>
Resent-Message-ID: <201104121720.p3CHKAj5012931@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         156359
>Category:       ports
>Synopsis:       New port: archivers/zutils Utilities for searching LZMA archives
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 12 17:20:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Albert Vernon
>Release:        8.2
>Organization:
>Environment:
FreeBSD pg03.hca.local 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011     root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
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
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	zutils
#	zutils/pkg-descr
#	zutils/distinfo
#	zutils/Makefile
#
echo c - zutils
mkdir -p zutils > /dev/null 2>&1
echo x - zutils/pkg-descr
sed 's/^X//' >zutils/pkg-descr << 'cab086e596a932b50486f82cb6443e6a'
XZutils is a collection of utilities able to deal with any combination
Xof compressed and non-compressed files transparently. If any given
Xfile, including standard input, is compressed, its decompressed
Xcontent is used. Compressed files are decompressed on the fly; no
Xtemporary files are created.
X
XThe provided utilities are:
XZcat - Decompresses and copies files to standard output.
XZcmp - Decompresses and compares two files byte by byte.
XZdiff - Decompresses and compares two files line by line.
XZgrep - Decompresses and searches files for a regular expression.
XZtest - Tests integrity of compressed files.
X
XThe supported compressors are bzip2, gzip, lzip, and xz.
X
XWWW: http://www.nongnu.org/zutils/zutils.html
X
XAlbert Vernon <f3cun3c02@sneakemail.com>
cab086e596a932b50486f82cb6443e6a
echo x - zutils/distinfo
sed 's/^X//' >zutils/distinfo << 'fc1ddf733ea5b13c04bd5fcf013da438'
XSHA256 (zutils-0.9.tar.gz) = f1fa775f9d42ccc6716083102bcaa7dd05391db97b4298b368b21f04b920e83b
XSIZE (zutils-0.9.tar.gz) = 66382
fc1ddf733ea5b13c04bd5fcf013da438
echo x - zutils/Makefile
sed 's/^X//' >zutils/Makefile << '9cc52e1aa31a510dce6821279178c11a'
X# New ports collection makefile for:	zutils
X# Date created:		2011-04-12
X# Whom:			Albert Vernon <f3cun3c02@sneakemail.com>
X#
X# $FreeBSD: ports/archivers/plzip/Makefile,v 1.2 2011/01/16 07:16:31 wen Exp $
X#
X
XPORTNAME=	zutils
XPORTVERSION=	0.9
XCATEGORIES=	archivers
XMASTER_SITES=	SAVANNAH/zutils
X
XMAINTAINER=	f3cun3c02@sneakemail.com
XCOMMENT=	Utilities for searching bzip2, gzip, lzip, and xz archives
X
XBUILD_DEPENDS=	lzip>=1.11:${PORTSDIR}/archivers/lzip
X
XPLIST_FILES=	bin/zcat \
X		bin/zcmp \
X		bin/zdiff \
X		bin/zegrep \
X		bin/zfgrep \
X		bin/zgrep \
X		bin/ztest \
X		bin/zutils
X
XGNU_CONFIGURE=	yes
XUSE_GMAKE=	yes
XCONFIGURE_ARGS=	CXXFLAGS="-I${LOCALBASE}/include" \
X		LDFLAGS="-L${LOCALBASE}/lib"
XMAN1=		zcat.1 \
X		zcmp.1 \
X		zdiff.1 \
X		zgrep.1 \
X		ztest.1
XINFO=		zutils
XLICENSE=	GPLv3
X.include <bsd.port.mk>
9cc52e1aa31a510dce6821279178c11a
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104121719.p3CHJRqs041698>