# $Id: Portfile,v 1.1 2005/10/28 16:49:15 mww Exp $

PortSystem 1.0

name			zoo
version			2.10pl1
categories		archivers
platforms		darwin
maintainers		mww@opendarwin.org
description		Manipulate archives of files in compressed form
long_description	Zoo is used to create and maintain collections of files in \
			compressed form. It uses a Lempel-Ziv compression algorithm that \
			gives space savings in the range of 20% to 80% depending on the \
			type of file data. Zoo can store and selectively extract multiple \
			generations of the same file. Data can be recovered from damaged \
			archives by skipping the damaged portion and locating undamaged \
			data with the help of fiz(1).

homepage		http://zoo.sourceforge.net/
master_sites	ftp://ftp.kiarchive.ru/pub/unix/arcers/
checksums		md5 70a0a785ecc8f7f747be1421e495d837

pre-extract { file mkdir ${worksrcpath} }
extract.dir		${worksrcpath}

use_configure	no

build.target	bsd

destroot {
	xinstall -m 755 -W ${worksrcpath} zoo fiz ${destroot}${prefix}/bin
	xinstall -m 644 -W ${worksrcpath} zoo.1 fiz.1 \
		${destroot}${prefix}/share/man/man1
}

