diff options
author | arved <arved@FreeBSD.org> | 2014-11-28 01:33:10 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2014-11-28 01:33:10 +0800 |
commit | 610e09e900a95b123ba0a7e44c6c33e421945a71 (patch) | |
tree | 52d4658895fb4d1fcc9f2a09a9d478d87490a8e3 /net-im | |
parent | 1ab2c38a97c74f315e13b7b66469691c95c869d9 (diff) | |
download | freebsd-ports-graphics-610e09e900a95b123ba0a7e44c6c33e421945a71.tar.gz freebsd-ports-graphics-610e09e900a95b123ba0a7e44c6c33e421945a71.tar.zst freebsd-ports-graphics-610e09e900a95b123ba0a7e44c6c33e421945a71.zip |
Add poezio a python XMPP client for the console
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/Makefile | 1 | ||||
-rw-r--r-- | net-im/poezio/Makefile | 20 | ||||
-rw-r--r-- | net-im/poezio/distinfo | 2 | ||||
-rw-r--r-- | net-im/poezio/pkg-descr | 3 |
4 files changed, 26 insertions, 0 deletions
diff --git a/net-im/Makefile b/net-im/Makefile index 6f84012ae51..9f81977129d 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -112,6 +112,7 @@ SUBDIR += pidgin-skype SUBDIR += pidgin-twitter SUBDIR += plasma-applet-ktp + SUBDIR += poezio SUBDIR += pork SUBDIR += prosody SUBDIR += psi diff --git a/net-im/poezio/Makefile b/net-im/poezio/Makefile new file mode 100644 index 00000000000..eda5a10a0b1 --- /dev/null +++ b/net-im/poezio/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= poezio +PORTVERSION= 0.8.1 +CATEGORIES= net-im +MASTER_SITES= http://dev.louiz.org/attachments/download/52/ + +MAINTAINER= arved@FreeBSD.org +COMMENT= Console XMPP client + +LICENSE= ZLIB +LICENSE_FILE= ${WRKSRC}/COPYING + +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/dns/__init__.py:${PORTSDIR}/dns/py-dnspython \ + ${PYTHON_SITELIBDIR}/sleekxmpp/__init__.py:${PORTSDIR}/net-im/py-sleekxmpp + +USES= tar:xz python:3.2+ +USE_PYTHON= distutils autoplist + +.include <bsd.port.mk> diff --git a/net-im/poezio/distinfo b/net-im/poezio/distinfo new file mode 100644 index 00000000000..7891cbfab0f --- /dev/null +++ b/net-im/poezio/distinfo @@ -0,0 +1,2 @@ +SHA256 (poezio-0.8.1.tar.xz) = ce497e7d255dc0f71a427509a7439b1eeeab2e691b6fa7750246204607847758 +SIZE (poezio-0.8.1.tar.xz) = 728312 diff --git a/net-im/poezio/pkg-descr b/net-im/poezio/pkg-descr new file mode 100644 index 00000000000..081b94b3607 --- /dev/null +++ b/net-im/poezio/pkg-descr @@ -0,0 +1,3 @@ +Poezio is a free console XMPP client + +WWW: http://poez.io/ |