# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id: Portfile 112561 2013-10-26 07:23:07Z ryandesign@macports.org $ PortSystem 1.0 PortGroup xcode 1.0 name namebench version 1.3.1 categories aqua sysutils maintainers nomaintainer license Apache-2 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 \ "py27-libnamebench" port. homepage http://code.google.com/p/namebench/ platforms darwin master_sites googlecode:${name} distname ${name}-${version}-source extract.suffix .tgz worksrcdir ${name}-${version}/cocoa patchfiles project.diff checksums rmd160 93d1186caf2a214ecf1966ee798f01d329ecfd64 \ sha256 30ccf9e870c1174c6bf02fca488f62bba280203a0b1e8e4d26f3756e1a5b9425 variant python24 conflicts python25 python26 python27 { depends_lib port:py24-libnamebench } variant python25 conflicts python24 python26 python27 { depends_lib port:py25-libnamebench } variant python26 conflicts python24 python25 python27 { depends_lib port:py26-libnamebench } variant python27 conflicts python24 python25 python26 { depends_lib port:py27-libnamebench } if {![variant_isset python24] && ![variant_isset python25] && ![variant_isset python26] && ![variant_isset python27]} { default_variants +python27 }