Port details |
- py-nbxmpp Non-blocking Jabber/XMPP module
- 5.0.4 net-im =2 5.0.3Version of this port present on the latest quarterly branch.
- Maintainer: rm@FreeBSD.org
- Port Added: 2014-10-05 17:11:15
- Last Update: 2024-10-02 08:02:41
- Commit Hash: b47979f
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: devel python
- License: GPLv3
- WWW:
- https://dev.gajim.org/gajim/python-nbxmpp
- Description:
- The goal of this python library is to provide a way for python applications
to use Jabber/XMPP networks in a non-blocking way. This library is initialy a
fork of xmpppy one, but using non-blocking sockets.
- ¦ ¦ ¦ ¦
- 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}nbxmpp>0:net-im/py-nbxmpp@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net-im/py-nbxmpp/ && make install clean
- To add the package, run one of these commands:
- pkg install net-im/py-nbxmpp
- pkg install py311-nbxmpp
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-nbxmpp listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-nbxmpp
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1727785235
SHA256 (nbxmpp-5.0.4.tar.gz) = 166ea10ff643dae7911b764393d3baf5298062b431d48ac67a439436c861d611
SIZE (nbxmpp-5.0.4.tar.gz) = 185583
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-build>0 : devel/py-build@py311
- py311-setuptools>0 : devel/py-setuptools@py311
- py311-wheel>0 : devel/py-wheel@py311
- py311-gobject3>=0 : devel/py-gobject3@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-precis_i18n>=1.0.0 : textproc/py-precis_i18n@py311
- py311-packaging>0 : devel/py-packaging@py311
- py311-idna>=0 : dns/py-idna@py311
- py311-gobject3>=0 : devel/py-gobject3@py311
- python3.11 : lang/python311
- Library dependencies:
-
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Run
-
- net-im/gajim
Configuration Options:
- No options to configure
- Options name:
- net-im_py-nbxmpp
- USES:
- gnome 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 |
5.0.4 02 Oct 2024 08:02:41 |
Ruslan Makhmatkhanov (rm) |
devel/gajim: update to 1.9.5
Changelogs:
https://gajim.org/post/2024-09-19-gajim-1.9.4-released/
https://gajim.org/post/2024-09-30-gajim-1.9.5-released/ |
5.0.3 08 Aug 2024 09:05:42 |
Ruslan Makhmatkhanov (rm) |
net-im/gajim: update to 1.9.3
Release notes:
https://gajim.org/post/2024-07-29-gajim-1.9.3-released/ |
5.0.2 20 Jul 2024 10:16:02 |
Ruslan Makhmatkhanov (rm) |
net-im/py-nbxmpp: update to 5.0.2
nbxmpp 5.0.2 (07 Jul 2024)
Bug Fixes
* Delay: Better discover server delays (#156) |
5.0.1 23 Jun 2024 17:42:16 |
Ruslan Makhmatkhanov (rm) |
net-im/py-nbxmpp: update to 5.0.1 |
5.0.0 11 Jun 2024 05:06:03 |
Ruslan Makhmatkhanov (rm) |
net-im/py-nbxmpp: update to 5.0.0 |
4.5.4 06 Jun 2024 12:04:26 |
Ruslan Makhmatkhanov (rm) |
net-im/py-nbxmpp: update to 4.5.4
switch to pep517 |
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> |
2.0.4 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) |
2.0.4 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 ) |
2.0.4 15 Oct 2021 11:10:40 |
Ruslan Makhmatkhanov (rm) |
net-im/py-nbxmpp: update to 2.0.4 |
2.0.2 15 Oct 2021 11:08:19 |
Ruslan Makhmatkhanov (rm) |
net-im/py-nbxmpp: update to 2.0.4. Revert
This reverts commit 964bc9995667761b8c038214e13314a0da0457e2.
Files that aren't related to update were added mistakenly. |
2.0.4 15 Oct 2021 11:00:08 |
Ruslan Makhmatkhanov (rm) |
net-im/py-nbxmpp: update to 2.0.4 |
2.0.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.0.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.2 11 Mar 2021 12:31:30 |
rm |
net-im/py-nbxmpp: update to 2.0.2 |
0.6.10 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.6.10 25 Apr 2019 10:10:47 |
rm |
net-im/py-nbxmpp: update to 0.6.10 |
0.6.9 26 Jan 2019 11:06:36 |
rm |
net-im/py-nbxmpp: update to 0.6.9
PR: 233825
Submitted by: Goran Mekic <meka@tilda.center> |
0.6.6 10 Jul 2018 17:05:45 |
rm |
net-im/py-nbxmpp: update to 0.6.6 |
0.6.5 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.6.5 02 May 2018 09:41:02 |
rm |
net-im/py-nbxmpp: update to 0.6.5 |
0.6.4 11 Apr 2018 21:05:32 |
rm |
net-im/py-nbxmpp: update to 0.6.4 |
0.6.3 30 Jan 2018 17:39:47 |
rm |
net-im/py-nbxmpp: update to 0.6.3 |
0.5.6 29 Dec 2017 09:01:54 |
antoine |
Simplify some USES=python
With hat: portmgr |
0.5.6 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.5.6 06 Jun 2017 20:48:08 |
rm |
net-im/py-nbxmpp: update to 0.5.6 |
0.5.5 02 Feb 2017 07:50:15 |
rm |
net-im/py-nbxmpp: update to 0.5.5 |
0.5.4 07 Sep 2016 18:20:36 |
rm |
net-im/py-nbxmpp: update to 0.5.4
Changelog:
python-nbxmpp 0.5.4 (04 September 2016)
* Fix SCRAM authentication
* Fix BOSH connection with UTF-8 messages
* Fix smacks implementation
* Use uuid in stanza ids |
0.5.3_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.5.3_1 27 Jul 2015 06:55:34 |
rm |
net-im/py-nbxmpp: remove dependency on twisted
Remove dependency on twisted, because it is not used anymore
and let it build with python3 after that.
Bump PORTREVISION to chase dependency change |
0.5.3 27 Jul 2015 06:45:47 |
rm |
net-im/py-nbxmpp: update to 0.5.3
python-nbxmpp 0.5.3 (13 July 2015)
* Fix receiving long utf8 strings under py3
* Fix issue with pyopenssl 0.15.1
* Fix decoding issues
Add NO_ARCH and limit python version to 2.x (twisted is not py3-aware). |
0.5.2 12 Jan 2015 18:44:43 |
rm |
net-im/py-nbxmpp: update to 0.5.2
Changelog:
* Fix BOSH HTTP requests
* Fix handling of binary SASL data for mechanism GSSAPI
* Update MAM namespace |
0.5.1 05 Oct 2014 17:11:05 |
rm |
The goal of this python library is to provide a way for python applications
to use Jabber/XMPP networks in a non-blocking way. This library is initialy a
fork of xmpppy one, but using non-blocking sockets.
WWW: https://python-nbxmpp.gajim.org/ |