Port details |
- py-unmessage Privacy enhanced instant messenger
- 0.2.0_7 net-im
=2 0.2.0_6Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2017-09-14 03:05:18
- Last Update: 2025-03-08 04:05:21
- Commit Hash: 06a08e6
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: net-p2p python
- License: GPLv3
- WWW:
- https://github.com/AnemoneLabs/unmessage
- Description:
- unMessage is a peer-to-peer instant messaging application designed to enhance
privacy and anonymity.
Features:
* Transport makes use of Twisted, Tor Onion Services and txtorcon
* Encryption is performed using the Double Ratchet Algorithm implemented in
pyaxo (using PyNaCl)
* Authentication makes use of the Socialist Millionaire Protocol implemented
in Cryptully
* Transport metadata is minimized by Tor and application metadata by the
unMessage protocol
* User interfaces are created with Tkinter (graphical) and curses
(command-line)
¦ ¦ ¦ ¦ 
- 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}unmessage>0:net-im/py-unmessage@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net-im/py-unmessage/ && make install clean
- To add the package, run one of these commands:
- pkg install net-im/py-unmessage
- pkg install py311-unmessage
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 py311-unmessage listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-unmessage
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1504481628
SHA256 (unmessage-0.2.0.tar.gz) = c55f504ae55d19cbde8565bc668d3c420d6336df0442dd8dd31daf6e3888a7be
SIZE (unmessage-0.2.0.tar.gz) = 62725
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:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- tor : security/tor
- py311-opuslib>=1.1.0 : audio/py-opuslib@py311
- py311-pyaudio>=0.2.10 : audio/py-pyaudio@py311
- py311-pyaxo>=0.7.3 : security/py-pyaxo@py311
- py311-pynacl>=1.0.1 : security/py-pynacl@py311
- py311-pyperclip>=1.5.27 : devel/py-pyperclip@py311
- py311-twisted>=16.6.0 : devel/py-twisted@py311
- py311-txtorcon>=0.19.0 : security/py-txtorcon@py311
- py311-tkinter>0 : x11-toolkits/py-tkinter@py311
- py311-openssl>=16.0.0 : security/py-openssl@py311
- py311-service-identity>0 : security/py-service-identity@py311
- py311-idna>=0.6 : dns/py-idna@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net-im_py-unmessage
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2.0_7 08 Mar 2025 04:05:21
    |
Charlie Li (vishwin)  |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details. |
0.2.0_6 20 May 2024 10:33:03
    |
Vsevolod Stakhov (vsevolod)  |
security/libsodium: update to 1.0.19, bump dependent ports
PR: 278259
Reported by: Andrey Korobkov <alster-vinterdalen.se> |
0.2.0_5 27 Nov 2023 05:38:03
    |
Po-Chuan Hsieh (sunpoet)  |
*: Change {RUN,TEST}_DEPENDS from security/py-service_identity to
security/py-service-identity
- Bump PORTREVISION for dependency change (except security/py-trustme)
PR: 275167
Reported by: Joakim Bergman <jocke@gipset.se> |
0.2.0_4 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
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.2.0_4 25 Apr 2023 15:17:15
    |
Christian Weisgerber (naddy)  |
audio/opus: bump consumers after update to 1.4 |
0.2.0_3 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
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.2.0_3 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
0.2.0_3 20 Jul 2022 14:22:40
    |
Tobias C. Berner (tcberner)  |
net-im: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Alberto Villa <avilla@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Timoshenko <gonzo@univ.kiev.ua>
* Andrew Lewis <freeghb@gmail.com>
* Andrey Akhmichin <sepulkarium45@yahoo.com>
* Bartek Rutkowski <r@robakdesign.com>
* Bernard Spil <brnrd@freebsd.org>
* Brendan Molloy <brendan+freebsd@bbqsrc.net>
* Denis Shaposhnikov <dsh@vlink.ru> (Only the first 15 lines of the commit message are shown above ) |
0.2.0_3 16 Apr 2022 04:19:53
    |
Po-Chuan Hsieh (sunpoet)  |
net-im/py-unmessage: Fix build with setuptools 58.0.0+
With hat: python |
0.2.0_3 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.2.0_3 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.2.0_3 13 Aug 2020 22:08:45
  |
yuri  |
net-im/py-unmessage: Remove the 2.7 limitation on python because it's no longer
needed
The previus commit was reverted because security/py-pyaxo was still at 2.7 |
0.2.0_2 13 Aug 2020 20:48:37
  |
antoine  |
Revert r544837 and unbreak bulk -a
With hat: portmgr |
0.2.0_2 13 Aug 2020 19:55:57
  |
yuri  |
net-im/py-unmessage: Remove 2.7 restriction from USES=python because the culprit
dependency is now python3-compatible |
0.2.0_1 23 Feb 2020 15:25:53
  |
antoine  |
Deprecate a few ports
With hat: portmgr |
0.2.0_1 15 Sep 2019 11:59:50
  |
koobs  |
net-im/py-unmessage: Add missing dependencies
unmessage currently fails at runtime with the following errors:
1) pkg_resources.DistributionNotFound: The 'service_identity' distribution was
not found and is required by Twisted
unmessage depends on Twisted *and* its "tls" optional (extras_require)
dependencies, requiring unmessage to depend directly on them:
- openssl
- service_identity
- idna
2) ImportError: No module named _sqlite3 (fixed by ports r512099)
(Only the first 15 lines of the commit message are shown above ) |
0.2.0 20 Jun 2018 17:05:44
  |
mat  |
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.2.0 25 Feb 2018 00:40:37
  |
yuri  |
Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.org
98 ports are affected.
Approved by: tcberner (mentor, implicit) |
0.2.0 30 Nov 2017 15:50:34
  |
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.2.0 14 Sep 2017 03:05:09
  |
ultima  |
unMessage is a peer-to-peer instant messaging application designed to enhance
privacy and anonymity.
Features:
Transport makes use of Twisted, Tor Onion Services and txtorcon
Encryption is performed using the Double Ratchet Algorithm implemented in pyaxo
(using PyNaCl)
Authentication makes use of the Socialist Millionaire Protocol implemented in
Cryptully
Transport metadata is minimized by Tor and application metadata by the unMessage
protocol
User interfaces are created with Tkinter (graphical) and curses (command-line)
WWW: https://github.com/AnemoneLabs/unmessage
PR: 222043
Submitted by: Yuri Victorovich (maintainer)
Reviewed by: lifanov (mentor), matthew (mentor), koobs
Approved by: lifanov (mentor), matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12312 |