svn commit: r404366 - in head/irc: . bitlbee-facebook

Pietro Cerutti gahr at FreeBSD.org
Thu Dec 24 14:28:56 UTC 2015


Author: gahr
Date: Thu Dec 24 14:28:54 2015
New Revision: 404366
URL: https://svnweb.freebsd.org/changeset/ports/404366

Log:
  irce/bitlbee-facebook - add port
  
  bitlbee-facebook is a plugin that allows bitlbee to access Facebook. It uses
  the MQTT protocol used by the Facebook messenger mobile client and also
  supports group chats.
  
  WWW: https://wiki.bitlbee.org/HowtoFacebookMQTT

Added:
  head/irc/bitlbee-facebook/
  head/irc/bitlbee-facebook/Makefile   (contents, props changed)
  head/irc/bitlbee-facebook/distinfo   (contents, props changed)
  head/irc/bitlbee-facebook/pkg-descr   (contents, props changed)
Modified:
  head/irc/Makefile

Modified: head/irc/Makefile
==============================================================================
--- head/irc/Makefile	Thu Dec 24 14:08:42 2015	(r404365)
+++ head/irc/Makefile	Thu Dec 24 14:28:54 2015	(r404366)
@@ -8,6 +8,7 @@
     SUBDIR += bip
     SUBDIR += bitchx
     SUBDIR += bitlbee
+    SUBDIR += bitlbee-facebook
     SUBDIR += bnc
     SUBDIR += bopm
     SUBDIR += cgiirc

Added: head/irc/bitlbee-facebook/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/irc/bitlbee-facebook/Makefile	Thu Dec 24 14:28:54 2015	(r404366)
@@ -0,0 +1,28 @@
+# Created by: gahr
+# $FreeBSD$
+
+PORTNAME=	bitlbee-facebook
+PORTVERSION=	20151224
+CATEGORIES=	irc
+
+MAINTAINER=	gahr at FreeBSD.org
+COMMENT=	Facebook plugin for bitlbee
+
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+LIB_DEPENDS=	libjson-glib-1.0.so:devel/json-glib
+BUILD_DEPENDS=	bitlbee:irc/bitlbee
+
+USES=		autoreconf libtool
+GNU_CONFIGURE=	yes
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	gahr
+GH_TAGNAME=	20151224
+
+INSTALL_TARGET=	install-strip
+
+PLIST_FILES=	lib/bitlbee/facebook.so
+
+.include <bsd.port.mk>

Added: head/irc/bitlbee-facebook/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/irc/bitlbee-facebook/distinfo	Thu Dec 24 14:28:54 2015	(r404366)
@@ -0,0 +1,2 @@
+SHA256 (gahr-bitlbee-facebook-20151224_GH0.tar.gz) = 0b645f2eaa332a15093425522d21a75b563a152a024706259676e28d13d04dca
+SIZE (gahr-bitlbee-facebook-20151224_GH0.tar.gz) = 61239

Added: head/irc/bitlbee-facebook/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/irc/bitlbee-facebook/pkg-descr	Thu Dec 24 14:28:54 2015	(r404366)
@@ -0,0 +1,4 @@
+Bitlbee plugin based on the Facebook mobile client - which uses the MQTT
+protocol - that also supports group chats.
+
+WWW: https://wiki.bitlbee.org/HowtoFacebookMQTT


More information about the svn-ports-head mailing list