diff options
author | gahr <gahr@FreeBSD.org> | 2015-12-24 22:28:54 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2015-12-24 22:28:54 +0800 |
commit | 719b4f2d95336b7c5facda7ccc3f92e525f59338 (patch) | |
tree | 85e660e11a5afef14a319462ebf2b8da419e1fc7 /irc | |
parent | 97bad8c858d1b20dedfea3560e49a20cbced72be (diff) | |
download | freebsd-ports-graphics-719b4f2d95336b7c5facda7ccc3f92e525f59338.tar.gz freebsd-ports-graphics-719b4f2d95336b7c5facda7ccc3f92e525f59338.tar.zst freebsd-ports-graphics-719b4f2d95336b7c5facda7ccc3f92e525f59338.zip |
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
Diffstat (limited to 'irc')
-rw-r--r-- | irc/Makefile | 1 | ||||
-rw-r--r-- | irc/bitlbee-facebook/Makefile | 28 | ||||
-rw-r--r-- | irc/bitlbee-facebook/distinfo | 2 | ||||
-rw-r--r-- | irc/bitlbee-facebook/pkg-descr | 4 |
4 files changed, 35 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index d409ebeebf0..2c9d43e7362 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -8,6 +8,7 @@ SUBDIR += bip SUBDIR += bitchx SUBDIR += bitlbee + SUBDIR += bitlbee-facebook SUBDIR += bnc SUBDIR += bopm SUBDIR += cgiirc diff --git a/irc/bitlbee-facebook/Makefile b/irc/bitlbee-facebook/Makefile new file mode 100644 index 00000000000..2cbd0c4f480 --- /dev/null +++ b/irc/bitlbee-facebook/Makefile @@ -0,0 +1,28 @@ +# Created by: gahr +# $FreeBSD$ + +PORTNAME= bitlbee-facebook +PORTVERSION= 20151224 +CATEGORIES= irc + +MAINTAINER= gahr@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> diff --git a/irc/bitlbee-facebook/distinfo b/irc/bitlbee-facebook/distinfo new file mode 100644 index 00000000000..d63e77aef7d --- /dev/null +++ b/irc/bitlbee-facebook/distinfo @@ -0,0 +1,2 @@ +SHA256 (gahr-bitlbee-facebook-20151224_GH0.tar.gz) = 0b645f2eaa332a15093425522d21a75b563a152a024706259676e28d13d04dca +SIZE (gahr-bitlbee-facebook-20151224_GH0.tar.gz) = 61239 diff --git a/irc/bitlbee-facebook/pkg-descr b/irc/bitlbee-facebook/pkg-descr new file mode 100644 index 00000000000..d52eaa38baa --- /dev/null +++ b/irc/bitlbee-facebook/pkg-descr @@ -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 |