pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
SOGo5, SOPE5: remove, pkgsrc has newer versions now
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Thu Feb 20 16:32:05 2025 +0100
Changeset: 6321dc6c8a02f5993c4d1fb025ddc9f534129478
Modified Files:
Makefile
Removed Files:
SOGo5/DESCR
SOGo5/Makefile
SOGo5/PLIST
SOGo5/TODO
SOGo5/distinfo
SOGo5/files/SOGo.conf
SOGo5/files/sogo-conf.sh
SOGo5/files/sogod.sh
SOGo5/patches/patch-SoObjects_SOGo_pkcs5__pbkdf2.c
SOGo5/patches/patch-aa
SOGo5/patches/patch-general.make
SOPE5/DESCR
SOPE5/Makefile
SOPE5/PLIST
SOPE5/PLIST.SunOS
SOPE5/TODO
SOPE5/buildlink3.mk
SOPE5/distinfo
SOPE5/patches/patch-general.make
SOPE5/patches/patch-sope-core_NGStreams_NGActiveSocket.m
SOPE5/patches/patch-sope-core_NGStreams_NGDescriptorFunctions.m
SOPE5/patches/patch-sope-core_NGStreams_NGLocalSocketAddress.m
SOPE5/patches/patch-sope-core_NGStreams_NGLocalSocketDomain.m
Log Message:
SOGo5, SOPE5: remove, pkgsrc has newer versions now
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6321dc6c8a02f5993c4d1fb025ddc9f534129478
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 2 -
SOGo5/DESCR | 19 -
SOGo5/Makefile | 99 -
SOGo5/PLIST | 2167 --------------------
SOGo5/TODO | 3 -
SOGo5/distinfo | 8 -
SOGo5/files/SOGo.conf | 5 -
SOGo5/files/sogo-conf.sh | 49 -
SOGo5/files/sogod.sh | 44 -
SOGo5/patches/patch-SoObjects_SOGo_pkcs5__pbkdf2.c | 18 -
SOGo5/patches/patch-aa | 13 -
SOGo5/patches/patch-general.make | 15 -
SOPE5/DESCR | 7 -
SOPE5/Makefile | 44 -
SOPE5/PLIST | 460 -----
SOPE5/PLIST.SunOS | 14 -
SOPE5/TODO | 21 -
SOPE5/buildlink3.mk | 12 -
SOPE5/distinfo | 10 -
SOPE5/patches/patch-general.make | 19 -
.../patch-sope-core_NGStreams_NGActiveSocket.m | 17 -
...tch-sope-core_NGStreams_NGDescriptorFunctions.m | 16 -
...atch-sope-core_NGStreams_NGLocalSocketAddress.m | 15 -
...patch-sope-core_NGStreams_NGLocalSocketDomain.m | 15 -
24 files changed, 3092 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index a06a7115a3..1c04cee805 100644
--- a/Makefile
+++ b/Makefile
@@ -98,8 +98,6 @@ SUBDIR+= ReZound
SUBDIR+= RigelEngine
SUBDIR+= SDL2_testgamecontroller
SUBDIR+= SNAP
-SUBDIR+= SOGo5
-SUBDIR+= SOPE5
SUBDIR+= SecLists
SUBDIR+= StepTalk
SUBDIR+= TT2020-ttf-git
diff --git a/SOGo5/DESCR b/SOGo5/DESCR
deleted file mode 100644
index dc5d993a68..0000000000
--- a/SOGo5/DESCR
+++ /dev/null
@@ -1,19 +0,0 @@
-SOGo is fully supported and trusted groupware server with a focus
-on scalability and open standards. SOGo is released under the GNU
-GPL/LGPL v2 and above.
-
-SOGo provides a rich AJAX-based Web interface and supports multiple
-native clients through the use of standard protocols such as CalDAV,
-CardDAV and GroupDAV.
-
-SOGo is the missing component of your infrastructure; it sits in
-the middle of your servers to offer your users an uniform and
-complete interface to access their information. It has been deployed
-in production environments where thousands of users are involved.
-
-This is SOGo 5. (What are the differences between version 2 and 5?
-Version 5 has a modern, fully responsive Web frontend. Version 2 is
-not responsive and has an aging design. Both versions 2 and 5 share a
-common implementation of the communication protocols supported in SOGo
-and SOPE: LDAP, IMAP, SQL, CardDAV, CalDAV, and Microsoft Enterprise
-ActiveSync.)
diff --git a/SOGo5/Makefile b/SOGo5/Makefile
deleted file mode 100644
index ceb6ca3021..0000000000
--- a/SOGo5/Makefile
+++ /dev/null
@@ -1,99 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2020/06/02 08:24:54 adam Exp $
-#
-
-DISTNAME= SOGo-5.5.0
-CATEGORIES= www
-MASTER_SITES= https://packages.inverse.ca/SOGo/sources/
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www.sogo.nu/
-COMMENT= Groupware server supporting CalDAV, CardDAV and GroupDAV
-LICENSE= gnu-gpl-v2
-
-HAS_CONFIGURE= yes
-USE_TOOLS+= bash gmake zip:run pkg-config
-
-CONFIG_SHELL= bash
-CONFIGURE_ARGS= --enable-debug --disable-strip
-MAKE_JOBS_SAFE= no
-
-SOGOUSER?= sogo
-SOGOGROUP?= sogo
-SOGOETCDIR?= ${PKG_SYSCONFDIR}
-SOGORUNDIR?= ${VARBASE}/sogo
-
-INSTALLATION_DIRS+= share/examples/SOGo
-
-CONF_FILES+= share/examples/SOGo/sogo-conf.sh \
- ${PKG_SYSCONFDIR}/sogo-conf.sh
-CONF_FILES+= share/examples/SOGo/SOGo.conf \
- ${PKG_SYSCONFDIR}/SOGo.conf
-OWN_DIRS+= ${SOGOETCDIR}
-OWN_DIRS+= ${SOGORUNDIR}
-OWN_DIRS_PERMS+= ${SOGOETCDIR} ${SOGOUSER} ${SOGOGROUP} 0755
-OWN_DIRS_PERMS+= ${SOGORUNDIR} ${SOGOUSER} ${SOGOGROUP} 0755
-BUILD_DEFS+= VARBASE
-
-PKG_GROUPS+= ${SOGOGROUP}
-PKG_USERS+= ${SOGOUSER}:${SOGOGROUP}
-PKG_HOME.${SOGOUSER}= ${SOGOETCDIR}
-PKG_SHELL.${SOGOUSER}= ${SH}
-PKG_GECOS.${SOGOUSER}= SOGo daemon user
-
-PKG_SYSCONFSUBDIR= sogo
-
-FILES_SUBST+= SOGORUNDIR=${SOGORUNDIR}
-FILES_SUBST+= SOGOETCDIR=${SOGOETCDIR}
-FILES_SUBST+= SOGOUSER=${SOGOUSER}
-RCD_SCRIPTS= sogod
-
-SUBST_CLASSES+= paths
-SUBST_MESSAGE.paths= Fixing hardcoded paths.
-SUBST_STAGE.paths= pre-configure
-SUBST_FILES.paths= SoObjects/SOGo/SOGoSystemDefaults.m
-SUBST_SED.paths= -e 's,/etc/sogo/,${PKG_SYSCONFDIR}/,g'
-
-BUILDLINK_TRANSFORM.SunOS+= rm:-pie
-
-FIX_PERMS= \
- SoObjects/Mailer/SOGoMailLithuanianForward.wo/SOGoMailLithuanianForward.html \
- SoObjects/Mailer/SOGoMailLithuanianForward.wo/SOGoMailLithuanianForward.wod \
- SoObjects/Mailer/SOGoMailLithuanianReply.wo/SOGoMailLithuanianReply.html \
- SoObjects/Mailer/SOGoMailLithuanianReply.wo/SOGoMailLithuanianReply.wod \
- UI/MainUI/MainUI.SOGo/Resources/Slovenian.lproj/Locale \
- UI/Templates/SOGoACLLithuanianAdditionAdvisory.wox \
- UI/Templates/SOGoACLLithuanianModificationAdvisory.wox \
- UI/Templates/SOGoACLLithuanianRemovalAdvisory.wox \
- UI/Templates/SOGoFolderLithuanianAdditionAdvisory.wox \
- UI/Templates/SOGoFolderLithuanianRemovalAdvisory.wox \
- UI/WebServerResources/css/icons.css
-
-pre-install:
-.for f in ${FIX_PERMS}
- ${CHMOD} ${NONBINMODE} ${WRKSRC}/${f}
-.endfor
-
-# \todo Do the sed at build time and only copy at install time.
-post-install:
- ${SED} -e "s|@SOGOUSER@|${SOGOUSER}|" ${FILESDIR}/sogo-conf.sh > \
- ${DESTDIR}${PREFIX}/share/examples/SOGo/sogo-conf.sh
- ${SED} -e "s|/usr/GNUstep/System/Library|${PREFIX}/lib/GNUstep|" \
- ${WRKSRC}/Apache/SOGo.conf > \
- ${DESTDIR}${PREFIX}/share/examples/SOGo/SOGo.conf
- ${SED} -e "s|@PREFIX@|${PREFIX}|" ${FILESDIR}/SOGo.conf >> \
- ${DESTDIR}${PREFIX}/share/examples/SOGo/SOGo.conf
-
-# options.mk are not supported because gnustep-make/-base set
-# PKG_OPTIONS_VAR to support the fragile option.
-.include "../../security/libsodium/buildlink3.mk"
-
-.include "../../devel/gnustep-base/buildlink3.mk"
-.include "../../devel/gnustep-make/buildlink3.mk"
-.include "../../devel/SOPE5/buildlink3.mk"
-.include "../../devel/libmemcached/buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
-.include "../../www/curl/buildlink3.mk"
-.include "../../archivers/libzip/buildlink3.mk"
-.include "../../mail/libytnef/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/SOGo5/PLIST b/SOGo5/PLIST
deleted file mode 100644
index 1a0de85001..0000000000
--- a/SOGo5/PLIST
+++ /dev/null
@@ -1,2167 +0,0 @@
-@comment $NetBSD$
-include/GDLContentStore/EOAdaptorChannel+GCS.h
-include/GDLContentStore/GCSAlarmsFolder.h
-include/GDLContentStore/GCSChannelManager.h
-include/GDLContentStore/GCSContext.h
-include/GDLContentStore/GCSFieldInfo.h
-include/GDLContentStore/GCSFolder.h
-include/GDLContentStore/GCSFolderManager.h
-include/GDLContentStore/GCSFolderType.h
-include/GDLContentStore/GCSSessionsFolder.h
-include/GDLContentStore/GCSSpecialQueries.h
-include/GDLContentStore/GCSStringFormatter.h
-include/GDLContentStore/NSURL+GCS.h
-include/NGCards/CardElement.h
-include/NGCards/CardGroup.h
-include/NGCards/CardVersitRenderer.h
-include/NGCards/NGCards.h
-include/NGCards/NGVCard.h
-include/NGCards/NGVCardPhoto.h
-include/NGCards/NGVCardReference.h
-include/NGCards/NGVList.h
-include/NGCards/NSArray+NGCards.h
-include/NGCards/NSCalendarDate+ICal.h
-include/NGCards/NSCalendarDate+NGCards.h
-include/NGCards/NSDictionary+NGCards.h
-include/NGCards/NSString+NGCards.h
-include/NGCards/iCalAlarm.h
-include/NGCards/iCalAttachment.h
-include/NGCards/iCalByDayMask.h
-include/NGCards/iCalCalendar.h
-include/NGCards/iCalDataSource.h
-include/NGCards/iCalDateTime.h
-include/NGCards/iCalEntityObject.h
-include/NGCards/iCalEvent.h
-include/NGCards/iCalEventChanges.h
-include/NGCards/iCalFreeBusy.h
-include/NGCards/iCalJournal.h
-include/NGCards/iCalObject.h
-include/NGCards/iCalPerson.h
-include/NGCards/iCalRecurrenceCalculator.h
-include/NGCards/iCalRecurrenceRule.h
-include/NGCards/iCalRepeatableEntityObject.h
-include/NGCards/iCalTimeZone.h
-include/NGCards/iCalTimeZonePeriod.h
-include/NGCards/iCalToDo.h
-include/NGCards/iCalTrigger.h
-include/NGCards/iCalUTCOffset.h
-include/NGCards/iCalXMLRenderer.h
-include/SOGo
-include/SOGoUI/SOGoAptFormatter.h
-include/SOGoUI/SOGoDirectAction.h
-include/SOGoUI/UIxComponent.h
-lib/GNUstep/Frameworks/SOGo.framework/Headers
-lib/GNUstep/Frameworks/SOGo.framework/Resources
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/BSONCodec.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/CardElement+SOGo.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/DOMNode+SOGo.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/EOBitmaskQualifier.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/EOQualifier+SOGoCacheObject.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/GCSSpecialQueries+SOGoCacheObject.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/LDAPSource.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/LDAPSourceSchema.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/NSArray+DAV.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/NSArray+Utilities.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/NSCalendarDate+SOGo.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/NSData+Crypto.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/NSDictionary+DAV.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/NSDictionary+URL.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/NSDictionary+Utilities.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/NSNull+Utilities.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/NSNumber+Utilities.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/NSObject+DAV.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/NSObject+Utilities.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/NSString+Crypto.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/NSString+DAV.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/NSString+Utilities.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/NSURL+DAV.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/RTFHandler.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoAuthenticator.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoBuild.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoCASSession.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoCache.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoCacheGCSFolder.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoCacheGCSObject.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoCacheObject.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoConstants.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoContentObject.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoCredentialsFile.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoDAVAuthenticator.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoDateFormatter.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoDefaultsSource.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoDomainDefaults.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoFolder.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoGCSFolder.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoLDAPDefaults.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoMailer.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoObject.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoParentFolder.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoPermissions.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoProductLoader.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoProxyAuthenticator.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoSession.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoSieveManager.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoSource.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoStartupLogger.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoStaticAuthenticator.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoSystemDefaults.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoTextTemplateFile.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoUser.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoUserDefaults.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoUserFolder.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoUserManager.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoUserProfile.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoWebAuthenticator.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoWebDAVAclManager.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoWebDAVValue.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoZipArchiver.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SQLSource.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/WOContext+SOGo.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/WORequest+SOGo.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/WOResourceManager+SOGo.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/WOResponse+SOGo.h
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Resources/CASLogoutRequestMap.plist
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Resources/DAVReportMap.plist
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Resources/Info-gnustep.plist
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Resources/SOGoDefaults.plist
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/sogo/SOGo
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/sogo/libSOGo.so
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/sogo/libSOGo.so.5
-lib/GNUstep/Frameworks/SOGo.framework/Versions/5/sogo/libSOGo.so.${PKGVERSION}
-lib/GNUstep/Frameworks/SOGo.framework/Versions/Current
-lib/GNUstep/Frameworks/SOGo.framework/sogo/SOGo
-lib/GNUstep/Frameworks/SOGo.framework/sogo/libSOGo.so
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Abidjan.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Accra.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Addis_Ababa.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Algiers.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Asmara.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Asmera.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Bamako.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Bangui.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Banjul.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Bissau.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Blantyre.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Brazzaville.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Bujumbura.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Cairo.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Casablanca.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Ceuta.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Conakry.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Dakar.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Dar_es_Salaam.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Djibouti.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Douala.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/El_Aaiun.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Freetown.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Gaborone.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Harare.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Johannesburg.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Juba.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Kampala.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Khartoum.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Kigali.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Kinshasa.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Lagos.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Libreville.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Lome.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Luanda.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Lubumbashi.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Lusaka.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Malabo.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Maputo.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Maseru.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Mbabane.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Mogadishu.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Monrovia.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Nairobi.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Ndjamena.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Niamey.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Nouakchott.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Ouagadougou.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Porto-Novo.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Sao_Tome.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Timbuktu.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Tripoli.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Tunis.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Windhoek.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Adak.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Anchorage.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Anguilla.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Antigua.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Araguaina.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Argentina/Buenos_Aires.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Argentina/Catamarca.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Argentina/ComodRivadavia.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Argentina/Cordoba.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Argentina/Jujuy.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Argentina/La_Rioja.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Argentina/Mendoza.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Argentina/Rio_Gallegos.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Argentina/Salta.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Argentina/San_Juan.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Argentina/San_Luis.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Argentina/Tucuman.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Argentina/Ushuaia.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Aruba.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Asuncion.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Atikokan.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Atka.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Bahia.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Bahia_Banderas.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Barbados.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Belem.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Belize.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Blanc-Sablon.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Boa_Vista.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Bogota.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Boise.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Buenos_Aires.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Cambridge_Bay.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Campo_Grande.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Cancun.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Caracas.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Catamarca.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Cayenne.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Cayman.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Chicago.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Chihuahua.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Coral_Harbour.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Cordoba.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Costa_Rica.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Creston.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Cuiaba.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Curacao.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Danmarkshavn.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Dawson.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Dawson_Creek.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Denver.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Detroit.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Dominica.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Edmonton.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Eirunepe.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/El_Salvador.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Ensenada.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Fort_Nelson.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Fort_Wayne.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Fortaleza.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Glace_Bay.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Godthab.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Goose_Bay.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Grand_Turk.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Grenada.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Guadeloupe.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Guatemala.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Guayaquil.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Guyana.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Halifax.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Havana.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Hermosillo.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Indiana/Indianapolis.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Indiana/Knox.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Indiana/Marengo.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Indiana/Petersburg.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Indiana/Tell_City.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Indiana/Vevay.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Indiana/Vincennes.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Indiana/Winamac.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Indianapolis.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Inuvik.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Iqaluit.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Jamaica.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Jujuy.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Juneau.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Kentucky/Louisville.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Kentucky/Monticello.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Knox_IN.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Kralendijk.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/La_Paz.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Lima.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Los_Angeles.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Louisville.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Lower_Princes.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Maceio.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Managua.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Manaus.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Marigot.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Martinique.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Matamoros.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Mazatlan.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Mendoza.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Menominee.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Merida.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Metlakatla.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Mexico_City.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Miquelon.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Moncton.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Monterrey.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Montevideo.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Montreal.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Montserrat.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Nassau.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/New_York.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Nipigon.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Nome.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Noronha.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/North_Dakota/Beulah.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/North_Dakota/Center.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/North_Dakota/New_Salem.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Nuuk.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Ojinaga.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Panama.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Pangnirtung.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Paramaribo.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Phoenix.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Port-au-Prince.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Port_of_Spain.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Porto_Acre.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Porto_Velho.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Puerto_Rico.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Punta_Arenas.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Rainy_River.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Rankin_Inlet.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Recife.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Regina.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Resolute.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Rio_Branco.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Rosario.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Santa_Isabel.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Santarem.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Santiago.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Santo_Domingo.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Sao_Paulo.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Scoresbysund.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Shiprock.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Sitka.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/St_Barthelemy.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/St_Johns.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/St_Kitts.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/St_Lucia.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/St_Thomas.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/St_Vincent.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Swift_Current.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Tegucigalpa.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Thule.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Thunder_Bay.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Tijuana.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Toronto.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Tortola.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Vancouver.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Virgin.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Whitehorse.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Winnipeg.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Yakutat.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Yellowknife.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Antarctica/Casey.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Antarctica/Davis.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Antarctica/DumontDUrville.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Antarctica/Macquarie.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Antarctica/Mawson.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Antarctica/McMurdo.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Antarctica/Palmer.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Antarctica/Rothera.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Antarctica/South_Pole.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Antarctica/Syowa.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Antarctica/Troll.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Antarctica/Vostok.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Arctic/Longyearbyen.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Aden.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Almaty.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Amman.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Anadyr.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Aqtau.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Aqtobe.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Ashgabat.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Ashkhabad.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Atyrau.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Baghdad.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Bahrain.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Baku.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Bangkok.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Barnaul.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Beirut.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Bishkek.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Brunei.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Calcutta.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Chita.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Choibalsan.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Chongqing.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Chungking.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Colombo.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Dacca.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Damascus.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Dhaka.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Dili.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Dubai.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Dushanbe.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Famagusta.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Gaza.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Harbin.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Hebron.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Ho_Chi_Minh.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Hong_Kong.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Hovd.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Irkutsk.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Istanbul.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Jakarta.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Jayapura.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Jerusalem.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Kabul.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Kamchatka.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Karachi.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Kashgar.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Kathmandu.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Katmandu.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Khandyga.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Kolkata.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Krasnoyarsk.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Kuala_Lumpur.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Kuching.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Kuwait.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Macao.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Macau.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Magadan.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Makassar.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Manila.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Muscat.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Nicosia.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Novokuznetsk.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Novosibirsk.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Omsk.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Oral.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Phnom_Penh.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Pontianak.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Pyongyang.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Qatar.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Qostanay.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Qyzylorda.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Rangoon.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Riyadh.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Saigon.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Sakhalin.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Samarkand.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Seoul.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Shanghai.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Singapore.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Srednekolymsk.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Taipei.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Tashkent.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Tbilisi.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Tehran.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Tel_Aviv.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Thimbu.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Thimphu.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Tokyo.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Tomsk.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Ujung_Pandang.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Ulaanbaatar.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Ulan_Bator.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Urumqi.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Ust-Nera.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Vientiane.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Vladivostok.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Yakutsk.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Yangon.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Yekaterinburg.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Yerevan.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Atlantic/Azores.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Atlantic/Bermuda.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Atlantic/Canary.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Atlantic/Cape_Verde.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Atlantic/Faeroe.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Atlantic/Faroe.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Atlantic/Jan_Mayen.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Atlantic/Madeira.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Atlantic/Reykjavik.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Atlantic/South_Georgia.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Atlantic/St_Helena.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Atlantic/Stanley.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/ACT.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Adelaide.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Brisbane.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Broken_Hill.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Canberra.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Currie.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Darwin.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Eucla.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Hobart.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/LHI.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Lindeman.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Lord_Howe.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Melbourne.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/NSW.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/North.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Perth.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Queensland.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/South.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Sydney.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Tasmania.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Victoria.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/West.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Yancowinna.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Brazil/Acre.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Brazil/DeNoronha.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Brazil/East.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Brazil/West.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/CET.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/CST6CDT.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Canada/Atlantic.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Canada/Central.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Canada/Eastern.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Canada/Mountain.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Canada/Newfoundland.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Canada/Pacific.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Canada/Saskatchewan.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Canada/Yukon.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Chile/Continental.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Chile/EasterIsland.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Cuba.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/EET.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/EST.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/EST5EDT.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Egypt.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Eire.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT+0.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT+1.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT+10.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT+11.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT+12.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT+2.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT+3.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT+4.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT+5.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT+6.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT+7.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT+8.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT+9.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT-0.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT-1.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT-10.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT-11.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT-12.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT-13.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT-14.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT-2.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT-3.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT-4.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT-5.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT-6.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT-7.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT-8.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT-9.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT0.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/Greenwich.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/UCT.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/UTC.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/Universal.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/Zulu.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Amsterdam.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Andorra.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Astrakhan.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Athens.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Belfast.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Belgrade.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Berlin.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Bratislava.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Brussels.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Bucharest.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Budapest.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Busingen.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Chisinau.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Copenhagen.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Dublin.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Gibraltar.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Guernsey.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Helsinki.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Isle_of_Man.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Istanbul.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Jersey.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Kaliningrad.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Kiev.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Kirov.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Lisbon.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Ljubljana.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/London.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Luxembourg.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Madrid.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Malta.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Mariehamn.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Minsk.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Monaco.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Moscow.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Nicosia.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Oslo.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Paris.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Podgorica.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Prague.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Riga.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Rome.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Samara.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/San_Marino.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Sarajevo.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Saratov.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Simferopol.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Skopje.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Sofia.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Stockholm.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Tallinn.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Tirane.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Tiraspol.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Ulyanovsk.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Uzhgorod.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Vaduz.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Vatican.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Vienna.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Vilnius.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Volgograd.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Warsaw.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Zagreb.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Zaporozhye.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Zurich.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/GB-Eire.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/GB.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/GMT+0.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/GMT-0.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/GMT.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/GMT0.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Greenwich.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/HST.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Hongkong.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Iceland.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Indian/Antananarivo.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Indian/Chagos.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Indian/Christmas.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Indian/Cocos.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Indian/Comoro.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Indian/Kerguelen.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Indian/Mahe.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Indian/Maldives.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Indian/Mauritius.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Indian/Mayotte.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Indian/Reunion.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Iran.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Israel.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Jamaica.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Japan.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Kwajalein.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Libya.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/MET.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/MST.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/MST7MDT.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Mexico/BajaNorte.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Mexico/BajaSur.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Mexico/General.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/NZ-CHAT.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/NZ.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Navajo.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/PRC.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/PST8PDT.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Apia.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Auckland.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Bougainville.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Chatham.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Chuuk.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Easter.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Efate.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Enderbury.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Fakaofo.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Fiji.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Funafuti.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Galapagos.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Gambier.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Guadalcanal.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Guam.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Honolulu.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Johnston.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Kiritimati.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Kosrae.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Kwajalein.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Majuro.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Marquesas.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Midway.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Nauru.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Niue.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Norfolk.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Noumea.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Pago_Pago.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Palau.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Pitcairn.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Pohnpei.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Ponape.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Port_Moresby.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Rarotonga.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Saipan.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Samoa.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Tahiti.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Tarawa.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Tongatapu.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Truk.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Wake.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Wallis.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Yap.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Poland.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Portugal.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/ROC.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/ROK.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Singapore.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Turkey.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/UCT.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/UPDATING
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/US/Alaska.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/US/Aleutian.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/US/Arizona.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/US/Central.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/US/East-Indiana.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/US/Eastern.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/US/Hawaii.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/US/Indiana-Starke.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/US/Michigan.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/US/Mountain.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/US/Pacific.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/US/Samoa.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/UTC.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Universal.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/W-SU.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/WET.ics
-lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Zulu.ics
-lib/GNUstep/OCSTypeModels/appointment-oracle.ocs
-lib/GNUstep/OCSTypeModels/appointment.ocs
-lib/GNUstep/OCSTypeModels/contact-oracle.ocs
-lib/GNUstep/OCSTypeModels/contact.ocs
-lib/GNUstep/SOGo/AdministrationUI.SOGo/AdministrationUI
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Arabic.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Basque.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Bosnian.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Bulgarian.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Catalan.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/ChineseChina.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Croatian.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Czech.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Danish.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Dutch.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/English.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Finnish.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/French.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/German.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Hebrew.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Hungarian.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Icelandic.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Indonesian.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Info-gnustep.plist
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Italian.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Japanese.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Latvian.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Macedonian.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Montenegrin.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Polish.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Portuguese.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Romanian.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Russian.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Serbian.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Slovak.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Slovenian.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Swedish.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Welsh.lproj/Localizable.strings
-lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/product.plist
-lib/GNUstep/SOGo/AdministrationUI.SOGo/stamp.make
-lib/GNUstep/SOGo/Appointments.SOGo/Appointments
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/Arabic.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/Basque.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/Bosnian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/Bulgarian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/Catalan.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/ChineseChina.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/Croatian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/Czech.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/Danish.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/Dutch.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/English.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/Finnish.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/French.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/German.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/Hebrew.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/Hungarian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/Icelandic.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/Indonesian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/Info-gnustep.plist
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/Italian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/Japanese.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/Latvian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/Lithuanian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/MSExchangeFreeBusySOAPRequest.wo/MSExchangeFreeBusySOAPRequest.html
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/MSExchangeFreeBusySOAPRequest.wo/MSExchangeFreeBusySOAPRequest.wod
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/MSExchangeFreeBusySOAPResponseMap.plist
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/Macedonian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/Montenegrin.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/Polish.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/Portuguese.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/Romanian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/Russian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/Serbian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/Slovak.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/Slovenian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/SpanishSpain.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/Swedish.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/Ukrainian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/Welsh.lproj/Localizable.strings
-lib/GNUstep/SOGo/Appointments.SOGo/Resources/product.plist
-lib/GNUstep/SOGo/Appointments.SOGo/bundle-info.plist
-lib/GNUstep/SOGo/CommonUI.SOGo/CommonUI
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Arabic.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Basque.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Bosnian.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Bulgarian.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Catalan.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/ChineseChina.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Croatian.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Czech.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Danish.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Dutch.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/English.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Finnish.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/French.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/German.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Hebrew.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Hungarian.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Icelandic.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Indonesian.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Info-gnustep.plist
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Italian.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Japanese.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Latvian.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Macedonian.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Montenegrin.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Polish.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Portuguese.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Romanian.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Russian.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Serbian.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Slovak.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Slovenian.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Swedish.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Welsh.lproj/Localizable.strings
-lib/GNUstep/SOGo/CommonUI.SOGo/Resources/product.plist
-lib/GNUstep/SOGo/CommonUI.SOGo/bundle-info.plist
-lib/GNUstep/SOGo/CommonUI.SOGo/stamp.make
-lib/GNUstep/SOGo/Contacts.SOGo/Contacts
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/Arabic.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/Basque.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/Bosnian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/Bulgarian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/Catalan.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/ChineseChina.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/Croatian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/Czech.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/Danish.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/Dutch.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/English.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/Finnish.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/French.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/German.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/Hebrew.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/Hungarian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/Icelandic.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/Indonesian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/Info-gnustep.plist
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/Italian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/Japanese.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/Latvian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/Lithuanian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/Macedonian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/Montenegrin.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/Polish.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/Portuguese.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/Romanian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/Russian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/Serbian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/Slovak.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/Slovenian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/SpanishSpain.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/Swedish.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/Ukrainian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/Welsh.lproj/Localizable.strings
-lib/GNUstep/SOGo/Contacts.SOGo/Resources/product.plist
-lib/GNUstep/SOGo/Contacts.SOGo/stamp.make
-lib/GNUstep/SOGo/ContactsUI.SOGo/ContactsUI
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Arabic.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Basque.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Bosnian.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Bulgarian.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Catalan.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/ChineseChina.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Croatian.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Czech.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Danish.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Dutch.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/English.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Finnish.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/French.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/German.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Hebrew.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Hungarian.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Icelandic.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Indonesian.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Info-gnustep.plist
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Italian.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Japanese.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Latvian.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Macedonian.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Montenegrin.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Polish.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Portuguese.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Romanian.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Russian.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Serbian.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Slovak.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Slovenian.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Swedish.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Welsh.lproj/Localizable.strings
-lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/product.plist
-lib/GNUstep/SOGo/ContactsUI.SOGo/bundle-info.plist
-lib/GNUstep/SOGo/ContactsUI.SOGo/stamp.make
-lib/GNUstep/SOGo/MailPartViewers.SOGo/MailPartViewers
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Arabic.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Basque.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Bosnian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Bulgarian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Catalan.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/ChineseChina.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Croatian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Czech.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Danish.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Dutch.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/English.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Finnish.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/French.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/German.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Hebrew.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Hungarian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Icelandic.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Indonesian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Info-gnustep.plist
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Italian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Japanese.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Latvian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Lithuanian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Macedonian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Montenegrin.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Polish.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Portuguese.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Romanian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Russian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Serbian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Slovak.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Slovenian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/SpanishSpain.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Swedish.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Ukrainian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Welsh.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/product.plist
-lib/GNUstep/SOGo/MailPartViewers.SOGo/stamp.make
-lib/GNUstep/SOGo/Mailer.SOGo/Mailer
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/Arabic.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/Basque.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/Bosnian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/Bulgarian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/Catalan.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/ChineseChina.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/Croatian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/Czech.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/Danish.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/Dutch.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/English.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/Finnish.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/French.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/German.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/Hebrew.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/Hungarian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/Icelandic.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/Indonesian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/Info-gnustep.plist
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/Italian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/Japanese.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/Latvian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/Lithuanian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/Macedonian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/Montenegrin.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/Polish.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/Portuguese.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/Romanian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/Russian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailArabicForward.wo/SOGoMailArabicForward.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailArabicForward.wo/SOGoMailArabicForward.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailArabicReply.wo/SOGoMailArabicReply.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailArabicReply.wo/SOGoMailArabicReply.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailBosnianForward.wo/SOGoMailBosnianForward.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailBosnianForward.wo/SOGoMailBosnianForward.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailBosnianReply.wo/SOGoMailBosnianReply.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailBosnianReply.wo/SOGoMailBosnianReply.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailBrazilianPortugueseForward.wo/SOGoMailBrazilianPortugueseForward.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailBrazilianPortugueseForward.wo/SOGoMailBrazilianPortugueseForward.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailBrazilianPortugueseReply.wo/SOGoMailBrazilianPortugueseReply.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailBrazilianPortugueseReply.wo/SOGoMailBrazilianPortugueseReply.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailBulgarianForward.wo/SOGoMailBulgarianForward.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailBulgarianForward.wo/SOGoMailBulgarianForward.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailBulgarianReply.wo/SOGoMailBulgarianReply.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailBulgarianReply.wo/SOGoMailBulgarianReply.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCatalanForward.wo/SOGoMailCatalanForward.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCatalanForward.wo/SOGoMailCatalanForward.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCatalanReply.wo/SOGoMailCatalanReply.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCatalanReply.wo/SOGoMailCatalanReply.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailChineseChinaForward.wo/SOGoMailChineseChinaForward.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailChineseChinaForward.wo/SOGoMailChineseChinaForward.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailChineseChinaReply.wo/SOGoMailChineseChinaReply.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailChineseChinaReply.wo/SOGoMailChineseChinaReply.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailChineseTaiwanForward.wo/SOGoMailChineseTaiwanForward.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailChineseTaiwanForward.wo/SOGoMailChineseTaiwanForward.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailChineseTaiwanReply.wo/SOGoMailChineseTaiwanReply.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailChineseTaiwanReply.wo/SOGoMailChineseTaiwanReply.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCroatianForward.wo/SOGoMailCroatianForward.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCroatianForward.wo/SOGoMailCroatianForward.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCroatianReply.wo/SOGoMailCroatianReply.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCroatianReply.wo/SOGoMailCroatianReply.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCzechForward.wo/SOGoMailCzechForward.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCzechForward.wo/SOGoMailCzechForward.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCzechReply.wo/SOGoMailCzechReply.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCzechReply.wo/SOGoMailCzechReply.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailDanishForward.wo/SOGoMailDanishForward.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailDanishForward.wo/SOGoMailDanishForward.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailDanishReply.wo/SOGoMailDanishReply.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailDanishReply.wo/SOGoMailDanishReply.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailDutchForward.wo/SOGoMailDutchForward.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailDutchForward.wo/SOGoMailDutchForward.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailDutchReply.wo/SOGoMailDutchReply.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailDutchReply.wo/SOGoMailDutchReply.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailEnglishForward.wo/SOGoMailEnglishForward.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailEnglishForward.wo/SOGoMailEnglishForward.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailEnglishReply.wo/SOGoMailEnglishReply.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailEnglishReply.wo/SOGoMailEnglishReply.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailFinnishForward.wo/SOGoMailFinnishForward.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailFinnishForward.wo/SOGoMailFinnishForward.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailFinnishReply.wo/SOGoMailFinnishReply.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailFinnishReply.wo/SOGoMailFinnishReply.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailFrenchForward.wo/SOGoMailFrenchForward.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailFrenchForward.wo/SOGoMailFrenchForward.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailFrenchReply.wo/SOGoMailFrenchReply.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailFrenchReply.wo/SOGoMailFrenchReply.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailGermanForward.wo/SOGoMailGermanForward.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailGermanForward.wo/SOGoMailGermanForward.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailGermanReply.wo/SOGoMailGermanReply.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailGermanReply.wo/SOGoMailGermanReply.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailHebrewForward.wo/SOGoMailHebrewForward.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailHebrewForward.wo/SOGoMailHebrewForward.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailHebrewReply.wo/SOGoMailHebrewReply.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailHebrewReply.wo/SOGoMailHebrewReply.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailHungarianForward.wo/SOGoMailHungarianForward.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailHungarianForward.wo/SOGoMailHungarianForward.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailHungarianReply.wo/SOGoMailHungarianReply.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailHungarianReply.wo/SOGoMailHungarianReply.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailIcelandicForward.wo/SOGoMailIcelandicForward.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailIcelandicForward.wo/SOGoMailIcelandicForward.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailIcelandicReply.wo/SOGoMailIcelandicReply.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailIcelandicReply.wo/SOGoMailIcelandicReply.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailIndonesianForward.wo/SOGoMailIndonesianForward.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailIndonesianForward.wo/SOGoMailIndonesianForward.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailIndonesianReply.wo/SOGoMailIndonesianReply.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailIndonesianReply.wo/SOGoMailIndonesianReply.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailItalianForward.wo/SOGoMailItalianForward.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailItalianForward.wo/SOGoMailItalianForward.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailItalianReply.wo/SOGoMailItalianReply.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailItalianReply.wo/SOGoMailItalianReply.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailJapaneseForward.wo/SOGoMailJapaneseForward.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailJapaneseForward.wo/SOGoMailJapaneseForward.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailJapaneseReply.wo/SOGoMailJapaneseReply.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailJapaneseReply.wo/SOGoMailJapaneseReply.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailLatvianForward.wo/SOGoMailLatvianForward.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailLatvianForward.wo/SOGoMailLatvianForward.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailLatvianReply.wo/SOGoMailLatvianReply.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailLatvianReply.wo/SOGoMailLatvianReply.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailLithuanianForward.wo/SOGoMailLithuanianForward.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailLithuanianForward.wo/SOGoMailLithuanianForward.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailLithuanianReply.wo/SOGoMailLithuanianReply.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailLithuanianReply.wo/SOGoMailLithuanianReply.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailMacedonianForward.wo/SOGoMailMacedonianForward.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailMacedonianForward.wo/SOGoMailMacedonianForward.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailMacedonianReply.wo/SOGoMailMacedonianReply.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailMacedonianReply.wo/SOGoMailMacedonianReply.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailMontenegrinForward.wo/SOGoMailMontenegrinForward.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailMontenegrinForward.wo/SOGoMailMontenegrinForward.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailMontenegrinReply.wo/SOGoMailMontenegrinReply.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailMontenegrinReply.wo/SOGoMailMontenegrinReply.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianBokmalForward.wo/SOGoMailNorwegianBokmalForward.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianBokmalForward.wo/SOGoMailNorwegianBokmalForward.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianBokmalReply.wo/SOGoMailNorwegianBokmalReply.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianBokmalReply.wo/SOGoMailNorwegianBokmalReply.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianNynorskForward.wo/SOGoMailNorwegianNynorskForward.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianNynorskForward.wo/SOGoMailNorwegianNynorskForward.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianNynorskReply.wo/SOGoMailNorwegianNynorskReply.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianNynorskReply.wo/SOGoMailNorwegianNynorskReply.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailPolishForward.wo/SOGoMailPolishForward.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailPolishForward.wo/SOGoMailPolishForward.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailPolishReply.wo/SOGoMailPolishReply.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailPolishReply.wo/SOGoMailPolishReply.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailPortugueseForward.wo/SOGoMailPortugueseForward.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailPortugueseForward.wo/SOGoMailPortugueseForward.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailPortugueseReply.wo/SOGoMailPortugueseReply.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailPortugueseReply.wo/SOGoMailPortugueseReply.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailRomanianForward.wo/SOGoMailRomanianForward.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailRomanianForward.wo/SOGoMailRomanianForward.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailRomanianReply.wo/SOGoMailRomanianReply.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailRomanianReply.wo/SOGoMailRomanianReply.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailRussianForward.wo/SOGoMailRussianForward.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailRussianForward.wo/SOGoMailRussianForward.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailRussianReply.wo/SOGoMailRussianReply.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailRussianReply.wo/SOGoMailRussianReply.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSerbianForward.wo/SOGoMailSerbianForward.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSerbianForward.wo/SOGoMailSerbianForward.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSerbianLatinForward.wo/SOGoMailSerbianLatinForward.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSerbianLatinForward.wo/SOGoMailSerbianLatinForward.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSerbianLatinReply.wo/SOGoMailSerbianLatinReply.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSerbianLatinReply.wo/SOGoMailSerbianLatinReply.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSerbianReply.wo/SOGoMailSerbianReply.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSerbianReply.wo/SOGoMailSerbianReply.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSlovakForward.wo/SOGoMailSlovakForward.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSlovakForward.wo/SOGoMailSlovakForward.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSlovakReply.wo/SOGoMailSlovakReply.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSlovakReply.wo/SOGoMailSlovakReply.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSlovenianForward.wo/SOGoMailSlovenianForward.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSlovenianForward.wo/SOGoMailSlovenianForward.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSlovenianReply.wo/SOGoMailSlovenianReply.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSlovenianReply.wo/SOGoMailSlovenianReply.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishArgentinaForward.wo/SOGoMailSpanishArgentinaForward.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishArgentinaForward.wo/SOGoMailSpanishArgentinaForward.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishArgentinaReply.wo/SOGoMailSpanishArgentinaReply.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishArgentinaReply.wo/SOGoMailSpanishArgentinaReply.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishSpainForward.wo/SOGoMailSpanishSpainForward.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishSpainForward.wo/SOGoMailSpanishSpainForward.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishSpainReply.wo/SOGoMailSpanishSpainReply.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishSpainReply.wo/SOGoMailSpanishSpainReply.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSwedishForward.wo/SOGoMailSwedishForward.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSwedishForward.wo/SOGoMailSwedishForward.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSwedishReply.wo/SOGoMailSwedishReply.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSwedishReply.wo/SOGoMailSwedishReply.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailTurkishTurkeyForward.wo/SOGoMailTurkishTurkeyForward.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailTurkishTurkeyForward.wo/SOGoMailTurkishTurkeyForward.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailTurkishTurkeyReply.wo/SOGoMailTurkishTurkeyReply.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailTurkishTurkeyReply.wo/SOGoMailTurkishTurkeyReply.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailUkrainianForward.wo/SOGoMailUkrainianForward.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailUkrainianForward.wo/SOGoMailUkrainianForward.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailUkrainianReply.wo/SOGoMailUkrainianReply.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailUkrainianReply.wo/SOGoMailUkrainianReply.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailWelshForward.wo/SOGoMailWelshForward.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailWelshForward.wo/SOGoMailWelshForward.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailWelshReply.wo/SOGoMailWelshReply.html
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailWelshReply.wo/SOGoMailWelshReply.wod
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/Serbian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/Slovak.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/Slovenian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/SpanishSpain.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/Swedish.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/Ukrainian.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/Welsh.lproj/Localizable.strings
-lib/GNUstep/SOGo/Mailer.SOGo/Resources/product.plist
-lib/GNUstep/SOGo/Mailer.SOGo/bundle-info.plist
-lib/GNUstep/SOGo/MailerUI.SOGo/MailerUI
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Arabic.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Basque.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Bosnian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Bulgarian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Catalan.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/ChineseChina.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Croatian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Czech.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Danish.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Dutch.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/English.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Finnish.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/French.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/German.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Hebrew.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Hungarian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Icelandic.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Indonesian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Info-gnustep.plist
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Italian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Japanese.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Latvian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Macedonian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Montenegrin.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Polish.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Portuguese.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Romanian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Russian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Serbian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Slovak.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Slovenian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Swedish.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Welsh.lproj/Localizable.strings
-lib/GNUstep/SOGo/MailerUI.SOGo/Resources/product.plist
-lib/GNUstep/SOGo/MailerUI.SOGo/bundle-info.plist
-lib/GNUstep/SOGo/MailerUI.SOGo/stamp.make
-lib/GNUstep/SOGo/MainUI.SOGo/MainUI
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Arabic.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Arabic.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Basque.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Basque.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Bosnian.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Bosnian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/BrazilianPortuguese.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Bulgarian.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Bulgarian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Catalan.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Catalan.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/ChineseChina.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/ChineseChina.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/ChineseTaiwan.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Croatian.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Croatian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Czech.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Czech.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Danish.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Danish.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Dutch.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Dutch.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/English.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/English.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Finnish.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Finnish.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/French.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/French.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/German.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/German.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Hebrew.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Hebrew.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Hungarian.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Hungarian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Icelandic.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Icelandic.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Indonesian.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Indonesian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Info-gnustep.plist
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Italian.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Italian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Japanese.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Japanese.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Latvian.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Latvian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Lithuanian.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Macedonian.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Macedonian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Montenegrin.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Montenegrin.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/NorwegianBokmal.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/NorwegianNynorsk.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/OCSAcl-mysql.sql
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/OCSAcl-oracle.sql
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/OCSAcl-postgresql.sql
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/OCSCacheFolder-mysql.sql
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/OCSCacheFolder-oracle.sql
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/OCSCacheFolder-postgresql.sql
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/OCSFolderInfo-oracle.sql
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/OCSFolderInfo.sql
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/OCSStore-mysql.sql
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/OCSStore-oracle.sql
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/OCSStore.sql
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Polish.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Polish.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Portuguese.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Portuguese.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Romanian.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Romanian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Russian.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Russian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/SOGoProfile-oracle.sql
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/SOGoProfile.sql
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Serbian.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Serbian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/SerbianLatin.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Slovak.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Slovak.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Slovenian.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Slovenian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/SpanishArgentina.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/SpanishSpain.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Swedish.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Swedish.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/TurkishTurkey.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Ukrainian.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Welsh.lproj/Locale
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/Welsh.lproj/Localizable.strings
-lib/GNUstep/SOGo/MainUI.SOGo/Resources/product.plist
-lib/GNUstep/SOGo/MainUI.SOGo/stamp.make
-lib/GNUstep/SOGo/PreferencesUI.SOGo/PreferencesUI
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Arabic.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Basque.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Bosnian.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Bulgarian.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Catalan.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/ChineseChina.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Croatian.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Czech.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Danish.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Dutch.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/English.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Finnish.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/French.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/German.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Hebrew.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Hungarian.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Icelandic.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Indonesian.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Info-gnustep.plist
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Italian.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Japanese.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Latvian.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Macedonian.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Montenegrin.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Polish.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Portuguese.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Romanian.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Russian.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Serbian.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Slovak.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Slovenian.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Swedish.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/UIxPreferences.toolbar
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Welsh.lproj/Localizable.strings
-lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/product.plist
-lib/GNUstep/SOGo/PreferencesUI.SOGo/stamp.make
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Arabic.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Basque.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Bosnian.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Bulgarian.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Catalan.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/ChineseChina.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Croatian.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Czech.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Danish.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Dutch.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/English.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Finnish.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/French.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/German.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Hebrew.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Hungarian.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Icelandic.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Indonesian.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Info-gnustep.plist
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Italian.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Japanese.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Latvian.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Macedonian.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Montenegrin.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Polish.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Portuguese.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Romanian.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Russian.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Serbian.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Slovak.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Slovenian.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Swedish.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Welsh.lproj/Localizable.strings
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/cycles.plist
-lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/product.plist
-lib/GNUstep/SOGo/SchedulerUI.SOGo/SchedulerUI
-lib/GNUstep/SOGo/SchedulerUI.SOGo/bundle-info.plist
-lib/GNUstep/SOGo/SchedulerUI.SOGo/stamp.make
-lib/GNUstep/SOGo/Templates/AdministrationUI/UIxAdministration.wox
-lib/GNUstep/SOGo/Templates/AdministrationUI/UIxAdministrationAclEditor.wox
-lib/GNUstep/SOGo/Templates/AdministrationUI/UIxAdministrationFilterPanel.wox
-lib/GNUstep/SOGo/Templates/Appointments/SOGoAptMailDeletion.wox
-lib/GNUstep/SOGo/Templates/Appointments/SOGoAptMailICalReply.wox
-lib/GNUstep/SOGo/Templates/Appointments/SOGoAptMailInvitation.wox
-lib/GNUstep/SOGo/Templates/Appointments/SOGoAptMailReceipt.wox
-lib/GNUstep/SOGo/Templates/Appointments/SOGoAptMailReminder.wox
-lib/GNUstep/SOGo/Templates/Appointments/SOGoAptMailUpdate.wox
-lib/GNUstep/SOGo/Templates/ContactsUI/UIxContactEditorTemplate.wox
-lib/GNUstep/SOGo/Templates/ContactsUI/UIxContactFolderLinksTemplate.wox
-lib/GNUstep/SOGo/Templates/ContactsUI/UIxContactFolderProperties.wox
-lib/GNUstep/SOGo/Templates/ContactsUI/UIxContactFoldersView.wox
-lib/GNUstep/SOGo/Templates/ContactsUI/UIxContactView.wox
-lib/GNUstep/SOGo/Templates/ContactsUI/UIxContactViewTemplate.wox
-lib/GNUstep/SOGo/Templates/ContactsUI/UIxContactsUserFolders.wox
-lib/GNUstep/SOGo/Templates/ContactsUI/UIxContactsUserRightsEditor.wox
-lib/GNUstep/SOGo/Templates/ContactsUI/UIxListView.wox
-lib/GNUstep/SOGo/Templates/MailPartViewers/UIxMailPartAlternativeViewer.wox
-lib/GNUstep/SOGo/Templates/MailPartViewers/UIxMailPartEncryptedViewer.wox
-lib/GNUstep/SOGo/Templates/MailPartViewers/UIxMailPartExternalHTMLViewer.wox
-lib/GNUstep/SOGo/Templates/MailPartViewers/UIxMailPartHTMLViewer.wox
-lib/GNUstep/SOGo/Templates/MailPartViewers/UIxMailPartICalViewer.wox
-lib/GNUstep/SOGo/Templates/MailPartViewers/UIxMailPartImageViewer.wox
-lib/GNUstep/SOGo/Templates/MailPartViewers/UIxMailPartLinkViewer.wox
-lib/GNUstep/SOGo/Templates/MailPartViewers/UIxMailPartMessageViewer.wox
-lib/GNUstep/SOGo/Templates/MailPartViewers/UIxMailPartMixedViewer.wox
-lib/GNUstep/SOGo/Templates/MailPartViewers/UIxMailPartSignedViewer.wox
-lib/GNUstep/SOGo/Templates/MailPartViewers/UIxMailPartTextViewer.wox
-lib/GNUstep/SOGo/Templates/MailPartViewers/UIxMailPartTnefViewer.wox
-lib/GNUstep/SOGo/Templates/MailerUI/UIxMailEditor.wox
-lib/GNUstep/SOGo/Templates/MailerUI/UIxMailFolderMenu.wox
-lib/GNUstep/SOGo/Templates/MailerUI/UIxMailFolderSubscriptions.wox
-lib/GNUstep/SOGo/Templates/MailerUI/UIxMailFolderTemplate.wox
-lib/GNUstep/SOGo/Templates/MailerUI/UIxMailMainFrame.wox
-lib/GNUstep/SOGo/Templates/MailerUI/UIxMailMoveToPopUp.wox
-lib/GNUstep/SOGo/Templates/MailerUI/UIxMailPopupView.wox
-lib/GNUstep/SOGo/Templates/MailerUI/UIxMailUserDelegationEditor.wox
-lib/GNUstep/SOGo/Templates/MailerUI/UIxMailUserRightsEditor.wox
-lib/GNUstep/SOGo/Templates/MailerUI/UIxMailView.wox
-lib/GNUstep/SOGo/Templates/MailerUI/UIxMailViewTemplate.wox
-lib/GNUstep/SOGo/Templates/MailerUI/UIxMailWindowCloser.wox
-lib/GNUstep/SOGo/Templates/MainUI/SOGoBrowsersPanel.wox
-lib/GNUstep/SOGo/Templates/MainUI/SOGoRootPage.wox
-lib/GNUstep/SOGo/Templates/MainUI/SOGoUserHomePage.wox
-lib/GNUstep/SOGo/Templates/PreferencesUI/UIxAccountEditor.wox
-lib/GNUstep/SOGo/Templates/PreferencesUI/UIxAdditionalPreferences.wox
-lib/GNUstep/SOGo/Templates/PreferencesUI/UIxFilterEditor.wox
-lib/GNUstep/SOGo/Templates/PreferencesUI/UIxJSONPreferences.wox
-lib/GNUstep/SOGo/Templates/PreferencesUI/UIxPreferences.wox
-lib/GNUstep/SOGo/Templates/SOGoACLArabicAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLArabicModificationAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLArabicRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLBasqueAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLBasqueModificationAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLBasqueRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLBosnianAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLBosnianModificationAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLBosnianRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLBrazilianPortugueseAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLBrazilianPortugueseModificationAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLBrazilianPortugueseRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLBulgarianAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLBulgarianModificationAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLBulgarianRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLCatalanAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLCatalanModificationAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLCatalanRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLChineseChinaAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLChineseChinaModificationAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLChineseChinaRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLChineseTaiwanAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLChineseTaiwanModificationAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLChineseTaiwanRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLCroatianAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLCroatianModificationAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLCroatianRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLCzechAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLCzechModificationAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLCzechRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLDanishAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLDanishModificationAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLDanishRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLDutchAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLDutchModificationAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLDutchRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLEnglishAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLEnglishModificationAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLEnglishRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLFinnishAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLFinnishModificationAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLFinnishRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLFrenchAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLFrenchModificationAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLFrenchRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLGermanAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLGermanModificationAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLGermanRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLHebrewAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLHebrewModificationAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLHebrewRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLHungarianAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLHungarianModificationAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLHungarianRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLIcelandicAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLIcelandicModificationAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLIcelandicRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLIndonesianAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLIndonesianModificationAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLIndonesianRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLItalianAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLItalianModificationAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLItalianRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLJapaneseAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLJapaneseModificationAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLJapaneseRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLLatvianAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLLatvianModificationAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLLatvianRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLLithuanianAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLLithuanianModificationAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLLithuanianRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLMacedonianAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLMacedonianModificationAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLMacedonianRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLMontenegrinAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLMontenegrinModificationAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLMontenegrinRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLNorwegianBokmalAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLNorwegianBokmalModificationAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLNorwegianBokmalRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLNorwegianNynorskAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLNorwegianNynorskModificationAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLNorwegianNynorskRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLPolishAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLPolishModificationAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLPolishRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLPortugueseAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLPortugueseModificationAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLPortugueseRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLRomanianAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLRomanianModificationAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLRomanianRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLRussianAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLRussianModificationAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLRussianRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLSerbianAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLSerbianModificationAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLSerbianRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLSlovakAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLSlovakModificationAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLSlovakRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLSlovenianAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLSlovenianModificationAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLSlovenianRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLSpanishArgentinaAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLSpanishArgentinaModificationAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLSpanishArgentinaRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLSpanishSpainAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLSpanishSpainModificationAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLSpanishSpainRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLSwedishAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLSwedishModificationAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLSwedishRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLTurkishTurkeyAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLTurkishTurkeyModificationAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLTurkishTurkeyRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLUkrainianAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLUkrainianModificationAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoACLUkrainianRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderArabicAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderArabicRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderBasqueAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderBasqueRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderBosnianAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderBosnianRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderBrazilianPortugueseAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderBrazilianPortugueseRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderBulgarianAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderBulgarianRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderCatalanAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderCatalanRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderChineseChinaAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderChineseChinaRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderChineseTaiwanAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderChineseTaiwanRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderCroatianAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderCroatianRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderCzechAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderCzechRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderDanishAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderDanishRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderDutchAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderDutchRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderEnglishAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderEnglishRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderFinnishAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderFinnishRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderFrenchAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderFrenchRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderGermanAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderGermanRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderHebrewAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderHebrewRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderHungarianAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderHungarianRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderIcelandicAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderIcelandicRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderIndonesianAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderIndonesianRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderItalianAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderItalianRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderJapaneseAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderJapaneseRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderLatvianAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderLatvianRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderLithuanianAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderLithuanianRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderMacedonianAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderMacedonianRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderMontenegrinAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderMontenegrinRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderNorwegianBokmalAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderNorwegianBokmalRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderNorwegianNynorskAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderNorwegianNynorskRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderPolishAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderPolishRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderPortugueseAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderPortugueseRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderRomanianAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderRomanianRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderRussianAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderRussianRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderSerbianAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderSerbianRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderSlovakAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderSlovakRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderSlovenianAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderSlovenianRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderSpanishArgentinaAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderSpanishArgentinaRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderSpanishSpainAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderSpanishSpainRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderSwedishAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderSwedishRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderTurkishTurkeyAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderTurkishTurkeyRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderUkrainianAdditionAdvisory.wox
-lib/GNUstep/SOGo/Templates/SOGoFolderUkrainianRemovalAdvisory.wox
-lib/GNUstep/SOGo/Templates/SchedulerUI/UIxAppointmentEditorTemplate.wox
-lib/GNUstep/SOGo/Templates/SchedulerUI/UIxAppointmentViewTemplate.wox
-lib/GNUstep/SOGo/Templates/SchedulerUI/UIxAttendeesEditor.wox
-lib/GNUstep/SOGo/Templates/SchedulerUI/UIxCalDayTable.wox
-lib/GNUstep/SOGo/Templates/SchedulerUI/UIxCalDayView.wox
-lib/GNUstep/SOGo/Templates/SchedulerUI/UIxCalMainView.wox
-lib/GNUstep/SOGo/Templates/SchedulerUI/UIxCalMonthView.wox
-lib/GNUstep/SOGo/Templates/SchedulerUI/UIxCalMulticolumnDayView.wox
-lib/GNUstep/SOGo/Templates/SchedulerUI/UIxCalUserRightsEditor.wox
-lib/GNUstep/SOGo/Templates/SchedulerUI/UIxCalWeekView.wox
-lib/GNUstep/SOGo/Templates/SchedulerUI/UIxCalendarFolderLinksTemplate.wox
-lib/GNUstep/SOGo/Templates/SchedulerUI/UIxCalendarProperties.wox
-lib/GNUstep/SOGo/Templates/SchedulerUI/UIxCalendarSelector.wox
-lib/GNUstep/SOGo/Templates/SchedulerUI/UIxRecurrenceEditor.wox
-lib/GNUstep/SOGo/Templates/SchedulerUI/UIxReminderEditor.wox
-lib/GNUstep/SOGo/Templates/SchedulerUI/UIxTaskEditorTemplate.wox
-lib/GNUstep/SOGo/Templates/SchedulerUI/UIxTaskViewTemplate.wox
-lib/GNUstep/SOGo/Templates/UIxAclEditor.wox
-lib/GNUstep/SOGo/Templates/UIxModuleAccessDenied.wox
-lib/GNUstep/SOGo/Templates/UIxPageFrame.wox
-lib/GNUstep/SOGo/Templates/UIxSidenavToolbarTemplate.wox
-lib/GNUstep/SOGo/Templates/UIxSortableTableHeader.wox
-lib/GNUstep/SOGo/Templates/UIxToolbar.wox
-lib/GNUstep/SOGo/Templates/UIxTopnavToolbar.wox
-lib/GNUstep/SOGo/Templates/UIxUserRightsEditor.wox
-lib/GNUstep/SOGo/WebServerResources/css/icons.css
-lib/GNUstep/SOGo/WebServerResources/css/no-animation.css
-lib/GNUstep/SOGo/WebServerResources/css/no-animation.css.map
-lib/GNUstep/SOGo/WebServerResources/css/styles.css
-lib/GNUstep/SOGo/WebServerResources/css/styles.css.map
-lib/GNUstep/SOGo/WebServerResources/css/theme-default.css
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraMono-Bold.eot
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraMono-Bold.ttf
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraMono-Bold.woff
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraMono-Medium.eot
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraMono-Medium.ttf
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraMono-Medium.woff
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraMono-Regular.eot
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraMono-Regular.ttf
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraMono-Regular.woff
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Bold.eot
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Bold.ttf
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Bold.woff
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-BoldItalic.eot
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-BoldItalic.ttf
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-BoldItalic.woff
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Book.eot
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Book.ttf
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Book.woff
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-BookItalic.eot
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-BookItalic.ttf
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-BookItalic.woff
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Eight.eot
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Eight.ttf
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Eight.woff
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-EightItalic.eot
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-EightItalic.ttf
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-EightItalic.woff
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ExtraBold.eot
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ExtraBold.ttf
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ExtraBold.woff
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ExtraBoldItalic.eot
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ExtraBoldItalic.ttf
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ExtraBoldItalic.woff
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ExtraLight.eot
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ExtraLight.ttf
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ExtraLight.woff
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ExtraLightItalic.eot
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ExtraLightItalic.ttf
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ExtraLightItalic.woff
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Four.eot
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Four.ttf
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Four.woff
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-FourItalic.eot
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-FourItalic.ttf
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-FourItalic.woff
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Hair.eot
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Hair.ttf
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Hair.woff
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-HairItalic.eot
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-HairItalic.ttf
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-HairItalic.woff
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Heavy.eot
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Heavy.ttf
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Heavy.woff
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-HeavyItalic.eot
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-HeavyItalic.ttf
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-HeavyItalic.woff
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Italic.eot
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Italic.ttf
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Italic.woff
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Light.eot
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Light.ttf
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Light.woff
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-LightItalic.eot
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-LightItalic.ttf
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-LightItalic.woff
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Medium.eot
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Medium.ttf
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Medium.woff
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-MediumItalic.eot
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-MediumItalic.ttf
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-MediumItalic.woff
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Regular.eot
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Regular.ttf
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Regular.woff
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-SemiBold.eot
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-SemiBold.ttf
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-SemiBold.woff
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-SemiBoldItalic.eot
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-SemiBoldItalic.ttf
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-SemiBoldItalic.woff
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Thin.eot
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Thin.ttf
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Thin.woff
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ThinItalic.eot
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ThinItalic.ttf
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ThinItalic.woff
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Two.eot
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Two.ttf
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Two.woff
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-TwoItalic.eot
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-TwoItalic.ttf
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-TwoItalic.woff
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Ultra.eot
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Ultra.ttf
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Ultra.woff
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-UltraItalic.eot
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-UltraItalic.ttf
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-UltraItalic.woff
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-UltraLight.eot
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-UltraLight.ttf
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-UltraLight.woff
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-UltraLightItalic.eot
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-UltraLightItalic.ttf
-lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-UltraLightItalic.woff
-lib/GNUstep/SOGo/WebServerResources/fonts/MaterialIcons-Regular.eot
-lib/GNUstep/SOGo/WebServerResources/fonts/MaterialIcons-Regular.ttf
-lib/GNUstep/SOGo/WebServerResources/fonts/MaterialIcons-Regular.woff
-lib/GNUstep/SOGo/WebServerResources/fonts/MaterialIcons-Regular.woff2
-lib/GNUstep/SOGo/WebServerResources/img/cardboard-transp.png
-lib/GNUstep/SOGo/WebServerResources/img/certificate-off.svg
-lib/GNUstep/SOGo/WebServerResources/img/certificate.svg
-lib/GNUstep/SOGo/WebServerResources/img/felt-transp.png
-lib/GNUstep/SOGo/WebServerResources/img/ic_person_grey_24px.svg
-lib/GNUstep/SOGo/WebServerResources/img/inverse.png
-lib/GNUstep/SOGo/WebServerResources/img/mark_email_read.svg
-lib/GNUstep/SOGo/WebServerResources/img/mark_email_unread.svg
-lib/GNUstep/SOGo/WebServerResources/img/sogo-compact.svg
-lib/GNUstep/SOGo/WebServerResources/img/sogo-full.svg
-lib/GNUstep/SOGo/WebServerResources/img/sogo-logo.png
-lib/GNUstep/SOGo/WebServerResources/img/sogo.ico
-lib/GNUstep/SOGo/WebServerResources/img/voice_over_off.svg
-lib/GNUstep/SOGo/WebServerResources/js/Administration.js
-lib/GNUstep/SOGo/WebServerResources/js/Administration.js.map
-lib/GNUstep/SOGo/WebServerResources/js/Administration.services.js
-lib/GNUstep/SOGo/WebServerResources/js/Administration.services.js.map
-lib/GNUstep/SOGo/WebServerResources/js/Administration/Administration.app.js
-lib/GNUstep/SOGo/WebServerResources/js/Administration/Administration.service.js
-lib/GNUstep/SOGo/WebServerResources/js/Administration/AdministrationAclController.js
-lib/GNUstep/SOGo/WebServerResources/js/Administration/AdministrationController.js
-lib/GNUstep/SOGo/WebServerResources/js/Common.js
-lib/GNUstep/SOGo/WebServerResources/js/Common.js.map
-lib/GNUstep/SOGo/WebServerResources/js/Common/Acl.service.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/AclController.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/Authentication.service.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/Common.app.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/Dialog.service.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/Gravatar.service.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/Resource.service.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/User.service.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/angular-file-upload.trump.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/decodeUri.filter.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/encodeUri.filter.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/ensureTarget.filter.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/loc.filter.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/mdColors.app.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/navController.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/range.filter.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/sgAutogrow.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/sgAvatarImage.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/sgBlockToggle.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/sgCheckmark.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/sgCkeditor.component.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/sgColorPicker.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/sgCompile.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/sgDatepickerReadonlyInput.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/sgDraggable.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/sgDroppable.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/sgEnter.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/sgEscape.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/sgFocus.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/sgFocus.service.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/sgFolderStylesheet.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/sgHotkeys.service.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/sgLabels.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/sgNoDirtyCheck.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/sgPlaceholder.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/sgQrCode.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/sgResetOnDisabled.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/sgRippleClick.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/sgSearch.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/sgSelectOnly.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/sgSubscribe.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/sgTimepicker.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/sgToggleGrid.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/txt2html.filter.js
-lib/GNUstep/SOGo/WebServerResources/js/Common/utils.js
-lib/GNUstep/SOGo/WebServerResources/js/Contacts.js
-lib/GNUstep/SOGo/WebServerResources/js/Contacts.js.map
-lib/GNUstep/SOGo/WebServerResources/js/Contacts.services.js
-lib/GNUstep/SOGo/WebServerResources/js/Contacts.services.js.map
-lib/GNUstep/SOGo/WebServerResources/js/Contacts/AddressBook.service.js
-lib/GNUstep/SOGo/WebServerResources/js/Contacts/AddressBookController.js
-lib/GNUstep/SOGo/WebServerResources/js/Contacts/AddressBooksController.js
-lib/GNUstep/SOGo/WebServerResources/js/Contacts/Card.service.js
-lib/GNUstep/SOGo/WebServerResources/js/Contacts/CardController.js
-lib/GNUstep/SOGo/WebServerResources/js/Contacts/Contacts.app.js
-lib/GNUstep/SOGo/WebServerResources/js/Contacts/sgAddress.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Mailer.app.popup.js
-lib/GNUstep/SOGo/WebServerResources/js/Mailer.app.popup.js.map
-lib/GNUstep/SOGo/WebServerResources/js/Mailer.js
-lib/GNUstep/SOGo/WebServerResources/js/Mailer.js.map
-lib/GNUstep/SOGo/WebServerResources/js/Mailer.services.js
-lib/GNUstep/SOGo/WebServerResources/js/Mailer.services.js.map
-lib/GNUstep/SOGo/WebServerResources/js/Mailer/Account.service.js
-lib/GNUstep/SOGo/WebServerResources/js/Mailer/Mailbox.service.js
-lib/GNUstep/SOGo/WebServerResources/js/Mailer/MailboxController.js
-lib/GNUstep/SOGo/WebServerResources/js/Mailer/MailboxesController.js
-lib/GNUstep/SOGo/WebServerResources/js/Mailer/Mailer.app.js
-lib/GNUstep/SOGo/WebServerResources/js/Mailer/Mailer.popup.js
-lib/GNUstep/SOGo/WebServerResources/js/Mailer/Message.service.js
-lib/GNUstep/SOGo/WebServerResources/js/Mailer/MessageController.js
-lib/GNUstep/SOGo/WebServerResources/js/Mailer/MessageEditorController.js
-lib/GNUstep/SOGo/WebServerResources/js/Mailer/VirtualMailbox.service.js
-lib/GNUstep/SOGo/WebServerResources/js/Mailer/sgAccountSection.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Mailer/sgIMIP.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Mailer/sgImageGallery.service.js
-lib/GNUstep/SOGo/WebServerResources/js/Mailer/sgMailboxListItem.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Mailer/sgMessageListItem.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Mailer/sgMessageListItemMain.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Mailer/sgZoomableImage.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Main.js
-lib/GNUstep/SOGo/WebServerResources/js/Main.js.map
-lib/GNUstep/SOGo/WebServerResources/js/Main/Main.app.js
-lib/GNUstep/SOGo/WebServerResources/js/Preferences.js
-lib/GNUstep/SOGo/WebServerResources/js/Preferences.js.map
-lib/GNUstep/SOGo/WebServerResources/js/Preferences.services.js
-lib/GNUstep/SOGo/WebServerResources/js/Preferences.services.js.map
-lib/GNUstep/SOGo/WebServerResources/js/Preferences/AccountDialogController.js
-lib/GNUstep/SOGo/WebServerResources/js/Preferences/FiltersDialogController.js
-lib/GNUstep/SOGo/WebServerResources/js/Preferences/Preferences.app.js
-lib/GNUstep/SOGo/WebServerResources/js/Preferences/Preferences.service.js
-lib/GNUstep/SOGo/WebServerResources/js/Preferences/PreferencesController.js
-lib/GNUstep/SOGo/WebServerResources/js/Scheduler.js
-lib/GNUstep/SOGo/WebServerResources/js/Scheduler.js.map
-lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js
-lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js.map
-lib/GNUstep/SOGo/WebServerResources/js/Scheduler/Attendees.service.js
-lib/GNUstep/SOGo/WebServerResources/js/Scheduler/Calendar.service.js
-lib/GNUstep/SOGo/WebServerResources/js/Scheduler/CalendarController.js
-lib/GNUstep/SOGo/WebServerResources/js/Scheduler/CalendarListController.js
-lib/GNUstep/SOGo/WebServerResources/js/Scheduler/CalendarsController.js
-lib/GNUstep/SOGo/WebServerResources/js/Scheduler/Component.service.js
-lib/GNUstep/SOGo/WebServerResources/js/Scheduler/ComponentController.js
-lib/GNUstep/SOGo/WebServerResources/js/Scheduler/Scheduler.app.js
-lib/GNUstep/SOGo/WebServerResources/js/Scheduler/sgCalendarDay.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Scheduler/sgCalendarDayBlock.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Scheduler/sgCalendarDayTable.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Scheduler/sgCalendarGhost.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Scheduler/sgCalendarListEvent.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Scheduler/sgCalendarListItem.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Scheduler/sgCalendarMonthDay.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Scheduler/sgCalendarMonthEvent.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Scheduler/sgCalendarPrintStylesheet.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Scheduler/sgCalendarScrollView.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Scheduler/sgCategoryStylesheet.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Scheduler/sgDraggableCalendarBlock.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Scheduler/sgFreebusy.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Scheduler/sgFreebusyDay.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/Scheduler/sgNowLine.directive.js
-lib/GNUstep/SOGo/WebServerResources/js/theme.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/FileSaver.min.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/FileSaver.min.js.map
-lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-animate.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-animate.min.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-animate.min.js.map
-lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-aria.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-aria.min.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-aria.min.js.map
-lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-cookies.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-cookies.min.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-cookies.min.js.map
-lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-file-upload.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-file-upload.js.map
-lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-file-upload.min.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-file-upload.min.js.map
-lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-material.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-material.min.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-messages.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-messages.min.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-messages.min.js.map
-lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-sanitize.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-sanitize.min.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-sanitize.min.js.map
-lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-ui-router.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-ui-router.js.map
-lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-ui-router.min.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-ui-router.min.js.map
-lib/GNUstep/SOGo/WebServerResources/js/vendor/angular.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/angular.min.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/angular.min.js.map
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/LICENSE.md
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build-config.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/ckeditor.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/config.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/contents.css
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/ar.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/bg.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/bs.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/ca.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/cs.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/cy.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/da.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/de.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/en.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/es.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/eu.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/fi.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/fr.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/he.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/hr.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/hu.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/is.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/it.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/ja.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/lt.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/lv.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/mk.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/nb.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/nl.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/no.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/pl.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/pt-br.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/pt.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/ro.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/ru.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/sk.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/sl.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/sr-latn.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/sr.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/sv.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/tr.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/uk.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/zh-cn.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/zh.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/about/dialogs/about.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/about/dialogs/logo_ckeditor.png
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/base64image/LICENSE.md
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/base64image/README.md
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/base64image/dialogs/base64image.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/clipboard/dialogs/paste.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/colordialog/dialogs/colordialog.css
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/colordialog/dialogs/colordialog.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/dialog/dialogDefinition.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/dialog/styles/dialog.css
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/div/dialogs/div.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/icons.png
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/icons_hidpi.png
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/image/dialogs/image.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/image/images/noimage.png
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/link/dialogs/anchor.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/link/dialogs/link.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/link/images/anchor.png
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/link/images/hidpi/anchor.png
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/pastefromgdocs/filter/default.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/pastefromword/filter/default.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/pastetools/filter/common.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/pastetools/filter/image.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/scayt/LICENSE.md
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/scayt/dialogs/dialog.css
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/scayt/dialogs/options.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/scayt/dialogs/toolbar.css
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/table/dialogs/table.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/tabletools/dialogs/tableCell.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/widget/images/handle.png
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/wsc/LICENSE.md
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/wsc/dialogs/ciframe.html
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/wsc/dialogs/tmpFrameset.html
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/wsc/dialogs/wsc.css
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/wsc/dialogs/wsc.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/wsc/dialogs/wsc_ie.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/dialog.css
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/dialog_ie.css
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/dialog_ie8.css
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/dialog_iequirks.css
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/editor.css
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/editor_gecko.css
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/editor_ie.css
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/editor_ie8.css
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/editor_iequirks.css
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/icons.png
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/icons_hidpi.png
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/images/arrow.png
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/images/close.png
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/images/hidpi/close.png
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/images/hidpi/lock-open.png
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/images/hidpi/lock.png
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/images/hidpi/refresh.png
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/images/lock-open.png
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/images/lock.png
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/images/refresh.png
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/images/spinner.gif
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/styles.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/vendor/promise.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/lodash.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/lodash.min.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ng-sortable.min.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/ng-sortable.min.js.map
-lib/GNUstep/SOGo/WebServerResources/js/vendor/qrcode.js
-lib/GNUstep/SOGo/WebServerResources/js/vendor/qrcode.min.js
-lib/GNUstep/SaxDrivers-4.9/versitCardsSaxDriver.sax/Resources/Info-gnustep.plist
-lib/GNUstep/SaxDrivers-4.9/versitCardsSaxDriver.sax/Resources/bundle-info.plist
-lib/GNUstep/SaxDrivers-4.9/versitCardsSaxDriver.sax/bundle-info.plist
-lib/GNUstep/SaxDrivers-4.9/versitCardsSaxDriver.sax/stamp.make
-lib/GNUstep/SaxDrivers-4.9/versitCardsSaxDriver.sax/versitCardsSaxDriver
-lib/GNUstep/SaxMappings/NGCards.xmap
-lib/GNUstep/WOxElemBuilders-4.9/SOGoElements.wox/Resources/Info-gnustep.plist
-lib/GNUstep/WOxElemBuilders-4.9/SOGoElements.wox/SOGoElements
-lib/GNUstep/WOxElemBuilders-4.9/SOGoElements.wox/bundle-info.plist
-lib/GNUstep/WOxElemBuilders-4.9/SOGoElements.wox/stamp.make
-lib/sogo/libGDLContentStore.so
-lib/sogo/libGDLContentStore.so.4.9
-lib/sogo/libGDLContentStore.so.4.9.0
-lib/sogo/libNGCards.so
-lib/sogo/libNGCards.so.4.9
-lib/sogo/libNGCards.so.4.9.0
-lib/sogo/libSOGo.so
-lib/sogo/libSOGo.so.5
-lib/sogo/libSOGo.so.${PKGVERSION}
-lib/sogo/libSOGoUI.so
-lib/sogo/libSOGoUI.so.5.5
-lib/sogo/libSOGoUI.so.${PKGVERSION}
-sbin/sogo-ealarms-notify
-sbin/sogo-slapd-sockd
-sbin/sogo-tool
-sbin/sogod
-share/examples/SOGo/SOGo.conf
-share/examples/SOGo/sogo-conf.sh
-@pkgdir lib/GNUstep/SOGo/Mailer.SOGo/Resources/WebServer
-@pkgdir lib/GNUstep/SOGo/Appointments.SOGo/Resources/WebServer
diff --git a/SOGo5/TODO b/SOGo5/TODO
deleted file mode 100644
index e5b2e71ecd..0000000000
--- a/SOGo5/TODO
+++ /dev/null
@@ -1,3 +0,0 @@
-- resolve wrkdir references in binaries (PKG_DEVELOPER)
-
-- Don't use SED during install (pkglint)
\ No newline at end of file
diff --git a/SOGo5/distinfo b/SOGo5/distinfo
deleted file mode 100644
index ec83fc6077..0000000000
--- a/SOGo5/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.1 2019/09/11 12:01:54 tm Exp $
-
-BLAKE2s (SOGo-5.5.0.tar.gz) = 02adecb5cc657f4ee87fb575e23f09708bee0d261a75ee8306f29ddec5c2efff
-SHA512 (SOGo-5.5.0.tar.gz) = c480a8f8cd48a6f5e6c84d470c430338eea825d74885ef4ecef04e1eebe07b2b8f93681b72dd9ead80103436bb96b7f44b71bca6a9cf80dc4dc8e9599c2e9b1d
-Size (SOGo-5.5.0.tar.gz) = 34579723 bytes
-SHA1 (patch-SoObjects_SOGo_pkcs5__pbkdf2.c) = 2a15b36e8b16950f9dcbed674a400b19443371f7
-SHA1 (patch-aa) = 44adf104976bd2a991afce098099ace40e12e41c
-SHA1 (patch-general.make) = c7874a2a3f121b7df2a3a3e9eedff0d1bcbaf44b
diff --git a/SOGo5/files/SOGo.conf b/SOGo5/files/SOGo.conf
deleted file mode 100644
index 0c635d6732..0000000000
--- a/SOGo5/files/SOGo.conf
+++ /dev/null
@@ -1,5 +0,0 @@
-
- <Directory "@PREFIX@/lib/GNUstep/SOGo/WebServerResources/">
- Order allow,deny
- Allow from all
- </Directory>
diff --git a/SOGo5/files/sogo-conf.sh b/SOGo5/files/sogo-conf.sh
deleted file mode 100644
index d617f41109..0000000000
--- a/SOGo5/files/sogo-conf.sh
+++ /dev/null
@@ -1,49 +0,0 @@
-#!/bin/sh
-
-su -m @SOGOUSER@ << EOT
-mkdir -p ~@SOGOUSER@/GNUstep/Defaults
-
-defaults write sogod SOGoTimeZone "Europe/Paris"
-defaults write sogod SOGoMailDomain "example.net"
-defaults write sogod SOGoLanguage French
-defaults write sogod SOGoAppointmentSendEMailNotifications YES
-defaults write sogod SOGoFoldersSendEMailNotifications YES
-defaults write sogod SOGoACLsSendEMailNotifications YES
-
-defaults write sogod SOGoUserSources '({
- CNFieldName = cn;
- IDFieldName = uid;
- UIDFieldName = uid;
- IMAPHostFieldName = netExampleMailhost;
- baseDN = "dc=example,dc=net";
- bindDN = "";
- bindPassword = "";
- canAuthenticate = YES;
- displayName = "ExampleNet SARL";
- bindFields = (uid);
- hostname = "ldap.example.net";
- id = public;
- isAddressBook = YES;
- port = 636;
- encryption = SSL;
- filter = "(objectClass='inetOrgPerson')";
-})'
-defaults write sogod SOGoProfileURL 'mysql://sogo:sogo@localhost/sogo/sogo_user_profile'
-defaults write sogod OCSFolderInfoURL 'mysql://sogo:sogo@localhost/sogo/sogo_folder_info'
-defaults write sogod OCSSessionsFolderURL 'mysql://sogo:sogo@localhost/sogo/sogo_sessions_folder'
-
-defaults write sogod SOGoMailingMechanism smtp
-defaults write sogod SOGoSMTPServer smtp.example.net
-
-defaults write sogod SOGoDraftsFolderName Drafts
-defaults write sogod SOGoSentFolderName Sent
-defaults write sogod SOGoTrashFolderName Trash
-defaults write sogod SOGoIMAPServer imaps://localhost:993
-
-defaults write sogod SOGoPageTitle "Agenda "ExampleNet SARL"
-defaults write sogod SOGoLoginModule "Calendar"
-defaults write sogod SOGoZipPath "/usr/pkg/bin/zip"
-
-EOT
-
-/etc/rc.d/sogod restart
diff --git a/SOGo5/files/sogod.sh b/SOGo5/files/sogod.sh
deleted file mode 100644
index 2ca8f8b746..0000000000
--- a/SOGo5/files/sogod.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/sh
-#
-# $NetBSD: sogod.sh,v 1.1 2019/09/11 12:01:54 tm Exp $
-#
-
-# PROVIDE: sogod
-# REQUIRE: DAEMON
-# BEFORE: apache
-
-$_rc_subr_loaded . /etc/rc.subr
-
-name="sogod"
-rcvar=$name
-command="@PREFIX@/sbin/${name}"
-pidfile="@SOGORUNDIR@/${name}.pid"
-logfile="@SOGORUNDIR@/${name}.log"
-sogouser=@SOGOUSER@
-command_args="-WOPidFile ${pidfile} -WOLogFile ${logfile}"
-start_precmd="sogod_precmd"
-start_cmd="sogod_start"
-
-sogod_precmd()
-{
- test -f @PREFIX@/etc/GNUstep.conf || {
- echo "Cannot find @PREFIX@/etc/GNUstep.conf"
- exit 1
- }
- . @PREFIX@/etc/GNUstep.conf
-
- test -f @PREFIX@/share/GNUstep/Makefiles/GNUstep.sh || {
- echo "Cannot find @PREFIX@/share/GNUstep/Makefiles/GNUstep.sh"
- exit 1
- }
- . @PREFIX@/share/GNUstep/Makefiles/GNUstep.sh
-}
-
-sogod_start()
-{
- echo "Starting $name: "
- su -m ${sogouser} -c "${command} ${command_args}"
-}
-
-load_rc_config $name
-run_rc_command "$1"
diff --git a/SOGo5/patches/patch-SoObjects_SOGo_pkcs5__pbkdf2.c b/SOGo5/patches/patch-SoObjects_SOGo_pkcs5__pbkdf2.c
deleted file mode 100644
index 17d090d8db..0000000000
--- a/SOGo5/patches/patch-SoObjects_SOGo_pkcs5__pbkdf2.c
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD$
-
-Define uint8_t on SunOS, Solaris and illumos because CPPFLAGS, CFLAGS are not
-passed through the GNUMakefile structure.
-
---- SoObjects/SOGo/pkcs5_pbkdf2.c.orig 2022-01-18 16:19:17.000000000 +0000
-+++ SoObjects/SOGo/pkcs5_pbkdf2.c
-@@ -41,6 +41,10 @@
- #define SHA1_DIGEST_LENGTH 20
- #define SHA1_DIGEST_STRING_LENGTH (SHA1_DIGEST_LENGTH * 2 + 1)
-
-+#ifdef __sun
-+typedef uint8_t u_int8_t;
-+#endif
-+
- /*
- * HMAC-SHA-1 (from RFC 2202).
- */
diff --git a/SOGo5/patches/patch-aa b/SOGo5/patches/patch-aa
deleted file mode 100644
index 4c2e9e2d1e..0000000000
--- a/SOGo5/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
-Added NetBSD support
-
---- SoObjects/SOGo/NSData+Crypto.m.orig 2020-07-05 14:45:53.353028774 +0300
-+++ SoObjects/SOGo/NSData+Crypto.m 2020-07-05 14:46:15.347598303 +0300
-@@ -28,5 +28,5 @@
- #include <fcntl.h>
- #include <unistd.h>
--#if !defined(__OpenBSD__) && !defined(__FreeBSD__)
-+#if !defined(__OpenBSD__) && !defined(__FreeBSD__) && !defined(__NetBSD__)
- #include <crypt.h>
- #endif
diff --git a/SOGo5/patches/patch-general.make b/SOGo5/patches/patch-general.make
deleted file mode 100644
index 091de60605..0000000000
--- a/SOGo5/patches/patch-general.make
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-Add missing linker flag objc in general.make because env or pkgsrc
-LDFLAGS are not working.
-
---- general.make.orig 2022-01-18 16:19:17.000000000 +0000
-+++ general.make
-@@ -25,3 +25,7 @@ endif
- # readelf -p .GCC.command.line /path/to/elf_file
- ADDITIONAL_OBJCFLAGS += -g $(call cc-option,-frecord-gcc-switches)
-
-+# Ensure linking to objc works correctly. Because the
-+# env or pkgsrc variable LDFLAGS isn't working it's
-+# required configure it here:
-+ADDITIONAL_LDFLAGS += -lobjc
diff --git a/SOPE5/DESCR b/SOPE5/DESCR
deleted file mode 100644
index 231e13bbb2..0000000000
--- a/SOPE5/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-SOPE stands for "SKYRiX Object Publishing Environment" and is a
-framework for mapping dynamic objects into the HTTP infrastructure,
-that is, the web. A lot of ideas in SOPE are actually inspired by
-ZOPE (the Z Object Publishing Environment), but the implementation
-and details are quite different.
-
-This version of SOPE is maintained by SOGo team.
diff --git a/SOPE5/Makefile b/SOPE5/Makefile
deleted file mode 100644
index d3facc45db..0000000000
--- a/SOPE5/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2022/11/23 16:19:45 adam Exp $
-
-DISTNAME= SOPE-5.8.0
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GITHUB:=Alinto/}
-GITHUB_PROJECT= sope
-GITHUB_TAG= ${DISTNAME}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://github.com/inverse-inc/sope
-COMMENT= Framework for writing clever web servers driven by objects
-LICENSE= gnu-lgpl-v2
-
-USE_LANGUAGES= objc
-USE_TOOLS+= gmake
-
-HAS_CONFIGURE= yes
-
-CONFIGURE_ARGS= --with-gnustep --enable-debug --disable-strip
-
-LDFLAGS+= -L${PREFIX}/lib
-MAKE_ENV+= ADDITIONAL_LDFLAGS=${LDFLAGS:Q}
-
-# ld: -r and -pie may not be used together
-MKPIE_SUPPORTED= no
-
-# options.mk are not supported because gnustep-make/-base set
-# PKG_OPTIONS_VAR to support the fragile option.
-.include "../../mk/mysql.buildlink3.mk"
-.include "../../mk/pgsql.buildlink3.mk"
-.include "../../databases/openldap-client/buildlink3.mk"
-
-pre-configure:
- ${TEST} -e ${BUILDLINK_DIR}/lib/libmysqlclient.so || \
- ${LN} -s ${BUILDLINK_DIR}/lib/mysql/libmysqlclient.so \
- ${BUILDLINK_DIR}/lib/libmysqlclient.so
-
-.include "../../devel/gnustep-base/buildlink3.mk"
-.include "../../devel/gnustep-make/buildlink3.mk"
-.include "../../devel/gnustep-objc/buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/SOPE5/PLIST b/SOPE5/PLIST
deleted file mode 100644
index 122af51d99..0000000000
--- a/SOPE5/PLIST
+++ /dev/null
@@ -1,460 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2022/01/26 16:41:45 tm Exp $
-bin/connect-EOAdaptor
-bin/load-EOAdaptor
-bin/wod
-include/DOM/DOM.h
-include/DOM/DOMAttribute.h
-include/DOM/DOMBuilder.h
-include/DOM/DOMBuilderFactory.h
-include/DOM/DOMCDATASection.h
-include/DOM/DOMCharacterData.h
-include/DOM/DOMComment.h
-include/DOM/DOMDocument.h
-include/DOM/DOMDocumentFragment.h
-include/DOM/DOMDocumentType.h
-include/DOM/DOMElement.h
-include/DOM/DOMEntity.h
-include/DOM/DOMEntityReference.h
-include/DOM/DOMImplementation.h
-include/DOM/DOMNamedNodeMap.h
-include/DOM/DOMNode+Enum.h
-include/DOM/DOMNode+QueryPath.h
-include/DOM/DOMNode.h
-include/DOM/DOMNodeWalker.h
-include/DOM/DOMNotation.h
-include/DOM/DOMPYXOutputter.h
-include/DOM/DOMProcessingInstruction.h
-include/DOM/DOMProtocols.h
-include/DOM/DOMQueryPathExpression.h
-include/DOM/DOMSaxBuilder.h
-include/DOM/DOMSaxHandler.h
-include/DOM/DOMText.h
-include/DOM/DOMXMLOutputter.h
-include/DOM/EDOM.h
-include/EOControl/EOArrayDataSource.h
-include/EOControl/EOClassDescription.h
-include/EOControl/EOControl.h
-include/EOControl/EOControlDecls.h
-include/EOControl/EODataSource.h
-include/EOControl/EODetailDataSource.h
-include/EOControl/EOFetchSpecification.h
-include/EOControl/EOGenericRecord.h
-include/EOControl/EOGlobalID.h
-include/EOControl/EOKeyGlobalID.h
-include/EOControl/EOKeyValueArchiver.h
-include/EOControl/EOKeyValueCoding.h
-include/EOControl/EONull.h
-include/EOControl/EOObserver.h
-include/EOControl/EOQualifier.h
-include/EOControl/EOSQLParser.h
-include/EOControl/EOSortOrdering.h
-include/GDLAccess/EOAdaptor.h
-include/GDLAccess/EOAdaptorChannel+Attributes.h
-include/GDLAccess/EOAdaptorChannel.h
-include/GDLAccess/EOAdaptorContext.h
-include/GDLAccess/EOAdaptorDataSource.h
-include/GDLAccess/EOAdaptorGlobalID.h
-include/GDLAccess/EOAdaptorOperation.h
-include/GDLAccess/EOArrayProxy.h
-include/GDLAccess/EOAttribute.h
-include/GDLAccess/EOAttributeOrdering.h
-include/GDLAccess/EOCustomValues.h
-include/GDLAccess/EODatabase.h
-include/GDLAccess/EODatabaseChannel.h
-include/GDLAccess/EODatabaseContext.h
-include/GDLAccess/EODatabaseFault.h
-include/GDLAccess/EODatabaseFaultResolver.h
-include/GDLAccess/EODelegateResponse.h
-include/GDLAccess/EOEntity+Factory.h
-include/GDLAccess/EOEntity.h
-include/GDLAccess/EOExpressionArray.h
-include/GDLAccess/EOFExceptions.h
-include/GDLAccess/EOFault.h
-include/GDLAccess/EOFaultHandler.h
-include/GDLAccess/EOGenericRecord.h
-include/GDLAccess/EOJoinTypes.h
-include/GDLAccess/EOKeySortOrdering.h
-include/GDLAccess/EOModel.h
-include/GDLAccess/EOModelGroup.h
-include/GDLAccess/EONull.h
-include/GDLAccess/EOObjectUniquer.h
-include/GDLAccess/EOPrimaryKeyDictionary.h
-include/GDLAccess/EOQuotedExpression.h
-include/GDLAccess/EORecordDictionary.h
-include/GDLAccess/EORelationship.h
-include/GDLAccess/EOSQLExpression.h
-include/GDLAccess/EOSQLQualifier.h
-include/GDLAccess/GDLAccess.h
-include/GDLAccess/NSObject+EONullInit.h
-include/NGExtensions/AutoDefines.h
-include/NGExtensions/DOMNode+EOQualifier.h
-include/NGExtensions/EOCacheDataSource.h
-include/NGExtensions/EOCompoundDataSource.h
-include/NGExtensions/EODataSource+NGExtensions.h
-include/NGExtensions/EOFetchSpecification+plist.h
-include/NGExtensions/EOFilterDataSource.h
-include/NGExtensions/EOGrouping.h
-include/NGExtensions/EOGroupingSet.h
-include/NGExtensions/EOKeyGrouping.h
-include/NGExtensions/EOKeyMapDataSource.h
-include/NGExtensions/EOQualifier+CtxEval.h
-include/NGExtensions/EOQualifier+plist.h
-include/NGExtensions/EOQualifierGrouping.h
-include/NGExtensions/EOSortOrdering+plist.h
-include/NGExtensions/EOTrueQualifier.h
-include/NGExtensions/IndexFunc.h
-include/NGExtensions/NGBase64Coding.h
-include/NGExtensions/NGBaseTypes.h
-include/NGExtensions/NGBitSet.h
-include/NGExtensions/NGBundleManager.h
-include/NGExtensions/NGCalendarDateRange.h
-include/NGExtensions/NGCharBuffers.h
-include/NGExtensions/NGCustomFileManager.h
-include/NGExtensions/NGDirectoryEnumerator.h
-include/NGExtensions/NGExtensions.h
-include/NGExtensions/NGExtensionsDecls.h
-include/NGExtensions/NGFileFolderInfoDataSource.h
-include/NGExtensions/NGFileManager.h
-include/NGExtensions/NGFileManagerURL.h
-include/NGExtensions/NGHashMap.h
-include/NGExtensions/NGLogAppender.h
-include/NGExtensions/NGLogEvent.h
-include/NGExtensions/NGLogEventFormatter.h
-include/NGExtensions/NGLogFileHandleAppender.h
-include/NGExtensions/NGLogLevel.h
-include/NGExtensions/NGLogSyslogAppender.h
-include/NGExtensions/NGLogger.h
-include/NGExtensions/NGLoggerManager.h
-include/NGExtensions/NGLogging.h
-include/NGExtensions/NGMemoryAllocation.h
-include/NGExtensions/NGMerging.h
-include/NGExtensions/NGObjectMacros.h
-include/NGExtensions/NGPropertyListParser.h
-include/NGExtensions/NGQuotedPrintableCoding.h
-include/NGExtensions/NGResourceLocator.h
-include/NGExtensions/NGRule.h
-include/NGExtensions/NGRuleAssignment.h
-include/NGExtensions/NGRuleContext.h
-include/NGExtensions/NGRuleEngine.h
-include/NGExtensions/NGRuleModel.h
-include/NGExtensions/NGStack.h
-include/NGExtensions/NSArray+enumerator.h
-include/NGExtensions/NSAutoreleasePool+misc.h
-include/NGExtensions/NSBundle+misc.h
-include/NGExtensions/NSCalendarDate+misc.h
-include/NGExtensions/NSData+gzip.h
-include/NGExtensions/NSData+misc.h
-include/NGExtensions/NSDictionary+misc.h
-include/NGExtensions/NSEnumerator+misc.h
-include/NGExtensions/NSException+misc.h
-include/NGExtensions/NSFileManager+Extensions.h
-include/NGExtensions/NSNull+misc.h
-include/NGExtensions/NSObject+Logs.h
-include/NGExtensions/NSObject+Values.h
-include/NGExtensions/NSProcessInfo+misc.h
-include/NGExtensions/NSRunLoop+FileObjects.h
-include/NGExtensions/NSSet+enumerator.h
-include/NGExtensions/NSString+Encoding.h
-include/NGExtensions/NSString+Escaping.h
-include/NGExtensions/NSString+Ext.h
-include/NGExtensions/NSString+Formatting.h
-include/NGExtensions/NSString+misc.h
-include/NGExtensions/NSURL+misc.h
-include/NGHttp/NGHttp.h
-include/NGHttp/NGHttpBodyParser.h
-include/NGHttp/NGHttpCookie.h
-include/NGHttp/NGHttpDecls.h
-include/NGHttp/NGHttpHeaderFieldParser.h
-include/NGHttp/NGHttpHeaderFields.h
-include/NGHttp/NGHttpMessage.h
-include/NGHttp/NGHttpMessageParser.h
-include/NGHttp/NGHttpRequest.h
-include/NGHttp/NGHttpResponse.h
-include/NGHttp/NGUrlFormCoder.h
-include/NGImap4/NGImap4.h
-include/NGImap4/NGImap4Client.h
-include/NGImap4/NGImap4Connection.h
-include/NGImap4/NGImap4ConnectionManager.h
-include/NGImap4/NGImap4Context.h
-include/NGImap4/NGImap4DataSource.h
-include/NGImap4/NGImap4Envelope.h
-include/NGImap4/NGImap4EnvelopeAddress.h
-include/NGImap4/NGImap4FileManager.h
-include/NGImap4/NGImap4Folder.h
-include/NGImap4/NGImap4MailboxInfo.h
-include/NGImap4/NGImap4Message.h
-include/NGImap4/NGImap4ResponseParser.h
-include/NGImap4/NGImap4ServerRoot.h
-include/NGImap4/NGImap4Support.h
-include/NGImap4/NGSieveClient.h
-include/NGImap4/NSString+Imap4.h
-${PLIST.ldap}include/NGLdap/EOQualifier+LDAP.h
-${PLIST.ldap}include/NGLdap/NGLdap.h
-${PLIST.ldap}include/NGLdap/NGLdapAttribute.h
-${PLIST.ldap}include/NGLdap/NGLdapConnection.h
-${PLIST.ldap}include/NGLdap/NGLdapDataSource.h
-${PLIST.ldap}include/NGLdap/NGLdapEntry.h
-${PLIST.ldap}include/NGLdap/NGLdapFileManager.h
-${PLIST.ldap}include/NGLdap/NGLdapGlobalID.h
-${PLIST.ldap}include/NGLdap/NGLdapModification.h
-${PLIST.ldap}include/NGLdap/NGLdapSearchResultEnumerator.h
-${PLIST.ldap}include/NGLdap/NGLdapURL.h
-${PLIST.ldap}include/NGLdap/NSString+DN.h
-include/NGMail/NGMBoxReader.h
-include/NGMail/NGMail.h
-include/NGMail/NGMailAddress.h
-include/NGMail/NGMailAddressList.h
-include/NGMail/NGMailAddressParser.h
-include/NGMail/NGMailDecls.h
-include/NGMail/NGMimeMessage.h
-include/NGMail/NGMimeMessageGenerator.h
-include/NGMail/NGMimeMessageParser.h
-include/NGMail/NGPop3Client.h
-include/NGMail/NGPop3Support.h
-include/NGMail/NGSendMail.h
-include/NGMail/NGSmtpClient.h
-include/NGMail/NGSmtpSupport.h
-include/NGMime/NGConcreteMimeType.h
-include/NGMime/NGMime.h
-include/NGMime/NGMimeBodyGenerator.h
-include/NGMime/NGMimeBodyParser.h
-include/NGMime/NGMimeBodyPart.h
-include/NGMime/NGMimeBodyPartParser.h
-include/NGMime/NGMimeDecls.h
-include/NGMime/NGMimeExceptions.h
-include/NGMime/NGMimeFileData.h
-include/NGMime/NGMimeGeneratorProtocols.h
-include/NGMime/NGMimeHeaderFieldGenerator.h
-include/NGMime/NGMimeHeaderFieldParser.h
-include/NGMime/NGMimeHeaderFields.h
-include/NGMime/NGMimeJoinedData.h
-include/NGMime/NGMimeMultipartBody.h
-include/NGMime/NGMimePartGenerator.h
-include/NGMime/NGMimePartParser.h
-include/NGMime/NGMimeType.h
-include/NGMime/NGMimeUtilities.h
-include/NGMime/NGPart.h
-include/NGMime/NSData+RFC822.h
-include/NGObjWeb/EOFetchSpecification+SoDAV.h
-include/NGObjWeb/NGObjWeb.h
-include/NGObjWeb/NGObjWebDecls.h
-include/NGObjWeb/NSException+HTTP.h
-include/NGObjWeb/NSString+JavaScriptEscaping.h
-include/NGObjWeb/OWResourceManager.h
-include/NGObjWeb/OWResponder.h
-include/NGObjWeb/OWViewRequestHandler.h
-include/NGObjWeb/SaxDAVHandler.h
-include/NGObjWeb/SoActionInvocation.h
-include/NGObjWeb/SoApplication.h
-include/NGObjWeb/SoClass.h
-include/NGObjWeb/SoClassRegistry.h
-include/NGObjWeb/SoClassSecurityInfo.h
-include/NGObjWeb/SoComponent.h
-include/NGObjWeb/SoControlPanel.h
-include/NGObjWeb/SoCookieAuthenticator.h
-include/NGObjWeb/SoDAV.h
-include/NGObjWeb/SoDAVLockManager.h
-include/NGObjWeb/SoDAVSQLParser.h
-include/NGObjWeb/SoDefaultRenderer.h
-include/NGObjWeb/SoHTTPAuthenticator.h
-include/NGObjWeb/SoLookupAssociation.h
-include/NGObjWeb/SoObjCClass.h
-include/NGObjWeb/SoObject+SoDAV.h
-include/NGObjWeb/SoObject.h
-include/NGObjWeb/SoObjectDataSource.h
-include/NGObjWeb/SoObjectMethodDispatcher.h
-include/NGObjWeb/SoObjectRequestHandler.h
-include/NGObjWeb/SoObjectResultEntry.h
-include/NGObjWeb/SoObjectWebDAVDispatcher.h
-include/NGObjWeb/SoObjects.h
-include/NGObjWeb/SoPageInvocation.h
-include/NGObjWeb/SoPermissions.h
-include/NGObjWeb/SoProduct.h
-include/NGObjWeb/SoProductClassInfo.h
-include/NGObjWeb/SoProductLoader.h
-include/NGObjWeb/SoProductRegistry.h
-include/NGObjWeb/SoProductResourceManager.h
-include/NGObjWeb/SoSecurityException.h
-include/NGObjWeb/SoSecurityManager.h
-include/NGObjWeb/SoSelectorInvocation.h
-include/NGObjWeb/SoSubContext.h
-include/NGObjWeb/SoSubscription.h
-include/NGObjWeb/SoSubscriptionManager.h
-include/NGObjWeb/SoTemplateRenderer.h
-include/NGObjWeb/SoUser.h
-include/NGObjWeb/SoWebDAVRenderer.h
-include/NGObjWeb/SoWebDAVValue.h
-include/NGObjWeb/WEClientCapabilities.h
-include/NGObjWeb/WOActionResults.h
-include/NGObjWeb/WOActionURL.h
-include/NGObjWeb/WOAdaptor.h
-include/NGObjWeb/WOApplication.h
-include/NGObjWeb/WOAssociation.h
-include/NGObjWeb/WOComponent.h
-include/NGObjWeb/WOComponentDefinition.h
-include/NGObjWeb/WOComponentScript.h
-include/NGObjWeb/WOContext+SoObjects.h
-include/NGObjWeb/WOContext.h
-include/NGObjWeb/WOCookie.h
-include/NGObjWeb/WOCoreApplication.h
-include/NGObjWeb/WODirectAction.h
-include/NGObjWeb/WODisplayGroup.h
-include/NGObjWeb/WODynamicElement.h
-include/NGObjWeb/WOElement.h
-include/NGObjWeb/WOElementTrackingContext.h
-include/NGObjWeb/WOHTMLDynamicElement.h
-include/NGObjWeb/WOHTTPConnection.h
-include/NGObjWeb/WOMailDelivery.h
-include/NGObjWeb/WOMessage.h
-include/NGObjWeb/WOPageGenerationContext.h
-include/NGObjWeb/WOProxyRequestHandler.h
-include/NGObjWeb/WORequest+So.h
-include/NGObjWeb/WORequest.h
-include/NGObjWeb/WORequestHandler.h
-include/NGObjWeb/WOResourceManager.h
-include/NGObjWeb/WOResponse.h
-include/NGObjWeb/WOSession.h
-include/NGObjWeb/WOSessionStore.h
-include/NGObjWeb/WOStatisticsStore.h
-include/NGObjWeb/WOTemplate.h
-include/NGObjWeb/WOTemplateBuilder.h
-include/NGObjWeb/WOxElemBuilder.h
-include/NGStreams/NGActiveSocket.h
-include/NGStreams/NGBase64Stream.h
-include/NGStreams/NGBufferedStream.h
-include/NGStreams/NGByteBuffer.h
-include/NGStreams/NGByteCountStream.h
-include/NGStreams/NGCTextStream.h
-include/NGStreams/NGCharBuffer.h
-include/NGStreams/NGConcreteStreamFileHandle.h
-include/NGStreams/NGDataStream.h
-include/NGStreams/NGDatagramPacket.h
-include/NGStreams/NGDatagramSocket.h
-include/NGStreams/NGDescriptorFunctions.h
-include/NGStreams/NGFileStream.h
-include/NGStreams/NGFilterStream.h
-include/NGStreams/NGFilterTextStream.h
-include/NGStreams/NGGZipStream.h
-include/NGStreams/NGInternetSocketAddress.h
-include/NGStreams/NGInternetSocketDomain.h
-include/NGStreams/NGLocalSocketAddress.h
-include/NGStreams/NGLocalSocketDomain.h
-include/NGStreams/NGLockingStream.h
-include/NGStreams/NGNet.h
-include/NGStreams/NGNetDecls.h
-include/NGStreams/NGNetUtilities.h
-include/NGStreams/NGPassiveSocket.h
-include/NGStreams/NGSocket.h
-include/NGStreams/NGSocketExceptions.h
-include/NGStreams/NGSocketProtocols.h
-include/NGStreams/NGStream.h
-include/NGStreams/NGStreamExceptions.h
-include/NGStreams/NGStreamPipe.h
-include/NGStreams/NGStreamProtocols.h
-include/NGStreams/NGStreams.h
-include/NGStreams/NGStreamsDecls.h
-include/NGStreams/NGStringTextStream.h
-include/NGStreams/NGTerminalSupport.h
-include/NGStreams/NGTextStream.h
-include/NGStreams/NGTextStreamProtocols.h
-include/SBJson/NSObject+SBJSON.h
-include/SBJson/NSString+SBJSON.h
-include/SBJson/SBJson.h
-include/SBJson/SBJsonBase.h
-include/SBJson/SBJsonParser.h
-include/SBJson/SBJsonWriter.h
-include/SaxObjC/SaxAttributeList.h
-include/SaxObjC/SaxAttributes.h
-include/SaxObjC/SaxContentHandler.h
-include/SaxObjC/SaxDTDHandler.h
-include/SaxObjC/SaxDeclHandler.h
-include/SaxObjC/SaxDefaultHandler.h
-include/SaxObjC/SaxDocumentHandler.h
-include/SaxObjC/SaxEntityResolver.h
-include/SaxObjC/SaxErrorHandler.h
-include/SaxObjC/SaxException.h
-include/SaxObjC/SaxHandlerBase.h
-include/SaxObjC/SaxLexicalHandler.h
-include/SaxObjC/SaxLocator.h
-include/SaxObjC/SaxMethodCallHandler.h
-include/SaxObjC/SaxNamespaceSupport.h
-include/SaxObjC/SaxObjC.h
-include/SaxObjC/SaxObjectDecoder.h
-include/SaxObjC/SaxObjectModel.h
-include/SaxObjC/SaxXMLFilter.h
-include/SaxObjC/SaxXMLReader.h
-include/SaxObjC/SaxXMLReaderFactory.h
-include/SaxObjC/XMLNamespaces.h
-include/WEExtensions/WEContextConditional.h
-include/WEExtensions/WEResourceManager.h
-include/WOExtensions/WOExtensions.h
-include/WOExtensions/WORedirect.h
-include/XmlRpc/NSObject+XmlRpc.h
-include/XmlRpc/XmlRpc.h
-include/XmlRpc/XmlRpcCoder.h
-include/XmlRpc/XmlRpcMethodCall.h
-include/XmlRpc/XmlRpcMethodResponse.h
-${PLIST.mysql}lib/GNUstep/GDLAdaptors-4.9/MySQL.gdladaptor/MySQL
-${PLIST.mysql}lib/GNUstep/GDLAdaptors-4.9/MySQL.gdladaptor/Resources/Info-gnustep.plist
-${PLIST.mysql}lib/GNUstep/GDLAdaptors-4.9/MySQL.gdladaptor/Resources/Version
-${PLIST.mysql}lib/GNUstep/GDLAdaptors-4.9/MySQL.gdladaptor/stamp.make
-${PLIST.pgsql}lib/GNUstep/GDLAdaptors-4.9/PostgreSQL.gdladaptor/PostgreSQL
-${PLIST.pgsql}lib/GNUstep/GDLAdaptors-4.9/PostgreSQL.gdladaptor/Resources/Info-gnustep.plist
-${PLIST.pgsql}lib/GNUstep/GDLAdaptors-4.9/PostgreSQL.gdladaptor/Resources/Version
-${PLIST.pgsql}lib/GNUstep/GDLAdaptors-4.9/PostgreSQL.gdladaptor/stamp.make
-lib/GNUstep/Libraries/Resources/NGObjWeb/DAVPropMap.plist
-lib/GNUstep/Libraries/Resources/NGObjWeb/Defaults.plist
-lib/GNUstep/Libraries/Resources/NGObjWeb/Languages.plist
-lib/GNUstep/SaxDrivers-4.9/STXSaxDriver.sax/Resources/Info-gnustep.plist
-lib/GNUstep/SaxDrivers-4.9/STXSaxDriver.sax/Resources/Version
-lib/GNUstep/SaxDrivers-4.9/STXSaxDriver.sax/STXSaxDriver
-lib/GNUstep/SaxDrivers-4.9/STXSaxDriver.sax/bundle-info.plist
-lib/GNUstep/SaxDrivers-4.9/STXSaxDriver.sax/stamp.make
-lib/GNUstep/SaxDrivers-4.9/libxmlSAXDriver.sax/Resources/Info-gnustep.plist
-lib/GNUstep/SaxDrivers-4.9/libxmlSAXDriver.sax/Resources/Version
-lib/GNUstep/SaxDrivers-4.9/libxmlSAXDriver.sax/Resources/bundle-info.plist
-lib/GNUstep/SaxDrivers-4.9/libxmlSAXDriver.sax/bundle-info.plist
-lib/GNUstep/SaxDrivers-4.9/libxmlSAXDriver.sax/libxmlSAXDriver
-lib/GNUstep/SaxDrivers-4.9/libxmlSAXDriver.sax/stamp.make
-lib/GNUstep/SoProducts-4.9/SoCore.sxp/Resources/Info-gnustep.plist
-lib/GNUstep/SoProducts-4.9/SoCore.sxp/Resources/Version
-lib/GNUstep/SoProducts-4.9/SoCore.sxp/Resources/product.plist
-lib/GNUstep/SoProducts-4.9/SoCore.sxp/SoCore
-lib/GNUstep/SoProducts-4.9/SoCore.sxp/stamp.make
-lib/GNUstep/WOxElemBuilders-4.9/WEExtensions.wox/Resources/Info-gnustep.plist
-lib/GNUstep/WOxElemBuilders-4.9/WEExtensions.wox/WEExtensions
-lib/GNUstep/WOxElemBuilders-4.9/WEExtensions.wox/bundle-info.plist
-lib/GNUstep/WOxElemBuilders-4.9/WEExtensions.wox/stamp.make
-lib/GNUstep/WOxElemBuilders-4.9/WOExtensions.wox/Resources/Info-gnustep.plist
-lib/GNUstep/WOxElemBuilders-4.9/WOExtensions.wox/WOExtensions
-lib/GNUstep/WOxElemBuilders-4.9/WOExtensions.wox/bundle-info.plist
-lib/GNUstep/WOxElemBuilders-4.9/WOExtensions.wox/stamp.make
-lib/libDOM.so
-lib/libDOM.so.4.9.24
-lib/libEOControl.so
-lib/libEOControl.so.4.9.74
-lib/libGDLAccess.so
-lib/libGDLAccess.so.4.9.63
-lib/libNGExtensions.so
-lib/libNGExtensions.so.4.9.203
-${PLIST.ldap}lib/libNGLdap.so
-${PLIST.ldap}lib/libNGLdap.so.4.9.35
-lib/libNGMime.so
-lib/libNGMime.so.4.9.3
-lib/libNGObjWeb.so
-lib/libNGObjWeb.so.4.9.37
-lib/libNGStreams.so
-lib/libNGStreams.so.4.9.57
-lib/libSBJson.so
-lib/libSBJson.so.2.3.1
-lib/libSaxObjC.so
-lib/libSaxObjC.so.4.9.66
-lib/libWEExtensions.so
-lib/libWEExtensions.so.4.9.94
-lib/libWOExtensions.so
-lib/libWOExtensions.so.4.9.31
-lib/libXmlRpc.so
-lib/libXmlRpc.so.4.9.31
-share/GNUstep/Makefiles/Additional/ngobjweb.make
-share/GNUstep/Makefiles/woapp.make
-share/GNUstep/Makefiles/wobundle.make
diff --git a/SOPE5/PLIST.SunOS b/SOPE5/PLIST.SunOS
deleted file mode 100644
index cb6023149c..0000000000
--- a/SOPE5/PLIST.SunOS
+++ /dev/null
@@ -1,14 +0,0 @@
-@comment $NetBSD: PLIST.SunOS,v 1.2 2022/01/26 16:41:45 tm Exp $
-lib/libDOM.so.4.9
-lib/libEOControl.so.4.9
-lib/libGDLAccess.so.4.9
-lib/libNGExtensions.so.4.9
-${PLIST.ldap}lib/libNGLdap.so.4.9
-lib/libNGMime.so.4.9
-lib/libNGObjWeb.so.4.9
-lib/libNGStreams.so.4.9
-lib/libSBJson.so.2
-lib/libSaxObjC.so.4.9
-lib/libWEExtensions.so.4.9
-lib/libWOExtensions.so.4.9
-lib/libXmlRpc.so.4.9
diff --git a/SOPE5/TODO b/SOPE5/TODO
deleted file mode 100644
index 97f4aac6c7..0000000000
--- a/SOPE5/TODO
+++ /dev/null
@@ -1,21 +0,0 @@
-Fails to link:
-
- Linking subproject ExtraSTX ...
-/usr/bin/ld: cannot find -lobjc: No such file or directory
-/usr/bin/ld: cannot find -lpthread: No such file or directory
-/usr/bin/ld: cannot find -lobjc: No such file or directory
-/usr/bin/ld: cannot find -lobjc: No such file or directory
-/usr/bin/ld: cannot find -lobjc: No such file or directory
-/usr/bin/ld: cannot find -lobjc: No such file or directory
-/usr/bin/ld: cannot find -lobjc: No such file or directory
-/usr/bin/ld: cannot find -lobjc: No such file or directory
-/usr/bin/ld: cannot find -lobjc: No such file or directory
-clang-15: error: linker command failed with exit code 1 (use -v to see invocation)
-
-But command line looks ok:
-
-/usr/pkg/bin/clang -Wl,-zrelro -Wl,-znow -Qunused-arguments -fcommon -nostdlib -Wl,-r -L/scratch/wip/SOPE5/work/.buildlink/lib -L/scratch/wip/SOPE5/work/.buildlink/share/GNUstep/lib -Wl,-rpath,/usr/pkg/lib -Wl,-zrelro -Wl,-znow -lobjc -lpthread -lobjc -rdynamic -lobjc -rdynamic -lobjc -rdynamic -lobjc -rdynamic -lobjc -rdynamic -lobjc -rdynamic -lobjc -rdynamic -Wl,-rpath,/usr/pkg/lib -Wl,-zrelro -Wl,-znow -pthread -fexceptions -o ./obj/subproject.o obj/ExtraSTX.obj/NSString+STX.m.o obj/ExtraSTX.obj/StructuredLine.m.o obj/ExtraSTX.obj/StructuredStack.m.o obj/ExtraSTX.obj/StructuredText.m.o -Qunused-arguments -fstack-protector-all -I/scratch/wip/SOPE5/work/.buildlink/include
-
-and libobjc is linked and exists:
-# ll -L /scratch/wip/SOPE5/work/.buildlink/lib/libobjc.so
--rwxr-xr-x 1 root wheel 717656 Jan 21 10:52 /scratch/wip/SOPE5/work/.buildlink/lib/libobjc.so
diff --git a/SOPE5/buildlink3.mk b/SOPE5/buildlink3.mk
deleted file mode 100644
index 7c0c56349d..0000000000
--- a/SOPE5/buildlink3.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2021/06/14 16:51:39 gdt Exp $
-
-BUILDLINK_TREE+= SOPE
-
-.if !defined(SOPE_BUILDLINK3_MK)
-SOPE_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.SOPE+= SOPE>=5.1.1
-BUILDLINK_PKGSRCDIR.SOPE?= ../../wip/SOPE5
-.endif # SOPE_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -SOPE
diff --git a/SOPE5/distinfo b/SOPE5/distinfo
deleted file mode 100644
index b1006a7f8b..0000000000
--- a/SOPE5/distinfo
+++ /dev/null
@@ -1,10 +0,0 @@
-$NetBSD: distinfo,v 1.4 2022/01/26 16:41:45 tm Exp $
-
-BLAKE2s (SOPE-5.8.0.tar.gz) = 6cc043890fd024c79fbb2b4496e5117c1891a9b9b405922c880be0432cf755cd
-SHA512 (SOPE-5.8.0.tar.gz) = 3894a44832a0cbb5d98cdc9d629c619c57ffa9cdcda73b5ea7d879a5b0e305095ef167917e01ce82ec4432fc576966b2bddcc411c63f65bc4508c4a26178307a
-Size (SOPE-5.8.0.tar.gz) = 2203717 bytes
-SHA1 (patch-general.make) = 56738aa2775cbc08db4acfe8576d6d13fbd41323
-SHA1 (patch-sope-core_NGStreams_NGActiveSocket.m) = 00475985f026b4b3838afee06bf477a2b3131e9c
-SHA1 (patch-sope-core_NGStreams_NGDescriptorFunctions.m) = 6560f602033ddeba52d96175e244921423bb6671
-SHA1 (patch-sope-core_NGStreams_NGLocalSocketAddress.m) = 306f16ed85cb4aaea7d145eb055448b12ad70507
-SHA1 (patch-sope-core_NGStreams_NGLocalSocketDomain.m) = db9cd064725f64a5ceb739cc90e6c89a4d77ebdc
diff --git a/SOPE5/patches/patch-general.make b/SOPE5/patches/patch-general.make
deleted file mode 100644
index ab6f305d77..0000000000
--- a/SOPE5/patches/patch-general.make
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-general.make,v 1.2 2022/01/26 16:41:45 tm Exp $
-
-Don't include command line in output.
-Add missing linker flag objc in general.make because env or pkgsrc
-LDFLAGS are not working.
-
---- general.make.orig Tue Jan 18 16:17:06 2022
-+++ general.make Wed Jan 26 16:19:05 2022
-@@ -23,5 +23,8 @@
- # information plus the compiler flags used; that can
- # be afterwards read with:
- # readelf -p .GCC.command.line /path/to/elf_file
--ADDITIONAL_OBJCFLAGS += -g $(call cc-option,-frecord-gcc-switches)
--
-+ADDITIONAL_OBJCFLAGS += -g
-+# Ensure linking to objc works correctly. Because the
-+# env or pkgsrc variable LDFLAGS isn't working it's
-+# required configure it here:
-+ADDITIONAL_LDFLAGS += -lobjc
diff --git a/SOPE5/patches/patch-sope-core_NGStreams_NGActiveSocket.m b/SOPE5/patches/patch-sope-core_NGStreams_NGActiveSocket.m
deleted file mode 100644
index 712b98c190..0000000000
--- a/SOPE5/patches/patch-sope-core_NGStreams_NGActiveSocket.m
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-sope-core_NGStreams_NGActiveSocket.m,v 1.1 2021/06/14 16:51:39 gdt Exp $
-
-ignore MSG_NOSIGNAL on sunos
-
---- sope-core/NGStreams/NGActiveSocket.m.orig 2016-08-17 12:26:04.000000000 +0000
-+++ sope-core/NGStreams/NGActiveSocket.m
-@@ -54,6 +54,10 @@
- # include <sys/ioctl.h>
- #endif
-
-+#if defined(__sun)
-+# define MSG_NOSIGNAL 0
-+#endif
-+
- #if HAVE_WINDOWS_H && !defined(__CYGWIN32__)
- # include <windows.h>
- #endif
diff --git a/SOPE5/patches/patch-sope-core_NGStreams_NGDescriptorFunctions.m b/SOPE5/patches/patch-sope-core_NGStreams_NGDescriptorFunctions.m
deleted file mode 100644
index 552399eac2..0000000000
--- a/SOPE5/patches/patch-sope-core_NGStreams_NGDescriptorFunctions.m
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-sope-core_NGStreams_NGDescriptorFunctions.m,v 1.1 2021/06/14 16:51:39 gdt Exp $
-
-ttyname_r comes from <unistd.h> which is already included
-
---- sope-core/NGStreams/NGDescriptorFunctions.m.orig 2016-08-17 12:26:04.000000000 +0000
-+++ sope-core/NGStreams/NGDescriptorFunctions.m
-@@ -387,9 +387,6 @@ NSString *NGDescriptorGetTtyName(int _fd
- #endif
- {
- #if HAVE_TTYNAME_R
--# ifndef sparc
-- extern int ttyname_r(int, char*, size_t);
--# endif
- # ifdef _POSIX_PATH_MAX
- char namebuffer[_POSIX_PATH_MAX + 128];
- # else
diff --git a/SOPE5/patches/patch-sope-core_NGStreams_NGLocalSocketAddress.m b/SOPE5/patches/patch-sope-core_NGStreams_NGLocalSocketAddress.m
deleted file mode 100644
index 77fd7689b4..0000000000
--- a/SOPE5/patches/patch-sope-core_NGStreams_NGLocalSocketAddress.m
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-sope-core_NGStreams_NGLocalSocketAddress.m,v 1.1 2021/06/14 16:51:39 gdt Exp $
-
-Add support for DragonFly.
-
---- sope-core/NGStreams/NGLocalSocketAddress.m.orig 2011-11-04 12:39:19.000000000 +0000
-+++ sope-core/NGStreams/NGLocalSocketAddress.m
-@@ -28,7 +28,7 @@
-
- #include "config.h"
-
--#if defined(__APPLE__) || defined(__FreeBSD__)
-+#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__DragonFly__)
- # include <sys/types.h>
- #else
- # include <sys/un.h>
diff --git a/SOPE5/patches/patch-sope-core_NGStreams_NGLocalSocketDomain.m b/SOPE5/patches/patch-sope-core_NGStreams_NGLocalSocketDomain.m
deleted file mode 100644
index 07af25eef3..0000000000
--- a/SOPE5/patches/patch-sope-core_NGStreams_NGLocalSocketDomain.m
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-sope-core_NGStreams_NGLocalSocketDomain.m,v 1.1 2021/06/14 16:51:39 gdt Exp $
-
-Add support for DragonFly.
-
---- sope-core/NGStreams/NGLocalSocketDomain.m.orig 2011-11-04 12:39:19.000000000 +0000
-+++ sope-core/NGStreams/NGLocalSocketDomain.m
-@@ -25,7 +25,7 @@
- #include "NGLocalSocketAddress.h"
- #include "NGSocket.h"
-
--#if defined(__APPLE__) || defined(__FreeBSD__)
-+#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__DragonFly__)
- # include <sys/types.h>
- # include <sys/socket.h>
- #else
Home |
Main Index |
Thread Index |
Old Index