pkgsrc/www/z-push/PLIST
jym d8759c596e Add z-push 2.2.10 to pkgsrc.
Z-Push is an open-source implementation of the Microsoft ActiveSync protocol.
It can be used to synchronize emails (including push notifications), personal
contacts and calendar items between a central HTTP server and a mobile device.
It supports a wide range of IMAP, CalDAV and CardDAV servers.

It provides a way to push mails to a mobile phone through ActiveSync
including iOS devices.

XXX This requires a specific PHP module from project Zarafa (PHP-MAPI) at
    run time. This will be provided in another package.
2016-06-05 00:02:21 +00:00

173 lines
7.5 KiB
Text

@comment $NetBSD: PLIST,v 1.1 2016/06/05 00:02:21 jym Exp $
bin/z-push-admin
bin/z-push-top
share/doc/z-push/INSTALL
share/doc/z-push/LICENSE
share/examples/z-push/config.php
share/examples/z-push/z-push.conf
share/z-push/autodiscover/INSTALL
share/z-push/autodiscover/autodiscover.php
share/z-push/autodiscover/config.php
share/z-push/autodiscover/response.xml
share/z-push/backend/combined/combined.php
share/z-push/backend/combined/config.php
share/z-push/backend/combined/exporter.php
share/z-push/backend/combined/importer.php
share/z-push/backend/imap/config.php
share/z-push/backend/imap/imap.php
share/z-push/backend/maildir/config.php
share/z-push/backend/maildir/maildir.php
share/z-push/backend/searchldap/config.php
share/z-push/backend/searchldap/searchldap.php
share/z-push/backend/vcarddir/config.php
share/z-push/backend/vcarddir/vcarddir.php
share/z-push/backend/zarafa/config.php
share/z-push/backend/zarafa/exporter.php
share/z-push/backend/zarafa/icalparser.php
share/z-push/backend/zarafa/importer.php
share/z-push/backend/zarafa/listfolders.php
share/z-push/backend/zarafa/mapi/class.baseexception.php
share/z-push/backend/zarafa/mapi/class.baserecurrence.php
share/z-push/backend/zarafa/mapi/class.freebusypublish.php
share/z-push/backend/zarafa/mapi/class.mapiexception.php
share/z-push/backend/zarafa/mapi/class.meetingrequest.php
share/z-push/backend/zarafa/mapi/class.recurrence.php
share/z-push/backend/zarafa/mapi/class.taskrecurrence.php
share/z-push/backend/zarafa/mapi/class.taskrequest.php
share/z-push/backend/zarafa/mapi/mapi.util.php
share/z-push/backend/zarafa/mapi/mapicode.php
share/z-push/backend/zarafa/mapi/mapidefs.php
share/z-push/backend/zarafa/mapi/mapiguid.php
share/z-push/backend/zarafa/mapi/mapitags.php
share/z-push/backend/zarafa/mapimapping.php
share/z-push/backend/zarafa/mapiphpwrapper.php
share/z-push/backend/zarafa/mapiprovider.php
share/z-push/backend/zarafa/mapistreamwrapper.php
share/z-push/backend/zarafa/mapiutils.php
share/z-push/backend/zarafa/tnefparser.php
share/z-push/backend/zarafa/zarafa.php
share/z-push/composer.json
share/z-push/config.php
share/z-push/include/mimeDecode.php
share/z-push/include/z_RFC822.php
share/z-push/index.php
share/z-push/lib/core/asdevice.php
share/z-push/lib/core/bodypreference.php
share/z-push/lib/core/changesmemorywrapper.php
share/z-push/lib/core/contentparameters.php
share/z-push/lib/core/devicemanager.php
share/z-push/lib/core/hierarchycache.php
share/z-push/lib/core/interprocessdata.php
share/z-push/lib/core/loopdetection.php
share/z-push/lib/core/pingtracking.php
share/z-push/lib/core/statemanager.php
share/z-push/lib/core/stateobject.php
share/z-push/lib/core/streamer.php
share/z-push/lib/core/streamimporter.php
share/z-push/lib/core/synccollections.php
share/z-push/lib/core/syncparameters.php
share/z-push/lib/core/topcollector.php
share/z-push/lib/core/zlog.php
share/z-push/lib/core/zpush.php
share/z-push/lib/core/zpushdefs.php
share/z-push/lib/default/backend.php
share/z-push/lib/default/diffbackend/diffbackend.php
share/z-push/lib/default/diffbackend/diffstate.php
share/z-push/lib/default/diffbackend/exportchangesdiff.php
share/z-push/lib/default/diffbackend/importchangesdiff.php
share/z-push/lib/default/filestatemachine.php
share/z-push/lib/default/searchprovider.php
share/z-push/lib/default/simplemutex.php
share/z-push/lib/exceptions/authenticationrequiredexception.php
share/z-push/lib/exceptions/exceptions.php
share/z-push/lib/exceptions/fatalexception.php
share/z-push/lib/exceptions/fatalmisconfigurationexception.php
share/z-push/lib/exceptions/fatalnotimplementedexception.php
share/z-push/lib/exceptions/httpreturncodeexception.php
share/z-push/lib/exceptions/nohierarchycacheavailableexception.php
share/z-push/lib/exceptions/nopostrequestexception.php
share/z-push/lib/exceptions/notimplementedexception.php
share/z-push/lib/exceptions/provisioningrequiredexception.php
share/z-push/lib/exceptions/stateinvalidexception.php
share/z-push/lib/exceptions/statenotfoundexception.php
share/z-push/lib/exceptions/statenotyetavailableexception.php
share/z-push/lib/exceptions/statusexception.php
share/z-push/lib/exceptions/syncobjectbrokenexception.php
share/z-push/lib/exceptions/wbxmlexception.php
share/z-push/lib/exceptions/zpushexception.php
share/z-push/lib/interface/ibackend.php
share/z-push/lib/interface/ichanges.php
share/z-push/lib/interface/iexportchanges.php
share/z-push/lib/interface/iimportchanges.php
share/z-push/lib/interface/isearchprovider.php
share/z-push/lib/interface/istatemachine.php
share/z-push/lib/request/folderchange.php
share/z-push/lib/request/foldersync.php
share/z-push/lib/request/getattachment.php
share/z-push/lib/request/gethierarchy.php
share/z-push/lib/request/getitemestimate.php
share/z-push/lib/request/itemoperations.php
share/z-push/lib/request/meetingresponse.php
share/z-push/lib/request/moveitems.php
share/z-push/lib/request/notify.php
share/z-push/lib/request/ping.php
share/z-push/lib/request/provisioning.php
share/z-push/lib/request/request.php
share/z-push/lib/request/requestprocessor.php
share/z-push/lib/request/resolverecipients.php
share/z-push/lib/request/search.php
share/z-push/lib/request/sendmail.php
share/z-push/lib/request/settings.php
share/z-push/lib/request/sync.php
share/z-push/lib/request/validatecert.php
share/z-push/lib/syncobjects/syncappointment.php
share/z-push/lib/syncobjects/syncappointmentexception.php
share/z-push/lib/syncobjects/syncattachment.php
share/z-push/lib/syncobjects/syncattendee.php
share/z-push/lib/syncobjects/syncbaseattachment.php
share/z-push/lib/syncobjects/syncbasebody.php
share/z-push/lib/syncobjects/synccontact.php
share/z-push/lib/syncobjects/syncdeviceinformation.php
share/z-push/lib/syncobjects/syncdevicepassword.php
share/z-push/lib/syncobjects/syncfolder.php
share/z-push/lib/syncobjects/syncitemoperationsattachment.php
share/z-push/lib/syncobjects/syncmail.php
share/z-push/lib/syncobjects/syncmailflags.php
share/z-push/lib/syncobjects/syncmeetingrequest.php
share/z-push/lib/syncobjects/syncmeetingrequestrecurrence.php
share/z-push/lib/syncobjects/syncnote.php
share/z-push/lib/syncobjects/syncobject.php
share/z-push/lib/syncobjects/syncoof.php
share/z-push/lib/syncobjects/syncoofmessage.php
share/z-push/lib/syncobjects/syncprovisioning.php
share/z-push/lib/syncobjects/syncrecurrence.php
share/z-push/lib/syncobjects/syncresolverecipient.php
share/z-push/lib/syncobjects/syncresolverecipients.php
share/z-push/lib/syncobjects/syncresolverecipientsavailability.php
share/z-push/lib/syncobjects/syncresolverecipientscertificates.php
share/z-push/lib/syncobjects/syncresolverecipientsoptions.php
share/z-push/lib/syncobjects/syncresolverecipientspicture.php
share/z-push/lib/syncobjects/syncsendmail.php
share/z-push/lib/syncobjects/syncsendmailsource.php
share/z-push/lib/syncobjects/synctask.php
share/z-push/lib/syncobjects/synctaskrecurrence.php
share/z-push/lib/syncobjects/syncuserinformation.php
share/z-push/lib/syncobjects/syncvalidatecert.php
share/z-push/lib/utils/compat.php
share/z-push/lib/utils/stringstreamwrapper.php
share/z-push/lib/utils/timezoneutil.php
share/z-push/lib/utils/utils.php
share/z-push/lib/utils/zpushadmin.php
share/z-push/lib/wbxml/replacenullcharfilter.php
share/z-push/lib/wbxml/wbxmldecoder.php
share/z-push/lib/wbxml/wbxmldefs.php
share/z-push/lib/wbxml/wbxmlencoder.php
share/z-push/lib/webservice/webservice.php
share/z-push/lib/webservice/webservicedevice.php
share/z-push/lib/webservice/webserviceusers.php
share/z-push/tools/dev/printwbxml.php
share/z-push/tools/fix-meetings-2.0.8+2.1.0-ios7.py
share/z-push/tools/migrate-2.0.x-2.1.0.php
share/z-push/version.php
share/z-push/z-push-admin.php
share/z-push/z-push-top.php