Ticket #22901: Portfile

File Portfile, 1.1 KB (added by joseph@…, 14 years ago)
Line 
1# -*- 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
2# $Id$
3PortSystem      1.0
4
5name            gmock
6version         1.4.0
7categories      devel
8platforms       darwin
9maintainers     josephholsten.com:joseph
10
11description     Google C++ Mocking Framework
12long_description \
13                Google's framework for writing and using C++ mock classes on Linux, \
14                MacOS X, and Windows.  Inspired by jMock, EasyMock, and Hamcrest, and \
15                designed with C++'s specifics in mind, it can help you derive better \
16                designs of your system and write better tests.
17
18homepage        http://code.google.com/p/googlemock/
19master_sites    http://googlemock.googlecode.com/files/
20
21checksums       md5 f2ac810a5e601792f4a99f296ccb1269 \
22                sha1 77801d36085c32a2395b401340d002992b814ff9 \
23                rmd160 f4d523d03fb40d05def03e2ac41c81d1b1b20c1e
24
25livecheck.type  regex
26livecheck.url   http://code.google.com/p/googlemock/downloads/list
27livecheck.regex ${name}-(\\d+(?:\\.\\d+)+)\\.tar