pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat
Module Name: pkgsrc
Committed By: nia
Date: Sun Jul 28 15:22:56 UTC 2019
Modified Files:
pkgsrc/chat: Makefile
Added Files:
pkgsrc/chat/bitlbee-steam: DESCR Makefile PLIST distinfo
pkgsrc/chat/bitlbee-steam/patches: patch-configure
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.225 -r1.226 pkgsrc/chat/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/chat/bitlbee-steam/DESCR \
pkgsrc/chat/bitlbee-steam/Makefile pkgsrc/chat/bitlbee-steam/PLIST \
pkgsrc/chat/bitlbee-steam/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/chat/bitlbee-steam/patches/patch-configure
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/Makefile
diff -u pkgsrc/chat/Makefile:1.225 pkgsrc/chat/Makefile:1.226
--- pkgsrc/chat/Makefile:1.225 Sun Jul 28 15:21:08 2019
+++ pkgsrc/chat/Makefile Sun Jul 28 15:22:55 2019
@@ -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
SUBDIR+= bitlbee-discord
SUBDIR+= bitlbee-facebook
SUBDIR+= bitlbee-mastodon
+SUBDIR+= bitlbee-steam
SUBDIR+= bnc
SUBDIR+= carbons-purple
SUBDIR+= centerim
Added files:
Index: pkgsrc/chat/bitlbee-steam/DESCR
diff -u /dev/null pkgsrc/chat/bitlbee-steam/DESCR:1.1
--- /dev/null Sun Jul 28 15:22:56 2019
+++ pkgsrc/chat/bitlbee-steam/DESCR Sun Jul 28 15:22:56 2019
@@ -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.
Index: pkgsrc/chat/bitlbee-steam/Makefile
diff -u /dev/null pkgsrc/chat/bitlbee-steam/Makefile:1.1
--- /dev/null Sun Jul 28 15:22:56 2019
+++ pkgsrc/chat/bitlbee-steam/Makefile Sun Jul 28 15:22:56 2019
@@ -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"
Index: pkgsrc/chat/bitlbee-steam/PLIST
diff -u /dev/null pkgsrc/chat/bitlbee-steam/PLIST:1.1
--- /dev/null Sun Jul 28 15:22:56 2019
+++ pkgsrc/chat/bitlbee-steam/PLIST Sun Jul 28 15:22:56 2019
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2019/07/28 15:22:56 nia Exp $
+lib/bitlbee/steam.la
Index: pkgsrc/chat/bitlbee-steam/distinfo
diff -u /dev/null pkgsrc/chat/bitlbee-steam/distinfo:1.1
--- /dev/null Sun Jul 28 15:22:56 2019
+++ pkgsrc/chat/bitlbee-steam/distinfo Sun Jul 28 15:22:56 2019
@@ -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
Index: pkgsrc/chat/bitlbee-steam/patches/patch-configure
diff -u /dev/null pkgsrc/chat/bitlbee-steam/patches/patch-configure:1.1
--- /dev/null Sun Jul 28 15:22:56 2019
+++ pkgsrc/chat/bitlbee-steam/patches/patch-configure Sun Jul 28 15:22:56 2019
@@ -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