From edf446b94ddc64d3496f16919e898947e259a9c1 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Thu, 21 Jan 2021 22:46:03 +0000 Subject: [PATCH] net-im/purple-mattermost: create port A libpurple/Pidgin plugin for Mattermost WWW: https://github.com/EionRobb/purple-mattermost --- net-im/Makefile | 1 + net-im/purple-mattermost/Makefile | 30 ++++++++++++++++++++++++++++++ net-im/purple-mattermost/distinfo | 3 +++ net-im/purple-mattermost/pkg-descr | 3 +++ 4 files changed, 37 insertions(+) create mode 100644 net-im/purple-mattermost/Makefile create mode 100644 net-im/purple-mattermost/distinfo create mode 100644 net-im/purple-mattermost/pkg-descr diff --git a/net-im/Makefile b/net-im/Makefile index d39dc1809dfa..4d0a0bd68107 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -117,6 +117,7 @@ SUBDIR += purple-discord SUBDIR += purple-facebook SUBDIR += purple-hangouts + SUBDIR += purple-mattermost SUBDIR += purple-plugin-pack SUBDIR += purple-rocketchat SUBDIR += purple-slack diff --git a/net-im/purple-mattermost/Makefile b/net-im/purple-mattermost/Makefile new file mode 100644 index 000000000000..530545a51678 --- /dev/null +++ b/net-im/purple-mattermost/Makefile @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= purple-mattermost +PORTVERSION= g20210121 +CATEGORIES= net-im + +MAINTAINER= swills@FreeBSD.org +COMMENT= Mattermost plugin for libpurple + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= discount>=0:textproc/discount +LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ + libpurple.so:net-im/libpurple + +USES= gettext gmake gnome localbase pkgconfig +USE_GNOME= glib20 +USE_LDCONFIG= yes +USE_GITHUB= yes + +GH_ACCOUNT= EionRobb +GH_TAGNAME= ee430c8 + +PLIST_FILES= lib/purple-2/libmattermost.so \ + share/pixmaps/pidgin/protocols/16/mattermost.png \ + share/pixmaps/pidgin/protocols/22/mattermost.png \ + share/pixmaps/pidgin/protocols/48/mattermost.png + +.include diff --git a/net-im/purple-mattermost/distinfo b/net-im/purple-mattermost/distinfo new file mode 100644 index 000000000000..3a481d8a07a9 --- /dev/null +++ b/net-im/purple-mattermost/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1611266587 +SHA256 (EionRobb-purple-mattermost-g20210121-ee430c8_GH0.tar.gz) = c421086c460b19bd55b90a732d0d1654fe78de6fb1760014406dca4f68490f2d +SIZE (EionRobb-purple-mattermost-g20210121-ee430c8_GH0.tar.gz) = 98264 diff --git a/net-im/purple-mattermost/pkg-descr b/net-im/purple-mattermost/pkg-descr new file mode 100644 index 000000000000..593d41f581ca --- /dev/null +++ b/net-im/purple-mattermost/pkg-descr @@ -0,0 +1,3 @@ +A libpurple/Pidgin plugin for Mattermost + +WWW: https://github.com/EionRobb/purple-mattermost