From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 12 17:20:10 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA02F1065676 for ; Tue, 12 Apr 2011 17:20:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 96AA68FC12 for ; Tue, 12 Apr 2011 17:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3CHKAa5012932 for ; Tue, 12 Apr 2011 17:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3CHKAj5012931; Tue, 12 Apr 2011 17:20:10 GMT (envelope-from gnats) Resent-Date: Tue, 12 Apr 2011 17:20:10 GMT Resent-Message-Id: <201104121720.p3CHKAj5012931@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Albert Vernon Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CDF58106566C for ; Tue, 12 Apr 2011 17:19:27 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id B2FAB8FC0A for ; Tue, 12 Apr 2011 17:19:27 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p3CHJRo1041699 for ; Tue, 12 Apr 2011 17:19:27 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p3CHJRqs041698; Tue, 12 Apr 2011 17:19:27 GMT (envelope-from nobody) Message-Id: <201104121719.p3CHJRqs041698@red.freebsd.org> Date: Tue, 12 Apr 2011 17:19:27 GMT From: Albert Vernon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156359: New port: archivers/zutils Utilities for searching LZMA archives X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2011 17:20:10 -0000 >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 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 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 9cc52e1aa31a510dce6821279178c11a exit >Release-Note: >Audit-Trail: >Unformatted: