aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2021-01-21 22:46:03 +0000
committerSteve Wills <swills@FreeBSD.org>2021-01-21 22:46:03 +0000
commitedf446b94ddc64d3496f16919e898947e259a9c1 (patch)
treedf90c73e23d87794f9126112bc147b2e0d688ce5 /net-im
parent9a1a824faee84a6f68a36a4b25040ffc26057729 (diff)
downloadports-edf446b94ddc64d3496f16919e898947e259a9c1.tar.gz
ports-edf446b94ddc64d3496f16919e898947e259a9c1.zip
net-im/purple-mattermost: create port
A libpurple/Pidgin plugin for Mattermost WWW: https://github.com/EionRobb/purple-mattermost
Notes
Notes: svn path=/head/; revision=562254
Diffstat (limited to 'net-im')
-rw-r--r--net-im/Makefile1
-rw-r--r--net-im/purple-mattermost/Makefile30
-rw-r--r--net-im/purple-mattermost/distinfo3
-rw-r--r--net-im/purple-mattermost/pkg-descr3
4 files changed, 37 insertions, 0 deletions
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 <bsd.port.mk>
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