# $Id: Portfile 65365 2010-03-25 18:58:31Z ryandesign@macports.org $

PortSystem 1.0

name		dbacl
version		1.13
categories	textproc
platforms	darwin
maintainers	nomaintainer
description	dbacl is a digramic Bayesian text classifier
long_description	dbacl is a digramic Bayesian text classifier. Given \
			some text, it calculates the posterior probabilities \
			that the input resembles one of any number of \
			previously learned document collections.

homepage	http://www.lbreyer.com/dbacl.html
master_sites	http://www.lbreyer.com/gpl/

checksums	md5     dc90814f55ffae43fd394aca188f97da \
		sha1    03ea05f33a06d1629dea8c9c05895de1e53a32d1 \
		rmd160  d2c99f109f8775efb96ddf7b042a796776436673

depends_lib	port:readline \
		port:slang2

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