1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name gtest |
---|
7 | version 1.5.0 |
---|
8 | categories devel |
---|
9 | maintainers openmaintainer |
---|
10 | platforms darwin |
---|
11 | description Google C++ Testing Framework |
---|
12 | |
---|
13 | long_description \ |
---|
14 | Google's framework for writing C++ tests on a variety of platforms \ |
---|
15 | (Linux, Mac OS X, Windows, Cygwin, Windows CE, and Symbian). Based \ |
---|
16 | on the xUnit architecture. Supports automatic test discovery, a rich \ |
---|
17 | set of assertions, user-defined assertions, death tests, fatal and \ |
---|
18 | non-fatal failures, value- and type-parameterized tests, various \ |
---|
19 | options for running the tests, and XML test report generation. |
---|
20 | |
---|
21 | homepage http://code.google.com/p/googletest/ |
---|
22 | master_sites googlecode:googletest |
---|
23 | extract.suffix .tar.bz2 |
---|
24 | use_bzip2 yes |
---|
25 | |
---|
26 | distname ${name}-${version} |
---|
27 | |
---|
28 | checksums [suffix ${distname}] \ |
---|
29 | md5 8b2c3c3f26cb53e64a3109d03a97200a \ |
---|
30 | sha1 6d16bc182faef14a2101182563d44d31cb021401 \ |
---|
31 | rmd160 d5cd69ac4fc0951263db96290637cc5372f5a7ed \ |
---|
32 | |
---|
33 | use_parallel_build yes |
---|