mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
add py-jabber 0.2
A Python Jabber library
This commit is contained in:
parent
292e29f7b8
commit
5f44442efe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53011
31
net-im/py-jabber/Makefile
Normal file
31
net-im/py-jabber/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: py-jabber
|
||||
# Date created: Jan 13, 2002
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= jabber
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= jabberpy
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= jabber.py-${PORTVERSION}-1
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyexpat.so:${PORTSDIR}/textproc/py-expat
|
||||
|
||||
USE_PYTHON= yes
|
||||
|
||||
SETUP_CMD= cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py
|
||||
|
||||
do-build:
|
||||
@${SETUP_CMD} build
|
||||
|
||||
do-install:
|
||||
@${SETUP_CMD} install
|
||||
|
||||
.include <bsd.port.mk>
|
1
net-im/py-jabber/distinfo
Normal file
1
net-im/py-jabber/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (jabber.py-0.2-1.tar.gz) = 473682c710f3be45aa3e5e56613aba12
|
1
net-im/py-jabber/pkg-comment
Normal file
1
net-im/py-jabber/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A Python Jabber library
|
8
net-im/py-jabber/pkg-descr
Normal file
8
net-im/py-jabber/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
jabber.py is a Python module for the jabber instant messaging protocol.
|
||||
jabber.py deals with the xml parsing and socket code, leaving the programmer
|
||||
to concentrate on developing quality jabber based applications with Python.
|
||||
|
||||
The eventual aim is to produce a fully featured easy to use library for
|
||||
creating both jabber clients and servers.
|
||||
|
||||
WWW: http://jabberpy.sourceforge.net/
|
4
net-im/py-jabber/pkg-plist
Normal file
4
net-im/py-jabber/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
lib/%%PYTHON_VERSION%%/site-packages/xmlstream.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/xmlstream.pyc
|
||||
lib/%%PYTHON_VERSION%%/site-packages/jabber.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/jabber.pyc
|
@ -359,6 +359,7 @@
|
||||
SUBDIR += punkbuster-data
|
||||
SUBDIR += pvm
|
||||
SUBDIR += pvm++
|
||||
SUBDIR += py-jabber
|
||||
SUBDIR += py-pcap
|
||||
SUBDIR += py-smb
|
||||
SUBDIR += py-soap
|
||||
|
31
net/py-jabber/Makefile
Normal file
31
net/py-jabber/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: py-jabber
|
||||
# Date created: Jan 13, 2002
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= jabber
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= jabberpy
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= jabber.py-${PORTVERSION}-1
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyexpat.so:${PORTSDIR}/textproc/py-expat
|
||||
|
||||
USE_PYTHON= yes
|
||||
|
||||
SETUP_CMD= cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py
|
||||
|
||||
do-build:
|
||||
@${SETUP_CMD} build
|
||||
|
||||
do-install:
|
||||
@${SETUP_CMD} install
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/py-jabber/distinfo
Normal file
1
net/py-jabber/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (jabber.py-0.2-1.tar.gz) = 473682c710f3be45aa3e5e56613aba12
|
1
net/py-jabber/pkg-comment
Normal file
1
net/py-jabber/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A Python Jabber library
|
8
net/py-jabber/pkg-descr
Normal file
8
net/py-jabber/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
jabber.py is a Python module for the jabber instant messaging protocol.
|
||||
jabber.py deals with the xml parsing and socket code, leaving the programmer
|
||||
to concentrate on developing quality jabber based applications with Python.
|
||||
|
||||
The eventual aim is to produce a fully featured easy to use library for
|
||||
creating both jabber clients and servers.
|
||||
|
||||
WWW: http://jabberpy.sourceforge.net/
|
4
net/py-jabber/pkg-plist
Normal file
4
net/py-jabber/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
lib/%%PYTHON_VERSION%%/site-packages/xmlstream.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/xmlstream.pyc
|
||||
lib/%%PYTHON_VERSION%%/site-packages/jabber.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/jabber.pyc
|
Loading…
Reference in New Issue
Block a user