Import of pkgsrc-2016Q3

This commit is contained in:
2016-11-18 22:39:22 +01:00
committed by sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949747 additions and 377081 deletions
+10 -3
View File
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.33 2015/03/19 15:38:24 taca Exp $
# $NetBSD: Makefile,v 1.37 2016/09/11 17:03:28 taca Exp $
#
DISTNAME= fengoffice-3.1.2.2
DISTNAME= fengoffice_3.2.2.1
PKGNAME= ${DISTNAME:S/_/-/:C/.rc$/rc1/}
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opengoo/}
@@ -21,7 +21,8 @@ DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.1.0:../../graphics/php-gd
DEPENDS+= ${PHP_PKG_PREFIX}-dom>=5.1.0:../../textproc/php-dom
DEPENDS+= ${PHP_PKG_PREFIX}-imap>=5.1.0:../../mail/php-imap
EXTRACT_DIR= ${WRKSRC}
PHP_VERSIONS_ACCEPTED= 56
WRKSRC= ${WRKDIR}/fengoffice
USE_TOOLS= pax
NO_BUILD= yes
@@ -48,6 +49,12 @@ INSTALLATION_DIRS= ${FO_DIR}
post-extract:
cd ${WRKSRC}; ${FIND} . -type f -exec ${CHMOD} -x {} \;
for f in environment/classes/encoding/EncodingConverter.class.php \
public/assets/themes/default/stylesheets/og/co.css \
plugins/mail/application/helpers/MailUtilities.class.php; do \
${TR} -d '\r' < ${WRKSRC}/$${f} > ${WRKSRC}/$${f}.new; \
${MV} ${WRKSRC}/$${f}.new ${WRKSRC}/$${f}; \
done
pre-install:
${RM} -f ${WRKSRC}/config/empty.config.php
+145 -428
View File
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.21 2015/03/19 15:38:24 taca Exp $
@comment $NetBSD: PLIST,v 1.22 2015/09/27 07:21:39 taca Exp $
${FO_DIR}/application/application.php
${FO_DIR}/application/controllers/AccessController.class.php
${FO_DIR}/application/controllers/AccountController.class.php
@@ -14,6 +14,7 @@ ${FO_DIR}/application/controllers/DashboardController.class.php
${FO_DIR}/application/controllers/DimensionController.class.php
${FO_DIR}/application/controllers/ErrorController.class.php
${FO_DIR}/application/controllers/EventController.class.php
${FO_DIR}/application/controllers/ExternalCalendarController.class.php
${FO_DIR}/application/controllers/FeedController.class.php
${FO_DIR}/application/controllers/FilesController.class.php
${FO_DIR}/application/controllers/FormController.class.php
@@ -121,6 +122,7 @@ ${FO_DIR}/application/models/config_categories/ConfigCategories.class.php
${FO_DIR}/application/models/config_categories/ConfigCategory.class.php
${FO_DIR}/application/models/config_categories/base/BaseConfigCategories.class.php
${FO_DIR}/application/models/config_categories/base/BaseConfigCategory.class.php
${FO_DIR}/application/models/config_handlers/complex/AddressFieldsConfigHandler.class.php
${FO_DIR}/application/models/config_handlers/complex/ColorPickerConfigHandler.class.php
${FO_DIR}/application/models/config_handlers/complex/DateFormatConfigHandler.class.php
${FO_DIR}/application/models/config_handlers/complex/DragDropPromptConfigHandler.class.php
@@ -128,6 +130,7 @@ ${FO_DIR}/application/models/config_handlers/complex/FileStorageConfigHandler.cl
${FO_DIR}/application/models/config_handlers/complex/InitialWorkspaceConfigHandler.class.php
${FO_DIR}/application/models/config_handlers/complex/LocalizationConfigHandler.class.php
${FO_DIR}/application/models/config_handlers/complex/MailDragDropPromptConfigHandler.class.php
${FO_DIR}/application/models/config_handlers/complex/MailFieldConfigHandler.class.php
${FO_DIR}/application/models/config_handlers/complex/MailTransportConfigHandler.class.php
${FO_DIR}/application/models/config_handlers/complex/ManageableDimensionsConfigHandler.class.php
${FO_DIR}/application/models/config_handlers/complex/MilestoneSelectorFilterConfigHandler.class.php
@@ -139,6 +142,7 @@ ${FO_DIR}/application/models/config_handlers/complex/RootDimensionsConfigHandler
${FO_DIR}/application/models/config_handlers/complex/SearchEngineConfigHandler.class.php
${FO_DIR}/application/models/config_handlers/complex/SecureSmtpConnectionConfigHandler.class.php
${FO_DIR}/application/models/config_handlers/complex/ShowContextHelpConfigHandler.class.php
${FO_DIR}/application/models/config_handlers/complex/SingleDimensionConfigHandler.class.php
${FO_DIR}/application/models/config_handlers/complex/StatusConfigHandler.class.php
${FO_DIR}/application/models/config_handlers/complex/ThemeConfigHandler.class.php
${FO_DIR}/application/models/config_handlers/complex/UserCompanyConfigHandler.class.php
@@ -275,6 +279,10 @@ ${FO_DIR}/application/models/event_reminders/EventReminder.class.php
${FO_DIR}/application/models/event_reminders/EventReminders.class.php
${FO_DIR}/application/models/event_reminders/base/BaseEventReminder.class.php
${FO_DIR}/application/models/event_reminders/base/BaseEventReminders.class.php
${FO_DIR}/application/models/external_calendar_properties/ExternalCalendarProperties.class.php
${FO_DIR}/application/models/external_calendar_properties/ExternalCalendarProperty.class.php
${FO_DIR}/application/models/external_calendar_properties/base/BaseExternalCalendarProperties.class.php
${FO_DIR}/application/models/external_calendar_properties/base/BaseExternalCalendarProperty.class.php
${FO_DIR}/application/models/external_calendar_users/ExternalCalendarUser.class.php
${FO_DIR}/application/models/external_calendar_users/ExternalCalendarUsers.class.php
${FO_DIR}/application/models/external_calendar_users/base/BaseExternalCalendarUser.class.php
@@ -295,6 +303,10 @@ ${FO_DIR}/application/models/linked_objects/LinkedObject.class.php
${FO_DIR}/application/models/linked_objects/LinkedObjects.class.php
${FO_DIR}/application/models/linked_objects/base/BaseLinkedObject.class.php
${FO_DIR}/application/models/linked_objects/base/BaseLinkedObjects.class.php
${FO_DIR}/application/models/max_role_object_type_permissions/MaxRoleObjectTypePermission.class.php
${FO_DIR}/application/models/max_role_object_type_permissions/MaxRoleObjectTypePermissions.class.php
${FO_DIR}/application/models/max_role_object_type_permissions/base/BaseMaxRoleObjectTypePermission.class.php
${FO_DIR}/application/models/max_role_object_type_permissions/base/BaseMaxRoleObjectTypePermissions.class.php
${FO_DIR}/application/models/max_system_permissions/MaxSystemPermission.class.php
${FO_DIR}/application/models/max_system_permissions/MaxSystemPermissions.class.php
${FO_DIR}/application/models/max_system_permissions/base/BaseMaxSystemPermission.class.php
@@ -620,13 +632,13 @@ ${FO_DIR}/application/views/error/error_message.php
${FO_DIR}/application/views/event/cal_export.php
${FO_DIR}/application/views/event/cal_import.php
${FO_DIR}/application/views/event/calendar.php
${FO_DIR}/application/views/event/calendar_sinchronization.php
${FO_DIR}/application/views/event/event.php
${FO_DIR}/application/views/event/view.php
${FO_DIR}/application/views/event/view_event.php
${FO_DIR}/application/views/event/viewdate.php
${FO_DIR}/application/views/event/viewweek.php
${FO_DIR}/application/views/event/viewweek5days.php
${FO_DIR}/application/views/external_calendar/calendar_sinchronization.php
${FO_DIR}/application/views/feed/ical_export.php
${FO_DIR}/application/views/feed/recent_activities.php
${FO_DIR}/application/views/files/add_document.php
@@ -687,6 +699,7 @@ ${FO_DIR}/application/views/notifier/milestone_assigned.php
${FO_DIR}/application/views/notifier/new_account.php
${FO_DIR}/application/views/notifier/object_reminder.php
${FO_DIR}/application/views/notifier/password_expiration_reminder.php
${FO_DIR}/application/views/notifier/previous_task_completed.php
${FO_DIR}/application/views/notifier/task_assigned.php
${FO_DIR}/application/views/notifier/work_estimate.php
${FO_DIR}/application/views/object/add_subscribers.php
@@ -784,6 +797,7 @@ ${FO_DIR}/config/.htaccess
${FO_DIR}/config/ldap.config.example.php
${FO_DIR}/cron.php
${FO_DIR}/crossdomain.xml
${FO_DIR}/cut_users_permissions_by_role_and_max_perm.php
${FO_DIR}/dummy.php
${FO_DIR}/environment/classes/AutoLoader.class.php
${FO_DIR}/environment/classes/Cookie.class.php
@@ -943,6 +957,7 @@ ${FO_DIR}/language/de_de/help/dummy.txt
${FO_DIR}/language/de_de/help/no_help.html
${FO_DIR}/language/de_de/lang.js
${FO_DIR}/language/de_de/messages.php
${FO_DIR}/language/de_de/more.php
${FO_DIR}/language/de_de/objects.php
${FO_DIR}/language/de_de/project_interface.php
${FO_DIR}/language/de_de/reporting.php
@@ -984,6 +999,7 @@ ${FO_DIR}/language/en_gb/general.php
${FO_DIR}/language/en_gb/help.php
${FO_DIR}/language/en_gb/lang.js
${FO_DIR}/language/en_gb/messages.php
${FO_DIR}/language/en_gb/more.php
${FO_DIR}/language/en_gb/objects.php
${FO_DIR}/language/en_gb/project_interface.php
${FO_DIR}/language/en_gb/reporting.php
@@ -1367,6 +1383,8 @@ ${FO_DIR}/language/ru_ru/help/dummy.txt
${FO_DIR}/language/ru_ru/help/no_help.html
${FO_DIR}/language/ru_ru/lang.js
${FO_DIR}/language/ru_ru/messages.php
${FO_DIR}/language/ru_ru/more.php
${FO_DIR}/language/ru_ru/new_window.php
${FO_DIR}/language/ru_ru/objects.php
${FO_DIR}/language/ru_ru/project_interface.php
${FO_DIR}/language/ru_ru/readme_rus.txt
@@ -1393,6 +1411,7 @@ ${FO_DIR}/language/sv_se/general.php
${FO_DIR}/language/sv_se/help.php
${FO_DIR}/language/sv_se/lang.js
${FO_DIR}/language/sv_se/messages.php
${FO_DIR}/language/sv_se/more.php
${FO_DIR}/language/sv_se/objects.php
${FO_DIR}/language/sv_se/project_interface.php
${FO_DIR}/language/sv_se/reporting.php
@@ -2318,6 +2337,127 @@ ${FO_DIR}/library/filerepository/backend/FileRepository_Backend_FileSystem.class
${FO_DIR}/library/filerepository/errors/FileNotInRepositoryError.class.php
${FO_DIR}/library/filerepository/errors/FileRepositoryAddError.class.php
${FO_DIR}/library/filerepository/errors/FileRepositoryDeleteError.class.php
${FO_DIR}/library/google/Auth/Abstract.php
${FO_DIR}/library/google/Auth/AppIdentity.php
${FO_DIR}/library/google/Auth/AssertionCredentials.php
${FO_DIR}/library/google/Auth/ComputeEngine.php
${FO_DIR}/library/google/Auth/Exception.php
${FO_DIR}/library/google/Auth/LoginTicket.php
${FO_DIR}/library/google/Auth/OAuth2.php
${FO_DIR}/library/google/Auth/Simple.php
${FO_DIR}/library/google/Cache/Abstract.php
${FO_DIR}/library/google/Cache/Apc.php
${FO_DIR}/library/google/Cache/Exception.php
${FO_DIR}/library/google/Cache/File.php
${FO_DIR}/library/google/Cache/Memcache.php
${FO_DIR}/library/google/Cache/Null.php
${FO_DIR}/library/google/Client.php
${FO_DIR}/library/google/Collection.php
${FO_DIR}/library/google/Config.php
${FO_DIR}/library/google/Exception.php
${FO_DIR}/library/google/Http/Batch.php
${FO_DIR}/library/google/Http/CacheParser.php
${FO_DIR}/library/google/Http/MediaFileUpload.php
${FO_DIR}/library/google/Http/REST.php
${FO_DIR}/library/google/Http/Request.php
${FO_DIR}/library/google/IO/Abstract.php
${FO_DIR}/library/google/IO/Curl.php
${FO_DIR}/library/google/IO/Exception.php
${FO_DIR}/library/google/IO/Stream.php
${FO_DIR}/library/google/IO/cacerts.pem
${FO_DIR}/library/google/Logger/Abstract.php
${FO_DIR}/library/google/Logger/Exception.php
${FO_DIR}/library/google/Logger/File.php
${FO_DIR}/library/google/Logger/Null.php
${FO_DIR}/library/google/Logger/Psr.php
${FO_DIR}/library/google/Model.php
${FO_DIR}/library/google/Service.php
${FO_DIR}/library/google/Service/AdExchangeBuyer.php
${FO_DIR}/library/google/Service/AdExchangeSeller.php
${FO_DIR}/library/google/Service/AdSense.php
${FO_DIR}/library/google/Service/AdSenseHost.php
${FO_DIR}/library/google/Service/Admin.php
${FO_DIR}/library/google/Service/Analytics.php
${FO_DIR}/library/google/Service/AndroidEnterprise.php
${FO_DIR}/library/google/Service/AndroidPublisher.php
${FO_DIR}/library/google/Service/AppState.php
${FO_DIR}/library/google/Service/Appsactivity.php
${FO_DIR}/library/google/Service/Audit.php
${FO_DIR}/library/google/Service/Autoscaler.php
${FO_DIR}/library/google/Service/Bigquery.php
${FO_DIR}/library/google/Service/Blogger.php
${FO_DIR}/library/google/Service/Books.php
${FO_DIR}/library/google/Service/Calendar.php
${FO_DIR}/library/google/Service/CivicInfo.php
${FO_DIR}/library/google/Service/CloudMonitoring.php
${FO_DIR}/library/google/Service/Cloudlatencytest.php
${FO_DIR}/library/google/Service/Compute.php
${FO_DIR}/library/google/Service/Container.php
${FO_DIR}/library/google/Service/Coordinate.php
${FO_DIR}/library/google/Service/Customsearch.php
${FO_DIR}/library/google/Service/Dataflow.php
${FO_DIR}/library/google/Service/Datastore.php
${FO_DIR}/library/google/Service/Deploymentmanager.php
${FO_DIR}/library/google/Service/Dfareporting.php
${FO_DIR}/library/google/Service/Directory.php
${FO_DIR}/library/google/Service/Dns.php
${FO_DIR}/library/google/Service/DoubleClickBidManager.php
${FO_DIR}/library/google/Service/Doubleclicksearch.php
${FO_DIR}/library/google/Service/Drive.php
${FO_DIR}/library/google/Service/Exception.php
${FO_DIR}/library/google/Service/Fitness.php
${FO_DIR}/library/google/Service/Freebase.php
${FO_DIR}/library/google/Service/Fusiontables.php
${FO_DIR}/library/google/Service/Games.php
${FO_DIR}/library/google/Service/GamesConfiguration.php
${FO_DIR}/library/google/Service/GamesManagement.php
${FO_DIR}/library/google/Service/Genomics.php
${FO_DIR}/library/google/Service/Gmail.php
${FO_DIR}/library/google/Service/GroupsMigration.php
${FO_DIR}/library/google/Service/Groupssettings.php
${FO_DIR}/library/google/Service/IdentityToolkit.php
${FO_DIR}/library/google/Service/Licensing.php
${FO_DIR}/library/google/Service/Manager.php
${FO_DIR}/library/google/Service/MapsEngine.php
${FO_DIR}/library/google/Service/Mirror.php
${FO_DIR}/library/google/Service/Oauth2.php
${FO_DIR}/library/google/Service/Pagespeedonline.php
${FO_DIR}/library/google/Service/Plus.php
${FO_DIR}/library/google/Service/PlusDomains.php
${FO_DIR}/library/google/Service/Prediction.php
${FO_DIR}/library/google/Service/Pubsub.php
${FO_DIR}/library/google/Service/QPXExpress.php
${FO_DIR}/library/google/Service/Replicapool.php
${FO_DIR}/library/google/Service/Replicapoolupdater.php
${FO_DIR}/library/google/Service/Reports.php
${FO_DIR}/library/google/Service/Reseller.php
${FO_DIR}/library/google/Service/Resource.php
${FO_DIR}/library/google/Service/Resourceviews.php
${FO_DIR}/library/google/Service/SQLAdmin.php
${FO_DIR}/library/google/Service/ShoppingContent.php
${FO_DIR}/library/google/Service/SiteVerification.php
${FO_DIR}/library/google/Service/Spectrum.php
${FO_DIR}/library/google/Service/Storage.php
${FO_DIR}/library/google/Service/TagManager.php
${FO_DIR}/library/google/Service/Taskqueue.php
${FO_DIR}/library/google/Service/Tasks.php
${FO_DIR}/library/google/Service/Translate.php
${FO_DIR}/library/google/Service/Urlshortener.php
${FO_DIR}/library/google/Service/Webfonts.php
${FO_DIR}/library/google/Service/Webmasters.php
${FO_DIR}/library/google/Service/YouTube.php
${FO_DIR}/library/google/Service/YouTubeAnalytics.php
${FO_DIR}/library/google/Signer/Abstract.php
${FO_DIR}/library/google/Signer/P12.php
${FO_DIR}/library/google/Task/Exception.php
${FO_DIR}/library/google/Task/Retryable.php
${FO_DIR}/library/google/Task/Runner.php
${FO_DIR}/library/google/Utils.php
${FO_DIR}/library/google/Utils/URITemplate.php
${FO_DIR}/library/google/Verifier/Abstract.php
${FO_DIR}/library/google/Verifier/Pem.php
${FO_DIR}/library/google/autoload.php
${FO_DIR}/library/google/index.php
${FO_DIR}/library/html2text/class.html2text.inc
${FO_DIR}/library/htmlpurifier/HTMLPurifier.standalone.php
${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Builder/ConfigSchema.php
@@ -2743,432 +2883,6 @@ ${FO_DIR}/library/utf8/utils/specials.php
${FO_DIR}/library/utf8/utils/unicode.php
${FO_DIR}/library/utf8/utils/validation.php
${FO_DIR}/library/vcard/vcard.php
${FO_DIR}/library/zend/Zend/Exception.php
${FO_DIR}/library/zend/Zend/Gdata.php
${FO_DIR}/library/zend/Zend/Gdata/App.php
${FO_DIR}/library/zend/Zend/Gdata/App/AuthException.php
${FO_DIR}/library/zend/Zend/Gdata/App/BadMethodCallException.php
${FO_DIR}/library/zend/Zend/Gdata/App/Base.php
${FO_DIR}/library/zend/Zend/Gdata/App/BaseMediaSource.php
${FO_DIR}/library/zend/Zend/Gdata/App/CaptchaRequiredException.php
${FO_DIR}/library/zend/Zend/Gdata/App/Entry.php
${FO_DIR}/library/zend/Zend/Gdata/App/Exception.php
${FO_DIR}/library/zend/Zend/Gdata/App/Extension.php
${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Author.php
${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Category.php
${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Content.php
${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Contributor.php
${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Control.php
${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Draft.php
${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Edited.php
${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Element.php
${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Email.php
${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Generator.php
${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Icon.php
${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Id.php
${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Link.php
${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Logo.php
${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Name.php
${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Person.php
${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Published.php
${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Rights.php
${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Source.php
${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Subtitle.php
${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Summary.php
${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Text.php
${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Title.php
${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Updated.php
${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Uri.php
${FO_DIR}/library/zend/Zend/Gdata/App/Feed.php
${FO_DIR}/library/zend/Zend/Gdata/App/FeedEntryParent.php
${FO_DIR}/library/zend/Zend/Gdata/App/FeedSourceParent.php
${FO_DIR}/library/zend/Zend/Gdata/App/HttpException.php
${FO_DIR}/library/zend/Zend/Gdata/App/IOException.php
${FO_DIR}/library/zend/Zend/Gdata/App/InvalidArgumentException.php
${FO_DIR}/library/zend/Zend/Gdata/App/LoggingHttpClientAdapterSocket.php
${FO_DIR}/library/zend/Zend/Gdata/App/MediaEntry.php
${FO_DIR}/library/zend/Zend/Gdata/App/MediaFileSource.php
${FO_DIR}/library/zend/Zend/Gdata/App/MediaSource.php
${FO_DIR}/library/zend/Zend/Gdata/App/Util.php
${FO_DIR}/library/zend/Zend/Gdata/App/VersionException.php
${FO_DIR}/library/zend/Zend/Gdata/AuthSub.php
${FO_DIR}/library/zend/Zend/Gdata/Books.php
${FO_DIR}/library/zend/Zend/Gdata/Books/CollectionEntry.php
${FO_DIR}/library/zend/Zend/Gdata/Books/CollectionFeed.php
${FO_DIR}/library/zend/Zend/Gdata/Books/Extension/AnnotationLink.php
${FO_DIR}/library/zend/Zend/Gdata/Books/Extension/BooksCategory.php
${FO_DIR}/library/zend/Zend/Gdata/Books/Extension/BooksLink.php
${FO_DIR}/library/zend/Zend/Gdata/Books/Extension/Embeddability.php
${FO_DIR}/library/zend/Zend/Gdata/Books/Extension/InfoLink.php
${FO_DIR}/library/zend/Zend/Gdata/Books/Extension/PreviewLink.php
${FO_DIR}/library/zend/Zend/Gdata/Books/Extension/Review.php
${FO_DIR}/library/zend/Zend/Gdata/Books/Extension/ThumbnailLink.php
${FO_DIR}/library/zend/Zend/Gdata/Books/Extension/Viewability.php
${FO_DIR}/library/zend/Zend/Gdata/Books/VolumeEntry.php
${FO_DIR}/library/zend/Zend/Gdata/Books/VolumeFeed.php
${FO_DIR}/library/zend/Zend/Gdata/Books/VolumeQuery.php
${FO_DIR}/library/zend/Zend/Gdata/Calendar.php
${FO_DIR}/library/zend/Zend/Gdata/Calendar/EventEntry.php
${FO_DIR}/library/zend/Zend/Gdata/Calendar/EventFeed.php
${FO_DIR}/library/zend/Zend/Gdata/Calendar/EventQuery.php
${FO_DIR}/library/zend/Zend/Gdata/Calendar/Extension/AccessLevel.php
${FO_DIR}/library/zend/Zend/Gdata/Calendar/Extension/Color.php
${FO_DIR}/library/zend/Zend/Gdata/Calendar/Extension/Hidden.php
${FO_DIR}/library/zend/Zend/Gdata/Calendar/Extension/Link.php
${FO_DIR}/library/zend/Zend/Gdata/Calendar/Extension/QuickAdd.php
${FO_DIR}/library/zend/Zend/Gdata/Calendar/Extension/Selected.php
${FO_DIR}/library/zend/Zend/Gdata/Calendar/Extension/SendEventNotifications.php
${FO_DIR}/library/zend/Zend/Gdata/Calendar/Extension/Timezone.php
${FO_DIR}/library/zend/Zend/Gdata/Calendar/Extension/WebContent.php
${FO_DIR}/library/zend/Zend/Gdata/Calendar/ListEntry.php
${FO_DIR}/library/zend/Zend/Gdata/Calendar/ListFeed.php
${FO_DIR}/library/zend/Zend/Gdata/ClientLogin.php
${FO_DIR}/library/zend/Zend/Gdata/Docs.php
${FO_DIR}/library/zend/Zend/Gdata/Docs/DocumentListEntry.php
${FO_DIR}/library/zend/Zend/Gdata/Docs/DocumentListFeed.php
${FO_DIR}/library/zend/Zend/Gdata/Docs/Query.php
${FO_DIR}/library/zend/Zend/Gdata/DublinCore.php
${FO_DIR}/library/zend/Zend/Gdata/DublinCore/Extension/Creator.php
${FO_DIR}/library/zend/Zend/Gdata/DublinCore/Extension/Date.php
${FO_DIR}/library/zend/Zend/Gdata/DublinCore/Extension/Description.php
${FO_DIR}/library/zend/Zend/Gdata/DublinCore/Extension/Format.php
${FO_DIR}/library/zend/Zend/Gdata/DublinCore/Extension/Identifier.php
${FO_DIR}/library/zend/Zend/Gdata/DublinCore/Extension/Language.php
${FO_DIR}/library/zend/Zend/Gdata/DublinCore/Extension/Publisher.php
${FO_DIR}/library/zend/Zend/Gdata/DublinCore/Extension/Rights.php
${FO_DIR}/library/zend/Zend/Gdata/DublinCore/Extension/Subject.php
${FO_DIR}/library/zend/Zend/Gdata/DublinCore/Extension/Title.php
${FO_DIR}/library/zend/Zend/Gdata/Entry.php
${FO_DIR}/library/zend/Zend/Gdata/Exif.php
${FO_DIR}/library/zend/Zend/Gdata/Exif/Entry.php
${FO_DIR}/library/zend/Zend/Gdata/Exif/Extension/Distance.php
${FO_DIR}/library/zend/Zend/Gdata/Exif/Extension/Exposure.php
${FO_DIR}/library/zend/Zend/Gdata/Exif/Extension/FStop.php
${FO_DIR}/library/zend/Zend/Gdata/Exif/Extension/Flash.php
${FO_DIR}/library/zend/Zend/Gdata/Exif/Extension/FocalLength.php
${FO_DIR}/library/zend/Zend/Gdata/Exif/Extension/ImageUniqueId.php
${FO_DIR}/library/zend/Zend/Gdata/Exif/Extension/Iso.php
${FO_DIR}/library/zend/Zend/Gdata/Exif/Extension/Make.php
${FO_DIR}/library/zend/Zend/Gdata/Exif/Extension/Model.php
${FO_DIR}/library/zend/Zend/Gdata/Exif/Extension/Tags.php
${FO_DIR}/library/zend/Zend/Gdata/Exif/Extension/Time.php
${FO_DIR}/library/zend/Zend/Gdata/Exif/Feed.php
${FO_DIR}/library/zend/Zend/Gdata/Extension.php
${FO_DIR}/library/zend/Zend/Gdata/Extension/AttendeeStatus.php
${FO_DIR}/library/zend/Zend/Gdata/Extension/AttendeeType.php
${FO_DIR}/library/zend/Zend/Gdata/Extension/Comments.php
${FO_DIR}/library/zend/Zend/Gdata/Extension/EntryLink.php
${FO_DIR}/library/zend/Zend/Gdata/Extension/EventStatus.php
${FO_DIR}/library/zend/Zend/Gdata/Extension/ExtendedProperty.php
${FO_DIR}/library/zend/Zend/Gdata/Extension/FeedLink.php
${FO_DIR}/library/zend/Zend/Gdata/Extension/OpenSearchItemsPerPage.php
${FO_DIR}/library/zend/Zend/Gdata/Extension/OpenSearchStartIndex.php
${FO_DIR}/library/zend/Zend/Gdata/Extension/OpenSearchTotalResults.php
${FO_DIR}/library/zend/Zend/Gdata/Extension/OriginalEvent.php
${FO_DIR}/library/zend/Zend/Gdata/Extension/Rating.php
${FO_DIR}/library/zend/Zend/Gdata/Extension/Recurrence.php
${FO_DIR}/library/zend/Zend/Gdata/Extension/RecurrenceException.php
${FO_DIR}/library/zend/Zend/Gdata/Extension/Reminder.php
${FO_DIR}/library/zend/Zend/Gdata/Extension/Transparency.php
${FO_DIR}/library/zend/Zend/Gdata/Extension/Visibility.php
${FO_DIR}/library/zend/Zend/Gdata/Extension/When.php
${FO_DIR}/library/zend/Zend/Gdata/Extension/Where.php
${FO_DIR}/library/zend/Zend/Gdata/Extension/Who.php
${FO_DIR}/library/zend/Zend/Gdata/Feed.php
${FO_DIR}/library/zend/Zend/Gdata/Gapps.php
${FO_DIR}/library/zend/Zend/Gdata/Gapps/EmailListEntry.php
${FO_DIR}/library/zend/Zend/Gdata/Gapps/EmailListFeed.php
${FO_DIR}/library/zend/Zend/Gdata/Gapps/EmailListQuery.php
${FO_DIR}/library/zend/Zend/Gdata/Gapps/EmailListRecipientEntry.php
${FO_DIR}/library/zend/Zend/Gdata/Gapps/EmailListRecipientFeed.php
${FO_DIR}/library/zend/Zend/Gdata/Gapps/EmailListRecipientQuery.php
${FO_DIR}/library/zend/Zend/Gdata/Gapps/Error.php
${FO_DIR}/library/zend/Zend/Gdata/Gapps/Extension/EmailList.php
${FO_DIR}/library/zend/Zend/Gdata/Gapps/Extension/Login.php
${FO_DIR}/library/zend/Zend/Gdata/Gapps/Extension/Name.php
${FO_DIR}/library/zend/Zend/Gdata/Gapps/Extension/Nickname.php
${FO_DIR}/library/zend/Zend/Gdata/Gapps/Extension/Property.php
${FO_DIR}/library/zend/Zend/Gdata/Gapps/Extension/Quota.php
${FO_DIR}/library/zend/Zend/Gdata/Gapps/GroupEntry.php
${FO_DIR}/library/zend/Zend/Gdata/Gapps/GroupFeed.php
${FO_DIR}/library/zend/Zend/Gdata/Gapps/GroupQuery.php
${FO_DIR}/library/zend/Zend/Gdata/Gapps/MemberEntry.php
${FO_DIR}/library/zend/Zend/Gdata/Gapps/MemberFeed.php
${FO_DIR}/library/zend/Zend/Gdata/Gapps/MemberQuery.php
${FO_DIR}/library/zend/Zend/Gdata/Gapps/NicknameEntry.php
${FO_DIR}/library/zend/Zend/Gdata/Gapps/NicknameFeed.php
${FO_DIR}/library/zend/Zend/Gdata/Gapps/NicknameQuery.php
${FO_DIR}/library/zend/Zend/Gdata/Gapps/OwnerEntry.php
${FO_DIR}/library/zend/Zend/Gdata/Gapps/OwnerFeed.php
${FO_DIR}/library/zend/Zend/Gdata/Gapps/OwnerQuery.php
${FO_DIR}/library/zend/Zend/Gdata/Gapps/Query.php
${FO_DIR}/library/zend/Zend/Gdata/Gapps/ServiceException.php
${FO_DIR}/library/zend/Zend/Gdata/Gapps/UserEntry.php
${FO_DIR}/library/zend/Zend/Gdata/Gapps/UserFeed.php
${FO_DIR}/library/zend/Zend/Gdata/Gapps/UserQuery.php
${FO_DIR}/library/zend/Zend/Gdata/Gbase.php
${FO_DIR}/library/zend/Zend/Gdata/Gbase/Entry.php
${FO_DIR}/library/zend/Zend/Gdata/Gbase/Extension/BaseAttribute.php
${FO_DIR}/library/zend/Zend/Gdata/Gbase/Feed.php
${FO_DIR}/library/zend/Zend/Gdata/Gbase/ItemEntry.php
${FO_DIR}/library/zend/Zend/Gdata/Gbase/ItemFeed.php
${FO_DIR}/library/zend/Zend/Gdata/Gbase/ItemQuery.php
${FO_DIR}/library/zend/Zend/Gdata/Gbase/Query.php
${FO_DIR}/library/zend/Zend/Gdata/Gbase/SnippetEntry.php
${FO_DIR}/library/zend/Zend/Gdata/Gbase/SnippetFeed.php
${FO_DIR}/library/zend/Zend/Gdata/Gbase/SnippetQuery.php
${FO_DIR}/library/zend/Zend/Gdata/Geo.php
${FO_DIR}/library/zend/Zend/Gdata/Geo/Entry.php
${FO_DIR}/library/zend/Zend/Gdata/Geo/Extension/GeoRssWhere.php
${FO_DIR}/library/zend/Zend/Gdata/Geo/Extension/GmlPoint.php
${FO_DIR}/library/zend/Zend/Gdata/Geo/Extension/GmlPos.php
${FO_DIR}/library/zend/Zend/Gdata/Geo/Feed.php
${FO_DIR}/library/zend/Zend/Gdata/Health.php
${FO_DIR}/library/zend/Zend/Gdata/Health/Extension/Ccr.php
${FO_DIR}/library/zend/Zend/Gdata/Health/ProfileEntry.php
${FO_DIR}/library/zend/Zend/Gdata/Health/ProfileFeed.php
${FO_DIR}/library/zend/Zend/Gdata/Health/ProfileListEntry.php
${FO_DIR}/library/zend/Zend/Gdata/Health/ProfileListFeed.php
${FO_DIR}/library/zend/Zend/Gdata/Health/Query.php
${FO_DIR}/library/zend/Zend/Gdata/HttpAdapterStreamingProxy.php
${FO_DIR}/library/zend/Zend/Gdata/HttpAdapterStreamingSocket.php
${FO_DIR}/library/zend/Zend/Gdata/HttpClient.php
${FO_DIR}/library/zend/Zend/Gdata/Kind/EventEntry.php
${FO_DIR}/library/zend/Zend/Gdata/Media.php
${FO_DIR}/library/zend/Zend/Gdata/Media/Entry.php
${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaCategory.php
${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaContent.php
${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaCopyright.php
${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaCredit.php
${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaDescription.php
${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaGroup.php
${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaHash.php
${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaKeywords.php
${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaPlayer.php
${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaRating.php
${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaRestriction.php
${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaText.php
${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaThumbnail.php
${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaTitle.php
${FO_DIR}/library/zend/Zend/Gdata/Media/Feed.php
${FO_DIR}/library/zend/Zend/Gdata/MediaMimeStream.php
${FO_DIR}/library/zend/Zend/Gdata/MimeBodyString.php
${FO_DIR}/library/zend/Zend/Gdata/MimeFile.php
${FO_DIR}/library/zend/Zend/Gdata/Photos.php
${FO_DIR}/library/zend/Zend/Gdata/Photos/AlbumEntry.php
${FO_DIR}/library/zend/Zend/Gdata/Photos/AlbumFeed.php
${FO_DIR}/library/zend/Zend/Gdata/Photos/AlbumQuery.php
${FO_DIR}/library/zend/Zend/Gdata/Photos/CommentEntry.php
${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Access.php
${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/AlbumId.php
${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/BytesUsed.php
${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Checksum.php
${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Client.php
${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/CommentCount.php
${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/CommentingEnabled.php
${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Height.php
${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Id.php
${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Location.php
${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/MaxPhotosPerAlbum.php
${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Name.php
${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Nickname.php
${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/NumPhotos.php
${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/NumPhotosRemaining.php
${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/PhotoId.php
${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Position.php
${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/QuotaCurrent.php
${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/QuotaLimit.php
${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Rotation.php
${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Size.php
${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Thumbnail.php
${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Timestamp.php
${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/User.php
${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Version.php
${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Weight.php
${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Width.php
${FO_DIR}/library/zend/Zend/Gdata/Photos/PhotoEntry.php
${FO_DIR}/library/zend/Zend/Gdata/Photos/PhotoFeed.php
${FO_DIR}/library/zend/Zend/Gdata/Photos/PhotoQuery.php
${FO_DIR}/library/zend/Zend/Gdata/Photos/TagEntry.php
${FO_DIR}/library/zend/Zend/Gdata/Photos/UserEntry.php
${FO_DIR}/library/zend/Zend/Gdata/Photos/UserFeed.php
${FO_DIR}/library/zend/Zend/Gdata/Photos/UserQuery.php
${FO_DIR}/library/zend/Zend/Gdata/Query.php
${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets.php
${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/CellEntry.php
${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/CellFeed.php
${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/CellQuery.php
${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/DocumentQuery.php
${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/Extension/Cell.php
${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/Extension/ColCount.php
${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/Extension/Custom.php
${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/Extension/RowCount.php
${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/ListEntry.php
${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/ListFeed.php
${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/ListQuery.php
${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/SpreadsheetEntry.php
${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/SpreadsheetFeed.php
${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/WorksheetEntry.php
${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/WorksheetFeed.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/ActivityEntry.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/ActivityFeed.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/CommentEntry.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/CommentFeed.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/ContactEntry.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/ContactFeed.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/AboutMe.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Age.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Books.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Company.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Control.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/CountHint.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Description.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Duration.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/FirstName.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Gender.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Hobbies.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Hometown.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/LastName.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Link.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Location.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/MediaContent.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/MediaCredit.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/MediaGroup.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/MediaRating.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Movies.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Music.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/NoEmbed.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Occupation.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/PlaylistId.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/PlaylistTitle.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Position.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Private.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/QueryString.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Racy.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Recorded.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Relationship.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/ReleaseDate.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/School.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/State.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Statistics.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Status.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Token.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Uploaded.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Username.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/VideoId.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/InboxEntry.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/InboxFeed.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/MediaEntry.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/PlaylistListEntry.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/PlaylistListFeed.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/PlaylistVideoEntry.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/PlaylistVideoFeed.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/SubscriptionEntry.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/SubscriptionFeed.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/UserProfileEntry.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/VideoEntry.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/VideoFeed.php
${FO_DIR}/library/zend/Zend/Gdata/YouTube/VideoQuery.php
${FO_DIR}/library/zend/Zend/Http/Client.php
${FO_DIR}/library/zend/Zend/Http/Client/Adapter/Curl.php
${FO_DIR}/library/zend/Zend/Http/Client/Adapter/Exception.php
${FO_DIR}/library/zend/Zend/Http/Client/Adapter/Interface.php
${FO_DIR}/library/zend/Zend/Http/Client/Adapter/Proxy.php
${FO_DIR}/library/zend/Zend/Http/Client/Adapter/Socket.php
${FO_DIR}/library/zend/Zend/Http/Client/Adapter/Stream.php
${FO_DIR}/library/zend/Zend/Http/Client/Adapter/Test.php
${FO_DIR}/library/zend/Zend/Http/Client/Exception.php
${FO_DIR}/library/zend/Zend/Http/Exception.php
${FO_DIR}/library/zend/Zend/Http/Response.php
${FO_DIR}/library/zend/Zend/Http/Response/Stream.php
${FO_DIR}/library/zend/Zend/Loader.php
${FO_DIR}/library/zend/Zend/Registry.php
${FO_DIR}/library/zend/Zend/Search/Exception.php
${FO_DIR}/library/zend/Zend/Search/Lucene.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer/Common.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Text.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Text/CaseInsensitive.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer/Common/TextNum.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer/Common/TextNum/CaseInsensitive.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8/CaseInsensitive.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8Num.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8Num/CaseInsensitive.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Analysis/Token.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Analysis/TokenFilter.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Analysis/TokenFilter/LowerCase.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Analysis/TokenFilter/LowerCaseUtf8.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Analysis/TokenFilter/ShortWords.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Analysis/TokenFilter/StopWords.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Document.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Document/Html.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Exception.php
${FO_DIR}/library/zend/Zend/Search/Lucene/FSM.php
${FO_DIR}/library/zend/Zend/Search/Lucene/FSMAction.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Field.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Index/DictionaryLoader.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Index/FieldInfo.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Index/SegmentInfo.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Index/SegmentInfoPriorityQueue.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Index/SegmentMerger.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Index/SegmentWriter.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Index/SegmentWriter/DocumentWriter.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Index/SegmentWriter/StreamWriter.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Index/Term.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Index/TermInfo.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Index/Writer.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Interface.php
${FO_DIR}/library/zend/Zend/Search/Lucene/LockManager.php
${FO_DIR}/library/zend/Zend/Search/Lucene/PriorityQueue.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Proxy.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Search/BooleanExpressionRecognizer.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Search/Query.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Search/Query/Boolean.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Search/Query/Empty.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Search/Query/Fuzzy.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Search/Query/Insignificant.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Search/Query/MultiTerm.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Search/Query/Phrase.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Search/Query/Range.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Search/Query/Term.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Search/Query/Wildcard.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Search/QueryEntry.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Search/QueryEntry/Phrase.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Search/QueryEntry/Subquery.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Search/QueryEntry/Term.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Search/QueryHit.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Search/QueryLexer.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Search/QueryParser.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Search/QueryParserContext.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Search/QueryParserException.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Search/QueryToken.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Search/Similarity.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Search/Similarity/Default.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Search/Weight.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Search/Weight/Boolean.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Search/Weight/Empty.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Search/Weight/MultiTerm.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Search/Weight/Phrase.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Search/Weight/Term.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Storage/Directory.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Storage/Directory/Filesystem.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Storage/File.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Storage/File/Filesystem.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Storage/File/Memory.php
${FO_DIR}/library/zend/Zend/Uri.php
${FO_DIR}/library/zend/Zend/Uri/Exception.php
${FO_DIR}/library/zend/Zend/Uri/Http.php
${FO_DIR}/library/zend/Zend/Validate/Abstract.php
${FO_DIR}/library/zend/Zend/Validate/Hostname.php
${FO_DIR}/library/zend/Zend/Validate/Hostname/Biz.php
${FO_DIR}/library/zend/Zend/Validate/Hostname/Cn.php
${FO_DIR}/library/zend/Zend/Validate/Hostname/Com.php
${FO_DIR}/library/zend/Zend/Validate/Hostname/Jp.php
${FO_DIR}/library/zend/Zend/Validate/Interface.php
${FO_DIR}/library/zend/Zend/Validate/Ip.php
${FO_DIR}/library/zend/Zend/Version.php
${FO_DIR}/library/zip/archive.class.php
${FO_DIR}/license.txt
${FO_DIR}/php.ini
@@ -5109,6 +4823,7 @@ ${FO_DIR}/public/assets/themes/default/images/box/tb.gif
${FO_DIR}/public/assets/themes/default/images/default-avatar.png
${FO_DIR}/public/assets/themes/default/images/feng_logo.png
${FO_DIR}/public/assets/themes/default/images/feng_logo2.png
${FO_DIR}/public/assets/themes/default/images/feng_logo_extra_small.png
${FO_DIR}/public/assets/themes/default/images/file/contact.png
${FO_DIR}/public/assets/themes/default/images/file/del.png
${FO_DIR}/public/assets/themes/default/images/file/doc.png
@@ -5534,6 +5249,7 @@ ${FO_DIR}/public/install/installation/templates/config_file.php
${FO_DIR}/public/install/installation/templates/finish.php
${FO_DIR}/public/install/installation/templates/installed_version.php
${FO_DIR}/public/install/installation/templates/layout.php
${FO_DIR}/public/install/installation/templates/php/plugins/searchable_objects_to_innodb.php
${FO_DIR}/public/install/installation/templates/plugins.php
${FO_DIR}/public/install/installation/templates/sql/mysql_initial_data.php
${FO_DIR}/public/install/installation/templates/sql/mysql_schema.php
@@ -5579,6 +5295,7 @@ ${FO_DIR}/public/upgrade/library/functions.php
${FO_DIR}/public/upgrade/scripts/ArazaUpgradeScript.class.php
${FO_DIR}/public/upgrade/scripts/AsadoUpgradeScript.class.php
${FO_DIR}/public/upgrade/scripts/BondiolaUpgradeScript.class.php
${FO_DIR}/public/upgrade/scripts/ButiaUpgradeScript.class.php
${FO_DIR}/public/upgrade/scripts/ChinchulinUpgradeScript.class.php
${FO_DIR}/public/upgrade/scripts/ChivitoUpgradeScript.class.php
${FO_DIR}/public/upgrade/scripts/ChorizoUpgradeScript.class.php
+5 -4
View File
@@ -1,8 +1,9 @@
$NetBSD: distinfo,v 1.23 2015/03/19 15:38:24 taca Exp $
$NetBSD: distinfo,v 1.25 2015/11/04 02:46:53 agc Exp $
SHA1 (fengoffice-3.1.2.2.zip) = 7a45476a0ae16ee1708683ec5795c433a5f5a96f
RMD160 (fengoffice-3.1.2.2.zip) = fb8e049601c6daf0d1cfad9bab784d0583f3ca87
Size (fengoffice-3.1.2.2.zip) = 14123514 bytes
SHA1 (fengoffice_3.2.2.1.zip) = dc5b947cf52cdd40ef97ac645255220c7a958a11
RMD160 (fengoffice_3.2.2.1.zip) = 774c6273d00fff4a0ba768faac5f02ff9cdef193
SHA512 (fengoffice_3.2.2.1.zip) = 07e77138f0d4419d85057771a49f67853de0a7608154263820ebec6a473da107918d159e7570fd747463fb94935b20009f7d5f6cc043a5592af20ee62064d1cf
Size (fengoffice_3.2.2.1.zip) = 13937297 bytes
SHA1 (patch-aa) = 0162718439c36bbc4c867c943b78854f863929c5
SHA1 (patch-ac) = 10cdae0fe56a08d0f04e4071ba2eb82112495fe5
SHA1 (patch-ag) = 03f09610de1c7fd41641d4f08eb72876d82b2bbf