Ticket #28165: Portfile

File Portfile, 1.2 KB (added by mp.naq1@…, 13 years ago)
Line 
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
4PortSystem      1.0
5
6name            gtest
7version         1.5.0
8categories      devel
9maintainers     openmaintainer
10platforms       darwin
11description     Google C++ Testing Framework
12
13long_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
21homepage        http://code.google.com/p/googletest/
22master_sites    googlecode:googletest
23extract.suffix  .tar.bz2
24use_bzip2       yes
25
26distname        ${name}-${version}
27
28checksums       [suffix ${distname}] \
29                    md5     8b2c3c3f26cb53e64a3109d03a97200a \
30                    sha1    6d16bc182faef14a2101182563d44d31cb021401 \
31                    rmd160  d5cd69ac4fc0951263db96290637cc5372f5a7ed \
32
33use_parallel_build  yes