Remove -lighting subpackages, they can be built from their respective

host applications using --enable-calendar, so it makes more sense to
move the subpackages there, as seamonkey and thunderbird can get out of
synch.. now sunbird is only a standalone app.
Convert to mozilla MODULE while here, greatly shrinks Makefile. Use
EPOCH for seamless upgrades, as previous PKGNAME contained 1.0b1 which
wasn't detected as 1.0beta1.
This commit is contained in:
landry 2010-07-27 16:52:35 +00:00
parent 88031f8e39
commit 479d7c3a14
8 changed files with 423 additions and 721 deletions

View File

@ -1,27 +1,22 @@
# $OpenBSD: Makefile,v 1.8 2010/06/23 17:11:50 landry Exp $
# $OpenBSD: Makefile,v 1.9 2010/07/27 16:52:35 landry Exp $
SHARED_ONLY = Yes
COMMENT = Mozilla calendar
COMMENT-main = Mozilla calendar
COMMENT-lightning = Mozilla Thunderbird calendar extension
COMMENT-seamonkey = Mozilla Seamonkey calendar extension
MOZILLA_PROJECT = sunbird
MOZILLA_VERSION = 1.0beta1
MOZILLA_BRANCH = 1.9.1
MOZILLA_CODENAME = calendar
VER = 1.0b1
DISTNAME = lightning-sunbird-1.0b1.source
PKGNAME-main = sunbird-${VER}p2
PKGNAME-lightning = lightning-${VER}p1
PKGNAME-seamonkey = lightning-seamonkey-${VER}p1
EPOCH = 0
EXTRACT_SUFX = .tar.bz2
CATEGORIES = productivity mail
MULTI_PACKAGES = -main -lightning -seamonkey
# need to be in synch with SO_VERSION in
# mail/mozilla-thunderbird and www/seamonkey for lighting to work
SO_VERSION = 16.0
.for _lib in calbasecomps accessibility auth autoconfig caps chardet chrome \
MOZILLA_LIBS = calbasecomps accessibility auth autoconfig caps chardet chrome \
commandlines cookie docshell embedcomponents fileview gkgfxthebes \
gklayout gkplugin htmlpars i18n imgicon imglib2 intlapp jar50 jsd mork \
mozfind necko nsappshell permissions pipboot pipnss pippki pref rdf \
@ -29,10 +24,6 @@ SO_VERSION = 16.0
tkautocomplete toolkitcomps txmgr uconv unixproxy webbrwsr widget_gtk2 \
windowds xpautocomplete xpconnect xpinstall zipwriter gfxpsshar gkgfx \
gtkxtbin mozjs sqlite3 thebes xpcom xpcom_core xul nullplugin unixprintplugin
SHARED_LIBS+= ${_lib} ${SO_VERSION}
.endfor
HOMEPAGE = http://www.mozilla.org/projects/calendar
# MPL
PERMIT_PACKAGE_CDROM= Yes
@ -40,134 +31,25 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES = http://releases.mozilla.org/pub/mozilla.org/calendar/lightning/releases/${VER}/source/
MASTER_SITES = http://releases.mozilla.org/pub/mozilla.org/calendar/${MOZILLA_PROJECT}/releases/${MOZILLA_VERSION}/source/
MODULES = devel/gettext lang/python
RUN_DEPENDS-main = :desktop-file-utils-*:devel/desktop-file-utils
BUILD_DEPENDS = :libIDL-*:devel/libIDL \
::archivers/zip \
::archivers/unzip
LIB_DEPENDS-main = ${LIB_DEPENDS} \
gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 \
sqlite3.>=13.3:sqlite3->=3.6.16:databases/sqlite3 \
nspr4.>=17,plc4.>=17,plds4.>=17:nspr->=4.6.4p1:devel/nspr \
nss3.>=19,smime3.>=19,softokn3.>=19,ssl3.>=19:nss->=3.11.4p1:security/nss
WANTLIB = c m
WANTLIB-main += ${WANTLIB} X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB-main += Xi Xinerama Xrandr Xrender Xt atk-1.0 cairo expat
WANTLIB-main += fontconfig freetype gio-2.0 glib-2.0 glitz gmodule-2.0
WANTLIB-main += gobject-2.0 gthread-2.0 jpeg pango-1.0 pangocairo-1.0
WANTLIB-main += pangoft2-1.0 pixman-1 png pthread sndio stdc++
WANTLIB-main += pthread-stubs xcb z
LIB_DEPENDS-lightning = mozilla-thunderbird/mozjs,mozilla-thunderbird/xpcom::mail/mozilla-thunderbird
LIB_DEPENDS-seamonkey = seamonkey/mozjs,seamonkey/xpcom::www/seamonkey
WANTLIB-lightning = ${WANTLIB} nspr4 plc4 plds4
WANTLIB-seamonkey = ${WANTLIB} nspr4 plc4 plds4
MODULES = www/mozilla devel/gettext lang/python
USE_X11 = Yes
USE_GMAKE = Yes
# Regression tests are too hard to adapt to run here
NO_REGRESS = Yes
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/mozilla/build/autoconf \
${WRKSRC}/mozilla/js/src/build/autoconf \
${WRKSRC}/directory/c-sdk/config/autoconf
MODGNU_CONFIG_GUESS_DIRS += ${WRKSRC}/directory/c-sdk/config/autoconf
AUTOCONF_VERSION = 2.13
CONFIGURE_STYLE = autoconf no-autoheader
CONFIGURE_ARGS= --with-system-jpeg=${LOCALBASE} \
--with-system-zlib=/usr/lib \
--with-system-nspr \
--with-system-nss \
--with-pthreads \
--disable-optimize \
--disable-debug \
--disable-tests \
--disable-pedantic \
--disable-installer \
--disable-updater \
--disable-gnomeui \
--disable-gnomevfs \
--disable-dbus \
--enable-default-toolkit=cairo-gtk2 \
--enable-xinerama \
--enable-svg \
--enable-svg-renderer=cairo \
--enable-system-cairo \
--enable-canvas \
--enable-official-branding \
--enable-application=calendar
CONFIGURE_ARGS = --enable-official-branding
ALL_TARGET= default
WRKDIST = ${WRKDIR}/comm-1.9.1
MAKE_ENV = MOZ_CO_PROJECT=calendar \
LD_LIBRARY_PATH="${WRKSRC}/mozilla/dist/bin" \
BUILD_OFFICIAL=1 \
MOZILLA_OFFICIAL=1 \
SO_VERSION="${SO_VERSION}"
CONFIGURE_ENV = ${MAKE_ENV} \
PKG_CONFIG_PATH="${LOCALBASE}/lib/pkgconfig:${X11BASE}/lib/pkgconfig" \
MOZ_ENABLE_COREXFONTS=1 \
topsrcdir=${WRKSRC}
MOB = ${WRKSRC}/mozilla/dist/bin
MOZ = ${PREFIX}/sunbird
# magic number taken from xpi/install.rdf
GUID = {e2fda1a4-762b-4020-b5ad-a41df1933103}
LIGHTNINGDIR = ${PREFIX}/mozilla-thunderbird/extensions/${GUID}
SEAMONKEYDIR = ${PREFIX}/seamonkey/extensions/${GUID}
SUBST_VARS = GUID
DATADIRS = calendar-js chrome components defaults dictionaries extensions \
MOZILLA_DATADIRS = calendar-js chrome components defaults dictionaries extensions \
greprefs icons modules plugins res
post-extract:
cp -f ${FILESDIR}/sydney_audio_sndio.c \
${WRKSRC}/mozilla/media/libsydneyaudio/src/
@cp -f ${FILESDIR}/nsSound.cpp ${WRKSRC}/mozilla/widget/src/gtk2/
pre-configure:
cd ${WRKSRC}/directory/c-sdk && ${SETENV} ${AUTOCONF_ENV} ${AUTOCONF}
cd ${WRKSRC}/mozilla && ${SETENV} ${AUTOCONF_ENV} ${AUTOCONF}
cd ${WRKSRC}/mozilla/js/src && ${SETENV} ${AUTOCONF_ENV} ${AUTOCONF}
${SUBST_CMD} ${WRKSRC}/mozilla/js/src/xpconnect/shell/Makefile.in \
${WRKSRC}/mozilla/xpcom/io/nsAppFileLocationProvider.cpp \
${WRKSRC}/mozilla/extensions/spellcheck/hunspell/src/mozHunspell.cpp \
${WRKSRC}/mozilla/build/unix/mozilla.in \
${WRKSRC}/mozilla/toolkit/xre/nsXREDirProvider.cpp
do-install:
@cd ${MOB} && \
find ${DATADIRS} -type d \
-exec ${INSTALL_DATA_DIR} ${MOZ}/{} \; && \
find ${DATADIRS} ! -type d \
-exec ${INSTALL_DATA} -m 644 {} ${MOZ}/{} \;
${INSTALL_DATA} ${MOB}/*.so.${SO_VERSION} ${MOZ}
${INSTALL_DATA} ${MOB}/*.ini ${MOZ}
${INSTALL_SCRIPT} ${MOB}/sunbird ${PREFIX}/bin/
${INSTALL_SCRIPT} ${MOB}/run-mozilla.sh ${MOZ}
${INSTALL_PROGRAM} ${MOB}/regxpcom \
${MOB}/sunbird-bin \
${MOB}/mozilla-xremote-client ${MOZ}
${INSTALL_DATA_DIR} ${PREFIX}/share/applications/
${SUBST_CMD} -c ${FILESDIR}/sunbird.desktop \
${PREFIX}/share/applications/sunbird.desktop
chown ${SHAREOWN}:${SHAREGRP} \
${PREFIX}/share/applications/sunbird.desktop
# install lightning for thunderbird from the built xpi
${INSTALL_DATA_DIR} ${LIGHTNINGDIR}
unzip -q ${MOB}/../xpi-stage/lightning.xpi -d ${LIGHTNINGDIR}
@perl -pi -e 's,OpenBSD_</em:targetPlatform>,OpenBSD</em:targetPlatform>\n<em:type>2</em:type>,' ${LIGHTNINGDIR}/install.rdf
# install lightning for seamonkey from the built xpi
${INSTALL_DATA_DIR} ${SEAMONKEYDIR}
unzip -q ${MOB}/../xpi-stage/lightning.xpi -d ${SEAMONKEYDIR}
@perl -pi -e 's,OpenBSD_</em:targetPlatform>,OpenBSD</em:targetPlatform>\n<em:type>2</em:type>,' ${SEAMONKEYDIR}/install.rdf
MOZILLA_AUTOCONF_DIRS = directory/c-sdk mozilla mozilla/js/src
MOZILLA_SUBST_FILES += config/autoconf.mk.in
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
Lightning is a calendar/task management extension for Mozilla
Thunderbird, and supports local and remote calendars through CalDav
, WebDAV or WCAP protocols, and subscription to iCal/.ics invitations.

View File

@ -1,3 +0,0 @@
Lightning is a calendar/task management extension for Mozilla
Seamonkey, and supports local and remote calendars through CalDav
, WebDAV or WCAP protocols, and subscription to iCal/.ics invitations.

View File

@ -0,0 +1,408 @@
@comment $OpenBSD: PLIST,v 1.1 2010/07/27 16:52:36 landry Exp $
@conflict sunbird-<=1.0b1
@pkgpath productivity/sunbird,-main
bin/${MOZILLA_PROJECT}
@comment mozilla-thunderbird/
@comment mozilla-thunderbird/extensions/
share/applications/${MOZILLA_PROJECT}.desktop
${MOZILLA_PROJECT}/
${MOZILLA_PROJECT}/application.ini
${MOZILLA_PROJECT}/calendar-js/
${MOZILLA_PROJECT}/calendar-js/calAlarm.js
${MOZILLA_PROJECT}/calendar-js/calAlarmMonitor.js
${MOZILLA_PROJECT}/calendar-js/calAlarmService.js
${MOZILLA_PROJECT}/calendar-js/calAttachment.js
${MOZILLA_PROJECT}/calendar-js/calAttendee.js
${MOZILLA_PROJECT}/calendar-js/calCachedCalendar.js
${MOZILLA_PROJECT}/calendar-js/calCalendarManager.js
${MOZILLA_PROJECT}/calendar-js/calCalendarSearchService.js
${MOZILLA_PROJECT}/calendar-js/calDateTimeFormatter.js
${MOZILLA_PROJECT}/calendar-js/calDavCalendar.js
${MOZILLA_PROJECT}/calendar-js/calDavRequestHandlers.js
${MOZILLA_PROJECT}/calendar-js/calEvent.js
${MOZILLA_PROJECT}/calendar-js/calFilter.js
${MOZILLA_PROJECT}/calendar-js/calFreeBusyService.js
${MOZILLA_PROJECT}/calendar-js/calHtmlExport.js
${MOZILLA_PROJECT}/calendar-js/calICSCalendar.js
${MOZILLA_PROJECT}/calendar-js/calIcsImportExport.js
${MOZILLA_PROJECT}/calendar-js/calIcsParser.js
${MOZILLA_PROJECT}/calendar-js/calIcsSerializer.js
${MOZILLA_PROJECT}/calendar-js/calItemBase.js
${MOZILLA_PROJECT}/calendar-js/calItipItem.js
${MOZILLA_PROJECT}/calendar-js/calListFormatter.js
${MOZILLA_PROJECT}/calendar-js/calMemoryCalendar.js
${MOZILLA_PROJECT}/calendar-js/calMonthGridPrinter.js
${MOZILLA_PROJECT}/calendar-js/calOutlookCSVImportExport.js
${MOZILLA_PROJECT}/calendar-js/calProtocolHandler.js
${MOZILLA_PROJECT}/calendar-js/calRecurrenceInfo.js
${MOZILLA_PROJECT}/calendar-js/calRelation.js
${MOZILLA_PROJECT}/calendar-js/calStorageCalendar.js
${MOZILLA_PROJECT}/calendar-js/calTimezoneService.js
${MOZILLA_PROJECT}/calendar-js/calTodo.js
${MOZILLA_PROJECT}/calendar-js/calTransactionManager.js
${MOZILLA_PROJECT}/calendar-js/calUtils.js
${MOZILLA_PROJECT}/calendar-js/calWcapCalendar.js
${MOZILLA_PROJECT}/calendar-js/calWcapCalendarItems.js
${MOZILLA_PROJECT}/calendar-js/calWcapErrors.js
${MOZILLA_PROJECT}/calendar-js/calWcapRequest.js
${MOZILLA_PROJECT}/calendar-js/calWcapSession.js
${MOZILLA_PROJECT}/calendar-js/calWcapUtils.js
${MOZILLA_PROJECT}/calendar-js/calWeekInfoService.js
${MOZILLA_PROJECT}/calendar-js/calWeekPrinter.js
${MOZILLA_PROJECT}/chrome/
${MOZILLA_PROJECT}/chrome/calendar-en-US.jar
${MOZILLA_PROJECT}/chrome/calendar-en-US.manifest
${MOZILLA_PROJECT}/chrome/calendar.jar
${MOZILLA_PROJECT}/chrome/calendar.manifest
${MOZILLA_PROJECT}/chrome/classic.jar
${MOZILLA_PROJECT}/chrome/classic.manifest
${MOZILLA_PROJECT}/chrome/comm.jar
${MOZILLA_PROJECT}/chrome/comm.manifest
${MOZILLA_PROJECT}/chrome/en-US.jar
${MOZILLA_PROJECT}/chrome/en-US.manifest
${MOZILLA_PROJECT}/chrome/icons/
${MOZILLA_PROJECT}/chrome/icons/default/
${MOZILLA_PROJECT}/chrome/icons/default/calendar-alarm-dialog.xpm
${MOZILLA_PROJECT}/chrome/icons/default/calendar-event-dialog.xpm
${MOZILLA_PROJECT}/chrome/icons/default/calendar-event-summary-dialog.xpm
${MOZILLA_PROJECT}/chrome/icons/default/calendar-task-dialog.xpm
${MOZILLA_PROJECT}/chrome/icons/default/calendar-task-summary-dialog.xpm
${MOZILLA_PROJECT}/chrome/icons/default/default.xpm
${MOZILLA_PROJECT}/chrome/pippki.jar
${MOZILLA_PROJECT}/chrome/pippki.manifest
${MOZILLA_PROJECT}/chrome/${MOZILLA_PROJECT}-en-US.jar
${MOZILLA_PROJECT}/chrome/${MOZILLA_PROJECT}-en-US.manifest
${MOZILLA_PROJECT}/chrome/${MOZILLA_PROJECT}.jar
${MOZILLA_PROJECT}/chrome/${MOZILLA_PROJECT}.manifest
${MOZILLA_PROJECT}/chrome/toolkit.jar
${MOZILLA_PROJECT}/chrome/toolkit.manifest
${MOZILLA_PROJECT}/components/
${MOZILLA_PROJECT}/components/FeedProcessor.js
${MOZILLA_PROJECT}/components/NetworkGeolocationProvider.js
${MOZILLA_PROJECT}/components/accessibility.xpt
${MOZILLA_PROJECT}/components/alerts.xpt
${MOZILLA_PROJECT}/components/appshell.xpt
${MOZILLA_PROJECT}/components/appstartup.xpt
${MOZILLA_PROJECT}/components/autocomplete.xpt
${MOZILLA_PROJECT}/components/autoconfig.xpt
${MOZILLA_PROJECT}/components/calCompositeCalendar.js
${MOZILLA_PROJECT}/components/calDavCalendarModule.js
${MOZILLA_PROJECT}/components/calICSCalendarModule.js
${MOZILLA_PROJECT}/components/calImportExportModule.js
${MOZILLA_PROJECT}/components/calItemModule.js
${MOZILLA_PROJECT}/components/calMemoryCalendarModule.js
${MOZILLA_PROJECT}/components/calStorageCalendarModule.js
${MOZILLA_PROJECT}/components/calWcapCalendarModule.js
${MOZILLA_PROJECT}/components/calbase.xpt
${MOZILLA_PROJECT}/components/calbaseinternal.xpt
${MOZILLA_PROJECT}/components/caldav.xpt
${MOZILLA_PROJECT}/components/calendarService.js
${MOZILLA_PROJECT}/components/caps.xpt
${MOZILLA_PROJECT}/components/chardet.xpt
${MOZILLA_PROJECT}/components/chrome.xpt
${MOZILLA_PROJECT}/components/commandhandler.xpt
${MOZILLA_PROJECT}/components/commandlines.xpt
${MOZILLA_PROJECT}/components/composer.xpt
${MOZILLA_PROJECT}/components/content_base.xpt
${MOZILLA_PROJECT}/components/content_html.xpt
${MOZILLA_PROJECT}/components/content_htmldoc.xpt
${MOZILLA_PROJECT}/components/content_xmldoc.xpt
${MOZILLA_PROJECT}/components/content_xslt.xpt
${MOZILLA_PROJECT}/components/content_xtf.xpt
${MOZILLA_PROJECT}/components/contentprefs.xpt
${MOZILLA_PROJECT}/components/cookie.xpt
${MOZILLA_PROJECT}/components/docshell.xpt
${MOZILLA_PROJECT}/components/dom.xpt
${MOZILLA_PROJECT}/components/dom_base.xpt
${MOZILLA_PROJECT}/components/dom_canvas.xpt
${MOZILLA_PROJECT}/components/dom_core.xpt
${MOZILLA_PROJECT}/components/dom_css.xpt
${MOZILLA_PROJECT}/components/dom_events.xpt
${MOZILLA_PROJECT}/components/dom_geolocation.xpt
${MOZILLA_PROJECT}/components/dom_html.xpt
${MOZILLA_PROJECT}/components/dom_json.xpt
${MOZILLA_PROJECT}/components/dom_loadsave.xpt
${MOZILLA_PROJECT}/components/dom_offline.xpt
${MOZILLA_PROJECT}/components/dom_range.xpt
${MOZILLA_PROJECT}/components/dom_sidebar.xpt
${MOZILLA_PROJECT}/components/dom_storage.xpt
${MOZILLA_PROJECT}/components/dom_stylesheets.xpt
${MOZILLA_PROJECT}/components/dom_svg.xpt
${MOZILLA_PROJECT}/components/dom_threads.xpt
${MOZILLA_PROJECT}/components/dom_traversal.xpt
${MOZILLA_PROJECT}/components/dom_views.xpt
${MOZILLA_PROJECT}/components/dom_xbl.xpt
${MOZILLA_PROJECT}/components/dom_xpath.xpt
${MOZILLA_PROJECT}/components/dom_xul.xpt
${MOZILLA_PROJECT}/components/downloads.xpt
${MOZILLA_PROJECT}/components/editor.xpt
${MOZILLA_PROJECT}/components/embed_base.xpt
${MOZILLA_PROJECT}/components/extensions.xpt
${MOZILLA_PROJECT}/components/exthandler.xpt
${MOZILLA_PROJECT}/components/exthelper.xpt
${MOZILLA_PROJECT}/components/fastfind.xpt
${MOZILLA_PROJECT}/components/feeds.xpt
${MOZILLA_PROJECT}/components/filepicker.xpt
${MOZILLA_PROJECT}/components/find.xpt
${MOZILLA_PROJECT}/components/gfx.xpt
${MOZILLA_PROJECT}/components/htmlparser.xpt
${MOZILLA_PROJECT}/components/imgicon.xpt
${MOZILLA_PROJECT}/components/imglib2.xpt
${MOZILLA_PROJECT}/components/inspector.xpt
${MOZILLA_PROJECT}/components/intl.xpt
${MOZILLA_PROJECT}/components/jar.xpt
${MOZILLA_PROJECT}/components/jsconsole-clhandler.js
${MOZILLA_PROJECT}/components/jsdservice.xpt
${MOZILLA_PROJECT}/components/layout_base.xpt
${MOZILLA_PROJECT}/components/layout_printing.xpt
${MOZILLA_PROJECT}/components/layout_xul.xpt
${MOZILLA_PROJECT}/components/layout_xul_tree.xpt
@lib ${MOZILLA_PROJECT}/components/libaccessibility.so.${LIBaccessibility_VERSION}
@lib ${MOZILLA_PROJECT}/components/libauth.so.${LIBauth_VERSION}
@lib ${MOZILLA_PROJECT}/components/libautoconfig.so.${LIBautoconfig_VERSION}
@lib ${MOZILLA_PROJECT}/components/libcalbasecomps.so.${LIBcalbasecomps_VERSION}
@lib ${MOZILLA_PROJECT}/components/libcaps.so.${LIBcaps_VERSION}
@lib ${MOZILLA_PROJECT}/components/libchardet.so.${LIBchardet_VERSION}
@lib ${MOZILLA_PROJECT}/components/libchrome.so.${LIBchrome_VERSION}
@lib ${MOZILLA_PROJECT}/components/libcommandlines.so.${LIBcommandlines_VERSION}
@lib ${MOZILLA_PROJECT}/components/libcookie.so.${LIBcookie_VERSION}
@lib ${MOZILLA_PROJECT}/components/libdocshell.so.${LIBdocshell_VERSION}
@lib ${MOZILLA_PROJECT}/components/libembedcomponents.so.${LIBembedcomponents_VERSION}
@lib ${MOZILLA_PROJECT}/components/libfileview.so.${LIBfileview_VERSION}
@lib ${MOZILLA_PROJECT}/components/libgkgfxthebes.so.${LIBgkgfxthebes_VERSION}
@lib ${MOZILLA_PROJECT}/components/libgklayout.so.${LIBgklayout_VERSION}
@lib ${MOZILLA_PROJECT}/components/libgkplugin.so.${LIBgkplugin_VERSION}
@lib ${MOZILLA_PROJECT}/components/libhtmlpars.so.${LIBhtmlpars_VERSION}
@lib ${MOZILLA_PROJECT}/components/libi18n.so.${LIBi18n_VERSION}
@lib ${MOZILLA_PROJECT}/components/libimgicon.so.${LIBimgicon_VERSION}
@lib ${MOZILLA_PROJECT}/components/libimglib2.so.${LIBimglib2_VERSION}
@lib ${MOZILLA_PROJECT}/components/libintlapp.so.${LIBintlapp_VERSION}
@lib ${MOZILLA_PROJECT}/components/libjar50.so.${LIBjar50_VERSION}
@lib ${MOZILLA_PROJECT}/components/libjsd.so.${LIBjsd_VERSION}
@lib ${MOZILLA_PROJECT}/components/libmork.so.${LIBmork_VERSION}
@lib ${MOZILLA_PROJECT}/components/libmozfind.so.${LIBmozfind_VERSION}
@lib ${MOZILLA_PROJECT}/components/libnecko.so.${LIBnecko_VERSION}
@lib ${MOZILLA_PROJECT}/components/libnsappshell.so.${LIBnsappshell_VERSION}
@lib ${MOZILLA_PROJECT}/components/libpermissions.so.${LIBpermissions_VERSION}
@lib ${MOZILLA_PROJECT}/components/libpipboot.so.${LIBpipboot_VERSION}
@lib ${MOZILLA_PROJECT}/components/libpipnss.so.${LIBpipnss_VERSION}
@lib ${MOZILLA_PROJECT}/components/libpippki.so.${LIBpippki_VERSION}
@lib ${MOZILLA_PROJECT}/components/libpref.so.${LIBpref_VERSION}
@lib ${MOZILLA_PROJECT}/components/librdf.so.${LIBrdf_VERSION}
@lib ${MOZILLA_PROJECT}/components/libremoteservice.so.${LIBremoteservice_VERSION}
@lib ${MOZILLA_PROJECT}/components/libsatchel.so.${LIBsatchel_VERSION}
@lib ${MOZILLA_PROJECT}/components/libspellchecker.so.${LIBspellchecker_VERSION}
@lib ${MOZILLA_PROJECT}/components/libstoragecomps.so.${LIBstoragecomps_VERSION}
@lib ${MOZILLA_PROJECT}/components/libsystem-pref.so.${LIBsystem-pref_VERSION}
@lib ${MOZILLA_PROJECT}/components/libtkautocomplete.so.${LIBtkautocomplete_VERSION}
@lib ${MOZILLA_PROJECT}/components/libtoolkitcomps.so.${LIBtoolkitcomps_VERSION}
@lib ${MOZILLA_PROJECT}/components/libtxmgr.so.${LIBtxmgr_VERSION}
@lib ${MOZILLA_PROJECT}/components/libuconv.so.${LIBuconv_VERSION}
@lib ${MOZILLA_PROJECT}/components/libunixproxy.so.${LIBunixproxy_VERSION}
@lib ${MOZILLA_PROJECT}/components/libwebbrwsr.so.${LIBwebbrwsr_VERSION}
@lib ${MOZILLA_PROJECT}/components/libwidget_gtk2.so.${LIBwidget_gtk2_VERSION}
@lib ${MOZILLA_PROJECT}/components/libwindowds.so.${LIBwindowds_VERSION}
@lib ${MOZILLA_PROJECT}/components/libxpautocomplete.so.${LIBxpautocomplete_VERSION}
@lib ${MOZILLA_PROJECT}/components/libxpconnect.so.${LIBxpconnect_VERSION}
@lib ${MOZILLA_PROJECT}/components/libxpinstall.so.${LIBxpinstall_VERSION}
@lib ${MOZILLA_PROJECT}/components/libzipwriter.so.${LIBzipwriter_VERSION}
${MOZILLA_PROJECT}/components/locale.xpt
${MOZILLA_PROJECT}/components/loginmgr.xpt
${MOZILLA_PROJECT}/components/lwbrk.xpt
${MOZILLA_PROJECT}/components/mimetype.xpt
${MOZILLA_PROJECT}/components/mozbrwsr.xpt
${MOZILLA_PROJECT}/components/mozfind.xpt
${MOZILLA_PROJECT}/components/necko.xpt
${MOZILLA_PROJECT}/components/necko_about.xpt
${MOZILLA_PROJECT}/components/necko_cache.xpt
${MOZILLA_PROJECT}/components/necko_cookie.xpt
${MOZILLA_PROJECT}/components/necko_dns.xpt
${MOZILLA_PROJECT}/components/necko_file.xpt
${MOZILLA_PROJECT}/components/necko_ftp.xpt
${MOZILLA_PROJECT}/components/necko_http.xpt
${MOZILLA_PROJECT}/components/necko_res.xpt
${MOZILLA_PROJECT}/components/necko_socket.xpt
${MOZILLA_PROJECT}/components/necko_strconv.xpt
${MOZILLA_PROJECT}/components/necko_viewsource.xpt
${MOZILLA_PROJECT}/components/nsAddonRepository.js
${MOZILLA_PROJECT}/components/nsBadCertHandler.js
${MOZILLA_PROJECT}/components/nsBlocklistService.js
${MOZILLA_PROJECT}/components/nsContentDispatchChooser.js
${MOZILLA_PROJECT}/components/nsContentPrefService.js
${MOZILLA_PROJECT}/components/nsDefaultCLH.js
${MOZILLA_PROJECT}/components/nsDownloadManagerUI.js
${MOZILLA_PROJECT}/components/nsExtensionManager.js
${MOZILLA_PROJECT}/components/nsFilePicker.js
${MOZILLA_PROJECT}/components/nsHandlerService.js
${MOZILLA_PROJECT}/components/nsHelperAppDlg.js
${MOZILLA_PROJECT}/components/nsLoginInfo.js
${MOZILLA_PROJECT}/components/nsLoginManager.js
${MOZILLA_PROJECT}/components/nsLoginManagerPrompter.js
${MOZILLA_PROJECT}/components/nsProgressDialog.js
${MOZILLA_PROJECT}/components/nsProxyAutoConfig.js
${MOZILLA_PROJECT}/components/nsSearchService.js
${MOZILLA_PROJECT}/components/nsSearchSuggestions.js
${MOZILLA_PROJECT}/components/nsTryToClose.js
${MOZILLA_PROJECT}/components/nsURLFormatter.js
${MOZILLA_PROJECT}/components/nsUpdateService.js
${MOZILLA_PROJECT}/components/nsWebHandlerApp.js
${MOZILLA_PROJECT}/components/parentalcontrols.xpt
${MOZILLA_PROJECT}/components/pipboot.xpt
${MOZILLA_PROJECT}/components/pipnss.xpt
${MOZILLA_PROJECT}/components/pippki.xpt
${MOZILLA_PROJECT}/components/places.xpt
${MOZILLA_PROJECT}/components/plugin.xpt
${MOZILLA_PROJECT}/components/pluginGlue.js
${MOZILLA_PROJECT}/components/pref.xpt
${MOZILLA_PROJECT}/components/prefetch.xpt
${MOZILLA_PROJECT}/components/profile.xpt
${MOZILLA_PROJECT}/components/proxyObjInst.xpt
${MOZILLA_PROJECT}/components/rdf.xpt
${MOZILLA_PROJECT}/components/satchel.xpt
${MOZILLA_PROJECT}/components/saxparser.xpt
${MOZILLA_PROJECT}/components/shistory.xpt
${MOZILLA_PROJECT}/components/spellchecker.xpt
${MOZILLA_PROJECT}/components/storage-Legacy.js
${MOZILLA_PROJECT}/components/storage-mozStorage.js
${MOZILLA_PROJECT}/components/storage.xpt
${MOZILLA_PROJECT}/components/toolkitprofile.xpt
${MOZILLA_PROJECT}/components/toolkitremote.xpt
${MOZILLA_PROJECT}/components/toolkitsearch.xpt
${MOZILLA_PROJECT}/components/txEXSLTRegExFunctions.js
${MOZILLA_PROJECT}/components/txmgr.xpt
${MOZILLA_PROJECT}/components/txtsvc.xpt
${MOZILLA_PROJECT}/components/uconv.xpt
${MOZILLA_PROJECT}/components/unicharutil.xpt
${MOZILLA_PROJECT}/components/update.xpt
${MOZILLA_PROJECT}/components/uriloader.xpt
${MOZILLA_PROJECT}/components/urlformatter.xpt
${MOZILLA_PROJECT}/components/wcap.xpt
${MOZILLA_PROJECT}/components/webBrowser_core.xpt
${MOZILLA_PROJECT}/components/webbrowserpersist.xpt
${MOZILLA_PROJECT}/components/webshell_idls.xpt
${MOZILLA_PROJECT}/components/widget.xpt
${MOZILLA_PROJECT}/components/windowds.xpt
${MOZILLA_PROJECT}/components/windowwatcher.xpt
${MOZILLA_PROJECT}/components/xpautocomplete.xpt
${MOZILLA_PROJECT}/components/xpcom_base.xpt
${MOZILLA_PROJECT}/components/xpcom_components.xpt
${MOZILLA_PROJECT}/components/xpcom_ds.xpt
${MOZILLA_PROJECT}/components/xpcom_io.xpt
${MOZILLA_PROJECT}/components/xpcom_system.xpt
${MOZILLA_PROJECT}/components/xpcom_threads.xpt
${MOZILLA_PROJECT}/components/xpcom_xpti.xpt
${MOZILLA_PROJECT}/components/xpconnect.xpt
${MOZILLA_PROJECT}/components/xpinstall.xpt
${MOZILLA_PROJECT}/components/xulapp.xpt
${MOZILLA_PROJECT}/components/xuldoc.xpt
${MOZILLA_PROJECT}/components/xultmpl.xpt
${MOZILLA_PROJECT}/components/zipwriter.xpt
${MOZILLA_PROJECT}/defaults/
${MOZILLA_PROJECT}/defaults/autoconfig/
${MOZILLA_PROJECT}/defaults/autoconfig/platform.js
${MOZILLA_PROJECT}/defaults/autoconfig/prefcalls.js
${MOZILLA_PROJECT}/defaults/pref/
${MOZILLA_PROJECT}/defaults/pref/channel-prefs.js
${MOZILLA_PROJECT}/defaults/pref/${MOZILLA_PROJECT}-l10n.js
${MOZILLA_PROJECT}/defaults/pref/${MOZILLA_PROJECT}.js
${MOZILLA_PROJECT}/defaults/profile/
${MOZILLA_PROJECT}/defaults/profile/prefs.js
${MOZILLA_PROJECT}/dictionaries/
${MOZILLA_PROJECT}/dictionaries/en-US.aff
${MOZILLA_PROJECT}/dictionaries/en-US.dic
${MOZILLA_PROJECT}/extensions/
${MOZILLA_PROJECT}/extensions/calendar-timezones@mozilla.org/
${MOZILLA_PROJECT}/extensions/calendar-timezones@mozilla.org/chrome/
${MOZILLA_PROJECT}/extensions/calendar-timezones@mozilla.org/chrome.manifest
${MOZILLA_PROJECT}/extensions/calendar-timezones@mozilla.org/chrome/calendar-timezones-en-US.jar
${MOZILLA_PROJECT}/extensions/calendar-timezones@mozilla.org/chrome/calendar-timezones.jar
${MOZILLA_PROJECT}/extensions/calendar-timezones@mozilla.org/defaults/
${MOZILLA_PROJECT}/extensions/calendar-timezones@mozilla.org/defaults/preferences/
${MOZILLA_PROJECT}/extensions/calendar-timezones@mozilla.org/defaults/preferences/preferences.js
${MOZILLA_PROJECT}/extensions/calendar-timezones@mozilla.org/install.rdf
${MOZILLA_PROJECT}/extensions/calendar-timezones@mozilla.org/timezones.sqlite
${MOZILLA_PROJECT}/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/
${MOZILLA_PROJECT}/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/chrome.manifest
${MOZILLA_PROJECT}/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png
${MOZILLA_PROJECT}/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf
${MOZILLA_PROJECT}/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/preview.png
${MOZILLA_PROJECT}/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/
${MOZILLA_PROJECT}/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome.manifest
${MOZILLA_PROJECT}/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/install.rdf
${MOZILLA_PROJECT}/greprefs/
${MOZILLA_PROJECT}/greprefs/all.js
${MOZILLA_PROJECT}/greprefs/security-prefs.js
${MOZILLA_PROJECT}/greprefs/xpinstall.js
${MOZILLA_PROJECT}/icons/
${MOZILLA_PROJECT}/icons/mozicon128.png
${MOZILLA_PROJECT}/icons/mozicon16.xpm
${MOZILLA_PROJECT}/icons/mozicon50.xpm
@lib ${MOZILLA_PROJECT}/libgfxpsshar.so.${LIBgfxpsshar_VERSION}
@lib ${MOZILLA_PROJECT}/libgkgfx.so.${LIBgkgfx_VERSION}
@lib ${MOZILLA_PROJECT}/libgtkxtbin.so.${LIBgtkxtbin_VERSION}
@lib ${MOZILLA_PROJECT}/libmozjs.so.${LIBmozjs_VERSION}
@lib ${MOZILLA_PROJECT}/libsqlite3.so.${LIBsqlite3_VERSION}
@lib ${MOZILLA_PROJECT}/libthebes.so.${LIBthebes_VERSION}
@lib ${MOZILLA_PROJECT}/libxpcom.so.${LIBxpcom_VERSION}
@lib ${MOZILLA_PROJECT}/libxpcom_core.so.${LIBxpcom_core_VERSION}
@lib ${MOZILLA_PROJECT}/libxul.so.${LIBxul_VERSION}
${MOZILLA_PROJECT}/modules/
${MOZILLA_PROJECT}/modules/DownloadLastDir.jsm
${MOZILLA_PROJECT}/modules/DownloadUtils.jsm
${MOZILLA_PROJECT}/modules/ISO8601DateUtils.jsm
${MOZILLA_PROJECT}/modules/Microformats.js
${MOZILLA_PROJECT}/modules/PluralForm.jsm
${MOZILLA_PROJECT}/modules/SpatialNavigation.js
${MOZILLA_PROJECT}/modules/WindowDraggingUtils.jsm
${MOZILLA_PROJECT}/modules/XPCOMUtils.jsm
${MOZILLA_PROJECT}/modules/calAlarmUtils.jsm
${MOZILLA_PROJECT}/modules/calAuthUtils.jsm
${MOZILLA_PROJECT}/modules/calIteratorUtils.jsm
${MOZILLA_PROJECT}/modules/calItipUtils.jsm
${MOZILLA_PROJECT}/modules/calProviderUtils.jsm
${MOZILLA_PROJECT}/modules/calStorageHelpers.jsm
${MOZILLA_PROJECT}/modules/calStorageUpgrade.jsm
${MOZILLA_PROJECT}/modules/calUtils.jsm
${MOZILLA_PROJECT}/modules/debug.js
@bin ${MOZILLA_PROJECT}/mozilla-xremote-client
${MOZILLA_PROJECT}/platform.ini
${MOZILLA_PROJECT}/plugins/
@lib ${MOZILLA_PROJECT}/plugins/libnullplugin.so.${LIBnullplugin_VERSION}
@lib ${MOZILLA_PROJECT}/plugins/libunixprintplugin.so.${LIBunixprintplugin_VERSION}
@bin ${MOZILLA_PROJECT}/regxpcom
${MOZILLA_PROJECT}/res/
${MOZILLA_PROJECT}/res/arrow.gif
${MOZILLA_PROJECT}/res/arrowd.gif
${MOZILLA_PROJECT}/res/broken-image.gif
${MOZILLA_PROJECT}/res/charsetData.properties
${MOZILLA_PROJECT}/res/charsetalias.properties
${MOZILLA_PROJECT}/res/contenteditable.css
${MOZILLA_PROJECT}/res/designmode.css
${MOZILLA_PROJECT}/res/dtd/
${MOZILLA_PROJECT}/res/dtd/xhtml11.dtd
${MOZILLA_PROJECT}/res/entityTables/
${MOZILLA_PROJECT}/res/entityTables/html40Latin1.properties
${MOZILLA_PROJECT}/res/entityTables/html40Special.properties
${MOZILLA_PROJECT}/res/entityTables/html40Symbols.properties
${MOZILLA_PROJECT}/res/entityTables/htmlEntityVersions.properties
${MOZILLA_PROJECT}/res/entityTables/transliterate.properties
${MOZILLA_PROJECT}/res/forms.css
${MOZILLA_PROJECT}/res/hiddenWindow.html
${MOZILLA_PROJECT}/res/html/
${MOZILLA_PROJECT}/res/html.css
${MOZILLA_PROJECT}/res/html/folder.png
${MOZILLA_PROJECT}/res/langGroups.properties
${MOZILLA_PROJECT}/res/language.properties
${MOZILLA_PROJECT}/res/loading-image.gif
${MOZILLA_PROJECT}/res/quirk.css
${MOZILLA_PROJECT}/res/svg.css
${MOZILLA_PROJECT}/res/ua.css
${MOZILLA_PROJECT}/res/unixcharset.properties
${MOZILLA_PROJECT}/res/viewsource.css
${MOZILLA_PROJECT}/run-mozilla.sh
@bin ${MOZILLA_PROJECT}/${MOZILLA_PROJECT}-bin
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database
@exec TEMP=`mktemp -d` && cd %D/sunbird && env HOME=$TEMP LD_LIBRARY_PATH=%D/sunbird ./regxpcom && rm -fr $TEMP
@unexec rm -f %D/sunbird/components/compreg.dat
@unexec rm -f %D/sunbird/components/xpti.dat

View File

@ -1,88 +0,0 @@
@comment $OpenBSD: PLIST-lightning,v 1.2 2010/04/03 09:43:20 landry Exp $
mozilla-thunderbird/extensions/${GUID}/
mozilla-thunderbird/extensions/${GUID}/calendar-js/
mozilla-thunderbird/extensions/${GUID}/calendar-js/calAlarm.js
mozilla-thunderbird/extensions/${GUID}/calendar-js/calAlarmMonitor.js
mozilla-thunderbird/extensions/${GUID}/calendar-js/calAlarmService.js
mozilla-thunderbird/extensions/${GUID}/calendar-js/calAttachment.js
mozilla-thunderbird/extensions/${GUID}/calendar-js/calAttendee.js
mozilla-thunderbird/extensions/${GUID}/calendar-js/calCachedCalendar.js
mozilla-thunderbird/extensions/${GUID}/calendar-js/calCalendarManager.js
mozilla-thunderbird/extensions/${GUID}/calendar-js/calCalendarSearchService.js
mozilla-thunderbird/extensions/${GUID}/calendar-js/calDateTimeFormatter.js
mozilla-thunderbird/extensions/${GUID}/calendar-js/calDavCalendar.js
mozilla-thunderbird/extensions/${GUID}/calendar-js/calDavRequestHandlers.js
mozilla-thunderbird/extensions/${GUID}/calendar-js/calEvent.js
mozilla-thunderbird/extensions/${GUID}/calendar-js/calFilter.js
mozilla-thunderbird/extensions/${GUID}/calendar-js/calFreeBusyService.js
mozilla-thunderbird/extensions/${GUID}/calendar-js/calHtmlExport.js
mozilla-thunderbird/extensions/${GUID}/calendar-js/calICSCalendar.js
mozilla-thunderbird/extensions/${GUID}/calendar-js/calIcsImportExport.js
mozilla-thunderbird/extensions/${GUID}/calendar-js/calIcsParser.js
mozilla-thunderbird/extensions/${GUID}/calendar-js/calIcsSerializer.js
mozilla-thunderbird/extensions/${GUID}/calendar-js/calItemBase.js
mozilla-thunderbird/extensions/${GUID}/calendar-js/calItipItem.js
mozilla-thunderbird/extensions/${GUID}/calendar-js/calListFormatter.js
mozilla-thunderbird/extensions/${GUID}/calendar-js/calMemoryCalendar.js
mozilla-thunderbird/extensions/${GUID}/calendar-js/calMonthGridPrinter.js
mozilla-thunderbird/extensions/${GUID}/calendar-js/calOutlookCSVImportExport.js
mozilla-thunderbird/extensions/${GUID}/calendar-js/calProtocolHandler.js
mozilla-thunderbird/extensions/${GUID}/calendar-js/calRecurrenceInfo.js
mozilla-thunderbird/extensions/${GUID}/calendar-js/calRelation.js
mozilla-thunderbird/extensions/${GUID}/calendar-js/calStorageCalendar.js
mozilla-thunderbird/extensions/${GUID}/calendar-js/calTimezoneService.js
mozilla-thunderbird/extensions/${GUID}/calendar-js/calTodo.js
mozilla-thunderbird/extensions/${GUID}/calendar-js/calTransactionManager.js
mozilla-thunderbird/extensions/${GUID}/calendar-js/calUtils.js
mozilla-thunderbird/extensions/${GUID}/calendar-js/calWcapCalendar.js
mozilla-thunderbird/extensions/${GUID}/calendar-js/calWcapCalendarItems.js
mozilla-thunderbird/extensions/${GUID}/calendar-js/calWcapErrors.js
mozilla-thunderbird/extensions/${GUID}/calendar-js/calWcapRequest.js
mozilla-thunderbird/extensions/${GUID}/calendar-js/calWcapSession.js
mozilla-thunderbird/extensions/${GUID}/calendar-js/calWcapUtils.js
mozilla-thunderbird/extensions/${GUID}/calendar-js/calWeekInfoService.js
mozilla-thunderbird/extensions/${GUID}/calendar-js/calWeekPrinter.js
mozilla-thunderbird/extensions/${GUID}/chrome/
mozilla-thunderbird/extensions/${GUID}/chrome.manifest
mozilla-thunderbird/extensions/${GUID}/chrome/calendar-en-US.jar
mozilla-thunderbird/extensions/${GUID}/chrome/calendar.jar
mozilla-thunderbird/extensions/${GUID}/chrome/icons/
mozilla-thunderbird/extensions/${GUID}/chrome/icons/default/
mozilla-thunderbird/extensions/${GUID}/chrome/icons/default/calendar-alarm-dialog.xpm
mozilla-thunderbird/extensions/${GUID}/chrome/icons/default/calendar-event-dialog.xpm
mozilla-thunderbird/extensions/${GUID}/chrome/icons/default/calendar-event-summary-dialog.xpm
mozilla-thunderbird/extensions/${GUID}/chrome/icons/default/calendar-task-dialog.xpm
mozilla-thunderbird/extensions/${GUID}/chrome/icons/default/calendar-task-summary-dialog.xpm
mozilla-thunderbird/extensions/${GUID}/chrome/lightning-en-US.jar
mozilla-thunderbird/extensions/${GUID}/chrome/lightning.jar
mozilla-thunderbird/extensions/${GUID}/components/
mozilla-thunderbird/extensions/${GUID}/components/calCompositeCalendar.js
mozilla-thunderbird/extensions/${GUID}/components/calDavCalendarModule.js
mozilla-thunderbird/extensions/${GUID}/components/calICSCalendarModule.js
mozilla-thunderbird/extensions/${GUID}/components/calImportExportModule.js
mozilla-thunderbird/extensions/${GUID}/components/calItemModule.js
mozilla-thunderbird/extensions/${GUID}/components/calItipEmailTransport.js
mozilla-thunderbird/extensions/${GUID}/components/calItipProtocolHandler.js
mozilla-thunderbird/extensions/${GUID}/components/calMemoryCalendarModule.js
mozilla-thunderbird/extensions/${GUID}/components/calStorageCalendarModule.js
mozilla-thunderbird/extensions/${GUID}/components/calWcapCalendarModule.js
mozilla-thunderbird/extensions/${GUID}/components/calbase.xpt
mozilla-thunderbird/extensions/${GUID}/components/calbaseinternal.xpt
mozilla-thunderbird/extensions/${GUID}/components/caldav.xpt
@lib mozilla-thunderbird/extensions/${GUID}/components/libcalbasecomps.so.${LIBcalbasecomps_VERSION}
mozilla-thunderbird/extensions/${GUID}/components/lightningTextCalendarConverter.js
mozilla-thunderbird/extensions/${GUID}/components/wcap.xpt
mozilla-thunderbird/extensions/${GUID}/defaults/
mozilla-thunderbird/extensions/${GUID}/defaults/preferences/
mozilla-thunderbird/extensions/${GUID}/defaults/preferences/lightning.js
mozilla-thunderbird/extensions/${GUID}/install.rdf
mozilla-thunderbird/extensions/${GUID}/modules/
mozilla-thunderbird/extensions/${GUID}/modules/calAlarmUtils.jsm
mozilla-thunderbird/extensions/${GUID}/modules/calAuthUtils.jsm
mozilla-thunderbird/extensions/${GUID}/modules/calIteratorUtils.jsm
mozilla-thunderbird/extensions/${GUID}/modules/calItipUtils.jsm
mozilla-thunderbird/extensions/${GUID}/modules/calProviderUtils.jsm
mozilla-thunderbird/extensions/${GUID}/modules/calStorageHelpers.jsm
mozilla-thunderbird/extensions/${GUID}/modules/calStorageUpgrade.jsm
mozilla-thunderbird/extensions/${GUID}/modules/calUtils.jsm
mozilla-thunderbird/extensions/${GUID}/timezones.sqlite

View File

@ -1,406 +0,0 @@
@comment $OpenBSD: PLIST-main,v 1.3 2010/04/03 09:43:20 landry Exp $
bin/sunbird
@comment mozilla-thunderbird/
@comment mozilla-thunderbird/extensions/
share/applications/sunbird.desktop
sunbird/
sunbird/application.ini
sunbird/calendar-js/
sunbird/calendar-js/calAlarm.js
sunbird/calendar-js/calAlarmMonitor.js
sunbird/calendar-js/calAlarmService.js
sunbird/calendar-js/calAttachment.js
sunbird/calendar-js/calAttendee.js
sunbird/calendar-js/calCachedCalendar.js
sunbird/calendar-js/calCalendarManager.js
sunbird/calendar-js/calCalendarSearchService.js
sunbird/calendar-js/calDateTimeFormatter.js
sunbird/calendar-js/calDavCalendar.js
sunbird/calendar-js/calDavRequestHandlers.js
sunbird/calendar-js/calEvent.js
sunbird/calendar-js/calFilter.js
sunbird/calendar-js/calFreeBusyService.js
sunbird/calendar-js/calHtmlExport.js
sunbird/calendar-js/calICSCalendar.js
sunbird/calendar-js/calIcsImportExport.js
sunbird/calendar-js/calIcsParser.js
sunbird/calendar-js/calIcsSerializer.js
sunbird/calendar-js/calItemBase.js
sunbird/calendar-js/calItipItem.js
sunbird/calendar-js/calListFormatter.js
sunbird/calendar-js/calMemoryCalendar.js
sunbird/calendar-js/calMonthGridPrinter.js
sunbird/calendar-js/calOutlookCSVImportExport.js
sunbird/calendar-js/calProtocolHandler.js
sunbird/calendar-js/calRecurrenceInfo.js
sunbird/calendar-js/calRelation.js
sunbird/calendar-js/calStorageCalendar.js
sunbird/calendar-js/calTimezoneService.js
sunbird/calendar-js/calTodo.js
sunbird/calendar-js/calTransactionManager.js
sunbird/calendar-js/calUtils.js
sunbird/calendar-js/calWcapCalendar.js
sunbird/calendar-js/calWcapCalendarItems.js
sunbird/calendar-js/calWcapErrors.js
sunbird/calendar-js/calWcapRequest.js
sunbird/calendar-js/calWcapSession.js
sunbird/calendar-js/calWcapUtils.js
sunbird/calendar-js/calWeekInfoService.js
sunbird/calendar-js/calWeekPrinter.js
sunbird/chrome/
sunbird/chrome/calendar-en-US.jar
sunbird/chrome/calendar-en-US.manifest
sunbird/chrome/calendar.jar
sunbird/chrome/calendar.manifest
sunbird/chrome/classic.jar
sunbird/chrome/classic.manifest
sunbird/chrome/comm.jar
sunbird/chrome/comm.manifest
sunbird/chrome/en-US.jar
sunbird/chrome/en-US.manifest
sunbird/chrome/icons/
sunbird/chrome/icons/default/
sunbird/chrome/icons/default/calendar-alarm-dialog.xpm
sunbird/chrome/icons/default/calendar-event-dialog.xpm
sunbird/chrome/icons/default/calendar-event-summary-dialog.xpm
sunbird/chrome/icons/default/calendar-task-dialog.xpm
sunbird/chrome/icons/default/calendar-task-summary-dialog.xpm
sunbird/chrome/icons/default/default.xpm
sunbird/chrome/pippki.jar
sunbird/chrome/pippki.manifest
sunbird/chrome/sunbird-en-US.jar
sunbird/chrome/sunbird-en-US.manifest
sunbird/chrome/sunbird.jar
sunbird/chrome/sunbird.manifest
sunbird/chrome/toolkit.jar
sunbird/chrome/toolkit.manifest
sunbird/components/
sunbird/components/FeedProcessor.js
sunbird/components/NetworkGeolocationProvider.js
sunbird/components/accessibility.xpt
sunbird/components/alerts.xpt
sunbird/components/appshell.xpt
sunbird/components/appstartup.xpt
sunbird/components/autocomplete.xpt
sunbird/components/autoconfig.xpt
sunbird/components/calCompositeCalendar.js
sunbird/components/calDavCalendarModule.js
sunbird/components/calICSCalendarModule.js
sunbird/components/calImportExportModule.js
sunbird/components/calItemModule.js
sunbird/components/calMemoryCalendarModule.js
sunbird/components/calStorageCalendarModule.js
sunbird/components/calWcapCalendarModule.js
sunbird/components/calbase.xpt
sunbird/components/calbaseinternal.xpt
sunbird/components/caldav.xpt
sunbird/components/calendarService.js
sunbird/components/caps.xpt
sunbird/components/chardet.xpt
sunbird/components/chrome.xpt
sunbird/components/commandhandler.xpt
sunbird/components/commandlines.xpt
sunbird/components/composer.xpt
sunbird/components/content_base.xpt
sunbird/components/content_html.xpt
sunbird/components/content_htmldoc.xpt
sunbird/components/content_xmldoc.xpt
sunbird/components/content_xslt.xpt
sunbird/components/content_xtf.xpt
sunbird/components/contentprefs.xpt
sunbird/components/cookie.xpt
sunbird/components/docshell.xpt
sunbird/components/dom.xpt
sunbird/components/dom_base.xpt
sunbird/components/dom_canvas.xpt
sunbird/components/dom_core.xpt
sunbird/components/dom_css.xpt
sunbird/components/dom_events.xpt
sunbird/components/dom_geolocation.xpt
sunbird/components/dom_html.xpt
sunbird/components/dom_json.xpt
sunbird/components/dom_loadsave.xpt
sunbird/components/dom_offline.xpt
sunbird/components/dom_range.xpt
sunbird/components/dom_sidebar.xpt
sunbird/components/dom_storage.xpt
sunbird/components/dom_stylesheets.xpt
sunbird/components/dom_svg.xpt
sunbird/components/dom_threads.xpt
sunbird/components/dom_traversal.xpt
sunbird/components/dom_views.xpt
sunbird/components/dom_xbl.xpt
sunbird/components/dom_xpath.xpt
sunbird/components/dom_xul.xpt
sunbird/components/downloads.xpt
sunbird/components/editor.xpt
sunbird/components/embed_base.xpt
sunbird/components/extensions.xpt
sunbird/components/exthandler.xpt
sunbird/components/exthelper.xpt
sunbird/components/fastfind.xpt
sunbird/components/feeds.xpt
sunbird/components/filepicker.xpt
sunbird/components/find.xpt
sunbird/components/gfx.xpt
sunbird/components/htmlparser.xpt
sunbird/components/imgicon.xpt
sunbird/components/imglib2.xpt
sunbird/components/inspector.xpt
sunbird/components/intl.xpt
sunbird/components/jar.xpt
sunbird/components/jsconsole-clhandler.js
sunbird/components/jsdservice.xpt
sunbird/components/layout_base.xpt
sunbird/components/layout_printing.xpt
sunbird/components/layout_xul.xpt
sunbird/components/layout_xul_tree.xpt
@lib sunbird/components/libaccessibility.so.${LIBaccessibility_VERSION}
@lib sunbird/components/libauth.so.${LIBauth_VERSION}
@lib sunbird/components/libautoconfig.so.${LIBautoconfig_VERSION}
@lib sunbird/components/libcalbasecomps.so.${LIBcalbasecomps_VERSION}
@lib sunbird/components/libcaps.so.${LIBcaps_VERSION}
@lib sunbird/components/libchardet.so.${LIBchardet_VERSION}
@lib sunbird/components/libchrome.so.${LIBchrome_VERSION}
@lib sunbird/components/libcommandlines.so.${LIBcommandlines_VERSION}
@lib sunbird/components/libcookie.so.${LIBcookie_VERSION}
@lib sunbird/components/libdocshell.so.${LIBdocshell_VERSION}
@lib sunbird/components/libembedcomponents.so.${LIBembedcomponents_VERSION}
@lib sunbird/components/libfileview.so.${LIBfileview_VERSION}
@lib sunbird/components/libgkgfxthebes.so.${LIBgkgfxthebes_VERSION}
@lib sunbird/components/libgklayout.so.${LIBgklayout_VERSION}
@lib sunbird/components/libgkplugin.so.${LIBgkplugin_VERSION}
@lib sunbird/components/libhtmlpars.so.${LIBhtmlpars_VERSION}
@lib sunbird/components/libi18n.so.${LIBi18n_VERSION}
@lib sunbird/components/libimgicon.so.${LIBimgicon_VERSION}
@lib sunbird/components/libimglib2.so.${LIBimglib2_VERSION}
@lib sunbird/components/libintlapp.so.${LIBintlapp_VERSION}
@lib sunbird/components/libjar50.so.${LIBjar50_VERSION}
@lib sunbird/components/libjsd.so.${LIBjsd_VERSION}
@lib sunbird/components/libmork.so.${LIBmork_VERSION}
@lib sunbird/components/libmozfind.so.${LIBmozfind_VERSION}
@lib sunbird/components/libnecko.so.${LIBnecko_VERSION}
@lib sunbird/components/libnsappshell.so.${LIBnsappshell_VERSION}
@lib sunbird/components/libpermissions.so.${LIBpermissions_VERSION}
@lib sunbird/components/libpipboot.so.${LIBpipboot_VERSION}
@lib sunbird/components/libpipnss.so.${LIBpipnss_VERSION}
@lib sunbird/components/libpippki.so.${LIBpippki_VERSION}
@lib sunbird/components/libpref.so.${LIBpref_VERSION}
@lib sunbird/components/librdf.so.${LIBrdf_VERSION}
@lib sunbird/components/libremoteservice.so.${LIBremoteservice_VERSION}
@lib sunbird/components/libsatchel.so.${LIBsatchel_VERSION}
@lib sunbird/components/libspellchecker.so.${LIBspellchecker_VERSION}
@lib sunbird/components/libstoragecomps.so.${LIBstoragecomps_VERSION}
@lib sunbird/components/libsystem-pref.so.${LIBsystem-pref_VERSION}
@lib sunbird/components/libtkautocomplete.so.${LIBtkautocomplete_VERSION}
@lib sunbird/components/libtoolkitcomps.so.${LIBtoolkitcomps_VERSION}
@lib sunbird/components/libtxmgr.so.${LIBtxmgr_VERSION}
@lib sunbird/components/libuconv.so.${LIBuconv_VERSION}
@lib sunbird/components/libunixproxy.so.${LIBunixproxy_VERSION}
@lib sunbird/components/libwebbrwsr.so.${LIBwebbrwsr_VERSION}
@lib sunbird/components/libwidget_gtk2.so.${LIBwidget_gtk2_VERSION}
@lib sunbird/components/libwindowds.so.${LIBwindowds_VERSION}
@lib sunbird/components/libxpautocomplete.so.${LIBxpautocomplete_VERSION}
@lib sunbird/components/libxpconnect.so.${LIBxpconnect_VERSION}
@lib sunbird/components/libxpinstall.so.${LIBxpinstall_VERSION}
@lib sunbird/components/libzipwriter.so.${LIBzipwriter_VERSION}
sunbird/components/locale.xpt
sunbird/components/loginmgr.xpt
sunbird/components/lwbrk.xpt
sunbird/components/mimetype.xpt
sunbird/components/mozbrwsr.xpt
sunbird/components/mozfind.xpt
sunbird/components/necko.xpt
sunbird/components/necko_about.xpt
sunbird/components/necko_cache.xpt
sunbird/components/necko_cookie.xpt
sunbird/components/necko_dns.xpt
sunbird/components/necko_file.xpt
sunbird/components/necko_ftp.xpt
sunbird/components/necko_http.xpt
sunbird/components/necko_res.xpt
sunbird/components/necko_socket.xpt
sunbird/components/necko_strconv.xpt
sunbird/components/necko_viewsource.xpt
sunbird/components/nsAddonRepository.js
sunbird/components/nsBadCertHandler.js
sunbird/components/nsBlocklistService.js
sunbird/components/nsContentDispatchChooser.js
sunbird/components/nsContentPrefService.js
sunbird/components/nsDefaultCLH.js
sunbird/components/nsDownloadManagerUI.js
sunbird/components/nsExtensionManager.js
sunbird/components/nsFilePicker.js
sunbird/components/nsHandlerService.js
sunbird/components/nsHelperAppDlg.js
sunbird/components/nsLoginInfo.js
sunbird/components/nsLoginManager.js
sunbird/components/nsLoginManagerPrompter.js
sunbird/components/nsProgressDialog.js
sunbird/components/nsProxyAutoConfig.js
sunbird/components/nsSearchService.js
sunbird/components/nsSearchSuggestions.js
sunbird/components/nsTryToClose.js
sunbird/components/nsURLFormatter.js
sunbird/components/nsUpdateService.js
sunbird/components/nsWebHandlerApp.js
sunbird/components/parentalcontrols.xpt
sunbird/components/pipboot.xpt
sunbird/components/pipnss.xpt
sunbird/components/pippki.xpt
sunbird/components/places.xpt
sunbird/components/plugin.xpt
sunbird/components/pluginGlue.js
sunbird/components/pref.xpt
sunbird/components/prefetch.xpt
sunbird/components/profile.xpt
sunbird/components/proxyObjInst.xpt
sunbird/components/rdf.xpt
sunbird/components/satchel.xpt
sunbird/components/saxparser.xpt
sunbird/components/shistory.xpt
sunbird/components/spellchecker.xpt
sunbird/components/storage-Legacy.js
sunbird/components/storage-mozStorage.js
sunbird/components/storage.xpt
sunbird/components/toolkitprofile.xpt
sunbird/components/toolkitremote.xpt
sunbird/components/toolkitsearch.xpt
sunbird/components/txEXSLTRegExFunctions.js
sunbird/components/txmgr.xpt
sunbird/components/txtsvc.xpt
sunbird/components/uconv.xpt
sunbird/components/unicharutil.xpt
sunbird/components/update.xpt
sunbird/components/uriloader.xpt
sunbird/components/urlformatter.xpt
sunbird/components/wcap.xpt
sunbird/components/webBrowser_core.xpt
sunbird/components/webbrowserpersist.xpt
sunbird/components/webshell_idls.xpt
sunbird/components/widget.xpt
sunbird/components/windowds.xpt
sunbird/components/windowwatcher.xpt
sunbird/components/xpautocomplete.xpt
sunbird/components/xpcom_base.xpt
sunbird/components/xpcom_components.xpt
sunbird/components/xpcom_ds.xpt
sunbird/components/xpcom_io.xpt
sunbird/components/xpcom_system.xpt
sunbird/components/xpcom_threads.xpt
sunbird/components/xpcom_xpti.xpt
sunbird/components/xpconnect.xpt
sunbird/components/xpinstall.xpt
sunbird/components/xulapp.xpt
sunbird/components/xuldoc.xpt
sunbird/components/xultmpl.xpt
sunbird/components/zipwriter.xpt
sunbird/defaults/
sunbird/defaults/autoconfig/
sunbird/defaults/autoconfig/platform.js
sunbird/defaults/autoconfig/prefcalls.js
sunbird/defaults/pref/
sunbird/defaults/pref/channel-prefs.js
sunbird/defaults/pref/sunbird-l10n.js
sunbird/defaults/pref/sunbird.js
sunbird/defaults/profile/
sunbird/defaults/profile/prefs.js
sunbird/dictionaries/
sunbird/dictionaries/en-US.aff
sunbird/dictionaries/en-US.dic
sunbird/extensions/
sunbird/extensions/calendar-timezones@mozilla.org/
sunbird/extensions/calendar-timezones@mozilla.org/chrome/
sunbird/extensions/calendar-timezones@mozilla.org/chrome.manifest
sunbird/extensions/calendar-timezones@mozilla.org/chrome/calendar-timezones-en-US.jar
sunbird/extensions/calendar-timezones@mozilla.org/chrome/calendar-timezones.jar
sunbird/extensions/calendar-timezones@mozilla.org/defaults/
sunbird/extensions/calendar-timezones@mozilla.org/defaults/preferences/
sunbird/extensions/calendar-timezones@mozilla.org/defaults/preferences/preferences.js
sunbird/extensions/calendar-timezones@mozilla.org/install.rdf
sunbird/extensions/calendar-timezones@mozilla.org/timezones.sqlite
sunbird/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/
sunbird/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/chrome.manifest
sunbird/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png
sunbird/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf
sunbird/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/preview.png
sunbird/extensions/${GUID}/
sunbird/extensions/${GUID}/chrome.manifest
sunbird/extensions/${GUID}/install.rdf
sunbird/greprefs/
sunbird/greprefs/all.js
sunbird/greprefs/security-prefs.js
sunbird/greprefs/xpinstall.js
sunbird/icons/
sunbird/icons/mozicon128.png
sunbird/icons/mozicon16.xpm
sunbird/icons/mozicon50.xpm
@lib sunbird/libgfxpsshar.so.${LIBgfxpsshar_VERSION}
@lib sunbird/libgkgfx.so.${LIBgkgfx_VERSION}
@lib sunbird/libgtkxtbin.so.${LIBgtkxtbin_VERSION}
@lib sunbird/libmozjs.so.${LIBmozjs_VERSION}
@lib sunbird/libsqlite3.so.${LIBsqlite3_VERSION}
@lib sunbird/libthebes.so.${LIBthebes_VERSION}
@lib sunbird/libxpcom.so.${LIBxpcom_VERSION}
@lib sunbird/libxpcom_core.so.${LIBxpcom_core_VERSION}
@lib sunbird/libxul.so.${LIBxul_VERSION}
sunbird/modules/
sunbird/modules/DownloadLastDir.jsm
sunbird/modules/DownloadUtils.jsm
sunbird/modules/ISO8601DateUtils.jsm
sunbird/modules/Microformats.js
sunbird/modules/PluralForm.jsm
sunbird/modules/SpatialNavigation.js
sunbird/modules/WindowDraggingUtils.jsm
sunbird/modules/XPCOMUtils.jsm
sunbird/modules/calAlarmUtils.jsm
sunbird/modules/calAuthUtils.jsm
sunbird/modules/calIteratorUtils.jsm
sunbird/modules/calItipUtils.jsm
sunbird/modules/calProviderUtils.jsm
sunbird/modules/calStorageHelpers.jsm
sunbird/modules/calStorageUpgrade.jsm
sunbird/modules/calUtils.jsm
sunbird/modules/debug.js
@bin sunbird/mozilla-xremote-client
sunbird/platform.ini
sunbird/plugins/
@lib sunbird/plugins/libnullplugin.so.${LIBnullplugin_VERSION}
@lib sunbird/plugins/libunixprintplugin.so.${LIBunixprintplugin_VERSION}
@bin sunbird/regxpcom
sunbird/res/
sunbird/res/arrow.gif
sunbird/res/arrowd.gif
sunbird/res/broken-image.gif
sunbird/res/charsetData.properties
sunbird/res/charsetalias.properties
sunbird/res/contenteditable.css
sunbird/res/designmode.css
sunbird/res/dtd/
sunbird/res/dtd/xhtml11.dtd
sunbird/res/entityTables/
sunbird/res/entityTables/html40Latin1.properties
sunbird/res/entityTables/html40Special.properties
sunbird/res/entityTables/html40Symbols.properties
sunbird/res/entityTables/htmlEntityVersions.properties
sunbird/res/entityTables/transliterate.properties
sunbird/res/forms.css
sunbird/res/hiddenWindow.html
sunbird/res/html/
sunbird/res/html.css
sunbird/res/html/folder.png
sunbird/res/langGroups.properties
sunbird/res/language.properties
sunbird/res/loading-image.gif
sunbird/res/quirk.css
sunbird/res/svg.css
sunbird/res/ua.css
sunbird/res/unixcharset.properties
sunbird/res/viewsource.css
sunbird/run-mozilla.sh
@bin sunbird/sunbird-bin
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database
@exec TEMP=`mktemp -d` && cd %D/sunbird && env HOME=$TEMP LD_LIBRARY_PATH=%D/sunbird ./regxpcom && rm -fr $TEMP
@unexec rm -f %D/sunbird/components/compreg.dat
@unexec rm -f %D/sunbird/components/xpti.dat

View File

@ -1,88 +0,0 @@
@comment $OpenBSD: PLIST-seamonkey,v 1.1 2010/04/03 09:43:20 landry Exp $
seamonkey/extensions/${GUID}/
seamonkey/extensions/${GUID}/calendar-js/
seamonkey/extensions/${GUID}/calendar-js/calAlarm.js
seamonkey/extensions/${GUID}/calendar-js/calAlarmMonitor.js
seamonkey/extensions/${GUID}/calendar-js/calAlarmService.js
seamonkey/extensions/${GUID}/calendar-js/calAttachment.js
seamonkey/extensions/${GUID}/calendar-js/calAttendee.js
seamonkey/extensions/${GUID}/calendar-js/calCachedCalendar.js
seamonkey/extensions/${GUID}/calendar-js/calCalendarManager.js
seamonkey/extensions/${GUID}/calendar-js/calCalendarSearchService.js
seamonkey/extensions/${GUID}/calendar-js/calDateTimeFormatter.js
seamonkey/extensions/${GUID}/calendar-js/calDavCalendar.js
seamonkey/extensions/${GUID}/calendar-js/calDavRequestHandlers.js
seamonkey/extensions/${GUID}/calendar-js/calEvent.js
seamonkey/extensions/${GUID}/calendar-js/calFilter.js
seamonkey/extensions/${GUID}/calendar-js/calFreeBusyService.js
seamonkey/extensions/${GUID}/calendar-js/calHtmlExport.js
seamonkey/extensions/${GUID}/calendar-js/calICSCalendar.js
seamonkey/extensions/${GUID}/calendar-js/calIcsImportExport.js
seamonkey/extensions/${GUID}/calendar-js/calIcsParser.js
seamonkey/extensions/${GUID}/calendar-js/calIcsSerializer.js
seamonkey/extensions/${GUID}/calendar-js/calItemBase.js
seamonkey/extensions/${GUID}/calendar-js/calItipItem.js
seamonkey/extensions/${GUID}/calendar-js/calListFormatter.js
seamonkey/extensions/${GUID}/calendar-js/calMemoryCalendar.js
seamonkey/extensions/${GUID}/calendar-js/calMonthGridPrinter.js
seamonkey/extensions/${GUID}/calendar-js/calOutlookCSVImportExport.js
seamonkey/extensions/${GUID}/calendar-js/calProtocolHandler.js
seamonkey/extensions/${GUID}/calendar-js/calRecurrenceInfo.js
seamonkey/extensions/${GUID}/calendar-js/calRelation.js
seamonkey/extensions/${GUID}/calendar-js/calStorageCalendar.js
seamonkey/extensions/${GUID}/calendar-js/calTimezoneService.js
seamonkey/extensions/${GUID}/calendar-js/calTodo.js
seamonkey/extensions/${GUID}/calendar-js/calTransactionManager.js
seamonkey/extensions/${GUID}/calendar-js/calUtils.js
seamonkey/extensions/${GUID}/calendar-js/calWcapCalendar.js
seamonkey/extensions/${GUID}/calendar-js/calWcapCalendarItems.js
seamonkey/extensions/${GUID}/calendar-js/calWcapErrors.js
seamonkey/extensions/${GUID}/calendar-js/calWcapRequest.js
seamonkey/extensions/${GUID}/calendar-js/calWcapSession.js
seamonkey/extensions/${GUID}/calendar-js/calWcapUtils.js
seamonkey/extensions/${GUID}/calendar-js/calWeekInfoService.js
seamonkey/extensions/${GUID}/calendar-js/calWeekPrinter.js
seamonkey/extensions/${GUID}/chrome/
seamonkey/extensions/${GUID}/chrome.manifest
seamonkey/extensions/${GUID}/chrome/calendar-en-US.jar
seamonkey/extensions/${GUID}/chrome/calendar.jar
seamonkey/extensions/${GUID}/chrome/icons/
seamonkey/extensions/${GUID}/chrome/icons/default/
seamonkey/extensions/${GUID}/chrome/icons/default/calendar-alarm-dialog.xpm
seamonkey/extensions/${GUID}/chrome/icons/default/calendar-event-dialog.xpm
seamonkey/extensions/${GUID}/chrome/icons/default/calendar-event-summary-dialog.xpm
seamonkey/extensions/${GUID}/chrome/icons/default/calendar-task-dialog.xpm
seamonkey/extensions/${GUID}/chrome/icons/default/calendar-task-summary-dialog.xpm
seamonkey/extensions/${GUID}/chrome/lightning-en-US.jar
seamonkey/extensions/${GUID}/chrome/lightning.jar
seamonkey/extensions/${GUID}/components/
seamonkey/extensions/${GUID}/components/calCompositeCalendar.js
seamonkey/extensions/${GUID}/components/calDavCalendarModule.js
seamonkey/extensions/${GUID}/components/calICSCalendarModule.js
seamonkey/extensions/${GUID}/components/calImportExportModule.js
seamonkey/extensions/${GUID}/components/calItemModule.js
seamonkey/extensions/${GUID}/components/calItipEmailTransport.js
seamonkey/extensions/${GUID}/components/calItipProtocolHandler.js
seamonkey/extensions/${GUID}/components/calMemoryCalendarModule.js
seamonkey/extensions/${GUID}/components/calStorageCalendarModule.js
seamonkey/extensions/${GUID}/components/calWcapCalendarModule.js
seamonkey/extensions/${GUID}/components/calbase.xpt
seamonkey/extensions/${GUID}/components/calbaseinternal.xpt
seamonkey/extensions/${GUID}/components/caldav.xpt
@lib seamonkey/extensions/${GUID}/components/libcalbasecomps.so.${LIBcalbasecomps_VERSION}
seamonkey/extensions/${GUID}/components/lightningTextCalendarConverter.js
seamonkey/extensions/${GUID}/components/wcap.xpt
seamonkey/extensions/${GUID}/defaults/
seamonkey/extensions/${GUID}/defaults/preferences/
seamonkey/extensions/${GUID}/defaults/preferences/lightning.js
seamonkey/extensions/${GUID}/install.rdf
seamonkey/extensions/${GUID}/modules/
seamonkey/extensions/${GUID}/modules/calAlarmUtils.jsm
seamonkey/extensions/${GUID}/modules/calAuthUtils.jsm
seamonkey/extensions/${GUID}/modules/calIteratorUtils.jsm
seamonkey/extensions/${GUID}/modules/calItipUtils.jsm
seamonkey/extensions/${GUID}/modules/calProviderUtils.jsm
seamonkey/extensions/${GUID}/modules/calStorageHelpers.jsm
seamonkey/extensions/${GUID}/modules/calStorageUpgrade.jsm
seamonkey/extensions/${GUID}/modules/calUtils.jsm
seamonkey/extensions/${GUID}/timezones.sqlite