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:16:36 UTC 2019

Modified Files:
        pkgsrc/chat: Makefile
        pkgsrc/chat/bitlbee: Makefile PLIST
Added Files:
        pkgsrc/chat/bitlbee: buildlink3.mk
        pkgsrc/chat/bitlbee-discord: DESCR Makefile PLIST distinfo

Log Message:
Add chat/bitlbee-discord.

The Discord protocol plugin for bitlbee.


To generate a diff of this commit:
cvs rdiff -u -r1.222 -r1.223 pkgsrc/chat/Makefile
cvs rdiff -u -r1.81 -r1.82 pkgsrc/chat/bitlbee/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/chat/bitlbee/PLIST
cvs rdiff -u -r0 -r1.1 pkgsrc/chat/bitlbee/buildlink3.mk
cvs rdiff -u -r0 -r1.1 pkgsrc/chat/bitlbee-discord/DESCR \
    pkgsrc/chat/bitlbee-discord/Makefile pkgsrc/chat/bitlbee-discord/PLIST \
    pkgsrc/chat/bitlbee-discord/distinfo

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.222 pkgsrc/chat/Makefile:1.223
--- pkgsrc/chat/Makefile:1.222  Fri Jul  5 09:14:49 2019
+++ pkgsrc/chat/Makefile        Sun Jul 28 15:16:35 2019
@@ -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+=        atheme
 SUBDIR+=       bitchbot
 SUBDIR+=       bitchx
 SUBDIR+=       bitlbee
+SUBDIR+=       bitlbee-discord
 SUBDIR+=       bnc
 SUBDIR+=       carbons-purple
 SUBDIR+=       centerim

Index: pkgsrc/chat/bitlbee/Makefile
diff -u pkgsrc/chat/bitlbee/Makefile:1.81 pkgsrc/chat/bitlbee/Makefile:1.82
--- pkgsrc/chat/bitlbee/Makefile:1.81   Sat Jul 20 22:46:10 2019
+++ pkgsrc/chat/bitlbee/Makefile        Sun Jul 28 15:16:35 2019
@@ -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_USERS=            ${BITLBEE_USER}:${BITLBEE_GR
 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 @@ do-install:
 .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

Index: pkgsrc/chat/bitlbee/PLIST
diff -u pkgsrc/chat/bitlbee/PLIST:1.8 pkgsrc/chat/bitlbee/PLIST:1.9
--- pkgsrc/chat/bitlbee/PLIST:1.8       Tue Mar 11 14:04:58 2014
+++ pkgsrc/chat/bitlbee/PLIST   Sun Jul 28 15:16:35 2019
@@ -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

Added files:

Index: pkgsrc/chat/bitlbee/buildlink3.mk
diff -u /dev/null pkgsrc/chat/bitlbee/buildlink3.mk:1.1
--- /dev/null   Sun Jul 28 15:16:36 2019
+++ pkgsrc/chat/bitlbee/buildlink3.mk   Sun Jul 28 15:16:35 2019
@@ -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

Index: pkgsrc/chat/bitlbee-discord/DESCR
diff -u /dev/null pkgsrc/chat/bitlbee-discord/DESCR:1.1
--- /dev/null   Sun Jul 28 15:16:36 2019
+++ pkgsrc/chat/bitlbee-discord/DESCR   Sun Jul 28 15:16:36 2019
@@ -0,0 +1 @@
+The Discord protocol plugin for bitlbee.
Index: pkgsrc/chat/bitlbee-discord/Makefile
diff -u /dev/null pkgsrc/chat/bitlbee-discord/Makefile:1.1
--- /dev/null   Sun Jul 28 15:16:36 2019
+++ pkgsrc/chat/bitlbee-discord/Makefile        Sun Jul 28 15:16:36 2019
@@ -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"
Index: pkgsrc/chat/bitlbee-discord/PLIST
diff -u /dev/null pkgsrc/chat/bitlbee-discord/PLIST:1.1
--- /dev/null   Sun Jul 28 15:16:36 2019
+++ pkgsrc/chat/bitlbee-discord/PLIST   Sun Jul 28 15:16:36 2019
@@ -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
Index: pkgsrc/chat/bitlbee-discord/distinfo
diff -u /dev/null pkgsrc/chat/bitlbee-discord/distinfo:1.1
--- /dev/null   Sun Jul 28 15:16:36 2019
+++ pkgsrc/chat/bitlbee-discord/distinfo        Sun Jul 28 15:16:36 2019
@@ -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



Home | Main Index | Thread Index | Old Index