From owner-svn-ports-head@freebsd.org Sat Feb 16 20:03:26 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4585514F349C; Sat, 16 Feb 2019 20:03:26 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D5CFF6AD14; Sat, 16 Feb 2019 20:03:25 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B8820B6C5; Sat, 16 Feb 2019 20:03:25 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1GK3Pbm088420; Sat, 16 Feb 2019 20:03:25 GMT (envelope-from 0mp@FreeBSD.org) Received: (from 0mp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1GK3PuR088414; Sat, 16 Feb 2019 20:03:25 GMT (envelope-from 0mp@FreeBSD.org) Message-Id: <201902162003.x1GK3PuR088414@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: 0mp set sender to 0mp@FreeBSD.org using -f From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Sat, 16 Feb 2019 20:03:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493081 - in head/irc: . bitlbee-mastodon X-SVN-Group: ports-head X-SVN-Commit-Author: 0mp X-SVN-Commit-Paths: in head/irc: . bitlbee-mastodon X-SVN-Commit-Revision: 493081 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D5CFF6AD14 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.98)[-0.979,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Feb 2019 20:03:26 -0000 Author: 0mp Date: Sat Feb 16 20:03:24 2019 New Revision: 493081 URL: https://svnweb.freebsd.org/changeset/ports/493081 Log: New port: irc/bitlbee-mastodon: Bitlbee plugin to communicate with Mastodon instances This plugin allows Bitlbee to communicate with Mastodon instances. Mastodon is a free, open-source, decentralized microblogging network. Bitlbee is an IRC server connecting to various other text messaging services. You run Bitlbee and connect to it using an IRC client, then configure Bitlbee to connect to other services, such as a Mastodon instance where you already have an account. The benefit is that you can now use any IRC client you want to connect to Mastodon. WWW: https://alexschroeder.ch/software/Bitlbee_Mastodon PR: 235731 Submitted by: tobias.rehbein@web.de Reviewed by: mat Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D19205 Added: head/irc/bitlbee-mastodon/ head/irc/bitlbee-mastodon/Makefile (contents, props changed) head/irc/bitlbee-mastodon/distinfo (contents, props changed) head/irc/bitlbee-mastodon/pkg-descr (contents, props changed) Modified: head/irc/Makefile Modified: head/irc/Makefile ============================================================================== --- head/irc/Makefile Sat Feb 16 20:03:23 2019 (r493080) +++ head/irc/Makefile Sat Feb 16 20:03:24 2019 (r493081) @@ -10,6 +10,7 @@ SUBDIR += bitlbee SUBDIR += bitlbee-discord SUBDIR += bitlbee-facebook + SUBDIR += bitlbee-mastodon SUBDIR += bitlbee-steam SUBDIR += bnc SUBDIR += bopm Added: head/irc/bitlbee-mastodon/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/irc/bitlbee-mastodon/Makefile Sat Feb 16 20:03:24 2019 (r493081) @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= bitlbee-mastodon +DISTVERSIONPREFIX= v +DISTVERSION= 1.4.0 +CATEGORIES= irc + +MAINTAINER= tobias.rehbein@web.de +COMMENT= Bitlbee plugin to communicate with Mastodon instances + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= bitlbee>=3.5:irc/bitlbee +RUN_DEPENDS= bitlbee>=3.5:irc/bitlbee + +USES= autoreconf gnome libtool pkgconfig +USE_GNOME= glib20 +USE_GITHUB= yes +GH_ACCOUNT= kensanata + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-plugindir=${PREFIX}/lib/bitlbee + +PLIST_FILES= lib/bitlbee/mastodon.so \ + share/bitlbee/mastodon-help.txt + +pre-configure: + cd ${WRKSRC} && ./autogen.sh + +.include Added: head/irc/bitlbee-mastodon/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/irc/bitlbee-mastodon/distinfo Sat Feb 16 20:03:24 2019 (r493081) @@ -0,0 +1,3 @@ +TIMESTAMP = 1550241262 +SHA256 (kensanata-bitlbee-mastodon-v1.4.0_GH0.tar.gz) = acc66f0a81d7ac7c4b31da48118697d30e7b2a31cd91d6a6d14f5bc68302fe78 +SIZE (kensanata-bitlbee-mastodon-v1.4.0_GH0.tar.gz) = 64942 Added: head/irc/bitlbee-mastodon/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/irc/bitlbee-mastodon/pkg-descr Sat Feb 16 20:03:24 2019 (r493081) @@ -0,0 +1,8 @@ +This plugin allows Bitlbee to communicate with Mastodon instances. Mastodon is +a free, open-source, decentralized microblogging network. Bitlbee is an IRC +server connecting to various other text messaging services. You run Bitlbee and +connect to it using an IRC client, then configure Bitlbee to connect to other +services, such as a Mastodon instance where you already have an account. The +benefit is that you can now use any IRC client you want to connect to Mastodon. + +WWW: https://alexschroeder.ch/software/Bitlbee_Mastodon