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-discord.
details: https://anonhg.NetBSD.org/pkgsrc/rev/e271305ded6c
branches: trunk
changeset: 336897:e271305ded6c
user: nia <nia%pkgsrc.org@localhost>
date: Sun Jul 28 15:16:35 2019 +0000
description:
Add chat/bitlbee-discord.
The Discord protocol plugin for bitlbee.
diffstat:
chat/Makefile | 3 ++-
chat/bitlbee-discord/DESCR | 1 +
chat/bitlbee-discord/Makefile | 21 +++++++++++++++++++++
chat/bitlbee-discord/PLIST | 3 +++
chat/bitlbee-discord/distinfo | 6 ++++++
chat/bitlbee/Makefile | 9 +++++++--
chat/bitlbee/PLIST | 41 ++++++++++++++++++++++++++++++++++++++++-
chat/bitlbee/buildlink3.mk | 14 ++++++++++++++
8 files changed, 94 insertions(+), 4 deletions(-)
diffs (162 lines):
diff -r d20ada731522 -r e271305ded6c chat/Makefile
--- a/chat/Makefile Sun Jul 28 10:26:43 2019 +0000
+++ b/chat/Makefile Sun Jul 28 15:16:35 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.222 2019/07/05 09:14:49 nia Exp $
+# $NetBSD: Makefile,v 1.223 2019/07/28 15:16:35 nia Exp $
#
COMMENT= Communication programs
@@ -8,6 +8,7 @@
SUBDIR+= bitchbot
SUBDIR+= bitchx
SUBDIR+= bitlbee
+SUBDIR+= bitlbee-discord
SUBDIR+= bnc
SUBDIR+= carbons-purple
SUBDIR+= centerim
diff -r d20ada731522 -r e271305ded6c chat/bitlbee-discord/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/bitlbee-discord/DESCR Sun Jul 28 15:16:35 2019 +0000
@@ -0,0 +1,1 @@
+The Discord protocol plugin for bitlbee.
diff -r d20ada731522 -r e271305ded6c chat/bitlbee-discord/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/bitlbee-discord/Makefile Sun Jul 28 15:16:35 2019 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2019/07/28 15:16:36 nia Exp $
+
+DISTNAME= bitlbee-discord-0.4.2
+CATEGORIES= chat
+MASTER_SITES= ${MASTER_SITE_GITHUB:=sm00th/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/sm00th/bitlbee-discord
+COMMENT= Discord protocol plugin for BitlBee
+LICENSE= gnu-gpl-v2
+
+USE_TOOLS+= autoreconf autoconf automake
+USE_TOOLS+= pkg-config
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+
+pre-configure:
+ cd ${WRKSRC} && ./autogen.sh
+
+.include "../../chat/bitlbee/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d20ada731522 -r e271305ded6c chat/bitlbee-discord/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/bitlbee-discord/PLIST Sun Jul 28 15:16:35 2019 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2019/07/28 15:16:36 nia Exp $
+lib/bitlbee/discord.la
+share/bitlbee/discord-help.txt
diff -r d20ada731522 -r e271305ded6c chat/bitlbee-discord/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/bitlbee-discord/distinfo Sun Jul 28 15:16:35 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/07/28 15:16:36 nia Exp $
+
+SHA1 (bitlbee-discord-0.4.2.tar.gz) = 583183036ff09f0e455b7392209fc72f5c5b4de9
+RMD160 (bitlbee-discord-0.4.2.tar.gz) = bb0c193451a83c26effa4bd4ba2269ca4f9e351c
+SHA512 (bitlbee-discord-0.4.2.tar.gz) = fc344e804070ab477fa4c9b4ceae024f8e4771e847fa06b7c6042c49972aafcf533dd5c7413aafe9fb673eaeedfd6590e8931ccef8840acc12a9d9622c914ab3
+Size (bitlbee-discord-0.4.2.tar.gz) = 33704 bytes
diff -r d20ada731522 -r e271305ded6c chat/bitlbee/Makefile
--- a/chat/bitlbee/Makefile Sun Jul 28 10:26:43 2019 +0000
+++ b/chat/bitlbee/Makefile Sun Jul 28 15:16:35 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.81 2019/07/20 22:46:10 wiz Exp $
+# $NetBSD: Makefile,v 1.82 2019/07/28 15:16:35 nia Exp $
DISTNAME= bitlbee-3.6
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= chat
MASTER_SITES= http://get.bitlbee.org/src/
@@ -52,6 +52,7 @@
PKG_HOME.bitlbee= ${VARBASE}/db/bitlbee
INSTALLATION_DIRS= ${PKGMANDIR}/man5 ${PKGMANDIR}/man8 sbin
+INSTALLATION_DIRS+= lib/pkgconfig include/bitlbee
CPPFLAGS.SunOS+= -Du_int16_t=uint16_t
@@ -74,6 +75,10 @@
.for f in AUTHORS FAQ README CREDITS user-guide/user-guide.txt user-guide/user-guide.html
${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DESTDIR}${DOCDIR}
.endfor
+ ${INSTALL_DATA} ${WRKSRC}/bitlbee.pc ${DESTDIR}${PREFIX}/lib/pkgconfig
+ ${INSTALL_DATA} ${WRKSRC}/*.h ${DESTDIR}${PREFIX}/include/bitlbee
+ ${INSTALL_DATA} ${WRKSRC}/lib/*.h ${DESTDIR}${PREFIX}/include/bitlbee
+ ${INSTALL_DATA} ${WRKSRC}/protocols/*.h ${DESTDIR}${PREFIX}/include/bitlbee
PKG_OPTIONS_VAR= PKG_OPTIONS.bitlbee
PKG_SUPPORTED_OPTIONS= inet6
diff -r d20ada731522 -r e271305ded6c chat/bitlbee/PLIST
--- a/chat/bitlbee/PLIST Sun Jul 28 10:26:43 2019 +0000
+++ b/chat/bitlbee/PLIST Sun Jul 28 15:16:35 2019 +0000
@@ -1,4 +1,43 @@
-@comment $NetBSD: PLIST,v 1.8 2014/03/11 14:04:58 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.9 2019/07/28 15:16:35 nia Exp $
+include/bitlbee/account.h
+include/bitlbee/arc.h
+include/bitlbee/auth.h
+include/bitlbee/base64.h
+include/bitlbee/bee.h
+include/bitlbee/bitlbee.h
+include/bitlbee/canohost.h
+include/bitlbee/commands.h
+include/bitlbee/conf.h
+include/bitlbee/config.h
+include/bitlbee/dcc.h
+include/bitlbee/events.h
+include/bitlbee/ft.h
+include/bitlbee/ftutil.h
+include/bitlbee/help.h
+include/bitlbee/http_client.h
+include/bitlbee/ini.h
+include/bitlbee/ipc.h
+include/bitlbee/irc.h
+include/bitlbee/json.h
+include/bitlbee/json_util.h
+include/bitlbee/log.h
+include/bitlbee/md5.h
+include/bitlbee/misc.h
+include/bitlbee/nick.h
+include/bitlbee/nogaim.h
+include/bitlbee/oauth.h
+include/bitlbee/oauth2.h
+include/bitlbee/otr.h
+include/bitlbee/proxy.h
+include/bitlbee/query.h
+include/bitlbee/set.h
+include/bitlbee/sha1.h
+include/bitlbee/sock.h
+include/bitlbee/ssl_client.h
+include/bitlbee/storage.h
+include/bitlbee/url.h
+include/bitlbee/xmltree.h
+lib/pkgconfig/bitlbee.pc
man/man5/bitlbee.conf.5
man/man8/bitlbee.8
sbin/bitlbee
diff -r d20ada731522 -r e271305ded6c chat/bitlbee/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/bitlbee/buildlink3.mk Sun Jul 28 15:16:35 2019 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: buildlink3.mk,v 1.1 2019/07/28 15:16:35 nia Exp $
+
+BUILDLINK_TREE+= bitlbee
+
+.if !defined(BITLBEE_BUILDLINK3_MK)
+BITLBEE_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.bitlbee+= bitlbee>=3.6nb1
+BUILDLINK_PKGSRCDIR.bitlbee?= ../../chat/bitlbee
+
+.include "../../devel/glib2/buildlink3.mk"
+.endif # BITLBEE_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -bitlbee
Home |
Main Index |
Thread Index |
Old Index