Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Nov 2014 17:33:11 +0000 (UTC)
From:      Tilman Keskinoz <arved@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373502 - in head/net-im: . poezio
Message-ID:  <201411271733.sARHXBZI054676@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arved
Date: Thu Nov 27 17:33:10 2014
New Revision: 373502
URL: https://svnweb.freebsd.org/changeset/ports/373502
QAT: https://qat.redports.org/buildarchive/r373502/

Log:
  Add poezio a python XMPP client for the console

Added:
  head/net-im/poezio/
  head/net-im/poezio/Makefile   (contents, props changed)
  head/net-im/poezio/distinfo   (contents, props changed)
  head/net-im/poezio/pkg-descr   (contents, props changed)
Modified:
  head/net-im/Makefile

Modified: head/net-im/Makefile
==============================================================================
--- head/net-im/Makefile	Thu Nov 27 17:29:44 2014	(r373501)
+++ head/net-im/Makefile	Thu Nov 27 17:33:10 2014	(r373502)
@@ -112,6 +112,7 @@
     SUBDIR += pidgin-skype
     SUBDIR += pidgin-twitter
     SUBDIR += plasma-applet-ktp
+    SUBDIR += poezio
     SUBDIR += pork
     SUBDIR += prosody
     SUBDIR += psi

Added: head/net-im/poezio/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/poezio/Makefile	Thu Nov 27 17:33:10 2014	(r373502)
@@ -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>

Added: head/net-im/poezio/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/poezio/distinfo	Thu Nov 27 17:33:10 2014	(r373502)
@@ -0,0 +1,2 @@
+SHA256 (poezio-0.8.1.tar.xz) = ce497e7d255dc0f71a427509a7439b1eeeab2e691b6fa7750246204607847758
+SIZE (poezio-0.8.1.tar.xz) = 728312

Added: head/net-im/poezio/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/poezio/pkg-descr	Thu Nov 27 17:33:10 2014	(r373502)
@@ -0,0 +1,3 @@
+Poezio is a free console XMPP client
+
+WWW: http://poez.io/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411271733.sARHXBZI054676>