notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
googlemock Library for writing and using C++ mock classes
1.10.0 devel Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.10.0Version of this port present on the latest quarterly branch.
Maintainer: jbeich@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2008-12-12 05:18:22
Last Update: 2019-12-19 03:41:39
SVN Revision: 520417
License: BSD3CLAUSE
WWW:
https://github.com/google/googlemock
Description:
Inspired by jMock, EasyMock, and Hamcrest, and designed with C++'s specifics in mind, Google C++ Mocking Framework (or Google Mock for short) is a library for writing and using C++ mock classes. Google Mock: * lets you create mock classes trivially using simple macros, * supports a rich set of matchers and actions, * handles unordered, partially ordered, or completely ordered expectations, * is extensible by users, and * works on Linux, Windows, and Mac OS X. WWW: https://github.com/google/googlemock
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (27 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/googlemock-1.10.0/catalog.mk
  3. /usr/local/share/licenses/googlemock-1.10.0/LICENSE
  4. /usr/local/share/licenses/googlemock-1.10.0/BSD3CLAUSE
  5. include/gmock/gmock-actions.h
  6. include/gmock/gmock-cardinalities.h
  7. include/gmock/gmock-function-mocker.h
  8. include/gmock/gmock-generated-actions.h
  9. include/gmock/gmock-generated-function-mockers.h
  10. include/gmock/gmock-generated-matchers.h
  11. include/gmock/gmock-matchers.h
  12. include/gmock/gmock-more-actions.h
  13. include/gmock/gmock-more-matchers.h
  14. include/gmock/gmock-nice-strict.h
  15. include/gmock/gmock-spec-builders.h
  16. include/gmock/gmock.h
  17. include/gmock/internal/custom/README.md
  18. include/gmock/internal/custom/gmock-generated-actions.h
  19. include/gmock/internal/custom/gmock-matchers.h
  20. include/gmock/internal/custom/gmock-port.h
  21. include/gmock/internal/gmock-internal-utils.h
  22. include/gmock/internal/gmock-port.h
  23. include/gmock/internal/gmock-pp.h
  24. lib/libgmock.so
  25. lib/libgmock_main.so
  26. libdata/pkgconfig/gmock.pc
  27. libdata/pkgconfig/gmock_main.pc
Collapse this list.
Dependency lines:
  • googlemock>0:devel/googlemock
No installation instructions:
This port has been deleted.
PKGNAME: googlemock
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1570114335 SHA256 (google-googletest-release-1.10.0_GH0.tar.gz) = 9dc9157a9a1551ec7a7e43daea9a694a0bb5fb8bec81235d8a1e6ef64c716dcb SIZE (google-googletest-release-1.10.0_GH0.tar.gz) = 904349

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake
  2. ninja : devel/ninja
Library dependencies:
  1. libgtest.so : devel/googletest
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for googlemock-1.10.0: TEST=off: Build and/or run tests ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
cmake compiler:c++11-lib
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/google/googletest/tar.gz/release-1.10.0?dummy=/
Collapse this list.

Number of commits found: 28

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.10.0
19 Dec 2019 03:41:39
Revision:520417Original commit files touched by this commit
jbeich search for other commits by this committer
devel/googletest: merge googlemock

Avoid micromanaging installed files to simplify maintenance.
Already done upstream since 1.8.0. Other distributions (e.g.,
Arch, PkgSrc) have followed.
1.10.0
05 Oct 2019 00:42:21
Revision:513801Original commit files touched by this commit
jbeich search for other commits by this committer
devel/google{test,mock}: update to 1.10.0

- Drop static library
- Drop gtest-config and gmock-config
- Drop GTEST_LIB_CHECK autoconf macro
- Drop gmock_doctory.py as it's too old
- Expose tests via option

Changes:	https://github.com/google/googletest/compare/release-1.8.1...release-1.10.0
Reported by:	GitHub (watch releases)
PR:		239654
Differential Revision:	https://reviews.freebsd.org/D19430
1.8.1_2
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
1.8.1_1
12 Dec 2018 01:35:36
Revision:487272Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
1.8.1
01 Oct 2018 00:36:37
Revision:480991Original commit files touched by this commit
jbeich search for other commits by this committer
devel/googlemock: unbreak on GCC architectures

In file included from /usr/local/include/gtest/gtest.h:59,
                 from ./include/gmock/internal/gmock-internal-utils.h:47,
                 from ./include/gmock/gmock-actions.h:47,
                 from ./include/gmock/gmock.h:59,
                 from src/gmock_main.cc:32:
/usr/local/include/gtest/internal/gtest-internal.h:657: error: expected ',' or
'...' before '>' token
/usr/local/include/gtest/internal/gtest-internal.h:657: error: parse error in
template argument list
/usr/local/include/gtest/internal/gtest-internal.h:657: error: default argument
missing for parameter 7 of 'static bool
testing::internal::TypeParameterizedTest<Fixture, TestSel,
Types>::Register(const char*, const testing::internal::CodeLocation&, const
char*, const char*, int, const std::vector<std::basic_string<char,
std::char_traits<char>, std::allocator<char> >,
std::allocator<std::basic_string<char, std::char_traits<char>,
std::allocator<char> > > >&, Types)'

PR:		231835
1.8.1
31 Aug 2018 20:14:40
Revision:478607Original commit files touched by this commit
jbeich search for other commits by this committer
devel/google{test,mock}: update to 1.8.1

Changes:	https://github.com/google/googletest/compare/9bda90b...release-1.8.1
1.8.0.712
09 Mar 2018 12:07:37
Revision:463956Original commit files touched by this commit
jbeich search for other commits by this committer
devel/google{test,mock}: update to 1.8.0.712

Changes:	https://github.com/google/googletest/compare/5490beb...9bda90b
1.8.0.450
27 Dec 2017 19:47:20
Revision:457386Original commit files touched by this commit
jbeich search for other commits by this committer
devel/google{test,mock}: update to 1.8.0.450

Changes:	https://github.com/google/googletest/compare/f1a87d7...5490beb
1.8.0.358
25 Sep 2017 00:51:02
Revision:450562Original commit files touched by this commit
jbeich search for other commits by this committer
devel/google{test,mock}: update to 1.8.0.358

Changes:	https://github.com/google/googletest/compare/59c795c...f1a87d7
1.8.0.50_1
21 May 2017 11:06:13
Revision:441375Original commit files touched by this commit
cpm search for other commits by this committer
- Fix shebangs
- Bump PORTREVISION

PR:		219401
Submitted by:	cpm
Approved by:	jbeich (maintainer)
1.8.0.50
18 May 2017 23:22:00
Revision:441204Original commit files touched by this commit
jbeich search for other commits by this committer
devel/google{test,mock}: update to 1.8.0.50

Changes:	https://github.com/google/googletest/compare/a2b8a8e...59c795c
1.8.0.11
15 Nov 2016 01:41:12
Revision:426138Original commit files touched by this commit
jbeich search for other commits by this committer
devel/google{test,mock}: update to 1.8.0.11

Changes:	https://github.com/google/googletest/compare/release-1.7.0...a2b8a8e
1.7.0_1
19 May 2016 10:21:25
Revision:415498Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [a-f]*

Approved by:	portmgr blanket
1.7.0_1
16 Mar 2016 12:58:17
Revision:411229Original commit files touched by this commit
jbeich search for other commits by this committer
Drop default directory from _DEPENDS in my ports

https://lists.freebsd.org/pipermail/freebsd-ports/2015-October/100794.html
1.7.0_1
03 Oct 2015 01:31:59
Revision:398458Original commit files touched by this commit
jbeich search for other commits by this committer
devel/google{test,mock}: simplify and modernize

- Convert to the new testing framework
- Add upstream fix for gmock_doctor.py to work with python3, so
  keep existing |/usr/bin/env python| shebang
- Drop fused-src tests as the ports don't install source files
- No need to shebangfix files we don't install
- Provide LICENSE_FILE as there's none under Templates/Licenses/
- Sort declarations by the order they're run (ldconfig is last)
- Silence post-patch commands [1]

PR:		203514
Submitted by:	amdmi3 [1]
Reviewed by:	amdmi3 (previous version)
1.7.0
25 Aug 2015 07:10:18
Revision:395218Original commit files touched by this commit
jbeich search for other commits by this committer
devel/google{test,mock}: chase new home

https://code.google.com/p/support/wiki/ReadOnlyTransition
1.7.0
20 Jan 2015 22:03:56
Revision:377543Original commit files touched by this commit
jbeich search for other commits by this committer
Per convention change my address to @FreeBSD.org

Differential Revision:	https://reviews.freebsd.org/D1565
Approved by:		bapt (mentor)
1.7.0
25 Nov 2014 17:38:10
Revision:373421Original commit files touched by this commit
marino search for other commits by this committer
devel/googlemock, devel/googletest: Upgrade version 1.5 => 1.7

As part of the upgrade process:
  - copy shebangfix and regression-test from googletest to googlemock
  - convert regression-test to TEST option for better integration with
    poudriere and visibility for users
  - make sure configure detects python2 to follow shebangfix
  - add LICENSE=BSD3CLAUSE (idea from comment 0)
  - strip libs per stage-qa
  - enable pthreads by default in devel/googletest
  - enable death tests in devel/googletest
  - enable socket streaming in devel/googletest
  - implement GetThreadCount for death tests in devel/googletest
  - disable streaming tests that fail with old gcc on 9.x in googletest
  - depend on googletest in googlemock as -lgmock fails otherwise [1]
  - pass maintainership to the persistent submitter [2]

PR:		187562
PR:		192736 [2]
PR:		192042 [1]
Approved by:	maintainer timeout (~8 months)
Submitted by:	rakuco [1]
Submitted by:	Jan Beich <jbeich@vfemail.net> [2]
1.5.0_1
27 Oct 2014 10:10:59
Revision:371544Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
1.5.0_1
16 Jun 2014 22:21:34
Revision:358057Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
1.5.0
10 Jun 2014 07:39:02
Revision:357277Original commit files touched by this commit
olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
1.5.0
07 Nov 2013 02:51:51
Revision:333053Original commit files touched by this commit
clsung search for other commits by this committer
convert to STAGE
1.5.0
20 Sep 2013 17:04:44
Revision:327723Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2)
1.5.0
03 Jul 2011 14:59:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
1.5.0
08 Jun 2010 08:56:16
Original commit files touched by this commit
clsung search for other commits by this committer
- Update 1.5.0

PR:             ports/146905
Submitted by:   Yi-Huan Chan <yhchan_AT_csie dot nctu dot edu dot tw>
1.4.0
17 Nov 2009 07:45:54
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 1.4.0
1.1.0
12 Jun 2009 08:18:32
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 1.1.0
1.0.0
12 Dec 2008 05:17:52
Original commit files touched by this commit
clsung search for other commits by this committer
- add googlemock, Google C++ Mocking Framework

Number of commits found: 28