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/
This commit is contained in:
Ruslan Makhmatkhanov 2014-10-05 17:11:04 +00:00
parent 13b30d27b8
commit 74d5bf79ed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370096
4 changed files with 29 additions and 0 deletions

View File

@ -118,6 +118,7 @@
SUBDIR += py-jabber
SUBDIR += py-jabberbot
SUBDIR += py-libturpial
SUBDIR += py-nbxmpp
SUBDIR += py-punjab
SUBDIR += py-pyxmpp
SUBDIR += py-skype4py

21
net-im/py-nbxmpp/Makefile Normal file
View File

@ -0,0 +1,21 @@
# $FreeBSD$
PORTNAME= nbxmpp
PORTVERSION= 0.5.1
CATEGORIES= net-im devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@FreeBSD.org
COMMENT= Non blocking Jabber/XMPP module
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>0:${PORTSDIR}/security/py-openssl \
${PYTHON_PKGNAMEPREFIX}zope.interface>0:${PORTSDIR}/devel/py-zope.interface
USES= python twisted:run
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (nbxmpp-0.5.1.tar.gz) = fa312db1e912434b60545e6ccd64edb54d00f8afcc04e84d9ffa16e8cbf17ba5
SIZE (nbxmpp-0.5.1.tar.gz) = 1514900

View File

@ -0,0 +1,5 @@
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/