[61608] trunk/dports/devel

jann at macports.org jann at macports.org
Wed Dec 16 13:02:16 PST 2009


Revision: 61608
          http://trac.macports.org/changeset/61608
Author:   jann at macports.org
Date:     2009-12-16 13:02:16 -0800 (Wed, 16 Dec 2009)
Log Message:
-----------
New port, see #22901

Added Paths:
-----------
    trunk/dports/devel/gmock/
    trunk/dports/devel/gmock/Portfile

Added: trunk/dports/devel/gmock/Portfile
===================================================================
--- trunk/dports/devel/gmock/Portfile	                        (rev 0)
+++ trunk/dports/devel/gmock/Portfile	2009-12-16 21:02:16 UTC (rev 61608)
@@ -0,0 +1,27 @@
+# -*- 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$
+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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091216/e1c6c935/attachment.html>


More information about the macports-changes mailing list