# $Id: Portfile 68528 2010-06-05 14:58:18Z singingwolfboy@macports.org $

PortSystem          1.0
PortGroup           xcode 1.0

name                namebench
version             1.3
categories          aqua sysutils
maintainers         singingwolfboy openmaintainer
license             Apache 2.0
description         DNS speed benchmark tool (GUI)
long_description    \
    namebench hunts down the fastest DNS servers available for your computer. \
    namebench runs a fair and thorough benchmark using your web browser history, \
    tcpdump output, or standardized datasets in order to provide an \
    individualized recommendation. \
    \
    This port installs the Cocoa GUI interface. To install just the command \
    line interface, which the Cocoa GUI interface depends on, install the \
    "py26-libnamebench" port.
    
homepage            http://code.google.com/p/namebench/
platforms           darwin
master_sites        googlecode:${name}
distname            ${name}-${version}-source
extract.suffix      .tgz
checksums           md5     24bfbae12ed0f737562931439dd89ff5 \
                    sha1    d3fe7f3791bc7a7b3a23f54fa6ca7ca5f76f2ad5 \
                    rmd160  14f2dfe849170f9b97050d9dba9776ef536b7ddf
worksrcdir          ${name}-${version}/cocoa
patchfiles          project.diff

depends_lib         port:py26-libnamebench
