From 824e547e144264205db5b075f5b927258cf18739 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Mon, 26 Mar 2018 01:08:25 +0000 Subject: New port: net-im/toxbot: Groupchat control bot for Tox --- net-im/toxbot/Makefile | 27 +++++++++++++++++++++++++++ net-im/toxbot/distinfo | 3 +++ net-im/toxbot/pkg-descr | 7 +++++++ 3 files changed, 37 insertions(+) create mode 100644 net-im/toxbot/Makefile create mode 100644 net-im/toxbot/distinfo create mode 100644 net-im/toxbot/pkg-descr (limited to 'net-im/toxbot') diff --git a/net-im/toxbot/Makefile b/net-im/toxbot/Makefile new file mode 100644 index 000000000000..79184ae558e0 --- /dev/null +++ b/net-im/toxbot/Makefile @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= toxbot +DISTVERSION= g20180325 +CATEGORIES= net-im net-p2p + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Groupchat control bot for Tox + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libtoxcore.so:net-im/tox + +USE_GITHUB= yes +GH_ACCOUNT= JFreegman +GH_PROJECT= ToxBot +GH_TAGNAME= 1e4af05 + +USES= gmake pkgconfig + +PLIST_FILES= bin/${PORTNAME} + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + +.include diff --git a/net-im/toxbot/distinfo b/net-im/toxbot/distinfo new file mode 100644 index 000000000000..f9a98c2badd8 --- /dev/null +++ b/net-im/toxbot/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1522025608 +SHA256 (JFreegman-ToxBot-g20180325-1e4af05_GH0.tar.gz) = 1dff646f0ce792febb2b2a3ace272c8e38308d4f364cdfc2ebdaa24d41c5d6f6 +SIZE (JFreegman-ToxBot-g20180325-1e4af05_GH0.tar.gz) = 23473 diff --git a/net-im/toxbot/pkg-descr b/net-im/toxbot/pkg-descr new file mode 100644 index 000000000000..ae9e284d1ec0 --- /dev/null +++ b/net-im/toxbot/pkg-descr @@ -0,0 +1,7 @@ +ToxBot is a remotely controlled Tox bot whose purpose is to auto-invite friends +to Tox groupchats. It accepts friend requests automatically and will auto-invite +friends to the specified group chat (default is group 0 unless set otherwise). +It also has the ability to create and leave groups, password protect invites, +and send messages to groups. + +WWW: https://github.com/JFreegman/ToxBot -- cgit v1.2.3