add py-msnp 0.4.0
MSN messaging in Python
This commit is contained in:
parent
a1d47ff039
commit
28ff5332c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96608
9 changed files with 149 additions and 0 deletions
29
net-im/py-msnp/Makefile
Normal file
29
net-im/py-msnp/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
# ex:ts=8
|
||||||
|
# Ports collection makefile for: py-msnp
|
||||||
|
# Date created: Dec 26, 2003
|
||||||
|
# Whom: ijliao
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= msnp
|
||||||
|
PORTVERSION= 0.4.0
|
||||||
|
CATEGORIES= net python
|
||||||
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
DISTNAME= ${PORTNAME}.py-${PORTVERSION}
|
||||||
|
|
||||||
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
COMMENT= MSN messaging in Python
|
||||||
|
|
||||||
|
USE_PYTHON= 2.3+
|
||||||
|
USE_PYDISTUTILS= yes
|
||||||
|
|
||||||
|
.if !defined(NOPORTDOCS)
|
||||||
|
post-install:
|
||||||
|
@${MKDIR} ${DOCSDIR}
|
||||||
|
${INSTALL_DATA} ${WRKSRC}/tutorial.html ${DOCSDIR}
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
net-im/py-msnp/distinfo
Normal file
1
net-im/py-msnp/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (msnp.py-0.4.0.tar.gz) = efeec0a6e0eeca4c8106a5f82891c18a
|
14
net-im/py-msnp/pkg-descr
Normal file
14
net-im/py-msnp/pkg-descr
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
msnp.py is an implementation of the MSN instant messaging protocol; a library,
|
||||||
|
packaged as a Python module, with a smooth object-oriented API.
|
||||||
|
|
||||||
|
Features :
|
||||||
|
* Login; logout
|
||||||
|
* Presence states (online, away, etc.)
|
||||||
|
* Full-fledged API-supported friend list management
|
||||||
|
* Privacy settings
|
||||||
|
* Chat conversations (start, join, leave)
|
||||||
|
* Instant messages
|
||||||
|
* Typing notifications
|
||||||
|
* HTTP proxy (tunnelling) support
|
||||||
|
|
||||||
|
WWW: http://msnp.sourceforge.net/
|
30
net-im/py-msnp/pkg-plist
Normal file
30
net-im/py-msnp/pkg-plist
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/__init__.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/__init__.pyc
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/__init__.pyo
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/chat.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/chat.pyc
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/chat.pyo
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/codec.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/codec.pyc
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/codec.pyo
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/command.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/command.pyc
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/command.pyo
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/error.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/error.pyc
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/error.pyo
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/friend.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/friend.pyc
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/friend.pyo
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/net.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/net.pyc
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/net.pyo
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/protocol.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/protocol.pyc
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/protocol.pyo
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/session.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/session.pyc
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/session.pyo
|
||||||
|
@dirrm %%PYTHON_SITELIBDIR%%/msnp
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/tutorial.html
|
||||||
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
@ -576,6 +576,7 @@
|
||||||
SUBDIR += py-ldap2
|
SUBDIR += py-ldap2
|
||||||
SUBDIR += py-libnet
|
SUBDIR += py-libnet
|
||||||
SUBDIR += py-medusa
|
SUBDIR += py-medusa
|
||||||
|
SUBDIR += py-msnp
|
||||||
SUBDIR += py-pcap
|
SUBDIR += py-pcap
|
||||||
SUBDIR += py-rrdpipe
|
SUBDIR += py-rrdpipe
|
||||||
SUBDIR += py-rrdtool
|
SUBDIR += py-rrdtool
|
||||||
|
|
29
net/py-msnp/Makefile
Normal file
29
net/py-msnp/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
# ex:ts=8
|
||||||
|
# Ports collection makefile for: py-msnp
|
||||||
|
# Date created: Dec 26, 2003
|
||||||
|
# Whom: ijliao
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= msnp
|
||||||
|
PORTVERSION= 0.4.0
|
||||||
|
CATEGORIES= net python
|
||||||
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
DISTNAME= ${PORTNAME}.py-${PORTVERSION}
|
||||||
|
|
||||||
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
COMMENT= MSN messaging in Python
|
||||||
|
|
||||||
|
USE_PYTHON= 2.3+
|
||||||
|
USE_PYDISTUTILS= yes
|
||||||
|
|
||||||
|
.if !defined(NOPORTDOCS)
|
||||||
|
post-install:
|
||||||
|
@${MKDIR} ${DOCSDIR}
|
||||||
|
${INSTALL_DATA} ${WRKSRC}/tutorial.html ${DOCSDIR}
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
net/py-msnp/distinfo
Normal file
1
net/py-msnp/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (msnp.py-0.4.0.tar.gz) = efeec0a6e0eeca4c8106a5f82891c18a
|
14
net/py-msnp/pkg-descr
Normal file
14
net/py-msnp/pkg-descr
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
msnp.py is an implementation of the MSN instant messaging protocol; a library,
|
||||||
|
packaged as a Python module, with a smooth object-oriented API.
|
||||||
|
|
||||||
|
Features :
|
||||||
|
* Login; logout
|
||||||
|
* Presence states (online, away, etc.)
|
||||||
|
* Full-fledged API-supported friend list management
|
||||||
|
* Privacy settings
|
||||||
|
* Chat conversations (start, join, leave)
|
||||||
|
* Instant messages
|
||||||
|
* Typing notifications
|
||||||
|
* HTTP proxy (tunnelling) support
|
||||||
|
|
||||||
|
WWW: http://msnp.sourceforge.net/
|
30
net/py-msnp/pkg-plist
Normal file
30
net/py-msnp/pkg-plist
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/__init__.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/__init__.pyc
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/__init__.pyo
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/chat.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/chat.pyc
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/chat.pyo
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/codec.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/codec.pyc
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/codec.pyo
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/command.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/command.pyc
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/command.pyo
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/error.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/error.pyc
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/error.pyo
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/friend.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/friend.pyc
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/friend.pyo
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/net.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/net.pyc
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/net.pyo
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/protocol.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/protocol.pyc
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/protocol.pyo
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/session.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/session.pyc
|
||||||
|
%%PYTHON_SITELIBDIR%%/msnp/session.pyo
|
||||||
|
@dirrm %%PYTHON_SITELIBDIR%%/msnp
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/tutorial.html
|
||||||
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Reference in a new issue