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
py-mqttwarn Subscribe to MQTT topics and notify pluggable services
0.35.0 sysutils 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.35.0Version of this port present on the latest quarterly branch.
Maintainer: dvl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2018-03-26 21:24:00
Last Update: 2023-10-14 23:02:39
Commit Hash: e3f8819
Also Listed In: python
License: EPL
WWW:
https://github.com/jpmens/mqttwarn
Description:
mqttwarn is a highly configurable MQTT message router, where the routing targets are notification plugins, primarily written in Python. mqttwarn subscribes to any number of MQTT topics and publishes received payloads to one or more notification services after optionally applying sophisticated transformations. It comes with over 70 notification handler plugins covering a wide range of notification services, and has an adapter for the Apprise notification library, covering another set of 80+ notification services. Repository: https://github.com/jpmens/mqttwarn Documentation: https://mqttwarn.readthedocs.io/
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
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}mqttwarn>0:sysutils/py-mqttwarn@${PY_FLAVOR}
To install the port:
cd /usr/ports/sysutils/py-mqttwarn/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/py-mqttwarn
  • pkg install py39-mqttwarn
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py39-mqttwarn listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-mqttwarn
Package flavors (<flavor>: <package>)
  • py39: py39-mqttwarn
distinfo:
TIMESTAMP = 1697324232 SHA256 (mqttwarn-0.35.0.tar.gz) = 3a66ec2a1aed60177973894c99125d838de1eeed1f2f1e98025d91c682091e21 SIZE (mqttwarn-0.35.0.tar.gz) = 978344

Packages (timestamps in pop-ups are UTC):
py37-mqttwarn
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--0.18.0---0.18.0-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

py39-mqttwarn
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.35.00.35.0-0.35.00.35.0---
FreeBSD:13:quarterly0.35.00.35.00.34.10.35.00.35.00.35.00.35.00.35.0
FreeBSD:14:latest0.35.00.35.00.31.00.35.00.35.00.34.1-0.34.1
FreeBSD:14:quarterly0.35.00.35.0-0.35.00.35.00.35.00.35.00.35.0
FreeBSD:15:latest0.35.00.35.0n/a0.35.0n/a0.35.00.35.00.35.0
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. py39-versioningit>=0 : devel/py-versioningit@py39
  2. py39-wheel>0 : devel/py-wheel@py39
  3. py39-setuptools>0 : devel/py-setuptools@py39
  4. python3.9 : lang/python39
  5. py39-build>=0 : devel/py-build@py39
  6. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. py39-pytest>0 : devel/py-pytest@py39
  2. python3.9 : lang/python39
Runtime dependencies:
  1. py39-attrs>=19.3.0 : devel/py-attrs@py39
  2. py39-docopt>=0.6.2 : devel/py-docopt@py39
  3. py39-funcy>0 : devel/py-funcy@py39
  4. py39-future>=0.18.2 : devel/py-future@py39
  5. py39-Jinja2>=2.10.1 : devel/py-Jinja2@py39
  6. py39-paho-mqtt>=1.4.0 : net/py-paho-mqtt@py39
  7. py39-requests>=2.22.0 : www/py-requests@py39
  8. py39-six>=1.13.0 : devel/py-six@py39
  9. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for py39-mqttwarn-0.35.0: APNS=off: Apple Push Notifications CELERY=off: Asynchronous task queue/job queue DNSUPDATE=off: DNS updates DOCS=on: Build and/or install documentation EXAMPLES=on: Build and/or install examples GSS2=off: Google Docs Spreadsheet 2 MYSQL=off: MySQL plugin POSTGRES=off: PostgreSQL Plugin REDISPUB=off: Publishes to a Redis channel RRDTOOL=off: Updates a round robin database created by rrdtool SERIAL=off: Serial port SSH=off: ssh plugin TWILIO=off: Use Twilio API to send messages TWITTER=off: Notifications to Twitter accounts WEBSOCKET=off: Websocket ===> Use 'make config' to modify these settings
Options name:
sysutils_py-mqttwarn
USES:
python shebangfix
pkg-message:
For install:
After installing mqttwarn for the first time, we recommend the following: 1 - Add to /etc/rc.conf: mqttwarn_enable="YES" 2 - Edit your configuration file /usr/local/etc/mqttwarn/mqttwarn.conf
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/m/mqttwarn/
  2. https://pypi.org/packages/source/m/mqttwarn/
Collapse this list.
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2023-05-04
    Affects: users of sysutils/py-mqttwarn
    Author: dvl@FreeBSD.org
    Reason: 
      The redis option REISPUB has been renamed to REDISPUB
      You should update any make.conf setting etc which refer to this.
      e.g. change sysutils_py-mqttwarn_REISPUB to sysutils_py-mqttwarn_REDISPUB
    
    

Number of commits found: 31

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.35.0
14 Oct 2023 23:02:39
commit hash: e3f881956f76d84fcb0eb78dc062d6cc8ea2e07ecommit hash: e3f881956f76d84fcb0eb78dc062d6cc8ea2e07ecommit hash: e3f881956f76d84fcb0eb78dc062d6cc8ea2e07ecommit hash: e3f881956f76d84fcb0eb78dc062d6cc8ea2e07e files touched by this commit
Dan Langille (dvl) search for other commits by this committer
sysutils/py-mqttwarn: Update to 0.35.0
0.34.1
18 Jul 2023 21:09:53
commit hash: 0d75305252d22b85e9c00db84b278ac526a9fb08commit hash: 0d75305252d22b85e9c00db84b278ac526a9fb08commit hash: 0d75305252d22b85e9c00db84b278ac526a9fb08commit hash: 0d75305252d22b85e9c00db84b278ac526a9fb08 files touched by this commit
Dan Langille (dvl) search for other commits by this committer
sysutils/py-mqttwarn: fix build errors

It seems devel/py-setuptools is required as a RUN_DEPENDS
0.34.1
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
0.34.1
18 May 2023 00:39:39
commit hash: 7755c953925ab34f67e844e4eb54ee7e6a1fcc01commit hash: 7755c953925ab34f67e844e4eb54ee7e6a1fcc01commit hash: 7755c953925ab34f67e844e4eb54ee7e6a1fcc01commit hash: 7755c953925ab34f67e844e4eb54ee7e6a1fcc01 files touched by this commit
Dan Langille (dvl) search for other commits by this committer
sysutils/py-mqttwarn: Update to 0.34.1

re: https://github.com/mqtt-tools/mqttwarn/releases/tag/0.34.1
0.34.0
04 May 2023 22:40:03
commit hash: de3dea784e9376c9b1b36dae194ac59fe1a5bf03commit hash: de3dea784e9376c9b1b36dae194ac59fe1a5bf03commit hash: de3dea784e9376c9b1b36dae194ac59fe1a5bf03commit hash: de3dea784e9376c9b1b36dae194ac59fe1a5bf03 files touched by this commit
Dan Langille (dvl) search for other commits by this committer
sysutils/py-mqttwarn: Fix broken WWW line

My fault. I was sure I had testported that commit. Turns out, I did
it on the wrong tree. Sorry about that.
04 May 2023 22:19:01
commit hash: 35c70b0431781b47c33d8b977e020e18b5480558commit hash: 35c70b0431781b47c33d8b977e020e18b5480558commit hash: 35c70b0431781b47c33d8b977e020e18b5480558commit hash: 35c70b0431781b47c33d8b977e020e18b5480558 files touched by this commit Sanity Test Failure Refresh
Dan Langille (dvl) search for other commits by this committer
Author: Andreas Motl
sysutils/py-mqttwarn: Rename option REISPUB to REDISPUB

The REISPUB option was spelled wrong. Let's rename it.

While here, add an UPDATING entry to let the users know it changed.
0.34.0
29 Apr 2023 15:45:08
commit hash: 53fec2142f28f66aea0fe9b0edfb2d082b5ddbaacommit hash: 53fec2142f28f66aea0fe9b0edfb2d082b5ddbaacommit hash: 53fec2142f28f66aea0fe9b0edfb2d082b5ddbaacommit hash: 53fec2142f28f66aea0fe9b0edfb2d082b5ddbaa files touched by this commit
Dan Langille (dvl) search for other commits by this committer
sysutils/py-mqttwarn: Update to 0.34.0

Add a new run-time dependency: devel/py-funcy

Start using pep517 instead of distutils

While here, run portfmt
0.31.0
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
0.31.0
21 Nov 2022 18:12:29
commit hash: bf72655a237c5d666a659a831ac5a598c205c2afcommit hash: bf72655a237c5d666a659a831ac5a598c205c2afcommit hash: bf72655a237c5d666a659a831ac5a598c205c2afcommit hash: bf72655a237c5d666a659a831ac5a598c205c2af files touched by this commit
Dan Langille (dvl) search for other commits by this committer
sysutils/py-mqttwarn: Update to 0.31.0

https://github.com/jpmens/mqttwarn/releases/tag/0.31.0
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.29.1
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.29.1
22 Aug 2022 18:24:20
commit hash: 03c55553fc77fefaa5c41f7e4287a55b37467b95commit hash: 03c55553fc77fefaa5c41f7e4287a55b37467b95commit hash: 03c55553fc77fefaa5c41f7e4287a55b37467b95commit hash: 03c55553fc77fefaa5c41f7e4287a55b37467b95 files touched by this commit
Dan Langille (dvl) search for other commits by this committer
sysutils/py-mqttwarn: Update to 0.29.1

re: https://github.com/jpmens/mqttwarn/releases/tag/0.29.1
    https://github.com/jpmens/mqttwarn/releases/tag/0.29.0
0.28.1
25 Mar 2022 17:17:18
commit hash: d0df37ea60c23c7b5faa95dd6c046886ac655e78commit hash: d0df37ea60c23c7b5faa95dd6c046886ac655e78commit hash: d0df37ea60c23c7b5faa95dd6c046886ac655e78commit hash: d0df37ea60c23c7b5faa95dd6c046886ac655e78 files touched by this commit
Dan Langille (dvl) search for other commits by this committer
sysutils/py-mqttwarn: Update to 0.28.1

This update just happens to fix the linked PR by no longer putting
files into the top level site-packages directory.

re: https://github.com/jpmens/mqttwarn/releases/tag/0.28.1

PR:		262759
0.22.0
25 Mar 2022 13:38:22
commit hash: 19db8dd5271733e9fe63ed00d433d3183a473841commit hash: 19db8dd5271733e9fe63ed00d433d3183a473841commit hash: 19db8dd5271733e9fe63ed00d433d3183a473841commit hash: 19db8dd5271733e9fe63ed00d433d3183a473841 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
sysutils/py-mqttwarn: Fix build with setuptools 58.0.0+

With hat:	python
0.22.0
05 Jun 2021 11:39:58
commit hash: c4c0ab839a7a7ae5157c4f80f18abcd1ead9eba3commit hash: c4c0ab839a7a7ae5157c4f80f18abcd1ead9eba3commit hash: c4c0ab839a7a7ae5157c4f80f18abcd1ead9eba3commit hash: c4c0ab839a7a7ae5157c4f80f18abcd1ead9eba3 files touched by this commit
Dan Langille (dvl) search for other commits by this committer
sysutils/py-mqttwarn: update to 0.22.0
0.20.0
02 Jun 2021 18:55:00
commit hash: 75564297bee827c43eb9384da13d2c1832bc8a47commit hash: 75564297bee827c43eb9384da13d2c1832bc8a47commit hash: 75564297bee827c43eb9384da13d2c1832bc8a47commit hash: 75564297bee827c43eb9384da13d2c1832bc8a47 files touched by this commit
Dan Langille (dvl) search for other commits by this committer
sysutils/py-mqttwarn: update to 0.20.0
0.18.0
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
0.18.0
06 Apr 2021 14:31:13
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
0.18.0
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.18.0
28 Dec 2020 23:02:15
Revision:559531Original commit files touched by this commit
antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
0.18.0
27 Oct 2020 22:14:42
Revision:553504Original commit files touched by this commit
rene search for other commits by this committer
sysutils/py-mqttwarn: remove optional expired dependency on devel/py-gdata
0.18.0
03 Sep 2020 21:35:10
Revision:547483Original commit files touched by this commit
dvl search for other commits by this committer
Update to 0.18.0

re:
0.16.2
12 Aug 2020 12:38:06
Revision:544744Original commit files touched by this commit
dvl search for other commits by this committer
Update t0 0.16.2

Now with Python 3

https://github.com/jpmens/mqttwarn/releases/tag/0.16.2

Differential Revision:	https://reviews.freebsd.org/D24654
0.10.4_1
23 Feb 2020 15:25:53
Revision:526925Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate a few ports

With hat:	portmgr
0.10.4_1
14 Aug 2019 12:16:13
Revision:508909Original commit files touched by this commit
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories s)
0.10.4_1
07 Jan 2019 18:29:23
Revision:489602Original commit files touched by this commit
dvl search for other commits by this committer
Fix depends so that net/py-paho-mqtt actually gets installed.

PR:		234697
Reported by:	tobik[B
MFH:		2019Q1 (missing dependency)
0.10.4
31 Oct 2018 13:21:02
Revision:483574Original commit files touched by this commit
dvl search for other commits by this committer
Check in the correct pkg-plist

I didn't run testport on the right tree
0.10.4
31 Oct 2018 12:55:54
Revision:483571Original commit files touched by this commit
dvl search for other commits by this committer
Upgrade to 0.10.4
0.6.367
11 Aug 2018 14:19:00
Revision:476917Original commit files touched by this commit
sunpoet search for other commits by this committer
Update WWW

Approved by:	portmgr (blanket)
0.6.367
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
0.6.367
26 Mar 2018 21:23:45
Revision:465638Original commit files touched by this commit
dvl search for other commits by this committer
Subscribe to MQTT topics and notify pluggable services

Number of commits found: 31