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

Newsfeed changes

The news feed page[s] were not laid out well. Two pages, disjointed information, hard to figure out how to use the optional parameters...

Thankfully, someone told me.

The new page is ready for your review. Please compare these two:

You may also be interested in the Github issue.
Port details
p5-Test-ExpectAndCheck Expect/check-style unit testing with object methods
0.07 devel on this many watch lists=2 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 0.06Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-11-01 02:18:53
Last Update: 2024-10-21 09:17:29
Commit Hash: a06821e
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
Also Listed In: perl5
License: ART10 GPLv1+
WWW:
https://metacpan.org/dist/Test-ExpectAndCheck
Description:
Test::ExpectAndCheck creates objects that assist in writing unit tests with mocked object instances. Each mock instance will expect to receive a given list of method calls. Each method call is checked that it received the right arguments, and will return a prescribed result. At the end of each test, each object is checked to ensure all the expected methods were called.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (11 items)
Collapse this list.
  1. /usr/local/share/licenses/p5-Test-ExpectAndCheck-0.07/catalog.mk
  2. /usr/local/share/licenses/p5-Test-ExpectAndCheck-0.07/LICENSE
  3. /usr/local/share/licenses/p5-Test-ExpectAndCheck-0.07/ART10
  4. /usr/local/share/licenses/p5-Test-ExpectAndCheck-0.07/GPLv1+
  5. lib/perl5/site_perl/Test/ExpectAndCheck.pm
  6. lib/perl5/site_perl/Test/ExpectAndCheck/Future.pm
  7. lib/perl5/site_perl/man/man3/Test::ExpectAndCheck.3.gz
  8. lib/perl5/site_perl/man/man3/Test::ExpectAndCheck::Future.3.gz
  9. @owner
  10. @group
  11. @mode
Collapse this list.
Dependency lines:
  • p5-Test-ExpectAndCheck>0:devel/p5-Test-ExpectAndCheck
To install the port:
cd /usr/ports/devel/p5-Test-ExpectAndCheck/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/p5-Test-ExpectAndCheck
  • pkg install p5-Test-ExpectAndCheck
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: p5-Test-ExpectAndCheck
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1729240334 SHA256 (Test-ExpectAndCheck-0.07.tar.gz) = fe34bb961bf7004120c67aa95c0da57c759cb46b02bdaee01488641b1c073f67 SIZE (Test-ExpectAndCheck-0.07.tar.gz) = 22826

Packages (timestamps in pop-ups are UTC):
p5-Test-ExpectAndCheck
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.070.07-0.070.07---
FreeBSD:13:quarterly0.070.07-0.070.070.060.060.06
FreeBSD:14:latest0.070.07-0.070.07---
FreeBSD:14:quarterly0.070.07-0.070.070.060.060.06
FreeBSD:15:latest0.070.07n/a0.07n/a0.060.060.06
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. p5-Future>=0 : devel/p5-Future
  2. p5-Test-Deep>=0 : devel/p5-Test-Deep
  3. perl5>=5.36<5.37 : lang/perl5.36
  4. p5-Module-Build>=0.4206 : devel/p5-Module-Build
  5. perl5>=5.36<5.37 : lang/perl5.36
Test dependencies:
  1. p5-Test-Simple>=1.302200 : devel/p5-Test-Simple
Runtime dependencies:
  1. p5-Future>=0 : devel/p5-Future
  2. p5-Test-Deep>=0 : devel/p5-Test-Deep
  3. perl5>=5.36<5.37 : lang/perl5.36
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_p5-Test-ExpectAndCheck
USES:
perl5
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (12 items)
Collapse this list.
  1. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Test/
  2. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Test/
  4. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Test/
  5. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Test/
  6. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/modules/by-module/Test/
  7. http://backpan.perl.org/modules/by-module/Test/
  8. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Test/
  9. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Test/
  10. https://cpan.metacpan.org/modules/by-module/
  11. https://cpan.metacpan.org/modules/by-module/Test/
  12. https://www.cpan.org/modules/by-module/Test/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.07
21 Oct 2024 09:17:29
commit hash: a06821e6b14f19ff541ea109d36dec9b651fd6adcommit hash: a06821e6b14f19ff541ea109d36dec9b651fd6adcommit hash: a06821e6b14f19ff541ea109d36dec9b651fd6adcommit hash: a06821e6b14f19ff541ea109d36dec9b651fd6ad files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/p5-Test-ExpectAndCheck: Update to 0.07

- Update LICENSE_FILE

Changes:	https://metacpan.org/dist/Test-ExpectAndCheck/changes
0.06
15 Aug 2024 15:30:59
commit hash: 352d1611e7daf4f5f9be399bca7bb8cb70b7e154commit hash: 352d1611e7daf4f5f9be399bca7bb8cb70b7e154commit hash: 352d1611e7daf4f5f9be399bca7bb8cb70b7e154commit hash: 352d1611e7daf4f5f9be399bca7bb8cb70b7e154 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
*: Change *_DEPENDS from p5-Test2-Suite to p5-Test-Simple

- Bump PORTREVISION of the following dependent ports for dependency change
  - databases/p5-DBIx-QuickDB
  - devel/p5-Shell-Config-Generate
  - devel/p5-Test-Archive-Libarchive
  - devel/p5-Test-Future-IO-Impl
  - devel/p5-Test2-Harness
  - devel/p5-Test2-Harness-UI
  - devel/p5-Test2-Plugin-DBIProfile

Test2-Suite has been merged into Test-Simple since 1.302200.

Reference:	https://metacpan.org/dist/Test-Simple/changes
0.06
01 Nov 2023 01:56:55
commit hash: 77338ad1c17d4c120ac9f68e3b70a7e519286820commit hash: 77338ad1c17d4c120ac9f68e3b70a7e519286820commit hash: 77338ad1c17d4c120ac9f68e3b70a7e519286820commit hash: 77338ad1c17d4c120ac9f68e3b70a7e519286820 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/p5-Test-ExpectAndCheck: Add p5-Test-ExpectAndCheck 0.06

Test::ExpectAndCheck creates objects that assist in writing unit tests with
mocked object instances. Each mock instance will expect to receive a given list
of method calls. Each method call is checked that it received the right
arguments, and will return a prescribed result. At the end of each test, each
object is checked to ensure all the expected methods were called.

Number of commits found: 3