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
hastmon Cluster monitoring daemon
0.3.4 net-mgmt 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 0.3.4Version of this port present on the latest quarterly branch.
Maintainer: trociny@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2011-03-17 17:28:58
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
License: BSD2CLAUSE
WWW:
http://hastmon.googlecode.com/
Description:
hastmon is a monitoring daemon that allows a couple of hosts to run a service providing automatic failover. Those machines will be called a cluster and each machine is one cluster node. hastmon is designed for clusters that work in Primary-Secondary configuration, which means that only one of the cluster nodes can be active at any given time.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (12 items)
Collapse this list.
  1. /usr/local/share/licenses/hastmon-0.3.4/catalog.mk
  2. /usr/local/share/licenses/hastmon-0.3.4/LICENSE
  3. /usr/local/share/licenses/hastmon-0.3.4/BSD2CLAUSE
  4. etc/rc.d/hastmon
  5. sbin/hastmon
  6. sbin/hastmonctl
  7. man/man5/hastmon.conf.5.gz
  8. man/man8/hastmon.8.gz
  9. man/man8/hastmonctl.8.gz
  10. @owner
  11. @group
  12. @mode
Collapse this list.
Dependency lines:
  • hastmon>0:net-mgmt/hastmon
To install the port:
cd /usr/ports/net-mgmt/hastmon/ && make install clean
To add the package, run one of these commands:
  • pkg install net-mgmt/hastmon
  • pkg install hastmon
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: hastmon
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1583683933 SHA256 (trociny-hastmon-0.3.4_GH0.tar.gz) = e2985070ea0cecfd1fd1040d947d282e1edfaea6219e5f5fe56a1f3139fc27c1 SIZE (trociny-hastmon-0.3.4_GH0.tar.gz) = 78292

Packages (timestamps in pop-ups are UTC):
hastmon
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.3.40.3.40.3.40.3.40.3.4-0.3.4-
FreeBSD:13:quarterly0.3.40.3.40.3.40.3.40.3.40.3.40.3.40.3.4
FreeBSD:14:latest0.3.40.3.40.3.40.3.40.3.40.3.4-0.3.4
FreeBSD:14:quarterly0.3.40.3.4-0.3.40.3.40.3.40.3.40.3.4
FreeBSD:15:latest0.3.40.3.4n/a0.3.4n/a0.3.40.3.40.3.4
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. mk-configure>=0.20 : devel/mk-configure
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for hastmon-0.3.4: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
net-mgmt_hastmon
USES:
ssl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/trociny/hastmon/tar.gz/0.3.4?dummy=/
Collapse this list.

Number of commits found: 19

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
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)
0.3.4
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)
0.3.4
20 Jul 2022 14:22:42
commit hash: 43ac3e28ab940adda213d535ac0b1f0792d456dacommit hash: 43ac3e28ab940adda213d535ac0b1f0792d456dacommit hash: 43ac3e28ab940adda213d535ac0b1f0792d456dacommit hash: 43ac3e28ab940adda213d535ac0b1f0792d456da files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
net-mgmt: remove 'Created by' lines

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

  *  @BABOLO <.@babolo.ru>
  *  Alex Samorukov, samm@freebsd.org
  *  Alexander Kriventsov <avk@vl.ru>
  *  Alexander Sulfrian <alexander@sulfrian.net>
  *  Alexander Y. Grigoryev <alexander.4mail@gmail.com>
  *  Alexandre Biancalana <ale@biancalanas.net>
  *  Alexandre Snarskii <snar@paranoia.ru>
  *  Alexandre Snarskii <snar@snar.spb.ru>
  *  Alexey Bobkov <mr.deadlystorm@gmail.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey V. Degtyarev
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.3.4
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.
0.3.4
08 Mar 2020 16:14:30
Revision:528048Original commit files touched by this commit
trociny search for other commits by this committer
update to 0.3.4
0.3.3
06 Jan 2020 19:06:02
Revision:522269Original commit files touched by this commit
trociny search for other commits by this committer
update to 0.3.3
0.3.2
10 Sep 2018 13:14:52
Revision:479406Original commit files touched by this commit
mat search for other commits by this committer
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.3.2
24 Oct 2016 14:46:59
Revision:424569Original commit files touched by this commit
trociny search for other commits by this committer
use another upstream and unbreak port
0.3.2
14 Sep 2016 15:59:34
Revision:422140Original commit files touched by this commit
mat search for other commits by this committer
GOOGLE_CODE has gone away.

- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
0.3.2
10 Sep 2016 22:15:34
Revision:421752Original commit files touched by this commit
marino search for other commits by this committer
net-mgmt/hastmon: document SSL requirement and sed in SSL flags

Approved by:	SSL blanket
0.3.2
19 Jul 2016 11:04:14
Revision:418767Original commit files touched by this commit
mat search for other commits by this committer
When there is a do-install target, do not use a post-install target, do
everything at once.  Sometime, rename post-install into a options helper
target.

I did not fix ports that were such a mess that I could not figure out
what they really wanted to do.  I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.

With hat:	portmgr
Sponsored by:	Absolight
0.3.2
01 Apr 2016 14:16:20
Revision:412348Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
0.3.2
08 Dec 2014 13:49:34
Revision:374263Original commit files touched by this commit
feld search for other commits by this committer
Update "BSD" license in net-mgmt category
0.3.2
31 Oct 2013 19:51:45
Revision:332283Original commit files touched by this commit
trociny search for other commits by this committer
Update to 0.3.2

Approved by:	bdrewery (mentor)
0.3.1_1
10 Oct 2013 13:41:55
Revision:329998Original commit files touched by this commit
trociny (src committer) search for other commits by this committer
Add stage support.

Approved by:	bdrewery
0.3.1
20 Sep 2013 22:24:44
Revision:327757Original 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:
net-mgmt)
0.3.1
02 Feb 2013 07:00:40
Revision:311416Original commit files touched by this commit
danfe search for other commits by this committer
- Update to version 0.3.1
- Cleanup Makefile a bit
- Drop author attribution from pkg-descr while here

PR:		ports/175459
Submitted by:	trociny (maintainer)
0.3.0
24 Oct 2011 09:11:38
Original commit files touched by this commit
dougb search for other commits by this committer
The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
0.3.0
17 Mar 2011 17:28:20
Original commit files touched by this commit
miwi search for other commits by this committer
hastmon is a monitoring daemon that allows a couple of hosts to run a
service providing automatic failover. Those machines will be called a
cluster and each machine is one cluster node. hastmon is designed for
clusters that work in Primary-Secondary configuration, which means
that only one of the cluster nodes can be active at any given time.

WWW: http://hastmon.googlecode.com/
Author: Mikolaj Golub <to.my.trociny@gmail.com>

PR:             ports/154036
Submitted by:   Mikolaj Golub <to.my.trociny at gmail.com>

Number of commits found: 19