aboutsummaryrefslogtreecommitdiff
path: root/net-im/purple-facebook
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2018-02-16 02:58:36 +0000
committerSteve Wills <swills@FreeBSD.org>2018-02-16 02:58:36 +0000
commitc9bdaaa7be7fbefe3e2154650f9df241a6f810c8 (patch)
tree7851db5859f55c1b1256bbff2364afabfac6dc8a /net-im/purple-facebook
parent9848660de4fb53b1060d2a5b36d9e1cb30921d12 (diff)
downloadports-c9bdaaa7be7fbefe3e2154650f9df241a6f810c8.tar.gz
ports-c9bdaaa7be7fbefe3e2154650f9df241a6f810c8.zip
net-im/purple-facebook: create port
Purple Facebook implements the Facebook Messenger protocol into pidgin, finch, and libpurple. While the primary implementation is for purple3, this plugin is back-ported for purple2. WWW: https://github.com/dequis/purple-facebook
Notes
Notes: svn path=/head/; revision=461967
Diffstat (limited to 'net-im/purple-facebook')
-rw-r--r--net-im/purple-facebook/Makefile25
-rw-r--r--net-im/purple-facebook/distinfo3
-rw-r--r--net-im/purple-facebook/pkg-descr5
3 files changed, 33 insertions, 0 deletions
diff --git a/net-im/purple-facebook/Makefile b/net-im/purple-facebook/Makefile
new file mode 100644
index 000000000000..242d7a5d0597
--- /dev/null
+++ b/net-im/purple-facebook/Makefile
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME= purple-facebook
+PORTVERSION= 0.9.5
+CATEGORIES= net-im
+MASTER_SITES= https://github.com/dequis/purple-facebook/releases/download/v${PORTVERSION}-${GITHASH}/
+DISTNAME= ${PORTNAME}-${PORTVERSION}-${GITHASH}
+
+MAINTAINER= swills@FreeBSD.org
+COMMENT= Facebook plugin for libpurple
+
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKWRC}/COPYING
+
+LIB_DEPENDS= libpurple.so:net-im/libpurple \
+ libjson-glib-1.0.so:devel/json-glib
+
+GITHASH= 9ff9acf9fa14
+USES= autoreconf libtool pkgconfig
+PLIST_FILES= lib/purple-2/libfacebook.so
+GNU_CONFIGURE= yes
+USE_GNOME= glib20
+USE_LDCONFIG= yes
+
+.include <bsd.port.mk>
diff --git a/net-im/purple-facebook/distinfo b/net-im/purple-facebook/distinfo
new file mode 100644
index 000000000000..bed40595f88f
--- /dev/null
+++ b/net-im/purple-facebook/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1518148717
+SHA256 (purple-facebook-0.9.5-9ff9acf9fa14.tar.gz) = 7ab652dd0430166465f820e6e72bf6fffe09db936b535c212e571ec1742146dc
+SIZE (purple-facebook-0.9.5-9ff9acf9fa14.tar.gz) = 462381
diff --git a/net-im/purple-facebook/pkg-descr b/net-im/purple-facebook/pkg-descr
new file mode 100644
index 000000000000..0c4f3679e2a3
--- /dev/null
+++ b/net-im/purple-facebook/pkg-descr
@@ -0,0 +1,5 @@
+Purple Facebook implements the Facebook Messenger protocol into pidgin, finch,
+and libpurple. While the primary implementation is for purple3, this plugin is
+back-ported for purple2.
+
+WWW: https://github.com/dequis/purple-facebook