Ubuntu One port -- update

Jesse Smith jessefrgsmith at yahoo.ca
Fri Aug 12 00:06:44 UTC 2011


-----Original Message-----
From: Koop Mast <kwm at rainbow-runner.nl>
To: gnixua at gmail.com
Cc: Jesse Smith <jessefrgsmith at yahoo.ca>, freebsd-ports at freebsd.org
Subject: Re: Ubuntu One port
Date: Thu, 11 Aug 2011 23:08:29 +0200

On Fri, 2011-08-12 at 00:02 +0300, Anton wrote:
> On 11.08.2011 01:53, Jesse Smith wrote:
> > Hi all,
> >
> > I've been working on a port of the Ubuntu One client. Ubuntu One is a
> > cloud storage service and the client is used to sync files with the
> > remote server.
> >
> > The port has been progressing well and I've reached a point where it
> > builds and installs cleanly on my machine. However, running the software
> > still seems a bit flaky, I don't think the daemon is running properly.
> >
> > Is anyone here willing to give the attached port a try and send me
> > feedback/suggestions?
> 
> Build port is failed for me.
> 
> text of error here:
> 
> ===>   Running ldconfig
> /sbin/ldconfig -m /usr/local/lib
> ===>   Registering installation for evolution-data-server-2.32.1_1
> ===> SECURITY REPORT:
>        This port has installed the following binaries which execute with
>        increased privileges.
> /usr/local/libexec/camel-lock-helper-1.2
> 
>        If there are vulnerabilities in these programs there may be a 
> security
>        risk to the system. FreeBSD makes no guarantee about the security of
>        ports included in the Ports Collection. Please type 'make deinstall'
>        to deinstall the port if this is a concern.
> ===>   Returning to build of ubuntuone-client-1.7.0
> Error: shared library "ebook-1.2.9" does not exist
> *** Error code 1
> 
> Stop in /usr/ports/net/ubuntuone.

There isn't a libebook-1.2.9 in our evolution-data-server port only
libebook-1.2.10. And why not use the USE_GNOME=evolutiondataserver
switch to depend on it? More values are mentioned at line 81 of
Mk/bsd.gnome.mk.

> 
> Is camel-lock-helper-1.2 vulnerable?
> 
I have idea what you mean with this.

-Koop



I have switched out the libebook requirement for
"USE_GNOME=evolutiondataserver" and I also found another dependency
which had been installed on my system. Please find attached my updated
port.

Jesse


-------------- next part --------------
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	ubuntuone/
#	ubuntuone/Makefile
#	ubuntuone/files
#	ubuntuone/files/patch-gsd-plugin__Makefile.in
#	ubuntuone/files/patch-libsyncdaemon__Makefile.in
#	ubuntuone/pkg-descr
#	ubuntuone/pkg-plist
#
echo c - ubuntuone/
mkdir -p ubuntuone/ > /dev/null 2>&1
echo x - ubuntuone/Makefile
sed 's/^X//' >ubuntuone/Makefile << '4389879cafd3f1803ddcb97118823a93'
X# New ports collection makefile for:	ubuntuone
X# Date created:				August 1, 2011
X# Whom:					Jesse
X#
X# $FreeBSD: $
X#
X
XPORTNAME=	ubuntuone-client
XPORTVERSION=	1.7.0
XCATEGORIES=	ftp
XMASTER_SITES=	http://launchpadlibrarian.net/74046725/
X
XMAINTAINER=	jessefrgsmith at yahoo.ca
XCOMMENT=	Client software for Ubuntu One cloud services
X
XLICENSE=	GPLv3
XUSE_GNOME=	evolutiondataserver
XLIB_DEPENDS=	nautilus-extension.1:${PORTSDIR}/x11-fm/nautilus \
X                gconf-2.4:${PORTSDIR}/devel/gconf2 \
X 		keyboard:${PORTSDIR}/sysutils/gnome-settings-daemon
X
XBUILD_DEPENDS=	lndir:${PORTSDIR}/devel/lndir \
X		gettext:$(PORTSDIR)/devel/gettext
X
XWRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS=	--prefix=/usr/local --libdir=/usr/local/lib
X# HAS_CONFIGURE=	yes
XUSE_PYTHON=	yes
XUSE_GMAKE=	yes
X
X
X.include <bsd.port.mk>
4389879cafd3f1803ddcb97118823a93
echo c - ubuntuone/files
mkdir -p ubuntuone/files > /dev/null 2>&1
echo x - ubuntuone/files/patch-gsd-plugin__Makefile.in
sed 's/^X//' >ubuntuone/files/patch-gsd-plugin__Makefile.in << '7680c73ce1a1b69b2a41aa3a280645f8'
X--- ./gsd-plugin/Makefile.in.orig	2011-06-24 17:30:17.000000000 -0300
X+++ ./gsd-plugin/Makefile.in	2011-08-08 14:15:52.000000000 -0300
X@@ -84,7 +84,7 @@
X 	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
X 	$(libubuntuone_la_CFLAGS) $(CFLAGS) $(libubuntuone_la_LDFLAGS) \
X 	$(LDFLAGS) -o $@
X-DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)
X+DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir) -I/usr/local/include
X depcomp = $(SHELL) $(top_srcdir)/depcomp
X am__depfiles_maybe = depfiles
X am__mv = mv -f
X@@ -376,8 +376,9 @@
X 	  else :; fi; \
X 	done; \
X 	test -z "$$list2" || { \
X-	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
X-	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
X+	  # echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
X+	  # $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
X+	cp $$list2 "$(DESTDIR)$(plugindir)"; \
X 	}
X 
X uninstall-pluginLTLIBRARIES:
7680c73ce1a1b69b2a41aa3a280645f8
echo x - ubuntuone/files/patch-libsyncdaemon__Makefile.in
sed 's/^X//' >ubuntuone/files/patch-libsyncdaemon__Makefile.in << '055dbc95a723e406a9dcfc33d7b16d44'
X--- ./libsyncdaemon/Makefile.in.orig	2011-06-24 17:30:17.000000000 -0300
X+++ ./libsyncdaemon/Makefile.in	2011-08-08 12:23:30.000000000 -0300
X@@ -119,7 +119,7 @@
X 	$(am_test_libsyncdaemon_vapi_OBJECTS)
X @HAVE_INTROSPECTION_TRUE@@HAVE_VAPIGEN_TRUE at test_libsyncdaemon_vapi_DEPENDENCIES = libsyncdaemon-1.0.la \
X @HAVE_INTROSPECTION_TRUE@@HAVE_VAPIGEN_TRUE@	$(am__DEPENDENCIES_1)
X-DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)
X+DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir) -I/usr/local/include
X depcomp = $(SHELL) $(top_srcdir)/depcomp
X am__depfiles_maybe = depfiles
X am__mv = mv -f
055dbc95a723e406a9dcfc33d7b16d44
echo x - ubuntuone/pkg-descr
sed 's/^X//' >ubuntuone/pkg-descr << 'b3194c49f141543f31248d6383f979fe'
XUbuntu One is a cloud storage service. The One client allows us to
Xeasily sync documents and folders with the One service.
X
XWWW: https://one.ubuntu.com
X
b3194c49f141543f31248d6383f979fe
echo x - ubuntuone/pkg-plist
sed 's/^X//' >ubuntuone/pkg-plist << '5fd5dff6b0ed17845f71fc6384e589d3'
Xbin/u1sdtool
Xbin/ubuntuone-launch
Xetc/apport/crashdb.conf.d/ubuntuone-client-crashdb.conf
Xetc/xdg/autostart/ubuntuone-launch.desktop
Xetc/xdg/ubuntuone/logging.conf
Xetc/xdg/ubuntuone/syncdaemon.conf
Xinclude/libsyncdaemon-1.0/libsyncdaemon/libsyncdaemon.h
Xinclude/libsyncdaemon-1.0/libsyncdaemon/syncdaemon-authentication.h
Xinclude/libsyncdaemon-1.0/libsyncdaemon/syncdaemon-config-interface.h
Xinclude/libsyncdaemon-1.0/libsyncdaemon/syncdaemon-credentials.h
Xinclude/libsyncdaemon-1.0/libsyncdaemon/syncdaemon-daemon.h
Xinclude/libsyncdaemon-1.0/libsyncdaemon/syncdaemon-events-interface.h
Xinclude/libsyncdaemon-1.0/libsyncdaemon/syncdaemon-file-info.h
Xinclude/libsyncdaemon-1.0/libsyncdaemon/syncdaemon-filesystem-interface.h
Xinclude/libsyncdaemon-1.0/libsyncdaemon/syncdaemon-folder-info.h
Xinclude/libsyncdaemon-1.0/libsyncdaemon/syncdaemon-folders-interface.h
Xinclude/libsyncdaemon-1.0/libsyncdaemon/syncdaemon-interface.h
Xinclude/libsyncdaemon-1.0/libsyncdaemon/syncdaemon-metadata.h
Xinclude/libsyncdaemon-1.0/libsyncdaemon/syncdaemon-publicfiles-interface.h
Xinclude/libsyncdaemon-1.0/libsyncdaemon/syncdaemon-share-info.h
Xinclude/libsyncdaemon-1.0/libsyncdaemon/syncdaemon-shares-interface.h
Xinclude/libsyncdaemon-1.0/libsyncdaemon/syncdaemon-status-info.h
Xinclude/libsyncdaemon-1.0/libsyncdaemon/syncdaemon-status-interface.h
Xinclude/libsyncdaemon-1.0/libsyncdaemon/syncdaemon-transfer-info.h
Xlib/locale/ar/LC_MESSAGES/ubuntuone-client.mo
Xlib/locale/ast/LC_MESSAGES/ubuntuone-client.mo
Xlib/locale/ca/LC_MESSAGES/ubuntuone-client.mo
Xlib/locale/da/LC_MESSAGES/ubuntuone-client.mo
Xlib/locale/de/LC_MESSAGES/ubuntuone-client.mo
Xlib/locale/el/LC_MESSAGES/ubuntuone-client.mo
Xlib/locale/en_GB/LC_MESSAGES/ubuntuone-client.mo
Xlib/locale/es/LC_MESSAGES/ubuntuone-client.mo
Xlib/locale/fi/LC_MESSAGES/ubuntuone-client.mo
Xlib/locale/fr/LC_MESSAGES/ubuntuone-client.mo
Xlib/locale/hr/LC_MESSAGES/ubuntuone-client.mo
Xlib/locale/hu/LC_MESSAGES/ubuntuone-client.mo
Xlib/locale/it/LC_MESSAGES/ubuntuone-client.mo
Xlib/locale/ja/LC_MESSAGES/ubuntuone-client.mo
Xlib/locale/lv/LC_MESSAGES/ubuntuone-client.mo
Xlib/locale/ms/LC_MESSAGES/ubuntuone-client.mo
Xlib/locale/nl/LC_MESSAGES/ubuntuone-client.mo
Xlib/locale/pt/LC_MESSAGES/ubuntuone-client.mo
Xlib/locale/pt_BR/LC_MESSAGES/ubuntuone-client.mo
Xlib/locale/ro/LC_MESSAGES/ubuntuone-client.mo
Xlib/locale/ru/LC_MESSAGES/ubuntuone-client.mo
Xlib/locale/sk/LC_MESSAGES/ubuntuone-client.mo
Xlib/locale/sv/LC_MESSAGES/ubuntuone-client.mo
Xlib/locale/th/LC_MESSAGES/ubuntuone-client.mo
Xlib/locale/tr/LC_MESSAGES/ubuntuone-client.mo
Xlib/locale/uk/LC_MESSAGES/ubuntuone-client.mo
Xlib/locale/zh_CN/LC_MESSAGES/ubuntuone-client.mo
Xlib/python2.6/site-packages/ubuntuone-client.pth
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/__init__.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/api/__init__.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/clientdefs.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/credentials.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/eventlog/__init__.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/eventlog/zg_listener.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/eventlog/zglog.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/logger.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/platform/__init__.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/platform/linux/__init__.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/platform/linux/credentials.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/platform/linux/dbus_interface.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/platform/linux/event_logging.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/platform/linux/filesystem_notifications.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/platform/linux/launcher.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/platform/linux/logger.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/platform/linux/messaging.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/platform/linux/notification.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/platform/linux/os_helper.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/platform/linux/session.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/platform/linux/tools.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/platform/linux/vm_helper.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/platform/windows/__init__.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/platform/windows/credentials.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/platform/windows/event_logging.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/platform/windows/filesystem_notifications.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/platform/windows/ipc.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/platform/windows/ipc_client.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/platform/windows/launcher.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/platform/windows/logger.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/platform/windows/messaging.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/platform/windows/network_manager.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/platform/windows/notification.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/platform/windows/os_helper.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/platform/windows/pyinotify.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/platform/windows/session.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/platform/windows/tools.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/platform/windows/vm_helper.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/status/__init__.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/status/aggregator.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/status/messaging.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/status/notification.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/syncdaemon/__init__.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/syncdaemon/action_queue.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/syncdaemon/config.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/syncdaemon/event_queue.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/syncdaemon/events_nanny.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/syncdaemon/file_shelf.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/syncdaemon/filesystem_manager.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/syncdaemon/filesystem_notifications.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/syncdaemon/fsm/__init__.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/syncdaemon/fsm/fsm.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/syncdaemon/fsm/fsm_draw.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/syncdaemon/fsm/fsm_parser.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/syncdaemon/hash_queue.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/syncdaemon/interaction_interfaces.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/syncdaemon/interfaces.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/syncdaemon/local_rescan.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/syncdaemon/logger.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/syncdaemon/main.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/syncdaemon/marker.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/syncdaemon/mute_filter.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/syncdaemon/sdreactor.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/syncdaemon/states.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/syncdaemon/status_listener.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/syncdaemon/sync.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/syncdaemon/tritcask.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/syncdaemon/u1fsfsm.py
Xlib/python2.6/site-packages/ubuntuone-client/ubuntuone/syncdaemon/volume_manager.py
Xlibexec/ubuntuone-login
Xlibexec/ubuntuone-syncdaemon
Xshare/apport/package-hooks/source_ubuntuone-client.py
Xshare/dbus-1/services/com.ubuntuone.Credentials.service
Xshare/dbus-1/services/com.ubuntuone.SyncDaemon.service
Xshare/gir-1.0/Syncdaemon-1.0.gir
Xshare/gtk-doc/html/libsyncdaemon/SyncdaemonAuthentication.html
Xshare/gtk-doc/html/libsyncdaemon/SyncdaemonCredentials.html
Xshare/gtk-doc/html/libsyncdaemon/SyncdaemonDaemon.html
Xshare/gtk-doc/html/libsyncdaemon/SyncdaemonFileInfo.html
Xshare/gtk-doc/html/libsyncdaemon/SyncdaemonFolderInfo.html
Xshare/gtk-doc/html/libsyncdaemon/SyncdaemonMetadata.html
Xshare/gtk-doc/html/libsyncdaemon/SyncdaemonShareInfo.html
Xshare/gtk-doc/html/libsyncdaemon/SyncdaemonStatusInfo.html
Xshare/gtk-doc/html/libsyncdaemon/SyncdaemonTransferInfo.html
Xshare/gtk-doc/html/libsyncdaemon/api-index-full.html
Xshare/gtk-doc/html/libsyncdaemon/ch01.html
Xshare/gtk-doc/html/libsyncdaemon/home.png
Xshare/gtk-doc/html/libsyncdaemon/index.html
Xshare/gtk-doc/html/libsyncdaemon/index.sgml
Xshare/gtk-doc/html/libsyncdaemon/left.png
Xshare/gtk-doc/html/libsyncdaemon/libsyncdaemon-Syncdaemon.html
Xshare/gtk-doc/html/libsyncdaemon/libsyncdaemon-SyncdaemonConfig.html
Xshare/gtk-doc/html/libsyncdaemon/libsyncdaemon-SyncdaemonEvents.html
Xshare/gtk-doc/html/libsyncdaemon/libsyncdaemon-SyncdaemonFilesystem.html
Xshare/gtk-doc/html/libsyncdaemon/libsyncdaemon-SyncdaemonFolders.html
Xshare/gtk-doc/html/libsyncdaemon/libsyncdaemon-SyncdaemonPublicfiles.html
Xshare/gtk-doc/html/libsyncdaemon/libsyncdaemon-SyncdaemonShares.html
Xshare/gtk-doc/html/libsyncdaemon/libsyncdaemon-SyncdaemonStatus.html
Xshare/gtk-doc/html/libsyncdaemon/libsyncdaemon.devhelp
Xshare/gtk-doc/html/libsyncdaemon/libsyncdaemon.devhelp2
Xshare/gtk-doc/html/libsyncdaemon/object-tree.html
Xshare/gtk-doc/html/libsyncdaemon/right.png
Xshare/gtk-doc/html/libsyncdaemon/style.css
Xshare/gtk-doc/html/libsyncdaemon/up.png
Xshare/icons/hicolor/16x16/apps/ubuntuone.png
Xshare/icons/hicolor/16x16/emblems/emblem-ubuntuone-downloading.icon
Xshare/icons/hicolor/16x16/emblems/emblem-ubuntuone-unsynchronized.icon
Xshare/icons/hicolor/16x16/emblems/emblem-ubuntuone-unsynchronized.png
Xshare/icons/hicolor/16x16/emblems/emblem-ubuntuone-updating.png
Xshare/icons/hicolor/16x16/emblems/emblem-ubuntuone-uploading.icon
Xshare/icons/hicolor/24x24/apps/ubuntuone.png
Xshare/icons/hicolor/24x24/emblems/emblem-ubuntuone-downloading.icon
Xshare/icons/hicolor/24x24/emblems/emblem-ubuntuone-unsynchronized.icon
Xshare/icons/hicolor/24x24/emblems/emblem-ubuntuone-unsynchronized.png
Xshare/icons/hicolor/24x24/emblems/emblem-ubuntuone-updating.png
Xshare/icons/hicolor/24x24/emblems/emblem-ubuntuone-uploading.icon
Xshare/icons/hicolor/32x32/apps/ubuntuone.png
Xshare/icons/hicolor/32x32/emblems/emblem-ubuntuone-downloading.icon
Xshare/icons/hicolor/32x32/emblems/emblem-ubuntuone-unsynchronized.icon
Xshare/icons/hicolor/32x32/emblems/emblem-ubuntuone-unsynchronized.png
Xshare/icons/hicolor/32x32/emblems/emblem-ubuntuone-updating.png
Xshare/icons/hicolor/32x32/emblems/emblem-ubuntuone-uploading.icon
Xshare/icons/hicolor/48x48/apps/ubuntuone.png
Xshare/icons/hicolor/48x48/emblems/emblem-ubuntuone-downloading.icon
Xshare/icons/hicolor/48x48/emblems/emblem-ubuntuone-unsynchronized.icon
Xshare/icons/hicolor/48x48/emblems/emblem-ubuntuone-unsynchronized.png
Xshare/icons/hicolor/48x48/emblems/emblem-ubuntuone-updating.png
Xshare/icons/hicolor/48x48/emblems/emblem-ubuntuone-uploading.icon
X%%DATADIR%%/icons/hicolor/16x16/status/ubuntuone-client-error.png
X%%DATADIR%%/icons/hicolor/16x16/status/ubuntuone-client-updating.png
X%%DATADIR%%/icons/hicolor/24x24/status/ubuntuone-client-error.png
X%%DATADIR%%/icons/hicolor/24x24/status/ubuntuone-client-updating.png
X%%DATADIR%%/icons/hicolor/32x32/status/ubuntuone-client-error.png
X%%DATADIR%%/icons/hicolor/32x32/status/ubuntuone-client-updating.png
X%%DATADIR%%/icons/hicolor/48x48/status/ubuntuone-client-error.png
X%%DATADIR%%/icons/hicolor/48x48/status/ubuntuone-client-updating.png
X at dirrm lib/python2.6/site-packages/ubuntuone-client/ubuntuone/syncdaemon/fsm
X at dirrm lib/python2.6/site-packages/ubuntuone-client/ubuntuone/syncdaemon
X at dirrm lib/python2.6/site-packages/ubuntuone-client/ubuntuone/status
X at dirrm lib/python2.6/site-packages/ubuntuone-client/ubuntuone/platform/windows
X at dirrm lib/python2.6/site-packages/ubuntuone-client/ubuntuone/platform/linux
X at dirrm lib/python2.6/site-packages/ubuntuone-client/ubuntuone/platform
X at dirrm lib/python2.6/site-packages/ubuntuone-client/ubuntuone/eventlog
X at dirrm lib/python2.6/site-packages/ubuntuone-client/ubuntuone/api
X at dirrm lib/python2.6/site-packages/ubuntuone-client/ubuntuone
X at dirrm lib/python2.6/site-packages/ubuntuone-client
X at dirrm include/libsyncdaemon-1.0/libsyncdaemon
X at dirrm include/libsyncdaemon-1.0
X at dirrm etc/xdg/ubuntuone
5fd5dff6b0ed17845f71fc6384e589d3
exit



More information about the freebsd-ports mailing list