Port details |
- erlang-meck Erlang library for building mock modules
- 0.8.12 devel
=0 0.8.12Version of this port present on the latest quarterly branch.
- Maintainer: erlang@FreeBSD.org
- Port Added: 2015-06-27 12:54:31
- Last Update: 2022-06-28 06:32:30
- Commit Hash: ab4964e
- License: APACHE20
- WWW:
- https://github.com/eproxus/meck
- Description:
- With meck you can easily mock modules in Erlang. You can also perform some
basic validations on the mocked modules, such as making sure no unexpected
exceptions occurred or looking at the call history.
WWW: https://github.com/eproxus/meck
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- erlang-meck>0:devel/erlang-meck
- No installation instructions:
- This port has been deleted.
- PKGNAME: erlang-meck
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1533796023
SHA256 (eproxus-meck-0.8.12_GH0.tar.gz) = abe94d8897aa354c6714c6c6d25eb1de81b91b2661b9d80c0b273b4b61300d5b
SIZE (eproxus-meck-0.8.12_GH0.tar.gz) = 50998
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- erl : lang/erlang
- rebar>=0 : devel/rebar
- Runtime dependencies:
-
- erl : lang/erlang
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for erlang-meck-0.8.12:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_erlang-meck
- USES:
- erlang:rebar
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.12 28 Jun 2022 06:32:30 |
Dave Cottlehuber (dch) |
*/*: Remove expired erlang and elixir ports
The rebar, rebar3 and mix tools are now more than a decade old, and are
the preferred ways to fetch and install specific erlang and elixir
modules, aside from core compilers, documentation, and custom build
tools.
See UPDATING and MOVED for details.
https://www.freebsd.org/status/report-2021-07-2021-09/#_freebsd_erlang_ecosystem_ports_update
archivers/erlang-snappy
converters/erlang-base64url
databases/elixir-calecto
databases/elixir-db_connection (Only the first 15 lines of the commit message are shown above ) |
0.8.12 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.8.12 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.8.12 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
0.8.12 09 Aug 2018 06:30:10 |
olgeni |
Update devel/erlang-meck to version 0.8.12. |
0.8.11 14 Jul 2018 09:20:53 |
olgeni |
Update devel/erlang-meck to version 0.8.11. |
0.8.10 07 Jul 2018 19:09:48 |
olgeni |
Update devel/erlang-meck to version 0.8.10. |
0.8.9 08 Jun 2018 13:43:26 |
olgeni |
Transfer more Erlang ports to erlang@. |
0.8.9 28 Nov 2017 16:02:12 |
olgeni |
Update devel/erlang-meck to version 0.8.9. |
0.8.8 29 Aug 2017 13:29:13 |
olgeni |
Update devel/erlang-meck to version 0.8.8. |
0.8.7 03 Jul 2017 10:42:22 |
olgeni |
Update devel/erlang-meck to version 0.8.7. |
0.8.6 28 Jun 2017 14:32:57 |
olgeni |
Update devel/erlang-meck to version 0.8.6. |
0.8.4 29 Dec 2015 10:55:59 |
olgeni |
Upgrade devel/erlang-meck to version 0.8.4. |
0.8.3 06 Jul 2015 22:27:18 |
olgeni |
Update most of the Erlang ports to use erlang.mk.
These do not require a PORTREVISION bump. |
0.8.3 27 Jun 2015 12:54:12 |
olgeni |
Sorting out some Erlang stuff:
- Rename a few Erlang-related ports using the erlang- prefix; it will avoid
confusion with elixir- ports.
- Remove DOCS and EXAMPLES where not actually useful.
- Simplify RUN_DEPENDS where possible.
- Move textproc/exmpp to devel/erlang-exmpp.
- Add missing R18 compatibility fix for devel/erlang-oserl.
- Upgrade erlang-cuttlefish to 2.0.3.
The idea is that libraries ("deps") have the "erlang-" prefix, while larger
projects (rabbitmq, yaws, couchdb, etc) keep their usual names. |