# $Id: Portfile 58334 2009-09-26 21:16:02Z blb@macports.org $

PortSystem          1.0
PortGroup           python25 1.0
name                py25-buzhug
version             1.5
categories-append   databases
maintainers         nomaintainer
description         Pure-python database engine
long_description \
   buzhug is a fast, pure-Python database engine, using a syntax that Python \
   programmers should find very intuitive.  The data is stored and accessed \
   on disk (it is not an in-memory database).  The implementation has been \
   designed to make all operations, and especially selection, as fast as \
   possible with an interpreted language

platforms           darwin

homepage            http://buzhug.sourceforge.net/
master_sites        sourceforge:buzhug
distname            buzhug-${version}
use_zip             yes

checksums           md5     49738182992dd26ad1fa07d9e1133172 \
                    sha1    5e052f63205ce1b94880454da6ce3a1fbaf6ddcf \
                    rmd160  78f03732dd8a24b2a4c22d58f62905bd16ec7940

livecheck.regex     {<title>buzhug buzhug-(.*) released.*</title>}

