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) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
hamcrest Library of matchers for building test expressions
1.3 java 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 1.3Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2015-05-02 07:06:16
Last Update: 2023-09-17 05:30:09
Commit Hash: 152d92b
People watching this port, also watch:: font-bh-lucidatypewriter-100dpi, desktop-file-utils, font-misc-meltho, xclock, alsa-plugins
Also Listed In: devel
License: not specified in port
WWW:
https://hamcrest.org/
Description:
Provides a library of matcher objects (also known as constraints or predicates) allowing 'match' rules to be defined declaratively, to be used in other frameworks. Typical scenarios include testing frameworks, mocking libraries and UI validation rules.
Homepage    cgit ¦ Codeberg ¦ 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 (3 items)
Collapse this list.
  1. share/java/classes/hamcrest.jar
  2. share/java/classes/hamcrest1.3.jar
  3. share/java/hamcrest/src.jar
Collapse this list.
Dependency lines:
  • hamcrest>0:java/hamcrest
To install the port:
cd /usr/ports/java/hamcrest/ && make install clean
To add the package, run one of these commands:
  • pkg install java/hamcrest
  • pkg install hamcrest
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: hamcrest
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (hamcrest-all-1.3.jar) = 4877670629ab96f34f5f90ab283125fcd9acb7e683e66319a68be6eb2cca60de SIZE (hamcrest-all-1.3.jar) = 306578 SHA256 (hamcrest-all-1.3-sources.jar) = c53535c3d25b5bf0b00a324a5583c7dd2fed0fa6d1bbc622e2dec460c24faab3 SIZE (hamcrest-all-1.3-sources.jar) = 87801

Packages (timestamps in pop-ups are UTC):
hamcrest
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.31.3-1.31.3---
FreeBSD:13:quarterly1.31.31.31.31.3-1.31.3
FreeBSD:14:latest1.31.31.3-1.3--1.3
FreeBSD:14:quarterly1.31.3--1.3-1.31.3
FreeBSD:15:latest1.31.3n/a-n/a-1.31.3
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. java : java/openjdk8
This port is required by:
for Build
  1. java/icedtea-web
for Run
  1. java/junit

Configuration Options:
No options to configure
Options name:
java_hamcrest
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://repo1.maven.org/maven2/org/hamcrest/hamcrest-all/1.3/
Collapse this list.

Number of commits found: 8

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.3
17 Sep 2023 05:30:09
commit hash: 152d92bf575e1c2f2efd4b06372898aa8b653db0commit hash: 152d92bf575e1c2f2efd4b06372898aa8b653db0commit hash: 152d92bf575e1c2f2efd4b06372898aa8b653db0commit hash: 152d92bf575e1c2f2efd4b06372898aa8b653db0 files touched by this commit
Koichiro Iwao (meta) search for other commits by this committer
Author: Michael Osipov
*/*: Use only HTTPS to fetch ports from Maven Central

Maven Central supports HTTPS only for quite some time now and responds
with "Not Implemented" over HTTP.

Source: https://blog.sonatype.com/central-repository-moving-to-https

PR:		272867
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.3
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.3
20 Jul 2022 14:22:12
commit hash: 526869d8dc02563825a24d394e1d087334d654cccommit hash: 526869d8dc02563825a24d394e1d087334d654cccommit hash: 526869d8dc02563825a24d394e1d087334d654cccommit hash: 526869d8dc02563825a24d394e1d087334d654cc files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
java: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Semenyaka <alex@rinet.ru>
  *  Alexander Yerenkow <yerenkow@gmail.com>
  *  Anton Yudin (<contact@toha.org.ua>)
  *  Anton Yudin <toha@toha.org.ua>
  *  Benjamin Close <benjsc@FreeBSD.org>
  *  Björn König <bkoenig@alpha-tierchen.de>
  *  Conor McDermottroe <ports@mcdermottroe.com>
  *  Danilo Egea Gondolfo <danilo@FreeBSD.org
  *  Dave Glowacki <dglo@ssec.wisc.edu>
  *  Ernst de Haan <znerd@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.3
30 Jun 2021 20:44:27
commit hash: bd3175869396c06f3fcaaec10883192b0a0c6c47commit hash: bd3175869396c06f3fcaaec10883192b0a0c6c47commit hash: bd3175869396c06f3fcaaec10883192b0a0c6c47commit hash: bd3175869396c06f3fcaaec10883192b0a0c6c47 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
java/hamcrest: Add NO_ARCH
1.3
19 May 2021 19:56:15
commit hash: 713a6737735687060a6e555e65d6a7869ec95866commit hash: 713a6737735687060a6e555e65d6a7869ec95866commit hash: 713a6737735687060a6e555e65d6a7869ec95866commit hash: 713a6737735687060a6e555e65d6a7869ec95866 files touched by this commit
Danilo Egea Gondolfo (danilo) search for other commits by this committer
java/hamcrest: Drop maintainership
1.3
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.3
02 May 2015 07:05:57
Revision:385166Original commit files touched by this commit
pi search for other commits by this committer
New port: java/hamcrest

Provides a library of matcher objects (also known as
constraints or predicates) allowing 'match' rules to
be defined declaratively, to be used in other frameworks.
Typical scenarios include testing frameworks, mocking libraries
and UI validation rules.

WWW: http://hamcrest.org/

PR:		192575
Submitted by:	danilo

Number of commits found: 8