# $Id: Portfile 67987 2010-05-23 20:15:18Z ryandesign@macports.org $

PortSystem 1.0
PortGroup muniversal 1.0

name                google-test
version             1.5.0
categories          devel
maintainers         nomaintainer
description         Google's framework for writing C++ tests on a variety of platforms.
long_description    Google's framework for writing C++ tests on a variety of platforms \
    (Linux, Mac OS X, Windows, Cygwin, Windows CE, and Symbian). Based on the xUnit \
    architecture. Supports automatic test discovery, a rich set of assertions, \
    user-defined assertions, death tests, fatal and non-fatal failures, value- and \
    type-parameterized tests, various options for running the tests, and XML test \
    report generation.
homepage            http://code.google.com/p/googletest/
platforms           darwin
master_sites        http://googletest.googlecode.com/files/
use_bzip2           yes

checksums           md5     8b2c3c3f26cb53e64a3109d03a97200a \
                    sha1    6d16bc182faef14a2101182563d44d31cb021401 \
                    rmd160  d5cd69ac4fc0951263db96290637cc5372f5a7ed

distname            gtest-${version}
