aboutsummaryrefslogtreecommitdiff
path: root/net-im/toxbot
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-03-26 01:08:25 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-03-26 01:08:25 +0000
commit824e547e144264205db5b075f5b927258cf18739 (patch)
treeabfa81afce297298b3a4df6d92e9ca939862b524 /net-im/toxbot
parent487d872a5fe2b6f0f2e12aa78c38832b608187c0 (diff)
downloadports-824e547e144264205db5b075f5b927258cf18739.tar.gz
ports-824e547e144264205db5b075f5b927258cf18739.zip
New port: net-im/toxbot: Groupchat control bot for Tox
Notes
Notes: svn path=/head/; revision=465556
Diffstat (limited to 'net-im/toxbot')
-rw-r--r--net-im/toxbot/Makefile27
-rw-r--r--net-im/toxbot/distinfo3
-rw-r--r--net-im/toxbot/pkg-descr7
3 files changed, 37 insertions, 0 deletions
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 <bsd.port.mk>
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