# -*- 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 61984 2009-12-27 02:48:05Z ryandesign@macports.org $
PortSystem      1.0

name            gmock
version         1.4.0
categories      devel
platforms       darwin
maintainers     josephholsten.com:joseph

description     Google C++ Mocking Framework
long_description \
                Google's framework for writing and using C++ mock classes on Linux, \
                MacOS X, and Windows.  Inspired by jMock, EasyMock, and Hamcrest, and \
                designed with C++'s specifics in mind, it can help you derive better \
                designs of your system and write better tests.

homepage        http://code.google.com/p/googlemock/
master_sites    http://googlemock.googlecode.com/files/

checksums       md5 f2ac810a5e601792f4a99f296ccb1269 \
                sha1 77801d36085c32a2395b401340d002992b814ff9 \
                rmd160 f4d523d03fb40d05def03e2ac41c81d1b1b20c1e

livecheck.type  regex
livecheck.url   http://code.google.com/p/googlemock/downloads/list
livecheck.regex ${name}-(\\d+(?:\\.\\d+)+)\\.tar
