Port details |
- py-hared Small Python server for inserting notications into MQTT
- 1.0_2 sysutils
=0 1.0_1Version of this port present on the latest quarterly branch. - Maintainer: dvl@FreeBSD.org
 - Port Added: 2018-03-27 19:13:26
- Last Update: 2022-03-25 13:38:22
- Commit Hash: 89c13c6
- Also Listed In: python
- License: MIT
- Description:
- Small Python server for receiving notifications and tossing them into MTQQ.
This will form part of a centralized message distribution system.
A client for this server is sysutils/hare.
WWW: https://github.com/jpmens/hared-hare
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}hared>0:sysutils/py-hared@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/sysutils/py-hared/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/py-hared
- pkg install py38-hared
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 py38-hared listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-hared
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1522170177
SHA256 (hared-1.0.tar.gz) = 503582a985a0103fa3f58f6b910892974cb8b99b1aceb5ce128049fa45dbd2b5
SIZE (hared-1.0.tar.gz) = 2289
- 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:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-paho-mqtt>0 : net/py-paho-mqtt@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- sysutils_py-hared
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 9
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
25 Mar 2022 13:38:22 1.0_2
|
Po-Chuan Hsieh (sunpoet)  |
sysutils/py-hared: Fix build with setuptools 58.0.0+
- While I'm here, fix setup.py
- Bump PORTREVISION for package change
===> Configuring for py310-hared-1.0_1
/usr/local/lib/python3.10/site-packages/setuptools/_distutils/dist.py:275:
UserWarning: Unknown distribution option: 'lassifiers'
warnings.warn(msg)
running config
===> Building for py310-hared-1.0_1
/usr/local/lib/python3.10/site-packages/setuptools/_distutils/dist.py:275:
UserWarning: Unknown distribution option: 'lassifiers'
warnings.warn(msg)
With hat: python |
07 Apr 2021 08:09:01 1.0_1
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.0_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Dec 2020 23:02:15
1.0_1
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
13 Nov 2020 15:52:53
1.0_1
|
0mp  |
Fix CONFLICTS for sysutils/*hared ports
While here, improve COMMENT in sysutils/py-hared.
Reported by: 0mp@FreeBSD.org.html" REL="NOFOLLOW">http://pkgtool.osorio.me/0mp@FreeBSD.org.html |
06 Jan 2019 19:26:04
1.0_1
|
tobik  |
Do not set PORTREVISION twice |
17 May 2018 14:12:18
1.0_1
|
dvl  |
Add CONFLICTS_INSTALL.
Simplify sample configuration installation after sending patches upstream.
Submitted by: Mateusz Piotrowski <0mp@FreeBSD.org>
Differential Revision: D15079 |
27 Mar 2018 21:06:15
1.0_1
|
dvl  |
Add @${PY_FLAVOR} to RUN_DEPENDS (thanks lifanov)
While here:
* use PORTVERSION not DISTVERSION
* bump PORTREVSION
Reported by: lifanov |
27 Mar 2018 19:13:11
1.0
|
dvl  |
Adding sysutils/hare and sysutils/py-hared
hare is a small utility designed for use by PAM which sends a UDP
packet to py-hared. Here is a typical /etc/pam.d/sshd entry:
session optional pam_exec.so /usr/local/sbin/hare 10.1.0.10
py-hared will be runnig at that IP address. From there, the data
gets put into mqtt for further processing. |
Number of commits found: 9
|