pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat Add chat/bitlbee-facebook.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/44928e673e9d
branches:  trunk
changeset: 336899:44928e673e9d
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Jul 28 15:19:08 2019 +0000

description:
Add chat/bitlbee-facebook.

The Facebook protocol plugin for bitlbee.
This plugin uses the Facebook Messenger MQTT-based protocol.

This project is not affiliated with Facebook, Inc.

diffstat:

 chat/Makefile                                 |   3 ++-
 chat/bitlbee-facebook/DESCR                   |   4 ++++
 chat/bitlbee-facebook/Makefile                |  20 ++++++++++++++++++++
 chat/bitlbee-facebook/PLIST                   |   2 ++
 chat/bitlbee-facebook/distinfo                |   7 +++++++
 chat/bitlbee-facebook/patches/patch-configure |  15 +++++++++++++++
 6 files changed, 50 insertions(+), 1 deletions(-)

diffs (85 lines):

diff -r 52eb1e4194c0 -r 44928e673e9d chat/Makefile
--- a/chat/Makefile     Sun Jul 28 15:16:54 2019 +0000
+++ b/chat/Makefile     Sun Jul 28 15:19:08 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.223 2019/07/28 15:16:35 nia Exp $
+# $NetBSD: Makefile,v 1.224 2019/07/28 15:19:08 nia Exp $
 #
 
 COMMENT=       Communication programs
@@ -9,6 +9,7 @@
 SUBDIR+=       bitchx
 SUBDIR+=       bitlbee
 SUBDIR+=       bitlbee-discord
+SUBDIR+=       bitlbee-facebook
 SUBDIR+=       bnc
 SUBDIR+=       carbons-purple
 SUBDIR+=       centerim
diff -r 52eb1e4194c0 -r 44928e673e9d chat/bitlbee-facebook/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/bitlbee-facebook/DESCR       Sun Jul 28 15:19:08 2019 +0000
@@ -0,0 +1,4 @@
+The Facebook protocol plugin for bitlbee.
+This plugin uses the Facebook Messenger MQTT-based protocol.
+
+This project is not affiliated with Facebook, Inc.
diff -r 52eb1e4194c0 -r 44928e673e9d chat/bitlbee-facebook/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/bitlbee-facebook/Makefile    Sun Jul 28 15:19:08 2019 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2019/07/28 15:19:08 nia Exp $
+
+DISTNAME=      bitlbee-facebook-1.2.0
+CATEGORIES=    chat
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=bitlbee/}
+GITHUB_PROJECT=        bitlbee-facebook
+GITHUB_RELEASE=        v${PKGVERSION_NOREV}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://www.bitlbee.org/
+COMMENT=       Facebook protocol plugin for BitlBee
+LICENSE=       gnu-gpl-v2
+
+GNU_CONFIGURE= yes
+USE_TOOLS+=    pkg-config
+USE_LIBTOOL=   yes
+
+.include "../../chat/bitlbee/buildlink3.mk"
+.include "../../textproc/json-glib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 52eb1e4194c0 -r 44928e673e9d chat/bitlbee-facebook/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/bitlbee-facebook/PLIST       Sun Jul 28 15:19:08 2019 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2019/07/28 15:19:08 nia Exp $
+lib/bitlbee/facebook.la
diff -r 52eb1e4194c0 -r 44928e673e9d chat/bitlbee-facebook/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/bitlbee-facebook/distinfo    Sun Jul 28 15:19:08 2019 +0000
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2019/07/28 15:19:08 nia Exp $
+
+SHA1 (bitlbee-facebook-1.2.0.tar.gz) = 13c1475cdbabb92e7d963bb96d57e199dfe817a6
+RMD160 (bitlbee-facebook-1.2.0.tar.gz) = 236990951dd6fcb5cf21eb983a3999921568e6e9
+SHA512 (bitlbee-facebook-1.2.0.tar.gz) = 5cd5e7cd85b24c76ebb62932c9ad513d08059f08e3b8817e1a767d5677cd0a28812a622237a1de77cf5f6b62b3df65ec236a7f552fdd647248e315e8fb050a6e
+Size (bitlbee-facebook-1.2.0.tar.gz) = 409444 bytes
+SHA1 (patch-configure) = 7305159d7eba81f5cade26e307833f27b972d3b6
diff -r 52eb1e4194c0 -r 44928e673e9d chat/bitlbee-facebook/patches/patch-configure
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/bitlbee-facebook/patches/patch-configure     Sun Jul 28 15:19:08 2019 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2019/07/28 15:19:09 nia Exp $
+
+Use portable test operator.
+
+--- configure.orig     2019-01-24 12:06:28.000000000 +0000
++++ configure
+@@ -12135,7 +12135,7 @@ else
+ fi
+ 
+ 
+-if test "x$WARNINGS" == "xyes"; then :
++if test "x$WARNINGS" = "xyes"; then :
+   CFLAGS="$CFLAGS -Wall -Wextra \
+      -Waggregate-return \
+      -Wdeclaration-after-statement \



Home | Main Index | Thread Index | Old Index