[Midnightbsd-cvs] mports [23251] trunk/net-im: update libpurple and add farstream
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Apr 29 17:37:49 EDT 2018
Revision: 23251
http://svnweb.midnightbsd.org/mports/?rev=23251
Author: laffer1
Date: 2018-04-29 17:37:48 -0400 (Sun, 29 Apr 2018)
Log Message:
-----------
update libpurple and add farstream
Modified Paths:
--------------
trunk/net-im/Makefile
trunk/net-im/libpurple/Makefile
trunk/net-im/libpurple/distinfo
trunk/net-im/libpurple/pkg-plist
Added Paths:
-----------
trunk/net-im/farstream/
trunk/net-im/farstream/Makefile
trunk/net-im/farstream/distinfo
trunk/net-im/farstream/files/
trunk/net-im/farstream/files/patch-tests_rtp_Makefile.in
trunk/net-im/farstream/pkg-descr
trunk/net-im/farstream/pkg-plist
Modified: trunk/net-im/Makefile
===================================================================
--- trunk/net-im/Makefile 2018-04-29 21:31:49 UTC (rev 23250)
+++ trunk/net-im/Makefile 2018-04-29 21:37:48 UTC (rev 23251)
@@ -2,6 +2,7 @@
COMMENT = Instant messaging
+SUBDIR += farstream
SUBDIR += farsight2
SUBDIR += folks
SUBDIR += jabberd
Added: trunk/net-im/farstream/Makefile
===================================================================
--- trunk/net-im/farstream/Makefile (rev 0)
+++ trunk/net-im/farstream/Makefile 2018-04-29 21:37:48 UTC (rev 23251)
@@ -0,0 +1,26 @@
+# $MidnightBSD$
+
+PORTNAME= farstream
+PORTVERSION= 0.2.7
+CATEGORIES= net-im devel
+MASTER_SITES= http://freedesktop.org/software/farstream/releases/farstream/
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Collection of GStreamer modules and libraries for videoconferencing
+
+LICENSE= unknown
+
+LIB_DEPENDS= libnice.so:net-im/libnice
+RUN_DEPENDS= libnice-gst1>=0:net-im/libnice-gst1
+
+USE_LDCONFIG= yes
+USES= gettext libtool gmake pathfix pkgconfig python
+USE_GNOME= glib20 introspection:build
+USE_GSTREAMER1= good bad
+GNU_CONFIGURE= yes
+
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
+
+.include <bsd.port.mk>
Property changes on: trunk/net-im/farstream/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/farstream/distinfo
===================================================================
--- trunk/net-im/farstream/distinfo (rev 0)
+++ trunk/net-im/farstream/distinfo 2018-04-29 21:37:48 UTC (rev 23251)
@@ -0,0 +1,2 @@
+SHA256 (farstream-0.2.7.tar.gz) = dad0ed43cf94e71df558c23825abe57db59d1ee8d970ffaec5e2dbc2e7acbf7d
+SIZE (farstream-0.2.7.tar.gz) = 1309470
Property changes on: trunk/net-im/farstream/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/farstream/files/patch-tests_rtp_Makefile.in
===================================================================
--- trunk/net-im/farstream/files/patch-tests_rtp_Makefile.in (rev 0)
+++ trunk/net-im/farstream/files/patch-tests_rtp_Makefile.in 2018-04-29 21:37:48 UTC (rev 23251)
@@ -0,0 +1,11 @@
+--- tests/rtp/Makefile.in 2014-12-17 15:37:13 UTC
++++ tests/rtp/Makefile.in
+@@ -80,7 +80,7 @@ am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERB
+ am__v_lt_0 = --silent
+ codec_discovery_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
+- $(codec_discovery_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
++ $(codec_discovery_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -lm \
+ -o $@
+ DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)
+ depcomp = $(SHELL) $(top_srcdir)/depcomp
Property changes on: trunk/net-im/farstream/files/patch-tests_rtp_Makefile.in
___________________________________________________________________
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/farstream/pkg-descr
===================================================================
--- trunk/net-im/farstream/pkg-descr (rev 0)
+++ trunk/net-im/farstream/pkg-descr 2018-04-29 21:37:48 UTC (rev 23251)
@@ -0,0 +1,7 @@
+The Farstream (formerly Farsight) project is an effort to create a framework
+to deal with all known audio/video conferencing protocols. On one side it
+offers a generic API that makes it possible to write plugins for different
+streaming protocols, on the other side it offers an API for clients to use
+those plugins.
+
+WWW: http://www.freedesktop.org/wiki/Software/Farstream
Property changes on: trunk/net-im/farstream/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
Added: trunk/net-im/farstream/pkg-plist
===================================================================
--- trunk/net-im/farstream/pkg-plist (rev 0)
+++ trunk/net-im/farstream/pkg-plist 2018-04-29 21:37:48 UTC (rev 23251)
@@ -0,0 +1,99 @@
+include/farstream-0.2/farstream/fs-candidate.h
+include/farstream-0.2/farstream/fs-codec.h
+include/farstream-0.2/farstream/fs-conference.h
+include/farstream-0.2/farstream/fs-element-added-notifier.h
+include/farstream-0.2/farstream/fs-enumtypes.h
+include/farstream-0.2/farstream/fs-participant.h
+include/farstream-0.2/farstream/fs-plugin.h
+include/farstream-0.2/farstream/fs-rtp.h
+include/farstream-0.2/farstream/fs-session.h
+include/farstream-0.2/farstream/fs-stream-transmitter.h
+include/farstream-0.2/farstream/fs-stream.h
+include/farstream-0.2/farstream/fs-transmitter.h
+include/farstream-0.2/farstream/fs-utils.h
+lib/farstream-0.2/libmulticast-transmitter.so
+lib/farstream-0.2/libnice-transmitter.so
+lib/farstream-0.2/librawudp-transmitter.so
+lib/farstream-0.2/libshm-transmitter.so
+lib/girepository-1.0/Farstream-0.2.typelib
+lib/gstreamer-1.0/libfsmsnconference.so
+lib/gstreamer-1.0/libfsrawconference.so
+lib/gstreamer-1.0/libfsrtpconference.so
+lib/gstreamer-1.0/libfsrtpxdata.so
+lib/gstreamer-1.0/libfsvideoanyrate.so
+lib/libfarstream-0.2.so
+lib/libfarstream-0.2.so.5
+lib/libfarstream-0.2.so.5.0.0
+libdata/pkgconfig/farstream-0.2.pc
+%%DATADIR%%/0.2/fsrawconference/default-element-properties
+%%DATADIR%%/0.2/fsrtpconference/default-codec-preferences
+%%DATADIR%%/0.2/fsrtpconference/default-element-properties
+share/gir-1.0/Farstream-0.2.gir
+share/gtk-doc/html/farstream-libs-0.2/FsConference.html
+share/gtk-doc/html/farstream-libs-0.2/FsElementAddedNotifier.html
+share/gtk-doc/html/farstream-libs-0.2/FsParticipant.html
+share/gtk-doc/html/farstream-libs-0.2/FsSession.html
+share/gtk-doc/html/farstream-libs-0.2/FsStream.html
+share/gtk-doc/html/farstream-libs-0.2/FsStreamTransmitter.html
+share/gtk-doc/html/farstream-libs-0.2/FsTransmitter.html
+share/gtk-doc/html/farstream-libs-0.2/ch01.html
+share/gtk-doc/html/farstream-libs-0.2/ch02.html
+share/gtk-doc/html/farstream-libs-0.2/ch03.html
+share/gtk-doc/html/farstream-libs-0.2/ch04.html
+share/gtk-doc/html/farstream-libs-0.2/ch05.html
+share/gtk-doc/html/farstream-libs-0.2/farstream-libs-0.2.devhelp2
+share/gtk-doc/html/farstream-libs-0.2/farstream-libs-FsCandidate.html
+share/gtk-doc/html/farstream-libs-0.2/farstream-libs-FsCodec.html
+share/gtk-doc/html/farstream-libs-0.2/farstream-libs-FsPlugin.html
+share/gtk-doc/html/farstream-libs-0.2/farstream-libs-RTP-Specific-types.html
+share/gtk-doc/html/farstream-libs-0.2/farstream-libs-Utility-functions.html
+share/gtk-doc/html/farstream-libs-0.2/home.png
+share/gtk-doc/html/farstream-libs-0.2/index.html
+share/gtk-doc/html/farstream-libs-0.2/index.sgml
+share/gtk-doc/html/farstream-libs-0.2/left-insensitive.png
+share/gtk-doc/html/farstream-libs-0.2/left.png
+share/gtk-doc/html/farstream-libs-0.2/pt01.html
+share/gtk-doc/html/farstream-libs-0.2/pt02.html
+share/gtk-doc/html/farstream-libs-0.2/right-insensitive.png
+share/gtk-doc/html/farstream-libs-0.2/right.png
+share/gtk-doc/html/farstream-libs-0.2/style.css
+share/gtk-doc/html/farstream-libs-0.2/up-insensitive.png
+share/gtk-doc/html/farstream-libs-0.2/up.png
+share/gtk-doc/html/farstream-plugins-0.2/FsMsnCamSendConference.html
+share/gtk-doc/html/farstream-plugins-0.2/FsMsnConference.html
+share/gtk-doc/html/farstream-plugins-0.2/FsMsnParticipant.html
+share/gtk-doc/html/farstream-plugins-0.2/FsRTPXdataDepay.html
+share/gtk-doc/html/farstream-plugins-0.2/FsRTPXdataPay.html
+share/gtk-doc/html/farstream-plugins-0.2/FsRawConference.html
+share/gtk-doc/html/farstream-plugins-0.2/FsRtpConference.html
+share/gtk-doc/html/farstream-plugins-0.2/FsRtpParticipant.html
+share/gtk-doc/html/farstream-plugins-0.2/FsRtpSession.html
+share/gtk-doc/html/farstream-plugins-0.2/FsRtpStream.html
+share/gtk-doc/html/farstream-plugins-0.2/FsVideoanyrate.html
+share/gtk-doc/html/farstream-plugins-0.2/ch01.html
+share/gtk-doc/html/farstream-plugins-0.2/ch02.html
+share/gtk-doc/html/farstream-plugins-0.2/ch03.html
+share/gtk-doc/html/farstream-plugins-0.2/farstream-plugins-0.2.devhelp2
+share/gtk-doc/html/farstream-plugins-0.2/farstream-plugins-FsMsnCamCamRecvConference.html
+share/gtk-doc/html/farstream-plugins-0.2/farstream-plugins-FsMsnSession.html
+share/gtk-doc/html/farstream-plugins-0.2/farstream-plugins-FsMsnStream.html
+share/gtk-doc/html/farstream-plugins-0.2/farstream-plugins-FsMulticastStreamTransmitter.html
+share/gtk-doc/html/farstream-plugins-0.2/farstream-plugins-FsNiceStreamTransmitter.html
+share/gtk-doc/html/farstream-plugins-0.2/farstream-plugins-FsRawParticipant.html
+share/gtk-doc/html/farstream-plugins-0.2/farstream-plugins-FsRawSession.html
+share/gtk-doc/html/farstream-plugins-0.2/farstream-plugins-FsRawStream.html
+share/gtk-doc/html/farstream-plugins-0.2/farstream-plugins-FsRawUdpStreamTransmitter.html
+share/gtk-doc/html/farstream-plugins-0.2/farstream-plugins-FsShmStreamTransmitter.html
+share/gtk-doc/html/farstream-plugins-0.2/home.png
+share/gtk-doc/html/farstream-plugins-0.2/index.html
+share/gtk-doc/html/farstream-plugins-0.2/index.sgml
+share/gtk-doc/html/farstream-plugins-0.2/left-insensitive.png
+share/gtk-doc/html/farstream-plugins-0.2/left.png
+share/gtk-doc/html/farstream-plugins-0.2/pt01.html
+share/gtk-doc/html/farstream-plugins-0.2/pt02.html
+share/gtk-doc/html/farstream-plugins-0.2/pt03.html
+share/gtk-doc/html/farstream-plugins-0.2/right-insensitive.png
+share/gtk-doc/html/farstream-plugins-0.2/right.png
+share/gtk-doc/html/farstream-plugins-0.2/style.css
+share/gtk-doc/html/farstream-plugins-0.2/up-insensitive.png
+share/gtk-doc/html/farstream-plugins-0.2/up.png
Property changes on: trunk/net-im/farstream/pkg-plist
___________________________________________________________________
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
Modified: trunk/net-im/libpurple/Makefile
===================================================================
--- trunk/net-im/libpurple/Makefile 2018-04-29 21:31:49 UTC (rev 23250)
+++ trunk/net-im/libpurple/Makefile 2018-04-29 21:37:48 UTC (rev 23251)
@@ -1,8 +1,8 @@
# $MidnightBSD$
PORTNAME?= libpurple
-PORTVERSION= 2.10.11
-PORTREVISION?= 1
+PORTVERSION= 2.12.0
+PORTREVISION?= 0
CATEGORIES?= net-im
MASTER_SITES= SF/pidgin/Pidgin/${PORTVERSION}
DISTNAME= pidgin-${PORTVERSION}
@@ -45,8 +45,8 @@
OPTIONS_DEFINE= BONJOUR DBUS GNUTLS NSS SASL GSTREAMER VV IDN PERL TCLTK \
SAMETIME SILC GG IRC JABBER MSN MYSPACE NOVELL OSCAR QQ \
SIMPLE YAHOO ZEPHYR
-OPTIONS_DEFAULT= BONJOUR DBUS NSS GSTREAMER VV IDN GG IRC JABBER MSN \
- MYSPACE NOVELL OSCAR QQ SIMPLE YAHOO ZEPHYR
+OPTIONS_DEFAULT= BONJOUR DBUS NSS GSTREAMER VV IDN GG IRC JABBER \
+ NOVELL OSCAR QQ SIMPLE ZEPHYR
BONJOUR_DESC= mDNS support
GNUTLS_DESC= Use GNUTLS for encryption support
NSS_DESC= Use Mozilla NSS for encryption support
@@ -58,13 +58,10 @@
GG_DESC= The Gadu-Gadu chat protocol
IRC_DESC= The Internet Relay Chat protocol
JABBER_DESC= The Jabber/XMPP/Google Talk protocol
-MSN_DESC= The MSN Messenger protocol
-MYSPACE_DESC= The MySpaceIM protocol
NOVELL_DESC= The Novell GroupWise chat protocol
OSCAR_DESC= The AIM/ICQ/Oscar protocol
QQ_DESC= The Tercent QQ chat protocol
SIMPLE_DESC= The SIMPLE chat protocol
-YAHOO_DESC= The Yahoo! Messenger protocol
ZEPHYR_DESC= The Zephyr chat protocol
.if defined(WITH_GTKUI)
@@ -117,14 +114,14 @@
#.endif
.if ${PORT_OPTIONS:MGSTREAMER}
-USE_GSTREAMER+= core good
+USE_GSTREAMER1+= core good
.else
CONFIGURE_ARGS+=--disable-gstreamer
.endif
.if ${PORT_OPTIONS:MVV} && ${PORT_OPTIONS:MGSTREAMER}
-LIB_DEPENDS+= libgstfarsight-0.10.so:${PORTSDIR}/net-im/farsight2
-USE_GSTREAMER+= v4l2
+LIB_DEPENDS+= libfarstream-0.2.so:net-im/farstream
+USE_GSTREAMER1+= v4l2
PLIST_SUB+= VV=""
.else
CONFIGURE_ARGS+=--disable-vv
@@ -132,13 +129,13 @@
.endif
.if ${PORT_OPTIONS:MIDN}
-LIB_DEPENDS+= libidn.so:${PORTSDIR}/dns/libidn
+LIB_DEPENDS+= libidn.so:dns/libidn
.else
CONFIGURE_ARGS+=--disable-idn
.endif
.if ${PORT_OPTIONS:MCAP}
-LIB_DEPENDS+= libsqlite3.so:${PORTSDIR}/databases/sqlite3
+LIB_DEPENDS+= libsqlite3.so:databases/sqlite3
CONFIGURE_ARGS+=--enable-cap
PLIST_SUB+= CAP=""
.else
@@ -147,7 +144,7 @@
.endif
.if ${PORT_OPTIONS:MGNUTLS}
-LIB_DEPENDS+= libgnutls.so:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= libgnutls.so:security/gnutls
CONFIGURE_ARGS+= --enable-gnutls=yes
PLIST_SUB+= GNUTLS=""
.else
@@ -156,7 +153,7 @@
.endif
.if ${PORT_OPTIONS:MNSS}
-LIB_DEPENDS+= libnss3.so:${PORTSDIR}/security/nss
+LIB_DEPENDS+= libnss3.so:security/nss
CONFIGURE_ARGS+= --enable-nss=yes \
--with-nspr-includes=${LOCALBASE}/include/nspr \
--with-nspr-libs=${LOCALBASE}/lib \
@@ -169,12 +166,12 @@
.endif
.if ${PORT_OPTIONS:MSASL}
-LIB_DEPENDS+= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2
+LIB_DEPENDS+= libsasl2.so:security/cyrus-sasl2
CONFIGURE_ARGS+= --enable-cyrus-sasl
.endif
.if ${PORT_OPTIONS:MBONJOUR}
-LIB_DEPENDS+= libavahi-client.so:${PORTSDIR}/net/avahi-app
+LIB_DEPENDS+= libavahi-client.so:net/avahi-app
PLIST_SUB+= BONJOUR=""
PRPL_MODULES:= bonjour,${PRPL_MODULES}
.else
@@ -183,15 +180,15 @@
.endif
.if ${PORT_OPTIONS:MGTKSPELL}
-LIB_DEPENDS+= libgtkspell.so:${PORTSDIR}/textproc/gtkspell
+LIB_DEPENDS+= libgtkspell.so:textproc/gtkspell
.else
CONFIGURE_ARGS+= --disable-gtkspell
.endif
.if ${PORT_OPTIONS:MDBUS}
-LIB_DEPENDS+= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
+LIB_DEPENDS+= libdbus-glib-1.so:devel/dbus-glib
.if !defined(PIDGIN_SLAVE)
-RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus
+RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dbus/__init__.py:devel/py-dbus
.endif
CONFIGURE_ARGS+= --enable-dbus
PLIST_SUB+= DBUS=""
@@ -216,7 +213,7 @@
.endif
.if ${PORT_OPTIONS:MSAMETIME}
-LIB_DEPENDS+= libmeanwhile.so:${PORTSDIR}/net-im/meanwhile
+LIB_DEPENDS+= libmeanwhile.so:net-im/meanwhile
PLIST_SUB+= SAMETIME=""
PRPL_MODULES:= sametime,${PRPL_MODULES}
.else
@@ -225,7 +222,7 @@
.endif
.if ${PORT_OPTIONS:MSILC}
-LIB_DEPENDS+= libsilcclient.so:${PORTSDIR}/devel/silc-toolkit
+LIB_DEPENDS+= libsilcclient.so:devel/silc-toolkit
CONFIGURE_ARGS+= --with-silc-includes=${LOCALBASE}/include/silc \
--with-silc-libs=${LOCALBASE}/lib
PLIST_SUB+= SILC=""
@@ -255,20 +252,6 @@
PLIST_SUB+= JABBER="@comment not installed: "
.endif
-.if ${PORT_OPTIONS:MMSN}
-PLIST_SUB+= MSN=""
-PRPL_MODULES:= msn,${PRPL_MODULES}
-.else
-PLIST_SUB+= MSN="@comment not installed: "
-.endif
-
-.if ${PORT_OPTIONS:MMYSPACE}
-PLIST_SUB+= MYSPACE=""
-PRPL_MODULES:= myspace,${PRPL_MODULES}
-.else
-PLIST_SUB+= MYSPACE="@comment not installed: "
-.endif
-
.if ${PORT_OPTIONS:MNOVELL}
PLIST_SUB+= NOVELL=""
PRPL_MODULES:= novell,${PRPL_MODULES}
@@ -297,13 +280,6 @@
PLIST_SUB+= SIMPLE="@comment not installed: "
.endif
-.if ${PORT_OPTIONS:MYAHOO}
-PLIST_SUB+= YAHOO=""
-PRPL_MODULES:= yahoo,${PRPL_MODULES}
-.else
-PLIST_SUB+= YAHOO="@comment not installed: "
-.endif
-
.if ${PORT_OPTIONS:MZEPHYR}
PLIST_SUB+= ZEPHYR=""
PRPL_MODULES:= zephyr,${PRPL_MODULES}
Modified: trunk/net-im/libpurple/distinfo
===================================================================
--- trunk/net-im/libpurple/distinfo 2018-04-29 21:31:49 UTC (rev 23250)
+++ trunk/net-im/libpurple/distinfo 2018-04-29 21:37:48 UTC (rev 23251)
@@ -1,2 +1,3 @@
-SHA256 (pidgin-2.10.11.tar.bz2) = f2ae211341fc77efb9945d40e9932aa535cdf3a6c8993fe7919fca8cc1c04007
-SIZE (pidgin-2.10.11.tar.bz2) = 9458050
+TIMESTAMP = 1489472185
+SHA256 (pidgin-2.12.0.tar.bz2) = 8c3d3536d6d3c971bd433ff9946678af70a0f6aa4e6969cc2a83bb357015b7f8
+SIZE (pidgin-2.12.0.tar.bz2) = 9270704
Modified: trunk/net-im/libpurple/pkg-plist
===================================================================
--- trunk/net-im/libpurple/pkg-plist 2018-04-29 21:31:49 UTC (rev 23250)
+++ trunk/net-im/libpurple/pkg-plist 2018-04-29 21:37:48 UTC (rev 23251)
@@ -98,10 +98,6 @@
%%JABBER%%lib/purple-2/libjabber.so
%%JABBER%%lib/purple-2/libjabber.so.0
%%JABBER%%lib/purple-2/libjabber.so.0.0.0
-%%MSN%%lib/purple-2/libmsn.a
-%%MSN%%lib/purple-2/libmsn.so
-%%MYSPACE%%lib/purple-2/libmyspace.a
-%%MYSPACE%%lib/purple-2/libmyspace.so
%%NOVELL%%lib/purple-2/libnovell.a
%%NOVELL%%lib/purple-2/libnovell.so
%%OSCAR%%lib/purple-2/liboscar.a
@@ -116,14 +112,6 @@
%%SIMPLE%%lib/purple-2/libsimple.so
%%JABBER%%lib/purple-2/libxmpp.a
%%JABBER%%lib/purple-2/libxmpp.so
-%%YAHOO%%lib/purple-2/libyahoo.a
-%%YAHOO%%lib/purple-2/libyahoo.so
-%%YAHOO%%lib/purple-2/libyahoojp.a
-%%YAHOO%%lib/purple-2/libyahoojp.so
-%%YAHOO%%lib/purple-2/libymsg.a
-%%YAHOO%%lib/purple-2/libymsg.so
-%%YAHOO%%lib/purple-2/libymsg.so.0
-%%YAHOO%%lib/purple-2/libymsg.so.0.0.0
%%ZEPHYR%%lib/purple-2/libzephyr.a
%%ZEPHYR%%lib/purple-2/libzephyr.so
lib/purple-2/log_reader.a
@@ -137,6 +125,7 @@
%%PERL:%%lib/purple-2/perl.a
%%PERL:%%lib/purple-2/perl.so
%%PERL:%%lib/purple-2/perl/Purple.pm
+%%PERL:%%lib/purple-2/perl/auto/Purple/.packlist
%%PERL:%%lib/purple-2/perl/auto/Purple/Purple.so
%%PERL:%%lib/purple-2/perl/auto/Purple/autosplit.ix
lib/purple-2/psychic.a
@@ -154,11 +143,11 @@
%%DBUS%%lib/libpurple-client.a
%%DBUS%%lib/libpurple-client.so
%%DBUS%%lib/libpurple-client.so.0
-%%DBUS%%lib/libpurple-client.so.0.10.11
+%%DBUS%%lib/libpurple-client.so.0.12.0
lib/libpurple.a
lib/libpurple.so
lib/libpurple.so.0
-lib/libpurple.so.0.10.11
+lib/libpurple.so.0.12.0
libdata/pkgconfig/purple.pc
%%CONSOLEUI%%man/man1/finch.1.gz
%%GTKUI%%man/man1/pidgin.1.gz
@@ -167,6 +156,7 @@
share/locale/af/LC_MESSAGES/pidgin.mo
share/locale/am/LC_MESSAGES/pidgin.mo
share/locale/ar/LC_MESSAGES/pidgin.mo
+share/locale/as/LC_MESSAGES/pidgin.mo
share/locale/ast/LC_MESSAGES/pidgin.mo
share/locale/az/LC_MESSAGES/pidgin.mo
share/locale/be at latin/LC_MESSAGES/pidgin.mo
@@ -173,6 +163,8 @@
share/locale/bg/LC_MESSAGES/pidgin.mo
share/locale/bn/LC_MESSAGES/pidgin.mo
share/locale/bn_IN/LC_MESSAGES/pidgin.mo
+share/locale/br/LC_MESSAGES/pidgin.mo
+share/locale/brx/LC_MESSAGES/pidgin.mo
share/locale/bs/LC_MESSAGES/pidgin.mo
share/locale/ca/LC_MESSAGES/pidgin.mo
share/locale/ca at valencia/LC_MESSAGES/pidgin.mo
@@ -186,6 +178,7 @@
share/locale/en_GB/LC_MESSAGES/pidgin.mo
share/locale/eo/LC_MESSAGES/pidgin.mo
share/locale/es/LC_MESSAGES/pidgin.mo
+share/locale/es_AR/LC_MESSAGES/pidgin.mo
share/locale/et/LC_MESSAGES/pidgin.mo
share/locale/eu/LC_MESSAGES/pidgin.mo
share/locale/fa/LC_MESSAGES/pidgin.mo
@@ -206,6 +199,7 @@
share/locale/ko/LC_MESSAGES/pidgin.mo
share/locale/km/LC_MESSAGES/pidgin.mo
share/locale/kn/LC_MESSAGES/pidgin.mo
+share/locale/ks/LC_MESSAGES/pidgin.mo
share/locale/ku/LC_MESSAGES/pidgin.mo
share/locale/ku_IQ/LC_MESSAGES/pidgin.mo
share/locale/lt/LC_MESSAGES/pidgin.mo
@@ -213,8 +207,10 @@
share/locale/mai/LC_MESSAGES/pidgin.mo
share/locale/mhr/LC_MESSAGES/pidgin.mo
share/locale/mk/LC_MESSAGES/pidgin.mo
+share/locale/ml/LC_MESSAGES/pidgin.mo
share/locale/mn/LC_MESSAGES/pidgin.mo
share/locale/mr/LC_MESSAGES/pidgin.mo
+share/locale/ms_MY/LC_MESSAGES/pidgin.mo
share/locale/my_MM/LC_MESSAGES/pidgin.mo
share/locale/nb/LC_MESSAGES/pidgin.mo
share/locale/ne/LC_MESSAGES/pidgin.mo
@@ -229,6 +225,7 @@
share/locale/pt_BR/LC_MESSAGES/pidgin.mo
share/locale/ro/LC_MESSAGES/pidgin.mo
share/locale/ru/LC_MESSAGES/pidgin.mo
+share/locale/sd/LC_MESSAGES/pidgin.mo
share/locale/si/LC_MESSAGES/pidgin.mo
share/locale/sk/LC_MESSAGES/pidgin.mo
share/locale/sl/LC_MESSAGES/pidgin.mo
@@ -244,38 +241,15 @@
share/locale/tt/LC_MESSAGES/pidgin.mo
share/locale/uk/LC_MESSAGES/pidgin.mo
share/locale/ur/LC_MESSAGES/pidgin.mo
+share/locale/uz/LC_MESSAGES/pidgin.mo
share/locale/vi/LC_MESSAGES/pidgin.mo
share/locale/xh/LC_MESSAGES/pidgin.mo
share/locale/zh_CN/LC_MESSAGES/pidgin.mo
share/locale/zh_HK/LC_MESSAGES/pidgin.mo
share/locale/zh_TW/LC_MESSAGES/pidgin.mo
-share/purple/ca-certs/AOL_Member_CA.pem
-share/purple/ca-certs/AddTrust_External_Root.pem
-share/purple/ca-certs/America_Online_Root_Certification_Authority_1.pem
-share/purple/ca-certs/Baltimore_CyberTrust_Root.pem
share/purple/ca-certs/CAcert_Class3.pem
share/purple/ca-certs/CAcert_Root.pem
-share/purple/ca-certs/Deutsche_Telekom_Root_CA_2.pem
-share/purple/ca-certs/DigiCertHighAssuranceCA-3.pem
-share/purple/ca-certs/DigiCertHighAssuranceEVRootCA.pem
-share/purple/ca-certs/Entrust.net_2048.pem
-share/purple/ca-certs/Entrust.net_Secure_Server_CA.pem
-share/purple/ca-certs/Equifax_Secure_CA.pem
-share/purple/ca-certs/Equifax_Secure_Global_eBusiness_CA-1.pem
-share/purple/ca-certs/GTE_CyberTrust_Global_Root.pem
-share/purple/ca-certs/Go_Daddy_Class_2_CA.pem
-share/purple/ca-certs/Microsoft_Internet_Authority_2010.pem
-share/purple/ca-certs/Microsoft_Secure_Server_Authority_2010.pem
-share/purple/ca-certs/StartCom_Certification_Authority.pem
-share/purple/ca-certs/Thawte_Premium_Server_CA.pem
-share/purple/ca-certs/Thawte_Primary_Root_CA.pem
-share/purple/ca-certs/ValiCert_Class_2_VA.pem
-share/purple/ca-certs/VeriSign_Class3_Extended_Validation_CA.pem
-share/purple/ca-certs/VeriSign_International_Server_Class_3_CA.pem
-share/purple/ca-certs/Verisign_Class3_Primary_CA.pem
-share/purple/ca-certs/VeriSign_Class_3_Primary_CA-G2.pem
-share/purple/ca-certs/VeriSign_Class_3_Primary_CA-G5-2.pem
-share/purple/ca-certs/VeriSign_Class_3_Primary_CA-G5.pem
+share/purple/ca-certs/mozilla.pem
share/sounds/purple/alert.wav
share/sounds/purple/login.wav
share/sounds/purple/logout.wav
More information about the Midnightbsd-cvs
mailing list