Ubuntu One port

Jesse Smith jessefrgsmith at yahoo.ca
Wed Aug 10 23:06:56 UTC 2011


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?

Thanks,
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
XLIB_DEPENDS=	ebook-1.2.9:${PORTSDIR}/databases/evolution-data-server \
X	        nautilus-extension.1:${PORTSDIR}/x11-fm/nautilus \
X                gconf-2.4:${PORTSDIR}/devel/gconf2 
X
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