svn commit: r415583 - in head/net-p2p/retroshare: . files

Kurt Jaeger pi at FreeBSD.org
Sat May 21 02:11:02 UTC 2016


Author: pi
Date: Sat May 21 02:10:58 2016
New Revision: 415583
URL: https://svnweb.freebsd.org/changeset/ports/415583

Log:
  net-p2p/retroshare: 0.5.5c -> 0.6.0
  
  Changes:
   https://retroshareteam.wordpress.com/2016/02/07/release-notes-for-final-0-6-0/
  - distsite moved to github
  
  PR:		207550
  Submitted by:	w.schwarzenfeld at aon.at, Yuri Victorovich <yuri at rawbw.com>, peter at netkey.at (maintainer)
  Reviewed by:	feld

Added:
  head/net-p2p/retroshare/files/patch-libbitdht_src_bitdht_bencode.c   (contents, props changed)
  head/net-p2p/retroshare/files/patch-libretroshare_src_grouter_p3grouter.h   (contents, props changed)
  head/net-p2p/retroshare/files/patch-libretroshare_src_libretroshare.pro   (contents, props changed)
  head/net-p2p/retroshare/files/patch-libretroshare_src_rsserver_rsinit.cc   (contents, props changed)
  head/net-p2p/retroshare/files/patch-libretroshare_src_util_argstream.h   (contents, props changed)
  head/net-p2p/retroshare/files/patch-plugins_FeedReader_FeedReader.pro   (contents, props changed)
  head/net-p2p/retroshare/files/patch-plugins_FeedReader_interface_rsFeedReader.h   (contents, props changed)
  head/net-p2p/retroshare/files/patch-plugins_VOIP_VOIP.pro   (contents, props changed)
  head/net-p2p/retroshare/files/patch-plugins_VOIP_gui_VideoProcessor.cpp   (contents, props changed)
  head/net-p2p/retroshare/files/patch-retroshare-gui_src_retroshare-gui.pro
     - copied, changed from r415582, head/net-p2p/retroshare/files/patch-retroshare-gui__src__retroshare-gui.pro
  head/net-p2p/retroshare/files/patch-retroshare-gui_src_util_DateTime.h   (contents, props changed)
  head/net-p2p/retroshare/files/patch-retroshare-gui_src_util_RsNetUtil.cpp   (contents, props changed)
  head/net-p2p/retroshare/files/patch-retroshare-nogui_src_retroshare-nogui.pro
     - copied, changed from r415582, head/net-p2p/retroshare/files/patch-retroshare-nogui__src__retroshare-nogui.pro
  head/net-p2p/retroshare/files/patch-retroshare-nogui_src_retroshare.cc   (contents, props changed)
Deleted:
  head/net-p2p/retroshare/files/patch-clang
  head/net-p2p/retroshare/files/patch-libbitdht-src-libbitdht.pro
  head/net-p2p/retroshare/files/patch-libretroshare-src-libretroshare.pro
  head/net-p2p/retroshare/files/patch-plugins-FeedReader-FeedReader.pro
  head/net-p2p/retroshare/files/patch-retroshare-gui__src__retroshare-gui.pro
  head/net-p2p/retroshare/files/patch-retroshare-nogui__src__retroshare-nogui.pro
  head/net-p2p/retroshare/files/patch-supportlibs__pegmarkdown__pegmarkdown.pro
Modified:
  head/net-p2p/retroshare/Makefile
  head/net-p2p/retroshare/distinfo
  head/net-p2p/retroshare/pkg-descr
  head/net-p2p/retroshare/pkg-plist

Modified: head/net-p2p/retroshare/Makefile
==============================================================================
--- head/net-p2p/retroshare/Makefile	Sat May 21 01:43:11 2016	(r415582)
+++ head/net-p2p/retroshare/Makefile	Sat May 21 02:10:58 2016	(r415583)
@@ -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 at 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
+		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=		compiler:features dos2unix pkgconfig qmake
+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
-
-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
+USE_GL=		gl
+USE_QT5=	buildtools_build uitools_build core gui network xml \
+		widgets multimedia printsupport
+INSTALLS_ICONS=	yes
+
+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>

Modified: head/net-p2p/retroshare/distinfo
==============================================================================
--- head/net-p2p/retroshare/distinfo	Sat May 21 01:43:11 2016	(r415582)
+++ head/net-p2p/retroshare/distinfo	Sat May 21 02:10:58 2016	(r415583)
@@ -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

Added: head/net-p2p/retroshare/files/patch-libbitdht_src_bitdht_bencode.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-p2p/retroshare/files/patch-libbitdht_src_bitdht_bencode.c	Sat May 21 02:10:58 2016	(r415583)
@@ -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;

Added: head/net-p2p/retroshare/files/patch-libretroshare_src_grouter_p3grouter.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-p2p/retroshare/files/patch-libretroshare_src_grouter_p3grouter.h	Sat May 21 02:10:58 2016	(r415583)
@@ -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() ;

Added: head/net-p2p/retroshare/files/patch-libretroshare_src_libretroshare.pro
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-p2p/retroshare/files/patch-libretroshare_src_libretroshare.pro	Sat May 21 02:10:58 2016	(r415583)
@@ -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
+ 

Added: head/net-p2p/retroshare/files/patch-libretroshare_src_rsserver_rsinit.cc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-p2p/retroshare/files/patch-libretroshare_src_rsserver_rsinit.cc	Sat May 21 02:10:58 2016	(r415583)
@@ -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() ;

Added: head/net-p2p/retroshare/files/patch-libretroshare_src_util_argstream.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-p2p/retroshare/files/patch-libretroshare_src_util_argstream.h	Sat May 21 02:10:58 2016	(r415583)
@@ -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);

Added: head/net-p2p/retroshare/files/patch-plugins_FeedReader_FeedReader.pro
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-p2p/retroshare/files/patch-plugins_FeedReader_FeedReader.pro	Sat May 21 02:10:58 2016	(r415583)
@@ -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
++}

Added: head/net-p2p/retroshare/files/patch-plugins_FeedReader_interface_rsFeedReader.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-p2p/retroshare/files/patch-plugins_FeedReader_interface_rsFeedReader.h	Sat May 21 02:10:58 2016	(r415583)
@@ -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;

Added: head/net-p2p/retroshare/files/patch-plugins_VOIP_VOIP.pro
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-p2p/retroshare/files/patch-plugins_VOIP_VOIP.pro	Sat May 21 02:10:58 2016	(r415583)
@@ -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 #####################################

Added: head/net-p2p/retroshare/files/patch-plugins_VOIP_gui_VideoProcessor.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-p2p/retroshare/files/patch-plugins_VOIP_gui_VideoProcessor.cpp	Sat May 21 02:10:58 2016	(r415583)
@@ -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) {

Copied and modified: head/net-p2p/retroshare/files/patch-retroshare-gui_src_retroshare-gui.pro (from r415582, head/net-p2p/retroshare/files/patch-retroshare-gui__src__retroshare-gui.pro)
==============================================================================
--- head/net-p2p/retroshare/files/patch-retroshare-gui__src__retroshare-gui.pro	Sat May 21 01:43:11 2016	(r415582, copy source)
+++ head/net-p2p/retroshare/files/patch-retroshare-gui_src_retroshare-gui.pro	Sat May 21 02:10:58 2016	(r415583)
@@ -1,29 +1,21 @@
---- 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 {
+--- 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 *= ../../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 *= -lssl
++	LIBS *= -lssl -lcrypto
+ 	LIBS *= -lgpgme
+ 	LIBS *= -lupnp
  	LIBS *= -lgnome-keyring
- 	PRE_TARGETDEPS *= ../../libretroshare/src/lib/libretroshare.a
-+	PRE_TARGETDEPS *= ../../openpgpsdk/src/lib/libops.a
++	LIBS *= -lz
++	LIBS *= -lixml
++	LIBS *= -lexecinfo
  
-         gxs {
-                 LIBS += ../../supportlibs/pegmarkdown/lib/libpegmarkdown.a
--                LIBS += -lsqlite3
-+                LIBS += ../../../lib/sqlcipher/.libs/libsqlcipher.a
-         }
--
+-	LIBS += -lsqlite3
++	LIBS += -lsqlcipher
 +	LIBS *= -rdynamic
-+	DEFINES *= HAVE_XSS # for idle time, libx screensaver extensions
  }
  
- ##################################### OpenBSD ######################################
+ ##################################### Haiku ######################################

Added: head/net-p2p/retroshare/files/patch-retroshare-gui_src_util_DateTime.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-p2p/retroshare/files/patch-retroshare-gui_src_util_DateTime.h	Sat May 21 02:10:58 2016	(r415583)
@@ -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;

Added: head/net-p2p/retroshare/files/patch-retroshare-gui_src_util_RsNetUtil.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-p2p/retroshare/files/patch-retroshare-gui_src_util_RsNetUtil.cpp	Sat May 21 02:10:58 2016	(r415583)
@@ -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
+ 

Copied and modified: head/net-p2p/retroshare/files/patch-retroshare-nogui_src_retroshare-nogui.pro (from r415582, head/net-p2p/retroshare/files/patch-retroshare-nogui__src__retroshare-nogui.pro)
==============================================================================
--- head/net-p2p/retroshare/files/patch-retroshare-nogui__src__retroshare-nogui.pro	Sat May 21 01:43:11 2016	(r415582, copy source)
+++ head/net-p2p/retroshare/files/patch-retroshare-nogui_src_retroshare-nogui.pro	Sat May 21 02:10:58 2016	(r415583)
@@ -1,26 +1,20 @@
---- 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 {
+--- 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
-+	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 *= -lgpgme
+ 	LIBS *= -lupnp
  	LIBS *= -lgnome-keyring
- 	PRE_TARGETDEPS *= ../../libretroshare/src/lib/libretroshare.a
-+	PRE_TARGETDEPS *= ../../openpgpsdk/src/lib/libops.a
++	LIBS *= -lz
++	LIBS *= -lixml
++	LIBS *= -lthr
++	LIBS += -lsqlcipher
++	LIBS *= -lexecinfo
 +	LIBS *= -rdynamic
-+	gxs {
-+		# We need a explicit path here, to force using the home version
-+		LIBS += ../../../lib/sqlcipher/.libs/libsqlcipher.a
-+	}
  }
  
  ##################################### OpenBSD  ######################################

Added: head/net-p2p/retroshare/files/patch-retroshare-nogui_src_retroshare.cc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-p2p/retroshare/files/patch-retroshare-nogui_src_retroshare.cc	Sat May 21 02:10:58 2016	(r415583)
@@ -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();

Modified: head/net-p2p/retroshare/pkg-descr
==============================================================================
--- head/net-p2p/retroshare/pkg-descr	Sat May 21 01:43:11 2016	(r415582)
+++ head/net-p2p/retroshare/pkg-descr	Sat May 21 02:10:58 2016	(r415583)
@@ -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/

Modified: head/net-p2p/retroshare/pkg-plist
==============================================================================
--- head/net-p2p/retroshare/pkg-plist	Sat May 21 01:43:11 2016	(r415582)
+++ head/net-p2p/retroshare/pkg-plist	Sat May 21 02:10:58 2016	(r415583)
@@ -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


More information about the svn-ports-head mailing list