Port details |
- py-slixmpp Elegant Python library for XMPP (aka Jabber, Google Talk, etc.)
- 1.8.5 net-im =2 1.7.1_1Version of this port present on the latest quarterly branch.
- Maintainer: 0mp@FreeBSD.org
- Port Added: 2018-12-28 15:04:58
- Last Update: 2024-09-30 19:27:57
- Commit Hash: fcac14a
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://lab.louiz.org/poezio/slixmpp
- Description:
- Slixmpp is an MIT licensed XMPP library for Python 3.5+. It is a fork of
SleekXMPP.
Slixmpp's goals is to only rewrite the core of the library (the low level
socket handling, the timers, the events dispatching) in order to remove all
threads.
- ¦ ¦ ¦ ¦
- 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}slixmpp>0:net-im/py-slixmpp@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net-im/py-slixmpp/ && make install clean
- To add the package, run one of these commands:
- pkg install net-im/py-slixmpp
- pkg install py311-slixmpp
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-slixmpp listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-slixmpp
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1727711249
SHA256 (slixmpp-1.8.5.tar.gz) = 75e3f0ad48555f7f5c9228e7066c1d4358b33d640b4fbe773ec34b03b7fae9a3
SIZE (slixmpp-1.8.5.tar.gz) = 574560
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:
-
- libidn.so : dns/libidn
- pkgconf>=1.3.0_1 : devel/pkgconf
- cython-3.11 : lang/cython@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- gpg : security/gnupg
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-pyasn1>=0 : devel/py-pyasn1@py311
- py311-pyasn1-modules>=0 : devel/py-pyasn1-modules@py311
- py311-aiodns>=1.0 : dns/py-aiodns@py311
- py311-aiohttp>=0 : www/py-aiohttp@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net-im_py-slixmpp
- USES:
- cpe pkgconfig 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 |
1.8.5 30 Sep 2024 19:27:57 |
Mateusz Piotrowski (0mp) |
net-im/py-slixmpp: Update to 1.8.5 |
1.7.1_1 02 May 2024 13:06:58 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of dns/libidn
Reported by: vvd |
1.7.1 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> |
1.7.1 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) |
1.7.1 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 ) |
1.7.1 13 Oct 2021 14:11:35 |
Stefan Eßer (se) |
net-im/py-slixmpp: Add CPE information
Approved by: portmgr (blanket) |
1.7.1 05 May 2021 20:06:44 |
Mateusz Piotrowski (0mp) |
net-im/py-slixmpp: Update to 1.7.1 |
1.7.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.7.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.7.0 14 Feb 2021 14:01:32 |
0mp |
Update to 1.7.0 |
1.6.0 22 Dec 2020 13:06:10 |
0mp |
Update to 1.6.0
PR: 252038
Submitted by: Neel Chauhan <neel@neelc.org> |
1.5.2 08 Jun 2020 22:27:54 |
0mp |
Update to 1.5.2 |
1.5.1 13 May 2020 20:58:16 |
0mp |
Update to 1.5.1
Release notes:
- https://lab.louiz.org/poezio/slixmpp/-/tags/slix-1.5.0
- https://lab.louiz.org/poezio/slixmpp/-/tags/slix-1.5.1 |
1.4.2_1 25 Oct 2019 07:23:23 |
0mp |
Update WWW |
1.4.2_1 02 Apr 2019 03:35:54 |
yuri |
dns/libidn: Update to 1.35
Bump 48 ports.
Previous update to 1.34 broke jabberd.
PR: 228048 |
1.4.2 05 Mar 2019 15:02:40 |
0mp |
net-im/py-slixmpp: Update to 1.4.2
This release contains a fix for CVE-2019-1000021.
Changelog:
https://lab.louiz.org/poezio/slixmpp/tags/slix-1.4.2
Reviewed by: krion
Approved by: krion (mentor)
MFH: 2019Q1
Security: 526d9642-3ae7-11e9-a669-8c164582fbac
Security: CVE-2019-1000021
Differential Revision: https://reviews.freebsd.org/D19397 |
1.4.1_1 08 Jan 2019 13:31:14 |
0mp |
net-im/py-slixmpp: Add missing RUN_DEPENDS and fix some other issues
- Switch MASTER_SITES to CHEESESHOP as it ought to be the default for
Python software.
- Adjust COMMENT to match the short description from setup.py.
- Add missing RUN_DEPENDS.
- Standardize test invocation.
- Update WWW to point to project's homepage instead of the Git repository.
Reported by: koobs
Reviewed by: koobs, krion
Approved by: koobs, krion (mentor)
Differential Revision: https://reviews.freebsd.org/D18684 |
1.4.1 28 Dec 2018 15:04:28 |
0mp |
New port: net-im/py-slimxmpp: Threadless Poezio-oriented fork of SleekXMPP using
asyncio
Slixmpp is an MIT licensed XMPP library for Python 3.5+. It is a fork of
SleekXMPP.
Slixmpp's goals is to only rewrite the core of the library (the low level
socket handling, the timers, the events dispatching) in order to remove all
threads.
WWW: https://git.poez.io/slixmpp/
Reviewed by: mat
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D18668 |