import pidgin-sipe 1.13.1
This project develops a third-party plugin for the Pidgin multi-protocol instant messenger. It implements the extended version of SIP/SIMPLE used by various products: Microsoft Office Communications Server (OCS 2007/2007 R2 and newer) Microsoft Live Communications Server (LCS 2003/2005) Reuters Messaging With this plugin you should be able to replace your Microsoft Office Communicator client with Pidgin. feedback/ok aja@ based on a submission by tom@singlesecond.com
This commit is contained in:
parent
48d957664a
commit
b59dd8f301
43
net/pidgin-sipe/Makefile
Normal file
43
net/pidgin-sipe/Makefile
Normal file
@ -0,0 +1,43 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2012/05/08 06:52:20 jasper Exp $
|
||||
|
||||
SHARED_ONLY = Yes
|
||||
|
||||
COMMENT = SIPE plugin for Pidgin
|
||||
|
||||
DISTNAME = pidgin-sipe-1.13.1
|
||||
|
||||
CATEGORIES = net
|
||||
|
||||
HOMEPAGE = http://sipe.sourceforge.net/
|
||||
|
||||
# GPLv2+
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
WANTLIB += dbus-1 dbus-glib-1 ffi gio-2.0 glib-2.0 gmime-2.6 gmodule-2.0
|
||||
WANTLIB += gobject-2.0 gthread-2.0 idn m nspr4 nss3 nssutil3 pcre
|
||||
WANTLIB += plc4 plds4 purple smime3 softokn3 sqlite3 ssl3 util
|
||||
WANTLIB += xml2 z
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=sipe/}
|
||||
|
||||
LIB_DEPENDS = mail/gmime \
|
||||
net/pidgin,-libpurple \
|
||||
security/nss
|
||||
|
||||
MODULES = devel/gettext
|
||||
|
||||
USE_GMAKE = Yes
|
||||
USE_LIBTOOL = Yes
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_ARGS += ${CONFIGURE_SHARED} \
|
||||
--enable-purple \
|
||||
--disable-telepathy \
|
||||
--without-vv
|
||||
CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
5
net/pidgin-sipe/distinfo
Normal file
5
net/pidgin-sipe/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (pidgin-sipe-1.13.1.tar.gz) = Ru6Njh89X0LDljIdflsKqw==
|
||||
RMD160 (pidgin-sipe-1.13.1.tar.gz) = FbuvxDRtu1F5r13cxgxpFTBZZFM=
|
||||
SHA1 (pidgin-sipe-1.13.1.tar.gz) = 4DD9OEI1Dy8prGK4p0xAAY9n/AU=
|
||||
SHA256 (pidgin-sipe-1.13.1.tar.gz) = ER9MVwM1OBa4hKzEU28PKvo8HsPJLPudd4ZYfOA8m8s=
|
||||
SIZE (pidgin-sipe-1.13.1.tar.gz) = 924317
|
20
net/pidgin-sipe/patches/patch-src_purple_purple-dnsquery_c
Normal file
20
net/pidgin-sipe/patches/patch-src_purple_purple-dnsquery_c
Normal file
@ -0,0 +1,20 @@
|
||||
$OpenBSD: patch-src_purple_purple-dnsquery_c,v 1.1.1.1 2012/05/08 06:52:20 jasper Exp $
|
||||
--- src/purple/purple-dnsquery.c.orig Wed Mar 21 13:16:46 2012
|
||||
+++ src/purple/purple-dnsquery.c Thu Apr 19 10:03:54 2012
|
||||
@@ -24,9 +24,14 @@
|
||||
#include "win32/win32dep.h" /* for inet_ntop() */
|
||||
#include <ws2tcpip.h>
|
||||
#else
|
||||
-#include <arpa/inet.h>
|
||||
-#include <netinet/in.h>
|
||||
+#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
+
|
||||
+#include <netinet/in.h>
|
||||
+#include <netinet/in_systm.h>
|
||||
+#include <netinet/tcp.h>
|
||||
+#include <netinet/ip.h>
|
||||
+#include <arpa/inet.h>
|
||||
#endif
|
||||
|
||||
#include <glib.h>
|
8
net/pidgin-sipe/pkg/DESCR
Normal file
8
net/pidgin-sipe/pkg/DESCR
Normal file
@ -0,0 +1,8 @@
|
||||
This project develops a third-party plugin for the Pidgin multi-protocol
|
||||
instant messenger. It implements the extended version of SIP/SIMPLE used
|
||||
by various products:
|
||||
|
||||
Microsoft Office Communications Server (OCS 2007/2007 R2 and newer)
|
||||
Microsoft Live Communications Server (LCS 2003/2005) Reuters Messaging
|
||||
With this plugin you should be able to replace your Microsoft Office
|
||||
Communicator client with Pidgin.
|
32
net/pidgin-sipe/pkg/PLIST
Normal file
32
net/pidgin-sipe/pkg/PLIST
Normal file
@ -0,0 +1,32 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/05/08 06:52:20 jasper Exp $
|
||||
@comment lib/purple-2/libsipe.a
|
||||
@comment lib/purple-2/libsipe.la
|
||||
lib/purple-2/libsipe.so
|
||||
share/locale/ar/LC_MESSAGES/pidgin-sipe.mo
|
||||
share/locale/cs/LC_MESSAGES/pidgin-sipe.mo
|
||||
share/locale/da/LC_MESSAGES/pidgin-sipe.mo
|
||||
share/locale/de/LC_MESSAGES/pidgin-sipe.mo
|
||||
share/locale/es/LC_MESSAGES/pidgin-sipe.mo
|
||||
share/locale/fi/LC_MESSAGES/pidgin-sipe.mo
|
||||
share/locale/fr/LC_MESSAGES/pidgin-sipe.mo
|
||||
share/locale/hi/LC_MESSAGES/pidgin-sipe.mo
|
||||
share/locale/hu/LC_MESSAGES/pidgin-sipe.mo
|
||||
share/locale/it/LC_MESSAGES/pidgin-sipe.mo
|
||||
share/locale/ja/LC_MESSAGES/pidgin-sipe.mo
|
||||
share/locale/ko/LC_MESSAGES/pidgin-sipe.mo
|
||||
share/locale/nb/LC_MESSAGES/pidgin-sipe.mo
|
||||
share/locale/nl/LC_MESSAGES/pidgin-sipe.mo
|
||||
share/locale/pl/LC_MESSAGES/pidgin-sipe.mo
|
||||
share/locale/pt/LC_MESSAGES/pidgin-sipe.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/pidgin-sipe.mo
|
||||
share/locale/ro/LC_MESSAGES/pidgin-sipe.mo
|
||||
share/locale/ru/LC_MESSAGES/pidgin-sipe.mo
|
||||
share/locale/sv/LC_MESSAGES/pidgin-sipe.mo
|
||||
share/locale/ta/LC_MESSAGES/pidgin-sipe.mo
|
||||
share/locale/tr/LC_MESSAGES/pidgin-sipe.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/pidgin-sipe.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/pidgin-sipe.mo
|
||||
share/pixmaps/pidgin/protocols/16/sipe.png
|
||||
share/pixmaps/pidgin/protocols/22/sipe.png
|
||||
share/pixmaps/pidgin/protocols/48/sipe.png
|
||||
share/pixmaps/pidgin/protocols/scalable/sipe.svg
|
Loading…
Reference in New Issue
Block a user