diff options
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/kdepimlibs4/Makefile | 44 | ||||
-rw-r--r-- | deskutils/kdepimlibs4/distinfo | 3 | ||||
-rw-r--r-- | deskutils/kdepimlibs4/files/patch-CMakeLists.txt | 11 | ||||
-rw-r--r-- | deskutils/kdepimlibs4/files/patch-cmake-modules_FindLibical.cmake | 11 | ||||
-rw-r--r-- | deskutils/kdepimlibs4/pkg-descr | 11 | ||||
-rw-r--r-- | deskutils/kdepimlibs4/pkg-plist | 510 | ||||
-rw-r--r-- | deskutils/orage/Makefile | 51 | ||||
-rw-r--r-- | deskutils/orage/distinfo | 3 | ||||
-rw-r--r-- | deskutils/orage/pkg-descr | 6 | ||||
-rw-r--r-- | deskutils/orage/pkg-plist | 499 |
10 files changed, 1149 insertions, 0 deletions
diff --git a/deskutils/kdepimlibs4/Makefile b/deskutils/kdepimlibs4/Makefile new file mode 100644 index 000000000..196d7a912 --- /dev/null +++ b/deskutils/kdepimlibs4/Makefile @@ -0,0 +1,44 @@ +# New ports collection Makefile for: kdepimplibs +# Date created: 2008-01-20 +# Whom: arved +# +# $FreeBSD$ + +PORTNAME= kdepimlibs +PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 +CATEGORIES= deskutils kde ipv6 +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE + +MAINTAINER= kde@FreeBSD.org +COMMENT= Libraries for KDE-PIM applications + +LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \ + sasl2:${PORTSDIR}/security/cyrus-sasl2 \ + boost_python:${PORTSDIR}/devel/boost-python \ + ical.43:${PORTSDIR}/devel/libical + +USE_KDE4= kdelibs akonadi kdeprefix kdehier automoc4 +KDE4_BUILDENV= yes +USE_BZIP2= yes +USE_QT_VER= 4 +QT_COMPONENTS= corelib opengl dbus qt3support \ + designer network svg qtestlib help \ + qmake_build moc_build rcc_build uic_build +USE_OPENLDAP= yes +MAKE_JOBS_SAFE= yes + +.if exists(${LOCALBASE}/lib/libgpgme-pth.so) +PLIST_SUB+= WITH_PTH='' +.else +PLIST_SUB+= WITH_PTH='@comment ' +.endif + +post-extract: + ${MKDIR} ${WRKSRC} + ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ + ${WRKSRC}/../cmake/modules/*.cmake + +.include <bsd.port.mk> diff --git a/deskutils/kdepimlibs4/distinfo b/deskutils/kdepimlibs4/distinfo new file mode 100644 index 000000000..12cacc5bd --- /dev/null +++ b/deskutils/kdepimlibs4/distinfo @@ -0,0 +1,3 @@ +MD5 (KDE/kdepimlibs-4.2.2.tar.bz2) = 62562a3025138a08ffdf08e6466b5065 +SHA256 (KDE/kdepimlibs-4.2.2.tar.bz2) = a5effac6724a66fe70711f449fb0472cc60637fec4357f8dbec21d71da9c6692 +SIZE (KDE/kdepimlibs-4.2.2.tar.bz2) = 1594954 diff --git a/deskutils/kdepimlibs4/files/patch-CMakeLists.txt b/deskutils/kdepimlibs4/files/patch-CMakeLists.txt new file mode 100644 index 000000000..312ff0638 --- /dev/null +++ b/deskutils/kdepimlibs4/files/patch-CMakeLists.txt @@ -0,0 +1,11 @@ +--- ../CMakeLists.txt.orig 2009-02-26 17:15:42.000000000 +0300 ++++ ../CMakeLists.txt 2009-03-07 09:57:33.000000000 +0300 +@@ -127,7 +127,7 @@ + macro_write_basic_cmake_version_file(${CMAKE_CURRENT_BINARY_DIR}/KdepimLibsConfigVersion.cmake + ${KDEPIMLIBS_VERSION_MAJOR} ${KDEPIMLIBS_VERSION_MINOR} ${KDEPIMLIBS_VERSION_PATCH}) + +-set(_KdepimLibsConfig_INSTALL_DIR ${LIB_INSTALL_DIR}/KdepimLibs-${KDEPIMLIBS_VERSION}/cmake) ++set(_KdepimLibsConfig_INSTALL_DIR ${LIB_INSTALL_DIR}/KdepimLibs/cmake) + # places where find_package() looks for FooConfig.cmake files: + # CMake >= 2.6.0 looks in lib/Foo*/cmake/, CMake >= 2.6.3 also looks in + # lib/cmake/Foo*/, which packagers prefer. So they can set the KDE4_USE_COMMON_CMAKE_PACKAGE_CONFIG_DIR diff --git a/deskutils/kdepimlibs4/files/patch-cmake-modules_FindLibical.cmake b/deskutils/kdepimlibs4/files/patch-cmake-modules_FindLibical.cmake new file mode 100644 index 000000000..efbbb2725 --- /dev/null +++ b/deskutils/kdepimlibs4/files/patch-cmake-modules_FindLibical.cmake @@ -0,0 +1,11 @@ +--- ../cmake/modules/FindLibical.cmake.orgi 2009-02-27 17:59:51.000000000 +0100 ++++ ../cmake/modules/FindLibical.cmake 2009-02-27 18:00:20.000000000 +0100 +@@ -52,7 +52,7 @@ + + if(LIBICAL_INCLUDE_DIRS AND LIBICAL_LIBRARIES) + set(FIND_LIBICAL_VERSION_SOURCE +- "#include <libical/ical.h>\n int main()\n {\n printf(\"%s\",ICAL_VERSION);return 1;\n }\n") ++ "#include <ical.h>\n int main()\n {\n printf(\"%s\",ICAL_VERSION);return 1;\n }\n") + set(FIND_LIBICAL_VERSION_SOURCE_FILE ${CMAKE_BINARY_DIR}/CMakeTmp/FindLIBICAL.cxx) + file(WRITE "${FIND_LIBICAL_VERSION_SOURCE_FILE}" "${FIND_LIBICAL_VERSION_SOURCE}") + diff --git a/deskutils/kdepimlibs4/pkg-descr b/deskutils/kdepimlibs4/pkg-descr new file mode 100644 index 000000000..7cd2cfe6a --- /dev/null +++ b/deskutils/kdepimlibs4/pkg-descr @@ -0,0 +1,11 @@ +This module includes libraries that are central to the development and +execution of a KDE-PIM application. + +The KDE-PIM project aims to bring together those who wish to help design, +implement, test, etc. anything that's to do with personal information +management. + +This rather broad scope encompasses mail clients, addressbooks, usenet news, +scheduling and even sticky notes. + +WWW: http://www.kde.org/ diff --git a/deskutils/kdepimlibs4/pkg-plist b/deskutils/kdepimlibs4/pkg-plist new file mode 100644 index 000000000..5a5c45511 --- /dev/null +++ b/deskutils/kdepimlibs4/pkg-plist @@ -0,0 +1,510 @@ +include/akonadi/agentbase.h +include/akonadi/agentfilterproxymodel.h +include/akonadi/agentinstance.h +include/akonadi/agentinstancecreatejob.h +include/akonadi/agentinstancemodel.h +include/akonadi/agentinstancewidget.h +include/akonadi/agentmanager.h +include/akonadi/agenttype.h +include/akonadi/agenttypedialog.h +include/akonadi/agenttypemodel.h +include/akonadi/agenttypewidget.h +include/akonadi/akonadi_export.h +include/akonadi/attribute.h +include/akonadi/attributefactory.h +include/akonadi/cachepolicy.h +include/akonadi/changerecorder.h +include/akonadi/collection.h +include/akonadi/collectioncopyjob.h +include/akonadi/collectioncreatejob.h +include/akonadi/collectiondeletejob.h +include/akonadi/collectionfetchjob.h +include/akonadi/collectionfilterproxymodel.h +include/akonadi/collectionmodel.h +include/akonadi/collectionmodifyjob.h +include/akonadi/collectionpropertiesdialog.h +include/akonadi/collectionpropertiespage.h +include/akonadi/collectionstatistics.h +include/akonadi/collectionstatisticsdelegate.h +include/akonadi/collectionstatisticsjob.h +include/akonadi/collectionstatisticsmodel.h +include/akonadi/collectionview.h +include/akonadi/control.h +include/akonadi/entity.h +include/akonadi/entitydisplayattribute.h +include/akonadi/item.h +include/akonadi/itemcopyjob.h +include/akonadi/itemcreatejob.h +include/akonadi/itemdeletejob.h +include/akonadi/itemfetchjob.h +include/akonadi/itemfetchscope.h +include/akonadi/itemmodel.h +include/akonadi/itemmodifyjob.h +include/akonadi/itemmonitor.h +include/akonadi/itemmovejob.h +include/akonadi/itempayloadinternals_p.h +include/akonadi/itemserializerplugin.h +include/akonadi/itemsync.h +include/akonadi/itemview.h +include/akonadi/job.h +include/akonadi/kabc/akonadi-kabc_export.h +include/akonadi/kabc/contactparts.h +include/akonadi/kmime/akonadi-kmime_export.h +include/akonadi/kmime/messagemodel.h +include/akonadi/kmime/messageparts.h +include/akonadi/kmime/messagethreaderproxymodel.h +include/akonadi/kmime/messagethreadingattribute.h +include/akonadi/linkjob.h +include/akonadi/monitor.h +include/akonadi/private/collectionpathresolver_p.h +include/akonadi/resourcebase.h +include/akonadi/searchcreatejob.h +include/akonadi/servermanager.h +include/akonadi/session.h +include/akonadi/standardactionmanager.h +include/akonadi/transactionjobs.h +include/akonadi/transactionsequence.h +include/akonadi/unlinkjob.h +include/gpgme++/context.h +include/gpgme++/data.h +include/gpgme++/decryptionresult.h +include/gpgme++/editinteractor.h +include/gpgme++/encryptionresult.h +include/gpgme++/engineinfo.h +include/gpgme++/error.h +include/gpgme++/eventloopinteractor.h +include/gpgme++/exception.h +include/gpgme++/global.h +include/gpgme++/gpgadduserideditinteractor.h +include/gpgme++/gpgme++_export.h +include/gpgme++/gpgmefw.h +include/gpgme++/gpgsetexpirytimeeditinteractor.h +include/gpgme++/gpgsetownertrusteditinteractor.h +include/gpgme++/gpgsignkeyeditinteractor.h +include/gpgme++/importresult.h +include/gpgme++/interfaces/dataprovider.h +include/gpgme++/interfaces/passphraseprovider.h +include/gpgme++/interfaces/progressprovider.h +include/gpgme++/key.h +include/gpgme++/keygenerationresult.h +include/gpgme++/keylistresult.h +include/gpgme++/notation.h +include/gpgme++/result.h +include/gpgme++/signingresult.h +include/gpgme++/trustitem.h +include/gpgme++/verificationresult.h +include/kabc/address.h +include/kabc/addressbook.h +include/kabc/addressee.h +include/kabc/addresseedialog.h +include/kabc/addresseelist.h +include/kabc/addresslineedit.h +include/kabc/distributionlist.h +include/kabc/distributionlistdialog.h +include/kabc/emailselectdialog.h +include/kabc/errorhandler.h +include/kabc/field.h +include/kabc/format.h +include/kabc/formatfactory.h +include/kabc/geo.h +include/kabc/kabc_export.h +include/kabc/key.h +include/kabc/ldifconverter.h +include/kabc/lock.h +include/kabc/locknull.h +include/kabc/phonenumber.h +include/kabc/picture.h +include/kabc/plugin.h +include/kabc/resource.h +include/kabc/resourceabc.h +include/kabc/resourcecached.h +include/kabc/secrecy.h +include/kabc/sortmode.h +include/kabc/sound.h +include/kabc/stdaddressbook.h +include/kabc/timezone.h +include/kabc/vcard.h +include/kabc/vcardconverter.h +include/kabc/vcardformat.h +include/kabc/vcardline.h +include/kabc/vcardparser.h +include/kblog/blog.h +include/kblog/blogcomment.h +include/kblog/blogger1.h +include/kblog/blogmedia.h +include/kblog/blogpost.h +include/kblog/gdata.h +include/kblog/kblog_export.h +include/kblog/metaweblog.h +include/kblog/movabletype.h +include/kblog/wordpressbuggy.h +include/kcal/alarm.h +include/kcal/attachment.h +include/kcal/attendee.h +include/kcal/calendar.h +include/kcal/calendarlocal.h +include/kcal/calendarnull.h +include/kcal/calendarresources.h +include/kcal/calfilter.h +include/kcal/calformat.h +include/kcal/calstorage.h +include/kcal/confirmsavedialog.h +include/kcal/customproperties.h +include/kcal/dndfactory.h +include/kcal/duration.h +include/kcal/event.h +include/kcal/exceptions.h +include/kcal/filestorage.h +include/kcal/freebusy.h +include/kcal/freebusycache.h +include/kcal/freebusyperiod.h +include/kcal/freebusyurlstore.h +include/kcal/htmlexport.h +include/kcal/htmlexportsettings.h +include/kcal/icaldrag.h +include/kcal/icalformat.h +include/kcal/icaltimezones.h +include/kcal/imipscheduler.h +include/kcal/incidence.h +include/kcal/incidencebase.h +include/kcal/incidenceformatter.h +include/kcal/journal.h +include/kcal/kcal_export.h +include/kcal/kcalversion.h +include/kcal/kresult.h +include/kcal/listbase.h +include/kcal/period.h +include/kcal/person.h +include/kcal/qtopiaformat.h +include/kcal/recurrence.h +include/kcal/recurrencerule.h +include/kcal/resourcecached.h +include/kcal/resourcecachedconfig.h +include/kcal/resourcecalendar.h +include/kcal/resourcelocal.h +include/kcal/resourcelocalconfig.h +include/kcal/resourcelocaldir.h +include/kcal/resourcelocaldirconfig.h +include/kcal/scheduler.h +include/kcal/sortablelist.h +include/kcal/todo.h +include/kcal/vcaldrag.h +include/kcal/vcalformat.h +include/kimap/kimap_export.h +include/kimap/rfccodecs.h +include/kldap/ber.h +include/kldap/kldap_export.h +include/kldap/ldapattributeproxymodel.h +include/kldap/ldapconfigwidget.h +include/kldap/ldapconnection.h +include/kldap/ldapcontrol.h +include/kldap/ldapdefs.h +include/kldap/ldapdn.h +include/kldap/ldapmodel.h +include/kldap/ldapobject.h +include/kldap/ldapoperation.h +include/kldap/ldapsearch.h +include/kldap/ldapserver.h +include/kldap/ldapstructureproxymodel.h +include/kldap/ldapurl.h +include/kldap/ldif.h +include/kmime/boolflags.h +include/kmime/kmime_charfreq.h +include/kmime/kmime_codecs.h +include/kmime/kmime_content.h +include/kmime/kmime_contentindex.h +include/kmime/kmime_dateformatter.h +include/kmime/kmime_export.h +include/kmime/kmime_header_parsing.h +include/kmime/kmime_headers.h +include/kmime/kmime_mdn.h +include/kmime/kmime_message.h +include/kmime/kmime_newsarticle.h +include/kmime/kmime_util.h +include/kpimidentities/identity.h +include/kpimidentities/identitycombo.h +include/kpimidentities/identitymanager.h +include/kpimidentities/kpimidentities_export.h +include/kpimidentities/signature.h +include/kpimidentities/signatureconfigurator.h +include/kpimutils/email.h +include/kpimutils/kfileio.h +include/kpimutils/kpimutils_export.h +include/kpimutils/linklocator.h +include/kpimutils/spellingfilter.h +include/kresources/configdialog.h +include/kresources/configpage.h +include/kresources/configwidget.h +include/kresources/factory.h +include/kresources/idmapper.h +include/kresources/kresources_export.h +include/kresources/manager.h +include/kresources/managerimpl.h +include/kresources/resource.h +include/kresources/selectdialog.h +include/ktnef/formatter.h +include/ktnef/ktnef_export.h +include/ktnef/ktnefattach.h +include/ktnef/ktnefdefs.h +include/ktnef/ktnefmessage.h +include/ktnef/ktnefparser.h +include/ktnef/ktnefproperty.h +include/ktnef/ktnefpropertyset.h +include/ktnef/ktnefwriter.h +include/kxmlrpcclient/client.h +include/kxmlrpcclient/kxmlrpcclient_export.h +include/mailtransport/mailtransport_export.h +include/mailtransport/sendmailjob.h +include/mailtransport/servertest.h +include/mailtransport/smtpjob.h +include/mailtransport/transport.h +include/mailtransport/transportbase.h +include/mailtransport/transportcombobox.h +include/mailtransport/transportconfigdialog.h +include/mailtransport/transportjob.h +include/mailtransport/transportmanagementwidget.h +include/mailtransport/transportmanager.h +include/qgpgme/dataprovider.h +include/qgpgme/eventloopinteractor.h +include/qgpgme/qgpgme_export.h +include/syndication/abstractparser.h +include/syndication/atom/atom.h +include/syndication/atom/category.h +include/syndication/atom/constants.h +include/syndication/atom/content.h +include/syndication/atom/document.h +include/syndication/atom/entry.h +include/syndication/atom/generator.h +include/syndication/atom/link.h +include/syndication/atom/parser.h +include/syndication/atom/person.h +include/syndication/atom/source.h +include/syndication/category.h +include/syndication/constants.h +include/syndication/dataretriever.h +include/syndication/documentsource.h +include/syndication/documentvisitor.h +include/syndication/elementwrapper.h +include/syndication/enclosure.h +include/syndication/feed.h +include/syndication/global.h +include/syndication/image.h +include/syndication/item.h +include/syndication/ksyndication_export.h +include/syndication/loader.h +include/syndication/mapper.h +include/syndication/parsercollection.h +include/syndication/person.h +include/syndication/rdf/contentvocab.h +include/syndication/rdf/document.h +include/syndication/rdf/dublincore.h +include/syndication/rdf/dublincorevocab.h +include/syndication/rdf/image.h +include/syndication/rdf/item.h +include/syndication/rdf/literal.h +include/syndication/rdf/model.h +include/syndication/rdf/modelmaker.h +include/syndication/rdf/node.h +include/syndication/rdf/nodevisitor.h +include/syndication/rdf/parser.h +include/syndication/rdf/property.h +include/syndication/rdf/rdf.h +include/syndication/rdf/rdfvocab.h +include/syndication/rdf/resource.h +include/syndication/rdf/resourcewrapper.h +include/syndication/rdf/rssvocab.h +include/syndication/rdf/sequence.h +include/syndication/rdf/statement.h +include/syndication/rdf/syndicationinfo.h +include/syndication/rdf/syndicationvocab.h +include/syndication/rdf/textinput.h +include/syndication/rss2/category.h +include/syndication/rss2/cloud.h +include/syndication/rss2/document.h +include/syndication/rss2/enclosure.h +include/syndication/rss2/image.h +include/syndication/rss2/item.h +include/syndication/rss2/parser.h +include/syndication/rss2/rss2.h +include/syndication/rss2/source.h +include/syndication/rss2/textinput.h +include/syndication/specificdocument.h +include/syndication/specificitem.h +include/syndication/specificitemvisitor.h +include/syndication/syndication.h +include/syndication/tools.h +lib/KdepimLibs/cmake/KDEPimLibsLibraryTargetsWithPrefix-%%KDE4_BUILD_TYPE%%.cmake +lib/KdepimLibs/cmake/KDEPimLibsLibraryTargetsWithPrefix.cmake +lib/KdepimLibs/cmake/KdepimLibsConfig.cmake +lib/KdepimLibs/cmake/KdepimLibsConfigVersion.cmake +lib/gpgmepp/GpgmeppConfig.cmake +lib/gpgmepp/GpgmeppLibraryDepends.cmake +lib/kde4/kabc_directory.so +lib/kde4/kabc_file.so +lib/kde4/kabc_ldapkio.so +lib/kde4/kabc_net.so +lib/kde4/kabcformat_binary.so +lib/kde4/kcal_local.so +lib/kde4/kcal_localdir.so +lib/kde4/kcm_kresources.so +lib/kde4/kcm_mailtransport.so +lib/kde4/kio_imap4.so +lib/kde4/kio_ldap.so +lib/kde4/kio_mbox.so +lib/kde4/kio_nntp.so +lib/kde4/kio_pop3.so +lib/kde4/kio_sieve.so +lib/kde4/kio_smtp.so +lib/libakonadi-kabc.so +lib/libakonadi-kabc.so.5 +lib/libakonadi-kabc.so.5.0.1 +lib/libakonadi-kde.so +lib/libakonadi-kde.so.5 +lib/libakonadi-kde.so.5.0.1 +lib/libakonadi-kmime.so +lib/libakonadi-kmime.so.5 +lib/libakonadi-kmime.so.5.0.1 +%%WITH_PTH%%lib/libgpgme++-pth.so +%%WITH_PTH%%lib/libgpgme++-pth.so.2 +%%WITH_PTH%%lib/libgpgme++-pth.so.2.0.2 +lib/libgpgme++-pthread.so +lib/libgpgme++-pthread.so.2 +lib/libgpgme++-pthread.so.2.0.2 +lib/libgpgme++.so +lib/libgpgme++.so.2 +lib/libgpgme++.so.2.0.2 +lib/libkabc.so +lib/libkabc.so.5 +lib/libkabc.so.5.0.1 +lib/libkabc_file_core.so +lib/libkabc_file_core.so.5 +lib/libkabc_file_core.so.5.0.1 +lib/libkblog.so +lib/libkblog.so.5 +lib/libkblog.so.5.0.1 +lib/libkcal.so +lib/libkcal.so.5 +lib/libkcal.so.5.0.1 +lib/libkimap.so +lib/libkimap.so.5 +lib/libkimap.so.5.0.1 +lib/libkldap.so +lib/libkldap.so.5 +lib/libkldap.so.5.0.1 +lib/libkmime.so +lib/libkmime.so.5 +lib/libkmime.so.5.0.1 +lib/libkpimidentities.so +lib/libkpimidentities.so.5 +lib/libkpimidentities.so.5.0.1 +lib/libkpimutils.so +lib/libkpimutils.so.5 +lib/libkpimutils.so.5.0.1 +lib/libkresources.so +lib/libkresources.so.5 +lib/libkresources.so.5.0.1 +lib/libktnef.so +lib/libktnef.so.5 +lib/libktnef.so.5.0.1 +lib/libkxmlrpcclient.so +lib/libkxmlrpcclient.so.5 +lib/libkxmlrpcclient.so.5.0.1 +lib/libmailtransport.so +lib/libmailtransport.so.5 +lib/libmailtransport.so.5.0.1 +lib/libqgpgme.so +lib/libqgpgme.so.1 +lib/libqgpgme.so.1.0.1 +lib/libsyndication.so +lib/libsyndication.so.5 +lib/libsyndication.so.5.0.1 +share/apps/akonadi-kde/kcfg2dbus.xsl +share/apps/cmake/modules/CheckTimezone.cmake +share/apps/cmake/modules/FindAkonadi.cmake +share/apps/cmake/modules/FindGpgme.cmake +share/apps/cmake/modules/FindLdap.cmake +share/apps/cmake/modules/FindLibical.cmake +share/apps/cmake/modules/FindQGpgme.cmake +share/apps/cmake/modules/KDEPimLibsDependencies.cmake +share/apps/kabc/countrytransl.map +share/apps/kabc/formats/binary.desktop +share/apps/kconf_update/mailtransports.upd +share/apps/kconf_update/migrate-transports.pl +share/config.kcfg/mailtransport.kcfg +share/dbus-1/interfaces/org.kde.KResourcesManager.xml +share/dbus-1/interfaces/org.kde.pim.IdentityManager.xml +share/doc/HTML/en/kcontrol/kresources/common +share/doc/HTML/en/kcontrol/kresources/index.cache.bz2 +share/doc/HTML/en/kcontrol/kresources/index.docbook +share/doc/HTML/en/kioslave/imap/common +share/doc/HTML/en/kioslave/imap/index.cache.bz2 +share/doc/HTML/en/kioslave/imap/index.docbook +share/doc/HTML/en/kioslave/ldap/common +share/doc/HTML/en/kioslave/ldap/index.cache.bz2 +share/doc/HTML/en/kioslave/ldap/index.docbook +share/doc/HTML/en/kioslave/nntp/common +share/doc/HTML/en/kioslave/nntp/index.cache.bz2 +share/doc/HTML/en/kioslave/nntp/index.docbook +share/doc/HTML/en/kioslave/pop3/common +share/doc/HTML/en/kioslave/pop3/index.cache.bz2 +share/doc/HTML/en/kioslave/pop3/index.docbook +share/doc/HTML/en/kioslave/smtp/common +share/doc/HTML/en/kioslave/smtp/index.cache.bz2 +share/doc/HTML/en/kioslave/smtp/index.docbook +share/kde4/services/imap4.protocol +share/kde4/services/imaps.protocol +share/kde4/services/kcm_mailtransport.desktop +share/kde4/services/kresources.desktop +share/kde4/services/kresources/kabc/dir.desktop +share/kde4/services/kresources/kabc/file.desktop +share/kde4/services/kresources/kabc/ldapkio.desktop +share/kde4/services/kresources/kabc/net.desktop +share/kde4/services/kresources/kabc_manager.desktop +share/kde4/services/kresources/kcal/local.desktop +share/kde4/services/kresources/kcal/localdir.desktop +share/kde4/services/kresources/kcal_manager.desktop +share/kde4/services/ldap.protocol +share/kde4/services/ldaps.protocol +share/kde4/services/mbox.protocol +share/kde4/services/nntp.protocol +share/kde4/services/nntps.protocol +share/kde4/services/pop3.protocol +share/kde4/services/pop3s.protocol +share/kde4/services/sieve.protocol +share/kde4/services/smtp.protocol +share/kde4/services/smtps.protocol +share/kde4/servicetypes/kresources_manager.desktop +share/kde4/servicetypes/kresources_plugin.desktop +@dirrm share/doc/HTML/en/kioslave/smtp +@dirrm share/doc/HTML/en/kioslave/pop3 +@dirrm share/doc/HTML/en/kioslave/nntp +@dirrm share/doc/HTML/en/kioslave/ldap +@dirrm share/doc/HTML/en/kioslave/imap +@dirrm share/doc/HTML/en/kcontrol/kresources +@dirrm share/apps/akonadi-kde +@dirrm lib/gpgmepp +@dirrm lib/KdepimLibs/cmake +@dirrm lib/KdepimLibs +@dirrm include/syndication/rss2 +@dirrm include/syndication/rdf +@dirrm include/syndication/atom +@dirrm include/syndication +@dirrm include/qgpgme +@dirrm include/mailtransport +@dirrm include/kxmlrpcclient +@dirrm include/ktnef +@dirrm include/kresources +@dirrm include/kpimutils +@dirrm include/kpimidentities +@dirrm include/kmime +@dirrm include/kldap +@dirrm include/kimap +@dirrm include/kcal +@dirrm include/kblog +@dirrm include/kabc +@dirrm include/gpgme++/interfaces +@dirrm include/gpgme++ +@dirrmtry include/akonadi/private +@dirrm include/akonadi/kmime +@dirrm include/akonadi/kabc +@dirrmtry include/akonadi diff --git a/deskutils/orage/Makefile b/deskutils/orage/Makefile new file mode 100644 index 000000000..f458526c7 --- /dev/null +++ b/deskutils/orage/Makefile @@ -0,0 +1,51 @@ +# New ports collection makefile for: xfce4-calendar +# Date created: 2003-01-14 +# Whom: Matt Lancereau <matt@rimasec.net> +# +# $FreeBSD$ +# + +PORTNAME= orage +PORTVERSION= 4.6.0 +CATEGORIES= deskutils xfce +MASTER_SITES= ${MASTER_SITE_XFCE} +DIST_SUBDIR= xfce4 + +MAINTAINER= oliver@FreeBSD.org +COMMENT= A calendar application to manage your time with XFce 4 + +GNU_CONFIGURE= yes +INSTALLS_ICONS= yes +USE_BZIP2= yes +USE_GETTEXT= yes +USE_GMAKE= yes +USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig +USE_XFCE= configenv libgui panel +USE_XORG= xext xrender xinerama xi xrandr xcursor xcomposite xdamage x11 \ + xfixes + +OPTIONS= BDB "Enable BDB support" off \ + ICAL "Enable libical support" off + +MAN1= globaltime.1 orage.1 + +.include <bsd.port.pre.mk> + +.if defined(WITH_BDB) +CONFIGURE_ARGS+=--with-bdb4=yes --with-bdb4_dir=${LOCALBASE} +USE_BDB= 40 +.else +CONFIGURE_ARGS+=--with-bdb4=no +.endif + +.if defined(WITH_ICAL) +LIB_DEPENDS+= ical.43:${PORTSDIR}/devel/libical +.endif + +post-patch: +.if !defined(WITH_ICAL) + @${REINPLACE_CMD} -e 's|libical-|no-&|g' ${WRKSRC}/configure +.endif + @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure + +.include <bsd.port.post.mk> diff --git a/deskutils/orage/distinfo b/deskutils/orage/distinfo new file mode 100644 index 000000000..87c2d386d --- /dev/null +++ b/deskutils/orage/distinfo @@ -0,0 +1,3 @@ +MD5 (xfce4/orage-4.6.0.tar.bz2) = c3f71a922f9032119dbb1b37a09adf93 +SHA256 (xfce4/orage-4.6.0.tar.bz2) = ec284731ed0f06bb2753be853a3a742383e8d35b29a894292cbeb3fea8a93445 +SIZE (xfce4/orage-4.6.0.tar.bz2) = 1934900 diff --git a/deskutils/orage/pkg-descr b/deskutils/orage/pkg-descr new file mode 100644 index 000000000..d0c4a1bda --- /dev/null +++ b/deskutils/orage/pkg-descr @@ -0,0 +1,6 @@ +Orage provides a calendar which integrates nicely into the Xfce desktop +environment. It is highly configurable and supports alerts based on dates. +It warns you with popup or audio alarm. As it is an application kind-of +every day use it launches itself in the background as a daemon. + +WWW: http://www.xfce.org/projects/orage/ diff --git a/deskutils/orage/pkg-plist b/deskutils/orage/pkg-plist new file mode 100644 index 000000000..dc43cf1fa --- /dev/null +++ b/deskutils/orage/pkg-plist @@ -0,0 +1,499 @@ +bin/globaltime +bin/orage +libexec/xfce4/panel-plugins/orageclock +share/applications/xfcalendar.desktop +share/applications/xfce-xfcalendar-settings.desktop +share/dbus-1/services/org.xfce.calendar.service +share/dbus-1/services/org.xfce.orage.service +share/icons/hicolor/48x48/apps/xfcalendar.png +share/icons/hicolor/scalable/apps/xfcalendar.svg +share/locale/am/LC_MESSAGES/orage.mo +share/locale/ar/LC_MESSAGES/orage.mo +share/locale/az/LC_MESSAGES/orage.mo +share/locale/bg/LC_MESSAGES/orage.mo +share/locale/da/LC_MESSAGES/orage.mo +share/locale/de/LC_MESSAGES/orage.mo +share/locale/dz/LC_MESSAGES/orage.mo +share/locale/en_AU/LC_MESSAGES/orage.mo +share/locale/en_GB/LC_MESSAGES/orage.mo +share/locale/eo/LC_MESSAGES/orage.mo +share/locale/es/LC_MESSAGES/orage.mo +share/locale/et/LC_MESSAGES/orage.mo +share/locale/eu/LC_MESSAGES/orage.mo +share/locale/fa/LC_MESSAGES/orage.mo +share/locale/fr/LC_MESSAGES/orage.mo +share/locale/gu/LC_MESSAGES/orage.mo +share/locale/he/LC_MESSAGES/orage.mo +share/locale/hi/LC_MESSAGES/orage.mo +share/locale/hu/LC_MESSAGES/orage.mo +share/locale/id/LC_MESSAGES/orage.mo +share/locale/it/LC_MESSAGES/orage.mo +share/locale/ja/LC_MESSAGES/orage.mo +share/locale/ka/LC_MESSAGES/orage.mo +share/locale/ku/LC_MESSAGES/orage.mo +share/locale/lt/LC_MESSAGES/orage.mo +share/locale/lv/LC_MESSAGES/orage.mo +share/locale/mk/LC_MESSAGES/orage.mo +share/locale/ms/LC_MESSAGES/orage.mo +share/locale/nl/LC_MESSAGES/orage.mo +share/locale/pa/LC_MESSAGES/orage.mo +share/locale/pt_BR/LC_MESSAGES/orage.mo +share/locale/pt_PT/LC_MESSAGES/orage.mo +share/locale/ru/LC_MESSAGES/orage.mo +share/locale/sq/LC_MESSAGES/orage.mo +share/locale/sv/LC_MESSAGES/orage.mo +share/locale/ta/LC_MESSAGES/orage.mo +share/locale/tr/LC_MESSAGES/orage.mo +share/locale/ur/LC_MESSAGES/orage.mo +share/locale/vi/LC_MESSAGES/orage.mo +share/locale/be/LC_MESSAGES/orage.mo +share/locale/ca/LC_MESSAGES/orage.mo +share/locale/cs/LC_MESSAGES/orage.mo +share/locale/el/LC_MESSAGES/orage.mo +share/locale/fi/LC_MESSAGES/orage.mo +share/locale/gl/LC_MESSAGES/orage.mo +share/locale/ko/LC_MESSAGES/orage.mo +share/locale/pl/LC_MESSAGES/orage.mo +share/locale/ro/LC_MESSAGES/orage.mo +share/locale/sk/LC_MESSAGES/orage.mo +share/locale/uk/LC_MESSAGES/orage.mo +share/locale/zh_CN/LC_MESSAGES/orage.mo +share/locale/zh_TW/LC_MESSAGES/orage.mo +share/locale/mr/LC_MESSAGES/orage.mo +share/locale/bn_IN/LC_MESSAGES/orage.mo +share/locale/nb_NO/LC_MESSAGES/orage.mo +share/locale/hy/LC_MESSAGES/orage.mo +share/orage/doc/C/images/default_calendar.png +share/orage/doc/C/images/orage_eventlist.png +share/orage/doc/C/images/orage_appointment.png +share/orage/doc/C/images/orage_appointment_alarm.png +share/orage/doc/C/images/orage_appointment_recurrence.png +share/orage/doc/C/images/orage_calendar_edit_menu.png +share/orage/doc/C/images/orage_calendar_file_menu.png +share/orage/doc/C/images/orage_calendar_help_menu.png +share/orage/doc/C/images/orage_calendar_view_menu.png +share/orage/doc/C/images/orage_desktop_menuitem.png +share/orage/doc/C/images/orage_preferences_display.png +share/orage/doc/C/images/orage_daylist.png +share/orage/doc/C/images/orage_exchange_impexp.png +share/orage/doc/C/images/orage_exchange_oragefiles.png +share/orage/doc/C/images/orage_exchange_foreign.png +share/orage/doc/C/images/orage_preferences_main.png +share/orage/doc/C/images/orage_preferences_extra.png +share/orage/doc/C/orage.html +share/orage/sounds/Boiling.wav +share/orage/sounds/KDE_Beep_Digital_1.ogg +share/orage/sounds/KDE_Beep_Digital_2.ogg +share/orage/sounds/Knock.wav +share/orage/sounds/Phone.wav +share/orage/sounds/Spo.wav +share/orage/sounds/Tear.wav +share/orage/sounds/Wall_c.wav +share/orage/zoneinfo/Africa/Abidjan.ics +share/orage/zoneinfo/Africa/Accra.ics +share/orage/zoneinfo/Africa/Addis_Ababa.ics +share/orage/zoneinfo/Africa/Algiers.ics +share/orage/zoneinfo/Africa/Asmera.ics +share/orage/zoneinfo/Africa/Bamako.ics +share/orage/zoneinfo/Africa/Bangui.ics +share/orage/zoneinfo/Africa/Banjul.ics +share/orage/zoneinfo/Africa/Bissau.ics +share/orage/zoneinfo/Africa/Blantyre.ics +share/orage/zoneinfo/Africa/Brazzaville.ics +share/orage/zoneinfo/Africa/Bujumbura.ics +share/orage/zoneinfo/Africa/Cairo.ics +share/orage/zoneinfo/Africa/Casablanca.ics +share/orage/zoneinfo/Africa/Ceuta.ics +share/orage/zoneinfo/Africa/Conakry.ics +share/orage/zoneinfo/Africa/Dakar.ics +share/orage/zoneinfo/Africa/Dar_es_Salaam.ics +share/orage/zoneinfo/Africa/Djibouti.ics +share/orage/zoneinfo/Africa/Douala.ics +share/orage/zoneinfo/Africa/El_Aaiun.ics +share/orage/zoneinfo/Africa/Freetown.ics +share/orage/zoneinfo/Africa/Gaborone.ics +share/orage/zoneinfo/Africa/Harare.ics +share/orage/zoneinfo/Africa/Johannesburg.ics +share/orage/zoneinfo/Africa/Kampala.ics +share/orage/zoneinfo/Africa/Khartoum.ics +share/orage/zoneinfo/Africa/Kigali.ics +share/orage/zoneinfo/Africa/Kinshasa.ics +share/orage/zoneinfo/Africa/Lagos.ics +share/orage/zoneinfo/Africa/Libreville.ics +share/orage/zoneinfo/Africa/Lome.ics +share/orage/zoneinfo/Africa/Luanda.ics +share/orage/zoneinfo/Africa/Lubumbashi.ics +share/orage/zoneinfo/Africa/Lusaka.ics +share/orage/zoneinfo/Africa/Malabo.ics +share/orage/zoneinfo/Africa/Maputo.ics +share/orage/zoneinfo/Africa/Maseru.ics +share/orage/zoneinfo/Africa/Mbabane.ics +share/orage/zoneinfo/Africa/Mogadishu.ics +share/orage/zoneinfo/Africa/Monrovia.ics +share/orage/zoneinfo/Africa/Nairobi.ics +share/orage/zoneinfo/Africa/Ndjamena.ics +share/orage/zoneinfo/Africa/Niamey.ics +share/orage/zoneinfo/Africa/Nouakchott.ics +share/orage/zoneinfo/Africa/Ouagadougou.ics +share/orage/zoneinfo/Africa/Porto-Novo.ics +share/orage/zoneinfo/Africa/Sao_Tome.ics +share/orage/zoneinfo/Africa/Timbuktu.ics +share/orage/zoneinfo/Africa/Tripoli.ics +share/orage/zoneinfo/Africa/Tunis.ics +share/orage/zoneinfo/Africa/Windhoek.ics +share/orage/zoneinfo/America/Argentina/Buenos_Aires.ics +share/orage/zoneinfo/America/Argentina/Catamarca.ics +share/orage/zoneinfo/America/Argentina/Cordoba.ics +share/orage/zoneinfo/America/Argentina/Jujuy.ics +share/orage/zoneinfo/America/Argentina/Mendoza.ics +share/orage/zoneinfo/America/Adak.ics +share/orage/zoneinfo/America/Anchorage.ics +share/orage/zoneinfo/America/Anguilla.ics +share/orage/zoneinfo/America/Antigua.ics +share/orage/zoneinfo/America/Araguaina.ics +share/orage/zoneinfo/America/Aruba.ics +share/orage/zoneinfo/America/Asuncion.ics +share/orage/zoneinfo/America/Barbados.ics +share/orage/zoneinfo/America/Belem.ics +share/orage/zoneinfo/America/Belize.ics +share/orage/zoneinfo/America/Boa_Vista.ics +share/orage/zoneinfo/America/Bogota.ics +share/orage/zoneinfo/America/Boise.ics +share/orage/zoneinfo/America/Buenos_Aires.ics +share/orage/zoneinfo/America/Cambridge_Bay.ics +share/orage/zoneinfo/America/Cancun.ics +share/orage/zoneinfo/America/Caracas.ics +share/orage/zoneinfo/America/Catamarca.ics +share/orage/zoneinfo/America/Cayenne.ics +share/orage/zoneinfo/America/Cayman.ics +share/orage/zoneinfo/America/Chicago.ics +share/orage/zoneinfo/America/Chihuahua.ics +share/orage/zoneinfo/America/Cordoba.ics +share/orage/zoneinfo/America/Costa_Rica.ics +share/orage/zoneinfo/America/Cuiaba.ics +share/orage/zoneinfo/America/Curacao.ics +share/orage/zoneinfo/America/Dawson.ics +share/orage/zoneinfo/America/Dawson_Creek.ics +share/orage/zoneinfo/America/Denver.ics +share/orage/zoneinfo/America/Detroit.ics +share/orage/zoneinfo/America/Dominica.ics +share/orage/zoneinfo/America/Edmonton.ics +share/orage/zoneinfo/America/Eirunepe.ics +share/orage/zoneinfo/America/El_Salvador.ics +share/orage/zoneinfo/America/Fortaleza.ics +share/orage/zoneinfo/America/Glace_Bay.ics +share/orage/zoneinfo/America/Godthab.ics +share/orage/zoneinfo/America/Goose_Bay.ics +share/orage/zoneinfo/America/Grand_Turk.ics +share/orage/zoneinfo/America/Grenada.ics +share/orage/zoneinfo/America/Guadeloupe.ics +share/orage/zoneinfo/America/Guatemala.ics +share/orage/zoneinfo/America/Guayaquil.ics +share/orage/zoneinfo/America/Guyana.ics +share/orage/zoneinfo/America/Halifax.ics +share/orage/zoneinfo/America/Havana.ics +share/orage/zoneinfo/America/Hermosillo.ics +share/orage/zoneinfo/America/Indiana/Indianapolis.ics +share/orage/zoneinfo/America/Indiana/Knox.ics +share/orage/zoneinfo/America/Indiana/Marengo.ics +share/orage/zoneinfo/America/Indiana/Vevay.ics +share/orage/zoneinfo/America/Indianapolis.ics +share/orage/zoneinfo/America/Inuvik.ics +share/orage/zoneinfo/America/Iqaluit.ics +share/orage/zoneinfo/America/Jamaica.ics +share/orage/zoneinfo/America/Jujuy.ics +share/orage/zoneinfo/America/Juneau.ics +share/orage/zoneinfo/America/Kentucky/Louisville.ics +share/orage/zoneinfo/America/Kentucky/Monticello.ics +share/orage/zoneinfo/America/La_Paz.ics +share/orage/zoneinfo/America/Lima.ics +share/orage/zoneinfo/America/Los_Angeles.ics +share/orage/zoneinfo/America/Louisville.ics +share/orage/zoneinfo/America/Maceio.ics +share/orage/zoneinfo/America/Managua.ics +share/orage/zoneinfo/America/Manaus.ics +share/orage/zoneinfo/America/Martinique.ics +share/orage/zoneinfo/America/Mazatlan.ics +share/orage/zoneinfo/America/Mendoza.ics +share/orage/zoneinfo/America/Menominee.ics +share/orage/zoneinfo/America/Merida.ics +share/orage/zoneinfo/America/Mexico_City.ics +share/orage/zoneinfo/America/Miquelon.ics +share/orage/zoneinfo/America/Monterrey.ics +share/orage/zoneinfo/America/Montevideo.ics +share/orage/zoneinfo/America/Montreal.ics +share/orage/zoneinfo/America/Montserrat.ics +share/orage/zoneinfo/America/Nassau.ics +share/orage/zoneinfo/America/New_York.ics +share/orage/zoneinfo/America/Nipigon.ics +share/orage/zoneinfo/America/Nome.ics +share/orage/zoneinfo/America/Noronha.ics +share/orage/zoneinfo/America/Panama.ics +share/orage/zoneinfo/America/Pangnirtung.ics +share/orage/zoneinfo/America/Paramaribo.ics +share/orage/zoneinfo/America/Phoenix.ics +share/orage/zoneinfo/America/Port-au-Prince.ics +share/orage/zoneinfo/America/Port_of_Spain.ics +share/orage/zoneinfo/America/Porto_Velho.ics +share/orage/zoneinfo/America/Puerto_Rico.ics +share/orage/zoneinfo/America/Rainy_River.ics +share/orage/zoneinfo/America/Rankin_Inlet.ics +share/orage/zoneinfo/America/Recife.ics +share/orage/zoneinfo/America/Regina.ics +share/orage/zoneinfo/America/Rio_Branco.ics +share/orage/zoneinfo/America/Rosario.ics +share/orage/zoneinfo/America/Santiago.ics +share/orage/zoneinfo/America/Santo_Domingo.ics +share/orage/zoneinfo/America/Sao_Paulo.ics +share/orage/zoneinfo/America/Scoresbysund.ics +share/orage/zoneinfo/America/Shiprock.ics +share/orage/zoneinfo/America/St_Johns.ics +share/orage/zoneinfo/America/St_Kitts.ics +share/orage/zoneinfo/America/St_Lucia.ics +share/orage/zoneinfo/America/St_Thomas.ics +share/orage/zoneinfo/America/St_Vincent.ics +share/orage/zoneinfo/America/Swift_Current.ics +share/orage/zoneinfo/America/Tegucigalpa.ics +share/orage/zoneinfo/America/Thule.ics +share/orage/zoneinfo/America/Thunder_Bay.ics +share/orage/zoneinfo/America/Tijuana.ics +share/orage/zoneinfo/America/Tortola.ics +share/orage/zoneinfo/America/Vancouver.ics +share/orage/zoneinfo/America/Whitehorse.ics +share/orage/zoneinfo/America/Winnipeg.ics +share/orage/zoneinfo/America/Yakutat.ics +share/orage/zoneinfo/America/Yellowknife.ics +share/orage/zoneinfo/Antarctica/Casey.ics +share/orage/zoneinfo/Antarctica/Davis.ics +share/orage/zoneinfo/Antarctica/DumontDUrville.ics +share/orage/zoneinfo/Antarctica/Mawson.ics +share/orage/zoneinfo/Antarctica/McMurdo.ics +share/orage/zoneinfo/Antarctica/Palmer.ics +share/orage/zoneinfo/Antarctica/South_Pole.ics +share/orage/zoneinfo/Antarctica/Syowa.ics +share/orage/zoneinfo/Antarctica/Vostok.ics +share/orage/zoneinfo/Arctic/Longyearbyen.ics +share/orage/zoneinfo/Asia/Aden.ics +share/orage/zoneinfo/Asia/Almaty.ics +share/orage/zoneinfo/Asia/Amman.ics +share/orage/zoneinfo/Asia/Anadyr.ics +share/orage/zoneinfo/Asia/Aqtau.ics +share/orage/zoneinfo/Asia/Aqtobe.ics +share/orage/zoneinfo/Asia/Ashgabat.ics +share/orage/zoneinfo/Asia/Baghdad.ics +share/orage/zoneinfo/Asia/Bahrain.ics +share/orage/zoneinfo/Asia/Baku.ics +share/orage/zoneinfo/Asia/Bangkok.ics +share/orage/zoneinfo/Asia/Beirut.ics +share/orage/zoneinfo/Asia/Bishkek.ics +share/orage/zoneinfo/Asia/Brunei.ics +share/orage/zoneinfo/Asia/Calcutta.ics +share/orage/zoneinfo/Asia/Chungking.ics +share/orage/zoneinfo/Asia/Colombo.ics +share/orage/zoneinfo/Asia/Damascus.ics +share/orage/zoneinfo/Asia/Dhaka.ics +share/orage/zoneinfo/Asia/Dili.ics +share/orage/zoneinfo/Asia/Dubai.ics +share/orage/zoneinfo/Asia/Dushanbe.ics +share/orage/zoneinfo/Asia/Gaza.ics +share/orage/zoneinfo/Asia/Harbin.ics +share/orage/zoneinfo/Asia/Hong_Kong.ics +share/orage/zoneinfo/Asia/Hovd.ics +share/orage/zoneinfo/Asia/Irkutsk.ics +share/orage/zoneinfo/Asia/Istanbul.ics +share/orage/zoneinfo/Asia/Jakarta.ics +share/orage/zoneinfo/Asia/Jayapura.ics +share/orage/zoneinfo/Asia/Jerusalem.ics +share/orage/zoneinfo/Asia/Kabul.ics +share/orage/zoneinfo/Asia/Kamchatka.ics +share/orage/zoneinfo/Asia/Karachi.ics +share/orage/zoneinfo/Asia/Kashgar.ics +share/orage/zoneinfo/Asia/Katmandu.ics +share/orage/zoneinfo/Asia/Krasnoyarsk.ics +share/orage/zoneinfo/Asia/Kuala_Lumpur.ics +share/orage/zoneinfo/Asia/Kuching.ics +share/orage/zoneinfo/Asia/Kuwait.ics +share/orage/zoneinfo/Asia/Macao.ics +share/orage/zoneinfo/Asia/Magadan.ics +share/orage/zoneinfo/Asia/Manila.ics +share/orage/zoneinfo/Asia/Muscat.ics +share/orage/zoneinfo/Asia/Nicosia.ics +share/orage/zoneinfo/Asia/Novosibirsk.ics +share/orage/zoneinfo/Asia/Omsk.ics +share/orage/zoneinfo/Asia/Phnom_Penh.ics +share/orage/zoneinfo/Asia/Pontianak.ics +share/orage/zoneinfo/Asia/Pyongyang.ics +share/orage/zoneinfo/Asia/Qatar.ics +share/orage/zoneinfo/Asia/Rangoon.ics +share/orage/zoneinfo/Asia/Riyadh.ics +share/orage/zoneinfo/Asia/Saigon.ics +share/orage/zoneinfo/Asia/Samarkand.ics +share/orage/zoneinfo/Asia/Seoul.ics +share/orage/zoneinfo/Asia/Shanghai.ics +share/orage/zoneinfo/Asia/Singapore.ics +share/orage/zoneinfo/Asia/Taipei.ics +share/orage/zoneinfo/Asia/Tashkent.ics +share/orage/zoneinfo/Asia/Tbilisi.ics +share/orage/zoneinfo/Asia/Tehran.ics +share/orage/zoneinfo/Asia/Thimphu.ics +share/orage/zoneinfo/Asia/Tokyo.ics +share/orage/zoneinfo/Asia/Ujung_Pandang.ics +share/orage/zoneinfo/Asia/Ulaanbaatar.ics +share/orage/zoneinfo/Asia/Urumqi.ics +share/orage/zoneinfo/Asia/Vientiane.ics +share/orage/zoneinfo/Asia/Vladivostok.ics +share/orage/zoneinfo/Asia/Yakutsk.ics +share/orage/zoneinfo/Asia/Yekaterinburg.ics +share/orage/zoneinfo/Asia/Yerevan.ics +share/orage/zoneinfo/Atlantic/Azores.ics +share/orage/zoneinfo/Atlantic/Bermuda.ics +share/orage/zoneinfo/Atlantic/Canary.ics +share/orage/zoneinfo/Atlantic/Cape_Verde.ics +share/orage/zoneinfo/Atlantic/Faeroe.ics +share/orage/zoneinfo/Atlantic/Jan_Mayen.ics +share/orage/zoneinfo/Atlantic/Madeira.ics +share/orage/zoneinfo/Atlantic/Reykjavik.ics +share/orage/zoneinfo/Atlantic/South_Georgia.ics +share/orage/zoneinfo/Atlantic/St_Helena.ics +share/orage/zoneinfo/Atlantic/Stanley.ics +share/orage/zoneinfo/Australia/Adelaide.ics +share/orage/zoneinfo/Australia/Brisbane.ics +share/orage/zoneinfo/Australia/Broken_Hill.ics +share/orage/zoneinfo/Australia/Darwin.ics +share/orage/zoneinfo/Australia/Hobart.ics +share/orage/zoneinfo/Australia/Lindeman.ics +share/orage/zoneinfo/Australia/Lord_Howe.ics +share/orage/zoneinfo/Australia/Melbourne.ics +share/orage/zoneinfo/Australia/Perth.ics +share/orage/zoneinfo/Australia/Sydney.ics +share/orage/zoneinfo/Europe/Amsterdam.ics +share/orage/zoneinfo/Europe/Andorra.ics +share/orage/zoneinfo/Europe/Athens.ics +share/orage/zoneinfo/Europe/Belfast.ics +share/orage/zoneinfo/Europe/Belgrade.ics +share/orage/zoneinfo/Europe/Berlin.ics +share/orage/zoneinfo/Europe/Bratislava.ics +share/orage/zoneinfo/Europe/Brussels.ics +share/orage/zoneinfo/Europe/Bucharest.ics +share/orage/zoneinfo/Europe/Budapest.ics +share/orage/zoneinfo/Europe/Chisinau.ics +share/orage/zoneinfo/Europe/Copenhagen.ics +share/orage/zoneinfo/Europe/Dublin.ics +share/orage/zoneinfo/Europe/Gibraltar.ics +share/orage/zoneinfo/Europe/Helsinki.ics +share/orage/zoneinfo/Europe/Istanbul.ics +share/orage/zoneinfo/Europe/Kaliningrad.ics +share/orage/zoneinfo/Europe/Kiev.ics +share/orage/zoneinfo/Europe/Lisbon.ics +share/orage/zoneinfo/Europe/Ljubljana.ics +share/orage/zoneinfo/Europe/London.ics +share/orage/zoneinfo/Europe/Luxembourg.ics +share/orage/zoneinfo/Europe/Madrid.ics +share/orage/zoneinfo/Europe/Malta.ics +share/orage/zoneinfo/Europe/Minsk.ics +share/orage/zoneinfo/Europe/Monaco.ics +share/orage/zoneinfo/Europe/Moscow.ics +share/orage/zoneinfo/Europe/Nicosia.ics +share/orage/zoneinfo/Europe/Oslo.ics +share/orage/zoneinfo/Europe/Paris.ics +share/orage/zoneinfo/Europe/Prague.ics +share/orage/zoneinfo/Europe/Riga.ics +share/orage/zoneinfo/Europe/Rome.ics +share/orage/zoneinfo/Europe/Samara.ics +share/orage/zoneinfo/Europe/San_Marino.ics +share/orage/zoneinfo/Europe/Sarajevo.ics +share/orage/zoneinfo/Europe/Simferopol.ics +share/orage/zoneinfo/Europe/Skopje.ics +share/orage/zoneinfo/Europe/Sofia.ics +share/orage/zoneinfo/Europe/Stockholm.ics +share/orage/zoneinfo/Europe/Tallinn.ics +share/orage/zoneinfo/Europe/Tirane.ics +share/orage/zoneinfo/Europe/Uzhgorod.ics +share/orage/zoneinfo/Europe/Vaduz.ics +share/orage/zoneinfo/Europe/Vatican.ics +share/orage/zoneinfo/Europe/Vienna.ics +share/orage/zoneinfo/Europe/Vilnius.ics +share/orage/zoneinfo/Europe/Warsaw.ics +share/orage/zoneinfo/Europe/Zagreb.ics +share/orage/zoneinfo/Europe/Zaporozhye.ics +share/orage/zoneinfo/Europe/Zurich.ics +share/orage/zoneinfo/Indian/Antananarivo.ics +share/orage/zoneinfo/Indian/Chagos.ics +share/orage/zoneinfo/Indian/Christmas.ics +share/orage/zoneinfo/Indian/Cocos.ics +share/orage/zoneinfo/Indian/Comoro.ics +share/orage/zoneinfo/Indian/Kerguelen.ics +share/orage/zoneinfo/Indian/Mahe.ics +share/orage/zoneinfo/Indian/Maldives.ics +share/orage/zoneinfo/Indian/Mauritius.ics +share/orage/zoneinfo/Indian/Mayotte.ics +share/orage/zoneinfo/Indian/Reunion.ics +share/orage/zoneinfo/Pacific/Apia.ics +share/orage/zoneinfo/Pacific/Auckland.ics +share/orage/zoneinfo/Pacific/Chatham.ics +share/orage/zoneinfo/Pacific/Easter.ics +share/orage/zoneinfo/Pacific/Efate.ics +share/orage/zoneinfo/Pacific/Enderbury.ics +share/orage/zoneinfo/Pacific/Fakaofo.ics +share/orage/zoneinfo/Pacific/Fiji.ics +share/orage/zoneinfo/Pacific/Funafuti.ics +share/orage/zoneinfo/Pacific/Galapagos.ics +share/orage/zoneinfo/Pacific/Gambier.ics +share/orage/zoneinfo/Pacific/Guadalcanal.ics +share/orage/zoneinfo/Pacific/Guam.ics +share/orage/zoneinfo/Pacific/Honolulu.ics +share/orage/zoneinfo/Pacific/Johnston.ics +share/orage/zoneinfo/Pacific/Kiritimati.ics +share/orage/zoneinfo/Pacific/Kosrae.ics +share/orage/zoneinfo/Pacific/Kwajalein.ics +share/orage/zoneinfo/Pacific/Majuro.ics +share/orage/zoneinfo/Pacific/Marquesas.ics +share/orage/zoneinfo/Pacific/Midway.ics +share/orage/zoneinfo/Pacific/Nauru.ics +share/orage/zoneinfo/Pacific/Niue.ics +share/orage/zoneinfo/Pacific/Norfolk.ics +share/orage/zoneinfo/Pacific/Noumea.ics +share/orage/zoneinfo/Pacific/Pago_Pago.ics +share/orage/zoneinfo/Pacific/Palau.ics +share/orage/zoneinfo/Pacific/Pitcairn.ics +share/orage/zoneinfo/Pacific/Ponape.ics +share/orage/zoneinfo/Pacific/Port_Moresby.ics +share/orage/zoneinfo/Pacific/Rarotonga.ics +share/orage/zoneinfo/Pacific/Saipan.ics +share/orage/zoneinfo/Pacific/Tahiti.ics +share/orage/zoneinfo/Pacific/Tarawa.ics +share/orage/zoneinfo/Pacific/Tongatapu.ics +share/orage/zoneinfo/Pacific/Truk.ics +share/orage/zoneinfo/Pacific/Wake.ics +share/orage/zoneinfo/Pacific/Wallis.ics +share/orage/zoneinfo/Pacific/Yap.ics +share/orage/zoneinfo/zones.tab +share/xfce4/panel-plugins/orageclock.desktop +@dirrmtry libexec/xfce4/panel-plugins +@dirrmtry libexec/xfce4 +@dirrmtry share/applications +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrm share/orage/doc/C/images +@dirrm share/orage/doc/C +@dirrm share/orage/doc +@dirrm share/orage/sounds +@dirrm share/orage/zoneinfo/Africa +@dirrm share/orage/zoneinfo/America/Argentina +@dirrm share/orage/zoneinfo/America/Indiana +@dirrm share/orage/zoneinfo/America/Kentucky +@dirrm share/orage/zoneinfo/America +@dirrm share/orage/zoneinfo/Antarctica +@dirrm share/orage/zoneinfo/Arctic +@dirrm share/orage/zoneinfo/Asia +@dirrm share/orage/zoneinfo/Atlantic +@dirrm share/orage/zoneinfo/Australia +@dirrm share/orage/zoneinfo/Europe +@dirrm share/orage/zoneinfo/Indian +@dirrm share/orage/zoneinfo/Pacific +@dirrm share/orage/zoneinfo +@dirrm share/orage +@dirrmtry share/xfce4/panel-plugins +@dirrmtry share/xfce4 +@dirrmtry share/icons/hicolor/scalable/apps +@dirrmtry share/icons/hicolor/scalable |