summaryrefslogtreecommitdiff
path: root/net-im/py-jabber
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-01-13 09:21:34 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-01-13 09:21:34 +0000
commit5f44442efeee7410df5b03d08243a77a33984aae (patch)
treecc5d38202f18e7d60b286f20c349e76a310153a4 /net-im/py-jabber
parentUpdate to adzap-20020110, and correct the path to squid_redirect in (diff)
add py-jabber 0.2
A Python Jabber library
Notes
Notes: svn path=/head/; revision=53011
Diffstat (limited to 'net-im/py-jabber')
-rw-r--r--net-im/py-jabber/Makefile31
-rw-r--r--net-im/py-jabber/distinfo1
-rw-r--r--net-im/py-jabber/pkg-comment1
-rw-r--r--net-im/py-jabber/pkg-descr8
-rw-r--r--net-im/py-jabber/pkg-plist4
5 files changed, 45 insertions, 0 deletions
diff --git a/net-im/py-jabber/Makefile b/net-im/py-jabber/Makefile
new file mode 100644
index 000000000000..bc7452a0fffd
--- /dev/null
+++ b/net-im/py-jabber/Makefile
@@ -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>
diff --git a/net-im/py-jabber/distinfo b/net-im/py-jabber/distinfo
new file mode 100644
index 000000000000..1f85b01db993
--- /dev/null
+++ b/net-im/py-jabber/distinfo
@@ -0,0 +1 @@
+MD5 (jabber.py-0.2-1.tar.gz) = 473682c710f3be45aa3e5e56613aba12
diff --git a/net-im/py-jabber/pkg-comment b/net-im/py-jabber/pkg-comment
new file mode 100644
index 000000000000..0ef6638db47c
--- /dev/null
+++ b/net-im/py-jabber/pkg-comment
@@ -0,0 +1 @@
+A Python Jabber library
diff --git a/net-im/py-jabber/pkg-descr b/net-im/py-jabber/pkg-descr
new file mode 100644
index 000000000000..9a50b0662350
--- /dev/null
+++ b/net-im/py-jabber/pkg-descr
@@ -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/
diff --git a/net-im/py-jabber/pkg-plist b/net-im/py-jabber/pkg-plist
new file mode 100644
index 000000000000..2dbcf6c9f7a5
--- /dev/null
+++ b/net-im/py-jabber/pkg-plist
@@ -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