Date: Mon, 26 Mar 2018 01:08:25 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465556 - in head/net-im: . toxbot Message-ID: <201803260108.w2Q18Pj4028451@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Mon Mar 26 01:08:25 2018 New Revision: 465556 URL: https://svnweb.freebsd.org/changeset/ports/465556 Log: New port: net-im/toxbot: Groupchat control bot for Tox Added: head/net-im/toxbot/ head/net-im/toxbot/Makefile (contents, props changed) head/net-im/toxbot/distinfo (contents, props changed) head/net-im/toxbot/pkg-descr (contents, props changed) Modified: head/net-im/Makefile Modified: head/net-im/Makefile ============================================================================== --- head/net-im/Makefile Mon Mar 26 01:05:20 2018 (r465555) +++ head/net-im/Makefile Mon Mar 26 01:08:25 2018 (r465556) @@ -193,6 +193,7 @@ SUBDIR += tkabber-plugins SUBDIR += tox SUBDIR += tox12 + SUBDIR += toxbot SUBDIR += toxic SUBDIR += toxins SUBDIR += turpial Added: head/net-im/toxbot/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/toxbot/Makefile Mon Mar 26 01:08:25 2018 (r465556) @@ -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> Added: head/net-im/toxbot/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/toxbot/distinfo Mon Mar 26 01:08:25 2018 (r465556) @@ -0,0 +1,3 @@ +TIMESTAMP = 1522025608 +SHA256 (JFreegman-ToxBot-g20180325-1e4af05_GH0.tar.gz) = 1dff646f0ce792febb2b2a3ace272c8e38308d4f364cdfc2ebdaa24d41c5d6f6 +SIZE (JFreegman-ToxBot-g20180325-1e4af05_GH0.tar.gz) = 23473 Added: head/net-im/toxbot/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/toxbot/pkg-descr Mon Mar 26 01:08:25 2018 (r465556) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803260108.w2Q18Pj4028451>