From b777b8e270d5537cb9cc3802cbb51a3077bc1f2d Mon Sep 17 00:00:00 2001 From: pi Date: Wed, 23 Sep 2015 05:30:12 +0000 Subject: New port: www/sogo SOGo is a fully supported and trusted groupware server with a focus on scalability and open standards. It provides a rich AJAX-based Web interface and supports multiple native clients through the use of standard protocols such as CalDAV, CardDAV and GroupDAV. WWW: http://sogo.nu/ PR: 200750 Submitted by: Euan Thoms --- www/Makefile | 1 + www/sogo/Makefile | 54 + www/sogo/distinfo | 2 + www/sogo/files/cron-ealarms-notify.sample | 7 + www/sogo/files/cron-expire-autoreply.sample | 7 + www/sogo/files/ealarms-notify.creds.sample | 1 + www/sogo/files/expire-autoreply.creds.sample | 1 + www/sogo/files/patch-Main_GNUmakefile.preamble | 8 + www/sogo/files/patch-SoObjects_SOGo_GNUmakefile | 12 + .../files/patch-SoObjects_SOGo_NSData+Crypto.m | 13 + .../patch-SoObjects_SOGo_instance-framework.make | 824 +++++++++ .../patch-SoObjects_SOGo_master-framework.make | 33 + www/sogo/files/patch-Tests_Unit_GNUmakefile | 14 + www/sogo/files/patch-Tools_GNUmakefile.preamble | 9 + www/sogo/files/sogod.in | 28 + www/sogo/pkg-descr | 6 + www/sogo/pkg-message | 58 + www/sogo/pkg-plist | 1770 ++++++++++++++++++++ 18 files changed, 2848 insertions(+) create mode 100644 www/sogo/Makefile create mode 100644 www/sogo/distinfo create mode 100644 www/sogo/files/cron-ealarms-notify.sample create mode 100644 www/sogo/files/cron-expire-autoreply.sample create mode 100644 www/sogo/files/ealarms-notify.creds.sample create mode 100644 www/sogo/files/expire-autoreply.creds.sample create mode 100644 www/sogo/files/patch-Main_GNUmakefile.preamble create mode 100644 www/sogo/files/patch-SoObjects_SOGo_GNUmakefile create mode 100644 www/sogo/files/patch-SoObjects_SOGo_NSData+Crypto.m create mode 100644 www/sogo/files/patch-SoObjects_SOGo_instance-framework.make create mode 100644 www/sogo/files/patch-SoObjects_SOGo_master-framework.make create mode 100644 www/sogo/files/patch-Tests_Unit_GNUmakefile create mode 100644 www/sogo/files/patch-Tools_GNUmakefile.preamble create mode 100644 www/sogo/files/sogod.in create mode 100644 www/sogo/pkg-descr create mode 100644 www/sogo/pkg-message create mode 100644 www/sogo/pkg-plist (limited to 'www') diff --git a/www/Makefile b/www/Makefile index 8af4ddea53b1..b8aed4a8bd4c 100644 --- a/www/Makefile +++ b/www/Makefile @@ -2030,6 +2030,7 @@ SUBDIR += smarty3 SUBDIR += smb_auth SUBDIR += snarf + SUBDIR += sogo SUBDIR += spawn-fcgi SUBDIR += spdylay SUBDIR += speedtest-mini diff --git a/www/sogo/Makefile b/www/sogo/Makefile new file mode 100644 index 000000000000..aaae8b7766f0 --- /dev/null +++ b/www/sogo/Makefile @@ -0,0 +1,54 @@ +# Created by: Euan Thoms +# $FreeBSD$ + +PORTNAME= sogo +PORTVERSION= 2.3.2 +CATEGORIES= www gnustep +MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ +DISTNAME= SOGo-${PORTVERSION} + +MAINTAINER= euan@potensol.com +COMMENT= Groupware server with a focus on scalability and open standards + +LICENSE= GPLv2 + +BUILD_DEPENDS= ${GNUSTEP_LOCAL_LIBRARIES}/libDOM.so:${PORTSDIR}/devel/sope +LIB_DEPENDS= libmemcached.so:${PORTSDIR}/databases/libmemcached \ + libcurl.so:${PORTSDIR}/ftp/curl +RUN_DEPENDS:= ${BUILD_DEPENDS} + +MAKE_JOBS_UNSAFE=yes + +USERS= sogod +GROUPS= sogod + +USES= gnustep objc +USE_GNUSTEP= base build +USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}/sogo + +USE_RC_SUBR= sogod + +SUB_LIST+= GNUSTEP_LOCAL_TOOLS=${GNUSTEP_LOCAL_TOOLS} \ + GNUSTEP_MAKEFILES=${GNUSTEP_MAKEFILES} + +CONFIGURE_ARGS= --disable-debug --enable-strip + +.include + +post-patch: + ${GREP} -rlF '/etc/sogo' ${WRKSRC} \ + | ${XARGS} ${REINPLACE_CMD} 's#/etc/sogo#${PREFIX}/etc/sogo#g' + +do-configure: + cd ${WRKSRC} ; . ${GNUSTEP_MAKEFILES}/GNUstep.sh ; ./configure ${CONFIGURE_ARGS} + +post-stage: + ${MKDIR} ${STAGEDIR}/var/spool/sogo + ${MKDIR} ${STAGEDIR}${ETCDIR} + (cp ${WRKSRC}/Scripts/sogo.conf ${STAGEDIR}${ETCDIR}/sogo.conf.sample) + (cp ${FILESDIR}/expire-autoreply.creds.sample ${STAGEDIR}${ETCDIR}/) + (cp ${FILESDIR}/ealarms-notify.creds.sample ${STAGEDIR}${ETCDIR}/) + (cp ${FILESDIR}/cron-ealarms-notify.sample ${STAGEDIR}${PREFIX}/GNUstep/Local/Tools/Admin/) + (cp ${FILESDIR}/cron-expire-autoreply.sample ${STAGEDIR}${PREFIX}/GNUstep/Local/Tools/Admin/) + +.include diff --git a/www/sogo/distinfo b/www/sogo/distinfo new file mode 100644 index 000000000000..d87047ea6db0 --- /dev/null +++ b/www/sogo/distinfo @@ -0,0 +1,2 @@ +SHA256 (SOGo-2.3.2.tar.gz) = 7830e2ad684b54c89a4720edf7e73250a076885a3e25052c093e7894227939ac +SIZE (SOGo-2.3.2.tar.gz) = 11781695 diff --git a/www/sogo/files/cron-ealarms-notify.sample b/www/sogo/files/cron-ealarms-notify.sample new file mode 100644 index 000000000000..bd7bd6342781 --- /dev/null +++ b/www/sogo/files/cron-ealarms-notify.sample @@ -0,0 +1,7 @@ +#!/bin/sh + +TZ=Europe/London; export TZ +PATH=$PATH:/usr/local/GNUstep/System/Tools; export PATH +. /usr/local/GNUstep/System/Library/Makefiles/GNUstep.sh + +/usr/local/GNUstep/Local/Tools/Admin/sogo-ealarms-notify -p /usr/local/etc/sogo/ealarms-notify.creds >> /var/log/sogo/cron-ealarms-notify.log 2>&1 diff --git a/www/sogo/files/cron-expire-autoreply.sample b/www/sogo/files/cron-expire-autoreply.sample new file mode 100644 index 000000000000..032c5f7eefd5 --- /dev/null +++ b/www/sogo/files/cron-expire-autoreply.sample @@ -0,0 +1,7 @@ +#!/bin/sh + +TZ=Europe/London; export TZ +PATH=$PATH:/usr/local/GNUstep/System/Tools; export PATH +. /usr/local/GNUstep/System/Library/Makefiles/GNUstep.sh + +/usr/local/GNUstep/Local/Tools/Admin/sogo-tool expire-autoreply -p /usr/local/etc/sogo/expire-autoreply.creds > /var/log/sogo/cron-expire-autoreply.out 2>&1 diff --git a/www/sogo/files/ealarms-notify.creds.sample b/www/sogo/files/ealarms-notify.creds.sample new file mode 100644 index 000000000000..9b3cde958144 --- /dev/null +++ b/www/sogo/files/ealarms-notify.creds.sample @@ -0,0 +1 @@ +username:password diff --git a/www/sogo/files/expire-autoreply.creds.sample b/www/sogo/files/expire-autoreply.creds.sample new file mode 100644 index 000000000000..9b3cde958144 --- /dev/null +++ b/www/sogo/files/expire-autoreply.creds.sample @@ -0,0 +1 @@ +username:password diff --git a/www/sogo/files/patch-Main_GNUmakefile.preamble b/www/sogo/files/patch-Main_GNUmakefile.preamble new file mode 100644 index 000000000000..7d50c2e00826 --- /dev/null +++ b/www/sogo/files/patch-Main_GNUmakefile.preamble @@ -0,0 +1,8 @@ +--- Main/GNUmakefile.preamble.orig 2015-09-16 18:41:29 UTC ++++ Main/GNUmakefile.preamble +@@ -22,4 +22,4 @@ $(SOGOD)_TOOL_LIBS += \ + -lNGObjWeb \ + -lNGMime -lNGLdap \ + -lNGStreams -lNGExtensions -lEOControl \ +- -lDOM -lSaxObjC ++ -lDOM -lSaxObjC -lSBJson diff --git a/www/sogo/files/patch-SoObjects_SOGo_GNUmakefile b/www/sogo/files/patch-SoObjects_SOGo_GNUmakefile new file mode 100644 index 000000000000..100787fc86d8 --- /dev/null +++ b/www/sogo/files/patch-SoObjects_SOGo_GNUmakefile @@ -0,0 +1,12 @@ +--- SoObjects/SOGo/GNUmakefile.orig 2015-09-16 18:41:36 UTC ++++ SoObjects/SOGo/GNUmakefile +@@ -203,7 +203,8 @@ ifneq ($(FHS_INSTALL_ROOT),) + GNUSTEP_HEADERS=$(DESTDIR)$(FHS_INSTALL_ROOT)/include + endif + GNUSTEP_TARGET_LDIR=sogo +-include $(GNUSTEP_MAKEFILES)/framework.make ++ ++include master-framework.make + include $(GNUSTEP_MAKEFILES)/library.make + include $(GNUSTEP_MAKEFILES)/tool.make + -include GNUmakefile.postamble diff --git a/www/sogo/files/patch-SoObjects_SOGo_NSData+Crypto.m b/www/sogo/files/patch-SoObjects_SOGo_NSData+Crypto.m new file mode 100644 index 000000000000..d2207fc1286b --- /dev/null +++ b/www/sogo/files/patch-SoObjects_SOGo_NSData+Crypto.m @@ -0,0 +1,13 @@ +--- SoObjects/SOGo/NSData+Crypto.m.orig 2015-09-16 18:41:31 UTC ++++ SoObjects/SOGo/NSData+Crypto.m +@@ -23,10 +23,6 @@ + * Boston, MA 02111-1307, USA. + */ + +-#ifndef __OpenBSD__ +-#include +-#endif +- + #include + #include + #include diff --git a/www/sogo/files/patch-SoObjects_SOGo_instance-framework.make b/www/sogo/files/patch-SoObjects_SOGo_instance-framework.make new file mode 100644 index 000000000000..de5f80799944 --- /dev/null +++ b/www/sogo/files/patch-SoObjects_SOGo_instance-framework.make @@ -0,0 +1,824 @@ +--- SoObjects/SOGo/instance-framework.make.orig 2015-09-23 03:39:02 UTC ++++ SoObjects/SOGo/instance-framework.make +@@ -0,0 +1,821 @@ ++# -*-makefile-*- ++# Instance/framework.make ++# ++# Instance Makefile rules to build GNUstep-based frameworks. ++# ++# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2010 Free Software Foundation, Inc. ++# ++# Author: Mirko Viviani ++# Author: Nicola Pero ++# ++# This file is part of the GNUstep Makefile Package. ++# ++# This library is free software; you can redistribute it and/or ++# modify it under the terms of the GNU General Public License ++# as published by the Free Software Foundation; either version 3 ++# of the License, or (at your option) any later version. ++# ++# You should have received a copy of the GNU General Public ++# License along with this library; see the file COPYING. ++# If not, write to the Free Software Foundation, ++# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ++ ++# Frameworks usually link against a gui library (if available). If ++# you don't need a gui library, use xxx_NEEDS_GUI = no. ++ifeq ($(NEEDS_GUI),) ++ NEEDS_GUI = yes ++endif ++ ++ifeq ($(RULES_MAKE_LOADED),) ++include $(GNUSTEP_MAKEFILES)/rules.make ++endif ++ ++.PHONY: internal-framework-all_ \ ++ build-framework \ ++ internal-framework-build-headers \ ++ build-framework-dirs \ ++ internal-framework-install_ \ ++ internal-framework-distclean \ ++ internal-framework-clean \ ++ internal-framework-uninstall_ \ ++ internal-framework-run-compile-submake \ ++ internal-framework-compile ++ ++# The name of the framework is in the FRAMEWORK_NAME variable. ++# The list of framework resource files are in xxx_RESOURCE_FILES ++# The list of framework web server resource files are in ++# xxx_WEBSERVER_RESOURCE_FILES ++# The list of localized framework resource files is in ++# xxx_LOCALIZED_RESOURCE_FILES ++# The list of localized framework web server resource files is in ++# xxx_WEBSERVER_LOCALIZED_RESOURCE_FILES ++# The list of framework GSWeb components are in xxx_COMPONENTS ++# The list of languages the framework supports is in xxx_LANGUAGES ++# The list of framework resource directories are in xxx_RESOURCE_DIRS ++# The list of framework subprojects directories are in xxx_SUBPROJECTS ++# The name of the principal class is xxx_PRINCIPAL_CLASS ++# The header files are in xxx_HEADER_FILES ++# The directory where the header files are located is xxx_HEADER_FILES_DIR ++# (defaults to ./) ++# The directory where to install the header files inside the library ++# installation directory is xxx_HEADER_FILES_INSTALL_DIR ++# (defaults to the framework name [without .framework]). Can't be `.' ++# The list of framework web server resource directories are in ++# xxx_WEBSERVER_RESOURCE_DIRS ++# The list of localized framework web server GSWeb components are in ++# xxx_WEBSERVER_LOCALIZED_RESOURCE_DIRS ++# xxx_CURRENT_VERSION_NAME is the compiled version name (default "0") ++# xxx_MAKE_CURRENT_VERSION is used to decide if the framework version ++# we compiling should be made the current/default version or not ++# (default is "yes") ++# ++# where xxx is the framework name ++# ++# ++# The HEADER_FILES_INSTALL_DIR might look somewhat weird - because in ++# most if not all cases, you want it to be the framework name. At the ++# moment, it allows you to put headers for framework XXX in directory ++# YYY, so that you can refer to them by using #include ++# rather than #include . It seems to ++# be mostly used to have a framework with name XXX work as a drop-in ++# replacement for another framework, which has name YYY -- and which ++# might be installed at the same time :-). ++# ++# If you want to insert your own entries into Info.plist (or ++# Info-gnustep.plist) you should create a xxxInfo.plist file (where ++# xxx is the framework name) and gnustep-make will automatically ++# read it and merge it into Info-gnustep.plist. ++# ++ ++# Set VERSION from xxx_VERSION ++ifneq ($($(GNUSTEP_INSTANCE)_VERSION),) ++ VERSION = $($(GNUSTEP_INSTANCE)_VERSION) ++endif ++ ++ifeq ($(VERSION),) ++ VERSION = 0.0.1 ++endif ++ ++# By setting xxx_INTERFACE_VERSION you can change the soversion used ++# when linking the library. See comments in library.make for the ++# variables with the same name for libraries. ++ifeq ($($(GNUSTEP_INSTANCE)_INTERFACE_VERSION),) ++ # By default, if VERSION is 1.0.0, INTERFACE_VERSION is 1 ++ INTERFACE_VERSION = $(word 1,$(subst ., ,$(VERSION))) ++else ++ INTERFACE_VERSION = $($(GNUSTEP_INSTANCE)_INTERFACE_VERSION) ++endif ++ ++# CURRENT_VERSION_NAME is the name of the version as used when ++# building the library structure. We recommend just using ++# INTERFACE_VERSION for that, so your resources and your shared ++# library have the same versioning. ++ ++# Warning - the following variable is also used in Master/rules.make ++# to build the OWNING_PROJECT_HEADER_DIR for the framework's ++# subprojects. Make sure you keep them in sync if you change them. ++CURRENT_VERSION_NAME = $($(GNUSTEP_INSTANCE)_CURRENT_VERSION_NAME) ++ifeq ($(CURRENT_VERSION_NAME),) ++ CURRENT_VERSION_NAME = $(INTERFACE_VERSION) ++endif ++ ++# xxx_MAKE_CURRENT_VERSION can be set to 'no' if you do not want the ++# framework version that we are building from becoming the Current ++# one. ++ifneq ($($(GNUSTEP_INSTANCE)_MAKE_CURRENT_VERSION),) ++ MAKE_CURRENT_VERSION = $($(GNUSTEP_INSTANCE)_MAKE_CURRENT_VERSION) ++endif ++ ++ifeq ($(MAKE_CURRENT_VERSION),) ++ MAKE_CURRENT_VERSION = yes ++endif ++ ++# If there are no working symlinks, common.make sets ++# FRAMEWORK_VERSION_SUPPORT to no, which unconditionally turn ++# versioning off. This means that we create no symlinks inside the ++# xxx.framework directory for the various versions; that everything is ++# put top-level as in the case of bundles. So with ++# FRAMEWORK_VERSION_SUPPORT = no, the Directory structure is: ++# ++# xxx.framework/libframework.dll.a ++# xxx.framework/framework.dll ++# xxx.framework/Resources ++# xxx.framework/Headers ++# ++# The Headers, libframework.dll.a and framework.dll are then copied into ++# the standard header/library locations so that they can be found by ++# compiler/linker. Given that there are no symlinks, there is no other ++# way of doing this. ++ifeq ($(FRAMEWORK_VERSION_SUPPORT),no) ++ MAKE_CURRENT_VERSION = no ++endif ++ ++# This is used on Apple to build frameworks which can be embedded into ++# applications. You usually set it to something like ++# @executable_path/../Frameworks and then you can embed the framework ++# in an application. ++DYLIB_INSTALL_NAME_BASE = $($(GNUSTEP_INSTANCE)_DYLIB_INSTALL_NAME_BASE) ++ ++FRAMEWORK_DIR_NAME = $(GNUSTEP_INSTANCE).framework ++FRAMEWORK_DIR = $(GNUSTEP_BUILD_DIR)/$(FRAMEWORK_DIR_NAME) ++ ++ifeq ($(FRAMEWORK_VERSION_SUPPORT), yes) ++ FRAMEWORK_VERSION_DIR_NAME = $(FRAMEWORK_DIR_NAME)/Versions/$(CURRENT_VERSION_NAME) ++else ++ FRAMEWORK_VERSION_DIR_NAME = $(FRAMEWORK_DIR_NAME) ++endif ++ ++FRAMEWORK_VERSION_DIR = $(GNUSTEP_BUILD_DIR)/$(FRAMEWORK_VERSION_DIR_NAME) ++ ++# This is not doing much at the moment, it is only defining ++# HEADER_FILES, HEADER_SUBDIRS, HEADER_FILES_DIR and ++# HEADER_FILES_INSTALL_DIR in the standard way. Please note that ++# HEADER_FILES might be empty even if we have headers in subprojects ++# that we need to manage and install. So we assume by default that we ++# have some headers even if HEADER_FILES is empty. ++include $(GNUSTEP_MAKEFILES)/Instance/Shared/headers.make ++ ++# On windows, this is unfortunately required. ++ifeq ($(BUILD_DLL), yes) ++ LINK_AGAINST_ALL_LIBS = yes ++endif ++ ++ifeq ($(LINK_AGAINST_ALL_LIBS), yes) ++ # Link against all libs ... but not the one we're compiling! (not sure ++ # when this could happen with frameworks, anyway it makes sense) ++ LIBRARIES_DEPEND_UPON += $(filter-out -l$(GNUSTEP_INSTANCE), $(ALL_LIBS)) ++endif ++ ++INTERNAL_LIBRARIES_DEPEND_UPON = \ ++ $(ALL_LIB_DIRS) \ ++ $(LIBRARIES_DEPEND_UPON) ++ ++ifeq ($(FOUNDATION_LIB),gnu) ++ ++ # On GNUstep, build our dummy class to store information which ++ # gnustep-base can find at run time. ++ ++ # An ObjC class name can not contain '-', but some people '-' this ++ # in framework names. So we need to encode the '-' in some way ++ # into an ObjC class name. (since we're there, we also encode '+' ++ # even if that's not really common). ++ ++ # What we do is, we use '_' as an escape character, and encode (in the ++ # order) as follows: ++ # ++ # '_' is converted to '__' ++ # '-' is converted to '_0' ++ # '+' is converted to '_1' ++ # ++ ++ # For example, 'Renaissance-Experimental' becomes ++ # 'Renaissance_0Experimental'. ++ ++ # GNUstep-base will convert the name back by applying the reverse rules ++ # in the reverse order. ++ ++ DUMMY_FRAMEWORK = NSFramework_$(subst +,_1,$(subst -,_0,$(subst _,__,$(GNUSTEP_INSTANCE)))) ++ DUMMY_FRAMEWORK_FILE = $(DERIVED_SOURCES_DIR)/$(DUMMY_FRAMEWORK).m ++ DUMMY_FRAMEWORK_OBJ_FILE = $(addprefix $(GNUSTEP_OBJ_INSTANCE_DIR)/,$(DUMMY_FRAMEWORK).o) ++ ++ # The following file will hold the list of classes compiled into the ++ # framework, ready to be included in the .plist file. We include the ++ # list of classes twice, in the object file itself (for when the ++ # framework is loaded) and in the .plist (for tools which let you ++ # browse in frameworks on disk and see lists of classes). Please note ++ # that reading the class list from the .plist requires gnustep-base to ++ # have properly located the framework bundle on disk, while reading ++ # the list from the object file itself does not (and so it's more ++ # likely to work in a portable way), which is why we still save the ++ # list in the object file rather than only putting it in the .plist. ++ # Maybe this point should be discarded, and we should only store the class ++ # list in the .plist file. ++ DUMMY_FRAMEWORK_CLASS_LIST = $(DERIVED_SOURCES_DIR)/$(GNUSTEP_INSTANCE)-class-list ++endif ++ ++FRAMEWORK_HEADER_FILES = $(addprefix $(FRAMEWORK_VERSION_DIR)/Headers/,$(HEADER_FILES)) ++FRAMEWORK_HEADER_SUBDIRS = $(addprefix $(FRAMEWORK_VERSION_DIR)/Headers/,$(HEADER_SUBDIRS)) ++ ++# FIXME - do we really those variables too ? ++ifeq ($(FRAMEWORK_VERSION_SUPPORT), yes) ++ FRAMEWORK_CURRENT_DIR_NAME = $(FRAMEWORK_DIR_NAME)/Versions/Current ++else ++ FRAMEWORK_CURRENT_DIR_NAME = $(FRAMEWORK_DIR_NAME) ++endif ++ ++FRAMEWORK_CURRENT_DIR = $(GNUSTEP_BUILD_DIR)/$(FRAMEWORK_CURRENT_DIR_NAME) ++FRAMEWORK_LIBRARY_DIR_NAME = $(FRAMEWORK_VERSION_DIR_NAME)/$(GNUSTEP_TARGET_LDIR) ++FRAMEWORK_LIBRARY_DIR = $(GNUSTEP_BUILD_DIR)/$(FRAMEWORK_LIBRARY_DIR_NAME) ++FRAMEWORK_CURRENT_LIBRARY_DIR_NAME = $(FRAMEWORK_CURRENT_DIR_NAME)/$(GNUSTEP_TARGET_LDIR) ++FRAMEWORK_CURRENT_LIBRARY_DIR = $(GNUSTEP_BUILD_DIR)/$(FRAMEWORK_CURRENT_LIBRARY_DIR_NAME) ++ ++ifneq ($(BUILD_DLL), yes) ++ ++FRAMEWORK_LIBRARY_FILE = lib$(GNUSTEP_INSTANCE)$(SHARED_LIBEXT) ++ifeq ($(findstring darwin, $(GNUSTEP_TARGET_OS)), darwin) ++# On Mac OS X the version number conventionally precedes the shared ++# library suffix, e.g., libgnustep-base.1.16.1.dylib. ++VERSION_FRAMEWORK_LIBRARY_FILE = lib$(GNUSTEP_INSTANCE).$(VERSION)$(SHARED_LIBEXT) ++SONAME_FRAMEWORK_FILE = lib$(GNUSTEP_INSTANCE).$(INTERFACE_VERSION)$(SHARED_LIBEXT) ++else ++VERSION_FRAMEWORK_LIBRARY_FILE = $(FRAMEWORK_LIBRARY_FILE).$(VERSION) ++SONAME_FRAMEWORK_FILE = $(FRAMEWORK_LIBRARY_FILE).$(INTERFACE_VERSION) ++endif ++ ++else # BUILD_DLL ++ ++# When you build a DLL, you have to install it in a directory which is ++# in your PATH. ++ifeq ($(DLL_INSTALLATION_DIR),) ++ DLL_INSTALLATION_DIR = $(GNUSTEP_TOOLS)/$(GNUSTEP_TARGET_LDIR) ++endif ++ ++# When we build a DLL, we also pass -DBUILD_lib{library_name}_DLL=1 to ++# the preprocessor. With the new DLL support, this is usually not ++# needed; but in some cases some symbols are difficult and have to be ++# exported/imported manually. For these cases, the library header ++# files can use this preprocessor define to know that they are ++# included during compilation of the library itself, or are being ++# imported by external code. Typically with the new DLL support if a ++# symbol can't be imported you have to mark it with ++# __declspec(dllimport) when the library is not being compiled. ++# __declspec(dllexport) is not particularly useful instead. ++ ++CLEAN_framework_NAME = $(subst -,_,$(GNUSTEP_INSTANCE)) ++SHARED_CFLAGS += -DBUILD_$(CLEAN_framework_NAME)_DLL=1 ++ ++# FRAMEWORK_LIBRARY_FILE is the import library, libRenaissance.dll.a ++FRAMEWORK_LIBRARY_FILE = lib$(GNUSTEP_INSTANCE)$(DLL_LIBEXT)$(LIBEXT) ++VERSION_FRAMEWORK_LIBRARY_FILE = $(FRAMEWORK_LIBRARY_FILE) ++SONAME_FRAMEWORK_FILE = $(FRAMEWORK_LIBRARY_FILE) ++ ++# LIB_LINK_DLL_FILE is the DLL library, Renaissance-0.dll ++# (cygRenaissance-0.dll on Cygwin). Include the INTERFACE_VERSION in ++# the DLL library name. Applications are linked explicitly to this ++# INTERFACE_VERSION of the library; this works exactly in the same way ++# as under Unix. ++LIB_LINK_DLL_FILE = $(DLL_PREFIX)$(GNUSTEP_INSTANCE)-$(subst .,_,$(INTERFACE_VERSION))$(DLL_LIBEXT) ++ ++FRAMEWORK_OBJ_EXT = $(DLL_LIBEXT) ++endif # BUILD_DLL ++ ++FRAMEWORK_FILE_NAME = $(FRAMEWORK_LIBRARY_DIR_NAME)/$(VERSION_FRAMEWORK_LIBRARY_FILE) ++FRAMEWORK_FILE = $(GNUSTEP_BUILD_DIR)/$(FRAMEWORK_FILE_NAME) ++ ++ifneq ($($(GNUSTEP_INSTANCE)_INSTALL_DIR),) ++ FRAMEWORK_INSTALL_DIR = $($(GNUSTEP_INSTANCE)_INSTALL_DIR) ++endif ++ ++ifeq ($(FRAMEWORK_INSTALL_DIR),) ++ FRAMEWORK_INSTALL_DIR = $(GNUSTEP_FRAMEWORKS) ++endif ++ ++# ++# Now prepare the variables which are used by target-dependent commands ++# defined in target.make ++# ++LIB_LINK_OBJ_DIR = $(FRAMEWORK_LIBRARY_DIR) ++LIB_LINK_VERSION_FILE = $(VERSION_FRAMEWORK_LIBRARY_FILE) ++LIB_LINK_SONAME_FILE = $(SONAME_FRAMEWORK_FILE) ++LIB_LINK_FILE = $(FRAMEWORK_LIBRARY_FILE) ++LIB_LINK_INSTALL_DIR = $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_LIBRARY_DIR_NAME) ++ ++ifneq ($(DYLIB_INSTALL_NAME_BASE),) ++ LIB_LINK_INSTALL_NAME = $(DYLIB_INSTALL_NAME_BASE)/$(FRAMEWORK_FILE_NAME) ++else ++ # Use a relative path for easy relocation. ++ LIB_LINK_INSTALL_NAME = $(GNUSTEP_INSTANCE).framework/$(GNUSTEP_INSTANCE) ++ ++ # On Mac OS X, set absolute install_name if requested ++ ifeq ($(findstring darwin, $(GNUSTEP_TARGET_OS)), darwin) ++ ifeq ($(GNUSTEP_ABSOLUTE_INSTALL_PATHS), yes) ++ LIB_LINK_INSTALL_NAME = $(LIB_LINK_INSTALL_DIR)/$(GNUSTEP_INSTANCE) ++ endif ++ endif ++endif ++ ++ ++GNUSTEP_SHARED_BUNDLE_RESOURCE_PATH = $(FRAMEWORK_VERSION_DIR)/Resources ++include $(GNUSTEP_MAKEFILES)/Instance/Shared/bundle.make ++ ++internal-framework-all_:: $(GNUSTEP_OBJ_INSTANCE_DIR) $(OBJ_DIRS_TO_CREATE) \ ++ build-framework ++# If they specified Info-gnustep.plist in the xxx_RESOURCE_FILES, ++# print a warning. They are supposed to provide a xxxInfo.plist which ++# gets merged with the automatically generated entries to generate ++# Info-gnustep.plist. ++ifneq ($(FOUNDATION_LIB), apple) ++ ifneq ($(filter Info-gnustep.plist,$($(GNUSTEP_INSTANCE)_RESOURCE_FILES)),) ++ $(WARNING_INFO_GNUSTEP_PLIST) ++ endif ++else ++ ifneq ($(filter Info.plist,$($(GNUSTEP_INSTANCE)_RESOURCE_FILES)),) ++ $(WARNING_INFO_PLIST) ++ endif ++endif ++ ++internal-framework-build-headers:: $(FRAMEWORK_VERSION_DIR)/Headers \ ++ $(FRAMEWORK_HEADER_SUBDIRS) \ ++ $(FRAMEWORK_HEADER_FILES) \ ++ build-framework-dirs ++ ++ifeq ($(MAKE_CURRENT_VERSION),yes) ++ ++# A target to build/reset the Current symlink to point to the newly ++# compiled framework. Only executed if MAKE_CURRENT_VERSION is yes, ++# and only executed if the symlink doesn't exist yet, or if ++# FRAMEWORK_VERSION_DIR is newer than the symlink. This is to avoid ++# rebuilding the symlink every single time, which is a waste of time. ++UPDATE_CURRENT_SYMLINK_RULE = $(FRAMEWORK_DIR)/Versions/Current ++$(FRAMEWORK_DIR)/Versions/Current: $(FRAMEWORK_VERSION_DIR) ++ $(ECHO_UPDATING_VERSION_SYMLINK)cd $(FRAMEWORK_DIR)/Versions; \ ++ $(RM_LN_S) Current; \ ++ $(LN_S) $(CURRENT_VERSION_NAME) Current$(END_ECHO) ++ ++else ++UPDATE_CURRENT_SYMLINK_RULE = ++endif ++ ++# FIXME/TODO - the following rule is always executed. This is stupid. ++# We should have some decent dependencies so that it's not executed if ++# there is nothing to build. :-) ++ ++# Please note that test -h must be used instead of test -L because on ++# old Sun Solaris, test -h works but test -L does not. ++build-framework-dirs: $(DERIVED_SOURCES_DIR) \ ++ $(FRAMEWORK_LIBRARY_DIR) \ ++ $(FRAMEWORK_VERSION_DIR)/Resources \ ++ $(FRAMEWORK_RESOURCE_DIRS) \ ++ $(UPDATE_CURRENT_SYMLINK_RULE) ++ifeq ($(FRAMEWORK_VERSION_SUPPORT), yes) ++ $(ECHO_NOTHING)cd $(FRAMEWORK_DIR); \ ++ if [ ! -h "Resources" ]; then \ ++ $(RM_LN_S) Resources; \ ++ $(LN_S_RECURSIVE) Versions/Current/Resources Resources; \ ++ fi; \ ++ if [ ! -h "Headers" ]; then \ ++ $(RM_LN_S) Headers; \ ++ $(LN_S_RECURSIVE) Versions/Current/Headers Headers; \ ++ fi$(END_ECHO) ++endif ++ $(ECHO_NOTHING)cd $(DERIVED_SOURCES_DIR); \ ++ if [ ! -h "$(HEADER_FILES_INSTALL_DIR)" ]; then \ ++ $(RM_LN_S) ./$(HEADER_FILES_INSTALL_DIR); \ ++ $(LN_S_RECURSIVE) ../$(FRAMEWORK_DIR_NAME)/Headers \ ++ ./$(HEADER_FILES_INSTALL_DIR); \ ++ fi$(END_ECHO) ++ ++$(FRAMEWORK_LIBRARY_DIR): ++ $(ECHO_CREATING)$(MKDIRS) $@$(END_ECHO) ++ ++$(FRAMEWORK_VERSION_DIR)/Headers: ++ $(ECHO_CREATING)$(MKDIRS) $@$(END_ECHO) ++ ++$(FRAMEWORK_HEADER_SUBDIRS): ++ $(ECHO_CREATING)$(MKDIRS) $@$(END_ECHO) ++ ++$(DERIVED_SOURCES_DIR): $(DERIVED_SOURCES_DIR)/.stamp ++$(DERIVED_SOURCES_DIR)/.stamp: ++ $(ECHO_CREATING)$(MKDIRS) $(DERIVED_SOURCES_DIR); \ ++ touch $@$(END_ECHO) ++ ++# Need to share this code with the headers code ... but how. ++ ++# IMPORTANT: It is tempting to have a file (a header, in this case) ++# depend on the directory in which we want to create it (the ++# .../Headers/ directory in this case). The idea being that make ++# would automatically create the directory before the file. That ++# might work for a single file, but could trigger spurious rebuilds if ++# you have more than one file in the directory. The first file will ++# create the directory, then create the file. The second file will be ++# created inside the directory; but on some filesystems, creating the ++# file inside the directory then updates the 'last modified' timestamp ++# of the directory. So next time you run make, the directory is ++# 'newer' than the first file, and because the first file depends on ++# the directory, make will determine that it needs to be updated, ++# triggering a spurious recreation of the file. If you also have ++# auto-dependencies turned on, this might in turn cause recompilation ++# and further spurious rebuilding to happen. ++$(FRAMEWORK_VERSION_DIR)/Headers/%.h: $(HEADER_FILES_DIR)/%.h ++ $(ECHO_CREATING)$(INSTALL_DATA) $< $@$(END_ECHO) ++ ++OBJC_OBJ_FILES_TO_INSPECT = $(OBJC_OBJ_FILES) $(SUBPROJECT_OBJ_FILES) ++ ++# FIXME - We should not depend on GNUmakefile - rather we should use ++# Instance/Shared/stamp-string.make if we need to depend on the value ++# of some make variables. That would also detect a change in ++# FRAMEWORK_INSTALL_DIR from the command line, not currently covered ++# at the moment! ++# ++# To get the list of all classes, we use ++# $(EXTRACT_CLASS_NAMES_COMMAND), which is defined in target.make ++# ++# ++# The following rule will also build the DUMMY_FRAMEWORK_CLASS_LIST ++# file. This file is always created/deleted at the same time as the ++# DUMMY_FRAMEWORK_FILE. ++$(DUMMY_FRAMEWORK_FILE): $(DERIVED_SOURCES_DIR)/.stamp $(OBJ_FILES_TO_LINK) GNUmakefile ++ $(ECHO_CREATING) classes=""; \ ++ for object_file in $(OBJC_OBJ_FILES_TO_INSPECT) __dummy__; do \ ++ if [ "$$object_file" != "__dummy__" ]; then \ ++ sym=`$(EXTRACT_CLASS_NAMES_COMMAND)`; \ ++ classes="$$classes $$sym"; \ ++ fi; \ ++ done; \ ++ classlist=""; \ ++ classarray=""; \ ++ for f in $$classes __dummy__ ; do \ ++ if [ "$$f" != "__dummy__" ]; then \ ++ if [ "$$classlist" = "" ]; then \ ++ classlist="@\"$$f\""; \ ++ classarray="(\"$$f\""; \ ++ else \ ++ classlist="$$classlist, @\"$$f\""; \ ++ classarray="$$classarray, \"$$f\""; \ ++ fi; \ ++ fi; \ ++ done; \ ++ if [ "$$classlist" = "" ]; then \ ++ classlist="NULL"; \ ++ classarray="()"; \ ++ else \ ++ classlist="$$classlist, NULL"; \ ++ classarray="$$classarray)"; \ ++ fi; \ ++ echo "$$classarray" > $(DUMMY_FRAMEWORK_CLASS_LIST); \ ++ echo "#include " > $@; \ ++ echo "#include " > $@; \ ++ echo "@interface $(DUMMY_FRAMEWORK) : NSObject" >> $@; \ ++ echo "+ (NSString *)frameworkEnv;" >> $@; \ ++ echo "+ (NSString *)frameworkPath;" >> $@; \ ++ echo "+ (NSString *)frameworkVersion;" >> $@; \ ++ echo "+ (NSString *const*)frameworkClasses;" >> $@; \ ++ echo "@end" >> $@; \ ++ echo "@implementation $(DUMMY_FRAMEWORK)" >> $@; \ ++ echo "+ (NSString *)frameworkEnv { return nil; }" >> $@; \ ++ echo "+ (NSString *)frameworkPath { return @\"/usr/local/GNUstep/Local/Library/Frameworks\"; }" >> $@; \ ++ echo "+ (NSString *)frameworkVersion { return @\"$(CURRENT_VERSION_NAME)\"; }" >> $@; \ ++ echo "static NSString *allClasses[] = {$$classlist};" >> $@; \ ++ echo "+ (NSString *const*)frameworkClasses { return allClasses; }" >> $@;\ ++ echo "@end" >> $@$(END_ECHO) ++ ++ifeq ($(FOUNDATION_LIB),gnu) ++$(DUMMY_FRAMEWORK_OBJ_FILE): $(DUMMY_FRAMEWORK_FILE) ++ $(ECHO_COMPILING)$(CC) $< -c $(ALL_CPPFLAGS) $(ALL_OBJCFLAGS) -o $@$(END_ECHO) ++endif ++ ++ifeq ($(FOUNDATION_LIB),gnu) ++ FRAMEWORK_INFO_PLIST_FILE = Info-gnustep.plist ++else ++ FRAMEWORK_INFO_PLIST_FILE = Info.plist ++endif ++ ++ifeq ($(FRAMEWORK_VERSION_SUPPORT), yes) ++build-framework: internal-framework-run-compile-submake \ ++ shared-instance-bundle-all \ ++ $(FRAMEWORK_VERSION_DIR)/Resources/$(FRAMEWORK_INFO_PLIST_FILE) \ ++ $(GNUSTEP_BUILD_DIR)/$(GNUSTEP_INSTANCE).framework/$(GNUSTEP_TARGET_LDIR)/$(GNUSTEP_INSTANCE) ++else ++build-framework: internal-framework-run-compile-submake \ ++ shared-instance-bundle-all \ ++ $(FRAMEWORK_VERSION_DIR)/Resources/$(FRAMEWORK_INFO_PLIST_FILE) ++endif ++ ++ifeq ($(findstring darwin, $(GNUSTEP_TARGET_OS)), darwin) ++# When building native frameworks on Apple, we need to create a ++# top-level symlink xxx.framework/xxx ---> the framework shared ++# library. On Darwin (non-Apple) we do this as well since we can partially ++# emulate frameworks (see the ld_lib_path.sh comments on this). ++ ++# Please note that the following keeps the top-level symlink pointing ++# to the framework in Current. This is always correct, even if what ++# we are compiling is not made the Current framework version, but if ++# what we are compiling is not made the Current framework version, I ++# think it's not our business to touch the Current stuff, so let's ++# ignore it. It's faster to ignore it anyway. ;-) ++$(GNUSTEP_BUILD_DIR)/$(GNUSTEP_INSTANCE).framework/$(GNUSTEP_TARGET_LDIR): ++ $(ECHO_CREATING)$(MKDIRS) $@$(END_ECHO) ++ ++$(GNUSTEP_BUILD_DIR)/$(GNUSTEP_INSTANCE).framework/$(GNUSTEP_TARGET_LDIR)/$(GNUSTEP_INSTANCE): $(GNUSTEP_BUILD_DIR)/$(GNUSTEP_INSTANCE).framework/$(GNUSTEP_TARGET_LDIR) ++ifeq ($(MAKE_CURRENT_VERSION),yes) ++ $(ECHO_NOTHING)cd $(GNUSTEP_BUILD_DIR)/$(GNUSTEP_INSTANCE).framework; \ ++ $(RM_LN_S) $(GNUSTEP_INSTANCE); \ ++ $(LN_S) Versions/Current/$(GNUSTEP_TARGET_LDIR)/$(GNUSTEP_INSTANCE) $(GNUSTEP_INSTANCE)$(END_ECHO) ++endif ++ ++else ++ ++# We create a top-level symlink (/copy) ++# ++# xxx.framework/{TARGET_LDIR}/xxx --> ++# ++# And also ++# ++# xxx.framework/{TARGET_LDIR}/libxxx.so --> ++# ++# On Windows, we don't do any of this since there are no versions anyway. ++# ++# The reason for doing this is that you can link against the uninstalled framework ++# by just using -Lpath_to_the_framework/xxx.framework/$TARGET_LDIR ++# ++ifeq ($(FRAMEWORK_VERSION_SUPPORT), yes) ++$(GNUSTEP_BUILD_DIR)/$(GNUSTEP_INSTANCE).framework/$(GNUSTEP_TARGET_LDIR): ++ $(ECHO_CREATING)$(MKDIRS) $@$(END_ECHO) ++ ++$(GNUSTEP_BUILD_DIR)/$(GNUSTEP_INSTANCE).framework/$(GNUSTEP_TARGET_LDIR)/$(GNUSTEP_INSTANCE): $(GNUSTEP_BUILD_DIR)/$(GNUSTEP_INSTANCE).framework/$(GNUSTEP_TARGET_LDIR) ++ifeq ($(MAKE_CURRENT_VERSION),yes) ++ $(ECHO_NOTHING)cd $(GNUSTEP_BUILD_DIR)/$(GNUSTEP_INSTANCE).framework/$(GNUSTEP_TARGET_LDIR); \ ++ $(RM_LN_S) $(GNUSTEP_INSTANCE) $(FRAMEWORK_LIBRARY_FILE); \ ++ $(LN_S) `$(REL_PATH_SCRIPT) $(GNUSTEP_TARGET_LDIR) \ ++ Versions/Current/$(GNUSTEP_TARGET_LDIR)/$(GNUSTEP_INSTANCE) short` \ ++ $(GNUSTEP_INSTANCE); \ ++ $(LN_S) `$(REL_PATH_SCRIPT) $(GNUSTEP_TARGET_LDIR) \ ++ Versions/Current/$(GNUSTEP_TARGET_LDIR)/$(FRAMEWORK_LIBRARY_FILE) short` \ ++ $(FRAMEWORK_LIBRARY_FILE)$(END_ECHO) ++endif ++endif ++endif ++ ++ifneq ($(BUILD_DLL), yes) ++ LIB_LINK_FRAMEWORK_FILE = $(LIB_LINK_FILE) ++else ++ LIB_LINK_FRAMEWORK_FILE = $(LIB_LINK_DLL_FILE) ++endif ++ ++LIB_LINK_FILES_TO_LINK = $(OBJ_FILES_TO_LINK) ++ ++# Important: FRAMEWORK_FILE (which is created in the parallel ++# 'compile' invocation) depends on DUMMY_FRAMEWORK_OBJ_FILES as well, ++# which depends on a lot of other rules. These rules *must* be safe ++# for parallel building, because they will be used during a parallel ++# build. In particular, note that DUMMY_FRAMEWORK_OBJ_FILE must ++# itself depend on OBJ_FILES_TO_LINK else it might be built before all ++# files are compiled. ++$(FRAMEWORK_FILE): $(DUMMY_FRAMEWORK_OBJ_FILE) $(OBJ_FILES_TO_LINK) ++ifeq ($(OBJ_FILES_TO_LINK),) ++ $(WARNING_EMPTY_LINKING) ++endif ++ $(ECHO_LINKING) \ ++ $(LIB_LINK_CMD) || $(RM) $(FRAMEWORK_FILE) ; \ ++ (cd $(LIB_LINK_OBJ_DIR); \ ++ $(RM_LN_S) $(GNUSTEP_INSTANCE); \ ++ $(LN_S) $(LIB_LINK_FRAMEWORK_FILE) $(GNUSTEP_INSTANCE)) \ ++ $(END_ECHO) ++ ++ifeq ($(GNUSTEP_MAKE_PARALLEL_BUILDING), no) ++# Standard building ++internal-framework-run-compile-submake: $(FRAMEWORK_FILE) ++else ++# Parallel building. The actual compilation is delegated to a ++# sub-make invocation where _GNUSTEP_MAKE_PARALLEL is set to yet. ++# That sub-make invocation will compile files in parallel. ++internal-framework-run-compile-submake: ++ $(ECHO_NOTHING_RECURSIVE_MAKE)$(MAKE) -f $(MAKEFILE_NAME) --no-print-directory --no-keep-going \ ++ internal-framework-compile \ ++ GNUSTEP_TYPE=$(GNUSTEP_TYPE) \ ++ GNUSTEP_INSTANCE=$(GNUSTEP_INSTANCE) \ ++ GNUSTEP_OPERATION=compile \ ++ GNUSTEP_BUILD_DIR="$(GNUSTEP_BUILD_DIR)" \ ++ _GNUSTEP_MAKE_PARALLEL=yes$(END_ECHO_RECURSIVE_MAKE) ++ ++internal-framework-compile: $(FRAMEWORK_FILE) ++endif ++ ++PRINCIPAL_CLASS = $(strip $($(GNUSTEP_INSTANCE)_PRINCIPAL_CLASS)) ++ ++ifeq ($(PRINCIPAL_CLASS),) ++ PRINCIPAL_CLASS = $(GNUSTEP_INSTANCE) ++endif ++ ++MAIN_MODEL_FILE = $(strip $(subst .gmodel,,$(subst .gorm,,$(subst .nib,,$($(GNUSTEP_INSTANCE)_MAIN_MODEL_FILE))))) ++ ++# FIXME: Use stamp.make to depend on the value of MAIN_MODEL_FILE and PRINCIPAL_CLASS ++ ++# FIXME: MacOSX frameworks should also merge xxxInfo.plist into them ++# MacOSX-S frameworks ++$(FRAMEWORK_VERSION_DIR)/Resources/Info.plist: ++ $(ECHO_CREATING)(echo "{"; echo ' NOTE = "Automatically generated, do not edit!";'; \ ++ echo " NSExecutable = \"$(GNUSTEP_INSTANCE)\";"; \ ++ echo " NSMainNibFile = \"$(MAIN_MODEL_FILE)\";"; \ ++ echo " NSPrincipalClass = \"$(PRINCIPAL_CLASS)\";"; \ ++ echo "}") >$@$(END_ECHO) ++ ++# GNUstep frameworks ++$(FRAMEWORK_VERSION_DIR)/Resources/Info-gnustep.plist: \ ++ $(DUMMY_FRAMEWORK_FILE) \ ++ $(GNUSTEP_PLIST_DEPEND) ++ $(ECHO_CREATING)(echo "{"; echo ' NOTE = "Automatically generated, do not edit!";'; \ ++ echo " NSExecutable = \"$(GNUSTEP_INSTANCE)$(FRAMEWORK_OBJ_EXT)\";"; \ ++ echo " NSMainNibFile = \"$(MAIN_MODEL_FILE)\";"; \ ++ echo " NSPrincipalClass = \"$(PRINCIPAL_CLASS)\";"; \ ++ echo " Classes = "; \ ++ cat $(DUMMY_FRAMEWORK_CLASS_LIST); \ ++ echo " ;"; \ ++ echo "}") >$@$(END_ECHO) ++ $(ECHO_NOTHING)if [ -r "$(GNUSTEP_PLIST_DEPEND)" ]; then \ ++ plmerge $@ $(GNUSTEP_PLIST_DEPEND); \ ++ fi$(END_ECHO) ++ ++ifneq ($(BUILD_DLL),yes) ++ ++ifeq ($(FOUNDATION_LIB),gnu) ++ ++internal-framework-install_:: $(FRAMEWORK_INSTALL_DIR) \ ++ $(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR) \ ++ $(GNUSTEP_HEADERS) ++ $(ECHO_INSTALLING)rm -rf $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_DIR_NAME); \ ++ (cd $(GNUSTEP_BUILD_DIR); $(TAR) cfX - $(GNUSTEP_MAKEFILES)/tar-exclude-list $(FRAMEWORK_DIR_NAME)) | (cd $(FRAMEWORK_INSTALL_DIR); $(TAR) xf -)$(END_ECHO) ++ifneq ($(CHOWN_TO),) ++ $(ECHO_CHOWNING)$(CHOWN) -R $(CHOWN_TO) $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_DIR_NAME)$(END_ECHO) ++endif ++ifeq ($(strip),yes) ++ $(ECHO_STRIPPING)$(STRIP) $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_FILE_NAME)$(END_ECHO) ++endif ++ $(ECHO_INSTALLING_HEADERS)cd $(GNUSTEP_HEADERS); \ ++ $(RM_LN_S) $(HEADER_FILES_INSTALL_DIR); \ ++ $(LN_S_RECURSIVE) `$(REL_PATH_SCRIPT) $(GNUSTEP_HEADERS) $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_DIR_NAME)/Headers short` $(HEADER_FILES_INSTALL_DIR); \ ++ $(END_ECHO) ++ifneq ($(CHOWN_TO),) ++ $(ECHO_CHOWNING)cd $(GNUSTEP_HEADERS); \ ++ $(CHOWN) $(CHOWN_TO) $(HEADER_FILES_INSTALL_DIR); \ ++ $(END_ECHO) ++endif ++ $(ECHO_NOTHING)cd $(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR); \ ++ $(RM_LN_S) $(FRAMEWORK_LIBRARY_FILE); \ ++ $(RM_LN_S) $(SONAME_FRAMEWORK_FILE); \ ++ $(RM_LN_S) $(VERSION_FRAMEWORK_LIBRARY_FILE); \ ++ $(LN_S) `$(REL_PATH_SCRIPT) $(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR) $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_CURRENT_LIBRARY_DIR_NAME)/$(FRAMEWORK_LIBRARY_FILE) short` $(FRAMEWORK_LIBRARY_FILE); \ ++ if test -r "$(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_CURRENT_LIBRARY_DIR_NAME)/$(SONAME_FRAMEWORK_FILE)"; then \ ++ $(LN_S) `$(REL_PATH_SCRIPT) $(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR) $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_CURRENT_LIBRARY_DIR_NAME)/$(SONAME_FRAMEWORK_FILE) short` $(SONAME_FRAMEWORK_FILE); \ ++ fi; \ ++ $(LN_S) `$(REL_PATH_SCRIPT) $(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR) $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_CURRENT_LIBRARY_DIR_NAME)/$(VERSION_FRAMEWORK_LIBRARY_FILE) short` $(VERSION_FRAMEWORK_LIBRARY_FILE)$(END_ECHO) ++ifneq ($(CHOWN_TO),) ++ $(ECHO_CHOWNING)cd $(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR); \ ++ $(CHOWN) $(CHOWN_TO) $(FRAMEWORK_LIBRARY_FILE); \ ++ if test -r "$(SONAME_FRAMEWORK_FILE)"; then \ ++ $(CHOWN) $(CHOWN_TO) $(SONAME_FRAMEWORK_FILE); \ ++ fi; \ ++ $(CHOWN) $(CHOWN_TO) $(VERSION_FRAMEWORK_LIBRARY_FILE)$(END_ECHO) ++endif ++ ++else ++ ++# This code for Apple OSX ++ ++internal-framework-install_:: $(FRAMEWORK_INSTALL_DIR) ++ $(ECHO_INSTALLING)rm -rf $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_DIR_NAME); \ ++ (cd $(GNUSTEP_BUILD_DIR); $(TAR) cfX - $(GNUSTEP_MAKEFILES)/tar-exclude-list $(FRAMEWORK_DIR_NAME)) | (cd $(FRAMEWORK_INSTALL_DIR); $(TAR) xf -)$(END_ECHO) ++ifneq ($(CHOWN_TO),) ++ $(ECHO_CHOWNING)$(CHOWN) -R $(CHOWN_TO) $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_DIR_NAME)$(END_ECHO) ++endif ++ifeq ($(strip),yes) ++ $(ECHO_STRIPPING)$(STRIP) $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_FILE_NAME)$(END_ECHO) ++endif ++ ++endif ++ ++else # install DLL ++ ++internal-framework-install_:: $(FRAMEWORK_INSTALL_DIR) \ ++ $(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR) \ ++ $(GNUSTEP_HEADERS) \ ++ $(DLL_INSTALLATION_DIR) ++ $(ECHO_INSTALLING)\ ++ rm -rf $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_DIR_NAME); \ ++ (cd $(GNUSTEP_BUILD_DIR);\ ++ $(TAR) cfX - $(GNUSTEP_MAKEFILES)/tar-exclude-list \ ++ $(FRAMEWORK_DIR_NAME)) | (cd $(FRAMEWORK_INSTALL_DIR); \ ++ $(TAR) xf -)$(END_ECHO) ++ifneq ($(CHOWN_TO),) ++ $(ECHO_CHOWNING)$(CHOWN) -R $(CHOWN_TO) $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_DIR_NAME)$(END_ECHO) ++endif ++ifeq ($(strip),yes) ++ $(ECHO_STRIPPING)$(STRIP) $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_FILE_NAME)$(END_ECHO) ++endif ++ $(ECHO_INSTALLING_HEADERS)cd $(GNUSTEP_HEADERS); \ ++ if test -d "$(HEADER_FILES_INSTALL_DIR)"; then \ ++ rm -Rf $(HEADER_FILES_INSTALL_DIR); \ ++ fi; \ ++ $(MKINSTALLDIRS) $(HEADER_FILES_INSTALL_DIR); \ ++ cd $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_VERSION_DIR_NAME)/Headers ; \ ++ $(TAR) cfX - $(GNUSTEP_MAKEFILES)/tar-exclude-list . | (cd $(GNUSTEP_HEADERS)/$(HEADER_FILES_INSTALL_DIR); \ ++ $(TAR) xf - ); \ ++ $(END_ECHO) ++ifneq ($(CHOWN_TO),) ++ $(ECHO_CHOWNING)cd $(GNUSTEP_HEADERS); \ ++ $(CHOWN) -R $(CHOWN_TO) $(HEADER_FILES_INSTALL_DIR); \ ++ $(END_ECHO) ++endif ++ $(ECHO_NOTHING)$(INSTALL_PROGRAM) $(FRAMEWORK_LIBRARY_DIR)/$(LIB_LINK_DLL_FILE) \ ++ $(DLL_INSTALLATION_DIR)$(END_ECHO) ++ $(ECHO_NOTHING)$(INSTALL_PROGRAM) $(FRAMEWORK_FILE_NAME) \ ++ $(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR)$(END_ECHO) ++ ++endif ++ ++$(DLL_INSTALLATION_DIR): ++ $(ECHO_CREATING)$(MKINSTALLDIRS) $@$(END_ECHO) ++ ++# If Version support is disabled, then this directory is the same as ++# the Resources directory in Shared/bundle.make for which we already ++# have a rule. ++ifeq ($(FRAMEWORK_VERSION_SUPPORT), yes) ++$(FRAMEWORK_DIR)/Resources: ++ $(ECHO_CREATING)$(MKDIRS) $@$(END_ECHO) ++endif ++ ++$(FRAMEWORK_INSTALL_DIR): ++ $(ECHO_CREATING)$(MKINSTALLDIRS) $@$(END_ECHO) ++ ++$(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR): ++ $(ECHO_CREATING)$(MKINSTALLDIRS) $@$(END_ECHO) ++ ++$(GNUSTEP_HEADERS): ++ $(ECHO_CREATING)$(MKINSTALLDIRS) $@$(END_ECHO) ++ ++ifneq ($(BUILD_DLL), yes) ++# NB: We use '$(RM_LN_S)' to remove the symlinks to insure ++# that we do not remove customized real directories. ++internal-framework-uninstall_:: ++ $(ECHO_UNINSTALLING)if [ "$(HEADER_FILES)" != "" ]; then \ ++ for file in $(HEADER_FILES) __done; do \ ++ if [ $$file != __done ]; then \ ++ rm -rf $(GNUSTEP_HEADERS)/$(HEADER_FILES_INSTALL_DIR)/$$file ; \ ++ fi; \ ++ done; \ ++ fi; \ ++ $(RM_LN_S) $(GNUSTEP_HEADERS)/$(HEADER_FILES_INSTALL_DIR) ; \ ++ rm -rf $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_DIR_NAME) ; \ ++ cd $(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR); \ ++ $(RM_LN_S) $(FRAMEWORK_LIBRARY_FILE); \ ++ $(RM_LN_S) $(SONAME_FRAMEWORK_FILE); \ ++ $(RM_LN_S) $(VERSION_FRAMEWORK_LIBRARY_FILE); \ ++ $(END_ECHO) ++else ++internal-framework-uninstall_:: ++ $(ECHO_UNINSTALLING)if [ "$(HEADER_FILES)" != "" ]; then \ ++ for file in $(HEADER_FILES) __done; do \ ++ if [ $$file != __done ]; then \ ++ rm -rf $(GNUSTEP_HEADERS)/$(HEADER_FILES_INSTALL_DIR)/$$file ; \ ++ fi; \ ++ done; \ ++ fi; \ ++ $(RM_LN_S) $(GNUSTEP_HEADERS)/$(HEADER_FILES_INSTALL_DIR) ; \ ++ rm -rf $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_DIR_NAME) ; \ ++ cd $(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR); \ ++ $(RM_LN_S) $(FRAMEWORK_LIBRARY_FILE); \ ++ cd $(DLL_INSTALLATION_DIR); \ ++ $(RM_LN_S) $(LIB_LINK_DLL_FILE); \ ++ $(END_ECHO) ++endif ++# ++# Cleaning targets ++# ++internal-framework-clean:: ++ $(ECHO_NOTHING)rm -rf \ ++ $(PSWRAP_C_FILES) $(PSWRAP_H_FILES) \ ++ $(FRAMEWORK_DIR) $(DERIVED_SOURCES_DIR)$(END_ECHO) ++ ++internal-framework-distclean:: ++ ++include $(GNUSTEP_MAKEFILES)/Instance/Shared/strings.make diff --git a/www/sogo/files/patch-SoObjects_SOGo_master-framework.make b/www/sogo/files/patch-SoObjects_SOGo_master-framework.make new file mode 100644 index 000000000000..404910ee0c91 --- /dev/null +++ b/www/sogo/files/patch-SoObjects_SOGo_master-framework.make @@ -0,0 +1,33 @@ +--- SoObjects/SOGo/master-framework.make.orig 2015-09-23 03:38:31 UTC ++++ SoObjects/SOGo/master-framework.make +@@ -0,0 +1,30 @@ ++# ++# framework.make ++# ++# Makefile rules to build GNUstep-based frameworks. ++# ++# Copyright (C) 2002 Free Software Foundation, Inc. ++# ++# Author: Nicola Pero ++# ++# This file is part of the GNUstep Makefile Package. ++# ++# This library is free software; you can redistribute it and/or ++# modify it under the terms of the GNU General Public License ++# as published by the Free Software Foundation; either version 3 ++# of the License, or (at your option) any later version. ++# ++# You should have received a copy of the GNU General Public ++# License along with this library; see the file COPYING. ++# If not, write to the Free Software Foundation, ++# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ++ ++ifeq ($(GNUSTEP_INSTANCE),) ++include $(GNUSTEP_MAKEFILES)/Master/framework.make ++else ++ ++ifeq ($(GNUSTEP_TYPE),framework) ++include instance-framework.make ++endif ++ ++endif diff --git a/www/sogo/files/patch-Tests_Unit_GNUmakefile b/www/sogo/files/patch-Tests_Unit_GNUmakefile new file mode 100644 index 000000000000..4db135c49921 --- /dev/null +++ b/www/sogo/files/patch-Tests_Unit_GNUmakefile @@ -0,0 +1,14 @@ +--- Tests/Unit/GNUmakefile.orig 2015-09-16 18:41:31 UTC ++++ Tests/Unit/GNUmakefile +@@ -35,7 +35,10 @@ $(TEST_TOOL)_CPPFLAGS += \ + -Wall -D_GNU_SOURCE -I../../SOPE/ -I../../SoObjects/ -I../../UI/ + + ADDITIONAL_LIB_DIRS += \ +- -L../../SoObjects/SOGo/SOGo.framework/Versions/Current/sogo -L../../SOPE/NGCards/obj -L../../SOPE/GDLContentStore/obj -lSOGo -lNGMime -lNGCards -lGDLContentStore -lNGExtensions -lSBJson -lobjc \ ++ -L../../SoObjects/SOGo/SOGo.framework/Versions/Current/sogo -L../../SOPE/NGCards/obj -L../../SOPE/GDLContentStore/obj \ ++ -lSOGo -lNGMime -lNGCards -lGDLContentStore -lNGExtensions \ ++ -lSBJson -lGDLAccess -lNGObjWeb -lNGStreams -lEOControl -lDOM \ ++ -lNGLdap -lobjc \ + -L/usr/local/lib -lSaxObjC \ + -Wl,-rpath,../../SoObjects/SOGo/SOGo.framework/Versions/Current/sogo -Wl,-rpath,../../SOPE/NGCards/obj -Wl,-rpath,../../SOPE/GDLContentStore/obj + ADDITIONAL_LDFLAGS += -Wl,--no-as-needed diff --git a/www/sogo/files/patch-Tools_GNUmakefile.preamble b/www/sogo/files/patch-Tools_GNUmakefile.preamble new file mode 100644 index 000000000000..036e957a2edb --- /dev/null +++ b/www/sogo/files/patch-Tools_GNUmakefile.preamble @@ -0,0 +1,9 @@ +--- Tools/GNUmakefile.preamble.orig 2015-09-16 18:41:31 UTC ++++ Tools/GNUmakefile.preamble +@@ -13,4 +13,5 @@ ADDITIONAL_LIB_DIRS += \ + -L../SoObjects/SOGo/SOGo.framework/sogo -lSOGo \ + -L../SOPE/GDLContentStore/$(GNUSTEP_OBJ_DIR)/ -lGDLContentStore \ + -L../SOPE/NGCards/$(GNUSTEP_OBJ_DIR)/ -lNGCards \ +- -lEOControl -lNGStreams -lNGMime -lNGExtensions -lNGObjWeb ++ -lEOControl -lNGStreams -lNGMime -lNGExtensions -lNGObjWeb \ ++ -lGDLAccess -lDOM -lSaxObjC -lNGLdap -lSBJson diff --git a/www/sogo/files/sogod.in b/www/sogo/files/sogod.in new file mode 100644 index 000000000000..6afa0ef8447c --- /dev/null +++ b/www/sogo/files/sogod.in @@ -0,0 +1,28 @@ +#!/bin/sh + +# $FreeBSD$ +# +# PROVIDE: sogod +# REQUIRE: NETWORKING +# KEYWORD: shutdown + +. /etc/rc.subr + +name=sogod +rcvar=sogod_enable + +load_rc_config ${name} + +: ${sogod_enable:=NO} + +command=%%GNUSTEP_LOCAL_TOOLS%%/Admin/${name} +pidfile=/var/run/sogo/sogo.pid + +sogod_user=${name} +sogod_group=${name} + +start_precmd="cd /; . %%GNUSTEP_MAKEFILES%%/GNUstep.sh; install -d -m 775 -g ${sogod_group} /var/log/sogo /var/run/sogo" +stop_precmd='cd /; . %%GNUSTEP_MAKEFILES%%/GNUstep.sh' +restart_precmd='cd /; . %%GNUSTEP_MAKEFILES%%/GNUstep.sh' + +run_rc_command "$1" diff --git a/www/sogo/pkg-descr b/www/sogo/pkg-descr new file mode 100644 index 000000000000..8f4dd253fcd2 --- /dev/null +++ b/www/sogo/pkg-descr @@ -0,0 +1,6 @@ +SOGo is a fully supported and trusted groupware server with a focus on +scalability and open standards. It provides a rich AJAX-based Web +interface and supports multiple native clients through the use of +standard protocols such as CalDAV, CardDAV and GroupDAV. + +WWW: http://sogo.nu/ diff --git a/www/sogo/pkg-message b/www/sogo/pkg-message new file mode 100644 index 000000000000..fee3df8c2070 --- /dev/null +++ b/www/sogo/pkg-message @@ -0,0 +1,58 @@ + +In order to run the sogo daemon (sogod), you will need to create and configure +the main configuration file, e.g.: + +cp -p ${LOCALBASE}/etc/sogo/sogo.conf.sample ${LOCALBASE}/etc/sogo/sogo.conf + +And to allow the service to run at system startup, add sogod_enable="YES" +in your rc.conf. + + +If you need to allow email alarms (notifications) for calendar events, copy +the sample credentials file: + +cp -p ${LOCALBASE}/etc/sogo/ealarms-notify.creds.sample \ + ${LOCALBASE}/etc/sogo/ealarms-notify.creds + +Then replace the username:password with appropriate credentials for SMTP AUTH +sending capabilities. + +Then copy the sample cron executable: + +cp -p ${LOCALBASE}/GNUstep/Local/Tools/Admin/cron-ealarms-notify.sample \ + ${LOCALBASE}/GNUstep/Local/Tools/Admin/cron-ealarms-notify + +And edit this file to suit your server timezone (e.g. TZ=Africa/Algiers). + +Then add the following lines to the root users' crontab (crontab -e): + +# Process email reminders every minute +* * * * * ${LOCALBASE}/GNUstep/Local/Tools/Admin/cron-ealarms-notify + + + +If you need to automatically purge vacation messages from users sieve scripts, +copy the sample credentials file: + +cp -p ${LOCALBASE}/etc/sogo/expire-autoreply.creds.sample \ + ${LOCALBASE}/etc/sogo/expire-autoreply.creds + +Then replace the username:password with appropriate credentials for your +IMAP servers' sieve account. + +Then copy the sample cron executable: + +cp -p ${LOCALBASE}/GNUstep/Local/Tools/Admin/cron-expire-autoreply.sample \ + ${LOCALBASE}/GNUstep/Local/Tools/Admin/cron-expire-autoreply + +And edit this file to suit your server timezone (e.g. TZ=Africa/Algiers). + +Then add the following lines to the root users' crontab (crontab -e): + +# Vacation messages expiration +# The credentials file should contain the sieve admin credentials (username:passwd) +0 0 * * * ${LOCALBASE}/GNUstep/Local/Tools/Admin/cron-expire-autoreply + + +For more information about using SOGo, visit: +http://www.sogo.nu/downloads/documentation.html diff --git a/www/sogo/pkg-plist b/www/sogo/pkg-plist new file mode 100644 index 000000000000..fe657465c4c0 --- /dev/null +++ b/www/sogo/pkg-plist @@ -0,0 +1,1770 @@ +GNUstep/Local/Library/Frameworks/SOGo.framework/Headers +GNUstep/Local/Library/Frameworks/SOGo.framework/Resources +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/BSONCodec.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/DOMNode+SOGo.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/EOBitmaskQualifier.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/EOQualifier+SOGoCacheObject.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/GCSSpecialQueries+SOGoCacheObject.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/LDAPSource.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/LDAPSourceSchema.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSArray+DAV.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSArray+Utilities.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSCalendarDate+SOGo.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSData+Crypto.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSDictionary+DAV.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSDictionary+URL.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSDictionary+Utilities.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSNull+Utilities.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSNumber+Utilities.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSObject+DAV.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSObject+Utilities.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSString+Crypto.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSString+DAV.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSString+Utilities.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSURL+DAV.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoAuthenticator.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoBuild.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoCASSession.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoCache.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoCacheGCSFolder.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoCacheGCSObject.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoCacheObject.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoConstants.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoContentObject.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoCredentialsFile.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoDAVAuthenticator.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoDateFormatter.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoFolder.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoGCSFolder.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoGroup.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoMailer.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoObject.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoParentFolder.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoPermissions.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoProductLoader.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoProxyAuthenticator.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoSession.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoSieveManager.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoStartupLogger.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoStaticAuthenticator.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoUser.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoUserFolder.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoUserManager.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoUserProfile.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoWebAuthenticator.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoWebDAVAclManager.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoWebDAVValue.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SQLSource.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/WOContext+SOGo.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/WORequest+SOGo.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/WOResourceManager+SOGo.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/WOResponse+SOGo.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Resources/CASLogoutRequestMap.plist +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Resources/DAVReportMap.plist +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Resources/Info-gnustep.plist +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Resources/SOGoDefaults.plist +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/sogo/SOGo +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/sogo/libSOGo.so +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/sogo/libSOGo.so.2 +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/sogo/libSOGo.so.%%VERSION%% +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/Current +GNUstep/Local/Library/Frameworks/SOGo.framework/sogo/SOGo +GNUstep/Local/Library/Frameworks/SOGo.framework/sogo/libSOGo.so +GNUstep/Local/Library/Headers/GDLContentStore/EOAdaptorChannel+GCS.h +GNUstep/Local/Library/Headers/GDLContentStore/GCSAlarmsFolder.h +GNUstep/Local/Library/Headers/GDLContentStore/GCSChannelManager.h +GNUstep/Local/Library/Headers/GDLContentStore/GCSContext.h +GNUstep/Local/Library/Headers/GDLContentStore/GCSFieldInfo.h +GNUstep/Local/Library/Headers/GDLContentStore/GCSFolder.h +GNUstep/Local/Library/Headers/GDLContentStore/GCSFolderManager.h +GNUstep/Local/Library/Headers/GDLContentStore/GCSFolderType.h +GNUstep/Local/Library/Headers/GDLContentStore/GCSSessionsFolder.h +GNUstep/Local/Library/Headers/GDLContentStore/GCSSpecialQueries.h +GNUstep/Local/Library/Headers/GDLContentStore/GCSStringFormatter.h +GNUstep/Local/Library/Headers/GDLContentStore/NSURL+GCS.h +GNUstep/Local/Library/Headers/NGCards/CardElement.h +GNUstep/Local/Library/Headers/NGCards/CardGroup.h +GNUstep/Local/Library/Headers/NGCards/CardVersitRenderer.h +GNUstep/Local/Library/Headers/NGCards/NGCards.h +GNUstep/Local/Library/Headers/NGCards/NGVCard.h +GNUstep/Local/Library/Headers/NGCards/NGVCardPhoto.h +GNUstep/Local/Library/Headers/NGCards/NGVCardReference.h +GNUstep/Local/Library/Headers/NGCards/NGVList.h +GNUstep/Local/Library/Headers/NGCards/NSArray+NGCards.h +GNUstep/Local/Library/Headers/NGCards/NSCalendarDate+ICal.h +GNUstep/Local/Library/Headers/NGCards/NSCalendarDate+NGCards.h +GNUstep/Local/Library/Headers/NGCards/NSDictionary+NGCards.h +GNUstep/Local/Library/Headers/NGCards/NSString+NGCards.h +GNUstep/Local/Library/Headers/NGCards/iCalAlarm.h +GNUstep/Local/Library/Headers/NGCards/iCalAttachment.h +GNUstep/Local/Library/Headers/NGCards/iCalByDayMask.h +GNUstep/Local/Library/Headers/NGCards/iCalCalendar.h +GNUstep/Local/Library/Headers/NGCards/iCalDataSource.h +GNUstep/Local/Library/Headers/NGCards/iCalDateTime.h +GNUstep/Local/Library/Headers/NGCards/iCalEntityObject.h +GNUstep/Local/Library/Headers/NGCards/iCalEvent.h +GNUstep/Local/Library/Headers/NGCards/iCalEventChanges.h +GNUstep/Local/Library/Headers/NGCards/iCalFreeBusy.h +GNUstep/Local/Library/Headers/NGCards/iCalJournal.h +GNUstep/Local/Library/Headers/NGCards/iCalObject.h +GNUstep/Local/Library/Headers/NGCards/iCalPerson.h +GNUstep/Local/Library/Headers/NGCards/iCalRecurrenceCalculator.h +GNUstep/Local/Library/Headers/NGCards/iCalRecurrenceRule.h +GNUstep/Local/Library/Headers/NGCards/iCalRepeatableEntityObject.h +GNUstep/Local/Library/Headers/NGCards/iCalTimeZone.h +GNUstep/Local/Library/Headers/NGCards/iCalTimeZonePeriod.h +GNUstep/Local/Library/Headers/NGCards/iCalToDo.h +GNUstep/Local/Library/Headers/NGCards/iCalTrigger.h +GNUstep/Local/Library/Headers/NGCards/iCalUTCOffset.h +GNUstep/Local/Library/Headers/NGCards/iCalXMLRenderer.h +GNUstep/Local/Library/Headers/SOGo +GNUstep/Local/Library/Headers/SOGoUI/SOGoAptFormatter.h +GNUstep/Local/Library/Headers/SOGoUI/UIxComponent.h +GNUstep/Local/Library/Headers/SOGoUI/UIxJSClose.h +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Abidjan.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Accra.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Addis_Ababa.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Algiers.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Asmara.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Bamako.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Bangui.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Banjul.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Bissau.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Blantyre.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Brazzaville.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Bujumbura.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Cairo.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Casablanca.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Ceuta.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Conakry.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Dakar.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Dar_es_Salaam.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Djibouti.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Douala.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/El_Aaiun.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Freetown.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Gaborone.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Harare.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Johannesburg.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Juba.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Kampala.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Khartoum.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Kigali.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Kinshasa.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Lagos.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Libreville.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Lome.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Luanda.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Lubumbashi.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Lusaka.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Malabo.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Maputo.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Maseru.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Mbabane.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Mogadishu.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Monrovia.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Nairobi.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Ndjamena.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Niamey.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Nouakchott.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Ouagadougou.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Porto-Novo.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Sao_Tome.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Tripoli.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Tunis.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Windhoek.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Adak.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Anchorage.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Anguilla.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Antigua.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Araguaina.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/Buenos_Aires.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/Catamarca.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/Cordoba.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/Jujuy.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/La_Rioja.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/Mendoza.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/Rio_Gallegos.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/Salta.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/San_Juan.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/San_Luis.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/Tucuman.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/Ushuaia.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Aruba.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Asuncion.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Atikokan.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Bahia.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Bahia_Banderas.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Barbados.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Belem.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Belize.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Blanc-Sablon.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Boa_Vista.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Bogota.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Boise.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Cambridge_Bay.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Campo_Grande.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Cancun.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Caracas.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Cayenne.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Cayman.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Chicago.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Chihuahua.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Costa_Rica.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Creston.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Cuiaba.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Curacao.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Danmarkshavn.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Dawson.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Dawson_Creek.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Denver.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Detroit.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Dominica.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Edmonton.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Eirunepe.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/El_Salvador.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Fortaleza.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Glace_Bay.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Godthab.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Goose_Bay.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Grand_Turk.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Grenada.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Guadeloupe.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Guatemala.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Guayaquil.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Guyana.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Halifax.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Havana.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Hermosillo.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Indiana/Indianapolis.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Indiana/Knox.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Indiana/Marengo.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Indiana/Petersburg.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Indiana/Tell_City.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Indiana/Vevay.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Indiana/Vincennes.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Indiana/Winamac.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Inuvik.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Iqaluit.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Jamaica.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Juneau.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Kentucky/Louisville.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Kentucky/Monticello.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Kralendijk.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/La_Paz.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Lima.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Los_Angeles.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Lower_Princes.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Maceio.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Managua.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Manaus.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Marigot.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Martinique.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Matamoros.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Mazatlan.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Menominee.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Merida.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Metlakatla.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Mexico_City.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Miquelon.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Moncton.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Monterrey.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Montevideo.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Montreal.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Montserrat.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Nassau.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/New_York.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Nipigon.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Nome.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Noronha.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/North_Dakota/Beulah.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/North_Dakota/Center.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/North_Dakota/New_Salem.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Ojinaga.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Panama.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Pangnirtung.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Paramaribo.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Phoenix.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Port-au-Prince.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Port_of_Spain.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Porto_Velho.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Puerto_Rico.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Rainy_River.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Rankin_Inlet.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Recife.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Regina.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Resolute.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Rio_Branco.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Santa_Isabel.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Santarem.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Santiago.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Santo_Domingo.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Sao_Paulo.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Scoresbysund.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Shiprock.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Sitka.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/St_Barthelemy.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/St_Johns.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/St_Kitts.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/St_Lucia.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/St_Thomas.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/St_Vincent.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Swift_Current.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Tegucigalpa.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Thule.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Thunder_Bay.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Tijuana.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Toronto.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Tortola.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Vancouver.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Whitehorse.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Winnipeg.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Yakutat.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Yellowknife.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/Casey.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/Davis.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/DumontDUrville.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/Macquarie.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/Mawson.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/McMurdo.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/Palmer.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/Rothera.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/South_Pole.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/Syowa.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/Troll.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/Vostok.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Arctic/Longyearbyen.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Aden.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Almaty.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Amman.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Anadyr.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Aqtau.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Aqtobe.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Ashgabat.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Baghdad.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Bahrain.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Baku.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Bangkok.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Beirut.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Bishkek.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Brunei.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Chita.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Choibalsan.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Chongqing.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Colombo.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Damascus.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Dhaka.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Dili.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Dubai.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Dushanbe.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Gaza.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Harbin.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Hebron.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Ho_Chi_Minh.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Hong_Kong.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Hovd.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Irkutsk.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Istanbul.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Jakarta.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Jayapura.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Jerusalem.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Kabul.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Kamchatka.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Karachi.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Kashgar.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Kathmandu.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Khandyga.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Kolkata.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Krasnoyarsk.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Kuala_Lumpur.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Kuching.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Kuwait.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Macau.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Magadan.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Makassar.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Manila.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Muscat.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Nicosia.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Novokuznetsk.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Novosibirsk.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Omsk.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Oral.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Phnom_Penh.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Pontianak.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Pyongyang.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Qatar.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Qyzylorda.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Rangoon.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Riyadh.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Sakhalin.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Samarkand.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Seoul.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Shanghai.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Singapore.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Srednekolymsk.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Taipei.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Tashkent.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Tbilisi.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Tehran.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Thimphu.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Tokyo.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Ulaanbaatar.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Urumqi.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Ust-Nera.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Vientiane.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Vladivostok.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Yakutsk.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Yekaterinburg.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Yerevan.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/Azores.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/Bermuda.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/Canary.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/Cape_Verde.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/Faroe.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/Madeira.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/Reykjavik.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/South_Georgia.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/St_Helena.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/Stanley.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Adelaide.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Brisbane.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Broken_Hill.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Currie.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Darwin.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Eucla.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Hobart.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Lindeman.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Lord_Howe.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Melbourne.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Perth.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Sydney.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Amsterdam.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Andorra.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Athens.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Belgrade.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Berlin.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Bratislava.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Brussels.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Bucharest.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Budapest.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Busingen.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Chisinau.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Copenhagen.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Dublin.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Gibraltar.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Guernsey.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Helsinki.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Isle_of_Man.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Istanbul.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Jersey.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Kaliningrad.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Kiev.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Lisbon.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Ljubljana.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/London.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Luxembourg.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Madrid.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Malta.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Mariehamn.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Minsk.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Monaco.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Moscow.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Nicosia.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Oslo.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Paris.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Podgorica.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Prague.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Riga.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Rome.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Samara.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/San_Marino.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Sarajevo.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Simferopol.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Skopje.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Sofia.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Stockholm.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Tallinn.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Tirane.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Uzhgorod.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Vaduz.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Vatican.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Vienna.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Vilnius.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Volgograd.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Warsaw.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Zagreb.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Zaporozhye.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Zurich.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Antananarivo.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Chagos.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Christmas.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Cocos.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Comoro.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Kerguelen.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Mahe.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Maldives.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Mauritius.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Mayotte.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Reunion.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Apia.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Auckland.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Bougainville.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Chatham.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Chuuk.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Easter.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Efate.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Enderbury.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Fakaofo.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Fiji.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Funafuti.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Galapagos.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Gambier.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Guadalcanal.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Guam.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Honolulu.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Johnston.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Kiritimati.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Kosrae.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Kwajalein.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Majuro.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Marquesas.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Midway.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Nauru.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Niue.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Norfolk.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Noumea.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Pago_Pago.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Palau.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Pitcairn.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Pohnpei.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Ponape.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Port_Moresby.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Rarotonga.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Saipan.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Tahiti.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Tarawa.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Tongatapu.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Truk.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Wake.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Wallis.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/UPDATING +GNUstep/Local/Library/Libraries/sogo/libGDLContentStore.so +GNUstep/Local/Library/Libraries/sogo/libGDLContentStore.so.4.9 +GNUstep/Local/Library/Libraries/sogo/libGDLContentStore.so.4.9.0 +GNUstep/Local/Library/Libraries/sogo/libNGCards.so +GNUstep/Local/Library/Libraries/sogo/libNGCards.so.4.9 +GNUstep/Local/Library/Libraries/sogo/libNGCards.so.4.9.0 +GNUstep/Local/Library/Libraries/sogo/libSOGo.so +GNUstep/Local/Library/Libraries/sogo/libSOGo.so.2 +GNUstep/Local/Library/Libraries/sogo/libSOGo.so.%%VERSION%% +GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so +GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so.2.3 +GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so.2.3.0 +GNUstep/Local/Library/OCSTypeModels/appointment-oracle.ocs +GNUstep/Local/Library/OCSTypeModels/appointment.ocs +GNUstep/Local/Library/OCSTypeModels/contact-oracle.ocs +GNUstep/Local/Library/OCSTypeModels/contact.ocs +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/AdministrationUI +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Arabic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Basque.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Catalan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Czech.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Danish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Dutch.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/English.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Finnish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/French.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/German.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Hungarian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Info-gnustep.plist +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Polish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Russian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Slovak.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Slovenian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/UIxAdministration.toolbar +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Welsh.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/product.plist +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/stamp.make +GNUstep/Local/Library/SOGo/Appointments.SOGo/Appointments +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Arabic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Basque.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Catalan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Czech.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Danish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Dutch.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/English.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Finnish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/French.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/German.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Hungarian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Icelandic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Info-gnustep.plist +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/MSExchangeFreeBusySOAPRequest.wo/MSExchangeFreeBusySOAPRequest.html +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/MSExchangeFreeBusySOAPRequest.wo/MSExchangeFreeBusySOAPRequest.wod +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/MSExchangeFreeBusySOAPResponseMap.plist +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Polish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Russian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Slovak.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Slovenian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/SpanishSpain.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Ukrainian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Welsh.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/product.plist +GNUstep/Local/Library/SOGo/Appointments.SOGo/bundle-info.plist +GNUstep/Local/Library/SOGo/CommonUI.SOGo/CommonUI +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Arabic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Basque.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Catalan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Czech.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Danish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Dutch.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/English.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Finnish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/French.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/German.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Hungarian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Icelandic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Info-gnustep.plist +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Polish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Russian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Slovak.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Slovenian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Welsh.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/product.plist +GNUstep/Local/Library/SOGo/CommonUI.SOGo/bundle-info.plist +GNUstep/Local/Library/SOGo/CommonUI.SOGo/stamp.make +GNUstep/Local/Library/SOGo/Contacts.SOGo/Contacts +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Arabic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Basque.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Catalan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Czech.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Danish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Dutch.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/English.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Finnish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/French.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/German.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Hungarian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Icelandic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Info-gnustep.plist +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Polish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Russian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Slovak.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Slovenian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/SpanishSpain.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Ukrainian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Welsh.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/product.plist +GNUstep/Local/Library/SOGo/Contacts.SOGo/stamp.make +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/ContactsUI +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Arabic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Basque.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Catalan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Czech.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Danish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Dutch.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/English.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Finnish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/French.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/German.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Hungarian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Icelandic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Info-gnustep.plist +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Polish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Russian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/SOGoContactFolder.toolbar +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Slovak.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Slovenian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Welsh.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/product.plist +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/bundle-info.plist +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/stamp.make +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/MailPartViewers +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Arabic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Basque.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Catalan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Czech.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Danish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Dutch.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/English.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Finnish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/French.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/German.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Hungarian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Icelandic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Info-gnustep.plist +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Polish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Russian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Slovak.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Slovenian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/SpanishSpain.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Ukrainian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Welsh.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/product.plist +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/stamp.make +GNUstep/Local/Library/SOGo/Mailer.SOGo/Mailer +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Arabic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Basque.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Czech.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Danish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Dutch.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/English.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Finnish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/French.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/German.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Hungarian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Icelandic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Info-gnustep.plist +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Polish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Russian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Slovenian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailArabicForward.wo/SOGoMailArabicForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailArabicForward.wo/SOGoMailArabicForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailArabicReply.wo/SOGoMailArabicReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailArabicReply.wo/SOGoMailArabicReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailBrazilianPortugueseForward.wo/SOGoMailBrazilianPortugueseForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailBrazilianPortugueseForward.wo/SOGoMailBrazilianPortugueseForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailBrazilianPortugueseReply.wo/SOGoMailBrazilianPortugueseReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailBrazilianPortugueseReply.wo/SOGoMailBrazilianPortugueseReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCatalanForward.wo/SOGoMailCatalanForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCatalanForward.wo/SOGoMailCatalanForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCatalanReply.wo/SOGoMailCatalanReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCatalanReply.wo/SOGoMailCatalanReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailChineseTaiwanForward.wo/SOGoMailChineseTaiwanForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailChineseTaiwanForward.wo/SOGoMailChineseTaiwanForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailChineseTaiwanReply.wo/SOGoMailChineseTaiwanReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailChineseTaiwanReply.wo/SOGoMailChineseTaiwanReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCzechForward.wo/SOGoMailCzechForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCzechForward.wo/SOGoMailCzechForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCzechReply.wo/SOGoMailCzechReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCzechReply.wo/SOGoMailCzechReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailDanishForward.wo/SOGoMailDanishForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailDanishForward.wo/SOGoMailDanishForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailDanishReply.wo/SOGoMailDanishReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailDanishReply.wo/SOGoMailDanishReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailDutchForward.wo/SOGoMailDutchForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailDutchForward.wo/SOGoMailDutchForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailDutchReply.wo/SOGoMailDutchReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailDutchReply.wo/SOGoMailDutchReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailEnglishForward.wo/SOGoMailEnglishForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailEnglishForward.wo/SOGoMailEnglishForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailEnglishReply.wo/SOGoMailEnglishReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailEnglishReply.wo/SOGoMailEnglishReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailFinnishForward.wo/SOGoMailFinnishForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailFinnishForward.wo/SOGoMailFinnishForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailFinnishReply.wo/SOGoMailFinnishReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailFinnishReply.wo/SOGoMailFinnishReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailFrenchForward.wo/SOGoMailFrenchForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailFrenchForward.wo/SOGoMailFrenchForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailFrenchReply.wo/SOGoMailFrenchReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailFrenchReply.wo/SOGoMailFrenchReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailGermanForward.wo/SOGoMailGermanForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailGermanForward.wo/SOGoMailGermanForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailGermanReply.wo/SOGoMailGermanReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailGermanReply.wo/SOGoMailGermanReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailHungarianForward.wo/SOGoMailHungarianForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailHungarianForward.wo/SOGoMailHungarianForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailHungarianReply.wo/SOGoMailHungarianReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailHungarianReply.wo/SOGoMailHungarianReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailIcelandicForward.wo/SOGoMailIcelandicForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailIcelandicForward.wo/SOGoMailIcelandicForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailIcelandicReply.wo/SOGoMailIcelandicReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailIcelandicReply.wo/SOGoMailIcelandicReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailItalianForward.wo/SOGoMailItalianForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailItalianForward.wo/SOGoMailItalianForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailItalianReply.wo/SOGoMailItalianReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailItalianReply.wo/SOGoMailItalianReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianBokmalForward.wo/SOGoMailNorwegianBokmalForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianBokmalForward.wo/SOGoMailNorwegianBokmalForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianBokmalReply.wo/SOGoMailNorwegianBokmalReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianBokmalReply.wo/SOGoMailNorwegianBokmalReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianNynorskForward.wo/SOGoMailNorwegianNynorskForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianNynorskForward.wo/SOGoMailNorwegianNynorskForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianNynorskReply.wo/SOGoMailNorwegianNynorskReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianNynorskReply.wo/SOGoMailNorwegianNynorskReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailPolishForward.wo/SOGoMailPolishForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailPolishForward.wo/SOGoMailPolishForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailPolishReply.wo/SOGoMailPolishReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailPolishReply.wo/SOGoMailPolishReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailRussianForward.wo/SOGoMailRussianForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailRussianForward.wo/SOGoMailRussianForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailRussianReply.wo/SOGoMailRussianReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailRussianReply.wo/SOGoMailRussianReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSlovakForward.wo/SOGoMailSlovakForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSlovakForward.wo/SOGoMailSlovakForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSlovakReply.wo/SOGoMailSlovakReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSlovakReply.wo/SOGoMailSlovakReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSlovenianForward.wo/SOGoMailSlovenianForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSlovenianForward.wo/SOGoMailSlovenianForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSlovenianReply.wo/SOGoMailSlovenianReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSlovenianReply.wo/SOGoMailSlovenianReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishArgentinaForward.wo/SOGoMailSpanishArgentinaForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishArgentinaForward.wo/SOGoMailSpanishArgentinaForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishArgentinaReply.wo/SOGoMailSpanishArgentinaReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishArgentinaReply.wo/SOGoMailSpanishArgentinaReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishSpainForward.wo/SOGoMailSpanishSpainForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishSpainForward.wo/SOGoMailSpanishSpainForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishSpainReply.wo/SOGoMailSpanishSpainReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishSpainReply.wo/SOGoMailSpanishSpainReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSwedishForward.wo/SOGoMailSwedishForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSwedishForward.wo/SOGoMailSwedishForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSwedishReply.wo/SOGoMailSwedishReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSwedishReply.wo/SOGoMailSwedishReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailUkrainianForward.wo/SOGoMailUkrainianForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailUkrainianForward.wo/SOGoMailUkrainianForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailUkrainianReply.wo/SOGoMailUkrainianReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailUkrainianReply.wo/SOGoMailUkrainianReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailWelshForward.wo/SOGoMailWelshForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailWelshForward.wo/SOGoMailWelshForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailWelshReply.wo/SOGoMailWelshReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailWelshReply.wo/SOGoMailWelshReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SpanishSpain.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Ukrainian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Welsh.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/product.plist +GNUstep/Local/Library/SOGo/Mailer.SOGo/bundle-info.plist +GNUstep/Local/Library/SOGo/MailerUI.SOGo/MailerUI +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Arabic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Basque.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Catalan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Czech.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Danish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Dutch.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/English.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Finnish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/French.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/German.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Hungarian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Icelandic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Info-gnustep.plist +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Polish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Russian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/SOGoDraftObject.toolbar +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/SOGoMailFolder.toolbar +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/SOGoMailObject.toolbar +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Slovak.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Slovenian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Welsh.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/product.plist +GNUstep/Local/Library/SOGo/MailerUI.SOGo/bundle-info.plist +GNUstep/Local/Library/SOGo/MailerUI.SOGo/stamp.make +GNUstep/Local/Library/SOGo/MainUI.SOGo/MainUI +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Arabic.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Arabic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Basque.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Basque.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/BrazilianPortuguese.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Catalan.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Catalan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/ChineseTaiwan.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Czech.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Czech.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Danish.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Danish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Dutch.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Dutch.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/English.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/English.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Finnish.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Finnish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/French.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/French.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/German.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/German.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Hungarian.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Hungarian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Icelandic.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Icelandic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Info-gnustep.plist +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Italian.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/NorwegianBokmal.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/NorwegianNynorsk.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/OCSFolderInfo-oracle.sql +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/OCSFolderInfo.sql +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Polish.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Polish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Russian.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Russian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/SOGoProfile-oracle.sql +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/SOGoProfile.sql +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Slovak.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Slovak.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Slovenian.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Slovenian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/SpanishArgentina.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/SpanishSpain.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Swedish.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Ukrainian.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Welsh.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Welsh.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/product.plist +GNUstep/Local/Library/SOGo/MainUI.SOGo/stamp.make +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/PreferencesUI +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Arabic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Basque.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Catalan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Czech.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Danish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Dutch.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/English.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Finnish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/French.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/German.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Hungarian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Icelandic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Info-gnustep.plist +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Polish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Russian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Slovak.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Slovenian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/UIxPreferences.toolbar +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Welsh.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/product.plist +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/stamp.make +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Arabic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Basque.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Catalan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Czech.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Danish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Dutch.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/English.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Finnish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/French.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/German.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Hungarian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Icelandic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Info-gnustep.plist +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Polish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Russian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/SOGoAppointmentFolders.toolbar +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/SOGoAppointmentObject.toolbar +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/SOGoComponentClose.toolbar +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/SOGoEmpty.toolbar +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/SOGoTaskObject.toolbar +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Slovak.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Slovenian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Welsh.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/cycles.plist +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/product.plist +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/SchedulerUI +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/bundle-info.plist +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/stamp.make +GNUstep/Local/Library/SOGo/Templates/AdministrationUI/UIxAdministration.wox +GNUstep/Local/Library/SOGo/Templates/AdministrationUI/UIxAdministrationFilterPanel.wox +GNUstep/Local/Library/SOGo/Templates/Appointments/SOGoAptMailDeletion.wox +GNUstep/Local/Library/SOGo/Templates/Appointments/SOGoAptMailICalReply.wox +GNUstep/Local/Library/SOGo/Templates/Appointments/SOGoAptMailInvitation.wox +GNUstep/Local/Library/SOGo/Templates/Appointments/SOGoAptMailReceipt.wox +GNUstep/Local/Library/SOGo/Templates/Appointments/SOGoAptMailUpdate.wox +GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxContactEditor.wox +GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxContactFolderProperties.wox +GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxContactFoldersView.wox +GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxContactView.wox +GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxContactsFilterPanel.wox +GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxContactsMailerSelection.wox +GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxContactsUserFolders.wox +GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxContactsUserRightsEditor.wox +GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxListEditor.wox +GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxListView.wox +GNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartAlternativeViewer.wox +GNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartExternalHTMLViewer.wox +GNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartHTMLViewer.wox +GNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartICalViewer.wox +GNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartImageViewer.wox +GNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartLinkViewer.wox +GNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartMessageViewer.wox +GNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartMixedViewer.wox +GNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartSignedViewer.wox +GNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartTextViewer.wox +GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailEditor.wox +GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailFilterPanel.wox +GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailFolderMenu.wox +GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailMainFrame.wox +GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailMoveToPopUp.wox +GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailPopupView.wox +GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailSearch.wox +GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailToSelection.wox +GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailUserDelegationEditor.wox +GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailUserRightsEditor.wox +GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailView.wox +GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailWindowCloser.wox +GNUstep/Local/Library/SOGo/Templates/MainUI/SOGoBrowsersPanel.wox +GNUstep/Local/Library/SOGo/Templates/MainUI/SOGoGroupPage.wox +GNUstep/Local/Library/SOGo/Templates/MainUI/SOGoGroupsPage.wox +GNUstep/Local/Library/SOGo/Templates/MainUI/SOGoRootPage.wox +GNUstep/Local/Library/SOGo/Templates/MainUI/SOGoUserHomePage.wox +GNUstep/Local/Library/SOGo/Templates/PreferencesUI/UIxAdditionalPreferences.wox +GNUstep/Local/Library/SOGo/Templates/PreferencesUI/UIxFilterEditor.wox +GNUstep/Local/Library/SOGo/Templates/PreferencesUI/UIxPreferences.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLArabicAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLArabicModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLArabicRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLBasqueAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLBasqueModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLBasqueRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLBrazilianPortugueseAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLBrazilianPortugueseModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLBrazilianPortugueseRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLCatalanAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLCatalanModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLCatalanRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLChineseTaiwanAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLChineseTaiwanModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLChineseTaiwanRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLCzechAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLCzechModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLCzechRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLDanishAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLDanishModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLDanishRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLDutchAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLDutchModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLDutchRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLEnglishAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLEnglishModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLEnglishRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLFinnishAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLFinnishModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLFinnishRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLFrenchAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLFrenchModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLFrenchRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLGermanAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLGermanModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLGermanRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLHungarianAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLHungarianModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLHungarianRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLIcelandicAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLIcelandicModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLIcelandicRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLItalianAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLItalianModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLItalianRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLNorwegianBokmalAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLNorwegianBokmalModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLNorwegianBokmalRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLNorwegianNynorskAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLNorwegianNynorskModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLNorwegianNynorskRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLPolishAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLPolishModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLPolishRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLRussianAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLRussianModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLRussianRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLSlovakAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLSlovakModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLSlovakRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLSlovenianAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLSlovenianRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLSolvenianModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLSpanishArgentinaAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLSpanishArgentinaModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLSpanishArgentinaRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLSpanishSpainAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLSpanishSpainModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLSpanishSpainRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLSwedishAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLSwedishModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLSwedishRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLUkrainianAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLUkrainianModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLUkrainianRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderArabicAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderArabicRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderBasqueAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderBasqueRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderBrazilianPortugueseAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderBrazilianPortugueseRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderCatalanAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderCatalanRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderChineseTaiwanAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderChineseTaiwanRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderCzechAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderCzechRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderDanishAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderDanishRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderDutchAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderDutchRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderEnglishAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderEnglishRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderFinnishAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderFinnishRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderFrenchAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderFrenchRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderGermanAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderGermanRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderHungarianAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderHungarianRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderIcelandicAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderIcelandicRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderItalianAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderItalianRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderNorwegianBokmalAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderNorwegianBokmalRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderNorwegianNynorskAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderNorwegianNynorskRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderPolishAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderPolishRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderRussianAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderRussianRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderSlovakAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderSlovakRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderSlovenianAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderSlovenianRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderSpanishArgentinaAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderSpanishArgentinaRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderSpanishSpainAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderSpanishSpainRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderSwedishAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderSwedishRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderUkrainianAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderUkrainianRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxAppointmentEditor.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxAttendeesEditor.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalDateSelector.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalDayTable.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalDayView.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalFilterPanel.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalMainView.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalMonthView.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalMulticolumnDayView.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalUserRightsEditor.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalViewPrint.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalWeekView.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalendarProperties.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalendarSelector.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxColorPicker.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxComponentEditor.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxDatePicker.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxFilterList.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxFreeBusyUserSelector.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxOccurenceDialog.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxRecurrenceEditor.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxReminderEditor.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxSortButton.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxTaskEditor.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxTimeDateControl.wox +GNUstep/Local/Library/SOGo/Templates/UIxAclEditor.wox +GNUstep/Local/Library/SOGo/Templates/UIxJSClose.wox +GNUstep/Local/Library/SOGo/Templates/UIxLoading.wox +GNUstep/Local/Library/SOGo/Templates/UIxModuleAccessDenied.wox +GNUstep/Local/Library/SOGo/Templates/UIxPageFrame.wox +GNUstep/Local/Library/SOGo/Templates/UIxSortableTableHeader.wox +GNUstep/Local/Library/SOGo/Templates/UIxToolbar.wox +GNUstep/Local/Library/SOGo/Templates/UIxUserRightsEditor.wox +GNUstep/Local/Library/SOGo/Templates/UIxWinClose.wox +GNUstep/Local/Library/SOGo/WebServerResources/AdministrationUI.css +GNUstep/Local/Library/SOGo/WebServerResources/AdministrationUI.js +GNUstep/Local/Library/SOGo/WebServerResources/COPYING-thunderbird.txt +GNUstep/Local/Library/SOGo/WebServerResources/ContactsUI.css +GNUstep/Local/Library/SOGo/WebServerResources/ContactsUI.js +GNUstep/Local/Library/SOGo/WebServerResources/HTMLElement.js +GNUstep/Local/Library/SOGo/WebServerResources/HTMLInputElement.js +GNUstep/Local/Library/SOGo/WebServerResources/HTMLTableElement.js +GNUstep/Local/Library/SOGo/WebServerResources/JavascriptAPIExtensions.js +GNUstep/Local/Library/SOGo/WebServerResources/LICENSE-thunderbird.txt +GNUstep/Local/Library/SOGo/WebServerResources/MailerUI.css +GNUstep/Local/Library/SOGo/WebServerResources/MailerUI.js +GNUstep/Local/Library/SOGo/WebServerResources/MailerUIdTree.js +GNUstep/Local/Library/SOGo/WebServerResources/PasswordPolicy.js +GNUstep/Local/Library/SOGo/WebServerResources/RowEditionController.js +GNUstep/Local/Library/SOGo/WebServerResources/SOGoAutoCompletion.js +GNUstep/Local/Library/SOGo/WebServerResources/SOGoDataTable.js +GNUstep/Local/Library/SOGo/WebServerResources/SOGoDragHandles.js +GNUstep/Local/Library/SOGo/WebServerResources/SOGoMailDataSource.js +GNUstep/Local/Library/SOGo/WebServerResources/SOGoResizableTable.js +GNUstep/Local/Library/SOGo/WebServerResources/SOGoRootPage.css +GNUstep/Local/Library/SOGo/WebServerResources/SOGoRootPage.js +GNUstep/Local/Library/SOGo/WebServerResources/SOGoTabsController.js +GNUstep/Local/Library/SOGo/WebServerResources/SOGoTimePicker.css +GNUstep/Local/Library/SOGo/WebServerResources/SOGoTimePicker.js +GNUstep/Local/Library/SOGo/WebServerResources/SchedulerUI.css +GNUstep/Local/Library/SOGo/WebServerResources/SchedulerUI.js +GNUstep/Local/Library/SOGo/WebServerResources/SchedulerUIDnD.js +GNUstep/Local/Library/SOGo/WebServerResources/Search-bar.png +GNUstep/Local/Library/SOGo/WebServerResources/UIxAclEditor.css +GNUstep/Local/Library/SOGo/WebServerResources/UIxAclEditor.js +GNUstep/Local/Library/SOGo/WebServerResources/UIxAppointmentEditor.css +GNUstep/Local/Library/SOGo/WebServerResources/UIxAppointmentEditor.js +GNUstep/Local/Library/SOGo/WebServerResources/UIxAttendeesEditor.css +GNUstep/Local/Library/SOGo/WebServerResources/UIxAttendeesEditor.js +GNUstep/Local/Library/SOGo/WebServerResources/UIxCalUserRightsEditor.css +GNUstep/Local/Library/SOGo/WebServerResources/UIxCalUserRightsEditor.js +GNUstep/Local/Library/SOGo/WebServerResources/UIxCalViewPrint.css +GNUstep/Local/Library/SOGo/WebServerResources/UIxCalViewPrint.js +GNUstep/Local/Library/SOGo/WebServerResources/UIxCalendarProperties.css +GNUstep/Local/Library/SOGo/WebServerResources/UIxCalendarProperties.js +GNUstep/Local/Library/SOGo/WebServerResources/UIxColorPicker.js +GNUstep/Local/Library/SOGo/WebServerResources/UIxComponentEditor.css +GNUstep/Local/Library/SOGo/WebServerResources/UIxComponentEditor.js +GNUstep/Local/Library/SOGo/WebServerResources/UIxContactEditor.css +GNUstep/Local/Library/SOGo/WebServerResources/UIxContactEditor.js +GNUstep/Local/Library/SOGo/WebServerResources/UIxContactFolderProperties.css +GNUstep/Local/Library/SOGo/WebServerResources/UIxContactFolderProperties.js +GNUstep/Local/Library/SOGo/WebServerResources/UIxContactsUserFolders.css +GNUstep/Local/Library/SOGo/WebServerResources/UIxContactsUserFolders.js +GNUstep/Local/Library/SOGo/WebServerResources/UIxContactsUserRightsEditor.css +GNUstep/Local/Library/SOGo/WebServerResources/UIxContactsUserRightsEditor.js +GNUstep/Local/Library/SOGo/WebServerResources/UIxFilterEditor.css +GNUstep/Local/Library/SOGo/WebServerResources/UIxFilterEditor.js +GNUstep/Local/Library/SOGo/WebServerResources/UIxListEditor.css +GNUstep/Local/Library/SOGo/WebServerResources/UIxListEditor.js +GNUstep/Local/Library/SOGo/WebServerResources/UIxMailEditor.css +GNUstep/Local/Library/SOGo/WebServerResources/UIxMailEditor.js +GNUstep/Local/Library/SOGo/WebServerResources/UIxMailPartExternalHTMLViewer.css +GNUstep/Local/Library/SOGo/WebServerResources/UIxMailPopupView.js +GNUstep/Local/Library/SOGo/WebServerResources/UIxMailSearch.css +GNUstep/Local/Library/SOGo/WebServerResources/UIxMailSearch.js +GNUstep/Local/Library/SOGo/WebServerResources/UIxMailToSelection.js +GNUstep/Local/Library/SOGo/WebServerResources/UIxMailUserDelegationEditor.css +GNUstep/Local/Library/SOGo/WebServerResources/UIxMailUserDelegationEditor.js +GNUstep/Local/Library/SOGo/WebServerResources/UIxMailUserRightsEditor.css +GNUstep/Local/Library/SOGo/WebServerResources/UIxMailUserRightsEditor.js +GNUstep/Local/Library/SOGo/WebServerResources/UIxMailView.js +GNUstep/Local/Library/SOGo/WebServerResources/UIxOccurenceDialog.css +GNUstep/Local/Library/SOGo/WebServerResources/UIxOccurenceDialog.js +GNUstep/Local/Library/SOGo/WebServerResources/UIxPreferences.css +GNUstep/Local/Library/SOGo/WebServerResources/UIxPreferences.js +GNUstep/Local/Library/SOGo/WebServerResources/UIxRecurrenceEditor.css +GNUstep/Local/Library/SOGo/WebServerResources/UIxRecurrenceEditor.js +GNUstep/Local/Library/SOGo/WebServerResources/UIxReminderEditor.css +GNUstep/Local/Library/SOGo/WebServerResources/UIxReminderEditor.js +GNUstep/Local/Library/SOGo/WebServerResources/UIxTaskEditor.css +GNUstep/Local/Library/SOGo/WebServerResources/UIxTaskEditor.js +GNUstep/Local/Library/SOGo/WebServerResources/XMLHttpRequest.js +GNUstep/Local/Library/SOGo/WebServerResources/abcard-anonymous.png +GNUstep/Local/Library/SOGo/WebServerResources/abcard-anyone.png +GNUstep/Local/Library/SOGo/WebServerResources/abcard.png +GNUstep/Local/Library/SOGo/WebServerResources/ablist.png +GNUstep/Local/Library/SOGo/WebServerResources/account-settings.png +GNUstep/Local/Library/SOGo/WebServerResources/add-addressbook.png +GNUstep/Local/Library/SOGo/WebServerResources/add-calendar.png +GNUstep/Local/Library/SOGo/WebServerResources/add-contact.gif +GNUstep/Local/Library/SOGo/WebServerResources/add-icon.png +GNUstep/Local/Library/SOGo/WebServerResources/add-user-addressbook.png +GNUstep/Local/Library/SOGo/WebServerResources/add-user-calendar.png +GNUstep/Local/Library/SOGo/WebServerResources/add-web-calendar.png +GNUstep/Local/Library/SOGo/WebServerResources/addrbook.png +GNUstep/Local/Library/SOGo/WebServerResources/alarm.png +GNUstep/Local/Library/SOGo/WebServerResources/arrow-down.png +GNUstep/Local/Library/SOGo/WebServerResources/arrow-dwn-sharp.gif +GNUstep/Local/Library/SOGo/WebServerResources/arrow-left.png +GNUstep/Local/Library/SOGo/WebServerResources/arrow-right.png +GNUstep/Local/Library/SOGo/WebServerResources/arrow-up.png +GNUstep/Local/Library/SOGo/WebServerResources/attachment.gif +GNUstep/Local/Library/SOGo/WebServerResources/attachment.png +GNUstep/Local/Library/SOGo/WebServerResources/attendee-partstats.png +GNUstep/Local/Library/SOGo/WebServerResources/attendee-roles.png +GNUstep/Local/Library/SOGo/WebServerResources/browser_chrome.gif +GNUstep/Local/Library/SOGo/WebServerResources/browser_firefox.gif +GNUstep/Local/Library/SOGo/WebServerResources/browser_ie.gif +GNUstep/Local/Library/SOGo/WebServerResources/browser_safari.gif +GNUstep/Local/Library/SOGo/WebServerResources/btn_a_bg.png +GNUstep/Local/Library/SOGo/WebServerResources/btn_span_bg.png +GNUstep/Local/Library/SOGo/WebServerResources/busy.gif +GNUstep/Local/Library/SOGo/WebServerResources/calendar-folder-16x16.png +GNUstep/Local/Library/SOGo/WebServerResources/calendar-reload.png +GNUstep/Local/Library/SOGo/WebServerResources/choose-date.png +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/build-config.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/ckeditor.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/config.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/contents.css +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/ar.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/ca.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/cs.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/cy.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/da.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/de.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/en.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/es.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/eu.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/fi.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/fr.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/hu.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/is.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/it.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/nb.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/nl.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/no.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/pl.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/pt-br.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/ru.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/sk.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/sl.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/sv.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/uk.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/zh.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/zh-cn.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/LICENSE.md +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/about/dialogs/about.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/about/dialogs/logo_ckeditor.png +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/clipboard/dialogs/paste.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/colordialog/dialogs/colordialog.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/dialog/dialogDefinition.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/div/dialogs/div.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/icons.png +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/icons_hidpi.png +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/image/dialogs/image.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/image/images/noimage.png +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/link/dialogs/anchor.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/link/dialogs/link.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/link/images/anchor.png +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/link/images/hidpi/anchor.png +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/scayt/LICENSE.md +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/scayt/dialogs/options.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/scayt/dialogs/toolbar.css +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/table/dialogs/table.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/tabletools/dialogs/tableCell.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/wsc/LICENSE.md +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/wsc/dialogs/ciframe.html +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/wsc/dialogs/wsc.css +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/wsc/dialogs/wsc.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/wsc/dialogs/wsc_ie.js +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/dialog.css +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/dialog_ie.css +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/dialog_ie7.css +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/dialog_ie8.css +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/dialog_iequirks.css +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/editor.css +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/editor_gecko.css +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/editor_ie.css +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/editor_ie7.css +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/editor_ie8.css +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/editor_iequirks.css +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/icons.png +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/icons_hidpi.png +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/images/arrow.png +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/images/close.png +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/images/hidpi/close.png +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/images/hidpi/lock-open.png +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/images/hidpi/lock.png +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/images/hidpi/refresh.png +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/images/lock-open.png +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/images/lock.png +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/images/refresh.png +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/images/spinner.gif +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/readme.md +GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/styles.js +GNUstep/Local/Library/SOGo/WebServerResources/collapse.png +GNUstep/Local/Library/SOGo/WebServerResources/confidential.png +GNUstep/Local/Library/SOGo/WebServerResources/create-account.png +GNUstep/Local/Library/SOGo/WebServerResources/datepicker.css +GNUstep/Local/Library/SOGo/WebServerResources/datepicker.js +GNUstep/Local/Library/SOGo/WebServerResources/day-view-multicolumn.png +GNUstep/Local/Library/SOGo/WebServerResources/day-view.png +GNUstep/Local/Library/SOGo/WebServerResources/dialog-left.png +GNUstep/Local/Library/SOGo/WebServerResources/dialog-right.png +GNUstep/Local/Library/SOGo/WebServerResources/dialog-top.png +GNUstep/Local/Library/SOGo/WebServerResources/dot.png +GNUstep/Local/Library/SOGo/WebServerResources/down-icon.png +GNUstep/Local/Library/SOGo/WebServerResources/dragdot.png +GNUstep/Local/Library/SOGo/WebServerResources/dtree.css +GNUstep/Local/Library/SOGo/WebServerResources/dtree.js +GNUstep/Local/Library/SOGo/WebServerResources/edit.png +GNUstep/Local/Library/SOGo/WebServerResources/empty.gif +GNUstep/Local/Library/SOGo/WebServerResources/error.png +GNUstep/Local/Library/SOGo/WebServerResources/event-gradient.png +GNUstep/Local/Library/SOGo/WebServerResources/event-grippy-bottom.png +GNUstep/Local/Library/SOGo/WebServerResources/event-grippy-top.png +GNUstep/Local/Library/SOGo/WebServerResources/event-grippy-vertical.png +GNUstep/Local/Library/SOGo/WebServerResources/event7.png +GNUstep/Local/Library/SOGo/WebServerResources/first.gif +GNUstep/Local/Library/SOGo/WebServerResources/flag-col.png +GNUstep/Local/Library/SOGo/WebServerResources/flag.png +GNUstep/Local/Library/SOGo/WebServerResources/generic.css +GNUstep/Local/Library/SOGo/WebServerResources/generic.js +GNUstep/Local/Library/SOGo/WebServerResources/goto-today.png +GNUstep/Local/Library/SOGo/WebServerResources/green_corner.gif +GNUstep/Local/Library/SOGo/WebServerResources/icon-deleted.png +GNUstep/Local/Library/SOGo/WebServerResources/icon-forwarded-replied.png +GNUstep/Local/Library/SOGo/WebServerResources/icon-forwarded.png +GNUstep/Local/Library/SOGo/WebServerResources/icon-new.png +GNUstep/Local/Library/SOGo/WebServerResources/icon-replied.png +GNUstep/Local/Library/SOGo/WebServerResources/iefixes.css +GNUstep/Local/Library/SOGo/WebServerResources/important.png +GNUstep/Local/Library/SOGo/WebServerResources/input_bg.gif +GNUstep/Local/Library/SOGo/WebServerResources/inverse.png +GNUstep/Local/Library/SOGo/WebServerResources/jquery-ui.js +GNUstep/Local/Library/SOGo/WebServerResources/jquery.fileupload.css +GNUstep/Local/Library/SOGo/WebServerResources/jquery.fileupload.js +GNUstep/Local/Library/SOGo/WebServerResources/jquery.iframe-transport.js +GNUstep/Local/Library/SOGo/WebServerResources/jquery.js +GNUstep/Local/Library/SOGo/WebServerResources/js_color_picker_v2.js +GNUstep/Local/Library/SOGo/WebServerResources/last.gif +GNUstep/Local/Library/SOGo/WebServerResources/layout2or3_xlib.js +GNUstep/Local/Library/SOGo/WebServerResources/layout2or3_xlib.txt +GNUstep/Local/Library/SOGo/WebServerResources/lori_32x32.png +GNUstep/Local/Library/SOGo/WebServerResources/manage-filters.png +GNUstep/Local/Library/SOGo/WebServerResources/manage-imap.png +GNUstep/Local/Library/SOGo/WebServerResources/menu-check-hover.gif +GNUstep/Local/Library/SOGo/WebServerResources/menu-check.gif +GNUstep/Local/Library/SOGo/WebServerResources/menu-nocheck.gif +GNUstep/Local/Library/SOGo/WebServerResources/message-copy.gif +GNUstep/Local/Library/SOGo/WebServerResources/message.gif +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-certificate.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-magicpoint.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-msword.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-ogg.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-pdf.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-postscript.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-rtf.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.lotus-1-2-3.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.ms-excel.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.ms-powerpoint.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.oasis.opendocument.graphics.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.oasis.opendocument.image.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.oasis.opendocument.presentation.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.oasis.opendocument.spreadsheet.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.oasis.opendocument.text-web.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.oasis.opendocument.text.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.rn-realmedia-secure.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.rn-realmedia-vbr.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.rn-realmedia.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.stardivision.calc.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.stardivision.impress.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.stardivision.writer.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.sun.xml.calc.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.sun.xml.draw.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.sun.xml.impress.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.sun.xml.writer.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-wordperfect.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-7z-compressed.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-abiword.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-applix-spreadsheet.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-applix-word.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-archive.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-arj.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-bzip-compressed-tar.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-bzip.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-cd-image.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-compress.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-compressed-tar.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-cpio-compressed.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-cpio.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-deb.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-dvi.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-executable.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-font-afm.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-font-bdf.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-font-linux-psf.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-font-pcf.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-font-sunos-news.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-font-ttf.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-gnumeric.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-gzip.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-gzpostscript.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-jar.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-killustrator.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-kpresenter.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-kspread.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-kword.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-lha.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-lhz.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-lzma-compressed-tar.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-lzma.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-ms-dos-executable.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-perl.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-php.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-python-bytecode.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-rar.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-rpm.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-scribus.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-shellscript.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-shockwave-flash.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-stuffit.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-tar.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-tarz.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-tex.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-xhtml+xml.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-application-zip.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-ascii.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-audio-x-generic.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-audio.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-binary.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-contents2.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-deb.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-document.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-empty.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-exec.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-folder_tar.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-font-x-generic.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-font.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-font_bitmap.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-font_truetype.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-font_type1.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-gnome-fs-executable.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-gnome-fs-regular.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-gnome-package.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-gtk-file.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-html.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-image-pdf.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-image-x-generic.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-image.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-kpresenter_kpr.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-mime_ascii.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-misc.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-package-x-generic.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-package.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-package_editors.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-package_wordprocessing.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-plan.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-rpm.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-shellscript.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-sound.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-spreadsheet.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-stock_addressbook.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-stock_calendar.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-stock_certificate.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-stock_script.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-tar.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-template_source.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-text-html.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-text-plain.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-text-vnd.wap.wml.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-text-x-csh.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-text-x-generic-template.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-text-x-generic.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-text-x-preview.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-text-x-python.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-text-x-script.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-text-x-sh.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-text-x-vcalendar.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-text-x-vcard.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-text-x-zsh.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-text.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-tgz.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-txt.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-txt2.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-unknown.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-vcalendar.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-vcard.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-video-x-generic.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-video.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-wordprocessing.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-www.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-x-font-afm.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-x-office-address-book.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-x-office-calendar.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-x-office-document.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-x-office-drawing.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-x-office-presentation.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-x-office-spreadsheet.png +GNUstep/Local/Library/SOGo/WebServerResources/mime-zip.png +GNUstep/Local/Library/SOGo/WebServerResources/minus.png +GNUstep/Local/Library/SOGo/WebServerResources/month-view.png +GNUstep/Local/Library/SOGo/WebServerResources/new-card.png +GNUstep/Local/Library/SOGo/WebServerResources/new-event.png +GNUstep/Local/Library/SOGo/WebServerResources/new-list.png +GNUstep/Local/Library/SOGo/WebServerResources/new-task.png +GNUstep/Local/Library/SOGo/WebServerResources/next.gif +GNUstep/Local/Library/SOGo/WebServerResources/notice.png +GNUstep/Local/Library/SOGo/WebServerResources/offline-settings.png +GNUstep/Local/Library/SOGo/WebServerResources/options.png +GNUstep/Local/Library/SOGo/WebServerResources/plus.png +GNUstep/Local/Library/SOGo/WebServerResources/previous.gif +GNUstep/Local/Library/SOGo/WebServerResources/private.png +GNUstep/Local/Library/SOGo/WebServerResources/properties.png +GNUstep/Local/Library/SOGo/WebServerResources/prototype.js +GNUstep/Local/Library/SOGo/WebServerResources/quota-level-alert.png +GNUstep/Local/Library/SOGo/WebServerResources/quota-level-ok.png +GNUstep/Local/Library/SOGo/WebServerResources/quota-level-warn.png +GNUstep/Local/Library/SOGo/WebServerResources/quota-level.png +GNUstep/Local/Library/SOGo/WebServerResources/read-messages.png +GNUstep/Local/Library/SOGo/WebServerResources/remote-addrbook.png +GNUstep/Local/Library/SOGo/WebServerResources/remove-addressbook.png +GNUstep/Local/Library/SOGo/WebServerResources/remove-calendar.png +GNUstep/Local/Library/SOGo/WebServerResources/remove-contact.gif +GNUstep/Local/Library/SOGo/WebServerResources/remove-icon.png +GNUstep/Local/Library/SOGo/WebServerResources/search-messages.png +GNUstep/Local/Library/SOGo/WebServerResources/signature-not-ok.png +GNUstep/Local/Library/SOGo/WebServerResources/signature-ok.png +GNUstep/Local/Library/SOGo/WebServerResources/slider_handle.gif +GNUstep/Local/Library/SOGo/WebServerResources/smalltoolbarbtn_a_bg.png +GNUstep/Local/Library/SOGo/WebServerResources/smalltoolbarbtn_span_bg.png +GNUstep/Local/Library/SOGo/WebServerResources/sogo-logo.png +GNUstep/Local/Library/SOGo/WebServerResources/sogo.ico +GNUstep/Local/Library/SOGo/WebServerResources/status.vacation-msg.png +GNUstep/Local/Library/SOGo/WebServerResources/submenu-active.gif +GNUstep/Local/Library/SOGo/WebServerResources/submenu-disabled.gif +GNUstep/Local/Library/SOGo/WebServerResources/submenu.gif +GNUstep/Local/Library/SOGo/WebServerResources/success.png +GNUstep/Local/Library/SOGo/WebServerResources/tab_a_active_bg.png +GNUstep/Local/Library/SOGo/WebServerResources/tab_a_inactive_bg.png +GNUstep/Local/Library/SOGo/WebServerResources/tab_left_active.gif +GNUstep/Local/Library/SOGo/WebServerResources/tab_left_inactive.gif +GNUstep/Local/Library/SOGo/WebServerResources/tab_right_active.gif +GNUstep/Local/Library/SOGo/WebServerResources/tab_right_inactive.gif +GNUstep/Local/Library/SOGo/WebServerResources/tab_span_active_bg.png +GNUstep/Local/Library/SOGo/WebServerResources/tab_span_inactive_bg.png +GNUstep/Local/Library/SOGo/WebServerResources/tablekit-sogo.js +GNUstep/Local/Library/SOGo/WebServerResources/tablekit-trueresize.js +GNUstep/Local/Library/SOGo/WebServerResources/tablekit.js +GNUstep/Local/Library/SOGo/WebServerResources/task.png +GNUstep/Local/Library/SOGo/WebServerResources/tb-ab-properties-flat-24x24.png +GNUstep/Local/Library/SOGo/WebServerResources/tb-compose-attach-flat-24x24.png +GNUstep/Local/Library/SOGo/WebServerResources/tb-compose-contacts-flat-24x24.png +GNUstep/Local/Library/SOGo/WebServerResources/tb-compose-save-flat-24x24.png +GNUstep/Local/Library/SOGo/WebServerResources/tb-compose-security-flat-24x24.png +GNUstep/Local/Library/SOGo/WebServerResources/tb-compose-send-flat-24x24.png +GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-addressbook-flat-16x16.png +GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-addressbook-flat-24x24.png +GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-delete-flat-24x24.png +GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-file-flat-24x24.png +GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-forward-flat-24x24.png +GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-getmail-flat-24x24.png +GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-junk-flat-24x24.png +GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-print-flat-24x24.png +GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-reply-flat-24x24.png +GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-replyall-flat-24x24.png +GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-stop-flat-24x24.png +GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-write-flat-24x24.png +GNUstep/Local/Library/SOGo/WebServerResources/tbtv_account_17x17.png +GNUstep/Local/Library/SOGo/WebServerResources/tbtv_corner_17x22.png +GNUstep/Local/Library/SOGo/WebServerResources/tbtv_corner_minus_17x22.png +GNUstep/Local/Library/SOGo/WebServerResources/tbtv_corner_plus_17x22.png +GNUstep/Local/Library/SOGo/WebServerResources/tbtv_drafts_17x17.png +GNUstep/Local/Library/SOGo/WebServerResources/tbtv_inbox_17x17.png +GNUstep/Local/Library/SOGo/WebServerResources/tbtv_junction_17x22.png +GNUstep/Local/Library/SOGo/WebServerResources/tbtv_leaf_corner_17x17.png +GNUstep/Local/Library/SOGo/WebServerResources/tbtv_line_17x22.png +GNUstep/Local/Library/SOGo/WebServerResources/tbtv_minus_17x22.png +GNUstep/Local/Library/SOGo/WebServerResources/tbtv_plus_17x22.png +GNUstep/Local/Library/SOGo/WebServerResources/tbtv_sent_17x17.png +GNUstep/Local/Library/SOGo/WebServerResources/tbtv_trash_17x17.png +GNUstep/Local/Library/SOGo/WebServerResources/tentative.png +GNUstep/Local/Library/SOGo/WebServerResources/thead_bg.png +GNUstep/Local/Library/SOGo/WebServerResources/title_attachment_14x14.png +GNUstep/Local/Library/SOGo/WebServerResources/title_read_14x14.png +GNUstep/Local/Library/SOGo/WebServerResources/title_sortdown_12x12.png +GNUstep/Local/Library/SOGo/WebServerResources/title_sortup_12x12.png +GNUstep/Local/Library/SOGo/WebServerResources/toolbarbtn_a_bg.png +GNUstep/Local/Library/SOGo/WebServerResources/toolbarbtn_span_bg.png +GNUstep/Local/Library/SOGo/WebServerResources/unread.png +GNUstep/Local/Library/SOGo/WebServerResources/up-icon.png +GNUstep/Local/Library/SOGo/WebServerResources/upload_document.png +GNUstep/Local/Library/SOGo/WebServerResources/warning.png +GNUstep/Local/Library/SOGo/WebServerResources/week-view.png +GNUstep/Local/Library/SOGo/WebServerResources/write-message.png +GNUstep/Local/Library/SOGo/WebServerResources/write.png +GNUstep/Local/Library/SaxDrivers-4.9/versitCardsSaxDriver.sax/Resources/Info-gnustep.plist +GNUstep/Local/Library/SaxDrivers-4.9/versitCardsSaxDriver.sax/Resources/bundle-info.plist +GNUstep/Local/Library/SaxDrivers-4.9/versitCardsSaxDriver.sax/bundle-info.plist +GNUstep/Local/Library/SaxDrivers-4.9/versitCardsSaxDriver.sax/stamp.make +GNUstep/Local/Library/SaxDrivers-4.9/versitCardsSaxDriver.sax/versitCardsSaxDriver +GNUstep/Local/Library/SaxMappings/NGCards.xmap +GNUstep/Local/Library/WOxElemBuilders-4.9/SOGoElements.wox/Resources/Info-gnustep.plist +GNUstep/Local/Library/WOxElemBuilders-4.9/SOGoElements.wox/SOGoElements +GNUstep/Local/Library/WOxElemBuilders-4.9/SOGoElements.wox/bundle-info.plist +GNUstep/Local/Library/WOxElemBuilders-4.9/SOGoElements.wox/stamp.make +GNUstep/Local/Tools/Admin/sogo-ealarms-notify +GNUstep/Local/Tools/Admin/sogo-slapd-sockd +GNUstep/Local/Tools/Admin/sogo-tool +GNUstep/Local/Tools/Admin/sogod +@sample %%ETCDIR%%/sogo.conf.sample +@dir GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/WebServer +@dir GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/WebServer +@owner sogod +@group sogod +@mode 0700 +@dir /var/spool/sogo +@mode 0600 +@sample %%ETCDIR%%/expire-autoreply.creds.sample +@sample %%ETCDIR%%/ealarms-notify.creds.sample +@mode 0755 +@sample GNUstep/Local/Tools/Admin/cron-ealarms-notify.sample +@sample GNUstep/Local/Tools/Admin/cron-expire-autoreply.sample -- cgit