Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Nov 2014 17:29:45 +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: r373501 - in head/net-im: . py-sleekxmpp
Message-ID:  <201411271729.sARHTjR2050592@svn.freebsd.org>

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

Log:
  Add port py-sleekxmpp, an XMPP library

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

Modified: head/net-im/Makefile
==============================================================================
--- head/net-im/Makefile	Thu Nov 27 16:54:54 2014	(r373500)
+++ head/net-im/Makefile	Thu Nov 27 17:29:44 2014	(r373501)
@@ -124,6 +124,7 @@
     SUBDIR += py-punjab
     SUBDIR += py-pyxmpp
     SUBDIR += py-skype4py
+    SUBDIR += py-sleekxmpp
     SUBDIR += py-twistedWords
     SUBDIR += py-xmpppy
     SUBDIR += py-xmpppy-irc

Added: head/net-im/py-sleekxmpp/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/py-sleekxmpp/Makefile	Thu Nov 27 17:29:44 2014	(r373501)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME=	sleekxmpp
+PORTVERSION=	1.3.1
+CATEGORIES=	net-im python
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	arved@FreeBSD.org
+COMMENT=	XMPP Library
+
+LICENSE=	MIT
+
+USES=		python:3.2+
+USE_PYTHON=	distutils autoplist
+USE_GITHUB=	yes
+GH_ACCOUNT=	fritzy
+GH_PROJECT=	SleekXMPP
+GH_TAGNAME=	1.3.1
+GH_COMMIT=	e558269
+
+.include <bsd.port.mk>

Added: head/net-im/py-sleekxmpp/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/py-sleekxmpp/distinfo	Thu Nov 27 17:29:44 2014	(r373501)
@@ -0,0 +1,2 @@
+SHA256 (sleekxmpp-1.3.1.tar.gz) = e5ed93b6c4bc302573396bfc8a8bcbe3bfa6d90eca7d5ace8655843890983f13
+SIZE (sleekxmpp-1.3.1.tar.gz) = 1014109

Added: head/net-im/py-sleekxmpp/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/py-sleekxmpp/pkg-descr	Thu Nov 27 17:29:44 2014	(r373501)
@@ -0,0 +1,5 @@
+SleekXMPP is an MIT licensed XMPP library for Python 2.6/3.1+, and is featured
+in examples in XMPP: The Definitive Guide by Kevin Smith, Remko Troncon, and 
+Peter Saint-Andre.
+
+WWW: https://github.com/fritzy/SleekXMPP/



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