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$ |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name gmock |
---|
6 | version 1.4.0 |
---|
7 | categories devel |
---|
8 | platforms darwin |
---|
9 | maintainers josephholsten.com:joseph |
---|
10 | |
---|
11 | description Google C++ Mocking Framework |
---|
12 | long_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 | |
---|
18 | homepage http://code.google.com/p/googlemock/ |
---|
19 | master_sites http://googlemock.googlecode.com/files/ |
---|
20 | |
---|
21 | checksums md5 f2ac810a5e601792f4a99f296ccb1269 \ |
---|
22 | sha1 77801d36085c32a2395b401340d002992b814ff9 \ |
---|
23 | rmd160 f4d523d03fb40d05def03e2ac41c81d1b1b20c1e |
---|
24 | |
---|
25 | livecheck.type regex |
---|
26 | livecheck.url http://code.google.com/p/googlemock/downloads/list |
---|
27 | livecheck.regex ${name}-(\\d+(?:\\.\\d+)+)\\.tar |
---|