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-steam.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc7697ddef3d
branches:  trunk
changeset: 336903:bc7697ddef3d
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Jul 28 15:22:55 2019 +0000

description:
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.

diffstat:

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

diffs (84 lines):

diff -r a7686c92e9ff -r bc7697ddef3d chat/Makefile
--- a/chat/Makefile     Sun Jul 28 15:22:39 2019 +0000
+++ b/chat/Makefile     Sun Jul 28 15:22:55 2019 +0000
@@ -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
diff -r a7686c92e9ff -r bc7697ddef3d chat/bitlbee-steam/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/bitlbee-steam/DESCR  Sun Jul 28 15:22:55 2019 +0000
@@ -0,0 +1,3 @@
+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.
diff -r a7686c92e9ff -r bc7697ddef3d chat/bitlbee-steam/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/bitlbee-steam/Makefile       Sun Jul 28 15:22:55 2019 +0000
@@ -0,0 +1,20 @@
+# $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@localhost
+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"
diff -r a7686c92e9ff -r bc7697ddef3d chat/bitlbee-steam/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/bitlbee-steam/PLIST  Sun Jul 28 15:22:55 2019 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2019/07/28 15:22:56 nia Exp $
+lib/bitlbee/steam.la
diff -r a7686c92e9ff -r bc7697ddef3d chat/bitlbee-steam/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/bitlbee-steam/distinfo       Sun Jul 28 15:22:55 2019 +0000
@@ -0,0 +1,7 @@
+$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
diff -r a7686c92e9ff -r bc7697ddef3d chat/bitlbee-steam/patches/patch-configure
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/bitlbee-steam/patches/patch-configure        Sun Jul 28 15:22:55 2019 +0000
@@ -0,0 +1,15 @@
+$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 \



Home | Main Index | Thread Index | Old Index