# 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