# $Id: Portfile 65393 2010-03-25 23:53:43Z ryandesign@macports.org $

PortSystem 1.0
name             diffball
version          1.0
categories       devel
maintainers      nomaintainer
license          GPLv2
description      binary patch utility
long_description \
	A general delta compression/differencing suite for any \
	platform that supports autoconf/automake, written in c, \
	w/ builtin support for reading, writing, converting \
	between multiple file formats, and an easy framework to \
	drop in new algorithms.
homepage         http://developer.berlios.de/projects/diffball/
platforms        darwin
master_sites     http://download.berlios.de/diffball/
use_bzip2        yes
checksums        md5     aff4d82da482c0d72c3d0da1967f6c69 \
                 sha1    f9b4dda1af3349ef0c439a2cee24c25f4cc0b0c8 \
                 rmd160  e9e52ffa74fdb18ca5463f84126567dd3b96d7ed
depends_lib      port:bzip2 \
                 port:zlib
configure.args   --mandir=${prefix}/share/man

livecheck.type  regex
livecheck.url   [lindex ${master_sites} 0]
livecheck.regex ${name}-(\[0-9.\]+)\\.tar
