aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-05-21 02:10:58 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-05-21 02:10:58 +0000
commit31204b27508211d5f68adbf0a67265dbf3de230f (patch)
treec3b46c0a31a0deb3c387932100d2ceca0aadc92b /net-p2p
parent5bd7da43f19aace7164fb504c75efde570b97615 (diff)
downloadports-31204b27508211d5f68adbf0a67265dbf3de230f.tar.gz
ports-31204b27508211d5f68adbf0a67265dbf3de230f.zip
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/retroshare/Makefile85
-rw-r--r--net-p2p/retroshare/distinfo4
-rw-r--r--net-p2p/retroshare/files/patch-clang145
-rw-r--r--net-p2p/retroshare/files/patch-libbitdht-src-libbitdht.pro10
-rw-r--r--net-p2p/retroshare/files/patch-libbitdht_src_bitdht_bencode.c46
-rw-r--r--net-p2p/retroshare/files/patch-libretroshare-src-libretroshare.pro11
-rw-r--r--net-p2p/retroshare/files/patch-libretroshare_src_grouter_p3grouter.h20
-rw-r--r--net-p2p/retroshare/files/patch-libretroshare_src_libretroshare.pro11
-rw-r--r--net-p2p/retroshare/files/patch-libretroshare_src_rsserver_rsinit.cc11
-rw-r--r--net-p2p/retroshare/files/patch-libretroshare_src_util_argstream.h11
-rw-r--r--net-p2p/retroshare/files/patch-plugins-FeedReader-FeedReader.pro12
-rw-r--r--net-p2p/retroshare/files/patch-plugins_FeedReader_FeedReader.pro11
-rw-r--r--net-p2p/retroshare/files/patch-plugins_FeedReader_interface_rsFeedReader.h10
-rw-r--r--net-p2p/retroshare/files/patch-plugins_VOIP_VOIP.pro10
-rw-r--r--net-p2p/retroshare/files/patch-plugins_VOIP_gui_VideoProcessor.cpp21
-rw-r--r--net-p2p/retroshare/files/patch-retroshare-gui__src__retroshare-gui.pro29
-rw-r--r--net-p2p/retroshare/files/patch-retroshare-gui_src_retroshare-gui.pro21
-rw-r--r--net-p2p/retroshare/files/patch-retroshare-gui_src_util_DateTime.h10
-rw-r--r--net-p2p/retroshare/files/patch-retroshare-gui_src_util_RsNetUtil.cpp11
-rw-r--r--net-p2p/retroshare/files/patch-retroshare-nogui__src__retroshare-nogui.pro26
-rw-r--r--net-p2p/retroshare/files/patch-retroshare-nogui_src_retroshare-nogui.pro20
-rw-r--r--net-p2p/retroshare/files/patch-retroshare-nogui_src_retroshare.cc11
-rw-r--r--net-p2p/retroshare/files/patch-supportlibs__pegmarkdown__pegmarkdown.pro10
-rw-r--r--net-p2p/retroshare/pkg-descr10
-rw-r--r--net-p2p/retroshare/pkg-plist460
25 files changed, 706 insertions, 320 deletions
diff --git a/net-p2p/retroshare/Makefile b/net-p2p/retroshare/Makefile
index b8da2bdd0bbe..4aed3d98ca6c 100644
--- a/net-p2p/retroshare/Makefile
+++ b/net-p2p/retroshare/Makefile
@@ -2,46 +2,38 @@
# $FreeBSD$
PORTNAME= retroshare
-PORTVERSION= 0.5.5c
-PORTREVISION= 3
+PORTVERSION= 0.6.0
+DISTVERSIONPREFIX= v
CATEGORIES= net-p2p
-MASTER_SITES= SF/${PORTNAME}/${BINARY}/${PORTVERSION}
-DISTNAME= ${PORTNAME}_${SRC_VERSION}-${SRC_REVISION}
MAINTAINER= peter@netkey.at
COMMENT= Private and secure decentralised communication platform
LICENSE= GPLv2
-BUILD_DEPENDS= protoc:devel/protobuf
-LIB_DEPENDS= libcurl.so:ftp/curl \
+LIB_DEPENDS= libsqlcipher.so:databases/sqlcipher \
+ libspeex.so:audio/speex \
+ libspeexdsp.so:audio/speexdsp \
libupnp.so:devel/upnp \
libgnome-keyring.so:security/libgnome-keyring \
- libspeex.so:audio/speex \
- libxslt.so:textproc/libxslt \
- libssh_threads.so:security/libssh
-
-USES= compiler:features dos2unix pkgconfig qmake
+ libgpgme.so:security/gpgme \
+ libopencv_highgui.so:graphics/opencv \
+ libopencv_imgproc.so:graphics/opencv-core \
+ libavcodec.so:multimedia/ffmpeg \
+ libcurl.so:ftp/curl \
+ libmicrohttpd.so:www/libmicrohttpd
+
+USES= qmake compiler:features dos2unix execinfo pkgconfig
USE_GNOME= glib20 libxml2 libxslt
-USE_XORG= x11 xscrnsaver
-USE_QT4= corelib gui network xml script designer_build uic_build \
- qmake_build moc_build rcc_build multimedia
-
-BINARY= RetroShare
-SRC_REVISION= 0.7068
-SRC_VERSION= 0.5.5
-WRKSRC= ${WRKDIR}/${PORTNAME}-${SRC_VERSION}/src
+USE_GL= gl
+USE_QT5= buildtools_build uitools_build core gui network xml \
+ widgets multimedia printsupport
+INSTALLS_ICONS= yes
-MAKE_JOBS_UNSAFE=yes
-USE_LDCONFIG= yes
-
-DESKTOP_ENTRIES="${BINARY}" "${COMMENT}" "${DATADIR}/retrosharelogo1.png" \
- "${BINARY}" "Network;FileTransfer;" true
-
-DOS2UNIX_FILES= retroshare-gui/src/retroshare-gui.pro \
- retroshare-nogui/src/retroshare-nogui.pro \
- retroshare-gui/src/gui/RetroShareLink.h \
- retroshare-gui/src/gui/common/GroupTreeWidget.cpp
+DOS2UNIX_FILES= retroshare-nogui/src/retroshare-nogui.pro
+USE_GITHUB= yes
+GH_ACCOUNT= RetroShare
+GH_PROJECT= RetroShare
.include <bsd.port.pre.mk>
@@ -56,36 +48,9 @@ post-patch:
${WRKSRC}/retroshare-gui/src/retroshare-gui.pro
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
${WRKSRC}/retroshare-nogui/src/retroshare-nogui.pro
- @${REINPLACE_CMD} -e 's|/usr/local/share/retroshare|${DATADIR}|' \
- ${WRKSRC}/libretroshare/src/rsserver/rsinit.cc
- @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
- ${WRKSRC}/plugins/FeedReader/FeedReader.pro
- @${REINPLACE_CMD} -e 's|/usr/local/share/retroshare|${DATADIR}|' \
- ${WRKSRC}/libretroshare/src/rsserver/rsinit.cc
- @${REINPLACE_CMD} -e 's|/usr/lib|${LOCALBASE}/lib|' \
- ${WRKSRC}/libretroshare/src/rsserver/rsinit.cc
-
-post-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/retroshare-gui/src/${BINARY} \
- ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/retroshare-nogui/src/retroshare-nogui \
- ${STAGEDIR}${PREFIX}/bin
- ${MKDIR} ${STAGEDIR}${DATADIR}
- ${INSTALL_MAN} ${WRKSRC}/libbitdht/src/example/bdboot.txt \
- ${STAGEDIR}${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/retroshare-gui/src/gui/images/retrosharelogo1.png \
- ${STAGEDIR}${DATADIR}
- ${MKDIR} ${STAGEDIR}${PREFIX}/lib/retroshare
- ${MKDIR} ${STAGEDIR}${PREFIX}/lib/retroshare/extensions
- ${INSTALL_LIB} ${WRKSRC}/plugins/LinksCloud/libLinksCloud.so.1.0.0 \
- ${STAGEDIR}${PREFIX}/lib/retroshare/extensions/libLinksCloud.so.1
- ${INSTALL_LIB} ${WRKSRC}/plugins/VOIP/libVOIP.so.1.0.0 \
- ${STAGEDIR}${PREFIX}/lib/retroshare/extensions/libVOIP.so.1
- ${INSTALL_LIB} ${WRKSRC}/plugins/FeedReader/libFeedReader.so.1.0.0 \
- ${STAGEDIR}${PREFIX}/lib/retroshare/extensions/libFeedReader.so.1
- @cd ${STAGEDIR}${PREFIX}/lib/retroshare/extensions && \
- ${LN} -s libLinksCloud.so.1 libLinksCloud.so && \
- ${LN} -s libVOIP.so.1 libVOIP.so && \
- ${LN} -s libFeedReader.so.1 libFeedReader.so
+ @${REINPLACE_CMD} -e 's|/usr/bin|${PREFIX}/bin|' \
+ ${WRKSRC}/data/retroshare06.desktop
+ @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \
+ ${WRKSRC}/data/retroshare06.desktop
.include <bsd.port.post.mk>
diff --git a/net-p2p/retroshare/distinfo b/net-p2p/retroshare/distinfo
index 8b119aa96bc1..7b40ce444053 100644
--- a/net-p2p/retroshare/distinfo
+++ b/net-p2p/retroshare/distinfo
@@ -1,2 +1,2 @@
-SHA256 (retroshare_0.5.5-0.7068.tar.gz) = 772b0d7916137e81fc0f5ea14f0a8fa70d3d7acb701ca0b0c1c66018f2255650
-SIZE (retroshare_0.5.5-0.7068.tar.gz) = 11899395
+SHA256 (RetroShare-RetroShare-v0.6.0_GH0.tar.gz) = 50b9157bbe407aaefcbf9af1f29392e63148dc060bf78a3b200c9bc09998cf7c
+SIZE (RetroShare-RetroShare-v0.6.0_GH0.tar.gz) = 17436205
diff --git a/net-p2p/retroshare/files/patch-clang b/net-p2p/retroshare/files/patch-clang
deleted file mode 100644
index b1edc8535a36..000000000000
--- a/net-p2p/retroshare/files/patch-clang
+++ /dev/null
@@ -1,145 +0,0 @@
---- libretroshare/src/retroshare/rsconfig.h.orig
-+++ libretroshare/src/retroshare/rsconfig.h
-@@ -31,6 +31,8 @@
- #include <list>
- #include <map>
-
-+#include <time.h>
-+
- /* The New Config Interface Class */
- class RsServerConfig;
- extern RsServerConfig *rsConfig;
---- libretroshare/src/retroshare/rsflags.h.orig
-+++ libretroshare/src/retroshare/rsflags.h
-@@ -1,6 +1,7 @@
- #pragma once
-
- #include <stdint.h>
-+#include <ostream>
-
- // This class provides a representation for flags that can be combined with bitwise
- // operations. However, because the class is templated with an id, it's not possible to
---- libretroshare/src/retroshare/rsgxsifacetypes.h.orig
-+++ libretroshare/src/retroshare/rsgxsifacetypes.h
-@@ -12,6 +12,8 @@
- #include <vector>
- #include <string>
- #include <inttypes.h>
-+
-+#include <time.h>
-
-
- typedef std::string RsGxsGroupId;
---- plugins/FeedReader/interface/rsFeedReader.h.orig
-+++ plugins/FeedReader/interface/rsFeedReader.h
-@@ -26,6 +26,8 @@
- #include <string>
- #include <list>
-
-+#include <time.h>
-+
- class RsFeedReader;
- extern RsFeedReader *rsFeedReader;
-
---- plugins/LinksCloud/rsrank.h.orig
-+++ plugins/LinksCloud/rsrank.h
-@@ -30,6 +30,8 @@
- #include <string>
- #include <list>
-
-+#include <time.h>
-+
- /* The Main Interface Class - for information about your Peers */
- class RsRanks;
- extern RsRanks *rsRanks;
---- retroshare-gui/src/gui/CreateMsgLinkDialog.h.orig
-+++ retroshare-gui/src/gui/CreateMsgLinkDialog.h
-@@ -23,6 +23,8 @@
-
- #include "ui_CreateMsgLinkDialog.h"
-
-+#include <time.h>
-+
- class FriendSelectionWidget ;
-
- class CreateMsgLinkDialog : public QDialog, public Ui::CreateMsgLinkDialog
---- retroshare-gui/src/gui/RetroShareLink.h.orig
-+++ retroshare-gui/src/gui/RetroShareLink.h
-@@ -33,6 +33,7 @@
- // -------------+----------------+--------------------------+------------------+-------------+-------------
- //
- #include <stdint.h>
-+#include <time.h>
- #include <QString>
- #include <QVector>
- #include <QUrl>
---- retroshare-gui/src/gui/common/GroupTreeWidget.cpp.orig
-+++ retroshare-gui/src/gui/common/GroupTreeWidget.cpp
-@@ -502,7 +502,7 @@ void GroupTreeWidget::calculateScore(QTr
-
- /* Find out which has given word in it */
- QTreeWidgetItemIterator itemIterator(ui->treeWidget);
-- QTreeWidgetItem *item;
-+ // QTreeWidgetItem *item;
- while ((item = *itemIterator) != NULL) {
- itemIterator++;
-
---- retroshare-gui/src/gui/connect/ConnectProgressDialog.h.orig
-+++ retroshare-gui/src/gui/connect/ConnectProgressDialog.h
-@@ -29,6 +29,7 @@
- #include "ui_ConnectProgressDialog.h"
-
- #include <stdint.h>
-+#include <time.h>
-
- class ConnectProgressDialog : public QDialog
- {
---- retroshare-gui/src/./util/DateTime.h.orig
-+++ retroshare-gui/src/./util/DateTime.h
-@@ -24,6 +24,8 @@
-
- #include <QString>
-
-+#include <time.h>
-+
- class QDateTime;
- class QDate;
- class QTime;
---- libretroshare/src/util/argstream.h.orig
-+++ libretroshare/src/util/argstream.h
-@@ -141,9 +141,9 @@ namespace
- inline OptionHolder(char s,
- const char* l,
- const char* desc);
-- friend OptionHolder help(char s='h',
-- const char* l="help",
-- const char* desc="Display this help");
-+ friend OptionHolder help(char s,
-+ const char* l,
-+ const char* desc);
- private:
- std::string shortName_;
- std::string longName_;
-@@ -173,9 +173,9 @@ namespace
- return OptionHolder(l,b,desc);
- }
- inline OptionHolder
-- help(char s,
-- const char* l,
-- const char* desc)
-+ help(char s='h',
-+ const char* l="help",
-+ const char* desc="Display this help")
- {
- return OptionHolder(s,l,desc);
- }
---- retroshare-nogui/src/menu/menu.h.orig 2014-01-28 22:57:11.000000000 +0100
-+++ retroshare-nogui/src/menu/menu.h 2014-04-10 13:51:23.670843012 +0200
-@@ -27,6 +27,7 @@
- #define RSNOGUI_MENU_H
-
- #include <inttypes.h>
-+#include <time.h>
-
- #include <string>
- #include <map>
diff --git a/net-p2p/retroshare/files/patch-libbitdht-src-libbitdht.pro b/net-p2p/retroshare/files/patch-libbitdht-src-libbitdht.pro
deleted file mode 100644
index d9bcf02ff42e..000000000000
--- a/net-p2p/retroshare/files/patch-libbitdht-src-libbitdht.pro
+++ /dev/null
@@ -1,10 +0,0 @@
---- libbitdht/src/libbitdht.pro.orig 2012-08-16 18:59:51.000000000 +0200
-+++ libbitdht/src/libbitdht.pro 2012-10-08 18:41:49.000000000 +0200
-@@ -91,6 +91,7 @@
-
- freebsd-* {
- DESTDIR = lib
-+ INCLUDEPATH += ../../openpgpsdk/src \
- }
-
- ################################### COMMON stuff ##################################
diff --git a/net-p2p/retroshare/files/patch-libbitdht_src_bitdht_bencode.c b/net-p2p/retroshare/files/patch-libbitdht_src_bitdht_bencode.c
new file mode 100644
index 000000000000..03acce10388e
--- /dev/null
+++ b/net-p2p/retroshare/files/patch-libbitdht_src_bitdht_bencode.c
@@ -0,0 +1,46 @@
+--- libbitdht/src/bitdht/bencode.c.orig 2016-02-05 19:04:46 UTC
++++ libbitdht/src/bitdht/bencode.c
+@@ -20,7 +20,6 @@
+ */
+
+ #include <stdio.h>
+-#include <iostream>
+ #include <stdlib.h> /* malloc() realloc() free() strtoll() */
+ #include <string.h> /* memset() */
+ #include "util/bdstring.h"
+@@ -115,7 +114,7 @@ static char *_be_decode_str(const char *
+
+ if(_ret == NULL)
+ {
+- std::cerr << "(EE) " << __PRETTY_FUNCTION__ << ": ERROR. cannot allocate memory for " << len+1+sizeof(sllen) << " bytes." << std::endl;
++ //std::cerr << "(EE) " << __PRETTY_FUNCTION__ << ": ERROR. cannot allocate memory for " << len+1+sizeof(sllen) << " bytes." << std::endl;
+ return NULL;
+ }
+
+@@ -511,7 +510,7 @@ be_node *be_create_str(const char *str)
+
+ if(_ret == NULL)
+ {
+- std::cerr << "(EE) " << __PRETTY_FUNCTION__ << ": ERROR. cannot allocate memory for " << len+1+sizeof(sllen) << " bytes." << std::endl;
++ //std::cerr << "(EE) " << __PRETTY_FUNCTION__ << ": ERROR. cannot allocate memory for " << len+1+sizeof(sllen) << " bytes." << std::endl;
+ return NULL;
+ }
+ char *ret = NULL;
+@@ -536,7 +535,7 @@ be_node *be_create_str_wlen(const char *
+
+ if(_ret == NULL)
+ {
+- std::cerr << "(EE) " << __PRETTY_FUNCTION__ << ": ERROR. cannot allocate memory for " << len+1+sizeof(sllen) << " bytes." << std::endl;
++ //std::cerr << "(EE) " << __PRETTY_FUNCTION__ << ": ERROR. cannot allocate memory for " << len+1+sizeof(sllen) << " bytes." << std::endl;
+ return NULL;
+ }
+ char *ret = NULL;
+@@ -584,7 +583,7 @@ int be_add_keypair(be_node *dict, const
+
+ if(_ret == NULL)
+ {
+- std::cerr << "(EE) " << __PRETTY_FUNCTION__ << ": ERROR. cannot allocate memory for " << len+1+sizeof(sllen) << " bytes." << std::endl;
++ //std::cerr << "(EE) " << __PRETTY_FUNCTION__ << ": ERROR. cannot allocate memory for " << len+1+sizeof(sllen) << " bytes." << std::endl;
+ return 0;
+ }
+ char *ret = NULL;
diff --git a/net-p2p/retroshare/files/patch-libretroshare-src-libretroshare.pro b/net-p2p/retroshare/files/patch-libretroshare-src-libretroshare.pro
deleted file mode 100644
index 56674fc93b45..000000000000
--- a/net-p2p/retroshare/files/patch-libretroshare-src-libretroshare.pro
+++ /dev/null
@@ -1,11 +0,0 @@
---- libretroshare/src/libretroshare.pro.orig 2014-01-28 22:56:57.000000000 +0100
-+++ libretroshare/src/libretroshare.pro 2014-10-01 18:48:38.445003534 +0200
-@@ -305,6 +305,8 @@
- freebsd-* {
- INCLUDEPATH *= /usr/local/include/gpgme
- INCLUDEPATH *= /usr/local/include/glib-2.0
-+ INCLUDEPATH *= /usr/local/lib/glib-2.0/include
-+ INCLUDEPATH += ../../openpgpsdk/src
-
- QMAKE_CXXFLAGS *= -Dfseeko64=fseeko -Dftello64=ftello -Dstat64=stat -Dstatvfs64=statvfs -Dfopen64=fopen
-
diff --git a/net-p2p/retroshare/files/patch-libretroshare_src_grouter_p3grouter.h b/net-p2p/retroshare/files/patch-libretroshare_src_grouter_p3grouter.h
new file mode 100644
index 000000000000..de6b5fd1dd46
--- /dev/null
+++ b/net-p2p/retroshare/files/patch-libretroshare_src_grouter_p3grouter.h
@@ -0,0 +1,20 @@
+--- libretroshare/src/grouter/p3grouter.h.orig 2016-02-05 19:04:46 UTC
++++ libretroshare/src/grouter/p3grouter.h
+@@ -225,7 +225,7 @@ private:
+ void handleLowLevelTransactionAckItem(RsGRouterTransactionAcknItem*) ;
+
+ static Sha1CheckSum computeDataItemHash(RsGRouterGenericDataItem *data_item);
+-#ifdef __APPLE__
++#if defined(__APPLE__) || defined(__FreeBSD__)
+ public:
+ #endif
+ class nullstream: public std::ostream {};
+@@ -236,7 +236,7 @@ public:
+
+ return _debug_enabled?(std::cerr):null;
+ }
+-#ifdef __APPLE__
++#if defined(__APPLE__) || defined(__FreeBSD__)
+ private:
+ #endif
+ void routePendingObjects() ;
diff --git a/net-p2p/retroshare/files/patch-libretroshare_src_libretroshare.pro b/net-p2p/retroshare/files/patch-libretroshare_src_libretroshare.pro
new file mode 100644
index 000000000000..645192342a99
--- /dev/null
+++ b/net-p2p/retroshare/files/patch-libretroshare_src_libretroshare.pro
@@ -0,0 +1,11 @@
+--- libretroshare/src/libretroshare.pro.orig 2016-02-05 19:04:46 UTC
++++ libretroshare/src/libretroshare.pro
+@@ -293,7 +293,7 @@ mac {
+
+ freebsd-* {
+ INCLUDEPATH *= /usr/local/include/gpgme
+- INCLUDEPATH *= /usr/local/include/glib-2.0
++ INCLUDEPATH += $$system(pkg-config --cflags glib-2.0 | sed -e "s/-I//g")
+
+ QMAKE_CXXFLAGS *= -Dfseeko64=fseeko -Dftello64=ftello -Dstat64=stat -Dstatvfs64=statvfs -Dfopen64=fopen
+
diff --git a/net-p2p/retroshare/files/patch-libretroshare_src_rsserver_rsinit.cc b/net-p2p/retroshare/files/patch-libretroshare_src_rsserver_rsinit.cc
new file mode 100644
index 000000000000..1506c5129668
--- /dev/null
+++ b/net-p2p/retroshare/files/patch-libretroshare_src_rsserver_rsinit.cc
@@ -0,0 +1,11 @@
+--- libretroshare/src/rsserver/rsinit.cc.orig 2016-02-05 19:04:46 UTC
++++ libretroshare/src/rsserver/rsinit.cc
+@@ -367,7 +367,7 @@ int RsInit::InitRetroShare(int argcIgnor
+ #ifdef LOCALNET_TESTING
+ >> parameter('R',"restrict-port" ,portRestrictions ,"port1-port2","Apply port restriction" ,false)
+ #endif
+-#ifdef __APPLE__
++#if defined(__APPLE__) || defined(__FreeBSD__)
+ >> help('h',"help","Display this Help") ;
+ #else
+ >> help() ;
diff --git a/net-p2p/retroshare/files/patch-libretroshare_src_util_argstream.h b/net-p2p/retroshare/files/patch-libretroshare_src_util_argstream.h
new file mode 100644
index 000000000000..be2113cbf700
--- /dev/null
+++ b/net-p2p/retroshare/files/patch-libretroshare_src_util_argstream.h
@@ -0,0 +1,11 @@
+--- libretroshare/src/util/argstream.h.orig 2016-02-05 19:04:46 UTC
++++ libretroshare/src/util/argstream.h
+@@ -141,7 +141,7 @@ namespace
+ inline OptionHolder(char s,
+ const char* l,
+ const char* desc);
+-#ifdef __APPLE__
++#if defined(__APPLE__) || defined(__FreeBSD__)
+ friend OptionHolder help(char s,
+ const char* l,
+ const char* desc);
diff --git a/net-p2p/retroshare/files/patch-plugins-FeedReader-FeedReader.pro b/net-p2p/retroshare/files/patch-plugins-FeedReader-FeedReader.pro
deleted file mode 100644
index b006d69bfce6..000000000000
--- a/net-p2p/retroshare/files/patch-plugins-FeedReader-FeedReader.pro
+++ /dev/null
@@ -1,12 +0,0 @@
---- plugins/FeedReader/FeedReader.pro.orig 2013-10-22 11:53:29.000000000 +0200
-+++ plugins/FeedReader/FeedReader.pro 2013-10-22 11:54:10.000000000 +0200
-@@ -101,3 +101,9 @@
- LIBS += -lcurl -lxml2 -lxslt
- }
-
-+freebsd-* {
-+
-+ INCLUDEPATH += /usr/local/include/libxml2
-+
-+ LIBS += -lcurl -lxml2 -lxslt
-+}
diff --git a/net-p2p/retroshare/files/patch-plugins_FeedReader_FeedReader.pro b/net-p2p/retroshare/files/patch-plugins_FeedReader_FeedReader.pro
new file mode 100644
index 000000000000..a5d8dd7336fe
--- /dev/null
+++ b/net-p2p/retroshare/files/patch-plugins_FeedReader_FeedReader.pro
@@ -0,0 +1,11 @@
+--- plugins/FeedReader/FeedReader.pro.orig 2016-02-05 19:04:46 UTC
++++ plugins/FeedReader/FeedReader.pro
+@@ -134,3 +134,8 @@ haiku-* {
+
+ LIBS += -lcurl -lxml2 -lxslt
+ }
++
++freebsd-* {
++ INCLUDEPATH += $$system(pkg-config --cflags libxml-2.0 | sed -e "s/-I//g")
++ LIBS += -lcurl -lxml2 -lxslt
++}
diff --git a/net-p2p/retroshare/files/patch-plugins_FeedReader_interface_rsFeedReader.h b/net-p2p/retroshare/files/patch-plugins_FeedReader_interface_rsFeedReader.h
new file mode 100644
index 000000000000..775451b1e498
--- /dev/null
+++ b/net-p2p/retroshare/files/patch-plugins_FeedReader_interface_rsFeedReader.h
@@ -0,0 +1,10 @@
+--- plugins/FeedReader/interface/rsFeedReader.h.orig 2015-08-17 16:28:25 UTC
++++ plugins/FeedReader/interface/rsFeedReader.h
+@@ -25,6 +25,7 @@
+ #include <inttypes.h>
+ #include <string>
+ #include <list>
++#include <time.h>
+
+ class RsFeedReader;
+ extern RsFeedReader *rsFeedReader;
diff --git a/net-p2p/retroshare/files/patch-plugins_VOIP_VOIP.pro b/net-p2p/retroshare/files/patch-plugins_VOIP_VOIP.pro
new file mode 100644
index 000000000000..207426afdcd6
--- /dev/null
+++ b/net-p2p/retroshare/files/patch-plugins_VOIP_VOIP.pro
@@ -0,0 +1,10 @@
+--- plugins/VOIP/VOIP.pro.orig 2016-03-05 21:47:58 UTC
++++ plugins/VOIP/VOIP.pro
+@@ -26,6 +26,7 @@ linux-* {
+ PKGCONFIG += opencv
+ } else {
+ LIBS += -lspeex -lspeexdsp -lavcodec -lavutil
++ LIBS += -lopencv_core -lopencv_highgui -lopencv_imgproc
+ }
+
+ #################################### Windows #####################################
diff --git a/net-p2p/retroshare/files/patch-plugins_VOIP_gui_VideoProcessor.cpp b/net-p2p/retroshare/files/patch-plugins_VOIP_gui_VideoProcessor.cpp
new file mode 100644
index 000000000000..4b5c23f71aa9
--- /dev/null
+++ b/net-p2p/retroshare/files/patch-plugins_VOIP_gui_VideoProcessor.cpp
@@ -0,0 +1,21 @@
+--- plugins/VOIP/gui/VideoProcessor.cpp.orig 2016-02-05 19:04:46 UTC
++++ plugins/VOIP/gui/VideoProcessor.cpp
+@@ -3,7 +3,7 @@
+ #ifdef __MACH__
+ #include <malloc/malloc.h>
+ #else
+-#include <malloc.h>
++#include <stdlib.h>
+ #endif
+
+ #include <QByteArray>
+@@ -737,7 +737,8 @@ bool FFmpegVideo::decodeData(const RsVOI
+ //Mac OS X appears to be 16-byte mem aligned.
+ unsigned char *tmp = (unsigned char*)malloc(s + AV_INPUT_BUFFER_PADDING_SIZE) ;
+ #else //MAC
+- unsigned char *tmp = (unsigned char*)memalign(16, s + AV_INPUT_BUFFER_PADDING_SIZE) ;
++ unsigned char *tmp ;
++ int unused_error = posix_memalign((void **)tmp, 16, s + AV_INPUT_BUFFER_PADDING_SIZE) ;
+ #endif //MAC
+ #endif //MINGW
+ if (tmp == NULL) {
diff --git a/net-p2p/retroshare/files/patch-retroshare-gui__src__retroshare-gui.pro b/net-p2p/retroshare/files/patch-retroshare-gui__src__retroshare-gui.pro
deleted file mode 100644
index 6255e157257c..000000000000
--- a/net-p2p/retroshare/files/patch-retroshare-gui__src__retroshare-gui.pro
+++ /dev/null
@@ -1,29 +0,0 @@
---- retroshare-gui/src/retroshare-gui.pro.orig 2014-04-10 13:28:51.661832058 +0200
-+++ retroshare-gui/src/retroshare-gui.pro 2014-04-10 13:29:31.092831413 +0200
-@@ -215,17 +215,22 @@ macx {
- freebsd-* {
- INCLUDEPATH *= /usr/local/include/gpgme
- LIBS *= ../../libretroshare/src/lib/libretroshare.a
-+ LIBS *= ../../openpgpsdk/src/lib/libops.a -lbz2
- LIBS *= -lssl
-- LIBS *= -lgpgme
-- LIBS *= -lupnp
-+ LIBS *= -lcrypto
-+ LIBS *= -lz
-+ LIBS *= -lupnp -lixml
-+ LIBS *= -lXss -lX11
- LIBS *= -lgnome-keyring
- PRE_TARGETDEPS *= ../../libretroshare/src/lib/libretroshare.a
-+ PRE_TARGETDEPS *= ../../openpgpsdk/src/lib/libops.a
-
- gxs {
- LIBS += ../../supportlibs/pegmarkdown/lib/libpegmarkdown.a
-- LIBS += -lsqlite3
-+ LIBS += ../../../lib/sqlcipher/.libs/libsqlcipher.a
- }
--
-+ LIBS *= -rdynamic
-+ DEFINES *= HAVE_XSS # for idle time, libx screensaver extensions
- }
-
- ##################################### OpenBSD ######################################
diff --git a/net-p2p/retroshare/files/patch-retroshare-gui_src_retroshare-gui.pro b/net-p2p/retroshare/files/patch-retroshare-gui_src_retroshare-gui.pro
new file mode 100644
index 000000000000..a1e57a49fa10
--- /dev/null
+++ b/net-p2p/retroshare/files/patch-retroshare-gui_src_retroshare-gui.pro
@@ -0,0 +1,21 @@
+--- retroshare-gui/src/retroshare-gui.pro.orig 2016-02-05 19:04:46 UTC
++++ retroshare-gui/src/retroshare-gui.pro
+@@ -239,12 +239,16 @@ macx {
+
+ freebsd-* {
+ INCLUDEPATH *= /usr/local/include/gpgme
+- LIBS *= -lssl
++ LIBS *= -lssl -lcrypto
+ LIBS *= -lgpgme
+ LIBS *= -lupnp
+ LIBS *= -lgnome-keyring
++ LIBS *= -lz
++ LIBS *= -lixml
++ LIBS *= -lexecinfo
+
+- LIBS += -lsqlite3
++ LIBS += -lsqlcipher
++ LIBS *= -rdynamic
+ }
+
+ ##################################### Haiku ######################################
diff --git a/net-p2p/retroshare/files/patch-retroshare-gui_src_util_DateTime.h b/net-p2p/retroshare/files/patch-retroshare-gui_src_util_DateTime.h
new file mode 100644
index 000000000000..662b40d80b78
--- /dev/null
+++ b/net-p2p/retroshare/files/patch-retroshare-gui_src_util_DateTime.h
@@ -0,0 +1,10 @@
+--- retroshare-gui/src/util/DateTime.h.orig 2016-03-15 21:37:06 UTC
++++ retroshare-gui/src/util/DateTime.h
+@@ -23,6 +23,7 @@
+ #define _DATETIME_H
+
+ #include <QString>
++#include <time.h>
+
+ class QDateTime;
+ class QDate;
diff --git a/net-p2p/retroshare/files/patch-retroshare-gui_src_util_RsNetUtil.cpp b/net-p2p/retroshare/files/patch-retroshare-gui_src_util_RsNetUtil.cpp
new file mode 100644
index 000000000000..0d6920be0660
--- /dev/null
+++ b/net-p2p/retroshare/files/patch-retroshare-gui_src_util_RsNetUtil.cpp
@@ -0,0 +1,11 @@
+--- retroshare-gui/src/util/RsNetUtil.cpp.orig 2016-02-05 19:04:46 UTC
++++ retroshare-gui/src/util/RsNetUtil.cpp
+@@ -29,6 +29,8 @@
+ #ifdef WINDOWS_SYS
+ #include <ws2tcpip.h>
+ #else
++#include <sys/types.h>
++#include <sys/socket.h>
+ #include <netinet/in.h>
+ #endif
+
diff --git a/net-p2p/retroshare/files/patch-retroshare-nogui__src__retroshare-nogui.pro b/net-p2p/retroshare/files/patch-retroshare-nogui__src__retroshare-nogui.pro
deleted file mode 100644
index fd794a6492f8..000000000000
--- a/net-p2p/retroshare/files/patch-retroshare-nogui__src__retroshare-nogui.pro
+++ /dev/null
@@ -1,26 +0,0 @@
---- retroshare-nogui/src/retroshare-nogui.pro.orig 2014-04-10 14:14:22.622840778 +0200
-+++ retroshare-nogui/src/retroshare-nogui.pro 2014-04-10 14:14:55.384836372 +0200
-@@ -114,12 +114,20 @@ macx {
-
- freebsd-* {
- INCLUDEPATH *= /usr/local/include/gpgme
-+ QMAKE_CXXFLAGS *= -Dfseeko64=fseeko -Dftello64=ftello -Dstat64=stat -Dstatvfs64=statvfs -Dfopen64=fopen
- LIBS *= ../../libretroshare/src/lib/libretroshare.a
-- LIBS *= -lssl
-- LIBS *= -lgpgme
-- LIBS *= -lupnp
-+ LIBS *= ../../openpgpsdk/src/lib/libops.a -lbz2
-+ LIBS *= -lssl -lcrypto
-+ LIBS *= -lz
-+ LIBS *= -lupnp -lixml
- LIBS *= -lgnome-keyring
- PRE_TARGETDEPS *= ../../libretroshare/src/lib/libretroshare.a
-+ PRE_TARGETDEPS *= ../../openpgpsdk/src/lib/libops.a
-+ LIBS *= -rdynamic
-+ gxs {
-+ # We need a explicit path here, to force using the home version
-+ LIBS += ../../../lib/sqlcipher/.libs/libsqlcipher.a
-+ }
- }
-
- ##################################### OpenBSD ######################################
diff --git a/net-p2p/retroshare/files/patch-retroshare-nogui_src_retroshare-nogui.pro b/net-p2p/retroshare/files/patch-retroshare-nogui_src_retroshare-nogui.pro
new file mode 100644
index 000000000000..90ea4f9f8a1b
--- /dev/null
+++ b/net-p2p/retroshare/files/patch-retroshare-nogui_src_retroshare-nogui.pro
@@ -0,0 +1,20 @@
+--- retroshare-nogui/src/retroshare-nogui.pro.orig 2016-03-05 21:29:14 UTC
++++ retroshare-nogui/src/retroshare-nogui.pro
+@@ -126,10 +126,16 @@ macx {
+
+ freebsd-* {
+ INCLUDEPATH *= /usr/local/include/gpgme
+- LIBS *= -lssl
++ LIBS *= -lssl -lcrypto
+ LIBS *= -lgpgme
+ LIBS *= -lupnp
+ LIBS *= -lgnome-keyring
++ LIBS *= -lz
++ LIBS *= -lixml
++ LIBS *= -lthr
++ LIBS += -lsqlcipher
++ LIBS *= -lexecinfo
++ LIBS *= -rdynamic
+ }
+
+ ##################################### OpenBSD ######################################
diff --git a/net-p2p/retroshare/files/patch-retroshare-nogui_src_retroshare.cc b/net-p2p/retroshare/files/patch-retroshare-nogui_src_retroshare.cc
new file mode 100644
index 000000000000..3b44940af907
--- /dev/null
+++ b/net-p2p/retroshare/files/patch-retroshare-nogui_src_retroshare.cc
@@ -0,0 +1,11 @@
+--- retroshare-nogui/src/retroshare.cc.orig 2016-02-05 19:04:46 UTC
++++ retroshare-nogui/src/retroshare.cc
+@@ -86,7 +86,7 @@ int main(int argc, char **argv)
+ // unfinished
+ //args >> parameter("http-listen", listenAddress, "ipv6 address", "Listen only on the specified address.", false);
+ args >> option("http-allow-all", allowAllIps, "allow connections from all IP adresses (default= localhost only)");
+-#ifdef __APPLE__
++#if defined(__APPLE__) || defined(__FreeBSD__)
+ args >> help('h',"help","Display this Help");
+ #else
+ args >> help();
diff --git a/net-p2p/retroshare/files/patch-supportlibs__pegmarkdown__pegmarkdown.pro b/net-p2p/retroshare/files/patch-supportlibs__pegmarkdown__pegmarkdown.pro
deleted file mode 100644
index 56a47ef5a6ab..000000000000
--- a/net-p2p/retroshare/files/patch-supportlibs__pegmarkdown__pegmarkdown.pro
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./supportlibs/pegmarkdown/pegmarkdown.pro.orig 2013-12-11 16:08:42.000000000 +0100
-+++ ./supportlibs/pegmarkdown/pegmarkdown.pro 2013-12-11 16:09:21.000000000 +0100
-@@ -55,6 +55,7 @@
- ################################# FreeBSD ##########################################
-
- freebsd-* {
-+ QMAKE_CC = cc
- DESTDIR = lib
- }
-
diff --git a/net-p2p/retroshare/pkg-descr b/net-p2p/retroshare/pkg-descr
index 9e36e2703add..5bee145f54b3 100644
--- a/net-p2p/retroshare/pkg-descr
+++ b/net-p2p/retroshare/pkg-descr
@@ -1,7 +1,7 @@
-RetroShare is a Open Source cross-platform, private and secure decentralised
-communication platform. It lets you to securely chat and share files with your
-friends and family, using a web-of-trust to authenticate peers and OpenSSL to
-encrypt all communication. RetroShare provides filesharing, chat, messages,
-forums and channels.
+RetroShare is a Open Source cross-platform, private and secure
+decentralised communication platform. It lets you to securely chat
+and share files with your friends and family, using a web-of-trust
+to authenticate peers and OpenSSL to encrypt all communication.
+RetroShare provides filesharing, chat, messages, forums and channels.
WWW: http://retroshare.sourceforge.net/
diff --git a/net-p2p/retroshare/pkg-plist b/net-p2p/retroshare/pkg-plist
index 901862003e40..24fd1edc1ed1 100644
--- a/net-p2p/retroshare/pkg-plist
+++ b/net-p2p/retroshare/pkg-plist
@@ -1,10 +1,450 @@
-bin/RetroShare
-bin/retroshare-nogui
-lib/retroshare/extensions/libLinksCloud.so
-lib/retroshare/extensions/libLinksCloud.so.1
-lib/retroshare/extensions/libVOIP.so
-lib/retroshare/extensions/libVOIP.so.1
-lib/retroshare/extensions/libFeedReader.so
-lib/retroshare/extensions/libFeedReader.so.1
-%%DATADIR%%/bdboot.txt
-%%DATADIR%%/retrosharelogo1.png
+bin/RetroShare06
+bin/RetroShare06-nogui
+%%QT_LIBDIR%%/retroshare/extensions6/%%QT_LIBDIR%%FeedReader.so
+%%QT_LIBDIR%%/retroshare/extensions6/%%QT_LIBDIR%%VOIP.so
+share/RetroShare06/bdboot.txt
+share/RetroShare06/qss/blacknight.qss
+share/RetroShare06/qss/blacknight/check_sel.png
+share/RetroShare06/qss/blacknight/check_unsel.png
+share/RetroShare06/qss/blacknight/clbg.png
+share/RetroShare06/qss/blacknight/down.png
+share/RetroShare06/qss/blacknight/radio_sel.png
+share/RetroShare06/qss/blacknight/radio_unsel.png
+share/RetroShare06/qss/blacknight/up.png
+share/RetroShare06/qss/blue.qss
+share/RetroShare06/qss/blue/blue.png
+share/RetroShare06/qss/blue/blue2.png
+share/RetroShare06/qss/blue/tab1.png
+share/RetroShare06/qss/blue/tabselected.png
+share/RetroShare06/qss/groove.qss
+share/RetroShare06/qss/orangesurfer.qss
+share/RetroShare06/qss/orangesurfer/border.png
+share/RetroShare06/qss/orangesurfer/main.png
+share/RetroShare06/qss/orangesurfer/main2.png
+share/RetroShare06/qss/orangesurfer/sizegrip.png
+share/RetroShare06/qss/orangesurfer/tab_hover.png
+share/RetroShare06/qss/orangesurfer/tab_normal.png
+share/RetroShare06/qss/orangesurfer/tab_pressed.png
+share/RetroShare06/qss/orangesurfer/toolbar.png
+share/RetroShare06/qss/qdarkstyle.qss
+share/RetroShare06/qss/qdarkstyle/Hmovetoolbar.png
+share/RetroShare06/qss/qdarkstyle/Hsepartoolbar.png
+share/RetroShare06/qss/qdarkstyle/Vmovetoolbar.png
+share/RetroShare06/qss/qdarkstyle/Vsepartoolbar.png
+share/RetroShare06/qss/qdarkstyle/branch_closed-on.png
+share/RetroShare06/qss/qdarkstyle/branch_closed.png
+share/RetroShare06/qss/qdarkstyle/branch_open-on.png
+share/RetroShare06/qss/qdarkstyle/branch_open.png
+share/RetroShare06/qss/qdarkstyle/checkbox.png
+share/RetroShare06/qss/qdarkstyle/close.png
+share/RetroShare06/qss/qdarkstyle/down_arrow.png
+share/RetroShare06/qss/qdarkstyle/down_arrow_disabled.png
+share/RetroShare06/qss/qdarkstyle/left_arrow.png
+share/RetroShare06/qss/qdarkstyle/left_arrow_disabled.png
+share/RetroShare06/qss/qdarkstyle/right_arrow.png
+share/RetroShare06/qss/qdarkstyle/right_arrow_disabled.png
+share/RetroShare06/qss/qdarkstyle/sizegrip.png
+share/RetroShare06/qss/qdarkstyle/stylesheet-branch-end.png
+share/RetroShare06/qss/qdarkstyle/stylesheet-branch-more.png
+share/RetroShare06/qss/qdarkstyle/stylesheet-vline.png
+share/RetroShare06/qss/qdarkstyle/transparent.png
+share/RetroShare06/qss/qdarkstyle/undock.png
+share/RetroShare06/qss/qdarkstyle/up_arrow.png
+share/RetroShare06/qss/qdarkstyle/up_arrow_disabled.png
+share/RetroShare06/qss/qlive.qss
+share/RetroShare06/qss/qlive/qb.png
+share/RetroShare06/qss/qlive/qb2.png
+share/RetroShare06/qss/redscorpion.qss
+share/RetroShare06/qss/redscorpion/red.png
+share/RetroShare06/qss/redscorpion/red2.png
+share/RetroShare06/qss/silver.qss
+share/RetroShare06/qss/silver/silver.png
+share/RetroShare06/qss/silver/silver2.png
+share/RetroShare06/qss/silvergrey.qss
+share/RetroShare06/qss/uus.qss
+share/RetroShare06/qss/uus/uus.png
+share/RetroShare06/qss/uus/uus2.png
+share/RetroShare06/qss/wx.qss
+share/RetroShare06/qss/wx/wx.png
+share/RetroShare06/qss/yaba.qss
+share/RetroShare06/qss/yaba/yaba.png
+share/RetroShare06/qss/yaba/yaba2.png
+share/RetroShare06/qss/yaba/yaba3.png
+share/RetroShare06/qss/yeah.qss
+share/RetroShare06/qss/yeah/yeah.png
+share/RetroShare06/sounds/alert.wav
+share/RetroShare06/sounds/chat1.wav
+share/RetroShare06/sounds/chat2.wav
+share/RetroShare06/sounds/file.wav
+share/RetroShare06/sounds/ft_complete.wav
+share/RetroShare06/sounds/ft_incoming.wav
+share/RetroShare06/sounds/incomingchat.wav
+share/RetroShare06/sounds/notify.wav
+share/RetroShare06/sounds/offline.wav
+share/RetroShare06/sounds/online1.wav
+share/RetroShare06/sounds/online2.wav
+share/RetroShare06/sounds/receive.wav
+share/RetroShare06/sounds/send1.wav
+share/RetroShare06/sounds/send2.wav
+share/RetroShare06/sounds/startup.wav
+share/RetroShare06/stylesheets/Bubble/history/hincoming.htm
+share/RetroShare06/stylesheets/Bubble/history/houtgoing.htm
+share/RetroShare06/stylesheets/Bubble/history/images.sh
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-blue/bubble_BC.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-blue/bubble_BL.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-blue/bubble_BR.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-blue/bubble_CC.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-blue/bubble_CL.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-blue/bubble_CR.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-blue/bubble_TC.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-blue/bubble_TL.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-blue/bubble_TR.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-blue/bubble_tick-left.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-blue/bubble_tick-right.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-blue/bubble_tick.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-green/bubble_BC.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-green/bubble_BL.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-green/bubble_BR.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-green/bubble_CC.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-green/bubble_CL.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-green/bubble_CR.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-green/bubble_TC.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-green/bubble_TL.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-green/bubble_TR.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-green/bubble_tick-left.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-green/bubble_tick-right.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-green/bubble_tick.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-grey/bubble_BC.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-grey/bubble_BL.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-grey/bubble_BR.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-grey/bubble_CC.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-grey/bubble_CL.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-grey/bubble_CR.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-grey/bubble_TC.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-grey/bubble_TL.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-grey/bubble_TR.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-grey/bubble_tick-left.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-grey/bubble_tick-right.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-grey/bubble_tick.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-orange/bubble_BC.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-orange/bubble_BL.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-orange/bubble_BR.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-orange/bubble_CC.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-orange/bubble_CL.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-orange/bubble_CR.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-orange/bubble_TC.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-orange/bubble_TL.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-orange/bubble_TR.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-orange/bubble_tick-left.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-orange/bubble_tick-right.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-orange/bubble_tick.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-red/bubble_BC.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-red/bubble_BL.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-red/bubble_BR.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-red/bubble_CC.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-red/bubble_CL.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-red/bubble_CR.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-red/bubble_TC.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-red/bubble_TL.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-red/bubble_TR.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-red/bubble_tick-left.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-red/bubble_tick-right.png
+share/RetroShare06/stylesheets/Bubble/history/img/bubble-red/bubble_tick.png
+share/RetroShare06/stylesheets/Bubble/history/incoming.htm
+share/RetroShare06/stylesheets/Bubble/history/info.xml
+share/RetroShare06/stylesheets/Bubble/history/main.css
+share/RetroShare06/stylesheets/Bubble/history/ooutgoing.htm
+share/RetroShare06/stylesheets/Bubble/history/outgoing.htm
+share/RetroShare06/stylesheets/Bubble/history/system.htm
+share/RetroShare06/stylesheets/Bubble/history/variants/color.css
+share/RetroShare06/stylesheets/Bubble/history/variants/standard.css
+share/RetroShare06/stylesheets/Bubble/private/hincoming.htm
+share/RetroShare06/stylesheets/Bubble/private/houtgoing.htm
+share/RetroShare06/stylesheets/Bubble/private/images.sh
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-blue/bubble_BC.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-blue/bubble_BL.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-blue/bubble_BR.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-blue/bubble_CC.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-blue/bubble_CL.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-blue/bubble_CR.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-blue/bubble_TC.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-blue/bubble_TL.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-blue/bubble_TR.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-blue/bubble_tick-left.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-blue/bubble_tick-right.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-blue/bubble_tick.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-green/bubble_BC.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-green/bubble_BL.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-green/bubble_BR.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-green/bubble_CC.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-green/bubble_CL.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-green/bubble_CR.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-green/bubble_TC.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-green/bubble_TL.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-green/bubble_TR.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-green/bubble_tick-left.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-green/bubble_tick-right.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-green/bubble_tick.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-grey/bubble_BC.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-grey/bubble_BL.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-grey/bubble_BR.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-grey/bubble_CC.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-grey/bubble_CL.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-grey/bubble_CR.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-grey/bubble_TC.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-grey/bubble_TL.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-grey/bubble_TR.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-grey/bubble_tick-left.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-grey/bubble_tick-right.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-grey/bubble_tick.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-orange/bubble_BC.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-orange/bubble_BL.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-orange/bubble_BR.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-orange/bubble_CC.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-orange/bubble_CL.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-orange/bubble_CR.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-orange/bubble_TC.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-orange/bubble_TL.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-orange/bubble_TR.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-orange/bubble_tick-left.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-orange/bubble_tick-right.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-orange/bubble_tick.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-red/bubble_BC.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-red/bubble_BL.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-red/bubble_BR.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-red/bubble_CC.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-red/bubble_CL.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-red/bubble_CR.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-red/bubble_TC.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-red/bubble_TL.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-red/bubble_TR.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-red/bubble_tick-left.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-red/bubble_tick-right.png
+share/RetroShare06/stylesheets/Bubble/private/img/bubble-red/bubble_tick.png
+share/RetroShare06/stylesheets/Bubble/private/incoming.htm
+share/RetroShare06/stylesheets/Bubble/private/info.xml
+share/RetroShare06/stylesheets/Bubble/private/main.css
+share/RetroShare06/stylesheets/Bubble/private/ooutgoing.htm
+share/RetroShare06/stylesheets/Bubble/private/outgoing.htm
+share/RetroShare06/stylesheets/Bubble/private/system.htm
+share/RetroShare06/stylesheets/Bubble/private/variants/color.css
+share/RetroShare06/stylesheets/Bubble/private/variants/standard.css
+share/RetroShare06/stylesheets/Bubble/public/hincoming.htm
+share/RetroShare06/stylesheets/Bubble/public/houtgoing.htm
+share/RetroShare06/stylesheets/Bubble/public/images.sh
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-blue/bubble_BC.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-blue/bubble_BL.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-blue/bubble_BR.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-blue/bubble_CC.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-blue/bubble_CL.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-blue/bubble_CR.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-blue/bubble_TC.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-blue/bubble_TL.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-blue/bubble_TR.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-blue/bubble_tick-left.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-blue/bubble_tick-right.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-blue/bubble_tick.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-green/bubble_BC.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-green/bubble_BL.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-green/bubble_BR.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-green/bubble_CC.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-green/bubble_CL.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-green/bubble_CR.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-green/bubble_TC.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-green/bubble_TL.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-green/bubble_TR.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-green/bubble_tick-left.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-green/bubble_tick-right.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-green/bubble_tick.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-grey/bubble_BC.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-grey/bubble_BL.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-grey/bubble_BR.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-grey/bubble_CC.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-grey/bubble_CL.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-grey/bubble_CR.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-grey/bubble_TC.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-grey/bubble_TL.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-grey/bubble_TR.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-grey/bubble_tick-left.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-grey/bubble_tick-right.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-grey/bubble_tick.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-orange/bubble_BC.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-orange/bubble_BL.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-orange/bubble_BR.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-orange/bubble_CC.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-orange/bubble_CL.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-orange/bubble_CR.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-orange/bubble_TC.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-orange/bubble_TL.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-orange/bubble_TR.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-orange/bubble_tick-left.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-orange/bubble_tick-right.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-orange/bubble_tick.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-red/bubble_BC.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-red/bubble_BL.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-red/bubble_BR.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-red/bubble_CC.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-red/bubble_CL.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-red/bubble_CR.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-red/bubble_TC.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-red/bubble_TL.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-red/bubble_TR.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-red/bubble_tick-left.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-red/bubble_tick-right.png
+share/RetroShare06/stylesheets/Bubble/public/img/bubble-red/bubble_tick.png
+share/RetroShare06/stylesheets/Bubble/public/incoming.htm
+share/RetroShare06/stylesheets/Bubble/public/info.xml
+share/RetroShare06/stylesheets/Bubble/public/main.css
+share/RetroShare06/stylesheets/Bubble/public/ooutgoing.htm
+share/RetroShare06/stylesheets/Bubble/public/outgoing.htm
+share/RetroShare06/stylesheets/Bubble/public/system.htm
+share/RetroShare06/stylesheets/Bubble/public/variants/color.css
+share/RetroShare06/stylesheets/Bubble/public/variants/standard.css
+share/RetroShare06/stylesheets/Bubble/src/images.sh
+share/RetroShare06/stylesheets/Bubble/src/img.svg
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-blue/bubble_BC.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-blue/bubble_BL.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-blue/bubble_BR.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-blue/bubble_CC.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-blue/bubble_CL.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-blue/bubble_CR.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-blue/bubble_TC.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-blue/bubble_TL.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-blue/bubble_TR.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-blue/bubble_tick-left.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-blue/bubble_tick-right.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-blue/bubble_tick.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-green/bubble_BC.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-green/bubble_BL.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-green/bubble_BR.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-green/bubble_CC.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-green/bubble_CL.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-green/bubble_CR.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-green/bubble_TC.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-green/bubble_TL.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-green/bubble_TR.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-green/bubble_tick-left.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-green/bubble_tick-right.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-green/bubble_tick.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-grey/bubble_BC.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-grey/bubble_BL.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-grey/bubble_BR.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-grey/bubble_CC.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-grey/bubble_CL.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-grey/bubble_CR.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-grey/bubble_TC.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-grey/bubble_TL.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-grey/bubble_TR.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-grey/bubble_tick-left.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-grey/bubble_tick-right.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-grey/bubble_tick.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-orange/bubble_BC.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-orange/bubble_BL.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-orange/bubble_BR.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-orange/bubble_CC.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-orange/bubble_CL.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-orange/bubble_CR.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-orange/bubble_TC.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-orange/bubble_TL.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-orange/bubble_TR.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-orange/bubble_tick-left.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-orange/bubble_tick-right.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-orange/bubble_tick.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-red/bubble_BC.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-red/bubble_BL.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-red/bubble_BR.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-red/bubble_CC.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-red/bubble_CL.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-red/bubble_CR.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-red/bubble_TC.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-red/bubble_TL.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-red/bubble_TR.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-red/bubble_tick-left.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-red/bubble_tick-right.png
+share/RetroShare06/stylesheets/Bubble/src/img/bubble-red/bubble_tick.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/Kopie von incoming.htm
+share/RetroShare06/stylesheets/Bubble_Compact/private/hincoming.htm
+share/RetroShare06/stylesheets/Bubble_Compact/private/houtgoing.htm
+share/RetroShare06/stylesheets/Bubble_Compact/private/images.sh
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_BC.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_BL.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_BR.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_CC.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_CL.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_CR.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_TC.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_TL.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_TR.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_tick-left.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_tick-right.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_tick.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_BC.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_BL.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_BR.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_CC.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_CL.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_CR.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_TC.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_TL.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_TR.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_tick-left.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_tick-right.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_tick.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_BC.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_BL.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_BR.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_CC.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_CL.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_CR.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_TC.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_TL.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_TR.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_tick-left.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_tick-right.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_tick.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_BC.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_BL.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_BR.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_CC.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_CL.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_CR.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_TC.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_TL.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_TR.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_tick-left.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_tick-right.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_tick.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_BC.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_BL.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_BR.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_CC.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_CL.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_CR.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_TC.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_TL.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_TR.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_tick-left.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_tick-right.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_tick.png
+share/RetroShare06/stylesheets/Bubble_Compact/private/incoming.htm
+share/RetroShare06/stylesheets/Bubble_Compact/private/info.xml
+share/RetroShare06/stylesheets/Bubble_Compact/private/main.css
+share/RetroShare06/stylesheets/Bubble_Compact/private/ooutgoing.htm
+share/RetroShare06/stylesheets/Bubble_Compact/private/outgoing.htm
+share/RetroShare06/stylesheets/Bubble_Compact/private/system.htm
+share/RetroShare06/stylesheets/Bubble_Compact/private/variants/color.css
+share/RetroShare06/stylesheets/Bubble_Compact/private/variants/standard.css
+share/RetroShare06/webui/JSXTransformer.js
+share/RetroShare06/webui/RsApi.js
+share/RetroShare06/webui/RsXHRConnection.js
+share/RetroShare06/webui/green-black.css
+share/RetroShare06/webui/gui.jsx
+share/RetroShare06/webui/img/logo_splash.png
+share/RetroShare06/webui/index.html
+share/RetroShare06/webui/react.js
+share/applications/retroshare06.desktop
+share/icons/hicolor/128x128/apps/retroshare06.png
+share/icons/hicolor/24x24/apps/retroshare06.png
+share/icons/hicolor/48x48/apps/retroshare06.png
+share/icons/hicolor/64x64/apps/retroshare06.png
+share/pixmaps/retroshare06.xpm