Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Aug 2016 15:54:30 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421077 - in head/net-im: . py-fbmq
Message-ID:  <201608291554.u7TFsUHc091750@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Mon Aug 29 15:54:30 2016
New Revision: 421077
URL: https://svnweb.freebsd.org/changeset/ports/421077

Log:
  Add net-im/py-fbmq, a Python library for using the Facebook Messenger API.

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

Modified: head/net-im/Makefile
==============================================================================
--- head/net-im/Makefile	Mon Aug 29 15:50:30 2016	(r421076)
+++ head/net-im/Makefile	Mon Aug 29 15:54:30 2016	(r421077)
@@ -126,6 +126,7 @@
     SUBDIR += psi
     SUBDIR += psimedia
     SUBDIR += pwytter
+    SUBDIR += py-fbmq
     SUBDIR += py-jabber
     SUBDIR += py-jabberbot
     SUBDIR += py-libturpial

Added: head/net-im/py-fbmq/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/py-fbmq/Makefile	Mon Aug 29 15:54:30 2016	(r421077)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	fbmq
+PORTVERSION=	1.7.0
+CATEGORIES=	net-im devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	olgeni@FreeBSD.org
+COMMENT=	Python library for using the Facebook Messenger API
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Flask>0:www/py-flask \
+		${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.mk>

Added: head/net-im/py-fbmq/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/py-fbmq/distinfo	Mon Aug 29 15:54:30 2016	(r421077)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1472484763
+SHA256 (fbmq-1.7.0.tar.gz) = 9be46dde09f22822ea95a734ad0bbc2b21663aecc44861ab5ea3881c90506349
+SIZE (fbmq-1.7.0.tar.gz) = 7304

Added: head/net-im/py-fbmq/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/py-fbmq/pkg-descr	Mon Aug 29 15:54:30 2016	(r421077)
@@ -0,0 +1,3 @@
+Python library for using the Facebook Messenger API.
+
+WWW: https://github.com/conbus/fbmq



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