Sun Jul 28 15:22:56 2019 UTC ()
Add chat/bitlbee-steam.

The Steam protocol plugin for bitlbee. This plugin uses the Steam Mobile
API allowing it to run alongside the main Steam client. It is worth noting
that the Steam Mobile API is HTTP based, which does lead to mild latency.


(nia)
diff -r1.225 -r1.226 pkgsrc/chat/Makefile
diff -r0 -r1.1 pkgsrc/chat/bitlbee-steam/DESCR
diff -r0 -r1.1 pkgsrc/chat/bitlbee-steam/Makefile
diff -r0 -r1.1 pkgsrc/chat/bitlbee-steam/PLIST
diff -r0 -r1.1 pkgsrc/chat/bitlbee-steam/distinfo
diff -r0 -r1.1 pkgsrc/chat/bitlbee-steam/patches/patch-configure

cvs diff -r1.225 -r1.226 pkgsrc/chat/Makefile (expand / switch to context diff)
--- pkgsrc/chat/Makefile 2019/07/28 15:21:08 1.225
+++ pkgsrc/chat/Makefile 2019/07/28 15:22:55 1.226
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.225 2019/07/28 15:21:08 nia Exp $
+# $NetBSD: Makefile,v 1.226 2019/07/28 15:22:55 nia Exp $
 #
 
 COMMENT=	Communication programs
@@ -11,6 +11,7 @@
 SUBDIR+=	bitlbee-discord
 SUBDIR+=	bitlbee-facebook
 SUBDIR+=	bitlbee-mastodon
+SUBDIR+=	bitlbee-steam
 SUBDIR+=	bnc
 SUBDIR+=	carbons-purple
 SUBDIR+=	centerim

File Added: pkgsrc/chat/bitlbee-steam/DESCR
The Steam protocol plugin for bitlbee. This plugin uses the Steam Mobile
API allowing it to run alongside the main Steam client. It is worth noting
that the Steam Mobile API is HTTP based, which does lead to mild latency.

File Added: pkgsrc/chat/bitlbee-steam/Makefile
# $NetBSD: Makefile,v 1.1 2019/07/28 15:22:56 nia Exp $

DISTNAME=	bitlbee-steam-1.4.2
CATEGORIES=	chat
MASTER_SITES=	${MASTER_SITE_GITHUB:=bitlbee/}
GITHUB_PROJECT=	bitlbee-steam
GITHUB_RELEASE=	v${PKGVERSION_NOREV}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://www.bitlbee.org/
COMMENT=	Steam protocol plugin for BitlBee
LICENSE=	gnu-gpl-v2

GNU_CONFIGURE=	yes
USE_TOOLS+=	pkg-config
USE_LIBTOOL=	yes

.include "../../chat/bitlbee/buildlink3.mk"
.include "../../security/libgcrypt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/chat/bitlbee-steam/PLIST
@comment $NetBSD: PLIST,v 1.1 2019/07/28 15:22:56 nia Exp $
lib/bitlbee/steam.la

File Added: pkgsrc/chat/bitlbee-steam/distinfo
$NetBSD: distinfo,v 1.1 2019/07/28 15:22:56 nia Exp $

SHA1 (bitlbee-steam-1.4.2.tar.gz) = b02bc15047855c995db388263bd47574bcd66198
RMD160 (bitlbee-steam-1.4.2.tar.gz) = c331fd38f3e6629e64301d94dd8693e041d77efb
SHA512 (bitlbee-steam-1.4.2.tar.gz) = 30f463e4f523a9676c3bfe5a5cde27da6f4f9e4664476f311d089982903f53d1f0d41887344e85922bf833ff37b22f2ffc9022ed5ba34948005729f0f1bd1d9c
Size (bitlbee-steam-1.4.2.tar.gz) = 375563 bytes
SHA1 (patch-configure) = dcee1d76e582e7a28077ca59fff8b6174fc03a32

File Added: pkgsrc/chat/bitlbee-steam/patches/patch-configure
$NetBSD: patch-configure,v 1.1 2019/07/28 15:22:56 nia Exp $

Use portable test operator.

--- configure.orig	2016-07-30 01:31:53.000000000 +0000
+++ configure
@@ -12115,7 +12115,7 @@ else
 fi
 
 
-if test "x$WARNINGS" == "xyes"; then :
+if test "x$WARNINGS" = "xyes"; then :
   CFLAGS="$CFLAGS -Wall -Wextra \
      -Waggregate-return \
      -Wdeclaration-after-statement \