svn commit: r373502 - in head/net-im: . poezio
Baptiste Daroussin
bapt at FreeBSD.org
Thu Nov 27 17:42:25 UTC 2014
On Thu, Nov 27, 2014 at 05:33:11PM +0000, Tilman Keskinoz wrote:
> 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 at 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
> +
This package will never build succeed on the cluster at all
The cluster will only build py-dnspython for python27 and you require a python33
version.
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20141127/af53ff43/attachment.sig>
More information about the svn-ports-head
mailing list