[Midnightbsd-cvs] mports [23253] trunk/net-im: add facebook to purple
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Apr 29 17:42:22 EDT 2018
Revision: 23253
http://svnweb.midnightbsd.org/mports/?rev=23253
Author: laffer1
Date: 2018-04-29 17:42:22 -0400 (Sun, 29 Apr 2018)
Log Message:
-----------
add facebook to purple
Modified Paths:
--------------
trunk/net-im/Makefile
Added Paths:
-----------
trunk/net-im/purple-facebook/
trunk/net-im/purple-facebook/Makefile
trunk/net-im/purple-facebook/distinfo
trunk/net-im/purple-facebook/pkg-descr
Modified: trunk/net-im/Makefile
===================================================================
--- trunk/net-im/Makefile 2018-04-29 21:39:59 UTC (rev 23252)
+++ trunk/net-im/Makefile 2018-04-29 21:42:22 UTC (rev 23253)
@@ -20,6 +20,7 @@
SUBDIR += pidgin
SUBDIR += pidgin-twitter
SUBDIR += pork
+SUBDIR += purple-facebook
SUBDIR += sendxmpp
SUBDIR += telepathy-glib
SUBDIR += telepathy-logger
Added: trunk/net-im/purple-facebook/Makefile
===================================================================
--- trunk/net-im/purple-facebook/Makefile (rev 0)
+++ trunk/net-im/purple-facebook/Makefile 2018-04-29 21:42:22 UTC (rev 23253)
@@ -0,0 +1,26 @@
+# $MidnightBSD$
+# $FreeBSD: head/net-im/purple-facebook/Makefile 462014 2018-02-16 13:46:32Z swills $
+
+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= ports at MidnightBSD.org
+COMMENT= Facebook plugin for libpurple
+
+LICENSE= gpl2
+LICENSE_FILE= ${WRKSRC}/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>
Property changes on: trunk/net-im/purple-facebook/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/net-im/purple-facebook/distinfo
===================================================================
--- trunk/net-im/purple-facebook/distinfo (rev 0)
+++ trunk/net-im/purple-facebook/distinfo 2018-04-29 21:42:22 UTC (rev 23253)
@@ -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
Property changes on: trunk/net-im/purple-facebook/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/net-im/purple-facebook/pkg-descr
===================================================================
--- trunk/net-im/purple-facebook/pkg-descr (rev 0)
+++ trunk/net-im/purple-facebook/pkg-descr 2018-04-29 21:42:22 UTC (rev 23253)
@@ -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
Property changes on: trunk/net-im/purple-facebook/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list