From owner-svn-ports-all@freebsd.org Mon Aug 29 15:54:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39EF1BC7595; Mon, 29 Aug 2016 15:54:32 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E47C63A7; Mon, 29 Aug 2016 15:54:31 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TFsVQp091755; Mon, 29 Aug 2016 15:54:31 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TFsUHc091750; Mon, 29 Aug 2016 15:54:30 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201608291554.u7TFsUHc091750@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 29 Aug 2016 15:54:30 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 15:54:32 -0000 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 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