diff options
author | tobik <tobik@FreeBSD.org> | 2019-01-25 16:04:01 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-01-25 16:04:01 +0800 |
commit | 7662a23028a955384b03400b4f7873c1faca0c37 (patch) | |
tree | 7fc129837d75a90b923ecbc3b2883aec53c33493 /irc | |
parent | e07002ad3f70c03c1549eb3f09d98dd62544847c (diff) | |
download | freebsd-ports-gnome-7662a23028a955384b03400b4f7873c1faca0c37.tar.gz freebsd-ports-gnome-7662a23028a955384b03400b4f7873c1faca0c37.tar.zst freebsd-ports-gnome-7662a23028a955384b03400b4f7873c1faca0c37.zip |
New port: irc/bitlbee-discord
Bitlbee plugin to allow connections to the discord chat service.
A more lightweight alternative to using bitlbee compiled with
libpurple support.
WWW: https://github.com/sm00th/bitlbee-discord
PR: 234007
Submitted by: Arthur Pirika <arfy32@gmail.com>
Reviewed by: koobs, ndowens@yahoo.com
Diffstat (limited to 'irc')
-rw-r--r-- | irc/Makefile | 1 | ||||
-rw-r--r-- | irc/bitlbee-discord/Makefile | 28 | ||||
-rw-r--r-- | irc/bitlbee-discord/distinfo | 3 | ||||
-rw-r--r-- | irc/bitlbee-discord/pkg-descr | 5 |
4 files changed, 37 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index 6073d15cf8d7..edf409393a58 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -8,6 +8,7 @@ SUBDIR += bip SUBDIR += bitchx SUBDIR += bitlbee + SUBDIR += bitlbee-discord SUBDIR += bitlbee-facebook SUBDIR += bitlbee-steam SUBDIR += bnc diff --git a/irc/bitlbee-discord/Makefile b/irc/bitlbee-discord/Makefile new file mode 100644 index 000000000000..8e5fb7dc761a --- /dev/null +++ b/irc/bitlbee-discord/Makefile @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= bitlbee-discord +PORTVERSION= 0.4.2 +CATEGORIES= irc + +MAINTAINER= arfy32@gmail.com +COMMENT= Discord plugin for bitlbee + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= bitlbee:irc/bitlbee +LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib + +USES= autoreconf gettext-runtime gnome libtool pkgconfig +USE_GNOME= glib20 +USE_GITHUB= yes +GH_ACCOUNT= sm00th + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-plugindir=${PREFIX}/lib/bitlbee +INSTALL_TARGET= install-strip + +PLIST_FILES= lib/bitlbee/discord.so \ + share/bitlbee/discord-help.txt + +.include <bsd.port.mk> diff --git a/irc/bitlbee-discord/distinfo b/irc/bitlbee-discord/distinfo new file mode 100644 index 000000000000..2f93c0a6f30b --- /dev/null +++ b/irc/bitlbee-discord/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1544685263 +SHA256 (sm00th-bitlbee-discord-0.4.2_GH0.tar.gz) = de45b8bb05b513eb012e5a5992a87255de7cf2713bbe66d86457beb97a9b6c52 +SIZE (sm00th-bitlbee-discord-0.4.2_GH0.tar.gz) = 33704 diff --git a/irc/bitlbee-discord/pkg-descr b/irc/bitlbee-discord/pkg-descr new file mode 100644 index 000000000000..b9ead9a841c6 --- /dev/null +++ b/irc/bitlbee-discord/pkg-descr @@ -0,0 +1,5 @@ +Bitlbee plugin to allow connections to the discord chat service. +A more lightweight alternative to using bitlbee compiled with +libpurple support. + +WWW: https://github.com/sm00th/bitlbee-discord |