diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-12-12 19:19:02 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-12-12 19:19:02 +0000 |
| commit | a0848d727648aa70f6a89c013203f2b82a4e972e (patch) | |
| tree | 37ec8e378ec2d731e9ba9c15cd58724325a5637c /mail | |
| parent | b6deb36621300a80aab2d23031a1a259f9b0ce01 (diff) | |
Diffstat (limited to 'mail')
510 files changed, 0 insertions, 46990 deletions
diff --git a/mail/MailScanner-devel/Makefile b/mail/MailScanner-devel/Makefile deleted file mode 100644 index 1deb5655fcb7..000000000000 --- a/mail/MailScanner-devel/Makefile +++ /dev/null @@ -1,190 +0,0 @@ -# New ports collection makefile for: MailScanner -# Date created: 17 March 2003 -# Whom: Jan-Peter Koopmann <j.koopmann@seceidos.de> -# -# $FreeBSD$ -# - -PORTNAME= mailscanner -PORTVERSION= 4.24.5 -CATEGORIES= mail -MASTER_SITES= http://www.sng.ecs.soton.ac.uk/mailscanner/files/4/tar/ -DISTNAME= MailScanner-4.24-5 - -MAINTAINER= j.koopmann@seceidos.de -COMMENT= Powerful virus/spam scanning framework for Sendmail/Exim - -BUILD_DEPENDS= \ - ${SITE_PERL}/IO/Stringy.pm:${PORTSDIR}/devel/p5-IO-stringy \ - ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ - ${SITE_PERL}/Mail/Header.pm:${PORTSDIR}/mail/p5-Mail-Tools \ - ${SITE_PERL}/HTML/Tagset.pm:${PORTSDIR}/www/p5-HTML-Tagset \ - ${SITE_PERL}/${PERL_ARCH}/HTML/HeadParser.pm:${PORTSDIR}/www/p5-HTML-Parser \ - ${SITE_PERL}/MIME/Parser.pm:${PORTSDIR}/mail/p5-MIME-Tools \ - ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ - ${SITE_PERL}/Convert/TNEF.pm:${PORTSDIR}/converters/p5-Convert-TNEF - -RUN_DEPENDS= ${BUILD_DEPENDS} - -USE_PERL5= yes - -DATADIR= ${PREFIX}/share/MailScanner -DOCSDIR= ${PREFIX}/share/doc/MailScanner -PKGMESSAGE= ${WRKDIR}/pkg-message - -MAN8= MailScanner.8 -MAN5= MailScanner.conf.5 -MLINKS= MailScanner.8 mailscanner.8 \ - MailScanner.conf.5 mailscanner.conf.5 - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec -RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec -.endif - -DOC_FILES= INSTALL INSTALL.FreeBSD INSTALL.OpenBSD README -ETC_FILES= MailScanner.conf filename.rules.conf \ - filetype.rules.conf spam.assassin.prefs.conf \ - spam.lists.conf virus.scanners.conf - -do-build: - ${PERL} -pi -e \ - 's,/opt/MailScanner/lib,'${PREFIX}'/lib/MailScanner,g; \ - s,/opt/MailScanner/etc,'${PREFIX}'/etc/MailScanner,g;' \ - ${WRKSRC}/bin/MailScanner - ${PERL} -pi -e \ - 's,/opt/MailScanner/var/MailScanner.pid,/var/run/MailScanner.pid,g; \ - s,/usr/lib/sendmail,/usr/sbin/sendmail,g; \ - s,/opt/MailScanner/bin,'${PREFIX}'bin,g; \ - s,/opt/MailScanner/etc/reports,'${DATADIR}'/reports,g; \ - s,/opt/MailScanner/etc,'${PREFIX}'/etc/MailScanner,g;' \ - ${WRKSRC}/etc/MailScanner.conf - ${PERL} -pi -e \ - 's,/opt/MailScanner/lib,'${PREFIX}'/libexec/MailScanner,g; \ - s,/bin/false,/usr/bin/false,;' ${WRKSRC}/etc/virus.scanners.conf - ${PERL} -pi -e \ - 's,/bin/bash,'${PREFIX}'/bash,g; \ - s,/opt/MailScanner/etc,'${PREFIX}'/etc/MailScanner,g;' \ - ${WRKSRC}/bin/update_virus_scanners - ${PERL} -pi -e \ - 's,/opt/MailScanner/var/MailScanner.pid,/var/run/MailScanner.pid,g; \ - s,/usr/lib/sendmail,/usr/sbin/sendmail,g; \ - s,/opt/MailScanner/bin,'${PREFIX}'/bin,g; \ - s,/opt/MailScanner/etc/reports,'${DATADIR}'/reports,g; \ - s,/opt/MailScanner/etc,'${PREFIX}'/etc/MailScanner,g;' \ - ${WRKSRC}/lib/MailScanner/ConfigDefs.pl - ${PERL} -pi \ - -e 's,/bin/sed,/usr/bin/sed,g;' ${WRKSRC}/lib/MailScanner/SystemDefs.pm - -do-install: - # - # Step 1: Install binaries - # - ${INSTALL_SCRIPT} ${WRKSRC}/bin/tnef.linux ${PREFIX}/bin/tnef - # - # Step 2: Install libexec files - # - ${MKDIR} ${PREFIX}/libexec/MailScanner - ${CHMOD} -R ${BINMODE} ${PREFIX}/libexec/MailScanner - ${INSTALL_SCRIPT} ${WRKSRC}/bin/MailScanner ${PREFIX}/libexec/MailScanner - cd ${WRKSRC}/lib && ${FIND} * -name "*-wrapper" -exec ${INSTALL_SCRIPT} \ - '{}' ${PREFIX}'/libexec/MailScanner/{}'.sample \; - cd ${WRKSRC}/lib && ${FIND} * -name "*-autoupdate" -exec \ - ${INSTALL_SCRIPT} '{}' ${PREFIX}'/libexec/MailScanner/{}'.sample \; - ${INSTALL_SCRIPT} ${WRKSRC}/bin/update_virus_scanners \ - ${PREFIX}/libexec/MailScanner/update_virus_scanners - # - # Step 3: Install etc files - # - ${MKDIR} ${PREFIX}/etc/MailScanner - ${CHMOD} ${BINMODE} ${PREFIX}/etc/MailScanner -.for FILE in ${ETC_FILES} - ${INSTALL_DATA} ${WRKSRC}/etc/${FILE} \ - ${PREFIX}/etc/MailScanner/${FILE}.sample -.endfor - ${MKDIR} ${PREFIX}/etc/MailScanner/rules - cd ${WRKSRC}/etc/rules && \ - ${INSTALL_DATA} EXAMPLES README ${PREFIX}/etc/MailScanner/rules - ${INSTALL_DATA} ${WRKSRC}/etc/rules/spam.whitelist.rules \ - ${PREFIX}/etc/MailScanner/rules/spam.whitelist.rules.sample - - # - # Step 4: Install files in share - # - @${MKDIR} ${DATADIR} - cd ${WRKSRC}/etc && ${FIND} reports -type d -exec \ - mkdir ${DATADIR}'/{}' \; - cd ${WRKSRC}/etc && ${FIND} reports -type f ! -name "*.orig" -exec \ - ${INSTALL_DATA} '{}' ${DATADIR}'/{}'.sample \; - ${CHMOD} -R ${BINMODE} ${DATADIR}/reports - # - # Step 5: Install lib - # - ${MKDIR} ${PREFIX}/lib/MailScanner/MailScanner - ${INSTALL_SCRIPT} ${WRKSRC}/lib/MailScanner.pm \ - ${PREFIX}/lib/MailScanner/MailScanner.pm - cd ${WRKSRC}/lib/MailScanner && ${FIND} * -type f ! -name "*.orig" -exec \ - ${INSTALL_SCRIPT} '{}' ${PREFIX}'/lib/MailScanner/MailScanner/{}' \; - # - # Step 6: Install Start/Stop scripts - # - ${INSTALL_SCRIPT} ${FILESDIR}/mailscanner.sh \ - ${PREFIX}/etc/rc.d/mailscanner.sh.sample - ${INSTALL_SCRIPT} ${FILESDIR}/mta.sh ${PREFIX}/etc/rc.d/mta.sh.sample - # - # Step 7: Docs & Manpages - # -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${FILESDIR}/README.FreeBSD.port ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${DOC_FILES} ${DOCSDIR} - cd ${WRKSRC}/docs && \ - ${FIND} * -type d -exec mkdir ${DOCSDIR}'/{}' \; && \ - ${FIND} * -type f ! -name "*.orig" -exec \ - ${INSTALL_DATA} '{}' ${DOCSDIR}'/{}' \; - cd ${WRKSRC}/docs/man && \ - ${INSTALL_MAN} ${MAN5} ${MAN5PREFIX}/man/man5 && \ - ${INSTALL_MAN} ${MAN8} ${MAN8PREFIX}/man/man8 -.endif -.if exists(${PREFIX}/etc/MailScanner/MailScanner.conf) - # Upgrading MailScanner.conf file... Please wait - @${WRKSRC}/bin/upgrade_MailScanner_conf \ - ${PREFIX}/etc/MailScanner/MailScanner.conf \ - ${PREFIX}/etc/MailScanner/MailScanner.conf.sample > \ - ${PREFIX}/etc/MailScanner/MailScanner.conf.new.${PORTVERSION} \ - 2> /dev/null - # Diff the files. If the files do not differ, delete the new file - @if diff -b -B -q ${PREFIX}/etc/MailScanner/MailScanner.conf \ - ${PREFIX}/etc/MailScanner/MailScanner.conf.new.${PORTVERSION} ; \ - then ${ECHO} "No changes in MailScanner.conf options found" ; \ - ${RM} ${PREFIX}/etc/MailScanner/MailScanner.conf.new.${PORTVERSION} ; \ - else \ - ${ECHO} "Changes in MailScanner.conf found. Please look at \ - ${PREFIX}/etc/MailScanner/MailScanner.conf.new.${PORTVERSION}" ; \ - fi -.endif - @${SED} -e 's,%%PREFIX%%,${PREFIX},' pkg-message > ${PKGMESSAGE} - @${CAT} ${PKGMESSAGE} - -renew-wrapper: install - # Renew virus wrapper scripts - ${INSTALL_SCRIPT} ${WRKSRC}/lib/*-wrapper ${PREFIX}/libexec/MailScanner - -renew-autoupdate: install - # Renew autoupdate scripts - ${INSTALL_SCRIPT} ${WRKSRC}/lib/*-autoupdate ${PREFIX}/libexec/MailScanner - -renew-reports: install - # Renew reports - cd ${WRKSRC}/etc/reports/en && ${FIND} * -type f ! -name "*.orig" \ - -exec ${INSTALL_DATA} '{}' ${DATADIR}'/reports/en/{}' \; - -initial-config: renew-wrapper renew-autoupdate renew-reports - cd ${WRKSRC}/etc && ${INSTALL_DATA} ${ETC_FILES} \ - ${PREFIX}/etc/MailScanner - ${INSTALL_DATA} ${WRKSRC}/etc/rules/spam.whitelist.rules \ - ${PREFIX}/etc/MailScanner/rules/spam.whitelist.rules - -.include <bsd.port.post.mk> diff --git a/mail/MailScanner-devel/distinfo b/mail/MailScanner-devel/distinfo deleted file mode 100644 index e781e2adb12f..000000000000 --- a/mail/MailScanner-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (MailScanner-4.24-5.tar.gz) = f43e0f6b1febf41aaf843400b1b4b3f5 diff --git a/mail/MailScanner-devel/files/README.FreeBSD.port b/mail/MailScanner-devel/files/README.FreeBSD.port deleted file mode 100644 index 55b28caaf497..000000000000 --- a/mail/MailScanner-devel/files/README.FreeBSD.port +++ /dev/null @@ -1,48 +0,0 @@ -The MailScanner port is using the original MailScanner tarball from -www.mailscanner.info. This tarball puts all the MailScanner files in -subdirectories - -bin MailScanner binary / MailScanner start script etc. -etc MailScanner config files / rules / report templates -lib Virus wrapper and autoupdate scripts / MailScanner Perl libraries -docs Documentation -var pid file - -In order to make this FreeBSD compliant the port installs those files -in the following directories: - -/usr/local/libexec/MailScanner MailScanner binary, virus wrapper/autoupdate -/usr/local/lib/MailScanner MailScanner Perl libraries -/usr/local/share/MailScanner MailScanner report templates -/usr/local/share/doc/MailScanner Documentation -/usr/local/etc/MailScanner MailScanner config files / rules -/usr/local/etc/rc.d start/stop scripts - -The port installs two start/stop scripts in /usr/local/etc/rc.d: - -mailscanner.sh.sample -mta.sh.sample - -My suggestion is to use these scripts instead of the usual FreeBSD MTA startup -process. This of course means that you will have to disable MTA startup -in rc.conf completely. Put this in your rc.conf: - -sendmail_enable="NO" - -Then adjust sendmail.sh or exim.sh to your configuration. Have a look at the -MailScanner manpage for MTA setup hints. - -When upgrading the port it will try to look for new options/variables in -MailScanner.conf using Julians upgrade_MailScanner_conf script. If it finds -changes it will create a newly merged MailScanner.conf and copy it to -/usr/local/etc/MailScanner/MailScanner.conf.new.PORTVERSION. - - -If you have suggestions for this port please let me know and drop me an e-mail at - -j.koopmann@seceidos.de - - -Thanks, - Jan-Peter Koopmann - diff --git a/mail/MailScanner-devel/files/mailscanner.sh b/mail/MailScanner-devel/files/mailscanner.sh deleted file mode 100644 index 67b7bbcbe50e..000000000000 --- a/mail/MailScanner-devel/files/mailscanner.sh +++ /dev/null @@ -1,55 +0,0 @@ -#!/bin/sh - -msbindir=/usr/local/libexec/MailScanner -process=MailScanner -config=/usr/local/etc/MailScanner/MailScanner.conf -PIDFILE=/var/run/MailScanner.pid - -start_ms() -{ - pid=`ps -axww | - grep '[ ]'$msbindir/$process | - awk '{print $1}'` - - if [ "x$pid" = "x" ]; then - # Quietly try to raise the open_files limit - ulimit -n 2000 >/dev/null 2>&1 - # Restart it - PATH=${msbindir}:$PATH - echo Starting MailScanner... - cd $msbindir - $process $config - else - echo MailScanner running with pid $pid - fi -} - -stop_ms() -{ - echo Stopping MailScanner... - kill -TERM -- -`cat $PIDFILE` 2>/dev/null - sleep 5 -} - -_action=${1:-start} - -case ${_action} in -start) - start_ms - ;; - -stop) - stop_ms - ;; - -restart) - stop_ms - start_ms - ;; - -*) - echo "Usage: `basename $0` {start|stop|restart}" >&2 - exit 64 - ;; -esac -exit 0 diff --git a/mail/MailScanner-devel/files/mta.sh b/mail/MailScanner-devel/files/mta.sh deleted file mode 100644 index 7bce65f9d8d8..000000000000 --- a/mail/MailScanner-devel/files/mta.sh +++ /dev/null @@ -1,117 +0,0 @@ -#!/bin/sh - -outgoing_queue_time=15m -mta=exim - -case "$mta" in - exim) - program=/usr/local/sbin/exim - - if [ -f /usr/local/etc/exim/configure.in ]; then - incoming_config=/usr/local/etc/exim/configure.in - else - incoming_config=/usr/local/etc/exim/configure - fi - - outgoing_config=/usr/local/etc/exim/configure.out - - inpidfile=/var/run/exim_in.pid - outpidfile=/var/run/exim_out.pid - subpidfile= - - incoming_args="-C ${incoming_config} -oP ${inpidfile} -bd" - outgoing_args="-C ${outgoing_config} -oP ${outpidfile} -q${outgoing_queue_time}" - submitqueue_args= - ;; - - sendmail) - program=/usr/sbin/sendmail - - incoming_queue=/var/spool/mqueue.in - - submit_queue_time=${outgoing_queue_time} - - inpidfile=/var/run/sendmail_in.pid - outpidfile=/var/run/sendmail_out.pid - subpidfile=/var/spool/clientmqueue/sm-client.pid - - incoming_args="-L sm-mta-in -bd \ - -OPrivacyOptions=noetrn \ - -OQueueDirectory=${incoming_queue} \ - -ODeliveryMode=queueonly \ - -OPidFile=${inpidfile}" - outgoing_args="-L sm-mta-out -q${outgoing_queue_time} \ - -OPidFile=${outpidfile}" - submitqueue_args="-L sm-msp-queue -Ac -q${submit_queue_time} \ - -OPidFile=${subpidfile}" - ;; - - *) - echo "ERROR: I don't know the MTA '$mta'. Check your settings." >&2 - exit 2 - ;; -esac - -start_mta() -{ - echo -n " `basename ${program}`(incoming)" - ${program} ${incoming_args} - - echo -n " `basename ${program}`(outgoing)" - ${program} ${outgoing_args} -} - -start_mspq () -{ - if [ "${submitqueue_args}" ]; then - echo -n " `basename ${program}`(submitqueue)" - ${program} ${submitqueue_args} - fi -} - -stop_mta() -{ - echo "Stopping `basename ${program}` (incoming)" - kill -TERM `head -1 ${inpidfile}` 2>/dev/null - - echo "Stopping `basename ${program}` (outgoing)" - kill -TERM `head -1 ${outpidfile}` 2>/dev/null -} - -stop_mspq () -{ - if [ "${submitqueue_args}" ]; then - echo "Stopping `basename ${program}` (submitqueue)" - kill -TERM `head -1 ${subpidfile}` 2>/dev/null - fi -} - - -_action=${1:-start} - -case ${_action} in -start) - start_mta - start_mspq - ;; - -stop) - stop_mta - stop_mspq - ;; - -restart) - stop_mta - stop_mspq - sleep 5 - start_mta - start_mspq - ;; - -*) - echo "Usage: `basename $0` {start|stop|restart}" >&2 - exit 64 - ;; -esac -exit 0 - diff --git a/mail/MailScanner-devel/pkg-descr b/mail/MailScanner-devel/pkg-descr deleted file mode 100644 index 3a143b093420..000000000000 --- a/mail/MailScanner-devel/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -MailScanner is a complete e-mail security system designed for use on -e-mail gateways. It protects against viruses, and detects attacks against -e-mail client packages (such as Outlook, Outlook Express, Eudora). It can -also detect almost all unsolicited commercial e-mail (spam) passing through -it and respond to all incidents in a wide variety of ways. - -Not only can it scan for known viruses, but it can also protect against unknown -viruses hidden inside e-mail attachments by refusing entry to attachments whose -filenames match any given pattern. This can include generic patterns that trap -filenames attempting to hide the true filename extension (e.g. ".txt.vbs"). - -It is superior to many commercial packages in its ability to handle attacks -against itself, such as Denial Of Service attacks caused by messages containing -the "Zip of Death". It is easy to install into an existing e-mail gateway, -requiring very little knowledge of sendmail and no change to an existing -sendmail configuration. - -MailScanner itself is entirely open source, but it uses widely known commercial -virus scanning packages at its core. The other software it uses is all high -quality open source software, leading to a system that can be trusted for -performance and reliability. - -WWW: http://www.mailscanner.info diff --git a/mail/MailScanner-devel/pkg-message b/mail/MailScanner-devel/pkg-message deleted file mode 100644 index 7c4e356d71a7..000000000000 --- a/mail/MailScanner-devel/pkg-message +++ /dev/null @@ -1,34 +0,0 @@ -************************************************************************* - _ _____ _____ _____ _ _ _____ ___ ___ _ _ - / \|_ _|_ _| ____| \ | |_ _|_ _/ _ \| \ | | - / _ \ | | | | | _| | \| | | | | | | | | \| | - / ___ \| | | | | |___| |\ | | | | | |_| | |\ | - /_/ \_\_| |_| |_____|_| \_| |_| |___\___/|_| \_| - - See %%PREFIX%%/share/doc/MailScanner/README.FreeBSD.port, - http://www.mailscanner.info, the man pages MailScanner and - MailScanner.conf for further instructions. - - You will need to make several modifications to config files - before MailScanner will work correctly. - - If this is the first time you are installing this port you - should create an initial set of configuration files with - - make initial-config - - within this directory. Without this step you will only have - .sample files instead of real .conf files and report - templates. - - If you are upgrading your port you might consider - running - - make renew-wrapper - make renew-autoupdate - make renew-reports - - to update your virus-wrappers, autoupdates, reports and - languages.conf - -************************************************************************* diff --git a/mail/MailScanner-devel/pkg-plist b/mail/MailScanner-devel/pkg-plist deleted file mode 100644 index 4be0e0236bea..000000000000 --- a/mail/MailScanner-devel/pkg-plist +++ /dev/null @@ -1,476 +0,0 @@ -@comment $FreeBSD$ -bin/tnef -etc/MailScanner/MailScanner.conf.sample -etc/MailScanner/filename.rules.conf.sample -etc/MailScanner/filetype.rules.conf.sample -etc/MailScanner/rules/EXAMPLES -etc/MailScanner/rules/README -etc/MailScanner/rules/spam.whitelist.rules.sample -etc/MailScanner/spam.assassin.prefs.conf.sample -etc/MailScanner/spam.lists.conf.sample -etc/MailScanner/virus.scanners.conf.sample -etc/rc.d/mailscanner.sh.sample -etc/rc.d/mta.sh.sample -lib/MailScanner/MailScanner.pm -lib/MailScanner/MailScanner/Config.pm -lib/MailScanner/MailScanner/ConfigDefs.pl -lib/MailScanner/MailScanner/CustomConfig.pm -lib/MailScanner/MailScanner/Exim.pm -lib/MailScanner/MailScanner/EximDiskStore.pm -lib/MailScanner/MailScanner/Lock.pm -lib/MailScanner/MailScanner/Log.pm -lib/MailScanner/MailScanner/MCP.pm -lib/MailScanner/MailScanner/MCPMessage.pm -lib/MailScanner/MailScanner/Mail.pm -lib/MailScanner/MailScanner/Message.pm -lib/MailScanner/MailScanner/MessageBatch.pm -lib/MailScanner/MailScanner/PFDiskStore.pm -lib/MailScanner/MailScanner/Postfix.pm -lib/MailScanner/MailScanner/Quarantine.pm -lib/MailScanner/MailScanner/Queue.pm -lib/MailScanner/MailScanner/RBLs.pm -lib/MailScanner/MailScanner/SA.pm -lib/MailScanner/MailScanner/SMDiskStore.pm -lib/MailScanner/MailScanner/Sendmail.pm -lib/MailScanner/MailScanner/SweepContent.pm -lib/MailScanner/MailScanner/SweepOther.pm -lib/MailScanner/MailScanner/SweepViruses.pm -lib/MailScanner/MailScanner/SystemDefs.pm -lib/MailScanner/MailScanner/TNEF.pm -lib/MailScanner/MailScanner/WorkArea.pm -lib/MailScanner/MailScanner/ZMDiskStore.pm -lib/MailScanner/MailScanner/ZMailer.pm -lib/MailScanner/MailScanner/notes.txt -libexec/MailScanner/MailScanner -libexec/MailScanner/antivir-autoupdate.sample -libexec/MailScanner/antivir-wrapper.sample -libexec/MailScanner/bitdefender-autoupdate.sample -libexec/MailScanner/bitdefender-wrapper.sample -libexec/MailScanner/clamav-autoupdate.sample -libexec/MailScanner/clamav-wrapper.sample -libexec/MailScanner/command-wrapper.sample -libexec/MailScanner/etrust-autoupdate.sample -libexec/MailScanner/etrust-wrapper.sample -libexec/MailScanner/f-prot-autoupdate.sample -libexec/MailScanner/f-prot-wrapper.sample -libexec/MailScanner/f-secure-autoupdate.sample -libexec/MailScanner/f-secure-wrapper.sample -libexec/MailScanner/inoculan-wrapper.sample -libexec/MailScanner/inoculate-wrapper.sample -libexec/MailScanner/kaspersky-autoupdate.sample -libexec/MailScanner/kaspersky-wrapper.sample -libexec/MailScanner/kavdaemonclient-wrapper.sample -libexec/MailScanner/mcafee-autoupdate.sample -libexec/MailScanner/mcafee-wrapper.sample -libexec/MailScanner/nod32-autoupdate.sample -libexec/MailScanner/nod32-wrapper.sample -libexec/MailScanner/panda-wrapper.sample -libexec/MailScanner/rav-autoupdate.sample -libexec/MailScanner/rav-wrapper.sample -libexec/MailScanner/sophos-autoupdate.sample -libexec/MailScanner/sophos-wrapper.sample -libexec/MailScanner/trend-autoupdate.sample -libexec/MailScanner/trend-wrapper.sample -libexec/MailScanner/update_virus_scanners -%%DATADIR%%/reports/cy+en/deleted.content.message.txt.sample -%%DATADIR%%/reports/cy+en/deleted.filename.message.txt.sample -%%DATADIR%%/reports/cy+en/deleted.virus.message.txt.sample -%%DATADIR%%/reports/cy+en/disinfected.report.txt.sample -%%DATADIR%%/reports/cy+en/inline.sig.html.sample -%%DATADIR%%/reports/cy+en/inline.sig.txt.sample -%%DATADIR%%/reports/cy+en/inline.spam.warning.txt.sample -%%DATADIR%%/reports/cy+en/inline.warning.html.sample -%%DATADIR%%/reports/cy+en/inline.warning.txt.sample -%%DATADIR%%/reports/cy+en/languages.conf.sample -%%DATADIR%%/reports/cy+en/sender.content.report.txt.sample -%%DATADIR%%/reports/cy+en/sender.error.report.txt.sample -%%DATADIR%%/reports/cy+en/sender.filename.report.txt.sample -%%DATADIR%%/reports/cy+en/sender.mcp.report.txt.sample -%%DATADIR%%/reports/cy+en/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/cy+en/sender.spam.report.txt.sample -%%DATADIR%%/reports/cy+en/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/cy+en/sender.virus.report.txt.sample -%%DATADIR%%/reports/cy+en/stored.content.message.txt.sample -%%DATADIR%%/reports/cy+en/stored.filename.message.txt.sample -%%DATADIR%%/reports/cy+en/stored.virus.message.txt.sample -%%DATADIR%%/reports/cz/deleted.content.message.txt.sample -%%DATADIR%%/reports/cz/deleted.filename.message.txt.sample -%%DATADIR%%/reports/cz/deleted.virus.message.txt.sample -%%DATADIR%%/reports/cz/disinfected.report.txt.sample -%%DATADIR%%/reports/cz/inline.sig.html.sample -%%DATADIR%%/reports/cz/inline.sig.txt.sample -%%DATADIR%%/reports/cz/inline.spam.warning.txt.sample -%%DATADIR%%/reports/cz/inline.warning.html.sample -%%DATADIR%%/reports/cz/inline.warning.txt.sample -%%DATADIR%%/reports/cz/languages.conf.sample -%%DATADIR%%/reports/cz/sender.content.report.txt.sample -%%DATADIR%%/reports/cz/sender.error.report.txt.sample -%%DATADIR%%/reports/cz/sender.filename.report.txt.sample -%%DATADIR%%/reports/cz/sender.mcp.report.txt.sample -%%DATADIR%%/reports/cz/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/cz/sender.spam.report.txt.sample -%%DATADIR%%/reports/cz/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/cz/sender.virus.report.txt.sample -%%DATADIR%%/reports/cz/stored.content.message.txt.sample -%%DATADIR%%/reports/cz/stored.filename.message.txt.sample -%%DATADIR%%/reports/cz/stored.virus.message.txt.sample -%%DATADIR%%/reports/de/README.1ST.sample -%%DATADIR%%/reports/de/deleted.content.message.txt.sample -%%DATADIR%%/reports/de/deleted.filename.message.txt.sample -%%DATADIR%%/reports/de/deleted.virus.message.txt.sample -%%DATADIR%%/reports/de/disinfected.report.txt.sample -%%DATADIR%%/reports/de/inline.sig.html.sample -%%DATADIR%%/reports/de/inline.sig.txt.sample -%%DATADIR%%/reports/de/inline.spam.warning.txt.sample -%%DATADIR%%/reports/de/inline.warning.html.sample -%%DATADIR%%/reports/de/inline.warning.txt.sample -%%DATADIR%%/reports/de/languages.conf.sample -%%DATADIR%%/reports/de/sender.content.report.txt.sample -%%DATADIR%%/reports/de/sender.error.report.txt.sample -%%DATADIR%%/reports/de/sender.filename.report.txt.sample -%%DATADIR%%/reports/de/sender.mcp.report.txt.sample -%%DATADIR%%/reports/de/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/de/sender.spam.report.txt.sample -%%DATADIR%%/reports/de/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/de/sender.virus.report.txt.sample -%%DATADIR%%/reports/de/stored.content.message.txt.sample -%%DATADIR%%/reports/de/stored.filename.message.txt.sample -%%DATADIR%%/reports/de/stored.virus.message.txt.sample -%%DATADIR%%/reports/dk/deleted.content.message.txt.sample -%%DATADIR%%/reports/dk/deleted.filename.message.txt.sample -%%DATADIR%%/reports/dk/deleted.virus.message.txt.sample -%%DATADIR%%/reports/dk/disinfected.report.txt.sample -%%DATADIR%%/reports/dk/inline.sig.html.sample -%%DATADIR%%/reports/dk/inline.sig.txt.sample -%%DATADIR%%/reports/dk/inline.spam.warning.txt.sample -%%DATADIR%%/reports/dk/inline.warning.html.sample -%%DATADIR%%/reports/dk/inline.warning.txt.sample -%%DATADIR%%/reports/dk/languages.conf.sample -%%DATADIR%%/reports/dk/sender.content.report.txt.sample -%%DATADIR%%/reports/dk/sender.error.report.txt.sample -%%DATADIR%%/reports/dk/sender.filename.report.txt.sample -%%DATADIR%%/reports/dk/sender.mcp.report.txt.sample -%%DATADIR%%/reports/dk/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/dk/sender.spam.report.txt.sample -%%DATADIR%%/reports/dk/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/dk/sender.virus.report.txt.sample -%%DATADIR%%/reports/dk/stored.content.message.txt.sample -%%DATADIR%%/reports/dk/stored.filename.message.txt.sample -%%DATADIR%%/reports/dk/stored.virus.message.txt.sample -%%DATADIR%%/reports/en/deleted.content.message.txt.sample -%%DATADIR%%/reports/en/deleted.filename.message.txt.sample -%%DATADIR%%/reports/en/deleted.virus.message.txt.sample -%%DATADIR%%/reports/en/disinfected.report.txt.sample -%%DATADIR%%/reports/en/inline.sig.html.sample -%%DATADIR%%/reports/en/inline.sig.txt.sample -%%DATADIR%%/reports/en/inline.spam.warning.txt.sample -%%DATADIR%%/reports/en/inline.warning.html.sample -%%DATADIR%%/reports/en/inline.warning.txt.sample -%%DATADIR%%/reports/en/languages.conf.sample -%%DATADIR%%/reports/en/sender.content.report.txt.sample -%%DATADIR%%/reports/en/sender.error.report.txt.sample -%%DATADIR%%/reports/en/sender.filename.report.txt.sample -%%DATADIR%%/reports/en/sender.mcp.report.txt.sample -%%DATADIR%%/reports/en/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/en/sender.spam.report.txt.sample -%%DATADIR%%/reports/en/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/en/sender.virus.report.txt.sample -%%DATADIR%%/reports/en/stored.content.message.txt.sample -%%DATADIR%%/reports/en/stored.filename.message.txt.sample -%%DATADIR%%/reports/en/stored.virus.message.txt.sample -%%DATADIR%%/reports/es/deleted.content.message.txt.sample -%%DATADIR%%/reports/es/deleted.filename.message.txt.sample -%%DATADIR%%/reports/es/deleted.virus.message.txt.sample -%%DATADIR%%/reports/es/disinfected.report.txt.sample -%%DATADIR%%/reports/es/inline.sig.html.sample -%%DATADIR%%/reports/es/inline.sig.txt.sample -%%DATADIR%%/reports/es/inline.spam.warning.txt.sample -%%DATADIR%%/reports/es/inline.warning.html.sample -%%DATADIR%%/reports/es/inline.warning.txt.sample -%%DATADIR%%/reports/es/languages.conf.sample -%%DATADIR%%/reports/es/sender.content.report.txt.sample -%%DATADIR%%/reports/es/sender.error.report.txt.sample -%%DATADIR%%/reports/es/sender.filename.report.txt.sample -%%DATADIR%%/reports/es/sender.mcp.report.txt.sample -%%DATADIR%%/reports/es/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/es/sender.spam.report.txt.sample -%%DATADIR%%/reports/es/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/es/sender.virus.report.txt.sample -%%DATADIR%%/reports/es/stored.content.message.txt.sample -%%DATADIR%%/reports/es/stored.filename.message.txt.sample -%%DATADIR%%/reports/es/stored.virus.message.txt.sample -%%DATADIR%%/reports/fr/deleted.content.message.txt.sample -%%DATADIR%%/reports/fr/deleted.filename.message.txt.sample -%%DATADIR%%/reports/fr/deleted.virus.message.txt.sample -%%DATADIR%%/reports/fr/disinfected.report.txt.sample -%%DATADIR%%/reports/fr/inline.sig.html.sample -%%DATADIR%%/reports/fr/inline.sig.txt.sample -%%DATADIR%%/reports/fr/inline.spam.warning.txt.sample -%%DATADIR%%/reports/fr/inline.warning.html.sample -%%DATADIR%%/reports/fr/inline.warning.txt.sample -%%DATADIR%%/reports/fr/languages.conf.sample -%%DATADIR%%/reports/fr/sender.content.report.txt.sample -%%DATADIR%%/reports/fr/sender.error.report.txt.sample -%%DATADIR%%/reports/fr/sender.filename.report.txt.sample -%%DATADIR%%/reports/fr/sender.mcp.report.txt.sample -%%DATADIR%%/reports/fr/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/fr/sender.spam.report.txt.sample -%%DATADIR%%/reports/fr/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/fr/sender.virus.report.txt.sample -%%DATADIR%%/reports/fr/stored.content.message.txt.sample -%%DATADIR%%/reports/fr/stored.filename.message.txt.sample -%%DATADIR%%/reports/fr/stored.virus.message.txt.sample -%%DATADIR%%/reports/hu/deleted.content.message.txt.sample -%%DATADIR%%/reports/hu/deleted.filename.message.txt.sample -%%DATADIR%%/reports/hu/deleted.virus.message.txt.sample -%%DATADIR%%/reports/hu/disinfected.report.txt.sample -%%DATADIR%%/reports/hu/inline.sig.html.sample -%%DATADIR%%/reports/hu/inline.sig.txt.sample -%%DATADIR%%/reports/hu/inline.spam.warning.txt.sample -%%DATADIR%%/reports/hu/inline.warning.html.sample -%%DATADIR%%/reports/hu/inline.warning.txt.sample -%%DATADIR%%/reports/hu/languages.conf.sample -%%DATADIR%%/reports/hu/sender.content.report.txt.sample -%%DATADIR%%/reports/hu/sender.error.report.txt.sample -%%DATADIR%%/reports/hu/sender.filename.report.txt.sample -%%DATADIR%%/reports/hu/sender.mcp.report.txt.sample -%%DATADIR%%/reports/hu/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/hu/sender.spam.report.txt.sample -%%DATADIR%%/reports/hu/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/hu/sender.virus.report.txt.sample -%%DATADIR%%/reports/hu/stored.content.message.txt.sample -%%DATADIR%%/reports/hu/stored.filename.message.txt.sample -%%DATADIR%%/reports/hu/stored.virus.message.txt.sample -%%DATADIR%%/reports/it/deleted.content.message.txt.sample -%%DATADIR%%/reports/it/deleted.filename.message.txt.sample -%%DATADIR%%/reports/it/deleted.virus.message.txt.sample -%%DATADIR%%/reports/it/disinfected.report.txt.sample -%%DATADIR%%/reports/it/inline.sig.html.sample -%%DATADIR%%/reports/it/inline.sig.txt.sample -%%DATADIR%%/reports/it/inline.spam.warning.txt.sample -%%DATADIR%%/reports/it/inline.warning.html.sample -%%DATADIR%%/reports/it/inline.warning.txt.sample -%%DATADIR%%/reports/it/languages.conf.sample -%%DATADIR%%/reports/it/sender.content.report.txt.sample -%%DATADIR%%/reports/it/sender.error.report.txt.sample -%%DATADIR%%/reports/it/sender.filename.report.txt.sample -%%DATADIR%%/reports/it/sender.mcp.report.txt.sample -%%DATADIR%%/reports/it/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/it/sender.spam.report.txt.sample -%%DATADIR%%/reports/it/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/it/sender.virus.report.txt.sample -%%DATADIR%%/reports/it/stored.content.message.txt.sample -%%DATADIR%%/reports/it/stored.filename.message.txt.sample -%%DATADIR%%/reports/it/stored.virus.message.txt.sample -%%DATADIR%%/reports/nl/deleted.content.message.txt.sample -%%DATADIR%%/reports/nl/deleted.filename.message.txt.sample -%%DATADIR%%/reports/nl/deleted.virus.message.txt.sample -%%DATADIR%%/reports/nl/disinfected.report.txt.sample -%%DATADIR%%/reports/nl/inline.sig.html.sample -%%DATADIR%%/reports/nl/inline.sig.txt.sample -%%DATADIR%%/reports/nl/inline.spam.warning.txt.sample -%%DATADIR%%/reports/nl/inline.warning.html.sample -%%DATADIR%%/reports/nl/inline.warning.txt.sample -%%DATADIR%%/reports/nl/languages.conf.sample -%%DATADIR%%/reports/nl/sender.content.report.txt.sample -%%DATADIR%%/reports/nl/sender.error.report.txt.sample -%%DATADIR%%/reports/nl/sender.filename.report.txt.sample -%%DATADIR%%/reports/nl/sender.mcp.report.txt.sample -%%DATADIR%%/reports/nl/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/nl/sender.spam.report.txt.sample -%%DATADIR%%/reports/nl/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/nl/sender.virus.report.txt.sample -%%DATADIR%%/reports/nl/stored.content.message.txt.sample -%%DATADIR%%/reports/nl/stored.filename.message.txt.sample -%%DATADIR%%/reports/nl/stored.virus.message.txt.sample -%%DATADIR%%/reports/pt_br/deleted.content.message.txt.sample -%%DATADIR%%/reports/pt_br/deleted.filename.message.txt.sample -%%DATADIR%%/reports/pt_br/deleted.virus.message.txt.sample -%%DATADIR%%/reports/pt_br/disinfected.report.txt.sample -%%DATADIR%%/reports/pt_br/inline.sig.html.sample -%%DATADIR%%/reports/pt_br/inline.sig.txt.sample -%%DATADIR%%/reports/pt_br/inline.spam.warning.txt.sample -%%DATADIR%%/reports/pt_br/inline.warning.html.sample -%%DATADIR%%/reports/pt_br/inline.warning.txt.sample -%%DATADIR%%/reports/pt_br/languages.conf.sample -%%DATADIR%%/reports/pt_br/sender.content.report.txt.sample -%%DATADIR%%/reports/pt_br/sender.error.report.txt.sample -%%DATADIR%%/reports/pt_br/sender.filename.report.txt.sample -%%DATADIR%%/reports/pt_br/sender.mcp.report.txt.sample -%%DATADIR%%/reports/pt_br/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/pt_br/sender.spam.report.txt.sample -%%DATADIR%%/reports/pt_br/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/pt_br/sender.virus.report.txt.sample -%%DATADIR%%/reports/pt_br/stored.content.message.txt.sample -%%DATADIR%%/reports/pt_br/stored.filename.message.txt.sample -%%DATADIR%%/reports/pt_br/stored.virus.message.txt.sample -%%DATADIR%%/reports/ro/deleted.content.message.txt.sample -%%DATADIR%%/reports/ro/deleted.filename.message.txt.sample -%%DATADIR%%/reports/ro/deleted.virus.message.txt.sample -%%DATADIR%%/reports/ro/disinfected.report.txt.sample -%%DATADIR%%/reports/ro/inline.sig.html.sample -%%DATADIR%%/reports/ro/inline.sig.txt.sample -%%DATADIR%%/reports/ro/inline.spam.warning.txt.sample -%%DATADIR%%/reports/ro/inline.warning.html.sample -%%DATADIR%%/reports/ro/inline.warning.txt.sample -%%DATADIR%%/reports/ro/languages.conf.sample -%%DATADIR%%/reports/ro/sender.content.report.txt.sample -%%DATADIR%%/reports/ro/sender.error.report.txt.sample -%%DATADIR%%/reports/ro/sender.filename.report.txt.sample -%%DATADIR%%/reports/ro/sender.mcp.report.txt.sample -%%DATADIR%%/reports/ro/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/ro/sender.spam.report.txt.sample -%%DATADIR%%/reports/ro/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/ro/sender.virus.report.txt.sample -%%DATADIR%%/reports/ro/stored.content.message.txt.sample -%%DATADIR%%/reports/ro/stored.filename.message.txt.sample -%%DATADIR%%/reports/ro/stored.virus.message.txt.sample -%%DATADIR%%/reports/se/README.sample -%%DATADIR%%/reports/se/deleted.content.message.txt.sample -%%DATADIR%%/reports/se/deleted.filename.message.txt.sample -%%DATADIR%%/reports/se/deleted.virus.message.txt.sample -%%DATADIR%%/reports/se/disinfected.report.txt.sample -%%DATADIR%%/reports/se/inline.sig.html.sample -%%DATADIR%%/reports/se/inline.sig.txt.sample -%%DATADIR%%/reports/se/inline.spam.warning.txt.sample -%%DATADIR%%/reports/se/inline.warning.html.sample -%%DATADIR%%/reports/se/inline.warning.txt.sample -%%DATADIR%%/reports/se/languages.conf.sample -%%DATADIR%%/reports/se/sender.content.report.txt.sample -%%DATADIR%%/reports/se/sender.error.report.txt.sample -%%DATADIR%%/reports/se/sender.filename.report.txt.sample -%%DATADIR%%/reports/se/sender.mcp.report.txt.sample -%%DATADIR%%/reports/se/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/se/sender.spam.report.txt.sample -%%DATADIR%%/reports/se/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/se/sender.virus.report.txt.sample -%%DATADIR%%/reports/se/stored.content.message.txt.sample -%%DATADIR%%/reports/se/stored.filename.message.txt.sample -%%DATADIR%%/reports/se/stored.virus.message.txt.sample -%%DATADIR%%/reports/sk/deleted.content.message.txt.sample -%%DATADIR%%/reports/sk/deleted.filename.message.txt.sample -%%DATADIR%%/reports/sk/deleted.virus.message.txt.sample -%%DATADIR%%/reports/sk/disinfected.report.txt.sample -%%DATADIR%%/reports/sk/inline.sig.html.sample -%%DATADIR%%/reports/sk/inline.sig.txt.sample -%%DATADIR%%/reports/sk/inline.spam.warning.txt.sample -%%DATADIR%%/reports/sk/inline.warning.html.sample -%%DATADIR%%/reports/sk/inline.warning.txt.sample -%%DATADIR%%/reports/sk/languages.conf.sample -%%DATADIR%%/reports/sk/sender.content.report.txt.sample -%%DATADIR%%/reports/sk/sender.error.report.txt.sample -%%DATADIR%%/reports/sk/sender.filename.report.txt.sample -%%DATADIR%%/reports/sk/sender.mcp.report.txt.sample -%%DATADIR%%/reports/sk/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/sk/sender.spam.report.txt.sample -%%DATADIR%%/reports/sk/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/sk/sender.virus.report.txt.sample -%%DATADIR%%/reports/sk/stored.content.message.txt.sample -%%DATADIR%%/reports/sk/stored.filename.message.txt.sample -%%DATADIR%%/reports/sk/stored.virus.message.txt.sample -%%DOCSDIR%%/COPYING -%%DOCSDIR%%/ChangeLog -%%DOCSDIR%%/INSTALL -%%DOCSDIR%%/INSTALL.FreeBSD -%%DOCSDIR%%/INSTALL.OpenBSD -%%DOCSDIR%%/QuickInstall.txt -%%DOCSDIR%%/README -%%DOCSDIR%%/README.FreeBSD.port -%%DOCSDIR%%/README.sql-logging -%%DOCSDIR%%/building.txt -%%DOCSDIR%%/donations.shtml -%%DOCSDIR%%/downloadgraphs.shtml -%%DOCSDIR%%/downloads.shtml -%%DOCSDIR%%/ecs.css -%%DOCSDIR%%/faq.shtml -%%DOCSDIR%%/images/JulianField1_small.jpg -%%DOCSDIR%%/images/bigmailscannerlogo.gif -%%DOCSDIR%%/images/smallmailscannerlogo.gif -%%DOCSDIR%%/images/thumb_JulianField2.jpg -%%DOCSDIR%%/images/thumb_JulianField3.jpg -%%DOCSDIR%%/images/thumb_JulianField4.jpg -%%DOCSDIR%%/images/thumb_JulianField5.jpg -%%DOCSDIR%%/index.html -%%DOCSDIR%%/install/OS-virus-scan-web.htm -%%DOCSDIR%%/install/README.trend -%%DOCSDIR%%/install/SAVI.shtml -%%DOCSDIR%%/install/codestatus.shtml -%%DOCSDIR%%/install/conf.shtml -%%DOCSDIR%%/install/exim-old.shtml -%%DOCSDIR%%/install/exim.shtml -%%DOCSDIR%%/install/filesnscripts.shtml -%%DOCSDIR%%/install/gcc.shtml -%%DOCSDIR%%/install/index.shtml -%%DOCSDIR%%/install/linux.shtml -%%DOCSDIR%%/install/mailscanner.shtml -%%DOCSDIR%%/install/mcafee.shtml -%%DOCSDIR%%/install/mcp/Conf.pm.patch.2.55 -%%DOCSDIR%%/install/mcp/Conf.pm.patch.2.60 -%%DOCSDIR%%/install/mcp/PerMsgStatus.pm.patch.2.55 -%%DOCSDIR%%/install/mcp/PerMsgStatus.pm.patch.2.60 -%%DOCSDIR%%/install/mcp/index.html -%%DOCSDIR%%/install/mime-tools-patch.txt -%%DOCSDIR%%/install/mime-tools-patch2.txt -%%DOCSDIR%%/install/mime-tools-patch3.txt -%%DOCSDIR%%/install/mime-tools-patch4.txt -%%DOCSDIR%%/install/osborne.txt -%%DOCSDIR%%/install/other.shtml -%%DOCSDIR%%/install/perl.shtml -%%DOCSDIR%%/install/postfix.shtml -%%DOCSDIR%%/install/sendmail.shtml -%%DOCSDIR%%/install/sophos.shtml -%%DOCSDIR%%/install/spamassassin.shtml -%%DOCSDIR%%/install/tnef.shtml -%%DOCSDIR%%/install/zmailer.shtml -%%DOCSDIR%%/introduction.shtml -%%DOCSDIR%%/jobs -%%DOCSDIR%%/mailscanner_trans.gif -%%DOCSDIR%%/man/MailScanner.8 -%%DOCSDIR%%/man/MailScanner.8.html -%%DOCSDIR%%/man/MailScanner.conf.5 -%%DOCSDIR%%/man/MailScanner.conf.5.html -%%DOCSDIR%%/mrtg.shtml -%%DOCSDIR%%/newinv4.shtml -%%DOCSDIR%%/nextversion.shtml -%%DOCSDIR%%/oldnews.shtml -%%DOCSDIR%%/osdir.png -%%DOCSDIR%%/performance.shtml -%%DOCSDIR%%/poetry.shtml -%%DOCSDIR%%/poweredby.google.gif -%%DOCSDIR%%/poweredby.transtec.gif -%%DOCSDIR%%/presentations.html -%%DOCSDIR%%/press.html -%%DOCSDIR%%/readme.shtml -%%DOCSDIR%%/reject.html -%%DOCSDIR%%/sobig.html -%%DOCSDIR%%/support.html -%%DOCSDIR%%/transtec.logo.gif -%%DOCSDIR%%/users.shtml -@dirrm share/nls/en_US.US-ASCII -@dirrm share/nls/POSIX -@dirrm %%DOCSDIR%%/man -@dirrm %%DOCSDIR%%/install/mcp -@dirrm %%DOCSDIR%%/install -@dirrm %%DOCSDIR%%/images -@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%%/reports/sk -@dirrm %%DATADIR%%/reports/se -@dirrm %%DATADIR%%/reports/ro -@dirrm %%DATADIR%%/reports/pt_br -@dirrm %%DATADIR%%/reports/nl -@dirrm %%DATADIR%%/reports/it -@dirrm %%DATADIR%%/reports/hu -@dirrm %%DATADIR%%/reports/fr -@dirrm %%DATADIR%%/reports/es -@dirrm %%DATADIR%%/reports/en -@dirrm %%DATADIR%%/reports/dk -@dirrm %%DATADIR%%/reports/de -@dirrm %%DATADIR%%/reports/cz -@dirrm %%DATADIR%%/reports/cy+en -@dirrm %%DATADIR%%/reports -@dirrm %%DATADIR%% -@dirrm libexec/MailScanner -@dirrm lib/MailScanner/MailScanner -@dirrm lib/MailScanner -@dirrm etc/MailScanner/rules -@dirrm etc/MailScanner diff --git a/mail/MailScanner/Makefile b/mail/MailScanner/Makefile deleted file mode 100644 index 1deb5655fcb7..000000000000 --- a/mail/MailScanner/Makefile +++ /dev/null @@ -1,190 +0,0 @@ -# New ports collection makefile for: MailScanner -# Date created: 17 March 2003 -# Whom: Jan-Peter Koopmann <j.koopmann@seceidos.de> -# -# $FreeBSD$ -# - -PORTNAME= mailscanner -PORTVERSION= 4.24.5 -CATEGORIES= mail -MASTER_SITES= http://www.sng.ecs.soton.ac.uk/mailscanner/files/4/tar/ -DISTNAME= MailScanner-4.24-5 - -MAINTAINER= j.koopmann@seceidos.de -COMMENT= Powerful virus/spam scanning framework for Sendmail/Exim - -BUILD_DEPENDS= \ - ${SITE_PERL}/IO/Stringy.pm:${PORTSDIR}/devel/p5-IO-stringy \ - ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ - ${SITE_PERL}/Mail/Header.pm:${PORTSDIR}/mail/p5-Mail-Tools \ - ${SITE_PERL}/HTML/Tagset.pm:${PORTSDIR}/www/p5-HTML-Tagset \ - ${SITE_PERL}/${PERL_ARCH}/HTML/HeadParser.pm:${PORTSDIR}/www/p5-HTML-Parser \ - ${SITE_PERL}/MIME/Parser.pm:${PORTSDIR}/mail/p5-MIME-Tools \ - ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ - ${SITE_PERL}/Convert/TNEF.pm:${PORTSDIR}/converters/p5-Convert-TNEF - -RUN_DEPENDS= ${BUILD_DEPENDS} - -USE_PERL5= yes - -DATADIR= ${PREFIX}/share/MailScanner -DOCSDIR= ${PREFIX}/share/doc/MailScanner -PKGMESSAGE= ${WRKDIR}/pkg-message - -MAN8= MailScanner.8 -MAN5= MailScanner.conf.5 -MLINKS= MailScanner.8 mailscanner.8 \ - MailScanner.conf.5 mailscanner.conf.5 - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec -RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec -.endif - -DOC_FILES= INSTALL INSTALL.FreeBSD INSTALL.OpenBSD README -ETC_FILES= MailScanner.conf filename.rules.conf \ - filetype.rules.conf spam.assassin.prefs.conf \ - spam.lists.conf virus.scanners.conf - -do-build: - ${PERL} -pi -e \ - 's,/opt/MailScanner/lib,'${PREFIX}'/lib/MailScanner,g; \ - s,/opt/MailScanner/etc,'${PREFIX}'/etc/MailScanner,g;' \ - ${WRKSRC}/bin/MailScanner - ${PERL} -pi -e \ - 's,/opt/MailScanner/var/MailScanner.pid,/var/run/MailScanner.pid,g; \ - s,/usr/lib/sendmail,/usr/sbin/sendmail,g; \ - s,/opt/MailScanner/bin,'${PREFIX}'bin,g; \ - s,/opt/MailScanner/etc/reports,'${DATADIR}'/reports,g; \ - s,/opt/MailScanner/etc,'${PREFIX}'/etc/MailScanner,g;' \ - ${WRKSRC}/etc/MailScanner.conf - ${PERL} -pi -e \ - 's,/opt/MailScanner/lib,'${PREFIX}'/libexec/MailScanner,g; \ - s,/bin/false,/usr/bin/false,;' ${WRKSRC}/etc/virus.scanners.conf - ${PERL} -pi -e \ - 's,/bin/bash,'${PREFIX}'/bash,g; \ - s,/opt/MailScanner/etc,'${PREFIX}'/etc/MailScanner,g;' \ - ${WRKSRC}/bin/update_virus_scanners - ${PERL} -pi -e \ - 's,/opt/MailScanner/var/MailScanner.pid,/var/run/MailScanner.pid,g; \ - s,/usr/lib/sendmail,/usr/sbin/sendmail,g; \ - s,/opt/MailScanner/bin,'${PREFIX}'/bin,g; \ - s,/opt/MailScanner/etc/reports,'${DATADIR}'/reports,g; \ - s,/opt/MailScanner/etc,'${PREFIX}'/etc/MailScanner,g;' \ - ${WRKSRC}/lib/MailScanner/ConfigDefs.pl - ${PERL} -pi \ - -e 's,/bin/sed,/usr/bin/sed,g;' ${WRKSRC}/lib/MailScanner/SystemDefs.pm - -do-install: - # - # Step 1: Install binaries - # - ${INSTALL_SCRIPT} ${WRKSRC}/bin/tnef.linux ${PREFIX}/bin/tnef - # - # Step 2: Install libexec files - # - ${MKDIR} ${PREFIX}/libexec/MailScanner - ${CHMOD} -R ${BINMODE} ${PREFIX}/libexec/MailScanner - ${INSTALL_SCRIPT} ${WRKSRC}/bin/MailScanner ${PREFIX}/libexec/MailScanner - cd ${WRKSRC}/lib && ${FIND} * -name "*-wrapper" -exec ${INSTALL_SCRIPT} \ - '{}' ${PREFIX}'/libexec/MailScanner/{}'.sample \; - cd ${WRKSRC}/lib && ${FIND} * -name "*-autoupdate" -exec \ - ${INSTALL_SCRIPT} '{}' ${PREFIX}'/libexec/MailScanner/{}'.sample \; - ${INSTALL_SCRIPT} ${WRKSRC}/bin/update_virus_scanners \ - ${PREFIX}/libexec/MailScanner/update_virus_scanners - # - # Step 3: Install etc files - # - ${MKDIR} ${PREFIX}/etc/MailScanner - ${CHMOD} ${BINMODE} ${PREFIX}/etc/MailScanner -.for FILE in ${ETC_FILES} - ${INSTALL_DATA} ${WRKSRC}/etc/${FILE} \ - ${PREFIX}/etc/MailScanner/${FILE}.sample -.endfor - ${MKDIR} ${PREFIX}/etc/MailScanner/rules - cd ${WRKSRC}/etc/rules && \ - ${INSTALL_DATA} EXAMPLES README ${PREFIX}/etc/MailScanner/rules - ${INSTALL_DATA} ${WRKSRC}/etc/rules/spam.whitelist.rules \ - ${PREFIX}/etc/MailScanner/rules/spam.whitelist.rules.sample - - # - # Step 4: Install files in share - # - @${MKDIR} ${DATADIR} - cd ${WRKSRC}/etc && ${FIND} reports -type d -exec \ - mkdir ${DATADIR}'/{}' \; - cd ${WRKSRC}/etc && ${FIND} reports -type f ! -name "*.orig" -exec \ - ${INSTALL_DATA} '{}' ${DATADIR}'/{}'.sample \; - ${CHMOD} -R ${BINMODE} ${DATADIR}/reports - # - # Step 5: Install lib - # - ${MKDIR} ${PREFIX}/lib/MailScanner/MailScanner - ${INSTALL_SCRIPT} ${WRKSRC}/lib/MailScanner.pm \ - ${PREFIX}/lib/MailScanner/MailScanner.pm - cd ${WRKSRC}/lib/MailScanner && ${FIND} * -type f ! -name "*.orig" -exec \ - ${INSTALL_SCRIPT} '{}' ${PREFIX}'/lib/MailScanner/MailScanner/{}' \; - # - # Step 6: Install Start/Stop scripts - # - ${INSTALL_SCRIPT} ${FILESDIR}/mailscanner.sh \ - ${PREFIX}/etc/rc.d/mailscanner.sh.sample - ${INSTALL_SCRIPT} ${FILESDIR}/mta.sh ${PREFIX}/etc/rc.d/mta.sh.sample - # - # Step 7: Docs & Manpages - # -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${FILESDIR}/README.FreeBSD.port ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${DOC_FILES} ${DOCSDIR} - cd ${WRKSRC}/docs && \ - ${FIND} * -type d -exec mkdir ${DOCSDIR}'/{}' \; && \ - ${FIND} * -type f ! -name "*.orig" -exec \ - ${INSTALL_DATA} '{}' ${DOCSDIR}'/{}' \; - cd ${WRKSRC}/docs/man && \ - ${INSTALL_MAN} ${MAN5} ${MAN5PREFIX}/man/man5 && \ - ${INSTALL_MAN} ${MAN8} ${MAN8PREFIX}/man/man8 -.endif -.if exists(${PREFIX}/etc/MailScanner/MailScanner.conf) - # Upgrading MailScanner.conf file... Please wait - @${WRKSRC}/bin/upgrade_MailScanner_conf \ - ${PREFIX}/etc/MailScanner/MailScanner.conf \ - ${PREFIX}/etc/MailScanner/MailScanner.conf.sample > \ - ${PREFIX}/etc/MailScanner/MailScanner.conf.new.${PORTVERSION} \ - 2> /dev/null - # Diff the files. If the files do not differ, delete the new file - @if diff -b -B -q ${PREFIX}/etc/MailScanner/MailScanner.conf \ - ${PREFIX}/etc/MailScanner/MailScanner.conf.new.${PORTVERSION} ; \ - then ${ECHO} "No changes in MailScanner.conf options found" ; \ - ${RM} ${PREFIX}/etc/MailScanner/MailScanner.conf.new.${PORTVERSION} ; \ - else \ - ${ECHO} "Changes in MailScanner.conf found. Please look at \ - ${PREFIX}/etc/MailScanner/MailScanner.conf.new.${PORTVERSION}" ; \ - fi -.endif - @${SED} -e 's,%%PREFIX%%,${PREFIX},' pkg-message > ${PKGMESSAGE} - @${CAT} ${PKGMESSAGE} - -renew-wrapper: install - # Renew virus wrapper scripts - ${INSTALL_SCRIPT} ${WRKSRC}/lib/*-wrapper ${PREFIX}/libexec/MailScanner - -renew-autoupdate: install - # Renew autoupdate scripts - ${INSTALL_SCRIPT} ${WRKSRC}/lib/*-autoupdate ${PREFIX}/libexec/MailScanner - -renew-reports: install - # Renew reports - cd ${WRKSRC}/etc/reports/en && ${FIND} * -type f ! -name "*.orig" \ - -exec ${INSTALL_DATA} '{}' ${DATADIR}'/reports/en/{}' \; - -initial-config: renew-wrapper renew-autoupdate renew-reports - cd ${WRKSRC}/etc && ${INSTALL_DATA} ${ETC_FILES} \ - ${PREFIX}/etc/MailScanner - ${INSTALL_DATA} ${WRKSRC}/etc/rules/spam.whitelist.rules \ - ${PREFIX}/etc/MailScanner/rules/spam.whitelist.rules - -.include <bsd.port.post.mk> diff --git a/mail/MailScanner/distinfo b/mail/MailScanner/distinfo deleted file mode 100644 index e781e2adb12f..000000000000 --- a/mail/MailScanner/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (MailScanner-4.24-5.tar.gz) = f43e0f6b1febf41aaf843400b1b4b3f5 diff --git a/mail/MailScanner/files/README.FreeBSD.port b/mail/MailScanner/files/README.FreeBSD.port deleted file mode 100644 index 55b28caaf497..000000000000 --- a/mail/MailScanner/files/README.FreeBSD.port +++ /dev/null @@ -1,48 +0,0 @@ -The MailScanner port is using the original MailScanner tarball from -www.mailscanner.info. This tarball puts all the MailScanner files in -subdirectories - -bin MailScanner binary / MailScanner start script etc. -etc MailScanner config files / rules / report templates -lib Virus wrapper and autoupdate scripts / MailScanner Perl libraries -docs Documentation -var pid file - -In order to make this FreeBSD compliant the port installs those files -in the following directories: - -/usr/local/libexec/MailScanner MailScanner binary, virus wrapper/autoupdate -/usr/local/lib/MailScanner MailScanner Perl libraries -/usr/local/share/MailScanner MailScanner report templates -/usr/local/share/doc/MailScanner Documentation -/usr/local/etc/MailScanner MailScanner config files / rules -/usr/local/etc/rc.d start/stop scripts - -The port installs two start/stop scripts in /usr/local/etc/rc.d: - -mailscanner.sh.sample -mta.sh.sample - -My suggestion is to use these scripts instead of the usual FreeBSD MTA startup -process. This of course means that you will have to disable MTA startup -in rc.conf completely. Put this in your rc.conf: - -sendmail_enable="NO" - -Then adjust sendmail.sh or exim.sh to your configuration. Have a look at the -MailScanner manpage for MTA setup hints. - -When upgrading the port it will try to look for new options/variables in -MailScanner.conf using Julians upgrade_MailScanner_conf script. If it finds -changes it will create a newly merged MailScanner.conf and copy it to -/usr/local/etc/MailScanner/MailScanner.conf.new.PORTVERSION. - - -If you have suggestions for this port please let me know and drop me an e-mail at - -j.koopmann@seceidos.de - - -Thanks, - Jan-Peter Koopmann - diff --git a/mail/MailScanner/files/mailscanner.sh b/mail/MailScanner/files/mailscanner.sh deleted file mode 100644 index 67b7bbcbe50e..000000000000 --- a/mail/MailScanner/files/mailscanner.sh +++ /dev/null @@ -1,55 +0,0 @@ -#!/bin/sh - -msbindir=/usr/local/libexec/MailScanner -process=MailScanner -config=/usr/local/etc/MailScanner/MailScanner.conf -PIDFILE=/var/run/MailScanner.pid - -start_ms() -{ - pid=`ps -axww | - grep '[ ]'$msbindir/$process | - awk '{print $1}'` - - if [ "x$pid" = "x" ]; then - # Quietly try to raise the open_files limit - ulimit -n 2000 >/dev/null 2>&1 - # Restart it - PATH=${msbindir}:$PATH - echo Starting MailScanner... - cd $msbindir - $process $config - else - echo MailScanner running with pid $pid - fi -} - -stop_ms() -{ - echo Stopping MailScanner... - kill -TERM -- -`cat $PIDFILE` 2>/dev/null - sleep 5 -} - -_action=${1:-start} - -case ${_action} in -start) - start_ms - ;; - -stop) - stop_ms - ;; - -restart) - stop_ms - start_ms - ;; - -*) - echo "Usage: `basename $0` {start|stop|restart}" >&2 - exit 64 - ;; -esac -exit 0 diff --git a/mail/MailScanner/files/mta.sh b/mail/MailScanner/files/mta.sh deleted file mode 100644 index 7bce65f9d8d8..000000000000 --- a/mail/MailScanner/files/mta.sh +++ /dev/null @@ -1,117 +0,0 @@ -#!/bin/sh - -outgoing_queue_time=15m -mta=exim - -case "$mta" in - exim) - program=/usr/local/sbin/exim - - if [ -f /usr/local/etc/exim/configure.in ]; then - incoming_config=/usr/local/etc/exim/configure.in - else - incoming_config=/usr/local/etc/exim/configure - fi - - outgoing_config=/usr/local/etc/exim/configure.out - - inpidfile=/var/run/exim_in.pid - outpidfile=/var/run/exim_out.pid - subpidfile= - - incoming_args="-C ${incoming_config} -oP ${inpidfile} -bd" - outgoing_args="-C ${outgoing_config} -oP ${outpidfile} -q${outgoing_queue_time}" - submitqueue_args= - ;; - - sendmail) - program=/usr/sbin/sendmail - - incoming_queue=/var/spool/mqueue.in - - submit_queue_time=${outgoing_queue_time} - - inpidfile=/var/run/sendmail_in.pid - outpidfile=/var/run/sendmail_out.pid - subpidfile=/var/spool/clientmqueue/sm-client.pid - - incoming_args="-L sm-mta-in -bd \ - -OPrivacyOptions=noetrn \ - -OQueueDirectory=${incoming_queue} \ - -ODeliveryMode=queueonly \ - -OPidFile=${inpidfile}" - outgoing_args="-L sm-mta-out -q${outgoing_queue_time} \ - -OPidFile=${outpidfile}" - submitqueue_args="-L sm-msp-queue -Ac -q${submit_queue_time} \ - -OPidFile=${subpidfile}" - ;; - - *) - echo "ERROR: I don't know the MTA '$mta'. Check your settings." >&2 - exit 2 - ;; -esac - -start_mta() -{ - echo -n " `basename ${program}`(incoming)" - ${program} ${incoming_args} - - echo -n " `basename ${program}`(outgoing)" - ${program} ${outgoing_args} -} - -start_mspq () -{ - if [ "${submitqueue_args}" ]; then - echo -n " `basename ${program}`(submitqueue)" - ${program} ${submitqueue_args} - fi -} - -stop_mta() -{ - echo "Stopping `basename ${program}` (incoming)" - kill -TERM `head -1 ${inpidfile}` 2>/dev/null - - echo "Stopping `basename ${program}` (outgoing)" - kill -TERM `head -1 ${outpidfile}` 2>/dev/null -} - -stop_mspq () -{ - if [ "${submitqueue_args}" ]; then - echo "Stopping `basename ${program}` (submitqueue)" - kill -TERM `head -1 ${subpidfile}` 2>/dev/null - fi -} - - -_action=${1:-start} - -case ${_action} in -start) - start_mta - start_mspq - ;; - -stop) - stop_mta - stop_mspq - ;; - -restart) - stop_mta - stop_mspq - sleep 5 - start_mta - start_mspq - ;; - -*) - echo "Usage: `basename $0` {start|stop|restart}" >&2 - exit 64 - ;; -esac -exit 0 - diff --git a/mail/MailScanner/pkg-descr b/mail/MailScanner/pkg-descr deleted file mode 100644 index 3a143b093420..000000000000 --- a/mail/MailScanner/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -MailScanner is a complete e-mail security system designed for use on -e-mail gateways. It protects against viruses, and detects attacks against -e-mail client packages (such as Outlook, Outlook Express, Eudora). It can -also detect almost all unsolicited commercial e-mail (spam) passing through -it and respond to all incidents in a wide variety of ways. - -Not only can it scan for known viruses, but it can also protect against unknown -viruses hidden inside e-mail attachments by refusing entry to attachments whose -filenames match any given pattern. This can include generic patterns that trap -filenames attempting to hide the true filename extension (e.g. ".txt.vbs"). - -It is superior to many commercial packages in its ability to handle attacks -against itself, such as Denial Of Service attacks caused by messages containing -the "Zip of Death". It is easy to install into an existing e-mail gateway, -requiring very little knowledge of sendmail and no change to an existing -sendmail configuration. - -MailScanner itself is entirely open source, but it uses widely known commercial -virus scanning packages at its core. The other software it uses is all high -quality open source software, leading to a system that can be trusted for -performance and reliability. - -WWW: http://www.mailscanner.info diff --git a/mail/MailScanner/pkg-message b/mail/MailScanner/pkg-message deleted file mode 100644 index 7c4e356d71a7..000000000000 --- a/mail/MailScanner/pkg-message +++ /dev/null @@ -1,34 +0,0 @@ -************************************************************************* - _ _____ _____ _____ _ _ _____ ___ ___ _ _ - / \|_ _|_ _| ____| \ | |_ _|_ _/ _ \| \ | | - / _ \ | | | | | _| | \| | | | | | | | | \| | - / ___ \| | | | | |___| |\ | | | | | |_| | |\ | - /_/ \_\_| |_| |_____|_| \_| |_| |___\___/|_| \_| - - See %%PREFIX%%/share/doc/MailScanner/README.FreeBSD.port, - http://www.mailscanner.info, the man pages MailScanner and - MailScanner.conf for further instructions. - - You will need to make several modifications to config files - before MailScanner will work correctly. - - If this is the first time you are installing this port you - should create an initial set of configuration files with - - make initial-config - - within this directory. Without this step you will only have - .sample files instead of real .conf files and report - templates. - - If you are upgrading your port you might consider - running - - make renew-wrapper - make renew-autoupdate - make renew-reports - - to update your virus-wrappers, autoupdates, reports and - languages.conf - -************************************************************************* diff --git a/mail/MailScanner/pkg-plist b/mail/MailScanner/pkg-plist deleted file mode 100644 index 4be0e0236bea..000000000000 --- a/mail/MailScanner/pkg-plist +++ /dev/null @@ -1,476 +0,0 @@ -@comment $FreeBSD$ -bin/tnef -etc/MailScanner/MailScanner.conf.sample -etc/MailScanner/filename.rules.conf.sample -etc/MailScanner/filetype.rules.conf.sample -etc/MailScanner/rules/EXAMPLES -etc/MailScanner/rules/README -etc/MailScanner/rules/spam.whitelist.rules.sample -etc/MailScanner/spam.assassin.prefs.conf.sample -etc/MailScanner/spam.lists.conf.sample -etc/MailScanner/virus.scanners.conf.sample -etc/rc.d/mailscanner.sh.sample -etc/rc.d/mta.sh.sample -lib/MailScanner/MailScanner.pm -lib/MailScanner/MailScanner/Config.pm -lib/MailScanner/MailScanner/ConfigDefs.pl -lib/MailScanner/MailScanner/CustomConfig.pm -lib/MailScanner/MailScanner/Exim.pm -lib/MailScanner/MailScanner/EximDiskStore.pm -lib/MailScanner/MailScanner/Lock.pm -lib/MailScanner/MailScanner/Log.pm -lib/MailScanner/MailScanner/MCP.pm -lib/MailScanner/MailScanner/MCPMessage.pm -lib/MailScanner/MailScanner/Mail.pm -lib/MailScanner/MailScanner/Message.pm -lib/MailScanner/MailScanner/MessageBatch.pm -lib/MailScanner/MailScanner/PFDiskStore.pm -lib/MailScanner/MailScanner/Postfix.pm -lib/MailScanner/MailScanner/Quarantine.pm -lib/MailScanner/MailScanner/Queue.pm -lib/MailScanner/MailScanner/RBLs.pm -lib/MailScanner/MailScanner/SA.pm -lib/MailScanner/MailScanner/SMDiskStore.pm -lib/MailScanner/MailScanner/Sendmail.pm -lib/MailScanner/MailScanner/SweepContent.pm -lib/MailScanner/MailScanner/SweepOther.pm -lib/MailScanner/MailScanner/SweepViruses.pm -lib/MailScanner/MailScanner/SystemDefs.pm -lib/MailScanner/MailScanner/TNEF.pm -lib/MailScanner/MailScanner/WorkArea.pm -lib/MailScanner/MailScanner/ZMDiskStore.pm -lib/MailScanner/MailScanner/ZMailer.pm -lib/MailScanner/MailScanner/notes.txt -libexec/MailScanner/MailScanner -libexec/MailScanner/antivir-autoupdate.sample -libexec/MailScanner/antivir-wrapper.sample -libexec/MailScanner/bitdefender-autoupdate.sample -libexec/MailScanner/bitdefender-wrapper.sample -libexec/MailScanner/clamav-autoupdate.sample -libexec/MailScanner/clamav-wrapper.sample -libexec/MailScanner/command-wrapper.sample -libexec/MailScanner/etrust-autoupdate.sample -libexec/MailScanner/etrust-wrapper.sample -libexec/MailScanner/f-prot-autoupdate.sample -libexec/MailScanner/f-prot-wrapper.sample -libexec/MailScanner/f-secure-autoupdate.sample -libexec/MailScanner/f-secure-wrapper.sample -libexec/MailScanner/inoculan-wrapper.sample -libexec/MailScanner/inoculate-wrapper.sample -libexec/MailScanner/kaspersky-autoupdate.sample -libexec/MailScanner/kaspersky-wrapper.sample -libexec/MailScanner/kavdaemonclient-wrapper.sample -libexec/MailScanner/mcafee-autoupdate.sample -libexec/MailScanner/mcafee-wrapper.sample -libexec/MailScanner/nod32-autoupdate.sample -libexec/MailScanner/nod32-wrapper.sample -libexec/MailScanner/panda-wrapper.sample -libexec/MailScanner/rav-autoupdate.sample -libexec/MailScanner/rav-wrapper.sample -libexec/MailScanner/sophos-autoupdate.sample -libexec/MailScanner/sophos-wrapper.sample -libexec/MailScanner/trend-autoupdate.sample -libexec/MailScanner/trend-wrapper.sample -libexec/MailScanner/update_virus_scanners -%%DATADIR%%/reports/cy+en/deleted.content.message.txt.sample -%%DATADIR%%/reports/cy+en/deleted.filename.message.txt.sample -%%DATADIR%%/reports/cy+en/deleted.virus.message.txt.sample -%%DATADIR%%/reports/cy+en/disinfected.report.txt.sample -%%DATADIR%%/reports/cy+en/inline.sig.html.sample -%%DATADIR%%/reports/cy+en/inline.sig.txt.sample -%%DATADIR%%/reports/cy+en/inline.spam.warning.txt.sample -%%DATADIR%%/reports/cy+en/inline.warning.html.sample -%%DATADIR%%/reports/cy+en/inline.warning.txt.sample -%%DATADIR%%/reports/cy+en/languages.conf.sample -%%DATADIR%%/reports/cy+en/sender.content.report.txt.sample -%%DATADIR%%/reports/cy+en/sender.error.report.txt.sample -%%DATADIR%%/reports/cy+en/sender.filename.report.txt.sample -%%DATADIR%%/reports/cy+en/sender.mcp.report.txt.sample -%%DATADIR%%/reports/cy+en/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/cy+en/sender.spam.report.txt.sample -%%DATADIR%%/reports/cy+en/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/cy+en/sender.virus.report.txt.sample -%%DATADIR%%/reports/cy+en/stored.content.message.txt.sample -%%DATADIR%%/reports/cy+en/stored.filename.message.txt.sample -%%DATADIR%%/reports/cy+en/stored.virus.message.txt.sample -%%DATADIR%%/reports/cz/deleted.content.message.txt.sample -%%DATADIR%%/reports/cz/deleted.filename.message.txt.sample -%%DATADIR%%/reports/cz/deleted.virus.message.txt.sample -%%DATADIR%%/reports/cz/disinfected.report.txt.sample -%%DATADIR%%/reports/cz/inline.sig.html.sample -%%DATADIR%%/reports/cz/inline.sig.txt.sample -%%DATADIR%%/reports/cz/inline.spam.warning.txt.sample -%%DATADIR%%/reports/cz/inline.warning.html.sample -%%DATADIR%%/reports/cz/inline.warning.txt.sample -%%DATADIR%%/reports/cz/languages.conf.sample -%%DATADIR%%/reports/cz/sender.content.report.txt.sample -%%DATADIR%%/reports/cz/sender.error.report.txt.sample -%%DATADIR%%/reports/cz/sender.filename.report.txt.sample -%%DATADIR%%/reports/cz/sender.mcp.report.txt.sample -%%DATADIR%%/reports/cz/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/cz/sender.spam.report.txt.sample -%%DATADIR%%/reports/cz/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/cz/sender.virus.report.txt.sample -%%DATADIR%%/reports/cz/stored.content.message.txt.sample -%%DATADIR%%/reports/cz/stored.filename.message.txt.sample -%%DATADIR%%/reports/cz/stored.virus.message.txt.sample -%%DATADIR%%/reports/de/README.1ST.sample -%%DATADIR%%/reports/de/deleted.content.message.txt.sample -%%DATADIR%%/reports/de/deleted.filename.message.txt.sample -%%DATADIR%%/reports/de/deleted.virus.message.txt.sample -%%DATADIR%%/reports/de/disinfected.report.txt.sample -%%DATADIR%%/reports/de/inline.sig.html.sample -%%DATADIR%%/reports/de/inline.sig.txt.sample -%%DATADIR%%/reports/de/inline.spam.warning.txt.sample -%%DATADIR%%/reports/de/inline.warning.html.sample -%%DATADIR%%/reports/de/inline.warning.txt.sample -%%DATADIR%%/reports/de/languages.conf.sample -%%DATADIR%%/reports/de/sender.content.report.txt.sample -%%DATADIR%%/reports/de/sender.error.report.txt.sample -%%DATADIR%%/reports/de/sender.filename.report.txt.sample -%%DATADIR%%/reports/de/sender.mcp.report.txt.sample -%%DATADIR%%/reports/de/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/de/sender.spam.report.txt.sample -%%DATADIR%%/reports/de/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/de/sender.virus.report.txt.sample -%%DATADIR%%/reports/de/stored.content.message.txt.sample -%%DATADIR%%/reports/de/stored.filename.message.txt.sample -%%DATADIR%%/reports/de/stored.virus.message.txt.sample -%%DATADIR%%/reports/dk/deleted.content.message.txt.sample -%%DATADIR%%/reports/dk/deleted.filename.message.txt.sample -%%DATADIR%%/reports/dk/deleted.virus.message.txt.sample -%%DATADIR%%/reports/dk/disinfected.report.txt.sample -%%DATADIR%%/reports/dk/inline.sig.html.sample -%%DATADIR%%/reports/dk/inline.sig.txt.sample -%%DATADIR%%/reports/dk/inline.spam.warning.txt.sample -%%DATADIR%%/reports/dk/inline.warning.html.sample -%%DATADIR%%/reports/dk/inline.warning.txt.sample -%%DATADIR%%/reports/dk/languages.conf.sample -%%DATADIR%%/reports/dk/sender.content.report.txt.sample -%%DATADIR%%/reports/dk/sender.error.report.txt.sample -%%DATADIR%%/reports/dk/sender.filename.report.txt.sample -%%DATADIR%%/reports/dk/sender.mcp.report.txt.sample -%%DATADIR%%/reports/dk/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/dk/sender.spam.report.txt.sample -%%DATADIR%%/reports/dk/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/dk/sender.virus.report.txt.sample -%%DATADIR%%/reports/dk/stored.content.message.txt.sample -%%DATADIR%%/reports/dk/stored.filename.message.txt.sample -%%DATADIR%%/reports/dk/stored.virus.message.txt.sample -%%DATADIR%%/reports/en/deleted.content.message.txt.sample -%%DATADIR%%/reports/en/deleted.filename.message.txt.sample -%%DATADIR%%/reports/en/deleted.virus.message.txt.sample -%%DATADIR%%/reports/en/disinfected.report.txt.sample -%%DATADIR%%/reports/en/inline.sig.html.sample -%%DATADIR%%/reports/en/inline.sig.txt.sample -%%DATADIR%%/reports/en/inline.spam.warning.txt.sample -%%DATADIR%%/reports/en/inline.warning.html.sample -%%DATADIR%%/reports/en/inline.warning.txt.sample -%%DATADIR%%/reports/en/languages.conf.sample -%%DATADIR%%/reports/en/sender.content.report.txt.sample -%%DATADIR%%/reports/en/sender.error.report.txt.sample -%%DATADIR%%/reports/en/sender.filename.report.txt.sample -%%DATADIR%%/reports/en/sender.mcp.report.txt.sample -%%DATADIR%%/reports/en/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/en/sender.spam.report.txt.sample -%%DATADIR%%/reports/en/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/en/sender.virus.report.txt.sample -%%DATADIR%%/reports/en/stored.content.message.txt.sample -%%DATADIR%%/reports/en/stored.filename.message.txt.sample -%%DATADIR%%/reports/en/stored.virus.message.txt.sample -%%DATADIR%%/reports/es/deleted.content.message.txt.sample -%%DATADIR%%/reports/es/deleted.filename.message.txt.sample -%%DATADIR%%/reports/es/deleted.virus.message.txt.sample -%%DATADIR%%/reports/es/disinfected.report.txt.sample -%%DATADIR%%/reports/es/inline.sig.html.sample -%%DATADIR%%/reports/es/inline.sig.txt.sample -%%DATADIR%%/reports/es/inline.spam.warning.txt.sample -%%DATADIR%%/reports/es/inline.warning.html.sample -%%DATADIR%%/reports/es/inline.warning.txt.sample -%%DATADIR%%/reports/es/languages.conf.sample -%%DATADIR%%/reports/es/sender.content.report.txt.sample -%%DATADIR%%/reports/es/sender.error.report.txt.sample -%%DATADIR%%/reports/es/sender.filename.report.txt.sample -%%DATADIR%%/reports/es/sender.mcp.report.txt.sample -%%DATADIR%%/reports/es/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/es/sender.spam.report.txt.sample -%%DATADIR%%/reports/es/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/es/sender.virus.report.txt.sample -%%DATADIR%%/reports/es/stored.content.message.txt.sample -%%DATADIR%%/reports/es/stored.filename.message.txt.sample -%%DATADIR%%/reports/es/stored.virus.message.txt.sample -%%DATADIR%%/reports/fr/deleted.content.message.txt.sample -%%DATADIR%%/reports/fr/deleted.filename.message.txt.sample -%%DATADIR%%/reports/fr/deleted.virus.message.txt.sample -%%DATADIR%%/reports/fr/disinfected.report.txt.sample -%%DATADIR%%/reports/fr/inline.sig.html.sample -%%DATADIR%%/reports/fr/inline.sig.txt.sample -%%DATADIR%%/reports/fr/inline.spam.warning.txt.sample -%%DATADIR%%/reports/fr/inline.warning.html.sample -%%DATADIR%%/reports/fr/inline.warning.txt.sample -%%DATADIR%%/reports/fr/languages.conf.sample -%%DATADIR%%/reports/fr/sender.content.report.txt.sample -%%DATADIR%%/reports/fr/sender.error.report.txt.sample -%%DATADIR%%/reports/fr/sender.filename.report.txt.sample -%%DATADIR%%/reports/fr/sender.mcp.report.txt.sample -%%DATADIR%%/reports/fr/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/fr/sender.spam.report.txt.sample -%%DATADIR%%/reports/fr/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/fr/sender.virus.report.txt.sample -%%DATADIR%%/reports/fr/stored.content.message.txt.sample -%%DATADIR%%/reports/fr/stored.filename.message.txt.sample -%%DATADIR%%/reports/fr/stored.virus.message.txt.sample -%%DATADIR%%/reports/hu/deleted.content.message.txt.sample -%%DATADIR%%/reports/hu/deleted.filename.message.txt.sample -%%DATADIR%%/reports/hu/deleted.virus.message.txt.sample -%%DATADIR%%/reports/hu/disinfected.report.txt.sample -%%DATADIR%%/reports/hu/inline.sig.html.sample -%%DATADIR%%/reports/hu/inline.sig.txt.sample -%%DATADIR%%/reports/hu/inline.spam.warning.txt.sample -%%DATADIR%%/reports/hu/inline.warning.html.sample -%%DATADIR%%/reports/hu/inline.warning.txt.sample -%%DATADIR%%/reports/hu/languages.conf.sample -%%DATADIR%%/reports/hu/sender.content.report.txt.sample -%%DATADIR%%/reports/hu/sender.error.report.txt.sample -%%DATADIR%%/reports/hu/sender.filename.report.txt.sample -%%DATADIR%%/reports/hu/sender.mcp.report.txt.sample -%%DATADIR%%/reports/hu/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/hu/sender.spam.report.txt.sample -%%DATADIR%%/reports/hu/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/hu/sender.virus.report.txt.sample -%%DATADIR%%/reports/hu/stored.content.message.txt.sample -%%DATADIR%%/reports/hu/stored.filename.message.txt.sample -%%DATADIR%%/reports/hu/stored.virus.message.txt.sample -%%DATADIR%%/reports/it/deleted.content.message.txt.sample -%%DATADIR%%/reports/it/deleted.filename.message.txt.sample -%%DATADIR%%/reports/it/deleted.virus.message.txt.sample -%%DATADIR%%/reports/it/disinfected.report.txt.sample -%%DATADIR%%/reports/it/inline.sig.html.sample -%%DATADIR%%/reports/it/inline.sig.txt.sample -%%DATADIR%%/reports/it/inline.spam.warning.txt.sample -%%DATADIR%%/reports/it/inline.warning.html.sample -%%DATADIR%%/reports/it/inline.warning.txt.sample -%%DATADIR%%/reports/it/languages.conf.sample -%%DATADIR%%/reports/it/sender.content.report.txt.sample -%%DATADIR%%/reports/it/sender.error.report.txt.sample -%%DATADIR%%/reports/it/sender.filename.report.txt.sample -%%DATADIR%%/reports/it/sender.mcp.report.txt.sample -%%DATADIR%%/reports/it/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/it/sender.spam.report.txt.sample -%%DATADIR%%/reports/it/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/it/sender.virus.report.txt.sample -%%DATADIR%%/reports/it/stored.content.message.txt.sample -%%DATADIR%%/reports/it/stored.filename.message.txt.sample -%%DATADIR%%/reports/it/stored.virus.message.txt.sample -%%DATADIR%%/reports/nl/deleted.content.message.txt.sample -%%DATADIR%%/reports/nl/deleted.filename.message.txt.sample -%%DATADIR%%/reports/nl/deleted.virus.message.txt.sample -%%DATADIR%%/reports/nl/disinfected.report.txt.sample -%%DATADIR%%/reports/nl/inline.sig.html.sample -%%DATADIR%%/reports/nl/inline.sig.txt.sample -%%DATADIR%%/reports/nl/inline.spam.warning.txt.sample -%%DATADIR%%/reports/nl/inline.warning.html.sample -%%DATADIR%%/reports/nl/inline.warning.txt.sample -%%DATADIR%%/reports/nl/languages.conf.sample -%%DATADIR%%/reports/nl/sender.content.report.txt.sample -%%DATADIR%%/reports/nl/sender.error.report.txt.sample -%%DATADIR%%/reports/nl/sender.filename.report.txt.sample -%%DATADIR%%/reports/nl/sender.mcp.report.txt.sample -%%DATADIR%%/reports/nl/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/nl/sender.spam.report.txt.sample -%%DATADIR%%/reports/nl/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/nl/sender.virus.report.txt.sample -%%DATADIR%%/reports/nl/stored.content.message.txt.sample -%%DATADIR%%/reports/nl/stored.filename.message.txt.sample -%%DATADIR%%/reports/nl/stored.virus.message.txt.sample -%%DATADIR%%/reports/pt_br/deleted.content.message.txt.sample -%%DATADIR%%/reports/pt_br/deleted.filename.message.txt.sample -%%DATADIR%%/reports/pt_br/deleted.virus.message.txt.sample -%%DATADIR%%/reports/pt_br/disinfected.report.txt.sample -%%DATADIR%%/reports/pt_br/inline.sig.html.sample -%%DATADIR%%/reports/pt_br/inline.sig.txt.sample -%%DATADIR%%/reports/pt_br/inline.spam.warning.txt.sample -%%DATADIR%%/reports/pt_br/inline.warning.html.sample -%%DATADIR%%/reports/pt_br/inline.warning.txt.sample -%%DATADIR%%/reports/pt_br/languages.conf.sample -%%DATADIR%%/reports/pt_br/sender.content.report.txt.sample -%%DATADIR%%/reports/pt_br/sender.error.report.txt.sample -%%DATADIR%%/reports/pt_br/sender.filename.report.txt.sample -%%DATADIR%%/reports/pt_br/sender.mcp.report.txt.sample -%%DATADIR%%/reports/pt_br/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/pt_br/sender.spam.report.txt.sample -%%DATADIR%%/reports/pt_br/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/pt_br/sender.virus.report.txt.sample -%%DATADIR%%/reports/pt_br/stored.content.message.txt.sample -%%DATADIR%%/reports/pt_br/stored.filename.message.txt.sample -%%DATADIR%%/reports/pt_br/stored.virus.message.txt.sample -%%DATADIR%%/reports/ro/deleted.content.message.txt.sample -%%DATADIR%%/reports/ro/deleted.filename.message.txt.sample -%%DATADIR%%/reports/ro/deleted.virus.message.txt.sample -%%DATADIR%%/reports/ro/disinfected.report.txt.sample -%%DATADIR%%/reports/ro/inline.sig.html.sample -%%DATADIR%%/reports/ro/inline.sig.txt.sample -%%DATADIR%%/reports/ro/inline.spam.warning.txt.sample -%%DATADIR%%/reports/ro/inline.warning.html.sample -%%DATADIR%%/reports/ro/inline.warning.txt.sample -%%DATADIR%%/reports/ro/languages.conf.sample -%%DATADIR%%/reports/ro/sender.content.report.txt.sample -%%DATADIR%%/reports/ro/sender.error.report.txt.sample -%%DATADIR%%/reports/ro/sender.filename.report.txt.sample -%%DATADIR%%/reports/ro/sender.mcp.report.txt.sample -%%DATADIR%%/reports/ro/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/ro/sender.spam.report.txt.sample -%%DATADIR%%/reports/ro/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/ro/sender.virus.report.txt.sample -%%DATADIR%%/reports/ro/stored.content.message.txt.sample -%%DATADIR%%/reports/ro/stored.filename.message.txt.sample -%%DATADIR%%/reports/ro/stored.virus.message.txt.sample -%%DATADIR%%/reports/se/README.sample -%%DATADIR%%/reports/se/deleted.content.message.txt.sample -%%DATADIR%%/reports/se/deleted.filename.message.txt.sample -%%DATADIR%%/reports/se/deleted.virus.message.txt.sample -%%DATADIR%%/reports/se/disinfected.report.txt.sample -%%DATADIR%%/reports/se/inline.sig.html.sample -%%DATADIR%%/reports/se/inline.sig.txt.sample -%%DATADIR%%/reports/se/inline.spam.warning.txt.sample -%%DATADIR%%/reports/se/inline.warning.html.sample -%%DATADIR%%/reports/se/inline.warning.txt.sample -%%DATADIR%%/reports/se/languages.conf.sample -%%DATADIR%%/reports/se/sender.content.report.txt.sample -%%DATADIR%%/reports/se/sender.error.report.txt.sample -%%DATADIR%%/reports/se/sender.filename.report.txt.sample -%%DATADIR%%/reports/se/sender.mcp.report.txt.sample -%%DATADIR%%/reports/se/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/se/sender.spam.report.txt.sample -%%DATADIR%%/reports/se/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/se/sender.virus.report.txt.sample -%%DATADIR%%/reports/se/stored.content.message.txt.sample -%%DATADIR%%/reports/se/stored.filename.message.txt.sample -%%DATADIR%%/reports/se/stored.virus.message.txt.sample -%%DATADIR%%/reports/sk/deleted.content.message.txt.sample -%%DATADIR%%/reports/sk/deleted.filename.message.txt.sample -%%DATADIR%%/reports/sk/deleted.virus.message.txt.sample -%%DATADIR%%/reports/sk/disinfected.report.txt.sample -%%DATADIR%%/reports/sk/inline.sig.html.sample -%%DATADIR%%/reports/sk/inline.sig.txt.sample -%%DATADIR%%/reports/sk/inline.spam.warning.txt.sample -%%DATADIR%%/reports/sk/inline.warning.html.sample -%%DATADIR%%/reports/sk/inline.warning.txt.sample -%%DATADIR%%/reports/sk/languages.conf.sample -%%DATADIR%%/reports/sk/sender.content.report.txt.sample -%%DATADIR%%/reports/sk/sender.error.report.txt.sample -%%DATADIR%%/reports/sk/sender.filename.report.txt.sample -%%DATADIR%%/reports/sk/sender.mcp.report.txt.sample -%%DATADIR%%/reports/sk/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/sk/sender.spam.report.txt.sample -%%DATADIR%%/reports/sk/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/sk/sender.virus.report.txt.sample -%%DATADIR%%/reports/sk/stored.content.message.txt.sample -%%DATADIR%%/reports/sk/stored.filename.message.txt.sample -%%DATADIR%%/reports/sk/stored.virus.message.txt.sample -%%DOCSDIR%%/COPYING -%%DOCSDIR%%/ChangeLog -%%DOCSDIR%%/INSTALL -%%DOCSDIR%%/INSTALL.FreeBSD -%%DOCSDIR%%/INSTALL.OpenBSD -%%DOCSDIR%%/QuickInstall.txt -%%DOCSDIR%%/README -%%DOCSDIR%%/README.FreeBSD.port -%%DOCSDIR%%/README.sql-logging -%%DOCSDIR%%/building.txt -%%DOCSDIR%%/donations.shtml -%%DOCSDIR%%/downloadgraphs.shtml -%%DOCSDIR%%/downloads.shtml -%%DOCSDIR%%/ecs.css -%%DOCSDIR%%/faq.shtml -%%DOCSDIR%%/images/JulianField1_small.jpg -%%DOCSDIR%%/images/bigmailscannerlogo.gif -%%DOCSDIR%%/images/smallmailscannerlogo.gif -%%DOCSDIR%%/images/thumb_JulianField2.jpg -%%DOCSDIR%%/images/thumb_JulianField3.jpg -%%DOCSDIR%%/images/thumb_JulianField4.jpg -%%DOCSDIR%%/images/thumb_JulianField5.jpg -%%DOCSDIR%%/index.html -%%DOCSDIR%%/install/OS-virus-scan-web.htm -%%DOCSDIR%%/install/README.trend -%%DOCSDIR%%/install/SAVI.shtml -%%DOCSDIR%%/install/codestatus.shtml -%%DOCSDIR%%/install/conf.shtml -%%DOCSDIR%%/install/exim-old.shtml -%%DOCSDIR%%/install/exim.shtml -%%DOCSDIR%%/install/filesnscripts.shtml -%%DOCSDIR%%/install/gcc.shtml -%%DOCSDIR%%/install/index.shtml -%%DOCSDIR%%/install/linux.shtml -%%DOCSDIR%%/install/mailscanner.shtml -%%DOCSDIR%%/install/mcafee.shtml -%%DOCSDIR%%/install/mcp/Conf.pm.patch.2.55 -%%DOCSDIR%%/install/mcp/Conf.pm.patch.2.60 -%%DOCSDIR%%/install/mcp/PerMsgStatus.pm.patch.2.55 -%%DOCSDIR%%/install/mcp/PerMsgStatus.pm.patch.2.60 -%%DOCSDIR%%/install/mcp/index.html -%%DOCSDIR%%/install/mime-tools-patch.txt -%%DOCSDIR%%/install/mime-tools-patch2.txt -%%DOCSDIR%%/install/mime-tools-patch3.txt -%%DOCSDIR%%/install/mime-tools-patch4.txt -%%DOCSDIR%%/install/osborne.txt -%%DOCSDIR%%/install/other.shtml -%%DOCSDIR%%/install/perl.shtml -%%DOCSDIR%%/install/postfix.shtml -%%DOCSDIR%%/install/sendmail.shtml -%%DOCSDIR%%/install/sophos.shtml -%%DOCSDIR%%/install/spamassassin.shtml -%%DOCSDIR%%/install/tnef.shtml -%%DOCSDIR%%/install/zmailer.shtml -%%DOCSDIR%%/introduction.shtml -%%DOCSDIR%%/jobs -%%DOCSDIR%%/mailscanner_trans.gif -%%DOCSDIR%%/man/MailScanner.8 -%%DOCSDIR%%/man/MailScanner.8.html -%%DOCSDIR%%/man/MailScanner.conf.5 -%%DOCSDIR%%/man/MailScanner.conf.5.html -%%DOCSDIR%%/mrtg.shtml -%%DOCSDIR%%/newinv4.shtml -%%DOCSDIR%%/nextversion.shtml -%%DOCSDIR%%/oldnews.shtml -%%DOCSDIR%%/osdir.png -%%DOCSDIR%%/performance.shtml -%%DOCSDIR%%/poetry.shtml -%%DOCSDIR%%/poweredby.google.gif -%%DOCSDIR%%/poweredby.transtec.gif -%%DOCSDIR%%/presentations.html -%%DOCSDIR%%/press.html -%%DOCSDIR%%/readme.shtml -%%DOCSDIR%%/reject.html -%%DOCSDIR%%/sobig.html -%%DOCSDIR%%/support.html -%%DOCSDIR%%/transtec.logo.gif -%%DOCSDIR%%/users.shtml -@dirrm share/nls/en_US.US-ASCII -@dirrm share/nls/POSIX -@dirrm %%DOCSDIR%%/man -@dirrm %%DOCSDIR%%/install/mcp -@dirrm %%DOCSDIR%%/install -@dirrm %%DOCSDIR%%/images -@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%%/reports/sk -@dirrm %%DATADIR%%/reports/se -@dirrm %%DATADIR%%/reports/ro -@dirrm %%DATADIR%%/reports/pt_br -@dirrm %%DATADIR%%/reports/nl -@dirrm %%DATADIR%%/reports/it -@dirrm %%DATADIR%%/reports/hu -@dirrm %%DATADIR%%/reports/fr -@dirrm %%DATADIR%%/reports/es -@dirrm %%DATADIR%%/reports/en -@dirrm %%DATADIR%%/reports/dk -@dirrm %%DATADIR%%/reports/de -@dirrm %%DATADIR%%/reports/cz -@dirrm %%DATADIR%%/reports/cy+en -@dirrm %%DATADIR%%/reports -@dirrm %%DATADIR%% -@dirrm libexec/MailScanner -@dirrm lib/MailScanner/MailScanner -@dirrm lib/MailScanner -@dirrm etc/MailScanner/rules -@dirrm etc/MailScanner diff --git a/mail/bogofilter-current/Makefile b/mail/bogofilter-current/Makefile deleted file mode 100644 index 72877b658ba7..000000000000 --- a/mail/bogofilter-current/Makefile +++ /dev/null @@ -1,99 +0,0 @@ -# ports collection Makefile for: bogofilter -# Whom: Matthias Andree <matthias.andree@web.de> -# Date created: 2002-10-17 -# -# $FreeBSD$ -# - -PORTNAME= bogofilter -PORTVERSION= 0.15.7 -PORTREVISION= 1 -CATEGORIES= mail -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= matthias.andree@gmx.de -COMMENT= "Fast, teachable, learning spam detector" - -# There is a sibling port, bogofilter-tdb, which presets different -# values for some of our variables -LIB_DEPENDS?= db4.0:${PORTSDIR}/databases/db4 - -LIB_DEPENDS+= gsl.5:${PORTSDIR}/math/gsl - -CONFLICTS?= bogofilter-tdb* - -USE_REINPLACE= yes -USE_PERL5_RUN= yes -GNU_CONFIGURE= yes -PATCH_STRIP= -p1 -CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc -CONFIGURE_ENV?= CPPFLAGS="-I${LOCALBASE}/include/db4" \ - LDFLAGS="-L${LOCALBASE}/lib" LIBS="-ldb4" -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -MAN1= bogofilter.1 bogoutil.1 bogoupgrade.1 bogolexer.1 \ - bogol.1 bogotune.1 - -post-patch: - ${REINPLACE_CMD} -e 's/^@ENABLE_XMLTO_TRUE@//' ${WRKSRC}/doc/Makefile.in - ${REINPLACE_CMD} -e "s|/bin/bash|${LOCALBASE}/bin/bash|" \ - ${WRKSRC}/contrib/randomtrain \ - ${WRKSRC}/contrib/scramble \ - ${WRKSRC}/contrib/trainbogo.sh - -post-build:: - cd ${WRKSRC} && make check SHELL=${SH} - -do-install: - cd ${WRKSRC} && make install-strip prefix=${PREFIX} - -post-install:: -.for i in bogol.1 bogotune.1 - ${INSTALL_MAN} ${WRKSRC}/tuning/${i} ${MAN1PREFIX}/man/man1/${i} -.endfor -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${MKDIR} ${DOCSDIR}/contrib - @${MKDIR} ${DOCSDIR}/html - @${MKDIR} ${DOCSDIR}/programmer - @${MKDIR} ${DOCSDIR}/tuning - @${MKDIR} ${DOCSDIR}/tuning/sample.output - @${MKDIR} ${DOCSDIR}/xml -.for i in AUTHORS COPYING INSTALL NEWS README README.cvs \ - TODO UPGRADE \ - CHANGES-0.10 CHANGES-0.11 CHANGES-0.12 CHANGES-0.13 CHANGES-0.14 \ - CHANGES-0.15 \ - RELEASE.NOTES-0.11 RELEASE.NOTES-0.12 RELEASE.NOTES-0.13 \ - RELEASE.NOTES-0.14 RELEASE.NOTES-0.15 \ - doc/integrating-with-postfix doc/integrating-with-qmail \ - doc/bogofilter-tuning.HOWTO doc/bogofilter-SA-2002-01 METHODS \ - doc/README.tdb - ${INSTALL_MAN} ${WRKSRC}/${i} ${DOCSDIR} -.endfor - ${INSTALL_MAN} ${WRKSRC}/trio/AUTHORS ${DOCSDIR}/AUTHORS.trio -.for i in README.bogotune - ${INSTALL_MAN} ${WRKSRC}/tuning/${i} ${DOCSDIR}/tuning/${i} -.endfor -.for i in bogolex.sh bogol bogotune - ${INSTALL_SCRIPT} ${WRKSRC}/tuning/${i} ${DOCSDIR}/tuning/${i} -.endfor -.for i in tune.nochange tune.normal tune.verbose - ${INSTALL_SCRIPT} ${WRKSRC}/tuning/sample.output/${i} \ - ${DOCSDIR}/tuning/sample.output/${i} -.endfor -.for i in contrib/bogo.R contrib/bogofilter-qfe \ - contrib/randomtrain contrib/scramble \ - contrib/mime.get.rfc822 contrib/printmaildir.pl \ - contrib/bogominitrain.pl - ${INSTALL_SCRIPT} ${WRKSRC}/${i} ${DOCSDIR}/${i} -.endfor -.for i in contrib/README.randomtrain contrib/dot-qmail-bogofilter-default - ${INSTALL_MAN} ${WRKSRC}/${i} ${DOCSDIR}/${i} -.endfor - ${INSTALL_PROGRAM} ${WRKSRC}/contrib/bogogrep ${DOCSDIR}/contrib/ - ${INSTALL_MAN} ${WRKSRC}/doc/*.html ${DOCSDIR}/html - ${INSTALL_MAN} ${WRKSRC}/doc/*.xml ${DOCSDIR}/xml - ${INSTALL_MAN} ${WRKSRC}/doc/programmer/README.freebsd ${DOCSDIR}/programmer -.endif - -.include <bsd.port.mk> diff --git a/mail/bogofilter-current/distinfo b/mail/bogofilter-current/distinfo deleted file mode 100644 index c20de1dc9a64..000000000000 --- a/mail/bogofilter-current/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (bogofilter-0.15.7.tar.gz) = d0a9e131861a992518178415bbafe974 diff --git a/mail/bogofilter-current/pkg-descr b/mail/bogofilter-current/pkg-descr deleted file mode 100644 index dfbd62a10800..000000000000 --- a/mail/bogofilter-current/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Bogofilter takes an email message or other text on standard input, parses it -into words, does a statistical check against data bases of "good" and "bad" -words, and returns a status code indicating whether or not the message is spam. -Bogofilter decodes base64 or quoted-printable encoded texts and ignores non-text -attachments and HTML comments. - -WWW: http://bogofilter.sourceforge.net/ diff --git a/mail/bogofilter-current/pkg-plist b/mail/bogofilter-current/pkg-plist deleted file mode 100644 index f62808355357..000000000000 --- a/mail/bogofilter-current/pkg-plist +++ /dev/null @@ -1,65 +0,0 @@ -bin/bogofilter -bin/bogolexer -bin/bogoutil -bin/bogoupgrade -etc/bogofilter.cf.example -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS.trio -%%PORTDOCS%%%%DOCSDIR%%/CHANGES-0.10 -%%PORTDOCS%%%%DOCSDIR%%/CHANGES-0.11 -%%PORTDOCS%%%%DOCSDIR%%/CHANGES-0.12 -%%PORTDOCS%%%%DOCSDIR%%/CHANGES-0.13 -%%PORTDOCS%%%%DOCSDIR%%/CHANGES-0.14 -%%PORTDOCS%%%%DOCSDIR%%/CHANGES-0.15 -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/METHODS -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/bogofilter-tuning.HOWTO -%%PORTDOCS%%%%DOCSDIR%%/README.cvs -%%PORTDOCS%%%%DOCSDIR%%/README.tdb -%%PORTDOCS%%%%DOCSDIR%%/RELEASE.NOTES-0.11 -%%PORTDOCS%%%%DOCSDIR%%/RELEASE.NOTES-0.12 -%%PORTDOCS%%%%DOCSDIR%%/RELEASE.NOTES-0.13 -%%PORTDOCS%%%%DOCSDIR%%/RELEASE.NOTES-0.14 -%%PORTDOCS%%%%DOCSDIR%%/RELEASE.NOTES-0.15 -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%%%DOCSDIR%%/UPGRADE -%%PORTDOCS%%%%DOCSDIR%%/bogofilter-SA-2002-01 -%%PORTDOCS%%%%DOCSDIR%%/contrib/README.randomtrain -%%PORTDOCS%%%%DOCSDIR%%/contrib/bogo.R -%%PORTDOCS%%%%DOCSDIR%%/contrib/bogofilter-qfe -%%PORTDOCS%%%%DOCSDIR%%/contrib/bogogrep -%%PORTDOCS%%%%DOCSDIR%%/contrib/bogominitrain.pl -%%PORTDOCS%%%%DOCSDIR%%/contrib/dot-qmail-bogofilter-default -%%PORTDOCS%%%%DOCSDIR%%/contrib/mime.get.rfc822 -%%PORTDOCS%%%%DOCSDIR%%/contrib/printmaildir.pl -%%PORTDOCS%%%%DOCSDIR%%/contrib/randomtrain -%%PORTDOCS%%%%DOCSDIR%%/contrib/scramble -%%PORTDOCS%%%%DOCSDIR%%/html/bogofilter-faq.html -%%PORTDOCS%%%%DOCSDIR%%/html/bogofilter.html -%%PORTDOCS%%%%DOCSDIR%%/html/bogolexer.html -%%PORTDOCS%%%%DOCSDIR%%/html/bogoupgrade.html -%%PORTDOCS%%%%DOCSDIR%%/html/bogoutil.html -%%PORTDOCS%%%%DOCSDIR%%/integrating-with-postfix -%%PORTDOCS%%%%DOCSDIR%%/integrating-with-qmail -%%PORTDOCS%%%%DOCSDIR%%/programmer/README.freebsd -%%PORTDOCS%%%%DOCSDIR%%/tuning/README.bogotune -%%PORTDOCS%%%%DOCSDIR%%/tuning/bogol -%%PORTDOCS%%%%DOCSDIR%%/tuning/bogotune -%%PORTDOCS%%%%DOCSDIR%%/tuning/bogolex.sh -%%PORTDOCS%%%%DOCSDIR%%/tuning/sample.output/tune.nochange -%%PORTDOCS%%%%DOCSDIR%%/tuning/sample.output/tune.normal -%%PORTDOCS%%%%DOCSDIR%%/tuning/sample.output/tune.verbose -%%PORTDOCS%%%%DOCSDIR%%/xml/bogofilter.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/bogolexer.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/bogoupgrade.xml -%%PORTDOCS%%%%DOCSDIR%%/xml/bogoutil.xml -%%PORTDOCS%%@dirrm %%DOCSDIR%%/xml -%%PORTDOCS%%@dirrm %%DOCSDIR%%/tuning/sample.output -%%PORTDOCS%%@dirrm %%DOCSDIR%%/tuning -%%PORTDOCS%%@dirrm %%DOCSDIR%%/programmer -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/contrib -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile deleted file mode 100644 index 80069e6cc446..000000000000 --- a/mail/claws-mail/Makefile +++ /dev/null @@ -1,168 +0,0 @@ -# New ports collection makefile for: sylpheed-claws -# Date created: 3 January 2002 -# Whom: Simon 'corecode' Schubert <corecode@corecode.ath.cx> -# -# $FreeBSD$ -# - -PORTNAME= sylpheed-claws -PORTVERSION= 0.9.6 -PORTREVISION= 1 -CATEGORIES= mail news ipv6 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= sylpheed-claws -DISTNAME= sylpheed-${PORTVERSION}claws -DISTFILES= ${EXTRACT_ONLY} \ - ${THEMEFILE} -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} - -MAINTAINER= netchild@FreeBSD.org -COMMENT= A lightweight and very featureful GTK+ based e-mail and news client - -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext - -THEMEVERSION= 20030712 -THEMEFILE= sylpheed-iconset-${THEMEVERSION}.tar.gz - -USE_BZIP2= yes -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_LIBTOOL= yes -USE_GNOME= gtk12 -USE_REINPLACE= yes - -MAN1= sylpheed-claws.1 - -.if !defined(WITHOUT_SSL) -USE_OPENSSL= yes -CONFIGURE_ARGS= --enable-openssl --with-openssl-includes=${OPENSSLINC} \ - --with-openssl-libs=${OPENSSLLIB} -.endif - -.include <bsd.port.pre.mk> - -CONFIGURE_ARGS+= --program-suffix="-claws" --enable-ipv6 - -CONFIGURE_ENV= CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - LIBS="-L${X11BASE}/lib -L${LOCALBASE}/lib" - -.if defined(WITH_PIXBUF) || defined(WITH_ALL) -USE_GNOME+= gdkpixbuf -CONFIGURE_ARGS+= --disable-imlib -.else -USE_GNOME+= imlib -CONFIGURE_ARGS+= --disable-gdk-pixbuf -.endif -.if defined(WITH_GPGME) || defined(WITH_ALL) -LIB_DEPENDS+= gpgme.9:${PORTSDIR}/security/gpgme -RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg -CONFIGURE_ARGS+= --enable-gpgme -.endif -.if defined(WITH_COMPFACE) || defined(WITH_ALL) -LIB_DEPENDS+= compface.1:${PORTSDIR}/mail/faces -.else -CONFIGURE_ARGS+= --disable-compface -.endif -.if defined(WITH_JCONV) || defined(WITH_ALL) -LIB_DEPENDS+= jconv.0:${PORTSDIR}/japanese/libjconv -.else -CONFIGURE_ARGS+= --disable-jconv -.endif -.if defined(WITH_ASPELL) || defined(WITH_ALL) -LIB_DEPENDS+= pspell.15:${PORTSDIR}/textproc/aspell -CONFIGURE_ARGS+= --enable-aspell -.endif -.if defined(WITH_JPILOT) || defined(WITH_ALL) -LIB_DEPENDS+= pisock.8:${PORTSDIR}/palm/pilot-link -RUN_DEPENDS+= jpilot:${PORTSDIR}/palm/jpilot -CONFIGURE_ARGS+= --enable-jpilot -.endif -.if defined(WITH_LDAP) || defined(WITH_ALL) -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20-client -CONFIGURE_ARGS+= --enable-ldap -CONFIGURE_ENV+= PTHREAD_LIBS=${PTHREAD_LIBS:S/"//g} -.endif -.if defined(WITH_SA_PLUG) || defined(WITH_ALL) -RUN_DEPENDS+= spamd:${PORTSDIR}/mail/p5-Mail-SpamAssassin -CONFIGURE_ARGS+= --enable-spamassassin-plugin -PLIST_SUB+= SA_PLUG="" -.else -PLIST_SUB+= SA_PLUG="@comment " -.endif -.if defined(WITHOUT_THEMES) -PLIST_SUB+= THEMES="@comment " -.else -PLIST_SUB+= THEMES="" -.endif -.if defined(WITHOUT_IMAGE) -PLIST_SUB+= IMAGE="@comment " -CONFIGURE_ARGS+= --disable-image-viewer-plugin -.else -PLIST_SUB+= IMAGE="" -.endif - -pre-everything:: - @${ECHO} "" - @${ECHO} "You may define the following build options:" - @${ECHO} "" - @${ECHO} " WITH_ALL Enable all options below" - @${ECHO} "" - @${ECHO} " WITH_PIXBUF Enable GDK Pixbuf support" - @${ECHO} " WITH_GPGME Enable GnuPG support using GPGME" - @${ECHO} " WITH_COMPFACE Enable compface (X-Face) support" - @${ECHO} " WITH_JCONV Enable enhanced charset conversion" - @${ECHO} " WITH_ASPELL Enable spell-checking support" - @${ECHO} " WITH_JPILOT Enable JPilot support" - @${ECHO} " WITH_LDAP Enable LDAP access support" - @${ECHO} " WITH_SA_PLUG Build Spamassassin plugin" - @${ECHO} "" - @${ECHO} " WITHOUT_SSL Disable OpenSSL support" - @${ECHO} " WITHOUT_IMAGE Disable internal image viewer" - @${ECHO} " WITHOUT_THEMES Don't install additional themes" - @${ECHO} "" - -post-extract: -.if !defined(WITHOUT_THEMES) - @${MKDIR} ${WRKSRC}/themes - @cd ${WRKDIR} && ${GZIP_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${THEMEFILE} ${EXTRACT_AFTER_ARGS} -.endif - -post-patch: - @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" \ - ${WRKSRC}/tools/README.sylprint ${WRKSRC}/tools/sylprint.pl - @${REINPLACE_CMD} -e "s|po intl src|po src|" ${WRKSRC}/Makefile.in - @for f in ${WRKSRC}/tools/*; do \ - ${REINPLACE_CMD} -e "s|/usr/bin/perl|${PERL}|" $$f; done - #@${LN} -s ${WRKSRC}/po/sylpheed.pot ${WRKSRC}/po/${PORTNAME}.pot -.if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e 's|src manual faq tools|src tools|' ${WRKSRC}/Makefile.in -.endif - -post-install: -.if !defined(NOPORTDOCS) -.for i in NEWS README README.jp README.claws RELEASE_NOTES.claws TODO TODO.jp tools/README.sylprint - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} -.endfor - @${INSTALL_DATA} ${WRKSRC}/tools/README ${DOCSDIR}/README.tools -.endif - @${MKDIR} ${DATADIR} - @cd ${WRKSRC}/tools && \ - ${INSTALL_SCRIPT} OOo2sylpheed.pl calypso_convert.pl \ - eud2gc.py filter_conv.pl gif2xface.pl google_msgid.pl \ - gpg-sign-syl kmail2sylpheed.pl kmail2sylpheed_v2.pl \ - launch_firebird newscache_clean.pl outlook2sylpheed.pl \ - tb2sylpheed update-po uudec ${DATADIR} -.if !defined(WITHOUT_THEMES) - @${MKDIR} ${DATADIR}/themes - @cd ${WRKDIR}/${THEMEFILE:C/.tar.gz//} && for d in `${FIND} .`; do \ - if ${TEST} -d $${d}; then ${MKDIR} ${DATADIR}/themes/$${d}; else \ - ${INSTALL_DATA} $${d} ${DATADIR}/themes/$${d}; fi; \ - done -.endif - @${INSTALL_SCRIPT} ${WRKSRC}/tools/sylpheed-switcher ${PREFIX}/bin - @${INSTALL_SCRIPT} ${WRKSRC}/tools/sylprint.pl ${PREFIX}/bin - @${INSTALL_DATA} ${WRKSRC}/tools/sylprint.rc ${PREFIX}/etc/sylprint.rc.example - @${MKDIR} ${PREFIX}/share/pixmaps - @${INSTALL_DATA} ${WRKSRC}/sylpheed.png ${PREFIX}/share/pixmaps/sylpheed-claws.png - -.include <bsd.port.post.mk> diff --git a/mail/claws-mail/distinfo b/mail/claws-mail/distinfo deleted file mode 100644 index 70caca870d95..000000000000 --- a/mail/claws-mail/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (sylpheed-0.9.6claws.tar.bz2) = a4a7e7c9a6c1b17f688a782e8c06ae4b -MD5 (sylpheed-iconset-20030712.tar.gz) = 7da918c0ebe89cd6c9f8b65bc3e18377 diff --git a/mail/claws-mail/files/patch-configure b/mail/claws-mail/files/patch-configure deleted file mode 100644 index d0ba8d95c09d..000000000000 --- a/mail/claws-mail/files/patch-configure +++ /dev/null @@ -1,40 +0,0 @@ ---- configure.orig Sat Jul 12 15:59:49 2003 -+++ configure Sun Jul 27 13:26:36 2003 -@@ -1509,7 +1509,7 @@ - ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. - - --PACKAGE=sylpheed -+PACKAGE=sylpheed-claws - - MAJOR_VERSION=0 - MINOR_VERSION=9 -@@ -2022,7 +2022,7 @@ - fi - - --if test -n "$gnomedatadir"; then -+if false; then - SYLPHEED_GNOME_TRUE= - SYLPHEED_GNOME_FALSE='#' - else -@@ -8506,6 +8506,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -12501,9 +12502,9 @@ - localedir='${prefix}/${DATADIRNAME}/locale' - - --manualdir='${prefix}/${DATADIRNAME}/${PACKAGE}/manual' -+manualdir='${prefix}/${DATADIRNAME}/doc/${PACKAGE}/manual' - --faqdir='${prefix}/${DATADIRNAME}/${PACKAGE}/faq' -+faqdir='${prefix}/${DATADIRNAME}/doc/${PACKAGE}/faq' - - - if test "x${datadir}" = 'x${prefix}/share'; then diff --git a/mail/claws-mail/files/patch-format_string_fix b/mail/claws-mail/files/patch-format_string_fix deleted file mode 100644 index 02e73239f621..000000000000 --- a/mail/claws-mail/files/patch-format_string_fix +++ /dev/null @@ -1,12 +0,0 @@ -diff -u -r1.18 -r1.19 ---- src/send_message.c 2003/09/27 21:01:26 1.18 -+++ src/send_message.c 2003/10/03 17:39:39 1.19 -@@ -608,7 +608,7 @@ - if (log_msg) - log_warning("%s\n", log_msg); - if (err_msg) { -- alertpanel_error_log(err_msg); -+ alertpanel_error_log("%s", err_msg); - g_free(err_msg); - } - } diff --git a/mail/claws-mail/files/patch-po-Makefile.in.in b/mail/claws-mail/files/patch-po-Makefile.in.in deleted file mode 100644 index 007d2a254062..000000000000 --- a/mail/claws-mail/files/patch-po-Makefile.in.in +++ /dev/null @@ -1,31 +0,0 @@ ---- po/Makefile.in.in.orig Sat Jun 21 20:49:51 2003 -+++ po/Makefile.in.in Sun Jul 27 14:05:49 2003 -@@ -8,7 +8,7 @@ - # Please note that the actual code of GNU gettext is covered by the GNU - # General Public License and is *not* in the public domain. - --PACKAGE = @PACKAGE@ -+PACKAGE = sylpheed - VERSION = @VERSION@ - - SHELL = /bin/sh -@@ -44,7 +44,7 @@ - DUMMYPOFILES = @DUMMYPOFILES@ - DISTFILES.common = Makefile.in.in remove-potcdate.sin \ - $(DISTFILES.common.extra1) $(DISTFILES.common.extra2) $(DISTFILES.common.extra3) --DISTFILES = $(DISTFILES.common) Makevars POTFILES.in $(DOMAIN).pot stamp-po \ -+DISTFILES = $(DISTFILES.common) Makevars POTFILES.in sylpheed.pot stamp-po \ - $(POFILES) $(GMOFILES) \ - $(DISTFILES.extra1) $(DISTFILES.extra2) $(DISTFILES.extra3) - -@@ -158,8 +158,8 @@ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkinstalldirs) $(DESTDIR)$$dir; \ - if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \ -- $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \ -- echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \ -+ $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN)-claws.mo; \ -+ echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN)-claws.mo"; \ - for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ - if test -n "$$lc"; then \ - if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ diff --git a/mail/claws-mail/files/patch-tools-README.sylprint b/mail/claws-mail/files/patch-tools-README.sylprint deleted file mode 100644 index 22b5e00325d4..000000000000 --- a/mail/claws-mail/files/patch-tools-README.sylprint +++ /dev/null @@ -1,18 +0,0 @@ ---- tools/README.sylprint.orig Sun Jan 6 17:05:30 2002 -+++ tools/README.sylprint Tue Jan 15 00:19:12 2002 -@@ -144,11 +144,12 @@ - sylprint.pl - The script itself. - -- sylprint.rc -+ %%PREFIX%%/etc/sylprint.rc -+ ~/.sylpheed/sylprint.rc - Stores user default preferred configuration for the - script. Settings in this file may be overriden by -- command line options. Must be stored in the same -- directory of the script and/or in the ~/.sylpheed -+ command line options. Must be stored in the local -+ configuration directory and/or in the ~/.sylpheed - one (Sylpheed user's configuration directory). - - /tmp/sylprint.username.number diff --git a/mail/claws-mail/files/patch-tools-launch_firebird b/mail/claws-mail/files/patch-tools-launch_firebird deleted file mode 100644 index 7ee768bce1d5..000000000000 --- a/mail/claws-mail/files/patch-tools-launch_firebird +++ /dev/null @@ -1,17 +0,0 @@ ---- tools/launch_firebird.orig Sun Jul 27 13:28:33 2003 -+++ tools/launch_firebird Sun Jul 27 13:30:11 2003 -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/bin/sh - - # Copyright © 2002 Mohammed Sameer <Uniball@linux-egypt.org> - # -@@ -45,7 +45,7 @@ - - STR=`$FIREBIRD -remote "ping()" 2>&1 | grep No` - #echo $STR --if [[ "$STR" == "No running window found." ]]; then -+if [ "$STR" == "No running window found." ]; then - firebird_new; - else - firebird_running; diff --git a/mail/claws-mail/files/patch-tools-sylprint.pl b/mail/claws-mail/files/patch-tools-sylprint.pl deleted file mode 100644 index fce5e4ec5bbe..000000000000 --- a/mail/claws-mail/files/patch-tools-sylprint.pl +++ /dev/null @@ -1,14 +0,0 @@ ---- tools/sylprint.pl.orig Tue Jan 8 20:34:37 2002 -+++ tools/sylprint.pl Tue Jan 15 00:13:15 2002 -@@ -36,10 +36,7 @@ - # get user config - if (defined($ARGV[1]) && $ARGV[1] eq '-r') { $a++; } - else { -- @spp = split('/',$0); -- $spp[$#spp] = ''; -- $spp = join('/',@spp); -- $rcf="$spp$rc"; -+ $rcf="%%PREFIX%%/etc/$rc"; - if (-x $rcf) { do $rcf; } - $rcf="$ENV{'HOME'}/.sylpheed/$rc"; - if (-x $rcf) { do $rcf; } diff --git a/mail/claws-mail/pkg-descr b/mail/claws-mail/pkg-descr deleted file mode 100644 index b156b40ecf6c..000000000000 --- a/mail/claws-mail/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -Sylpheed is an e-mail client (and news reader) based on GTK+ - -Currently, many features are supported including POP3, IMAP, NNTP, -multiple accounts, threading, filtering, MIME attachments, APOP, SMTP -AUTH, SSL, IPv6, GnuPG, internalization, and more. - -In addition to the above, Sylpheed-claws has the following extra features: -* allow colour labeling of emails based on filtering rules -* automatic mailing list reply, allow ignoring of mail threads -* selectable fonts, compface support, spell checking, SMTP AUTH -* encryption/decryption of GPG/PGP ascii-armored messages is supported -* folder properties: associate certain options per folder, - 'Request Return Receipt', 'Default To', and 'Default account' -* subject simplification for changing the display of subject lines via RegExp -* pixmap themes, delete news postings, new mail notification -* selectable pop download of messages, store GPG passphrase in memory -and much more... - -WWW: http://sylpheed-claws.sourceforge.net/ - -- Simon 'corecode' Schubert diff --git a/mail/claws-mail/pkg-plist b/mail/claws-mail/pkg-plist deleted file mode 100644 index 351b84823fa9..000000000000 --- a/mail/claws-mail/pkg-plist +++ /dev/null @@ -1,974 +0,0 @@ -bin/sylpheed-claws -bin/sylpheed-switcher -bin/sylprint.pl -etc/sylprint.rc.example -%%IMAGE%%lib/sylpheed-claws/plugins/image_viewer.so -%%SA_PLUG%%lib/sylpheed-claws/plugins/spamassassin.so -%%SA_PLUG%%lib/sylpheed-claws/plugins/spamassassin_gtk.so -%%PORTDOCS%%share/doc/sylpheed-claws/NEWS -%%PORTDOCS%%share/doc/sylpheed-claws/README -%%PORTDOCS%%share/doc/sylpheed-claws/README.claws -%%PORTDOCS%%share/doc/sylpheed-claws/README.jp -%%PORTDOCS%%share/doc/sylpheed-claws/README.sylprint -%%PORTDOCS%%share/doc/sylpheed-claws/README.tools -%%PORTDOCS%%share/doc/sylpheed-claws/RELEASE_NOTES.claws -%%PORTDOCS%%share/doc/sylpheed-claws/TODO -%%PORTDOCS%%share/doc/sylpheed-claws/TODO.jp -%%PORTDOCS%%share/doc/sylpheed-claws/faq/de/sylpheed-faq-1.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/de/sylpheed-faq-2.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/de/sylpheed-faq-3.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/de/sylpheed-faq.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/en/sylpheed-faq-1.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/en/sylpheed-faq-2.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/en/sylpheed-faq-3.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/en/sylpheed-faq-4.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/en/sylpheed-faq.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/es/sylpheed-faq-1.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/es/sylpheed-faq-2.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/es/sylpheed-faq-3.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/es/sylpheed-faq-4.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/es/sylpheed-faq.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/fr/sylpheed-faq-1.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/fr/sylpheed-faq-2.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/fr/sylpheed-faq-3.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/fr/sylpheed-faq.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/it/sylpheed-faq-1.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/it/sylpheed-faq-2.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/it/sylpheed-faq-3.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/it/sylpheed-faq.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-1.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-10.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-11.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-12.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-13.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-14.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-15.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-16.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-17.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-18.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-19.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-2.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-22.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-20.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-3.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-4.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-5.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-6.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-7.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-8.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-9.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-1.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-10.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-11.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-12.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-13.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-14.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-15.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-16.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-17.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-18.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-19.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-2.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-20.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-21.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-3.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-4.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-5.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-6.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-7.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-8.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-9.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-1.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-10.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-11.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-12.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-13.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-14.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-15.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-16.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-17.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-18.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-19.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-2.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-20.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-3.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-4.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-5.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-6.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-7.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-8.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-9.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-1.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-10.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-11.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-12.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-13.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-14.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-15.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-16.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-17.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-18.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-19.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-2.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-20.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-3.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-4.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-5.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-6.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-7.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-8.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-9.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-1.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-10.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-11.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-12.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-13.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-14.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-15.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-16.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-17.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-2.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-3.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-4.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-5.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-6.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-7.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-8.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-9.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed.sgml -share/locale/bg/LC_MESSAGES/sylpheed-claws.mo -share/locale/cs/LC_MESSAGES/sylpheed-claws.mo -share/locale/de/LC_MESSAGES/sylpheed-claws.mo -share/locale/el/LC_MESSAGES/sylpheed-claws.mo -share/locale/en_GB/LC_MESSAGES/sylpheed-claws.mo -share/locale/es/LC_MESSAGES/sylpheed-claws.mo -share/locale/fr/LC_MESSAGES/sylpheed-claws.mo -share/locale/hr/LC_MESSAGES/sylpheed-claws.mo -share/locale/hu/LC_MESSAGES/sylpheed-claws.mo -share/locale/it/LC_MESSAGES/sylpheed-claws.mo -share/locale/ja/LC_MESSAGES/sylpheed-claws.mo -share/locale/ko/LC_MESSAGES/sylpheed-claws.mo -share/locale/nl/LC_MESSAGES/sylpheed-claws.mo -share/locale/pl/LC_MESSAGES/sylpheed-claws.mo -share/locale/pt_BR/LC_MESSAGES/sylpheed-claws.mo -share/locale/ru/LC_MESSAGES/sylpheed-claws.mo -share/locale/sk/LC_MESSAGES/sylpheed-claws.mo -share/locale/sr/LC_MESSAGES/sylpheed-claws.mo -share/locale/sv/LC_MESSAGES/sylpheed-claws.mo -share/locale/zh_CN/LC_MESSAGES/sylpheed-claws.mo -share/locale/zh_TW.Big5/LC_MESSAGES/sylpheed-claws.mo -share/pixmaps/sylpheed-claws.png -share/sylpheed-claws/OOo2sylpheed.pl -share/sylpheed-claws/calypso_convert.pl -share/sylpheed-claws/eud2gc.py -share/sylpheed-claws/filter_conv.pl -share/sylpheed-claws/gif2xface.pl -share/sylpheed-claws/google_msgid.pl -share/sylpheed-claws/gpg-sign-syl -share/sylpheed-claws/kmail2sylpheed.pl -share/sylpheed-claws/kmail2sylpheed_v2.pl -share/sylpheed-claws/launch_firebird -share/sylpheed-claws/newscache_clean.pl -share/sylpheed-claws/outlook2sylpheed.pl -share/sylpheed-claws/tb2sylpheed -%%THEMES%%share/sylpheed-claws/themes/Crystal/.directory -%%THEMES%%share/sylpheed-claws/themes/Crystal/close.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/continue.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/dir-close.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/dir-open.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/dir_close.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/dir_open.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/down_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/error.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/exec.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/mail.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/mail_attach.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/mail_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/mail_forward.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/mail_receive.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/mail_receive_all.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/mail_reply.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/mail_reply_to_all.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/mail_send.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/mail_send_queue.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/paste.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/preferences.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/properties.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/search.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/up_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/README -%%THEMES%%share/sylpheed-claws/themes/Graphitte/address.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/address_book.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/book.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/category.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/checkbox_off.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/checkbox_on.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/clip.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/clipkey.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/close.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/complete.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/continue.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/deleted.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/dir_close.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/dir_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/dir_open.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/dir_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/down_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/drafts_close.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/drafts_open.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/edit_extern.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/error.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/exec.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/folder.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/forwarded.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/gpg_signed.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/group.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/ignorethread.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/inbox.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/inbox_close.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/inbox_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/inbox_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/inbox_open.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/inbox_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/insert_file.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/interface.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/jpilot.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/key.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/ldap.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/linewrap.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/locked.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/mail.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/mail_attach.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/mail_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/mail_forward.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/mail_receive.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/mail_receive_all.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/mail_reply.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/mail_reply_to_all.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/mail_reply_to_author.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/mail_send.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/mail_send_queue.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/mail_sign.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/mark.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/new.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/news_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/notice_error.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/notice_note.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/notice_warn.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/outbox.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/outbox_close.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/outbox_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/outbox_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/outbox_open.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/outbox_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/paste.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/preferences.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/properties.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/queue_close.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/queue_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/queue_open.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/queue_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/quicksearch.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/regular.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/replied.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/search.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/sylpheed.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/sylpheed_logo.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/trash.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/trash_close.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/trash_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/trash_open.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/trash_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/unread.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/up_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/vcard.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/work_offline.xpm -%%THEMES%%share/sylpheed-claws/themes/Graphitte/work_online.xpm -%%THEMES%%share/sylpheed-claws/themes/INSTALL -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/address.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/address_book.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/close.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/dir_close.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/dir_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/dir_open.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/dir_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/down_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/edit_extern.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/exec.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/forwarded.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/ignorethread.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/inbox_close.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/inbox_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/inbox_open.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/inbox_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/insert_file.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/mail.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/mail_attach.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/mail_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/mail_forward.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/mail_receive.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/mail_receive_all.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/mail_reply.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/mail_reply_to_all.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/mail_reply_to_author.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/mail_send.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/mail_send_queue.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/mail_sign.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/new.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/news_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/outbox_close.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/outbox_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/outbox_open.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/outbox_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/paste.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/queue_close.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/queue_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/queue_open.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/queue_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/replied.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/trash_close.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/trash_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/trash_open.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/trash_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/unread.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/up_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/vcard.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/Readme.txt -%%THEMES%%share/sylpheed-claws/themes/New_Session/address.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/address_book.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/close.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/dir_close.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/dir_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/dir_open.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/dir_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/down_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/edit_extern.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/exec.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/forwarded.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/ignorethread.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/inbox_close.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/inbox_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/inbox_open.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/inbox_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/insert_file.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/mail.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/mail_attach.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/mail_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/mail_forward.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/mail_receive.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/mail_receive_all.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/mail_reply.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/mail_reply_to_all.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/mail_reply_to_author.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/mail_send.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/mail_send_queue.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/mail_sign.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/new.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/news_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/outbox_close.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/outbox_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/outbox_open.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/outbox_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/paste.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/queue_close.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/queue_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/queue_open.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/queue_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/replied.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/trash_close.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/trash_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/trash_open.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/trash_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/unread.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/up_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/vcard.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/address.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/address_book.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/book.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/category.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/checkbox_off.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/checkbox_on.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/clip.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/clipkey.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/close.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/complete.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/continue.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/delete.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/deleted.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/dir_close.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/dir_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/dir_open.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/dir_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/down_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/drafts_close.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/drafts_open.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/edit_extern.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/error.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/exec.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/forwarded.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/gpg_signed.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/group.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/ignorethread.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/inbox_close.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/inbox_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/inbox_open.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/inbox_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/insert_file.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/interface.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/jpilot.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/key.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/ldap.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/linewrap.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/locked.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/mail.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/mail_attach.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/mail_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/mail_forward.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/mail_receive.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/mail_receive_all.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/mail_reply.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/mail_reply_to_all.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/mail_reply_to_author.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/mail_send.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/mail_send_queue.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/mail_sign.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/mark.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/new.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/news_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/notice_error.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/notice_note.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/notice_warn.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/outbox_close.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/outbox_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/outbox_open.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/outbox_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/paste.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/preferences.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/properties.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/queue_close.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/queue_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/queue_open.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/queue_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/quicksearch.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/readme.txt -%%THEMES%%share/sylpheed-claws/themes/Phoenity/replied.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/search.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/trash_close.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/trash_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/trash_open.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/trash_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/unread.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/up_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/vcard.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/work_offline.xpm -%%THEMES%%share/sylpheed-claws/themes/Phoenity/work_online.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/address.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/address_book.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/close.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/dir_close.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/dir_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/dir_open.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/dir_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/down_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/edit_extern.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/exec.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/forwarded.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/ignorethread.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/inbox_close.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/inbox_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/inbox_open.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/inbox_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/insert_file.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/mail.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/mail_attach.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/mail_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/mail_forward.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/mail_receive.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/mail_receive_all.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/mail_reply.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/mail_reply_to_all.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/mail_reply_to_author.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/mail_send.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/mail_send_queue.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/mail_sign.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/new.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/news_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/outbox_close.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/outbox_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/outbox_open.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/outbox_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/paste.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/queue_close.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/queue_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/queue_open.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/queue_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/replied.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/trash_close.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/trash_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/trash_open.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/trash_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/unread.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/up_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/vcard.xpm -%%THEMES%%share/sylpheed-claws/themes/README -%%THEMES%%share/sylpheed-claws/themes/XeNtish/README -%%THEMES%%share/sylpheed-claws/themes/XeNtish/address.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/address_book.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/close.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/dir_close.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/dir_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/dir_open.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/dir_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/down_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/edit_extern.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/exec.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/forwarded.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/ignorethread.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/inbox_close.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/inbox_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/inbox_open.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/inbox_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/insert_file.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/mail.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/mail_attach.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/mail_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/mail_forward.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/mail_receive.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/mail_receive_all.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/mail_reply.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/mail_reply_to_all.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/mail_reply_to_author.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/mail_send.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/mail_send_queue.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/mail_sign.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/new.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/news_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/outbox_close.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/outbox_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/outbox_open.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/outbox_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/paste.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/queue_close.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/queue_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/queue_open.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/queue_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/replied.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/trash_close.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/trash_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/trash_open.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/trash_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/unread.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/up_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/vcard.xpm -%%THEMES%%share/sylpheed-claws/themes/black/README -%%THEMES%%share/sylpheed-claws/themes/black/address.xpm -%%THEMES%%share/sylpheed-claws/themes/black/address_book.xpm -%%THEMES%%share/sylpheed-claws/themes/black/book.xpm -%%THEMES%%share/sylpheed-claws/themes/black/clip.xpm -%%THEMES%%share/sylpheed-claws/themes/black/clipkey.xpm -%%THEMES%%share/sylpheed-claws/themes/black/close.xpm -%%THEMES%%share/sylpheed-claws/themes/black/continue.xpm -%%THEMES%%share/sylpheed-claws/themes/black/deleted.xpm -%%THEMES%%share/sylpheed-claws/themes/black/dir_close.xpm -%%THEMES%%share/sylpheed-claws/themes/black/dir_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/black/dir_open.xpm -%%THEMES%%share/sylpheed-claws/themes/black/dir_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/black/down_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/black/edit_extern.xpm -%%THEMES%%share/sylpheed-claws/themes/black/error.xpm -%%THEMES%%share/sylpheed-claws/themes/black/exec.xpm -%%THEMES%%share/sylpheed-claws/themes/black/forwarded.xpm -%%THEMES%%share/sylpheed-claws/themes/black/group.xpm -%%THEMES%%share/sylpheed-claws/themes/black/ignorethread.xpm -%%THEMES%%share/sylpheed-claws/themes/black/inbox_close.xpm -%%THEMES%%share/sylpheed-claws/themes/black/inbox_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/black/inbox_open.xpm -%%THEMES%%share/sylpheed-claws/themes/black/inbox_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/black/insert_file.xpm -%%THEMES%%share/sylpheed-claws/themes/black/interface.xpm -%%THEMES%%share/sylpheed-claws/themes/black/key.xpm -%%THEMES%%share/sylpheed-claws/themes/black/linewrap.xpm -%%THEMES%%share/sylpheed-claws/themes/black/locked.xpm -%%THEMES%%share/sylpheed-claws/themes/black/mail.xpm -%%THEMES%%share/sylpheed-claws/themes/black/mail_attach.xpm -%%THEMES%%share/sylpheed-claws/themes/black/mail_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/black/mail_forward.xpm -%%THEMES%%share/sylpheed-claws/themes/black/mail_receive.xpm -%%THEMES%%share/sylpheed-claws/themes/black/mail_receive_all.xpm -%%THEMES%%share/sylpheed-claws/themes/black/mail_reply.xpm -%%THEMES%%share/sylpheed-claws/themes/black/mail_reply_to_all.xpm -%%THEMES%%share/sylpheed-claws/themes/black/mail_reply_to_author.xpm -%%THEMES%%share/sylpheed-claws/themes/black/mail_send.xpm -%%THEMES%%share/sylpheed-claws/themes/black/mail_send_queue.xpm -%%THEMES%%share/sylpheed-claws/themes/black/mail_sign.xpm -%%THEMES%%share/sylpheed-claws/themes/black/mark.xpm -%%THEMES%%share/sylpheed-claws/themes/black/new.xpm -%%THEMES%%share/sylpheed-claws/themes/black/news_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/black/outbox_close.xpm -%%THEMES%%share/sylpheed-claws/themes/black/outbox_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/black/outbox_open.xpm -%%THEMES%%share/sylpheed-claws/themes/black/outbox_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/black/paste.xpm -%%THEMES%%share/sylpheed-claws/themes/black/queue_close.xpm -%%THEMES%%share/sylpheed-claws/themes/black/queue_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/black/queue_open.xpm -%%THEMES%%share/sylpheed-claws/themes/black/queue_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/black/replied.xpm -%%THEMES%%share/sylpheed-claws/themes/black/trash_close.xpm -%%THEMES%%share/sylpheed-claws/themes/black/trash_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/black/trash_open.xpm -%%THEMES%%share/sylpheed-claws/themes/black/trash_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/black/unread.xpm -%%THEMES%%share/sylpheed-claws/themes/black/up_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/black/vcard.xpm -%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/Readme.txt -%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/address.xpm -%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/address_book.xpm -%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/close.xpm -%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/dir-close.xpm -%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/dir-open.xpm -%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/dir_close.xpm -%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/dir_open.xpm -%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/down_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/edit_extern.xpm -%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/exec.xpm -%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/forwarded.xpm -%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/ignorethread.xpm -%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/inbox_close.xpm -%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/inbox_open.xpm -%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/insert_file.xpm -%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/mail.xpm -%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/mail_attach.xpm -%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/mail_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/mail_forward.xpm -%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/mail_receive.xpm -%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/mail_receive_all.xpm -%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/mail_reply.xpm -%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/mail_reply_to_all.xpm -%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/mail_reply_to_author.xpm -%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/mail_send.xpm -%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/mail_send_queue.xpm -%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/mail_sign.xpm -%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/new.xpm -%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/news_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/outbox_close.xpm -%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/outbox_open.xpm -%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/paste.xpm -%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/queue_close.xpm -%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/queue_open.xpm -%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/replied.xpm -%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/trash_close.xpm -%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/trash_open.xpm -%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/unread.xpm -%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/up_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/vcard.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/address_book.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/close.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/dir_close.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/dir_open.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/down_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/edit_extern.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/exec.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/insert_file.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/linewrap.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/mail.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_attach.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_forward.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_receive.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_receive_all.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_reply.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_reply_to_all.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_reply_to_author.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_send.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_send_queue.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_sign.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/news_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/work_offline.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/work_online.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/README -%%THEMES%%share/sylpheed-claws/themes/mozilla/address_book.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/close.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/dir_close.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/dir_open.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/down_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/edit_extern.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/exec.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/insert_file.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/linewrap.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/mail.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_attach.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_forward.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_receive.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_receive_all.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_reply.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_reply_to_all.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_reply_to_author.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_send.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_send_queue.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_sign.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/news_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/work_offline.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/work_online.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/address.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/address_book.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/book.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/clip.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/clipkey.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/close.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/complete.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/continue.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/deleted.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/dir_close.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/dir_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/dir_open.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/dir_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/down_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/edit_extern.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/error.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/exec.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/folder.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/forwarded.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/ignorethread.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/inbox_close.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/inbox_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/inbox_open.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/inbox_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/insert_file.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/interface.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/key.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/linewrap.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/locked.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/mail.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/mail_attach.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/mail_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/mail_forward.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/mail_receive.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/mail_receive_all.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/mail_reply.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/mail_reply_to_all.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/mail_reply_to_author.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/mail_send.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/mail_send_queue.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/mail_sign.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/mark.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/new.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/news_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/outbox_close.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/outbox_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/outbox_open.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/outbox_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/queue_close.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/queue_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/queue_open.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/queue_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/replied.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/trash_close.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/trash_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/trash_open.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/trash_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/unread.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/up_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/vcard.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/ChangeLog -%%THEMES%%share/sylpheed-claws/themes/sylzilla/README -%%THEMES%%share/sylpheed-claws/themes/sylzilla/address.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/address_book.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/book.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/category.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/checkbox_off.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/checkbox_on.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/clip.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/clipkey.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/close.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/complete.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/continue.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/deleted.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/dir_close.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/dir_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/dir_open.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/dir_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/down_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/drafts_close.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/drafts_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/drafts_open.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/drafts_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/edit_extern.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/error.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/exec.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/forwarded.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/group.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/ignore_thread.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/ignorethread.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/inbox.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/inbox_close.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/inbox_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/inbox_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/inbox_open.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/inbox_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/insert_file.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/interface.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/jpilot.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/key.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/ldap.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/linewrap.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/locked.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_attach.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_forward.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_receive.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_receive_all.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_reply.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_reply_to_all.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_reply_to_author.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_reply_to_list.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_send.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_send_queue.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_sign.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/mark.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/messageview_text.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/new.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/news_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/notice_error.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/notice_note.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/notice_warn.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/outbox.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/outbox_close.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/outbox_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/outbox_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/outbox_open.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/outbox_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/paste.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/pgp_signed.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/preferences.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/print.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/properties.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/queue.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/queue_close.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/queue_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/queue_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/queue_open.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/queue_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/quicksearch.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/replied.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/search.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/trash_close.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/trash_close_harm.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/trash_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/trash_open.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/trash_open_harm.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/trash_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/unread.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/up_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/vcard.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/work.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/work_offline.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/work_online.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/address.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/address_book.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/book.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/category.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/clip.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/clipkey.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/close.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/complete.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/continue.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/deleted.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/dir_close.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/dir_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/dir_open.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/dir_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/down_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/drafts_close.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/drafts_open.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/edit_extern.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/error.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/exec.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/forwarded.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/ignorethread.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/inbox_close.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/inbox_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/inbox_open.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/inbox_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/insert_file.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/interface.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/jpilot.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/key.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/linewrap.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/locked.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/mail.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_attach.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_forward.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_receive.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_receive_all.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_reply.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_reply_to_all.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_reply_to_author.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_send.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_send_queue.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_sign.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/mark.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/new.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/news_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/outbox_close.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/outbox_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/outbox_open.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/outbox_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/paste.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/queue_close.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/queue_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/queue_open.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/queue_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/quicksearch.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/replied.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/trash_close.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/trash_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/trash_open.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/trash_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/unread.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/up_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/vcard.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/work_offline.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/work_online.xpm -share/sylpheed-claws/update-po -share/sylpheed-claws/uudec -%%THEMES%%@dirrm share/sylpheed-claws/themes/Crystal -%%THEMES%%@dirrm share/sylpheed-claws/themes/Graphitte -%%THEMES%%@dirrm share/sylpheed-claws/themes/Kovico-sylpheed -%%THEMES%%@dirrm share/sylpheed-claws/themes/New_Session -%%THEMES%%@dirrm share/sylpheed-claws/themes/Phoenity -%%THEMES%%@dirrm share/sylpheed-claws/themes/Plain_and_Bluish -%%THEMES%%@dirrm share/sylpheed-claws/themes/XeNtish -%%THEMES%%@dirrm share/sylpheed-claws/themes/black -%%THEMES%%@dirrm share/sylpheed-claws/themes/blue_anarchy -%%THEMES%%@dirrm share/sylpheed-claws/themes/mongrel -%%THEMES%%@dirrm share/sylpheed-claws/themes/mozilla -%%THEMES%%@dirrm share/sylpheed-claws/themes/stw -%%THEMES%%@dirrm share/sylpheed-claws/themes/sylzilla -%%THEMES%%@dirrm share/sylpheed-claws/themes/tml02c -%%THEMES%%@dirrm share/sylpheed-claws/themes -@dirrm share/sylpheed-claws -@unexec rmdir %D/share/pixmaps 2>/dev/null || true -%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/manual/ja -%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/manual/fr -%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/manual/es -%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/manual/en -%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/manual/de -%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/manual -%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/faq/it -%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/faq/fr -%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/faq/es -%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/faq/en -%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/faq/de -%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/faq -%%PORTDOCS%%@dirrm share/doc/sylpheed-claws -%%SA_PLUG%%@dirrm lib/sylpheed-claws/plugins -%%SA_PLUG%%@dirrm lib/sylpheed-claws diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile deleted file mode 100644 index 1d2ad32df4fb..000000000000 --- a/mail/cyrus-imapd23/Makefile +++ /dev/null @@ -1,230 +0,0 @@ -# New ports collection makefile for: cyrus-imapd -# Date created: Jan 4th 2001 -# Whom: ume@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= cyrus-imapd -PORTVERSION= 2.2.2.b -PORTREVISION= 1 -CATEGORIES= mail ipv6 -MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ - ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/cyrus-mail/&,} -DISTNAME= ${PORTNAME}-2.2.2-BETA - -MAINTAINER= ume@FreeBSD.org -COMMENT= The cyrus mail server, supporting POP3 and IMAP4 protocols - -CONFLICTS= cyrus-1.* cyrus-imapd-2.[^2].* - -LIB_DEPENDS= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 -BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend - -USE_RC_SUBR= YES - -USE_OPENSSL= yes -USE_PERL5= yes -USE_REINPLACE= YES -GNU_CONFIGURE= YES -CONFIGURE_ARGS= --with-cyrus-prefix=${PREFIX}/cyrus \ - --with-cyrus-user=${CYRUS_USER} \ - --with-cyrus-group=${CYRUS_GROUP} \ - --with-sasl=${LOCALBASE} \ - --with-bdb-libdir=${LOCALBASE}/lib \ - --with-auth=unix \ - --with-com_err \ - --with-openssl=${OPENSSLBASE} \ - --with-perl=${PERL5} - -.if defined(WITH_BDB_VER) -USE_BDB_VER= ${WITH_BDB_VER} -.else -USE_BDB_VER= 3 -.endif -.if ${USE_BDB_VER} == 41 -LIB_DEPENDS+= db41.1:${PORTSDIR}/databases/db41 -.elif ${USE_BDB_VER} == 4 -LIB_DEPENDS+= db4.0:${PORTSDIR}/databases/db4 -.elif ${USE_BDB_VER} == 3 -LIB_DEPENDS+= db3.3:${PORTSDIR}/databases/db3 -.else -BROKEN= "WITH_BDB_VER must be 3, 4 or 41" -.endif -CONFIGURE_ARGS+=--with-bdb-incdir=${LOCALBASE}/include/db${USE_BDB_VER} \ - --with-bdb=db${USE_BDB_VER} - -.if defined(WITHOUT_SKIPLIST) -CONFIGURE_ARGS+=--with-mboxlist-db=berkeley --with-seen-db=flat -.endif - -.if defined(WITH_NNTP) -CONFIGURE_ARGS+=--enable-nntp -PLIST_SUB+= NNTP="" -.else -PLIST_SUB+= NNTP="@comment " -.endif - -.if defined(WITH_MURDER) -CONFIGURE_ARGS+=--enable-murder -CFLAGS+= ${PTHREAD_CFLAGS} -MAKE_ENV+= PTHREAD_LIBS=${PTHREAD_LIBS} -PLIST_SUB+= MURDER="" -.else -PLIST_SUB+= MURDER="@comment " -.endif - -.if defined(WITH_LISTEXT) -CONFIGURE_ARGS+=--enable-listext -.endif - -.if defined(WITH_ANNOTATEMORE) -CONFIGURE_ARGS+=--enable-annotatemore -.endif - -.if defined(WITH_NETSCAPEHACK) -CONFIGURE_ARGS+=--enable-netscapehack -.endif - -.if defined(WITH_DRAC) -EXTRA_PATCHES+= ${WRKSRC}/contrib/drac_auth.patch -#EXTRA_PATCHES+= ${FILESDIR}/extra-patch-acconfig.h -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-aclocal.m4 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config.h.in -#USE_AUTOHEADER= YES -USE_AUTOCONF= YES -WANT_AUTOCONF_VER=257 -CONFIGURE_ARGS+=--with-drac=${LOCALBASE} -BUILD_DEPENDS+= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac -.endif - -.if defined(WITH_SNMP) -# It seems not compilable due to lack of auto_nlist_value() in libucdagent. -LIB_DEPENDS+= netsnmp.5:${PORTSDIR}/net/net-snmp -#CONFIGURE_ENV= LIBS=-lkvm -.else -CONFIGURE_ARGS+=--with-ucdsnmp=no -.endif - -CYRUS_USER?= cyrus -CYRUS_GROUP?= cyrus - -MAN1= cyradm.1 imtest.1 installsieve.1 lmtptest.1 mupdatetest.1 \ - nntptest.1 pop3test.1 sieveshell.1 sivtest.1 smtptest.1 -MAN3= imclient.3 -MAN5= cyrus.conf.5 imapd.conf.5 krb.equiv.5 -MAN8= arbitron.8 chk_cyrus.8 nntpd.8 ctl_cyrusdb.8 ctl_deliver.8 \ - cyr_expire.8 ctl_mboxlist.8 cvt_cyrusdb.8 cyrquota.8 \ - deliver.8 fetchnews.8 fud.8 idled.8 imapd.8 ipurge.8 \ - lmtpd.8 master.8 mbexamine.8 mbpath.8 notifyd.8 pop3d.8 \ - reconstruct.8 rmnews.8 squatter.8 syncnews.8 timsieved.8 \ - tls_prune.8 - -DOCS= altnamespace anoncvs bugs changes faq feedback index \ - install install-admin-mb install-auth install-compile \ - install-configure install-murder install-netnews \ - install-perf install-prereq install-sieve install-snmpmon \ - install-testing install-upgrade install-virtdomains \ - mailing-list man notes os overview questions readme sieve \ - sieve-protocol specs - -DOCSDIR= ${PREFIX}/share/doc/cyrus-imapd22 - -PKGDEINSTALL= ${WRKDIR}/pkg-deinstall -PKGINSTALL= ${WRKDIR}/pkg-install - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500800 -RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp -.endif -.if ${PERL_LEVEL} < 500600 -RUN_DEPENDS+= ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-PodParser -.endif - -RC_SCRIPTS_SUB= PREFIX=${PREFIX} \ - RC_SUBR=${RC_SUBR} - -pre-everything:: -.if !defined(WITH_BDB_VER) - @if ${LDCONFIG} -r | ${GREP} -qwE -e "-ldb(41|4)"; then \ - ${ECHO_MSG} ""; \ - ${ECHO_MSG} "It seems you have installed newer db than db3. If"; \ - ${ECHO_MSG} "you are using newer db for cyrus-sasl2, you should"; \ - ${ECHO_MSG} "specify same version by WITH_BDB_VER. For"; \ - ${ECHO_MSG} "exapmle, WITH_BDB_VER=4 for db4."; \ - ${ECHO_MSG} ""; \ - fi -.endif - -.if defined(WITH_DRAC) -pre-patch: - @${REINPLACE_CMD} -e '/^Index: acconfig\.h/,/^Index: /d' \ - ${WRKSRC}/contrib/drac_auth.patch -.endif - -post-patch: - @${SED} -e "s|%%CYRUS_USER%%|${CYRUS_USER}|g" \ - ${.CURDIR}/pkg-install > ${PKGINSTALL} - @${SED} -e "s|%%CYRUS_USER%%|${CYRUS_USER}|g" \ - ${.CURDIR}/pkg-deinstall > ${PKGDEINSTALL} - @${REINPLACE_CMD} -e "s|/etc/|${PREFIX}/etc/|" \ - -e "s|%%CYRUS_USER%%|${CYRUS_USER}|g" \ - -e "s|%%CYRUS_GROUP%%|${CYRUS_GROUP}|g" \ - ${WRKSRC}/tools/mkimap - @${REINPLACE_CMD} -e "s|/etc/|${PREFIX}/etc/|g" \ - -e "s|/usr/sieve|/var/imap/sieve|g" \ - ${WRKSRC}/tools/masssievec - @${CP} ${WRKSRC}/man/quota.8 ${WRKSRC}/man/cyrquota.8 -.if ${PERL_LEVEL} < 500600 - @${REINPLACE_CMD} -e "s|exec perl -x|exec perl -I${SITE_PERL} -x|" \ - ${WRKSRC}/perl/sieve/scripts/sieveshell.pl -.endif - -post-install: - @${MV} ${PREFIX}/cyrus/bin/quota ${PREFIX}/cyrus/bin/cyrquota -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR}/man - ${MKDIR} ${DOCSDIR}/text -.for file in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/doc/${file}.html ${DOCSDIR} - @${ECHO_CMD} share/doc/cyrus-imapd22/${file}.html >>${TMPPLIST} -.endfor -.for file in ${MAN1} ${MAN3} ${MAN5} ${MAN8} - ofile=`echo ${file} | ${SED} s/cyrquota/quota/`; \ - if [ -f ${WRKSRC}/doc/man/$${ofile}.html ]; then \ - ${INSTALL_DATA} ${WRKSRC}/doc/man/$${ofile}.html \ - ${DOCSDIR}/man/$${ofile}.html; \ - ${ECHO_CMD} share/doc/cyrus-imapd22/man/$${ofile}.html \ - >>${TMPPLIST}; \ - fi -.endfor -.for file in cyrusv2.mc murder.png netnews.png - ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR} - @${ECHO_CMD} share/doc/cyrus-imapd22/${file} >>${TMPPLIST} -.endfor -.for file in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/doc/text/${file} ${DOCSDIR}/text - @${ECHO_CMD} share/doc/cyrus-imapd22/text/${file} >>${TMPPLIST} -.endfor - @${ECHO_CMD} "@dirrm share/doc/cyrus-imapd22/text" >>${TMPPLIST} - @${ECHO_CMD} "@dirrm share/doc/cyrus-imapd22/man" >>${TMPPLIST} - @${ECHO_CMD} "@dirrm share/doc/cyrus-imapd22" >>${TMPPLIST} -.endif - @${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ - ${FILESDIR}/imapd.sh > ${PREFIX}/etc/rc.d/imapd.sh - @${CHMOD} 755 ${PREFIX}/etc/rc.d/imapd.sh - ${INSTALL_DATA} ${FILESDIR}/imapd.conf \ - ${PREFIX}/etc/imapd.conf.dist - ${INSTALL_DATA} ${WRKSRC}/master/conf/normal.conf \ - ${PREFIX}/etc/cyrus.conf.dist - ${INSTALL_SCRIPT} ${WRKSRC}/tools/mkimap \ - ${PREFIX}/cyrus/bin/mkimap - ${INSTALL_SCRIPT} ${WRKSRC}/tools/masssievec \ - ${PREFIX}/cyrus/bin/masssievec - @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} \ - POST-INSTALL - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/mail/cyrus-imapd23/distinfo b/mail/cyrus-imapd23/distinfo deleted file mode 100644 index f2179e3ff99a..000000000000 --- a/mail/cyrus-imapd23/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (cyrus-imapd-2.2.2-BETA.tar.gz) = 774b55e758a2bf83d6ffd6b90a3fff4c diff --git a/mail/cyrus-imapd23/files/extra-patch-acconfig.h b/mail/cyrus-imapd23/files/extra-patch-acconfig.h deleted file mode 100644 index 05e561b78963..000000000000 --- a/mail/cyrus-imapd23/files/extra-patch-acconfig.h +++ /dev/null @@ -1,17 +0,0 @@ -Index: acconfig.h -diff -u acconfig.h.orig acconfig.h ---- acconfig.h.orig Fri Feb 14 05:32:50 2003 -+++ acconfig.h Fri Mar 21 21:03:25 2003 -@@ -263,8 +263,12 @@ - #define FNAME_DOMAINDIR "/domain/" - #define FNAME_LOGDIR "/log/" - #define FNAME_PTSDB "/ptclient/ptscache.db" -+#if !defined(CONFIG_FILENAME) - #define CONFIG_FILENAME "/etc/imapd.conf" -+#endif -+#if !defined(DEFAULT_MASTER_CONFIG_FILENAME) - #define DEFAULT_MASTER_CONFIG_FILENAME "/etc/cyrus.conf" -+#endif - - #ifndef HAVE_SHUTDOWN - #define shutdown(fd, mode) 0 diff --git a/mail/cyrus-imapd23/files/extra-patch-aclocal.m4 b/mail/cyrus-imapd23/files/extra-patch-aclocal.m4 deleted file mode 100644 index 69be3bdc61b9..000000000000 --- a/mail/cyrus-imapd23/files/extra-patch-aclocal.m4 +++ /dev/null @@ -1,22 +0,0 @@ -Index: aclocal.m4 -diff -u aclocal.m4.orig aclocal.m4 ---- aclocal.m4.orig Wed Oct 29 02:24:46 2003 -+++ aclocal.m4 Wed Oct 29 04:28:37 2003 -@@ -505,7 +505,7 @@ - BDB_LIBADD="" - fi - -- for dbname in db-4.1 db4.1 db41 db-4.0 db4.0 db-4 db40 db4 db-3.3 db3.3 db33 db-3.2 db3.2 db32 db-3.1 db3.1 db31 db-3 db30 db3 db -+ for dbname in ${with_bdb} db-4.1 db4.1 db41 db-4.0 db4.0 db-4 db40 db4 db-3.3 db3.3 db33 db-3.2 db3.2 db32 db-3.1 db3.1 db31 db-3 db30 db3 db - do - AC_CHECK_LIB($dbname, db_create, BDB_LIBADD="$BDB_LIBADD -l$dbname"; - dblib="berkeley"; break, dblib="no") -@@ -1664,7 +1664,7 @@ - LIB_UCDSNMP="" - if test "$with_ucdsnmp" != no; then - AC_DEFINE(HAVE_UCDSNMP,1,[Do we have SNMP support?]) -- LIB_UCDSNMP="-lucdagent -lucdmibs -lsnmp" -+ LIB_UCDSNMP="-lucdagent -lucdmibs -lsnmp -lkvm" - AC_CHECK_LIB(rpm, rpmdbOpen, - LIB_UCDSNMP="${LIB_UCDSNMP} -lrpm -lpopt",,-lpopt) - fi diff --git a/mail/cyrus-imapd23/files/extra-patch-config.h.in b/mail/cyrus-imapd23/files/extra-patch-config.h.in deleted file mode 100644 index f377af64f544..000000000000 --- a/mail/cyrus-imapd23/files/extra-patch-config.h.in +++ /dev/null @@ -1,14 +0,0 @@ -Index: config.h.in -diff -u config.h.in.orig config.h.in ---- config.h.in.orig Wed Oct 29 02:24:49 2003 -+++ config.h.in Sat Nov 22 18:43:54 2003 -@@ -100,6 +100,9 @@ - /* Does SASL support APOP? */ - #undef HAVE_APOP - -+/* the Dynamic Relay Authorization Control package */ -+#undef DRAC_AUTH -+ - /* Define to 1 if you have the `daemon' function. */ - #undef HAVE_DAEMON - diff --git a/mail/cyrus-imapd23/files/imapd.conf b/mail/cyrus-imapd23/files/imapd.conf deleted file mode 100644 index 36794aeb8f6f..000000000000 --- a/mail/cyrus-imapd23/files/imapd.conf +++ /dev/null @@ -1,379 +0,0 @@ -# -# $FreeBSD$ -# -# Sample configurations file for Cyrus IMAPd -# Most lines in this file are commented; in this case the default is used. -# The commented lines (usually) contain the default value - -# The pathname of the IMAP configuration directory -# -configdirectory: /var/imap - -# The partition name used by default for new mailboxes -# -#defaultpartition: default - -# The directory for the different partitions -# -partition-default: /var/spool/imap - -# Use the UNIX separator character '/' for delimiting levels of -# mailbox hierarchy. The default is to use the netnews separator -# character '.'. -#unixhierarchysep: no - -# Use the alternate IMAP namespace, where personal folders reside at -# the same level in the hierarchy as INBOX. -# -#altnamespace: no - -# If using the alternate IMAP namespace, the prefix for the other -# users namespace. The hierarchy delimiter will be automatically -# appended. -# -#userprefix: Other Users - -# If using the alternate IMAP namespace, the prefix for the shared -# namespace. The hierarchy delimiter will be automatically appended. -# -#sharedprefix: Shared Folders - -# The umask value used by various Cyrus IMAP programs -# -#umask: 077 - -# This is the hostname visible in the greeting messages of the POP, -# IMAP and LMTP daemons. If it is unset, then the result returned from -# gethostname(2) is used. -# -#servername: <result returned by gethostname(2)> - -# Whether to allow anonymous logins -# -#allowanonymouslogin: no - -# Allow the use of the SASL PLAIN mechanism. -# -#allowplaintext: yes - -# The percent of quota utilization over which the server generates -# warnings. -# -#quotawarn: 90 - -# The length of the IMAP server's inactivity autologout timer, in minutes. -# The minimum value is 30, the default. -# -#timeout: 30 - -# The interval (in seconds) for polling the mailbox for changes while -# running the IDLE command. This option is used when idled can not be -# contacted or when polling is used exclusively. The minimum value is -# 1. A value of 0 will disable polling (and disable IDLE if polling -# is the only method available). -# -#imapidlepoll: 60 - -# If enabled, the server responds to an ID command with a parameter -# list containing: version, vendor, support-url, os, os-version, -# command, arguments, environment. Otherwise the server returns NIL. -# -#imapidresponse: yes - -# Set the length of the POP server's inactivity autologout timer, in -# minutes. The minimum value is 10, the default. -# -#poptimeout: 10 - -# Set the minimum amount of time the server forces users to wait between -# successive POP logins, in minutes. The default is 0. -# -#popminpoll: 0 - -# The number of days advertised as being the minimum a message may be -# left on the POP server before it is deleted (via the CAPA command, -# defined in the POP3 Extension Mechanism, which some clients may -# support). "NEVER", the default, may be specified with a negative -# number. The Cyrus POP3 server never deletes mail, no matter what -# the value of this parameter is. However, if a site implements a -# less liberal policy, it needs to change this parameter accordingly. -# -#popexpiretime: 0 - -# The list of userids with administrative rights. Separate each userid -# with a space. We recommend that administrator userids be separate from -# standard userids. Sites using Kerberos authentication may use separate -# "admin" instances. -# -#admins: <none> - -# A list of users and groups that are allowed to proxy for other -# users, seperated by spaces. Any user listed in this will be allowed -# to login for any other user: use with caution. -# -#proxyservers: <none> - -# The Access Control List (ACL) placed on a newly-created (non-user) -# mailbox that does not have a parent mailbox. -# -#defaultacl: anyone lrs - -# The pathname of the news spool directory. Only used if the partition-news -# configuration option is set. -# -#newsspool: <no default> - -# Prefix to be prepended to newsgroup names to make the corresponding IMAP -# mailbox names. -# -#newsprefix: <none> - -# If nonzero, normal users may create their own IMAP accounts by creating -# the mailbox INBOX. The user's quota is set to the value if it is positive, -# otherwise the user has unlimited quota. -# -#autocreatequota: 0 - -# Include notations in the protocol telemetry logs indicating the number -# of seconds since the last command or response. -# -#logtimestamps: no - -# Number of seconds to pause after a successful plaintext login. For systems -# that support strong authentication, this permits users to perceive a cost -# of using plaintext passwords. -# -#plaintextloginpause: 0 - -# The pathname of srvtab file containing the server's private key. -# This option is passed to the SASL library and overrides its default -# setting. -# -#srvtab: /etc/srvtab - -# The list of remote realms whose users may log in using cross-realm -# authentications. Seperate each realm name by a space. This option is -# only used when the server is compiled with Kerberos authentication. -# -#loginrealms: <none> - -# If enabled, any authentication identity which has a rights on a user's -# INBOX may log in as that user. This option is only used when the server -# is compiled with Kerberos authentication. -# -#loginuseacl: no - -# If enabled, lmtpd attempts to only write one copy of a message per -# partition and create hard links, resulting in a potentially large -# disk savings. -# -#singleinstancestore: yes - -# If enabled, lmtpd will suppress delivery of a message to a mailbox -# if a message with the same message-id (or resent-message-id) is -# recorded as having already been delivered to the mailbox. Records -# the mailbox and message-id/resent-message-id of all successful -# deliveries. -# Note that duplicate delivery suppression is required for Sieve. -# Disabling duplicate delivery suppression will also disable Sieve, -# and as such should only be disabled for performance reasons. -# -#duplicatesuppression: yes - -# If enabled, lmtpd rejects messages with 8-bit characters in the -# headers. Otherwise, 8-bit characters are changed to `X'. (A proper -# soultion to non-ASCII characters in headers is offered by RFC 2047 -# and its predecessors.) -# -#reject8bit: no - -# Maximum incoming LMTP message size. If set, lmtpd will reject -# messages larger than maxmessagesize bytes. The default is to allow -# messages of any size. -# -#maxmessagesize: <unlimited> - -# Userid used to deliver messages to shared folders. For example, if -# set to "bb", email sent to "bb+shared.blah" would be delivered to -# the "shared.blah" folder. By default, an email address of -# "+shared.blah" would be used. -#postuser: <none> - -# If enabled at compile time, this specifies a URL to reply when -# Netscape asks the server where the mail administration HTTP server -# is. The default is a site at CMU with a hopefully informative -# message; administrators should set this to a local resource with -# some information of greater use. -# -#netscapeurl: http://andrew2.andrew.cmu.edu/cyrus/imapd/netscapeadmin.html - -# Notifyd(8) method to use for "MAIL" notifications. If not set, -# "MAIL" notifications are disabled. -# -#mailnotifier: <no default> - -# Notifyd(8) method to use for "SIEVE" notifications. If not set, -# "SIEVE" notifications are disabled. -# -# This method is only used when no method is specified in the script. -# -#sievenotifier: <no default> - -# If enabled, lmtpd will look for Sieve scripts in user's home -# directories: ~user/.sieve. -# -sieveusehomedir: false - -# If sieveusehomedir is false, this directory is searched for Sieve scripts. -# The active Sieve script is s called "default", placed in the users sieve -# sieve directory (ie. /var/imap/sieve/u/user). -# -sievedir: /var/imap/sieve - -# The pathname of the sendmail executable. Sieve uses sendmail for -# sending rejections, redirects and vaca- tion responses. -# -#sendmail: /usr/sbin/sendmail - -# Username that is used as the 'From' address in rejection MDNs -# produced by sieve. -# -#postmaster: postmaster - -# If enabled, the partitions will also be hashed, in addition to the hashing -# done on configuration directories. This is recommended if one partition has -# a very bushy mailbox tree. -# -#hashimapspool: false - -# Maximum size (in kilobytes) any sieve script can be, enforced at -# submission by timsieved(8). -# -#sieve_maxscriptsize: 32 - -# Maximum number of sieve scripts any user may have, enforced at -# submission by timsieved(8). -# -#sieve_maxscripts: 5 - -# Maximum SSF (security strength factor) that the server will allow a -# client to negotiate. -# -#sasl_maximum_layer: 256 - -# The minimum SSF that the server will allow a client to negotiate. A -# value of 1 requires integrity protection; any higher value requires -# some amount of encryption. -# -#sasl_minimum_layer: 0 - -# The mechanism used by the server to verify plaintext passwords. Possible -# values include "auxprop" or "saslauthd" -# -sasl_pwcheck_method: auxprop - -# If enabled, the SASL library will automatically create authentication -# secrets when given a plaintext password. See the SASL documentation. -# -#sasl_auto_transition: no - -# Whitespace separated list of mechanisms to allow (e.g. 'plain otp'). -# Used to restrict the mechanisms to a subset of the installed -# plugins. The default is all available. -# -#sasl_mech_list: cram-md5 digest-md5 - -# Location of the opiekeys file -# -#sasl_opiekeys: /etc/opiekeys - -# File containing the global certificate used for ALL services (imap, -# pop3, lmtp). -# -#tls_cert_file: <none> - -# File containing the private key belonging to the global server -# certificate. -# -#tls_key_file: <none> - -# File containing the certificate used for imap ONLY. If not -# specified, the global certificate is used. A value of "disabled" -# will disable SSL/TLS for imap. -# -#imap_tls_cert_file: <none> - -# File containing the private key belonging to the imap-specific -# server certificate. If not specified, the global private key is -# used. A value of "disabled" will disable SSL/TLS for imap. -# -#imap_tls_key_file: <none> - -# File containing the certificate used for pop3 ONLY. If not -# specified, the global certificate is used. A value of "disabled" -# will disable SSL/TLS for pop3. -# -#pop3_tls_cert_file: <none> - -# File containing the private key belonging to the pop3-specific -# server certificate. If not specified, the global private key is -# used. A value of "disabled" will disable SSL/TLS for pop3. -# -#pop3_tls_key_file: <none> - -# File containing the certificate used for lmtp ONLY. If not -# specified, the global certificate is used. A value of "disabled" -# will disable TLS for lmtp. -# -#lmtp_tls_cert_file: <none> - -# File containing the private key belonging to the lmtp-specific -# server certificate. If not specified, the global private key is -# used. A value of "disabled" will disable TLS for lmtp. -# -#lmtp_tls_key_file: <none> - -# File containing the certificate used for sieve ONLY. If not -# specified, the global certificate is used. A value of "disabled" -# will disable TLS for sieve. -# -#sieve_tls_cert_file: <none> - -# File containing the private key belonging to the sieve-specific -# server certificate. If not specified, the global private key is -# used. A value of "disabled" will disable TLS for sieve. -# -#sieve_tls_key_file: <none> - -# File containing one or more Certificate Authority (CA) certificates. -# -#tls_ca_file: <none> - -# Path to directory with certificates of CAs. -# -#tls_ca_path: <none> - -# The length of time (in minutes) that a TLS session will be cached -# for later reuse. The maximum value is 1440 (24 hours), the default. -# A value of 0 will disable session caching. -# -#tls_session_timeout: 1440 - -# The right that a user needs to delete a mailbox. -# -#deleteright: c - -# Unix domain socket that lmtpd listens on, used by deliver(8). -# -#lmtpsocket: /var/imap/socket/lmtp - -# Unix domain socket that idled listens on. -# -#idlesocket: /var/imap/socket/idle - -# Unix domain socket that the new mail notification daemon listens on. -# -#notifysocket: /var/imap/socket/notify - -# -# EOF diff --git a/mail/cyrus-imapd23/files/imapd.sh b/mail/cyrus-imapd23/files/imapd.sh deleted file mode 100644 index 265876b13b82..000000000000 --- a/mail/cyrus-imapd23/files/imapd.sh +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/sh - -# Start or stop cyrus-imapd -# $FreeBSD$ - -# PROVIDE: cyrus_imapd -# REQUIRE: DAEMON -# BEFORE: mail -# KEYWORD: FreeBSD shutdown -# -# NOTE for FreeBSD 5.0+: -# If you want this script to start with the base rc scripts -# move imapd.sh to /etc/rc.d/cyrus_imapd - -prefix=%%PREFIX%% - -# Define these cyrus_imapd_* variables in one of these files: -# /etc/rc.conf -# /etc/rc.conf.local -# /etc/rc.conf.d/cyrus_imapd -# -# DO NOT CHANGE THESE DEFAULT VALUES HERE -# -[ -z "$cyrus_imapd_enable" ] && cyrus_imapd_enable="NO" # Enable imapd -#cyrus_imapd_program="${prefix}/cyrus/bin/master" # Location of imapd -[ -z "$cyrus_imapd_flags" ] && cyrus_imapd_flags="-d" # Flags to imapd program - -. %%RC_SUBR%% - -name="cyrus_imapd" -rcvar=`set_rcvar` -command="${prefix}/cyrus/bin/master" -pidfile="/var/run/cyrus-master.pid" -required_files="${prefix}/etc/cyrus.conf ${prefix}/etc/imapd.conf" - -load_rc_config $name -run_rc_command "$1" diff --git a/mail/cyrus-imapd23/files/patch-aa b/mail/cyrus-imapd23/files/patch-aa deleted file mode 100644 index 616c7b3c61fe..000000000000 --- a/mail/cyrus-imapd23/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -Index: man/Makefile.in -diff -u man/Makefile.in.orig man/Makefile.in ---- man/Makefile.in.orig Fri Jun 20 05:49:50 2003 -+++ man/Makefile.in Fri Jul 18 00:30:05 2003 -@@ -69,7 +69,7 @@ - MAN3 = $(srcdir)/imclient.3 - MAN5 = imapd.conf.5 $(srcdir)/krb.equiv.5 $(srcdir)/cyrus.conf.5 - MAN8 = $(srcdir)/arbitron.8 $(srcdir)/cyr_expire.8 $(srcdir)/deliver.8 \ -- $(srcdir)/fud.8 $(srcdir)/imapd.8 $(srcdir)/pop3d.8 $(srcdir)/quota.8 \ -+ $(srcdir)/fud.8 $(srcdir)/imapd.8 $(srcdir)/pop3d.8 $(srcdir)/cyrquota.8 \ - $(srcdir)/reconstruct.8 $(srcdir)/rmnews.8 $(srcdir)/syncnews.8 \ - $(srcdir)/mbpath.8 $(srcdir)/timsieved.8 $(srcdir)/master.8 \ - $(srcdir)/lmtpd.8 $(srcdir)/idled.8 $(srcdir)/ctl_mboxlist.8 \ diff --git a/mail/cyrus-imapd23/files/patch-ab b/mail/cyrus-imapd23/files/patch-ab deleted file mode 100644 index 1fc68c171063..000000000000 --- a/mail/cyrus-imapd23/files/patch-ab +++ /dev/null @@ -1,38 +0,0 @@ ---- man/quota.8.orig Sun May 4 22:26:33 1997 -+++ man/quota.8 Sun May 4 22:27:24 1997 -@@ -11,9 +11,9 @@ - .\" use of the code for commercial purposes or benefits by anyone - .\" without specific, additional permission by the owner of the code. - .SH NAME --quota \- report and optionally fix quota usage -+cyrquota \- report and optionally fix quota usage - .SH SYNOPSIS --.B quota -+.B cyrquota - [ - .B \-f - ] -@@ -21,12 +21,12 @@ - .IR mailbox-prefix ... - ] - .SH DESCRIPTION --.I Quota -+.I Cyrquota - generates a report listing quota roots, giving their limits and usage. - If the - .I \-f - option is given, --.I quota -+.I cyrquota - first fixes any inconsistencies in the quota subsystem, such as - mailboxes with the wrong quota root or quota roots with the wrong - quota usage reported. -@@ -37,7 +37,7 @@ - prefixes. - .PP - Running --.I quota -+.I cyrquota - with both the - .I \-f - option and diff --git a/mail/cyrus-imapd23/files/patch-ac b/mail/cyrus-imapd23/files/patch-ac deleted file mode 100644 index bf700856699a..000000000000 --- a/mail/cyrus-imapd23/files/patch-ac +++ /dev/null @@ -1,22 +0,0 @@ -Index: configure -diff -u configure.orig configure ---- configure.orig Wed Oct 29 02:24:50 2003 -+++ configure Wed Oct 29 03:52:02 2003 -@@ -6811,7 +6811,7 @@ - BDB_LIBADD="" - fi - -- for dbname in db-4.1 db4.1 db41 db-4.0 db4.0 db-4 db40 db4 db-3.3 db3.3 db33 db-3.2 db3.2 db32 db-3.1 db3.1 db31 db-3 db30 db3 db -+ for dbname in ${with_bdb} db-4.1 db4.1 db41 db-4.0 db4.0 db-4 db40 db4 db-3.3 db3.3 db33 db-3.2 db3.2 db32 db-3.1 db3.1 db31 db-3 db30 db3 db - do - as_ac_Lib=`echo "ac_cv_lib_$dbname''_db_create" | $as_tr_sh` - echo "$as_me:$LINENO: checking for db_create in -l$dbname" >&5 -@@ -13851,7 +13851,7 @@ - #define HAVE_UCDSNMP 1 - _ACEOF - -- LIB_UCDSNMP="-lucdagent -lucdmibs -lsnmp" -+ LIB_UCDSNMP="-lucdagent -lucdmibs -lsnmp -lkvm" - echo "$as_me:$LINENO: checking for rpmdbOpen in -lrpm" >&5 - echo $ECHO_N "checking for rpmdbOpen in -lrpm... $ECHO_C" >&6 - if test "${ac_cv_lib_rpm_rpmdbOpen+set}" = set; then diff --git a/mail/cyrus-imapd23/files/patch-bc b/mail/cyrus-imapd23/files/patch-bc deleted file mode 100644 index 9b2b0276a019..000000000000 --- a/mail/cyrus-imapd23/files/patch-bc +++ /dev/null @@ -1,20 +0,0 @@ -Index: imap/Makefile.in -diff -u imap/Makefile.in.orig imap/Makefile.in ---- imap/Makefile.in.orig Tue Jul 15 00:56:08 2003 -+++ imap/Makefile.in Fri Jul 18 00:35:34 2003 -@@ -241,13 +241,13 @@ - $(CC) $(LDFLAGS) -o mupdate \ - $(SERVICETHREAD) mupdate.o mupdate-slave.o mupdate-client.o \ - mutex_pthread.o tls.o libimap.a \ -- $(DEPLIBS) $(LIBS) $(LIB_WRAP) -lpthread -+ $(DEPLIBS) $(LIBS) $(LIB_WRAP) $(PTHREAD_LIBS) - - mupdate.pure: mupdate.o mupdate-slave.o mupdate-client.o mutex_pthread.o \ - libimap.a $(DEPLIBS) - $(PURIFY) $(PUREOPT) $(CC) $(LDFLAGS) -o mupdate.pure \ - $(SERVICETHREAD) mupdate.o mupdate-slave.o mupdate-client.o \ -- mutex_pthread.o libimap.a $(DEPLIBS) $(LIBS) $(LIB_WRAP) -lpthread -+ mutex_pthread.o libimap.a $(DEPLIBS) $(LIBS) $(LIB_WRAP) $(PTHREAD_LIBS) - - pop3d: pop3d.o backend.o tls.o mutex_fake.o libimap.a $(DEPLIBS) $(SERVICE) - $(CC) $(LDFLAGS) -o pop3d pop3d.o backend.o tls.o $(SERVICE) \ diff --git a/mail/cyrus-imapd23/files/patch-config.h.in b/mail/cyrus-imapd23/files/patch-config.h.in deleted file mode 100644 index f49e1e525f4b..000000000000 --- a/mail/cyrus-imapd23/files/patch-config.h.in +++ /dev/null @@ -1,17 +0,0 @@ -Index: config.h.in -diff -u config.h.in.orig config.h.in ---- config.h.in.orig Thu Mar 20 04:04:36 2003 -+++ config.h.in Fri Mar 21 14:33:39 2003 -@@ -360,8 +360,12 @@ - #define FNAME_DOMAINDIR "/domain/" - #define FNAME_LOGDIR "/log/" - #define FNAME_PTSDB "/ptclient/ptscache.db" -+#if !defined(CONFIG_FILENAME) - #define CONFIG_FILENAME "/etc/imapd.conf" -+#endif -+#if !defined(DEFAULT_MASTER_CONFIG_FILENAME) - #define DEFAULT_MASTER_CONFIG_FILENAME "/etc/cyrus.conf" -+#endif - - #ifndef HAVE_SHUTDOWN - #define shutdown(fd, mode) 0 diff --git a/mail/cyrus-imapd23/files/patch-dc b/mail/cyrus-imapd23/files/patch-dc deleted file mode 100644 index f2f5f074e332..000000000000 --- a/mail/cyrus-imapd23/files/patch-dc +++ /dev/null @@ -1,14 +0,0 @@ -Index: master/Makefile.in -diff -u master/Makefile.in.orig master/Makefile.in ---- master/Makefile.in.orig Fri Feb 7 07:41:03 2003 -+++ master/Makefile.in Fri Mar 21 18:02:28 2003 -@@ -52,7 +52,8 @@ - CYRUS_USER=@cyrus_user@ - CYRUS_GROUP=@cyrus_group@ - --DEFS = @DEFS@ @LOCALDEFS@ -+DEFS = @DEFS@ @LOCALDEFS@ -DCONFIG_FILENAME=\"$(prefix)/etc/imapd.conf\" \ -+ -DDEFAULT_MASTER_CONFIG_FILENAME=\"$(prefix)/etc/cyrus.conf\" - CPPFLAGS = -I. -I.. -I$(srcdir) -I$(srcdir)/../lib @CPPFLAGS@ @COM_ERR_CPPFLAGS@ - DEPLIBS = ../lib/libcyrus_min.a @DEPLIBS@ - diff --git a/mail/cyrus-imapd23/files/patch-df b/mail/cyrus-imapd23/files/patch-df deleted file mode 100644 index 69a0841343ee..000000000000 --- a/mail/cyrus-imapd23/files/patch-df +++ /dev/null @@ -1,14 +0,0 @@ -Index: master/service.c -diff -u master/service.c.orig master/service.c ---- master/service.c.orig Wed Jan 22 22:52:36 2003 -+++ master/service.c Wed Jan 22 22:57:20 2003 -@@ -102,6 +102,9 @@ - struct sockaddr_storage sin; - socklen_t len = sizeof(sin); - -+ /* XXX: old FreeBSD didn't fill sockaddr correctly against AF_UNIX */ -+ sin.ss_family = AF_UNIX; -+ - /* is this a connection from the local host? */ - if (getpeername(fd, (struct sockaddr *) &sin, &len) == 0) { - if (((struct sockaddr *)&sin)->sa_family == AF_UNIX) { diff --git a/mail/cyrus-imapd23/files/patch-dg b/mail/cyrus-imapd23/files/patch-dg deleted file mode 100644 index 5c54d21287d8..000000000000 --- a/mail/cyrus-imapd23/files/patch-dg +++ /dev/null @@ -1,37 +0,0 @@ -Index: tools/mkimap -diff -u tools/mkimap.orig tools/mkimap ---- tools/mkimap.orig Mon Mar 10 03:39:36 2003 -+++ tools/mkimap Fri Mar 21 17:24:10 2003 -@@ -61,6 +61,9 @@ - - $imapdconf = shift || "/etc/imapd.conf"; - -+$cyrus_user = $ENV{CYRUS_USER} || "%%CYRUS_USER%%"; -+$cyrus_group = $ENV{CYRUS_GROUP} || "%%CYRUS_GROUP%%"; -+ - open CONF, $imapdconf or die "can't open $imapdconf"; - print "reading configure file...\n"; - while (<CONF>) { -@@ -86,6 +89,7 @@ - - print "configuring $d...\n"; - -+mkdir $d, 0755; - chdir $d or die "couldn't change to $d"; - - mkdir "proc", 0755; -@@ -95,11 +99,14 @@ - mkdir "msg", 0755; - mkdir "ptclient", 0755; - -+system "/usr/sbin/chown -R $cyrus_user:$cyrus_group ."; -+ - while ($part = shift @parts) { - print "creating $part...\n"; - mkdir $part, 0755; - chdir $part or die "couldn't change to partition $part"; - mkdir "stage.", 0755; -+ system "/usr/sbin/chown -R $cyrus_user:$cyrus_group $part"; - } - - print "done\n"; diff --git a/mail/cyrus-imapd23/files/patch-imtest::imtest.c b/mail/cyrus-imapd23/files/patch-imtest::imtest.c deleted file mode 100644 index e1fd1efa8c06..000000000000 --- a/mail/cyrus-imapd23/files/patch-imtest::imtest.c +++ /dev/null @@ -1,23 +0,0 @@ -Index: imtest/imtest.c -diff -u imtest/imtest.c.orig imtest/imtest.c ---- imtest/imtest.c.orig Sun Jul 13 05:10:56 2003 -+++ imtest/imtest.c Fri Jul 18 00:52:29 2003 -@@ -51,6 +51,7 @@ - #include <sys/stat.h> - #include <fcntl.h> - -+#include <limits.h> - #include <stdlib.h> - #include <stdio.h> - #include <string.h> -@@ -419,8 +420,8 @@ - } - - --char *var_tls_CAfile=""; --char *var_tls_CApath=""; -+static char *var_tls_CAfile=""; -+static char *var_tls_CApath=""; - /* - * This is the setup routine for the SSL client. - * diff --git a/mail/cyrus-imapd23/files/patch-lib::Makefile.in b/mail/cyrus-imapd23/files/patch-lib::Makefile.in deleted file mode 100644 index b85111fb7723..000000000000 --- a/mail/cyrus-imapd23/files/patch-lib::Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ -Index: lib/Makefile.in -diff -u lib/Makefile.in.orig lib/Makefile.in ---- lib/Makefile.in.orig Thu Feb 13 04:12:42 2003 -+++ lib/Makefile.in Fri Mar 21 15:11:50 2003 -@@ -56,7 +56,7 @@ - INSTALL = @INSTALL@ - RANLIB = @RANLIB@ - --DEFS = @DEFS@ -+DEFS = @DEFS@ -DCONFIG_FILENAME=\"$(prefix)/etc/imapd.conf\" - CPPFLAGS = -I.. @CPPFLAGS@ @COM_ERR_CPPFLAGS@ @SASLFLAGS@ - LIBS = @LIBS@ - diff --git a/mail/cyrus-imapd23/files/patch-lib::imapoptions b/mail/cyrus-imapd23/files/patch-lib::imapoptions deleted file mode 100644 index c46c80a342a0..000000000000 --- a/mail/cyrus-imapd23/files/patch-lib::imapoptions +++ /dev/null @@ -1,22 +0,0 @@ -Index: lib/imapoptions -diff -u lib/imapoptions.orig lib/imapoptions ---- lib/imapoptions.orig Thu Mar 20 04:00:39 2003 -+++ lib/imapoptions Fri Mar 21 15:27:44 2003 -@@ -454,7 +454,7 @@ - /* The mechanism used by the server to verify plaintext passwords. - Possible values include "auxprop", "saslauthd", and "pwcheck". */ - --{ "sendmail", "/usr/lib/sendmail", STRING } -+{ "sendmail", "/usr/sbin/sendmail", STRING } - /* The pathname of the sendmail executable. Sieve invokes sendmail - for sending rejections, redirects and vacation responses. */ - -@@ -475,7 +475,7 @@ - /* Maximum number of sieve scripts any user may have, enforced at - submission by timsieved(8). */ - --{ "sievedir", "/usr/sieve", STRING } -+{ "sievedir", "/var/imap/sieve", STRING } - /* If sieveusehomedir is false, this directory is searched for Sieve - scripts. */ - diff --git a/mail/cyrus-imapd23/files/patch-master::service-thread.c b/mail/cyrus-imapd23/files/patch-master::service-thread.c deleted file mode 100644 index 9a2016c3c64a..000000000000 --- a/mail/cyrus-imapd23/files/patch-master::service-thread.c +++ /dev/null @@ -1,14 +0,0 @@ -Index: master/service-thread.c -diff -u master/service-thread.c.orig master/service-thread.c ---- master/service-thread.c.orig Wed Jan 22 22:52:36 2003 -+++ master/service-thread.c Wed Jan 22 23:09:52 2003 -@@ -99,6 +99,9 @@ - struct sockaddr_storage sin; - socklen_t len = sizeof(sin); - -+ /* XXX: old FreeBSD didn't fill sockaddr correctly against AF_UNIX */ -+ sin.ss_family = AF_UNIX; -+ - /* is this a connection from the local host? */ - if (getpeername(fd, (struct sockaddr *) &sin, &len) == 0) { - if (((struct sockaddr *)&sin)->sa_family == AF_UNIX) { diff --git a/mail/cyrus-imapd23/files/patch-sieve::Makefile.in b/mail/cyrus-imapd23/files/patch-sieve::Makefile.in deleted file mode 100644 index cbc212929f04..000000000000 --- a/mail/cyrus-imapd23/files/patch-sieve::Makefile.in +++ /dev/null @@ -1,21 +0,0 @@ -Index: sieve/Makefile.in -diff -u sieve/Makefile.in.orig sieve/Makefile.in ---- sieve/Makefile.in.orig Fri Feb 28 03:13:50 2003 -+++ sieve/Makefile.in Mon Mar 24 02:26:24 2003 -@@ -32,6 +32,7 @@ - YACC = @YACC@ - YFLAGS = -d - LEX = @LEX@ -+INSTALL = @INSTALL@ - RANLIB = @RANLIB@ - COMPILE_ET = @COMPILE_ET@ - -@@ -58,7 +59,7 @@ - - install: sievec - $(srcdir)/../install-sh -d ${DESTDIR}$(cyrus_prefix)/bin -- $(srcdir)/../install-sh -m 755 sievec $(DESTDIR)$(cyrus_prefix)/bin || exit -+ $(INSTALL) -m 755 sievec $(DESTDIR)$(cyrus_prefix)/bin || exit - - test: $(DEPLIBS) libsieve.a test.o - $(CC) $(LDFLAGS) -o test test.o libsieve.a $(DEPLIBS) $(LIBS) diff --git a/mail/cyrus-imapd23/pkg-deinstall b/mail/cyrus-imapd23/pkg-deinstall deleted file mode 100644 index aed34d1fec6e..000000000000 --- a/mail/cyrus-imapd23/pkg-deinstall +++ /dev/null @@ -1,60 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# Created by: hetzels@westbend.net - -#set -vx - -PKG_BATCH=${BATCH:=NO} - -PKG_PREFIX=${PKG_PREFIX:=/usr/local} - -CYRUS_USER=${CYRUS_USER:=%%CYRUS_USER%%} - -checkfile() { - diff -bBqw $1 $1.dist >/dev/null 2>&1 - case $? in - 0) # config file exists, but is the same - rm $1 - ;; - 1) # config file exists and differs - ;; - *) # no config file exists - ;; - esac -} - -# -# Modify the 'cyrus' user created from the cyrus-sasl port -# - -modify_cyrus_user() { - USER=${CYRUS_USER} - PW=/usr/sbin/pw - if [ -x /sbin/nologin ]; then - shell=/sbin/nologin - else - shell=/nonexistent - fi - uhome=/nonexistent - - if ! ${PW} mod user ${USER} -d "${uhome}" -s "${shell}" \ ; then - e=$? - echo "*** Failed to update user \`${USER}'." - exit ${e} - fi - echo "*** Updated user \`${USER}'." -} - -case $2 in - DEINSTALL) - cd ${PKG_PREFIX} - checkfile ${PKG_PREIFX}/etc/imapd.conf - checkfile ${PKG_PREIFX}/etc/cyrus.conf - ;; - POST-DEINSTALL) - modify_cyrus_user - ;; - -esac diff --git a/mail/cyrus-imapd23/pkg-descr b/mail/cyrus-imapd23/pkg-descr deleted file mode 100644 index 79d06da9dd9b..000000000000 --- a/mail/cyrus-imapd23/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -The Cyrus IMAP (Internet Message Access Protocol) server provides access to -personal mail and system-wide bulletin boards through the IMAP protocol. -The Cyrus IMAP server is a scaleable enterprise mail system designed for use -from small to large enterprise environments using standards-based -technologies. - -A full Cyrus IMAP implementation allows a seamless mail and bulletin board -environment to be set up across multiple servers. It differs from other -IMAP server implementations in that it is run on "sealed" servers, where -users are not normally permitted to log in. The mailbox database is stored -in parts of the filesystem that are private to the Cyrus IMAP system. All -user access to mail is through software using the IMAP, POP3, or KPOP -protocols. - -The private mailbox database design gives the server large advantages in -efficiency, scalability, and administratability. Multiple concurrent -read/write connections to the same mailbox are permitted. The server -supports access control lists on mailboxes and storage quotas on mailbox -hierarchies. - -WWW: http://asg.web.cmu.edu/cyrus/ diff --git a/mail/cyrus-imapd23/pkg-install b/mail/cyrus-imapd23/pkg-install deleted file mode 100644 index 8bbe09d840f5..000000000000 --- a/mail/cyrus-imapd23/pkg-install +++ /dev/null @@ -1,63 +0,0 @@ -#!/bin/sh - -#set -vx - -PKG_BATCH=${BATCH:=NO} - -PKG_PREFIX=${PKG_PREFIX:=/usr/local} - -CYRUS_USER=${CYRUS_USER:=%%CYRUS_USER%%} - -# -# Modify the 'cyrus' user created from the cyrus-sasl port -# - -modify_cyrus_user() { - USER=${CYRUS_USER} - PW=/usr/sbin/pw - shell=/bin/csh - uhome=${PKG_PREFIX}/cyrus - - if ! ${PW} mod user ${USER} -d "${uhome}" -s "${shell}" \ ; then - e=$? - echo "*** Failed to update user \`${USER}'." - exit ${e} - fi - echo "*** Updated user \`${USER}'." -} - - -checkfile() { - diff -bBqw $1 $1.dist >/dev/null 2>&1 - case $? in - 0) # config file exists, but is the same - ;; - 1) # config file exists and differs - echo "** Make sure $1 is in sync with this version"; - echo " of the port. See $1.dist for details."; - ;; - *) # no config file exists, copy it - install -c -m 644 $1.dist $1 - ;; - esac -} - -case $2 in - PRE-INSTALL) - ;; - - POST-INSTALL) - modify_cyrus_user - cd ${PKG_PREFIX} - checkfile ${PKG_PREFIX}/etc/imapd.conf - checkfile ${PKG_PREFIX}/etc/cyrus.conf - if grep 'sieve' /etc/services; then - echo - else - echo - echo "** Please add an entry for the sieve protocol (2000/tcp)" - echo " to /etc/services" - echo - fi - ;; -esac diff --git a/mail/cyrus-imapd23/pkg-message b/mail/cyrus-imapd23/pkg-message deleted file mode 100644 index ff816e46e925..000000000000 --- a/mail/cyrus-imapd23/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ -**************************************************************************** - -To setup mail spool, modify /usr/local/etc/imapd.conf appropriately, -then run /usr/local/cyrus/bin/mkimap. -To run Cyrus IMAPd from startup, add cyrus_imapd_enable="YES" in your -/etc/rc.conf. - -**************************************************************************** diff --git a/mail/cyrus-imapd23/pkg-plist b/mail/cyrus-imapd23/pkg-plist deleted file mode 100644 index e57884517bda..000000000000 --- a/mail/cyrus-imapd23/pkg-plist +++ /dev/null @@ -1,109 +0,0 @@ -bin/cyradm -bin/imtest -bin/installsieve -bin/lmtptest -bin/mupdatetest -bin/nntptest -bin/pop3test -bin/sieveshell -bin/sivtest -bin/smtptest -cyrus/bin/arbitron -cyrus/bin/chk_cyrus -cyrus/bin/ctl_cyrusdb -cyrus/bin/ctl_deliver -cyrus/bin/ctl_mboxlist -cyrus/bin/cvt_cyrusdb -cyrus/bin/cyr_expire -cyrus/bin/cyrdump -cyrus/bin/cyrquota -cyrus/bin/deliver -%%NNTP%%cyrus/bin/fetchnews -cyrus/bin/fud -cyrus/bin/imapd -cyrus/bin/ipurge -cyrus/bin/lmtpd -%%MURDER%%cyrus/bin/lmtpproxyd -cyrus/bin/masssievec -cyrus/bin/master -cyrus/bin/mbexamine -cyrus/bin/mbpath -cyrus/bin/mkimap -%%MURDER%%cyrus/bin/mupdate -%%NNTP%%cyrus/bin/nntpd -cyrus/bin/notifyd -cyrus/bin/pop3d -cyrus/bin/pop3proxyd -%%MURDER%%cyrus/bin/proxyd -cyrus/bin/reconstruct -cyrus/bin/sievec -cyrus/bin/squatter -cyrus/bin/timsieved -cyrus/bin/tls_prune -@unexec if cmp -s %D/etc/cyrus.conf %D/etc/cyrus.conf.dist; then rm -f %D/etc/cyrus.conf; fi -etc/cyrus.conf.dist -@exec [ -f %B/cyrus.conf ] || cp %B/%f %B/cyrus.conf -@unexec if cmp -s %D/etc/imapd.conf %D/etc/imapd.conf.dist; then rm -f %D/etc/imapd.conf; fi -etc/imapd.conf.dist -@exec [ -f %B/imapd.conf ] || cp %B/%f %B/imapd.conf -etc/rc.d/imapd.sh -include/cyrus/acl.h -include/cyrus/assert.h -include/cyrus/auth.h -include/cyrus/bsearch.h -include/cyrus/charset.h -include/cyrus/cyrusdb.h -include/cyrus/glob.h -include/cyrus/gmtoff.h -include/cyrus/hash.h -include/cyrus/imapopts.h -include/cyrus/imapurl.h -include/cyrus/imclient.h -include/cyrus/imparse.h -include/cyrus/iptostring.h -include/cyrus/libconfig.h -include/cyrus/libcyr_cfg.h -include/cyrus/lock.h -include/cyrus/lsort.h -include/cyrus/map.h -include/cyrus/mkgmtime.h -include/cyrus/mpool.h -include/cyrus/nonblock.h -include/cyrus/parseaddr.h -include/cyrus/prot.h -include/cyrus/retry.h -include/cyrus/rfc822date.h -include/cyrus/strhash.h -include/cyrus/strhash.o -include/cyrus/stristr.h -include/cyrus/sysexits.h -include/cyrus/util.h -include/cyrus/xmalloc.h -lib/libcyrus_min.a -lib/libcyrus.a -lib/perl5/%%PERL_VERSION%%/man/man3/Cyrus::IMAP.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Cyrus::IMAP::Admin.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Cyrus::IMAP::IMSP.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Cyrus::IMAP::Shell.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Cyrus::SIEVE::managesieve.3 -%%SITE_PERL%%/%%PERL_ARCH%%/Cyrus/IMAP/Admin.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Cyrus/IMAP/IMSP.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Cyrus/IMAP/Shell.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Cyrus/IMAP.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Cyrus/SIEVE/managesieve.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cyrus/IMAP/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cyrus/IMAP/IMAP.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cyrus/IMAP/IMAP.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cyrus/SIEVE/managesieve/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cyrus/SIEVE/managesieve/managesieve.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cyrus/SIEVE/managesieve/managesieve.so -@dirrm cyrus/bin -@dirrm cyrus -@dirrm include/cyrus -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Cyrus/IMAP -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Cyrus/SIEVE -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Cyrus -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cyrus/IMAP -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cyrus/SIEVE/managesieve -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cyrus/SIEVE -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cyrus diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile deleted file mode 100644 index 1d2ad32df4fb..000000000000 --- a/mail/cyrus-imapd24/Makefile +++ /dev/null @@ -1,230 +0,0 @@ -# New ports collection makefile for: cyrus-imapd -# Date created: Jan 4th 2001 -# Whom: ume@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= cyrus-imapd -PORTVERSION= 2.2.2.b -PORTREVISION= 1 -CATEGORIES= mail ipv6 -MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ - ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/cyrus-mail/&,} -DISTNAME= ${PORTNAME}-2.2.2-BETA - -MAINTAINER= ume@FreeBSD.org -COMMENT= The cyrus mail server, supporting POP3 and IMAP4 protocols - -CONFLICTS= cyrus-1.* cyrus-imapd-2.[^2].* - -LIB_DEPENDS= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 -BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend - -USE_RC_SUBR= YES - -USE_OPENSSL= yes -USE_PERL5= yes -USE_REINPLACE= YES -GNU_CONFIGURE= YES -CONFIGURE_ARGS= --with-cyrus-prefix=${PREFIX}/cyrus \ - --with-cyrus-user=${CYRUS_USER} \ - --with-cyrus-group=${CYRUS_GROUP} \ - --with-sasl=${LOCALBASE} \ - --with-bdb-libdir=${LOCALBASE}/lib \ - --with-auth=unix \ - --with-com_err \ - --with-openssl=${OPENSSLBASE} \ - --with-perl=${PERL5} - -.if defined(WITH_BDB_VER) -USE_BDB_VER= ${WITH_BDB_VER} -.else -USE_BDB_VER= 3 -.endif -.if ${USE_BDB_VER} == 41 -LIB_DEPENDS+= db41.1:${PORTSDIR}/databases/db41 -.elif ${USE_BDB_VER} == 4 -LIB_DEPENDS+= db4.0:${PORTSDIR}/databases/db4 -.elif ${USE_BDB_VER} == 3 -LIB_DEPENDS+= db3.3:${PORTSDIR}/databases/db3 -.else -BROKEN= "WITH_BDB_VER must be 3, 4 or 41" -.endif -CONFIGURE_ARGS+=--with-bdb-incdir=${LOCALBASE}/include/db${USE_BDB_VER} \ - --with-bdb=db${USE_BDB_VER} - -.if defined(WITHOUT_SKIPLIST) -CONFIGURE_ARGS+=--with-mboxlist-db=berkeley --with-seen-db=flat -.endif - -.if defined(WITH_NNTP) -CONFIGURE_ARGS+=--enable-nntp -PLIST_SUB+= NNTP="" -.else -PLIST_SUB+= NNTP="@comment " -.endif - -.if defined(WITH_MURDER) -CONFIGURE_ARGS+=--enable-murder -CFLAGS+= ${PTHREAD_CFLAGS} -MAKE_ENV+= PTHREAD_LIBS=${PTHREAD_LIBS} -PLIST_SUB+= MURDER="" -.else -PLIST_SUB+= MURDER="@comment " -.endif - -.if defined(WITH_LISTEXT) -CONFIGURE_ARGS+=--enable-listext -.endif - -.if defined(WITH_ANNOTATEMORE) -CONFIGURE_ARGS+=--enable-annotatemore -.endif - -.if defined(WITH_NETSCAPEHACK) -CONFIGURE_ARGS+=--enable-netscapehack -.endif - -.if defined(WITH_DRAC) -EXTRA_PATCHES+= ${WRKSRC}/contrib/drac_auth.patch -#EXTRA_PATCHES+= ${FILESDIR}/extra-patch-acconfig.h -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-aclocal.m4 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config.h.in -#USE_AUTOHEADER= YES -USE_AUTOCONF= YES -WANT_AUTOCONF_VER=257 -CONFIGURE_ARGS+=--with-drac=${LOCALBASE} -BUILD_DEPENDS+= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac -.endif - -.if defined(WITH_SNMP) -# It seems not compilable due to lack of auto_nlist_value() in libucdagent. -LIB_DEPENDS+= netsnmp.5:${PORTSDIR}/net/net-snmp -#CONFIGURE_ENV= LIBS=-lkvm -.else -CONFIGURE_ARGS+=--with-ucdsnmp=no -.endif - -CYRUS_USER?= cyrus -CYRUS_GROUP?= cyrus - -MAN1= cyradm.1 imtest.1 installsieve.1 lmtptest.1 mupdatetest.1 \ - nntptest.1 pop3test.1 sieveshell.1 sivtest.1 smtptest.1 -MAN3= imclient.3 -MAN5= cyrus.conf.5 imapd.conf.5 krb.equiv.5 -MAN8= arbitron.8 chk_cyrus.8 nntpd.8 ctl_cyrusdb.8 ctl_deliver.8 \ - cyr_expire.8 ctl_mboxlist.8 cvt_cyrusdb.8 cyrquota.8 \ - deliver.8 fetchnews.8 fud.8 idled.8 imapd.8 ipurge.8 \ - lmtpd.8 master.8 mbexamine.8 mbpath.8 notifyd.8 pop3d.8 \ - reconstruct.8 rmnews.8 squatter.8 syncnews.8 timsieved.8 \ - tls_prune.8 - -DOCS= altnamespace anoncvs bugs changes faq feedback index \ - install install-admin-mb install-auth install-compile \ - install-configure install-murder install-netnews \ - install-perf install-prereq install-sieve install-snmpmon \ - install-testing install-upgrade install-virtdomains \ - mailing-list man notes os overview questions readme sieve \ - sieve-protocol specs - -DOCSDIR= ${PREFIX}/share/doc/cyrus-imapd22 - -PKGDEINSTALL= ${WRKDIR}/pkg-deinstall -PKGINSTALL= ${WRKDIR}/pkg-install - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500800 -RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp -.endif -.if ${PERL_LEVEL} < 500600 -RUN_DEPENDS+= ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-PodParser -.endif - -RC_SCRIPTS_SUB= PREFIX=${PREFIX} \ - RC_SUBR=${RC_SUBR} - -pre-everything:: -.if !defined(WITH_BDB_VER) - @if ${LDCONFIG} -r | ${GREP} -qwE -e "-ldb(41|4)"; then \ - ${ECHO_MSG} ""; \ - ${ECHO_MSG} "It seems you have installed newer db than db3. If"; \ - ${ECHO_MSG} "you are using newer db for cyrus-sasl2, you should"; \ - ${ECHO_MSG} "specify same version by WITH_BDB_VER. For"; \ - ${ECHO_MSG} "exapmle, WITH_BDB_VER=4 for db4."; \ - ${ECHO_MSG} ""; \ - fi -.endif - -.if defined(WITH_DRAC) -pre-patch: - @${REINPLACE_CMD} -e '/^Index: acconfig\.h/,/^Index: /d' \ - ${WRKSRC}/contrib/drac_auth.patch -.endif - -post-patch: - @${SED} -e "s|%%CYRUS_USER%%|${CYRUS_USER}|g" \ - ${.CURDIR}/pkg-install > ${PKGINSTALL} - @${SED} -e "s|%%CYRUS_USER%%|${CYRUS_USER}|g" \ - ${.CURDIR}/pkg-deinstall > ${PKGDEINSTALL} - @${REINPLACE_CMD} -e "s|/etc/|${PREFIX}/etc/|" \ - -e "s|%%CYRUS_USER%%|${CYRUS_USER}|g" \ - -e "s|%%CYRUS_GROUP%%|${CYRUS_GROUP}|g" \ - ${WRKSRC}/tools/mkimap - @${REINPLACE_CMD} -e "s|/etc/|${PREFIX}/etc/|g" \ - -e "s|/usr/sieve|/var/imap/sieve|g" \ - ${WRKSRC}/tools/masssievec - @${CP} ${WRKSRC}/man/quota.8 ${WRKSRC}/man/cyrquota.8 -.if ${PERL_LEVEL} < 500600 - @${REINPLACE_CMD} -e "s|exec perl -x|exec perl -I${SITE_PERL} -x|" \ - ${WRKSRC}/perl/sieve/scripts/sieveshell.pl -.endif - -post-install: - @${MV} ${PREFIX}/cyrus/bin/quota ${PREFIX}/cyrus/bin/cyrquota -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR}/man - ${MKDIR} ${DOCSDIR}/text -.for file in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/doc/${file}.html ${DOCSDIR} - @${ECHO_CMD} share/doc/cyrus-imapd22/${file}.html >>${TMPPLIST} -.endfor -.for file in ${MAN1} ${MAN3} ${MAN5} ${MAN8} - ofile=`echo ${file} | ${SED} s/cyrquota/quota/`; \ - if [ -f ${WRKSRC}/doc/man/$${ofile}.html ]; then \ - ${INSTALL_DATA} ${WRKSRC}/doc/man/$${ofile}.html \ - ${DOCSDIR}/man/$${ofile}.html; \ - ${ECHO_CMD} share/doc/cyrus-imapd22/man/$${ofile}.html \ - >>${TMPPLIST}; \ - fi -.endfor -.for file in cyrusv2.mc murder.png netnews.png - ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR} - @${ECHO_CMD} share/doc/cyrus-imapd22/${file} >>${TMPPLIST} -.endfor -.for file in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/doc/text/${file} ${DOCSDIR}/text - @${ECHO_CMD} share/doc/cyrus-imapd22/text/${file} >>${TMPPLIST} -.endfor - @${ECHO_CMD} "@dirrm share/doc/cyrus-imapd22/text" >>${TMPPLIST} - @${ECHO_CMD} "@dirrm share/doc/cyrus-imapd22/man" >>${TMPPLIST} - @${ECHO_CMD} "@dirrm share/doc/cyrus-imapd22" >>${TMPPLIST} -.endif - @${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ - ${FILESDIR}/imapd.sh > ${PREFIX}/etc/rc.d/imapd.sh - @${CHMOD} 755 ${PREFIX}/etc/rc.d/imapd.sh - ${INSTALL_DATA} ${FILESDIR}/imapd.conf \ - ${PREFIX}/etc/imapd.conf.dist - ${INSTALL_DATA} ${WRKSRC}/master/conf/normal.conf \ - ${PREFIX}/etc/cyrus.conf.dist - ${INSTALL_SCRIPT} ${WRKSRC}/tools/mkimap \ - ${PREFIX}/cyrus/bin/mkimap - ${INSTALL_SCRIPT} ${WRKSRC}/tools/masssievec \ - ${PREFIX}/cyrus/bin/masssievec - @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} \ - POST-INSTALL - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/mail/cyrus-imapd24/distinfo b/mail/cyrus-imapd24/distinfo deleted file mode 100644 index f2179e3ff99a..000000000000 --- a/mail/cyrus-imapd24/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (cyrus-imapd-2.2.2-BETA.tar.gz) = 774b55e758a2bf83d6ffd6b90a3fff4c diff --git a/mail/cyrus-imapd24/files/extra-patch-acconfig.h b/mail/cyrus-imapd24/files/extra-patch-acconfig.h deleted file mode 100644 index 05e561b78963..000000000000 --- a/mail/cyrus-imapd24/files/extra-patch-acconfig.h +++ /dev/null @@ -1,17 +0,0 @@ -Index: acconfig.h -diff -u acconfig.h.orig acconfig.h ---- acconfig.h.orig Fri Feb 14 05:32:50 2003 -+++ acconfig.h Fri Mar 21 21:03:25 2003 -@@ -263,8 +263,12 @@ - #define FNAME_DOMAINDIR "/domain/" - #define FNAME_LOGDIR "/log/" - #define FNAME_PTSDB "/ptclient/ptscache.db" -+#if !defined(CONFIG_FILENAME) - #define CONFIG_FILENAME "/etc/imapd.conf" -+#endif -+#if !defined(DEFAULT_MASTER_CONFIG_FILENAME) - #define DEFAULT_MASTER_CONFIG_FILENAME "/etc/cyrus.conf" -+#endif - - #ifndef HAVE_SHUTDOWN - #define shutdown(fd, mode) 0 diff --git a/mail/cyrus-imapd24/files/extra-patch-aclocal.m4 b/mail/cyrus-imapd24/files/extra-patch-aclocal.m4 deleted file mode 100644 index 69be3bdc61b9..000000000000 --- a/mail/cyrus-imapd24/files/extra-patch-aclocal.m4 +++ /dev/null @@ -1,22 +0,0 @@ -Index: aclocal.m4 -diff -u aclocal.m4.orig aclocal.m4 ---- aclocal.m4.orig Wed Oct 29 02:24:46 2003 -+++ aclocal.m4 Wed Oct 29 04:28:37 2003 -@@ -505,7 +505,7 @@ - BDB_LIBADD="" - fi - -- for dbname in db-4.1 db4.1 db41 db-4.0 db4.0 db-4 db40 db4 db-3.3 db3.3 db33 db-3.2 db3.2 db32 db-3.1 db3.1 db31 db-3 db30 db3 db -+ for dbname in ${with_bdb} db-4.1 db4.1 db41 db-4.0 db4.0 db-4 db40 db4 db-3.3 db3.3 db33 db-3.2 db3.2 db32 db-3.1 db3.1 db31 db-3 db30 db3 db - do - AC_CHECK_LIB($dbname, db_create, BDB_LIBADD="$BDB_LIBADD -l$dbname"; - dblib="berkeley"; break, dblib="no") -@@ -1664,7 +1664,7 @@ - LIB_UCDSNMP="" - if test "$with_ucdsnmp" != no; then - AC_DEFINE(HAVE_UCDSNMP,1,[Do we have SNMP support?]) -- LIB_UCDSNMP="-lucdagent -lucdmibs -lsnmp" -+ LIB_UCDSNMP="-lucdagent -lucdmibs -lsnmp -lkvm" - AC_CHECK_LIB(rpm, rpmdbOpen, - LIB_UCDSNMP="${LIB_UCDSNMP} -lrpm -lpopt",,-lpopt) - fi diff --git a/mail/cyrus-imapd24/files/extra-patch-config.h.in b/mail/cyrus-imapd24/files/extra-patch-config.h.in deleted file mode 100644 index f377af64f544..000000000000 --- a/mail/cyrus-imapd24/files/extra-patch-config.h.in +++ /dev/null @@ -1,14 +0,0 @@ -Index: config.h.in -diff -u config.h.in.orig config.h.in ---- config.h.in.orig Wed Oct 29 02:24:49 2003 -+++ config.h.in Sat Nov 22 18:43:54 2003 -@@ -100,6 +100,9 @@ - /* Does SASL support APOP? */ - #undef HAVE_APOP - -+/* the Dynamic Relay Authorization Control package */ -+#undef DRAC_AUTH -+ - /* Define to 1 if you have the `daemon' function. */ - #undef HAVE_DAEMON - diff --git a/mail/cyrus-imapd24/files/imapd.conf b/mail/cyrus-imapd24/files/imapd.conf deleted file mode 100644 index 36794aeb8f6f..000000000000 --- a/mail/cyrus-imapd24/files/imapd.conf +++ /dev/null @@ -1,379 +0,0 @@ -# -# $FreeBSD$ -# -# Sample configurations file for Cyrus IMAPd -# Most lines in this file are commented; in this case the default is used. -# The commented lines (usually) contain the default value - -# The pathname of the IMAP configuration directory -# -configdirectory: /var/imap - -# The partition name used by default for new mailboxes -# -#defaultpartition: default - -# The directory for the different partitions -# -partition-default: /var/spool/imap - -# Use the UNIX separator character '/' for delimiting levels of -# mailbox hierarchy. The default is to use the netnews separator -# character '.'. -#unixhierarchysep: no - -# Use the alternate IMAP namespace, where personal folders reside at -# the same level in the hierarchy as INBOX. -# -#altnamespace: no - -# If using the alternate IMAP namespace, the prefix for the other -# users namespace. The hierarchy delimiter will be automatically -# appended. -# -#userprefix: Other Users - -# If using the alternate IMAP namespace, the prefix for the shared -# namespace. The hierarchy delimiter will be automatically appended. -# -#sharedprefix: Shared Folders - -# The umask value used by various Cyrus IMAP programs -# -#umask: 077 - -# This is the hostname visible in the greeting messages of the POP, -# IMAP and LMTP daemons. If it is unset, then the result returned from -# gethostname(2) is used. -# -#servername: <result returned by gethostname(2)> - -# Whether to allow anonymous logins -# -#allowanonymouslogin: no - -# Allow the use of the SASL PLAIN mechanism. -# -#allowplaintext: yes - -# The percent of quota utilization over which the server generates -# warnings. -# -#quotawarn: 90 - -# The length of the IMAP server's inactivity autologout timer, in minutes. -# The minimum value is 30, the default. -# -#timeout: 30 - -# The interval (in seconds) for polling the mailbox for changes while -# running the IDLE command. This option is used when idled can not be -# contacted or when polling is used exclusively. The minimum value is -# 1. A value of 0 will disable polling (and disable IDLE if polling -# is the only method available). -# -#imapidlepoll: 60 - -# If enabled, the server responds to an ID command with a parameter -# list containing: version, vendor, support-url, os, os-version, -# command, arguments, environment. Otherwise the server returns NIL. -# -#imapidresponse: yes - -# Set the length of the POP server's inactivity autologout timer, in -# minutes. The minimum value is 10, the default. -# -#poptimeout: 10 - -# Set the minimum amount of time the server forces users to wait between -# successive POP logins, in minutes. The default is 0. -# -#popminpoll: 0 - -# The number of days advertised as being the minimum a message may be -# left on the POP server before it is deleted (via the CAPA command, -# defined in the POP3 Extension Mechanism, which some clients may -# support). "NEVER", the default, may be specified with a negative -# number. The Cyrus POP3 server never deletes mail, no matter what -# the value of this parameter is. However, if a site implements a -# less liberal policy, it needs to change this parameter accordingly. -# -#popexpiretime: 0 - -# The list of userids with administrative rights. Separate each userid -# with a space. We recommend that administrator userids be separate from -# standard userids. Sites using Kerberos authentication may use separate -# "admin" instances. -# -#admins: <none> - -# A list of users and groups that are allowed to proxy for other -# users, seperated by spaces. Any user listed in this will be allowed -# to login for any other user: use with caution. -# -#proxyservers: <none> - -# The Access Control List (ACL) placed on a newly-created (non-user) -# mailbox that does not have a parent mailbox. -# -#defaultacl: anyone lrs - -# The pathname of the news spool directory. Only used if the partition-news -# configuration option is set. -# -#newsspool: <no default> - -# Prefix to be prepended to newsgroup names to make the corresponding IMAP -# mailbox names. -# -#newsprefix: <none> - -# If nonzero, normal users may create their own IMAP accounts by creating -# the mailbox INBOX. The user's quota is set to the value if it is positive, -# otherwise the user has unlimited quota. -# -#autocreatequota: 0 - -# Include notations in the protocol telemetry logs indicating the number -# of seconds since the last command or response. -# -#logtimestamps: no - -# Number of seconds to pause after a successful plaintext login. For systems -# that support strong authentication, this permits users to perceive a cost -# of using plaintext passwords. -# -#plaintextloginpause: 0 - -# The pathname of srvtab file containing the server's private key. -# This option is passed to the SASL library and overrides its default -# setting. -# -#srvtab: /etc/srvtab - -# The list of remote realms whose users may log in using cross-realm -# authentications. Seperate each realm name by a space. This option is -# only used when the server is compiled with Kerberos authentication. -# -#loginrealms: <none> - -# If enabled, any authentication identity which has a rights on a user's -# INBOX may log in as that user. This option is only used when the server -# is compiled with Kerberos authentication. -# -#loginuseacl: no - -# If enabled, lmtpd attempts to only write one copy of a message per -# partition and create hard links, resulting in a potentially large -# disk savings. -# -#singleinstancestore: yes - -# If enabled, lmtpd will suppress delivery of a message to a mailbox -# if a message with the same message-id (or resent-message-id) is -# recorded as having already been delivered to the mailbox. Records -# the mailbox and message-id/resent-message-id of all successful -# deliveries. -# Note that duplicate delivery suppression is required for Sieve. -# Disabling duplicate delivery suppression will also disable Sieve, -# and as such should only be disabled for performance reasons. -# -#duplicatesuppression: yes - -# If enabled, lmtpd rejects messages with 8-bit characters in the -# headers. Otherwise, 8-bit characters are changed to `X'. (A proper -# soultion to non-ASCII characters in headers is offered by RFC 2047 -# and its predecessors.) -# -#reject8bit: no - -# Maximum incoming LMTP message size. If set, lmtpd will reject -# messages larger than maxmessagesize bytes. The default is to allow -# messages of any size. -# -#maxmessagesize: <unlimited> - -# Userid used to deliver messages to shared folders. For example, if -# set to "bb", email sent to "bb+shared.blah" would be delivered to -# the "shared.blah" folder. By default, an email address of -# "+shared.blah" would be used. -#postuser: <none> - -# If enabled at compile time, this specifies a URL to reply when -# Netscape asks the server where the mail administration HTTP server -# is. The default is a site at CMU with a hopefully informative -# message; administrators should set this to a local resource with -# some information of greater use. -# -#netscapeurl: http://andrew2.andrew.cmu.edu/cyrus/imapd/netscapeadmin.html - -# Notifyd(8) method to use for "MAIL" notifications. If not set, -# "MAIL" notifications are disabled. -# -#mailnotifier: <no default> - -# Notifyd(8) method to use for "SIEVE" notifications. If not set, -# "SIEVE" notifications are disabled. -# -# This method is only used when no method is specified in the script. -# -#sievenotifier: <no default> - -# If enabled, lmtpd will look for Sieve scripts in user's home -# directories: ~user/.sieve. -# -sieveusehomedir: false - -# If sieveusehomedir is false, this directory is searched for Sieve scripts. -# The active Sieve script is s called "default", placed in the users sieve -# sieve directory (ie. /var/imap/sieve/u/user). -# -sievedir: /var/imap/sieve - -# The pathname of the sendmail executable. Sieve uses sendmail for -# sending rejections, redirects and vaca- tion responses. -# -#sendmail: /usr/sbin/sendmail - -# Username that is used as the 'From' address in rejection MDNs -# produced by sieve. -# -#postmaster: postmaster - -# If enabled, the partitions will also be hashed, in addition to the hashing -# done on configuration directories. This is recommended if one partition has -# a very bushy mailbox tree. -# -#hashimapspool: false - -# Maximum size (in kilobytes) any sieve script can be, enforced at -# submission by timsieved(8). -# -#sieve_maxscriptsize: 32 - -# Maximum number of sieve scripts any user may have, enforced at -# submission by timsieved(8). -# -#sieve_maxscripts: 5 - -# Maximum SSF (security strength factor) that the server will allow a -# client to negotiate. -# -#sasl_maximum_layer: 256 - -# The minimum SSF that the server will allow a client to negotiate. A -# value of 1 requires integrity protection; any higher value requires -# some amount of encryption. -# -#sasl_minimum_layer: 0 - -# The mechanism used by the server to verify plaintext passwords. Possible -# values include "auxprop" or "saslauthd" -# -sasl_pwcheck_method: auxprop - -# If enabled, the SASL library will automatically create authentication -# secrets when given a plaintext password. See the SASL documentation. -# -#sasl_auto_transition: no - -# Whitespace separated list of mechanisms to allow (e.g. 'plain otp'). -# Used to restrict the mechanisms to a subset of the installed -# plugins. The default is all available. -# -#sasl_mech_list: cram-md5 digest-md5 - -# Location of the opiekeys file -# -#sasl_opiekeys: /etc/opiekeys - -# File containing the global certificate used for ALL services (imap, -# pop3, lmtp). -# -#tls_cert_file: <none> - -# File containing the private key belonging to the global server -# certificate. -# -#tls_key_file: <none> - -# File containing the certificate used for imap ONLY. If not -# specified, the global certificate is used. A value of "disabled" -# will disable SSL/TLS for imap. -# -#imap_tls_cert_file: <none> - -# File containing the private key belonging to the imap-specific -# server certificate. If not specified, the global private key is -# used. A value of "disabled" will disable SSL/TLS for imap. -# -#imap_tls_key_file: <none> - -# File containing the certificate used for pop3 ONLY. If not -# specified, the global certificate is used. A value of "disabled" -# will disable SSL/TLS for pop3. -# -#pop3_tls_cert_file: <none> - -# File containing the private key belonging to the pop3-specific -# server certificate. If not specified, the global private key is -# used. A value of "disabled" will disable SSL/TLS for pop3. -# -#pop3_tls_key_file: <none> - -# File containing the certificate used for lmtp ONLY. If not -# specified, the global certificate is used. A value of "disabled" -# will disable TLS for lmtp. -# -#lmtp_tls_cert_file: <none> - -# File containing the private key belonging to the lmtp-specific -# server certificate. If not specified, the global private key is -# used. A value of "disabled" will disable TLS for lmtp. -# -#lmtp_tls_key_file: <none> - -# File containing the certificate used for sieve ONLY. If not -# specified, the global certificate is used. A value of "disabled" -# will disable TLS for sieve. -# -#sieve_tls_cert_file: <none> - -# File containing the private key belonging to the sieve-specific -# server certificate. If not specified, the global private key is -# used. A value of "disabled" will disable TLS for sieve. -# -#sieve_tls_key_file: <none> - -# File containing one or more Certificate Authority (CA) certificates. -# -#tls_ca_file: <none> - -# Path to directory with certificates of CAs. -# -#tls_ca_path: <none> - -# The length of time (in minutes) that a TLS session will be cached -# for later reuse. The maximum value is 1440 (24 hours), the default. -# A value of 0 will disable session caching. -# -#tls_session_timeout: 1440 - -# The right that a user needs to delete a mailbox. -# -#deleteright: c - -# Unix domain socket that lmtpd listens on, used by deliver(8). -# -#lmtpsocket: /var/imap/socket/lmtp - -# Unix domain socket that idled listens on. -# -#idlesocket: /var/imap/socket/idle - -# Unix domain socket that the new mail notification daemon listens on. -# -#notifysocket: /var/imap/socket/notify - -# -# EOF diff --git a/mail/cyrus-imapd24/files/imapd.sh b/mail/cyrus-imapd24/files/imapd.sh deleted file mode 100644 index 265876b13b82..000000000000 --- a/mail/cyrus-imapd24/files/imapd.sh +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/sh - -# Start or stop cyrus-imapd -# $FreeBSD$ - -# PROVIDE: cyrus_imapd -# REQUIRE: DAEMON -# BEFORE: mail -# KEYWORD: FreeBSD shutdown -# -# NOTE for FreeBSD 5.0+: -# If you want this script to start with the base rc scripts -# move imapd.sh to /etc/rc.d/cyrus_imapd - -prefix=%%PREFIX%% - -# Define these cyrus_imapd_* variables in one of these files: -# /etc/rc.conf -# /etc/rc.conf.local -# /etc/rc.conf.d/cyrus_imapd -# -# DO NOT CHANGE THESE DEFAULT VALUES HERE -# -[ -z "$cyrus_imapd_enable" ] && cyrus_imapd_enable="NO" # Enable imapd -#cyrus_imapd_program="${prefix}/cyrus/bin/master" # Location of imapd -[ -z "$cyrus_imapd_flags" ] && cyrus_imapd_flags="-d" # Flags to imapd program - -. %%RC_SUBR%% - -name="cyrus_imapd" -rcvar=`set_rcvar` -command="${prefix}/cyrus/bin/master" -pidfile="/var/run/cyrus-master.pid" -required_files="${prefix}/etc/cyrus.conf ${prefix}/etc/imapd.conf" - -load_rc_config $name -run_rc_command "$1" diff --git a/mail/cyrus-imapd24/files/patch-aa b/mail/cyrus-imapd24/files/patch-aa deleted file mode 100644 index 616c7b3c61fe..000000000000 --- a/mail/cyrus-imapd24/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -Index: man/Makefile.in -diff -u man/Makefile.in.orig man/Makefile.in ---- man/Makefile.in.orig Fri Jun 20 05:49:50 2003 -+++ man/Makefile.in Fri Jul 18 00:30:05 2003 -@@ -69,7 +69,7 @@ - MAN3 = $(srcdir)/imclient.3 - MAN5 = imapd.conf.5 $(srcdir)/krb.equiv.5 $(srcdir)/cyrus.conf.5 - MAN8 = $(srcdir)/arbitron.8 $(srcdir)/cyr_expire.8 $(srcdir)/deliver.8 \ -- $(srcdir)/fud.8 $(srcdir)/imapd.8 $(srcdir)/pop3d.8 $(srcdir)/quota.8 \ -+ $(srcdir)/fud.8 $(srcdir)/imapd.8 $(srcdir)/pop3d.8 $(srcdir)/cyrquota.8 \ - $(srcdir)/reconstruct.8 $(srcdir)/rmnews.8 $(srcdir)/syncnews.8 \ - $(srcdir)/mbpath.8 $(srcdir)/timsieved.8 $(srcdir)/master.8 \ - $(srcdir)/lmtpd.8 $(srcdir)/idled.8 $(srcdir)/ctl_mboxlist.8 \ diff --git a/mail/cyrus-imapd24/files/patch-ab b/mail/cyrus-imapd24/files/patch-ab deleted file mode 100644 index 1fc68c171063..000000000000 --- a/mail/cyrus-imapd24/files/patch-ab +++ /dev/null @@ -1,38 +0,0 @@ ---- man/quota.8.orig Sun May 4 22:26:33 1997 -+++ man/quota.8 Sun May 4 22:27:24 1997 -@@ -11,9 +11,9 @@ - .\" use of the code for commercial purposes or benefits by anyone - .\" without specific, additional permission by the owner of the code. - .SH NAME --quota \- report and optionally fix quota usage -+cyrquota \- report and optionally fix quota usage - .SH SYNOPSIS --.B quota -+.B cyrquota - [ - .B \-f - ] -@@ -21,12 +21,12 @@ - .IR mailbox-prefix ... - ] - .SH DESCRIPTION --.I Quota -+.I Cyrquota - generates a report listing quota roots, giving their limits and usage. - If the - .I \-f - option is given, --.I quota -+.I cyrquota - first fixes any inconsistencies in the quota subsystem, such as - mailboxes with the wrong quota root or quota roots with the wrong - quota usage reported. -@@ -37,7 +37,7 @@ - prefixes. - .PP - Running --.I quota -+.I cyrquota - with both the - .I \-f - option and diff --git a/mail/cyrus-imapd24/files/patch-ac b/mail/cyrus-imapd24/files/patch-ac deleted file mode 100644 index bf700856699a..000000000000 --- a/mail/cyrus-imapd24/files/patch-ac +++ /dev/null @@ -1,22 +0,0 @@ -Index: configure -diff -u configure.orig configure ---- configure.orig Wed Oct 29 02:24:50 2003 -+++ configure Wed Oct 29 03:52:02 2003 -@@ -6811,7 +6811,7 @@ - BDB_LIBADD="" - fi - -- for dbname in db-4.1 db4.1 db41 db-4.0 db4.0 db-4 db40 db4 db-3.3 db3.3 db33 db-3.2 db3.2 db32 db-3.1 db3.1 db31 db-3 db30 db3 db -+ for dbname in ${with_bdb} db-4.1 db4.1 db41 db-4.0 db4.0 db-4 db40 db4 db-3.3 db3.3 db33 db-3.2 db3.2 db32 db-3.1 db3.1 db31 db-3 db30 db3 db - do - as_ac_Lib=`echo "ac_cv_lib_$dbname''_db_create" | $as_tr_sh` - echo "$as_me:$LINENO: checking for db_create in -l$dbname" >&5 -@@ -13851,7 +13851,7 @@ - #define HAVE_UCDSNMP 1 - _ACEOF - -- LIB_UCDSNMP="-lucdagent -lucdmibs -lsnmp" -+ LIB_UCDSNMP="-lucdagent -lucdmibs -lsnmp -lkvm" - echo "$as_me:$LINENO: checking for rpmdbOpen in -lrpm" >&5 - echo $ECHO_N "checking for rpmdbOpen in -lrpm... $ECHO_C" >&6 - if test "${ac_cv_lib_rpm_rpmdbOpen+set}" = set; then diff --git a/mail/cyrus-imapd24/files/patch-bc b/mail/cyrus-imapd24/files/patch-bc deleted file mode 100644 index 9b2b0276a019..000000000000 --- a/mail/cyrus-imapd24/files/patch-bc +++ /dev/null @@ -1,20 +0,0 @@ -Index: imap/Makefile.in -diff -u imap/Makefile.in.orig imap/Makefile.in ---- imap/Makefile.in.orig Tue Jul 15 00:56:08 2003 -+++ imap/Makefile.in Fri Jul 18 00:35:34 2003 -@@ -241,13 +241,13 @@ - $(CC) $(LDFLAGS) -o mupdate \ - $(SERVICETHREAD) mupdate.o mupdate-slave.o mupdate-client.o \ - mutex_pthread.o tls.o libimap.a \ -- $(DEPLIBS) $(LIBS) $(LIB_WRAP) -lpthread -+ $(DEPLIBS) $(LIBS) $(LIB_WRAP) $(PTHREAD_LIBS) - - mupdate.pure: mupdate.o mupdate-slave.o mupdate-client.o mutex_pthread.o \ - libimap.a $(DEPLIBS) - $(PURIFY) $(PUREOPT) $(CC) $(LDFLAGS) -o mupdate.pure \ - $(SERVICETHREAD) mupdate.o mupdate-slave.o mupdate-client.o \ -- mutex_pthread.o libimap.a $(DEPLIBS) $(LIBS) $(LIB_WRAP) -lpthread -+ mutex_pthread.o libimap.a $(DEPLIBS) $(LIBS) $(LIB_WRAP) $(PTHREAD_LIBS) - - pop3d: pop3d.o backend.o tls.o mutex_fake.o libimap.a $(DEPLIBS) $(SERVICE) - $(CC) $(LDFLAGS) -o pop3d pop3d.o backend.o tls.o $(SERVICE) \ diff --git a/mail/cyrus-imapd24/files/patch-config.h.in b/mail/cyrus-imapd24/files/patch-config.h.in deleted file mode 100644 index f49e1e525f4b..000000000000 --- a/mail/cyrus-imapd24/files/patch-config.h.in +++ /dev/null @@ -1,17 +0,0 @@ -Index: config.h.in -diff -u config.h.in.orig config.h.in ---- config.h.in.orig Thu Mar 20 04:04:36 2003 -+++ config.h.in Fri Mar 21 14:33:39 2003 -@@ -360,8 +360,12 @@ - #define FNAME_DOMAINDIR "/domain/" - #define FNAME_LOGDIR "/log/" - #define FNAME_PTSDB "/ptclient/ptscache.db" -+#if !defined(CONFIG_FILENAME) - #define CONFIG_FILENAME "/etc/imapd.conf" -+#endif -+#if !defined(DEFAULT_MASTER_CONFIG_FILENAME) - #define DEFAULT_MASTER_CONFIG_FILENAME "/etc/cyrus.conf" -+#endif - - #ifndef HAVE_SHUTDOWN - #define shutdown(fd, mode) 0 diff --git a/mail/cyrus-imapd24/files/patch-dc b/mail/cyrus-imapd24/files/patch-dc deleted file mode 100644 index f2f5f074e332..000000000000 --- a/mail/cyrus-imapd24/files/patch-dc +++ /dev/null @@ -1,14 +0,0 @@ -Index: master/Makefile.in -diff -u master/Makefile.in.orig master/Makefile.in ---- master/Makefile.in.orig Fri Feb 7 07:41:03 2003 -+++ master/Makefile.in Fri Mar 21 18:02:28 2003 -@@ -52,7 +52,8 @@ - CYRUS_USER=@cyrus_user@ - CYRUS_GROUP=@cyrus_group@ - --DEFS = @DEFS@ @LOCALDEFS@ -+DEFS = @DEFS@ @LOCALDEFS@ -DCONFIG_FILENAME=\"$(prefix)/etc/imapd.conf\" \ -+ -DDEFAULT_MASTER_CONFIG_FILENAME=\"$(prefix)/etc/cyrus.conf\" - CPPFLAGS = -I. -I.. -I$(srcdir) -I$(srcdir)/../lib @CPPFLAGS@ @COM_ERR_CPPFLAGS@ - DEPLIBS = ../lib/libcyrus_min.a @DEPLIBS@ - diff --git a/mail/cyrus-imapd24/files/patch-df b/mail/cyrus-imapd24/files/patch-df deleted file mode 100644 index 69a0841343ee..000000000000 --- a/mail/cyrus-imapd24/files/patch-df +++ /dev/null @@ -1,14 +0,0 @@ -Index: master/service.c -diff -u master/service.c.orig master/service.c ---- master/service.c.orig Wed Jan 22 22:52:36 2003 -+++ master/service.c Wed Jan 22 22:57:20 2003 -@@ -102,6 +102,9 @@ - struct sockaddr_storage sin; - socklen_t len = sizeof(sin); - -+ /* XXX: old FreeBSD didn't fill sockaddr correctly against AF_UNIX */ -+ sin.ss_family = AF_UNIX; -+ - /* is this a connection from the local host? */ - if (getpeername(fd, (struct sockaddr *) &sin, &len) == 0) { - if (((struct sockaddr *)&sin)->sa_family == AF_UNIX) { diff --git a/mail/cyrus-imapd24/files/patch-dg b/mail/cyrus-imapd24/files/patch-dg deleted file mode 100644 index 5c54d21287d8..000000000000 --- a/mail/cyrus-imapd24/files/patch-dg +++ /dev/null @@ -1,37 +0,0 @@ -Index: tools/mkimap -diff -u tools/mkimap.orig tools/mkimap ---- tools/mkimap.orig Mon Mar 10 03:39:36 2003 -+++ tools/mkimap Fri Mar 21 17:24:10 2003 -@@ -61,6 +61,9 @@ - - $imapdconf = shift || "/etc/imapd.conf"; - -+$cyrus_user = $ENV{CYRUS_USER} || "%%CYRUS_USER%%"; -+$cyrus_group = $ENV{CYRUS_GROUP} || "%%CYRUS_GROUP%%"; -+ - open CONF, $imapdconf or die "can't open $imapdconf"; - print "reading configure file...\n"; - while (<CONF>) { -@@ -86,6 +89,7 @@ - - print "configuring $d...\n"; - -+mkdir $d, 0755; - chdir $d or die "couldn't change to $d"; - - mkdir "proc", 0755; -@@ -95,11 +99,14 @@ - mkdir "msg", 0755; - mkdir "ptclient", 0755; - -+system "/usr/sbin/chown -R $cyrus_user:$cyrus_group ."; -+ - while ($part = shift @parts) { - print "creating $part...\n"; - mkdir $part, 0755; - chdir $part or die "couldn't change to partition $part"; - mkdir "stage.", 0755; -+ system "/usr/sbin/chown -R $cyrus_user:$cyrus_group $part"; - } - - print "done\n"; diff --git a/mail/cyrus-imapd24/files/patch-imtest::imtest.c b/mail/cyrus-imapd24/files/patch-imtest::imtest.c deleted file mode 100644 index e1fd1efa8c06..000000000000 --- a/mail/cyrus-imapd24/files/patch-imtest::imtest.c +++ /dev/null @@ -1,23 +0,0 @@ -Index: imtest/imtest.c -diff -u imtest/imtest.c.orig imtest/imtest.c ---- imtest/imtest.c.orig Sun Jul 13 05:10:56 2003 -+++ imtest/imtest.c Fri Jul 18 00:52:29 2003 -@@ -51,6 +51,7 @@ - #include <sys/stat.h> - #include <fcntl.h> - -+#include <limits.h> - #include <stdlib.h> - #include <stdio.h> - #include <string.h> -@@ -419,8 +420,8 @@ - } - - --char *var_tls_CAfile=""; --char *var_tls_CApath=""; -+static char *var_tls_CAfile=""; -+static char *var_tls_CApath=""; - /* - * This is the setup routine for the SSL client. - * diff --git a/mail/cyrus-imapd24/files/patch-lib::Makefile.in b/mail/cyrus-imapd24/files/patch-lib::Makefile.in deleted file mode 100644 index b85111fb7723..000000000000 --- a/mail/cyrus-imapd24/files/patch-lib::Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ -Index: lib/Makefile.in -diff -u lib/Makefile.in.orig lib/Makefile.in ---- lib/Makefile.in.orig Thu Feb 13 04:12:42 2003 -+++ lib/Makefile.in Fri Mar 21 15:11:50 2003 -@@ -56,7 +56,7 @@ - INSTALL = @INSTALL@ - RANLIB = @RANLIB@ - --DEFS = @DEFS@ -+DEFS = @DEFS@ -DCONFIG_FILENAME=\"$(prefix)/etc/imapd.conf\" - CPPFLAGS = -I.. @CPPFLAGS@ @COM_ERR_CPPFLAGS@ @SASLFLAGS@ - LIBS = @LIBS@ - diff --git a/mail/cyrus-imapd24/files/patch-lib::imapoptions b/mail/cyrus-imapd24/files/patch-lib::imapoptions deleted file mode 100644 index c46c80a342a0..000000000000 --- a/mail/cyrus-imapd24/files/patch-lib::imapoptions +++ /dev/null @@ -1,22 +0,0 @@ -Index: lib/imapoptions -diff -u lib/imapoptions.orig lib/imapoptions ---- lib/imapoptions.orig Thu Mar 20 04:00:39 2003 -+++ lib/imapoptions Fri Mar 21 15:27:44 2003 -@@ -454,7 +454,7 @@ - /* The mechanism used by the server to verify plaintext passwords. - Possible values include "auxprop", "saslauthd", and "pwcheck". */ - --{ "sendmail", "/usr/lib/sendmail", STRING } -+{ "sendmail", "/usr/sbin/sendmail", STRING } - /* The pathname of the sendmail executable. Sieve invokes sendmail - for sending rejections, redirects and vacation responses. */ - -@@ -475,7 +475,7 @@ - /* Maximum number of sieve scripts any user may have, enforced at - submission by timsieved(8). */ - --{ "sievedir", "/usr/sieve", STRING } -+{ "sievedir", "/var/imap/sieve", STRING } - /* If sieveusehomedir is false, this directory is searched for Sieve - scripts. */ - diff --git a/mail/cyrus-imapd24/files/patch-master::service-thread.c b/mail/cyrus-imapd24/files/patch-master::service-thread.c deleted file mode 100644 index 9a2016c3c64a..000000000000 --- a/mail/cyrus-imapd24/files/patch-master::service-thread.c +++ /dev/null @@ -1,14 +0,0 @@ -Index: master/service-thread.c -diff -u master/service-thread.c.orig master/service-thread.c ---- master/service-thread.c.orig Wed Jan 22 22:52:36 2003 -+++ master/service-thread.c Wed Jan 22 23:09:52 2003 -@@ -99,6 +99,9 @@ - struct sockaddr_storage sin; - socklen_t len = sizeof(sin); - -+ /* XXX: old FreeBSD didn't fill sockaddr correctly against AF_UNIX */ -+ sin.ss_family = AF_UNIX; -+ - /* is this a connection from the local host? */ - if (getpeername(fd, (struct sockaddr *) &sin, &len) == 0) { - if (((struct sockaddr *)&sin)->sa_family == AF_UNIX) { diff --git a/mail/cyrus-imapd24/files/patch-sieve::Makefile.in b/mail/cyrus-imapd24/files/patch-sieve::Makefile.in deleted file mode 100644 index cbc212929f04..000000000000 --- a/mail/cyrus-imapd24/files/patch-sieve::Makefile.in +++ /dev/null @@ -1,21 +0,0 @@ -Index: sieve/Makefile.in -diff -u sieve/Makefile.in.orig sieve/Makefile.in ---- sieve/Makefile.in.orig Fri Feb 28 03:13:50 2003 -+++ sieve/Makefile.in Mon Mar 24 02:26:24 2003 -@@ -32,6 +32,7 @@ - YACC = @YACC@ - YFLAGS = -d - LEX = @LEX@ -+INSTALL = @INSTALL@ - RANLIB = @RANLIB@ - COMPILE_ET = @COMPILE_ET@ - -@@ -58,7 +59,7 @@ - - install: sievec - $(srcdir)/../install-sh -d ${DESTDIR}$(cyrus_prefix)/bin -- $(srcdir)/../install-sh -m 755 sievec $(DESTDIR)$(cyrus_prefix)/bin || exit -+ $(INSTALL) -m 755 sievec $(DESTDIR)$(cyrus_prefix)/bin || exit - - test: $(DEPLIBS) libsieve.a test.o - $(CC) $(LDFLAGS) -o test test.o libsieve.a $(DEPLIBS) $(LIBS) diff --git a/mail/cyrus-imapd24/pkg-deinstall b/mail/cyrus-imapd24/pkg-deinstall deleted file mode 100644 index aed34d1fec6e..000000000000 --- a/mail/cyrus-imapd24/pkg-deinstall +++ /dev/null @@ -1,60 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# Created by: hetzels@westbend.net - -#set -vx - -PKG_BATCH=${BATCH:=NO} - -PKG_PREFIX=${PKG_PREFIX:=/usr/local} - -CYRUS_USER=${CYRUS_USER:=%%CYRUS_USER%%} - -checkfile() { - diff -bBqw $1 $1.dist >/dev/null 2>&1 - case $? in - 0) # config file exists, but is the same - rm $1 - ;; - 1) # config file exists and differs - ;; - *) # no config file exists - ;; - esac -} - -# -# Modify the 'cyrus' user created from the cyrus-sasl port -# - -modify_cyrus_user() { - USER=${CYRUS_USER} - PW=/usr/sbin/pw - if [ -x /sbin/nologin ]; then - shell=/sbin/nologin - else - shell=/nonexistent - fi - uhome=/nonexistent - - if ! ${PW} mod user ${USER} -d "${uhome}" -s "${shell}" \ ; then - e=$? - echo "*** Failed to update user \`${USER}'." - exit ${e} - fi - echo "*** Updated user \`${USER}'." -} - -case $2 in - DEINSTALL) - cd ${PKG_PREFIX} - checkfile ${PKG_PREIFX}/etc/imapd.conf - checkfile ${PKG_PREIFX}/etc/cyrus.conf - ;; - POST-DEINSTALL) - modify_cyrus_user - ;; - -esac diff --git a/mail/cyrus-imapd24/pkg-descr b/mail/cyrus-imapd24/pkg-descr deleted file mode 100644 index 79d06da9dd9b..000000000000 --- a/mail/cyrus-imapd24/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -The Cyrus IMAP (Internet Message Access Protocol) server provides access to -personal mail and system-wide bulletin boards through the IMAP protocol. -The Cyrus IMAP server is a scaleable enterprise mail system designed for use -from small to large enterprise environments using standards-based -technologies. - -A full Cyrus IMAP implementation allows a seamless mail and bulletin board -environment to be set up across multiple servers. It differs from other -IMAP server implementations in that it is run on "sealed" servers, where -users are not normally permitted to log in. The mailbox database is stored -in parts of the filesystem that are private to the Cyrus IMAP system. All -user access to mail is through software using the IMAP, POP3, or KPOP -protocols. - -The private mailbox database design gives the server large advantages in -efficiency, scalability, and administratability. Multiple concurrent -read/write connections to the same mailbox are permitted. The server -supports access control lists on mailboxes and storage quotas on mailbox -hierarchies. - -WWW: http://asg.web.cmu.edu/cyrus/ diff --git a/mail/cyrus-imapd24/pkg-install b/mail/cyrus-imapd24/pkg-install deleted file mode 100644 index 8bbe09d840f5..000000000000 --- a/mail/cyrus-imapd24/pkg-install +++ /dev/null @@ -1,63 +0,0 @@ -#!/bin/sh - -#set -vx - -PKG_BATCH=${BATCH:=NO} - -PKG_PREFIX=${PKG_PREFIX:=/usr/local} - -CYRUS_USER=${CYRUS_USER:=%%CYRUS_USER%%} - -# -# Modify the 'cyrus' user created from the cyrus-sasl port -# - -modify_cyrus_user() { - USER=${CYRUS_USER} - PW=/usr/sbin/pw - shell=/bin/csh - uhome=${PKG_PREFIX}/cyrus - - if ! ${PW} mod user ${USER} -d "${uhome}" -s "${shell}" \ ; then - e=$? - echo "*** Failed to update user \`${USER}'." - exit ${e} - fi - echo "*** Updated user \`${USER}'." -} - - -checkfile() { - diff -bBqw $1 $1.dist >/dev/null 2>&1 - case $? in - 0) # config file exists, but is the same - ;; - 1) # config file exists and differs - echo "** Make sure $1 is in sync with this version"; - echo " of the port. See $1.dist for details."; - ;; - *) # no config file exists, copy it - install -c -m 644 $1.dist $1 - ;; - esac -} - -case $2 in - PRE-INSTALL) - ;; - - POST-INSTALL) - modify_cyrus_user - cd ${PKG_PREFIX} - checkfile ${PKG_PREFIX}/etc/imapd.conf - checkfile ${PKG_PREFIX}/etc/cyrus.conf - if grep 'sieve' /etc/services; then - echo - else - echo - echo "** Please add an entry for the sieve protocol (2000/tcp)" - echo " to /etc/services" - echo - fi - ;; -esac diff --git a/mail/cyrus-imapd24/pkg-message b/mail/cyrus-imapd24/pkg-message deleted file mode 100644 index ff816e46e925..000000000000 --- a/mail/cyrus-imapd24/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ -**************************************************************************** - -To setup mail spool, modify /usr/local/etc/imapd.conf appropriately, -then run /usr/local/cyrus/bin/mkimap. -To run Cyrus IMAPd from startup, add cyrus_imapd_enable="YES" in your -/etc/rc.conf. - -**************************************************************************** diff --git a/mail/cyrus-imapd24/pkg-plist b/mail/cyrus-imapd24/pkg-plist deleted file mode 100644 index e57884517bda..000000000000 --- a/mail/cyrus-imapd24/pkg-plist +++ /dev/null @@ -1,109 +0,0 @@ -bin/cyradm -bin/imtest -bin/installsieve -bin/lmtptest -bin/mupdatetest -bin/nntptest -bin/pop3test -bin/sieveshell -bin/sivtest -bin/smtptest -cyrus/bin/arbitron -cyrus/bin/chk_cyrus -cyrus/bin/ctl_cyrusdb -cyrus/bin/ctl_deliver -cyrus/bin/ctl_mboxlist -cyrus/bin/cvt_cyrusdb -cyrus/bin/cyr_expire -cyrus/bin/cyrdump -cyrus/bin/cyrquota -cyrus/bin/deliver -%%NNTP%%cyrus/bin/fetchnews -cyrus/bin/fud -cyrus/bin/imapd -cyrus/bin/ipurge -cyrus/bin/lmtpd -%%MURDER%%cyrus/bin/lmtpproxyd -cyrus/bin/masssievec -cyrus/bin/master -cyrus/bin/mbexamine -cyrus/bin/mbpath -cyrus/bin/mkimap -%%MURDER%%cyrus/bin/mupdate -%%NNTP%%cyrus/bin/nntpd -cyrus/bin/notifyd -cyrus/bin/pop3d -cyrus/bin/pop3proxyd -%%MURDER%%cyrus/bin/proxyd -cyrus/bin/reconstruct -cyrus/bin/sievec -cyrus/bin/squatter -cyrus/bin/timsieved -cyrus/bin/tls_prune -@unexec if cmp -s %D/etc/cyrus.conf %D/etc/cyrus.conf.dist; then rm -f %D/etc/cyrus.conf; fi -etc/cyrus.conf.dist -@exec [ -f %B/cyrus.conf ] || cp %B/%f %B/cyrus.conf -@unexec if cmp -s %D/etc/imapd.conf %D/etc/imapd.conf.dist; then rm -f %D/etc/imapd.conf; fi -etc/imapd.conf.dist -@exec [ -f %B/imapd.conf ] || cp %B/%f %B/imapd.conf -etc/rc.d/imapd.sh -include/cyrus/acl.h -include/cyrus/assert.h -include/cyrus/auth.h -include/cyrus/bsearch.h -include/cyrus/charset.h -include/cyrus/cyrusdb.h -include/cyrus/glob.h -include/cyrus/gmtoff.h -include/cyrus/hash.h -include/cyrus/imapopts.h -include/cyrus/imapurl.h -include/cyrus/imclient.h -include/cyrus/imparse.h -include/cyrus/iptostring.h -include/cyrus/libconfig.h -include/cyrus/libcyr_cfg.h -include/cyrus/lock.h -include/cyrus/lsort.h -include/cyrus/map.h -include/cyrus/mkgmtime.h -include/cyrus/mpool.h -include/cyrus/nonblock.h -include/cyrus/parseaddr.h -include/cyrus/prot.h -include/cyrus/retry.h -include/cyrus/rfc822date.h -include/cyrus/strhash.h -include/cyrus/strhash.o -include/cyrus/stristr.h -include/cyrus/sysexits.h -include/cyrus/util.h -include/cyrus/xmalloc.h -lib/libcyrus_min.a -lib/libcyrus.a -lib/perl5/%%PERL_VERSION%%/man/man3/Cyrus::IMAP.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Cyrus::IMAP::Admin.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Cyrus::IMAP::IMSP.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Cyrus::IMAP::Shell.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Cyrus::SIEVE::managesieve.3 -%%SITE_PERL%%/%%PERL_ARCH%%/Cyrus/IMAP/Admin.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Cyrus/IMAP/IMSP.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Cyrus/IMAP/Shell.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Cyrus/IMAP.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Cyrus/SIEVE/managesieve.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cyrus/IMAP/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cyrus/IMAP/IMAP.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cyrus/IMAP/IMAP.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cyrus/SIEVE/managesieve/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cyrus/SIEVE/managesieve/managesieve.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cyrus/SIEVE/managesieve/managesieve.so -@dirrm cyrus/bin -@dirrm cyrus -@dirrm include/cyrus -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Cyrus/IMAP -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Cyrus/SIEVE -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Cyrus -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cyrus/IMAP -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cyrus/SIEVE/managesieve -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cyrus/SIEVE -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cyrus diff --git a/mail/dbmail-devel/Makefile b/mail/dbmail-devel/Makefile deleted file mode 100644 index 7c8cef3cc616..000000000000 --- a/mail/dbmail-devel/Makefile +++ /dev/null @@ -1,68 +0,0 @@ -# New ports collection makefile for: dbmail -# Date created: 07/26/2003 -# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org> -# -# $FreeBSD$ -# - -PORTNAME= dbmail -PORTVERSION= 1.2.1 -CATEGORIES= mail -MASTER_SITES= http://www.dbmail.org/tgz/ -PKGNAMESUFFIX= -${DATABASE} -EXTRACT_SUFX= .tgz - -MAINTAINER= sheepkiller@cultdeadsheep.org -COMMENT= An SQL database-based mail system (POP3 and IMAP) - -USE_REINPLACE= YES -GNU_CONFIGURE= YES -CONFIGURE_ARGS= --prefix=${PREFIX} -USE_GMAKE= YES -USE_OPENSSL= YES - -.if defined(WITH_PGSQL) -CONFIGURE_ARGS+= --with-pgsql -LIB_DEPENDS+= pq:${PORTSDIR}/databases/postgresql-client -DATABASE= postgresql -PLIST_SUB+= PGSQL="" -PLIST_SUB+= MYSQL="@comment " -LDFLAGS+= -L${LOCALBASE}/lib/ -.else -USE_MYSQL= YES -CONFIGURE_ARGS+= --with-mysql -DATABASE= mysql -PLIST_SUB+= MYSQL="" -PLIST_SUB+= PGSQL="@comment " -CFLAGS+= -I${LOCALBASE}/include/mysql -LDFLAGS+= -L${LOCALBASE}/lib/mysql -.endif - -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" LOCALBASE=${LOCALBASE} -FILES_TO_PATCH= imapd.c main.c maintenance.c pop3d.c user.c -DOCS= INSTALL README - -pre-everything:: - @${ECHO} "" - @${ECHO} "You may use the following build options:" - @${ECHO} " By default dbmail uses MySQL backend database." - @${ECHO} " To build dbmail with PostgreSQL as backend database," - @${ECHO} " define WITH_PGSQL" - @${ECHO} "" - -post-configure: -.for FILE in ${FILES_TO_PATCH} - @${REINPLACE_CMD} -i.orig 's!/etc/dbmail.conf!${PREFIX}/etc/dbmail.conf!g' \ - ${WRKSRC}/${FILE} -.endfor - -post-install: - @${INSTALL_DATA} ${WRKSRC}/dbmail.conf ${PREFIX}/etc/dbmail.conf-dist - @${MKDIR} ${DATADIR}/sql - @${INSTALL_DATA} ${WRKSRC}/sql/${DATABASE}/* ${DATADIR}/sql -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/mail/dbmail-devel/distinfo b/mail/dbmail-devel/distinfo deleted file mode 100644 index 5e8cf72b3498..000000000000 --- a/mail/dbmail-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (dbmail-1.2.1.tgz) = 5721d9d15fa1a3d1aaee8e1290cc3954 diff --git a/mail/dbmail-devel/files/patch-configure b/mail/dbmail-devel/files/patch-configure deleted file mode 100644 index a194e745cb1b..000000000000 --- a/mail/dbmail-devel/files/patch-configure +++ /dev/null @@ -1,32 +0,0 @@ ---- configure.orig Wed Oct 15 12:21:51 2003 -+++ configure Wed Oct 15 12:23:53 2003 -@@ -1679,23 +1679,25 @@ - - mysqllibpaths="/usr/lib /usr/local/lib /lib /usr/freeware/lib \ - /usr/freeware/lib32 $HOME/lib $HOME/mysql/lib \ -- /usr/lib/mysql /usr/local/lib/mysql $HOME/lib/mysql $HOME" -+ /usr/lib/mysql /usr/local/lib/mysql $HOME/lib/mysql $HOME\ -+ $LOCALBASE/lib $PREFIX/lib $LOCALBASE/lib/mysql $PREFIX/lib/mysql " - - mysqlheaderpaths="/usr/include/mysql /usr/include /usr/local/include/mysql \ - /usr/local/include /usr/freeware/include/mysql \ - /usr/freeware/include $HOME/include $HOME/mysql/include \ -- $HOME" -+ $HOME $LOCALBASE/include/mysql $PREFIX/include/mysql" - - pgsqllibpaths="/usr/lib /usr/local/lib /lib /usr/freeware/lib \ - /usr/freeware/lib32 $HOME/lib $HOME/pgsql/lib \ - /usr/lib/pgsql /usr/local/lib/pgsql /usr/lib/postgresql \ - /usr/local/lib/postgresql $HOME/lib/pgsql $HOME/lib/postgresql \ -- $HOME/postgresql/lib $HOME" -+ $HOME/postgresql/lib $HOME $LOCALBASE/lib $PREFIX/lib" - - pgsqlheaderpaths="/usr/include/pgsql /usr/include /usr/local/include/pgsql \ - /usr/local/include /usr/freeware/include/pgsql \ - /usr/freeware/include $HOME/include $HOME/pgsql/include \ -- /usr/local/pgsql/include /usr/include/postgresql $HOME" -+ /usr/local/pgsql/include /usr/include/postgresql $HOME\ -+ $LOCALBASE/include/pgsql $PREFIX/include/pgsql" - - - # Check whether --with-mysql or --without-mysql was given. diff --git a/mail/dbmail-devel/pkg-descr b/mail/dbmail-devel/pkg-descr deleted file mode 100644 index 2c03d30b6ea9..000000000000 --- a/mail/dbmail-devel/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -Dbmail is the name of a group of programs that enable the possiblilty of storing -and retrieving mail messages from a database (currently MySQL or PostgreSQL). - -What are the advantages? - - * Scalability. - Dbmail is as scalable as the database that is used for the mail storage. - * Manageability. - Dbmail is based upon a database. Dbmail can be managed by changing - settings in the database (f.e. using PHP/Perl/SQL). - * Speed. - Dbmail uses very efficient, database specific queries for retrieving mail - information. This is much faster then parsing a filesystem. - * Security. - Dbmail has got nothing to do with the filesystem or interaction with other - programs in the Unix environment which need special permissions. Dbmail - is as secure as the database it's based upon. - * Flexibility. - Changes on a Dbmail system (adding of users, changing passwords etc.) are - effective immediately. - -WWW: http://www.dbmail.org/ diff --git a/mail/dbmail-devel/pkg-plist b/mail/dbmail-devel/pkg-plist deleted file mode 100644 index 2b086d113b91..000000000000 --- a/mail/dbmail-devel/pkg-plist +++ /dev/null @@ -1,42 +0,0 @@ -@comment $FreeBSD$ -bin/dbmail-smtp -bin/dbmail-pop3d -bin/dbmail-imapd -bin/dbmail-maintenance -bin/dbmail-adduser -bin/dbmail-readvut -bin/raw-convertor -bin/dbmail-mini-injector -bin/install-dbmail.sh -etc/dbmail.conf-dist -%%MYSQL%%lib/libmysqldbmail.a -%%PGSQL%%lib/libpgsqldbmail.a -%%MYSQL%%%%DATADIR%%/sql/add-lastlogin.mysql -%%MYSQL%%%%DATADIR%%/sql/add_auto_notification.mysql -%%MYSQL%%%%DATADIR%%/sql/add_auto_reply.mysql -%%MYSQL%%%%DATADIR%%/sql/add_rfcsize.mysql -%%MYSQL%%%%DATADIR%%/sql/create_tables.mysql -%%MYSQL%%%%DATADIR%%/sql/create_tables_innoDB.mysql -%%MYSQL%%%%DATADIR%%/sql/newnames.mysql -%%MYSQL%%%%DATADIR%%/sql/pop_before_smtp.mysql -%%MYSQL%%%%DATADIR%%/sql/update_encryption.mysql -%%MYSQL%%%%DATADIR%%/sql/update_mailbox_subscribed_folders.mysql -%%MYSQL%%%%DATADIR%%/sql/update_mysql_tmptables.mysql -%%MYSQL%%%%DATADIR%%/sql/update_ownerid_aliases.mysql -%%PGSQL%%%%DATADIR%%/sql/add-constraints.pgsql -%%PGSQL%%%%DATADIR%%/sql/add-indexes-fkeys-to-1.2.pgsql -%%PGSQL%%%%DATADIR%%/sql/add-lastlogin.postgresql -%%PGSQL%%%%DATADIR%%/sql/add_auto_notification.pgsql -%%PGSQL%%%%DATADIR%%/sql/add_auto_reply.pgsql -%%PGSQL%%%%DATADIR%%/sql/add_rfcsize.postgresql -%%PGSQL%%%%DATADIR%%/sql/create_tables.pgsql -%%PGSQL%%%%DATADIR%%/sql/no-constraint-tables.pgsql -%%PGSQL%%%%DATADIR%%/sql/update_encryption.pgsql -%%PGSQL%%%%DATADIR%%/sql/md5_alter_users.7.3-pgsql -%%PGSQL%%%%DATADIR%%/sql/md5_alter_users.pre_7.3-pgsql -%%PGSQL%%%%DATADIR%%/sql/pop_before_smtp.pgsql -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%%/sql -@dirrm %%DATADIR%% diff --git a/mail/dbmail20/Makefile b/mail/dbmail20/Makefile deleted file mode 100644 index 7c8cef3cc616..000000000000 --- a/mail/dbmail20/Makefile +++ /dev/null @@ -1,68 +0,0 @@ -# New ports collection makefile for: dbmail -# Date created: 07/26/2003 -# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org> -# -# $FreeBSD$ -# - -PORTNAME= dbmail -PORTVERSION= 1.2.1 -CATEGORIES= mail -MASTER_SITES= http://www.dbmail.org/tgz/ -PKGNAMESUFFIX= -${DATABASE} -EXTRACT_SUFX= .tgz - -MAINTAINER= sheepkiller@cultdeadsheep.org -COMMENT= An SQL database-based mail system (POP3 and IMAP) - -USE_REINPLACE= YES -GNU_CONFIGURE= YES -CONFIGURE_ARGS= --prefix=${PREFIX} -USE_GMAKE= YES -USE_OPENSSL= YES - -.if defined(WITH_PGSQL) -CONFIGURE_ARGS+= --with-pgsql -LIB_DEPENDS+= pq:${PORTSDIR}/databases/postgresql-client -DATABASE= postgresql -PLIST_SUB+= PGSQL="" -PLIST_SUB+= MYSQL="@comment " -LDFLAGS+= -L${LOCALBASE}/lib/ -.else -USE_MYSQL= YES -CONFIGURE_ARGS+= --with-mysql -DATABASE= mysql -PLIST_SUB+= MYSQL="" -PLIST_SUB+= PGSQL="@comment " -CFLAGS+= -I${LOCALBASE}/include/mysql -LDFLAGS+= -L${LOCALBASE}/lib/mysql -.endif - -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" LOCALBASE=${LOCALBASE} -FILES_TO_PATCH= imapd.c main.c maintenance.c pop3d.c user.c -DOCS= INSTALL README - -pre-everything:: - @${ECHO} "" - @${ECHO} "You may use the following build options:" - @${ECHO} " By default dbmail uses MySQL backend database." - @${ECHO} " To build dbmail with PostgreSQL as backend database," - @${ECHO} " define WITH_PGSQL" - @${ECHO} "" - -post-configure: -.for FILE in ${FILES_TO_PATCH} - @${REINPLACE_CMD} -i.orig 's!/etc/dbmail.conf!${PREFIX}/etc/dbmail.conf!g' \ - ${WRKSRC}/${FILE} -.endfor - -post-install: - @${INSTALL_DATA} ${WRKSRC}/dbmail.conf ${PREFIX}/etc/dbmail.conf-dist - @${MKDIR} ${DATADIR}/sql - @${INSTALL_DATA} ${WRKSRC}/sql/${DATABASE}/* ${DATADIR}/sql -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/mail/dbmail20/distinfo b/mail/dbmail20/distinfo deleted file mode 100644 index 5e8cf72b3498..000000000000 --- a/mail/dbmail20/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (dbmail-1.2.1.tgz) = 5721d9d15fa1a3d1aaee8e1290cc3954 diff --git a/mail/dbmail20/files/patch-configure b/mail/dbmail20/files/patch-configure deleted file mode 100644 index a194e745cb1b..000000000000 --- a/mail/dbmail20/files/patch-configure +++ /dev/null @@ -1,32 +0,0 @@ ---- configure.orig Wed Oct 15 12:21:51 2003 -+++ configure Wed Oct 15 12:23:53 2003 -@@ -1679,23 +1679,25 @@ - - mysqllibpaths="/usr/lib /usr/local/lib /lib /usr/freeware/lib \ - /usr/freeware/lib32 $HOME/lib $HOME/mysql/lib \ -- /usr/lib/mysql /usr/local/lib/mysql $HOME/lib/mysql $HOME" -+ /usr/lib/mysql /usr/local/lib/mysql $HOME/lib/mysql $HOME\ -+ $LOCALBASE/lib $PREFIX/lib $LOCALBASE/lib/mysql $PREFIX/lib/mysql " - - mysqlheaderpaths="/usr/include/mysql /usr/include /usr/local/include/mysql \ - /usr/local/include /usr/freeware/include/mysql \ - /usr/freeware/include $HOME/include $HOME/mysql/include \ -- $HOME" -+ $HOME $LOCALBASE/include/mysql $PREFIX/include/mysql" - - pgsqllibpaths="/usr/lib /usr/local/lib /lib /usr/freeware/lib \ - /usr/freeware/lib32 $HOME/lib $HOME/pgsql/lib \ - /usr/lib/pgsql /usr/local/lib/pgsql /usr/lib/postgresql \ - /usr/local/lib/postgresql $HOME/lib/pgsql $HOME/lib/postgresql \ -- $HOME/postgresql/lib $HOME" -+ $HOME/postgresql/lib $HOME $LOCALBASE/lib $PREFIX/lib" - - pgsqlheaderpaths="/usr/include/pgsql /usr/include /usr/local/include/pgsql \ - /usr/local/include /usr/freeware/include/pgsql \ - /usr/freeware/include $HOME/include $HOME/pgsql/include \ -- /usr/local/pgsql/include /usr/include/postgresql $HOME" -+ /usr/local/pgsql/include /usr/include/postgresql $HOME\ -+ $LOCALBASE/include/pgsql $PREFIX/include/pgsql" - - - # Check whether --with-mysql or --without-mysql was given. diff --git a/mail/dbmail20/pkg-descr b/mail/dbmail20/pkg-descr deleted file mode 100644 index 2c03d30b6ea9..000000000000 --- a/mail/dbmail20/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -Dbmail is the name of a group of programs that enable the possiblilty of storing -and retrieving mail messages from a database (currently MySQL or PostgreSQL). - -What are the advantages? - - * Scalability. - Dbmail is as scalable as the database that is used for the mail storage. - * Manageability. - Dbmail is based upon a database. Dbmail can be managed by changing - settings in the database (f.e. using PHP/Perl/SQL). - * Speed. - Dbmail uses very efficient, database specific queries for retrieving mail - information. This is much faster then parsing a filesystem. - * Security. - Dbmail has got nothing to do with the filesystem or interaction with other - programs in the Unix environment which need special permissions. Dbmail - is as secure as the database it's based upon. - * Flexibility. - Changes on a Dbmail system (adding of users, changing passwords etc.) are - effective immediately. - -WWW: http://www.dbmail.org/ diff --git a/mail/dbmail20/pkg-plist b/mail/dbmail20/pkg-plist deleted file mode 100644 index 2b086d113b91..000000000000 --- a/mail/dbmail20/pkg-plist +++ /dev/null @@ -1,42 +0,0 @@ -@comment $FreeBSD$ -bin/dbmail-smtp -bin/dbmail-pop3d -bin/dbmail-imapd -bin/dbmail-maintenance -bin/dbmail-adduser -bin/dbmail-readvut -bin/raw-convertor -bin/dbmail-mini-injector -bin/install-dbmail.sh -etc/dbmail.conf-dist -%%MYSQL%%lib/libmysqldbmail.a -%%PGSQL%%lib/libpgsqldbmail.a -%%MYSQL%%%%DATADIR%%/sql/add-lastlogin.mysql -%%MYSQL%%%%DATADIR%%/sql/add_auto_notification.mysql -%%MYSQL%%%%DATADIR%%/sql/add_auto_reply.mysql -%%MYSQL%%%%DATADIR%%/sql/add_rfcsize.mysql -%%MYSQL%%%%DATADIR%%/sql/create_tables.mysql -%%MYSQL%%%%DATADIR%%/sql/create_tables_innoDB.mysql -%%MYSQL%%%%DATADIR%%/sql/newnames.mysql -%%MYSQL%%%%DATADIR%%/sql/pop_before_smtp.mysql -%%MYSQL%%%%DATADIR%%/sql/update_encryption.mysql -%%MYSQL%%%%DATADIR%%/sql/update_mailbox_subscribed_folders.mysql -%%MYSQL%%%%DATADIR%%/sql/update_mysql_tmptables.mysql -%%MYSQL%%%%DATADIR%%/sql/update_ownerid_aliases.mysql -%%PGSQL%%%%DATADIR%%/sql/add-constraints.pgsql -%%PGSQL%%%%DATADIR%%/sql/add-indexes-fkeys-to-1.2.pgsql -%%PGSQL%%%%DATADIR%%/sql/add-lastlogin.postgresql -%%PGSQL%%%%DATADIR%%/sql/add_auto_notification.pgsql -%%PGSQL%%%%DATADIR%%/sql/add_auto_reply.pgsql -%%PGSQL%%%%DATADIR%%/sql/add_rfcsize.postgresql -%%PGSQL%%%%DATADIR%%/sql/create_tables.pgsql -%%PGSQL%%%%DATADIR%%/sql/no-constraint-tables.pgsql -%%PGSQL%%%%DATADIR%%/sql/update_encryption.pgsql -%%PGSQL%%%%DATADIR%%/sql/md5_alter_users.7.3-pgsql -%%PGSQL%%%%DATADIR%%/sql/md5_alter_users.pre_7.3-pgsql -%%PGSQL%%%%DATADIR%%/sql/pop_before_smtp.pgsql -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%%/sql -@dirrm %%DATADIR%% diff --git a/mail/dbmail21/Makefile b/mail/dbmail21/Makefile deleted file mode 100644 index 7c8cef3cc616..000000000000 --- a/mail/dbmail21/Makefile +++ /dev/null @@ -1,68 +0,0 @@ -# New ports collection makefile for: dbmail -# Date created: 07/26/2003 -# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org> -# -# $FreeBSD$ -# - -PORTNAME= dbmail -PORTVERSION= 1.2.1 -CATEGORIES= mail -MASTER_SITES= http://www.dbmail.org/tgz/ -PKGNAMESUFFIX= -${DATABASE} -EXTRACT_SUFX= .tgz - -MAINTAINER= sheepkiller@cultdeadsheep.org -COMMENT= An SQL database-based mail system (POP3 and IMAP) - -USE_REINPLACE= YES -GNU_CONFIGURE= YES -CONFIGURE_ARGS= --prefix=${PREFIX} -USE_GMAKE= YES -USE_OPENSSL= YES - -.if defined(WITH_PGSQL) -CONFIGURE_ARGS+= --with-pgsql -LIB_DEPENDS+= pq:${PORTSDIR}/databases/postgresql-client -DATABASE= postgresql -PLIST_SUB+= PGSQL="" -PLIST_SUB+= MYSQL="@comment " -LDFLAGS+= -L${LOCALBASE}/lib/ -.else -USE_MYSQL= YES -CONFIGURE_ARGS+= --with-mysql -DATABASE= mysql -PLIST_SUB+= MYSQL="" -PLIST_SUB+= PGSQL="@comment " -CFLAGS+= -I${LOCALBASE}/include/mysql -LDFLAGS+= -L${LOCALBASE}/lib/mysql -.endif - -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" LOCALBASE=${LOCALBASE} -FILES_TO_PATCH= imapd.c main.c maintenance.c pop3d.c user.c -DOCS= INSTALL README - -pre-everything:: - @${ECHO} "" - @${ECHO} "You may use the following build options:" - @${ECHO} " By default dbmail uses MySQL backend database." - @${ECHO} " To build dbmail with PostgreSQL as backend database," - @${ECHO} " define WITH_PGSQL" - @${ECHO} "" - -post-configure: -.for FILE in ${FILES_TO_PATCH} - @${REINPLACE_CMD} -i.orig 's!/etc/dbmail.conf!${PREFIX}/etc/dbmail.conf!g' \ - ${WRKSRC}/${FILE} -.endfor - -post-install: - @${INSTALL_DATA} ${WRKSRC}/dbmail.conf ${PREFIX}/etc/dbmail.conf-dist - @${MKDIR} ${DATADIR}/sql - @${INSTALL_DATA} ${WRKSRC}/sql/${DATABASE}/* ${DATADIR}/sql -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/mail/dbmail21/distinfo b/mail/dbmail21/distinfo deleted file mode 100644 index 5e8cf72b3498..000000000000 --- a/mail/dbmail21/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (dbmail-1.2.1.tgz) = 5721d9d15fa1a3d1aaee8e1290cc3954 diff --git a/mail/dbmail21/files/patch-configure b/mail/dbmail21/files/patch-configure deleted file mode 100644 index a194e745cb1b..000000000000 --- a/mail/dbmail21/files/patch-configure +++ /dev/null @@ -1,32 +0,0 @@ ---- configure.orig Wed Oct 15 12:21:51 2003 -+++ configure Wed Oct 15 12:23:53 2003 -@@ -1679,23 +1679,25 @@ - - mysqllibpaths="/usr/lib /usr/local/lib /lib /usr/freeware/lib \ - /usr/freeware/lib32 $HOME/lib $HOME/mysql/lib \ -- /usr/lib/mysql /usr/local/lib/mysql $HOME/lib/mysql $HOME" -+ /usr/lib/mysql /usr/local/lib/mysql $HOME/lib/mysql $HOME\ -+ $LOCALBASE/lib $PREFIX/lib $LOCALBASE/lib/mysql $PREFIX/lib/mysql " - - mysqlheaderpaths="/usr/include/mysql /usr/include /usr/local/include/mysql \ - /usr/local/include /usr/freeware/include/mysql \ - /usr/freeware/include $HOME/include $HOME/mysql/include \ -- $HOME" -+ $HOME $LOCALBASE/include/mysql $PREFIX/include/mysql" - - pgsqllibpaths="/usr/lib /usr/local/lib /lib /usr/freeware/lib \ - /usr/freeware/lib32 $HOME/lib $HOME/pgsql/lib \ - /usr/lib/pgsql /usr/local/lib/pgsql /usr/lib/postgresql \ - /usr/local/lib/postgresql $HOME/lib/pgsql $HOME/lib/postgresql \ -- $HOME/postgresql/lib $HOME" -+ $HOME/postgresql/lib $HOME $LOCALBASE/lib $PREFIX/lib" - - pgsqlheaderpaths="/usr/include/pgsql /usr/include /usr/local/include/pgsql \ - /usr/local/include /usr/freeware/include/pgsql \ - /usr/freeware/include $HOME/include $HOME/pgsql/include \ -- /usr/local/pgsql/include /usr/include/postgresql $HOME" -+ /usr/local/pgsql/include /usr/include/postgresql $HOME\ -+ $LOCALBASE/include/pgsql $PREFIX/include/pgsql" - - - # Check whether --with-mysql or --without-mysql was given. diff --git a/mail/dbmail21/pkg-descr b/mail/dbmail21/pkg-descr deleted file mode 100644 index 2c03d30b6ea9..000000000000 --- a/mail/dbmail21/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -Dbmail is the name of a group of programs that enable the possiblilty of storing -and retrieving mail messages from a database (currently MySQL or PostgreSQL). - -What are the advantages? - - * Scalability. - Dbmail is as scalable as the database that is used for the mail storage. - * Manageability. - Dbmail is based upon a database. Dbmail can be managed by changing - settings in the database (f.e. using PHP/Perl/SQL). - * Speed. - Dbmail uses very efficient, database specific queries for retrieving mail - information. This is much faster then parsing a filesystem. - * Security. - Dbmail has got nothing to do with the filesystem or interaction with other - programs in the Unix environment which need special permissions. Dbmail - is as secure as the database it's based upon. - * Flexibility. - Changes on a Dbmail system (adding of users, changing passwords etc.) are - effective immediately. - -WWW: http://www.dbmail.org/ diff --git a/mail/dbmail21/pkg-plist b/mail/dbmail21/pkg-plist deleted file mode 100644 index 2b086d113b91..000000000000 --- a/mail/dbmail21/pkg-plist +++ /dev/null @@ -1,42 +0,0 @@ -@comment $FreeBSD$ -bin/dbmail-smtp -bin/dbmail-pop3d -bin/dbmail-imapd -bin/dbmail-maintenance -bin/dbmail-adduser -bin/dbmail-readvut -bin/raw-convertor -bin/dbmail-mini-injector -bin/install-dbmail.sh -etc/dbmail.conf-dist -%%MYSQL%%lib/libmysqldbmail.a -%%PGSQL%%lib/libpgsqldbmail.a -%%MYSQL%%%%DATADIR%%/sql/add-lastlogin.mysql -%%MYSQL%%%%DATADIR%%/sql/add_auto_notification.mysql -%%MYSQL%%%%DATADIR%%/sql/add_auto_reply.mysql -%%MYSQL%%%%DATADIR%%/sql/add_rfcsize.mysql -%%MYSQL%%%%DATADIR%%/sql/create_tables.mysql -%%MYSQL%%%%DATADIR%%/sql/create_tables_innoDB.mysql -%%MYSQL%%%%DATADIR%%/sql/newnames.mysql -%%MYSQL%%%%DATADIR%%/sql/pop_before_smtp.mysql -%%MYSQL%%%%DATADIR%%/sql/update_encryption.mysql -%%MYSQL%%%%DATADIR%%/sql/update_mailbox_subscribed_folders.mysql -%%MYSQL%%%%DATADIR%%/sql/update_mysql_tmptables.mysql -%%MYSQL%%%%DATADIR%%/sql/update_ownerid_aliases.mysql -%%PGSQL%%%%DATADIR%%/sql/add-constraints.pgsql -%%PGSQL%%%%DATADIR%%/sql/add-indexes-fkeys-to-1.2.pgsql -%%PGSQL%%%%DATADIR%%/sql/add-lastlogin.postgresql -%%PGSQL%%%%DATADIR%%/sql/add_auto_notification.pgsql -%%PGSQL%%%%DATADIR%%/sql/add_auto_reply.pgsql -%%PGSQL%%%%DATADIR%%/sql/add_rfcsize.postgresql -%%PGSQL%%%%DATADIR%%/sql/create_tables.pgsql -%%PGSQL%%%%DATADIR%%/sql/no-constraint-tables.pgsql -%%PGSQL%%%%DATADIR%%/sql/update_encryption.pgsql -%%PGSQL%%%%DATADIR%%/sql/md5_alter_users.7.3-pgsql -%%PGSQL%%%%DATADIR%%/sql/md5_alter_users.pre_7.3-pgsql -%%PGSQL%%%%DATADIR%%/sql/pop_before_smtp.pgsql -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%%/sql -@dirrm %%DATADIR%% diff --git a/mail/dbmail22/Makefile b/mail/dbmail22/Makefile deleted file mode 100644 index 7c8cef3cc616..000000000000 --- a/mail/dbmail22/Makefile +++ /dev/null @@ -1,68 +0,0 @@ -# New ports collection makefile for: dbmail -# Date created: 07/26/2003 -# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org> -# -# $FreeBSD$ -# - -PORTNAME= dbmail -PORTVERSION= 1.2.1 -CATEGORIES= mail -MASTER_SITES= http://www.dbmail.org/tgz/ -PKGNAMESUFFIX= -${DATABASE} -EXTRACT_SUFX= .tgz - -MAINTAINER= sheepkiller@cultdeadsheep.org -COMMENT= An SQL database-based mail system (POP3 and IMAP) - -USE_REINPLACE= YES -GNU_CONFIGURE= YES -CONFIGURE_ARGS= --prefix=${PREFIX} -USE_GMAKE= YES -USE_OPENSSL= YES - -.if defined(WITH_PGSQL) -CONFIGURE_ARGS+= --with-pgsql -LIB_DEPENDS+= pq:${PORTSDIR}/databases/postgresql-client -DATABASE= postgresql -PLIST_SUB+= PGSQL="" -PLIST_SUB+= MYSQL="@comment " -LDFLAGS+= -L${LOCALBASE}/lib/ -.else -USE_MYSQL= YES -CONFIGURE_ARGS+= --with-mysql -DATABASE= mysql -PLIST_SUB+= MYSQL="" -PLIST_SUB+= PGSQL="@comment " -CFLAGS+= -I${LOCALBASE}/include/mysql -LDFLAGS+= -L${LOCALBASE}/lib/mysql -.endif - -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" LOCALBASE=${LOCALBASE} -FILES_TO_PATCH= imapd.c main.c maintenance.c pop3d.c user.c -DOCS= INSTALL README - -pre-everything:: - @${ECHO} "" - @${ECHO} "You may use the following build options:" - @${ECHO} " By default dbmail uses MySQL backend database." - @${ECHO} " To build dbmail with PostgreSQL as backend database," - @${ECHO} " define WITH_PGSQL" - @${ECHO} "" - -post-configure: -.for FILE in ${FILES_TO_PATCH} - @${REINPLACE_CMD} -i.orig 's!/etc/dbmail.conf!${PREFIX}/etc/dbmail.conf!g' \ - ${WRKSRC}/${FILE} -.endfor - -post-install: - @${INSTALL_DATA} ${WRKSRC}/dbmail.conf ${PREFIX}/etc/dbmail.conf-dist - @${MKDIR} ${DATADIR}/sql - @${INSTALL_DATA} ${WRKSRC}/sql/${DATABASE}/* ${DATADIR}/sql -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/mail/dbmail22/distinfo b/mail/dbmail22/distinfo deleted file mode 100644 index 5e8cf72b3498..000000000000 --- a/mail/dbmail22/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (dbmail-1.2.1.tgz) = 5721d9d15fa1a3d1aaee8e1290cc3954 diff --git a/mail/dbmail22/files/patch-configure b/mail/dbmail22/files/patch-configure deleted file mode 100644 index a194e745cb1b..000000000000 --- a/mail/dbmail22/files/patch-configure +++ /dev/null @@ -1,32 +0,0 @@ ---- configure.orig Wed Oct 15 12:21:51 2003 -+++ configure Wed Oct 15 12:23:53 2003 -@@ -1679,23 +1679,25 @@ - - mysqllibpaths="/usr/lib /usr/local/lib /lib /usr/freeware/lib \ - /usr/freeware/lib32 $HOME/lib $HOME/mysql/lib \ -- /usr/lib/mysql /usr/local/lib/mysql $HOME/lib/mysql $HOME" -+ /usr/lib/mysql /usr/local/lib/mysql $HOME/lib/mysql $HOME\ -+ $LOCALBASE/lib $PREFIX/lib $LOCALBASE/lib/mysql $PREFIX/lib/mysql " - - mysqlheaderpaths="/usr/include/mysql /usr/include /usr/local/include/mysql \ - /usr/local/include /usr/freeware/include/mysql \ - /usr/freeware/include $HOME/include $HOME/mysql/include \ -- $HOME" -+ $HOME $LOCALBASE/include/mysql $PREFIX/include/mysql" - - pgsqllibpaths="/usr/lib /usr/local/lib /lib /usr/freeware/lib \ - /usr/freeware/lib32 $HOME/lib $HOME/pgsql/lib \ - /usr/lib/pgsql /usr/local/lib/pgsql /usr/lib/postgresql \ - /usr/local/lib/postgresql $HOME/lib/pgsql $HOME/lib/postgresql \ -- $HOME/postgresql/lib $HOME" -+ $HOME/postgresql/lib $HOME $LOCALBASE/lib $PREFIX/lib" - - pgsqlheaderpaths="/usr/include/pgsql /usr/include /usr/local/include/pgsql \ - /usr/local/include /usr/freeware/include/pgsql \ - /usr/freeware/include $HOME/include $HOME/pgsql/include \ -- /usr/local/pgsql/include /usr/include/postgresql $HOME" -+ /usr/local/pgsql/include /usr/include/postgresql $HOME\ -+ $LOCALBASE/include/pgsql $PREFIX/include/pgsql" - - - # Check whether --with-mysql or --without-mysql was given. diff --git a/mail/dbmail22/pkg-descr b/mail/dbmail22/pkg-descr deleted file mode 100644 index 2c03d30b6ea9..000000000000 --- a/mail/dbmail22/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -Dbmail is the name of a group of programs that enable the possiblilty of storing -and retrieving mail messages from a database (currently MySQL or PostgreSQL). - -What are the advantages? - - * Scalability. - Dbmail is as scalable as the database that is used for the mail storage. - * Manageability. - Dbmail is based upon a database. Dbmail can be managed by changing - settings in the database (f.e. using PHP/Perl/SQL). - * Speed. - Dbmail uses very efficient, database specific queries for retrieving mail - information. This is much faster then parsing a filesystem. - * Security. - Dbmail has got nothing to do with the filesystem or interaction with other - programs in the Unix environment which need special permissions. Dbmail - is as secure as the database it's based upon. - * Flexibility. - Changes on a Dbmail system (adding of users, changing passwords etc.) are - effective immediately. - -WWW: http://www.dbmail.org/ diff --git a/mail/dbmail22/pkg-plist b/mail/dbmail22/pkg-plist deleted file mode 100644 index 2b086d113b91..000000000000 --- a/mail/dbmail22/pkg-plist +++ /dev/null @@ -1,42 +0,0 @@ -@comment $FreeBSD$ -bin/dbmail-smtp -bin/dbmail-pop3d -bin/dbmail-imapd -bin/dbmail-maintenance -bin/dbmail-adduser -bin/dbmail-readvut -bin/raw-convertor -bin/dbmail-mini-injector -bin/install-dbmail.sh -etc/dbmail.conf-dist -%%MYSQL%%lib/libmysqldbmail.a -%%PGSQL%%lib/libpgsqldbmail.a -%%MYSQL%%%%DATADIR%%/sql/add-lastlogin.mysql -%%MYSQL%%%%DATADIR%%/sql/add_auto_notification.mysql -%%MYSQL%%%%DATADIR%%/sql/add_auto_reply.mysql -%%MYSQL%%%%DATADIR%%/sql/add_rfcsize.mysql -%%MYSQL%%%%DATADIR%%/sql/create_tables.mysql -%%MYSQL%%%%DATADIR%%/sql/create_tables_innoDB.mysql -%%MYSQL%%%%DATADIR%%/sql/newnames.mysql -%%MYSQL%%%%DATADIR%%/sql/pop_before_smtp.mysql -%%MYSQL%%%%DATADIR%%/sql/update_encryption.mysql -%%MYSQL%%%%DATADIR%%/sql/update_mailbox_subscribed_folders.mysql -%%MYSQL%%%%DATADIR%%/sql/update_mysql_tmptables.mysql -%%MYSQL%%%%DATADIR%%/sql/update_ownerid_aliases.mysql -%%PGSQL%%%%DATADIR%%/sql/add-constraints.pgsql -%%PGSQL%%%%DATADIR%%/sql/add-indexes-fkeys-to-1.2.pgsql -%%PGSQL%%%%DATADIR%%/sql/add-lastlogin.postgresql -%%PGSQL%%%%DATADIR%%/sql/add_auto_notification.pgsql -%%PGSQL%%%%DATADIR%%/sql/add_auto_reply.pgsql -%%PGSQL%%%%DATADIR%%/sql/add_rfcsize.postgresql -%%PGSQL%%%%DATADIR%%/sql/create_tables.pgsql -%%PGSQL%%%%DATADIR%%/sql/no-constraint-tables.pgsql -%%PGSQL%%%%DATADIR%%/sql/update_encryption.pgsql -%%PGSQL%%%%DATADIR%%/sql/md5_alter_users.7.3-pgsql -%%PGSQL%%%%DATADIR%%/sql/md5_alter_users.pre_7.3-pgsql -%%PGSQL%%%%DATADIR%%/sql/pop_before_smtp.pgsql -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%%/sql -@dirrm %%DATADIR%% diff --git a/mail/dovecot-devel/Makefile b/mail/dovecot-devel/Makefile deleted file mode 100644 index 24521d844aae..000000000000 --- a/mail/dovecot-devel/Makefile +++ /dev/null @@ -1,166 +0,0 @@ -# New ports collection makefile for: dovecot -# Date created: 12/08/2002 -# Whom: Dominic Marks <dominic.marks@btinternet.com> -# -# $FreeBSD$ -# - -PORTNAME= dovecot -PORTVERSION= 0.99.10.2 -CATEGORIES= mail ipv6 -MASTER_SITES= http://dovecot.procontrol.fi/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Secure and compact IMAP and POP3 servers - -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv - -USE_REINPLACE= yes -GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --without-shadow --enable-ipv6 \ - --localstatedir=/var --with-ssl=openssl \ - --with-ssldir=/var/dovecot/ssl --with-pop3d \ - --with-pam -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.pre.mk> - -# -# Feature Autodetection -# -.if exists(${LOCALBASE}/lib/libsasl.so.2) -WITH_SASL2= yes -.endif - -.if exists(${LOCALBASE}/vpopmail/bin/vckpw) -WITH_VPOPMAIL= yes -.endif - -.if exists(${LOCALBASE}/lib/libldap.so.2) -WITH_LDAP2= yes -.endif - -.if exists(${LOCALBASE}/lib/libpq.so.3) -WITH_PGSQL= yes -.endif - -# -# SASL2 support -# -# SASL provides authentication support to -# session-based protocols. This is can be -# used by dovecot for authentication sources. -# -.if WITH_SASL2 -LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 -CONFIGURE_ARGS+= --with-cyrus-sasl2 -.endif - -# -# VPopMail Support -# -# vpopmail provides easy authentication and -# multi-domain features. It was originally -# created for use with Qmail. -# -.if WITH_VPOPMAIL -VPOPMAIL= ${LOCALBASE}/vpopmail/bin/vchkpw -BUILD_DEPENDS+= ${VPOPMAIL}:${PORTSDIR}/mail/vpopmail -CONFIGURE_ARGS+= --with-vpopmail -.endif - -# -# OpenLDAP Support -# -# LDAP is the light-weight directory access -# protocol and can be used by Dovecot for its -# user database. -# -.if WITH_LDAP2 -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap21-client -CONFIGURE_ARGS+= --with-ldap -.endif - -# -# PostgreSQL Support -# -# PostgreSQL is a powerful SQL database which -# can be used to store user tables. -# -.if WITH_PGSQL -LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7 -CONFIGURE_ARGS+= --with-pgsql -.endif - -pre-everything:: - @${ECHO_MSG} "==> Dovecot Options" - @${ECHO_MSG} "==> See the Makefile for descriptions." - @${ECHO_MSG} "==> ------------------------------------------" - @${ECHO_MSG} "==> o SASL2 Support + WITH_SASL2" - @${ECHO_MSG} "==> o VPoPMail Support + WITH_VPOPMAIL" - @${ECHO_MSG} "==> o OpenLDAP2 Support + WITH_LDAP2" - @${ECHO_MSG} "==> o PostgreSQL Support + WITH_PGSQL" - @${ECHO_MSG} "==> ------------------------------------------" - -pre-build: - @${REINPLACE_CMD} -e 's,%%SSLDIR%%,/var/dovecot/ssl,' \ - ${WRKSRC}/doc/mkcert.sh \ - ${WRKSRC}/dovecot-example.conf - @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' \ - ${WRKSRC}/dovecot-example.conf - -pre-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" \ - ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - -do-install: - @${MKDIR} ${PREFIX}/libexec/dovecot - ${INSTALL_PROGRAM} \ - ${WRKSRC}/src/imap/imap \ - ${WRKSRC}/src/pop3/pop3 \ - ${WRKSRC}/src/auth/dovecot-auth \ - ${WRKSRC}/src/imap-login/imap-login \ - ${WRKSRC}/src/pop3-login/pop3-login \ - ${PREFIX}/libexec/dovecot/ - ${INSTALL_DATA} ${WRKSRC}/dovecot-example.conf ${PREFIX}/etc/ - ${INSTALL_PROGRAM} ${WRKSRC}/src/master/dovecot ${PREFIX}/sbin/ - -post-install: - @${MKDIR} /var/dovecot - @${MKDIR} /var/dovecot/ssl - @${MKDIR} /var/dovecot/ssl/certs - @${MKDIR} /var/dovecot/ssl/private - @${MKDIR} /var/dovecot/auth - @${CHOWN} -R dovecot:dovecot /var/dovecot - @${MKDIR} /var/dovecot/login - @${CHOWN} root:dovecot /var/dovecot/login - @${MKDIR} /var/run/dovecot - @${CHMOD} 0700 /var/run/dovecot - @${CHOWN} root:dovecot /var/run/dovecot - ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/dovecot.sh.sample \ - ${PREFIX}/etc/rc.d/dovecot.sh.sample -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} \ - ${WRKSRC}/doc/auth.txt \ - ${WRKSRC}/doc/design.txt \ - ${WRKSRC}/doc/index.txt \ - ${WRKSRC}/doc/multiaccess.txt \ - ${WRKSRC}/doc/nfs.txt \ - ${WRKSRC}/doc/configuration.txt \ - ${WRKSRC}/doc/mail-storages.txt \ - ${WRKSRC}/doc/dovecot-ldap.conf \ - ${WRKSRC}/doc/dovecot-pgsql.conf \ - ${WRKSRC}/doc/dovecot-openssl.cnf \ - ${WRKSRC}/doc/mkcert.sh \ - ${FILESDIR}/README.FreeBSD \ - ${DOCSDIR} -.endif - @${CP} ${PKGMESSAGE} ${WRKDIR}/pkg-message - @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' \ - ${WRKDIR}/pkg-message - @${CAT} ${WRKDIR}/pkg-message - -.include <bsd.port.post.mk> diff --git a/mail/dovecot-devel/distinfo b/mail/dovecot-devel/distinfo deleted file mode 100644 index 3ee73979a64e..000000000000 --- a/mail/dovecot-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (dovecot-0.99.10.2.tar.gz) = d7a8783faea2654dcbb3770be9e4922d diff --git a/mail/dovecot-devel/files/README.FreeBSD b/mail/dovecot-devel/files/README.FreeBSD deleted file mode 100644 index a296e2a5836f..000000000000 --- a/mail/dovecot-devel/files/README.FreeBSD +++ /dev/null @@ -1,86 +0,0 @@ -# -# README.FreeBSD -# -# $FreeBSD$ -# - --> 2003/06/28 (NEW) - - o The authentication mechanism is different on FreeBSD 4 and 5. - For the default configuration set the following variables in - your dovecot.conf according to your version of FreeBSD. - - + FreeBSD 4 (DEFAULT) - - auth_passdb = passwd - auth_user = root - - + FreeBSD 5 - - auth_passdb = pam * - auth_user = root - --> 2003/04/15 - - o Dovecot will not allow users with a user or group id of 0 to - login. Because of this you will not be able to open root's - mailbox, or any of the mailboxes of users in the wheel group. - - + 2003/06/28 (NEW) - Dovecot now has four configuration variables which allow you to - set the high and low boundaries for acceptable user and group ids. - You still can not login to root's mailbox with Dovecot however. - The default configuration which comes with the port is now - configured to accept connections from users in the wheel group, - my patch which added the allow_zero_gid variable below has been - removed. Update your configurations to match. - - + 2003/04/15 (DEPRECIATED) - It is now possible to change this behavior to allow wheel users to - check their mailboxes with Dovecot. Add the following line to your - dovecot.conf: - - allow_zero_gid = yes - - o The configuration which is supplied with this port is installed into - PREFIX/etc/dovecot-example.conf and PREFIX defaults to /usr/local. - I have attempted to choose what appears to be the best mixture of - performance and compatibility and set Dovecot up to start POP3 and - IMAP services for all the local users of the machine. This should be - enough for the simplest sites to get up and running straight away. - - o Enabling SSL services should be easy, the Dovecot port is configured - by default to keep its SSL information under /var/dovecot/ssl, if you - already have certificates you wish to use then you can override this - in the configuration. If you don't have a certificate and wish to - make your own it should be as simple as: - - # cd PREFIX/share/doc/dovecot/ - # vi dovecot-openssl.conf - - Add information which describes your enivironment. - - # sh mkcert.sh - - Execute the certificate generator. This will put a new certificate - and private key under /var/dovecot/ssl. - - # cd PREFIX/etc/ - # vi dovecot.conf - - Reconfigure Dovecot to use SSL. - - The variables you will want to set in dovecot.conf to allow a SSL - secured POP3 and IMAP service are: - - protocols = imap imaps pop3 pop3s - ssl_disable = no - - You may wish to also change the following variables to reflect the - location of SSL certificates on your system. - - ssl_cert_file = /var/dovecot/ssl/certs/imapd.pem - ssl_key_file = /var/dovecot/ssl/private/imapd.pem - -Thanks, -Dominic Marks <dominic.marks@btinternet.com> diff --git a/mail/dovecot-devel/files/dovecot.sh.sample b/mail/dovecot-devel/files/dovecot.sh.sample deleted file mode 100644 index 625021fa6def..000000000000 --- a/mail/dovecot-devel/files/dovecot.sh.sample +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh - -if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then - echo "$0: Cannot determine the PREFIX" >&2 - exit 1 -fi - -case "$1" in -start) - [ -x ${PREFIX}/sbin/dovecot ] && \ - ${PREFIX}/sbin/dovecot && echo -n ' dovecot' - ;; -stop) - /usr/bin/killall dovecot && echo -n ' dovecot' - ;; -*) - echo "Usage: `basename $0` { start | stop }" >&2 - ;; -esac - -exit 0 diff --git a/mail/dovecot-devel/files/patch-dovecot-example.conf b/mail/dovecot-devel/files/patch-dovecot-example.conf deleted file mode 100644 index 53f436bc8ec3..000000000000 --- a/mail/dovecot-devel/files/patch-dovecot-example.conf +++ /dev/null @@ -1,218 +0,0 @@ ---- dovecot-example.conf.orig Sun Nov 9 00:21:22 2003 -+++ dovecot-example.conf Sun Nov 16 16:14:35 2003 -@@ -7,11 +7,11 @@ - # --with-ssldir=/etc/ssl - - # Base directory where to store runtime data. --#base_dir = /var/run/dovecot/ -+base_dir = /var/dovecot/ - - # Protocols we want to be serving: - # imap imaps pop3 pop3s --#protocols = imap imaps -+protocols = imap pop3 - - # IP or host address where to listen in for connections. It's not currently - # possible to specify multiple addresses. "*" listens in all IPv4 interfaces. -@@ -27,18 +27,18 @@ - #pop3s_listen = - - # Disable SSL/TLS support. --#ssl_disable = no -+ssl_disable = yes - - # PEM encoded X.509 SSL/TLS certificate and private key. They're opened before - # dropping root privileges, so keep the key file unreadable by anyone but - # root. Included doc/mkcert.sh can be used to easily generate self-signed - # certificate, just make sure to update the domains in dovecot-openssl.cnf --#ssl_cert_file = /etc/ssl/certs/dovecot.pem --#ssl_key_file = /etc/ssl/private/dovecot.pem -+ssl_cert_file = %%SSLDIR%%/certs/imapd.pem -+ssl_key_file = %%SSLDIR%%/private/imapd.pem - - # SSL parameter file. Master process generates this file for login processes. - # It contains Diffie Hellman and RSA parameters. --#ssl_parameters_file = /var/run/dovecot/ssl-parameters.dat -+ssl_parameters_file = %%SSLDIR%%/parameters.dat - - # How often to regenerate the SSL parameters file. Generation is quite CPU - # intensive operation. The value is in hours, 0 disables regeneration -@@ -67,11 +67,11 @@ - # Directory where authentication process places authentication UNIX sockets - # which login needs to be able to connect to. The sockets are created when - # running as root, so you don't have to worry about permissions. --#login_dir = /var/run/dovecot/login -+login_dir = /var/dovecot/login - - # chroot login process to the login_dir. Only reason not to do this is if you - # wish to run the whole Dovecot without roots. --#login_chroot = yes -+login_chroot = yes - - - ## -@@ -81,12 +81,12 @@ - login = imap - - # Executable location. --#login_executable = /usr/libexec/dovecot/imap-login -+login_executable = %%PREFIX%%/libexec/dovecot/imap-login - - # User to use for the login process. Create a completely new user for this, - # and don't use it anywhere else. The user must also belong to a group where - # only it has access, it's used to control access for authentication process. --#login_user = dovecot -+login_user = dovecot - - # Set max. process size in megabytes. If you don't use - # login_process_per_connection you might need to grow this. -@@ -100,7 +100,7 @@ - - # Number of login processes to create. If login_process_per_user is - # yes, this is the number of extra processes waiting for users to log in. --#login_processes_count = 3 -+#login_processes_count = 1 - - # Maximum number of extra login processes to create. The extra process count - # usually stays at login_processes_count, but when multiple users start logging -@@ -126,7 +126,7 @@ - login = pop3 - - # Exception to above rule being the executable location. --#login_executable = /usr/libexec/dovecot/pop3-login -+login_executable = %%PREFIX%%/libexec/dovecot/pop3-login - - ## - ## Mail processes -@@ -139,10 +139,10 @@ - # Show more verbose process titles (in ps). Currently shows user name and - # IP address. Useful for seeing who are actually using the IMAP processes - # (eg. shared mailboxes or if same uid is used for multiple accounts). --#verbose_proctitle = no -+verbose_proctitle = yes - - # Show protocol level SSL errors. --#verbose_ssl = no -+verbose_ssl = yes - - # Valid UID range for users, defaults to 500 and above. This is mostly - # to make sure that users can't log in as daemons or other system users. -@@ -155,7 +155,7 @@ - # non-valid GID as primary group ID aren't allowed to log in. If user - # belongs to supplementary groups with non-valid GIDs, those groups are - # not set. --#first_valid_gid = 1 -+first_valid_gid = 0 - #last_valid_gid = 0 - - # ':' separated list of directories under which chrooting is allowed for mail -@@ -164,7 +164,7 @@ - # WARNING: Never add directories here which local users can modify, that - # may lead to root exploit. Usually this should be done only if you don't - # allow shell access for users. See doc/configuration.txt for more information. --#valid_chroot_dirs = -+valid_chroot_dirs = /var/mail - - # Default chroot directory for mail processes. This can be overridden by - # giving /./ in user's home directory (eg. /home/./user chroots into /home). -@@ -187,7 +187,7 @@ - # mbox:~/mail/:INBOX=/var/mail/%u - # mbox:/var/mail/%d/%n/:INDEX=/var/indexes/%d/%n - # --#default_mail_env = -+default_mail_env = mbox:/var/mail/%u - - # Space-separated list of fields to cache for all mails. Currently these - # fields are allowed followed by a list of commands they speed up: -@@ -232,7 +232,7 @@ - # arrives in half a hour, Dovecot closes the connection. This is still - # fine, except Outlook doesn't connect back so you don't see if new mail - # arrives. --#client_workarounds = -+client_workarounds = oe6-fetch-no-newmail outlook-idle - - # Dovecot can notify client of new mail in selected mailbox soon after it's - # received. This setting specifies the minimum interval in seconds between -@@ -257,7 +257,7 @@ - # Save mails with CR+LF instead of plain LF. This makes sending those mails - # take less CPU, especially with sendfile() syscall with Linux and FreeBSD. - # But it also creates a bit more disk I/O which may just make it slower. --#mail_save_crlf = no -+mail_save_crlf = yes - - # Use mmap() instead of read() to read mail files. read() seems to be a bit - # faster with my Linux/x86 and it's better with NFS, so that's the default. -@@ -269,7 +269,7 @@ - # know any MUA which would modify mail files directly. IMAP protocol also - # requires that the mails don't change, so it would be problematic in any case. - # If you care about performance, enable it. --#maildir_copy_with_hardlinks = no -+maildir_copy_with_hardlinks = yes - - # Check if mails' content has been changed by external programs. This slows - # down things as extra stat() needs to be called for each file. If changes are -@@ -288,7 +288,7 @@ - # with is important to avoid deadlocks if other MTAs/MUAs are using both fcntl - # and flock. Some operating systems don't allow using both of them - # simultaneously, eg. BSDs. If dotlock is used, it's always created first. --#mbox_locks = dotlock fcntl -+mbox_locks = fcntl - - # Should we create dotlock file even when we want only a read-lock? Setting - # this to yes hurts the performance when the mailbox is accessed simultaneously -@@ -318,7 +318,7 @@ - ## - - # Executable location --#imap_executable = /usr/libexec/dovecot/imap -+imap_executable = %%PREFIX%%/libexec/dovecot/imap - - # Set max. process size in megabytes. Most of the memory goes to mmap()ing - # files, so it shouldn't harm much even if this limit is set pretty high. -@@ -326,14 +326,14 @@ - - # Support for dynamically loadable modules. - #imap_use_modules = no --#imap_modules = /usr/lib/dovecot/imap -+#imap_modules = %%PREFIX%%/lib/dovecot/imap - - ## - ## POP3 process - ## - - # Executable location --#pop3_executable = /usr/libexec/dovecot/pop3 -+pop3_executable = %%PREFIX%%/libexec/dovecot/pop3 - - # Set max. process size in megabytes. Most of the memory goes to mmap()ing - # files, so it shouldn't harm much even if this limit is set pretty high. -@@ -341,7 +341,7 @@ - - # Support for dynamically loadable modules. - #pop3_use_modules = no --#pop3_modules = /usr/lib/dovecot/pop3 -+#pop3_modules = %%PREFIX%%/lib/dovecot/pop3 - - ## - ## Authentication processes -@@ -391,9 +391,9 @@ - # vpopmail: vpopmail authentication - # ldap <config path>: LDAP, see doc/dovecot-ldap.conf - # pgsql <config path>: a PostgreSQL database, see doc/dovecot-pgsql.conf --auth_passdb = pgsql /usr/local/etc/dovecot-pgsql.conf -+auth_passdb = passwd - --#auth_executable = /usr/libexec/dovecot/dovecot-auth -+auth_executable = %%PREFIX%%/libexec/dovecot/dovecot-auth - - # Set max. process size in megabytes. - #auth_process_size = 256 -@@ -422,7 +422,7 @@ - - # More verbose logging. Useful for figuring out why authentication isn't - # working. --#auth_verbose = no -+auth_verbose = yes - - # digest-md5 authentication process. It requires special MD5 passwords which - # /etc/shadow and PAM doesn't support, so we never need roots to handle it. diff --git a/mail/dovecot-devel/files/patch-mkcert.sh b/mail/dovecot-devel/files/patch-mkcert.sh deleted file mode 100644 index 1874649612a2..000000000000 --- a/mail/dovecot-devel/files/patch-mkcert.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/mkcert.sh Tue Apr 15 14:28:24 2003 -+++ mkcert.sh.new Tue Apr 15 14:28:52 2003 -@@ -4,7 +4,7 @@ - # Edit dovecot-openssl.cnf before running this. - - OPENSSL=${OPENSSL-openssl} --SSLDIR=${SSLDIR-/etc/ssl} -+SSLDIR=${SSLDIR-%%SSLDIR%%} - OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf} - - CERTFILE=$SSLDIR/certs/imapd.pem diff --git a/mail/dovecot-devel/pkg-descr b/mail/dovecot-devel/pkg-descr deleted file mode 100644 index 11d9ecc0836e..000000000000 --- a/mail/dovecot-devel/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Dovecot is a secure and compact IMAP server which is in the early stages -of developement. It supports Maildirs and mbox formats and much of the -IMAP v4 protocol including SSL/TLS. IPv6 support is also included. -Dovecot supports authentication with OpenLDAP, PostgreSQL, vpopmail and -PAM. - -WWW: http://dovecot.procontrol.fi/ diff --git a/mail/dovecot-devel/pkg-install b/mail/dovecot-devel/pkg-install deleted file mode 100644 index dbb68998b884..000000000000 --- a/mail/dovecot-devel/pkg-install +++ /dev/null @@ -1,100 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -PKG_PREFIX=${PKG_PREFIX:=/usr/local} -BATCH=${BATCH:=no} - -ask() { - local question default answer - - question=$1 - default=$2 - if [ -z "${PACKAGE_BUILDING}" -a x${BATCH} = xno ]; then - read -p "${question} [${default}]? " answer - fi - if [ x${answer} = x ]; then - answer=${default} - fi - echo ${answer} -} - -yesno() { - local question default answer - - question=$1 - default=$2 - while :; do - answer=$(ask "${question}" "${default}") - case "${answer}" in - [Yy]*) return 0;; - [Nn]*) return 1;; - esac - echo "Please answer yes or no." - done -} - -if [ x"$2" = xPRE-INSTALL ]; then - USER=dovecot - GROUP=dovecot - - if /usr/sbin/pw groupshow "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP} -h - - then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw usershow "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if /usr/sbin/pw useradd ${USER} -g ${GROUP} -h - \ - -s /sbin/nologin \ - -c "Dovecot" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - USER=dovecot-auth - GROUP=dovecot-auth - - if /usr/sbin/pw groupshow "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP} -h - - then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw usershow "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if /usr/sbin/pw useradd ${USER} -g ${GROUP} -h - \ - -s /sbin/nologin \ - -c "Dovecot Auth" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi -fi diff --git a/mail/dovecot-devel/pkg-message b/mail/dovecot-devel/pkg-message deleted file mode 100644 index 682a74cbcd56..000000000000 --- a/mail/dovecot-devel/pkg-message +++ /dev/null @@ -1,22 +0,0 @@ ---------------------------------------------------------------------- - - You can get default configured IMAP and POP3 services running by - copying the following sample files to the given locations. In this - simple configuration Dovecot will authenticate users against the - systems passwd file and use the default /var/mail/$USER mbox files. - - %%PREFIX%%/etc/dovecot-example.conf - -> %%PREFIX%%/etc/dovecot.conf - - %%PREFIX%%/etc/rc.d/dovecot.sh.sample - -> %%PREFIX%%/etc/rc.d/dovecot.sh - - Further information on configuration can be found in: - - %%PREFIX%%/share/doc/dovecot/ - - FreeBSD specific information is covered in the following file: - - %%PREFIX%%/share/doc/dovecot/README.FreeBSD - ---------------------------------------------------------------------- diff --git a/mail/dovecot-devel/pkg-plist b/mail/dovecot-devel/pkg-plist deleted file mode 100644 index 20c170eca2dc..000000000000 --- a/mail/dovecot-devel/pkg-plist +++ /dev/null @@ -1,22 +0,0 @@ -etc/dovecot-example.conf -etc/rc.d/dovecot.sh.sample -libexec/dovecot/imap -libexec/dovecot/imap-login -libexec/dovecot/pop3 -libexec/dovecot/pop3-login -libexec/dovecot/dovecot-auth -sbin/dovecot -%%PORTDOCS%%%%DOCSDIR%%/auth.txt -%%PORTDOCS%%%%DOCSDIR%%/design.txt -%%PORTDOCS%%%%DOCSDIR%%/nfs.txt -%%PORTDOCS%%%%DOCSDIR%%/index.txt -%%PORTDOCS%%%%DOCSDIR%%/multiaccess.txt -%%PORTDOCS%%%%DOCSDIR%%/configuration.txt -%%PORTDOCS%%%%DOCSDIR%%/mail-storages.txt -%%PORTDOCS%%%%DOCSDIR%%/dovecot-ldap.conf -%%PORTDOCS%%%%DOCSDIR%%/dovecot-pgsql.conf -%%PORTDOCS%%%%DOCSDIR%%/dovecot-openssl.cnf -%%PORTDOCS%%%%DOCSDIR%%/mkcert.sh -%%PORTDOCS%%%%DOCSDIR%%/README.FreeBSD -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm libexec/dovecot diff --git a/mail/dspam-devel/Makefile b/mail/dspam-devel/Makefile deleted file mode 100644 index 94172b16f70a..000000000000 --- a/mail/dspam-devel/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: dspam -# Date created: 3 August 2003 -# Whom: Dominic Marks <dom@wirespeed.org.uk> -# -# $FreeBSD$ -# - -PORTNAME= dspam -PORTVERSION= 2.7.1 -CATEGORIES= mail -MASTER_SITES= http://www.nuclearelephant.com/projects/dspam/sources/ - -MAINTAINER= dom@wirespeed.org.uk -COMMENT= A server-side bayesian spam filter - -LIB_DEPENDS= db41.1:${PORTSDIR}/databases/db41 - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-userdir=${PREFIX}/etc/dspam \ - --with-db4-includes=${LOCALBASE}/include/db41 -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" -INSTALLS_SHLIB= yes -USE_LIBTOOL= yes -USE_REINPLACE= yes - -post-patch: - @${REINPLACE_CMD} -e 's|%%LIBTOOLFLAGS%%|${LIBTOOLFLAGS}|g ; \ - s|-ldb-4.1|-ldb41|g' ${WRKSRC}/configure - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/CHANGE \ - ${DOCSDIR} -.endif - @${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/mail/dspam-devel/distinfo b/mail/dspam-devel/distinfo deleted file mode 100644 index 764e47f35282..000000000000 --- a/mail/dspam-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (dspam-2.7.1.tar.gz) = 91af21f8f0636249c8c888b101b63f1f diff --git a/mail/dspam-devel/files/patch-configure b/mail/dspam-devel/files/patch-configure deleted file mode 100644 index 65ed3d0b74df..000000000000 --- a/mail/dspam-devel/files/patch-configure +++ /dev/null @@ -1,56 +0,0 @@ ---- configure.orig Tue Sep 23 22:45:17 2003 -+++ configure Tue Sep 23 22:44:11 2003 -@@ -7513,7 +7513,8 @@ - - - # This can be used to rebuild libtool when needed --LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+LIBTOOL_DEPS="%%LIBTOOLFLAGS%% $ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -9287,9 +9288,9 @@ - ds_db4_libs_LIBS="-L$with_db4_libraries" - fi - --echo "$as_me:$LINENO: checking for db_create in -ldb-4" >&5 --echo $ECHO_N "checking for db_create in -ldb-4... $ECHO_C" >&6 --LIBS="$ds_db4_libs_LIBS -ldb-4 $ds_db4_libs_save_LIBS" -+echo "$as_me:$LINENO: checking for db_create in -ldb41" >&5 -+echo $ECHO_N "checking for db_create in -ldb41... $ECHO_C" >&6 -+LIBS="$ds_db4_libs_LIBS -ldb41 $ds_db4_libs_save_LIBS" - cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" - /* confdefs.h. */ -@@ -9325,7 +9326,7 @@ - (exit $ac_status); }; }; then - - ds_db4_libs_success=yes -- ds_db4_libs_LIBS="$ds_db4_libs_LIBS -ldb-4" -+ ds_db4_libs_LIBS="$ds_db4_libs_LIBS -ldb41" - - else - echo "$as_me: failed program was:" >&5 -@@ -9340,9 +9341,9 @@ - - if test "x$ds_db4_libs_success" != xyes - then -- echo "$as_me:$LINENO: checking for db_create in -ldb-4 (with -lpthread)" >&5 --echo $ECHO_N "checking for db_create in -ldb-4 (with -lpthread)... $ECHO_C" >&6 -- LIBS="$ds_db4_libs_LIBS -ldb-4 -lpthread $LIBS" -+ echo "$as_me:$LINENO: checking for db_create in -ldb41 (with -lpthread)" >&5 -+echo $ECHO_N "checking for db_create in -ldb41 (with -lpthread)... $ECHO_C" >&6 -+ LIBS="$ds_db4_libs_LIBS -ldb41 -lpthread $LIBS" - cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" - /* confdefs.h. */ -@@ -9378,7 +9379,7 @@ - (exit $ac_status); }; }; then - - ds_db4_libs_success=yes -- ds_db4_libs_LIBS="$ds_db4_libs_LIBS -ldb-4 -lpthread" -+ ds_db4_libs_LIBS="$ds_db4_libs_LIBS -ldb41 -lpthread" - - else - echo "$as_me: failed program was:" >&5 diff --git a/mail/dspam-devel/pkg-descr b/mail/dspam-devel/pkg-descr deleted file mode 100644 index 31a1b8569879..000000000000 --- a/mail/dspam-devel/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -DSPAM (as in De-Spam) is an open-source project to create a new kind -of anti-spam mechanism, and is currently effective as both a -server-side agent for UNIX email servers and a developer's library -for mail clients, other anti-spam tools, and similar projects -requiring drop-in spam filtering. - -WWW: http://www.nuclearelephant.com/projects/dspam/ diff --git a/mail/dspam-devel/pkg-message b/mail/dspam-devel/pkg-message deleted file mode 100644 index 685b4c7cc4d0..000000000000 --- a/mail/dspam-devel/pkg-message +++ /dev/null @@ -1,7 +0,0 @@ --------------------------------------------------------------------- - - See the file %%PREFIX%%/share/doc/dspam/README for advice about - how to configure DSPAM with your MTA. Examples are provided for - sendmail, exim and other popular MTAs. - --------------------------------------------------------------------- diff --git a/mail/dspam-devel/pkg-plist b/mail/dspam-devel/pkg-plist deleted file mode 100644 index 3107e2290be0..000000000000 --- a/mail/dspam-devel/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -bin/dspam -bin/dspam_dump -bin/dspam_clean -bin/dspam_crc -bin/dspam_genaliases -bin/dspam_merge -bin/dspam_purge -bin/dspam_stats -bin/dspam_corpus -lib/libdspam.so -lib/libdspam.so.3 -lib/libdspam.a -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/CHANGE -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm etc/dspam diff --git a/mail/elmo-devel/Makefile b/mail/elmo-devel/Makefile deleted file mode 100644 index 914ea5539cf4..000000000000 --- a/mail/elmo-devel/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# New ports collection makefile for: elmo -# Date created: 2003-09-27 -# Whom: trevor -# -# $FreeBSD$ -# - -PORTNAME= elmo -PORTVERSION= 0.8.3 -PORTREVISION= 2 -CATEGORIES= mail -MASTER_SITES= \ - http://savannah.nongnu.org/download/elmo/unstable.pkg/${PORTVERSION}/ - -MAINTAINER= trevor@FreeBSD.org -COMMENT= Receive, filter, read, compose and send mail at the text console - -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ - intl.5:${PORTSDIR}/devel/gettext - -GNU_CONFIGURE= yes -CONFIGURE_ENV+= CFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" -INFO= elmo -MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" \ - PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" -MAN1= elmo.1 elmoconf.pl.1 -PLIST= ${WRKDIR}/pkg-plist -USE_PERL5= yes - -pre-extract: - @${CAT} ${PKGMESSAGE} - @${ECHO_CMD} sleeping ten seconds--press control-C to cancel build - @${ECHO_CMD} - @sleep 10 - -pre-install: - ${RM} -f ${PLIST} -.for ii in elmo elmoconf.pl - ${ECHO_CMD} bin/${ii} >> ${PLIST} -.endfor -.for ii in de pl - ${ECHO_CMD} share/locale/${ii}/LC_MESSAGES/elmo.mo >> ${PLIST} -.endfor - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/elmo ${PREFIX}/bin/ - ${INSTALL_SCRIPT} ${WRKSRC}/src/elmoconf.pl ${PREFIX}/bin/ -.for ii in ${MAN1} - ${INSTALL_MAN} ${WRKSRC}/doc/${ii} ${MANPREFIX}/man/man1 -.endfor -.for ii in de pl - ${INSTALL_DATA} ${WRKSRC}/po/${ii}.gmo \ - ${PREFIX}/share/locale/${ii}/LC_MESSAGES/elmo.mo -.endfor - ${INSTALL_DATA} ${WRKSRC}/doc/elmo.info ${PREFIX}/info/ - - install-info --info-dir=${PREFIX}/info ${PREFIX}/info/elmo.info - -.include <bsd.port.mk> diff --git a/mail/elmo-devel/distinfo b/mail/elmo-devel/distinfo deleted file mode 100644 index b2c0cb603d6f..000000000000 --- a/mail/elmo-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (elmo-0.8.3.tar.gz) = a7837950dbb4ffcc5ec7fea15150c525 diff --git a/mail/elmo-devel/files/patch-src_rstring.c b/mail/elmo-devel/files/patch-src_rstring.c deleted file mode 100644 index 3d8e793afaab..000000000000 --- a/mail/elmo-devel/files/patch-src_rstring.c +++ /dev/null @@ -1,20 +0,0 @@ -$FreeBSD$ - ---- src/rstring.c.orig Sat Sep 6 01:58:14 2003 -+++ src/rstring.c Sun Sep 28 02:57:41 2003 -@@ -29,7 +29,6 @@ - #include <stdio.h> - #include <stdlib.h> - #include <string.h> --#include <regex.h> - #include <errno.h> - #include <ctype.h> - -@@ -37,6 +36,7 @@ - #include "rarray.h" - #include "rstring.h" - #include "error.h" -+#include <regex.h> - #include "memchunk.h" - - /**************************************************************************** diff --git a/mail/elmo-devel/pkg-descr b/mail/elmo-devel/pkg-descr deleted file mode 100644 index a03177b4e2ff..000000000000 --- a/mail/elmo-devel/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Elmo (ELectronic Mail Operator) is an ncurses-based program for -receiving, filtering, reading, composing, and sending mail from a -character terminal. It speaks POP3 and SMTP and can work with -maildir or Berkeley-formatted mailboxes. - -Before running elmo, users should run elmoconf.pl to generate an -~/.elmorc file. - -WWW: http://elmo.sourceforge.net/ diff --git a/mail/elmo-devel/pkg-message b/mail/elmo-devel/pkg-message deleted file mode 100644 index 4251ec07b065..000000000000 --- a/mail/elmo-devel/pkg-message +++ /dev/null @@ -1,2 +0,0 @@ -* WARNING: -* the source code of elmo has not been reviewed by the FreeBSD port maintainer. diff --git a/mail/heirloom-mailx/Makefile b/mail/heirloom-mailx/Makefile deleted file mode 100644 index 7658ab80822e..000000000000 --- a/mail/heirloom-mailx/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: nail -# Date created: 20 October 2000 -# Whom: Kris Kennaway <kris@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= nail -PORTVERSION= 10.6 -CATEGORIES= mail -MASTER_SITES= http://omnibus.ruf.uni-freiburg.de/~gritter/archive/nail/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= BSD mail utility with MIME extensions - -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv - -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -liconv" -CONFIGURE_ARGS= --with-rcfile="${PREFIX}/etc/nail.rc" - -MAN1= nail.1 - -.include <bsd.port.mk> diff --git a/mail/heirloom-mailx/distinfo b/mail/heirloom-mailx/distinfo deleted file mode 100644 index 1b521b247a01..000000000000 --- a/mail/heirloom-mailx/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (nail-10.6.tar.gz) = 8344380da9c819ae5e5126f100f0c822 diff --git a/mail/heirloom-mailx/pkg-descr b/mail/heirloom-mailx/pkg-descr deleted file mode 100644 index 49dcf73bbaff..000000000000 --- a/mail/heirloom-mailx/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -BSD mail utility with MIME extensions - -WWW: http://omnibus.ruf.uni-freiburg.de/~gritter/ diff --git a/mail/heirloom-mailx/pkg-plist b/mail/heirloom-mailx/pkg-plist deleted file mode 100644 index 1dc97bf3c1b1..000000000000 --- a/mail/heirloom-mailx/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -@comment $FreeBSD$ -bin/nail -etc/nail.rc diff --git a/mail/horde-turba/Makefile b/mail/horde-turba/Makefile deleted file mode 100644 index 1b0c0017f37e..000000000000 --- a/mail/horde-turba/Makefile +++ /dev/null @@ -1,121 +0,0 @@ -# Ports collection makefile for: turba -# Date created: Sat Nov 16, 2001 -# Whom: Thierry Thomas (<thierry@thomas.as>) -# -# $FreeBSD$ -# - -PORTNAME= turba -PORTVERSION= 1.2.1 -CATEGORIES= mail www -MASTER_SITES= ftp://ftp.horde.org/pub/turba/ \ - ftp://ftp.au.horde.org/pub/horde/turba/ \ - ftp://ftp.es.horde.org/pub/turba/ \ - ftp://ftp.it.horde.org/pub/mirror/horde.org/turba/ \ - ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/turba/ \ - ftp://ftp.pt.horde.org/pub/horde-ftp/turba/ - -MAINTAINER= thierry@pompo.net -COMMENT= The Horde contact management application - -#----------------------------------------------------------------------- -# You may define this option: -# -# - WITHOUT_LDAP : if you do not need OpenLDAP; -# -#----------------------------------------------------------------------- - -RUN_DEPENDS= ${LOCALBASE}/www/horde/index.php:${PORTSDIR}/www/horde2 - -.if !defined(WITHOUT_LDAP) -USE_OPENLDAP= yes -.endif - -NO_BUILD= yes -USE_REINPLACE= yes - -LDD= /usr/bin/ldd - -REINPLACE_ARGS= -i.beforeTurba -DOCS= COPYING README docs/CHANGES docs/CREDITS \ - docs/INSTALL docs/LDAP docs/UPDATE docs/turba.dia docs/turba.pdf -CONFFILE= attributes.php conf.php html.php menu.php \ - prefs.php sources.php -SUB_DIRS= config graphics lib locale scripts templates po - -LHORDEDIR?= www/horde -LTURBADIR?= ${LHORDEDIR}/turba - -PLIST_SUB= HORDEDIR=${LHORDEDIR} TURBADIR=${LTURBADIR} - -HORDEDIR= ${PREFIX}/${LHORDEDIR} -TURBADIR= ${PREFIX}/${LTURBADIR} -CONFDIR= ${TURBADIR}/config - -HORDE_INC= ${LOCALBASE}/etc/horde -.if defined(WITH_APACHE2) -PHPSO= ${LOCALBASE}/libexec/apache2/libphp4.so -.else -PHPSO= ${LOCALBASE}/libexec/apache/libphp4.so -.endif - -post-patch: - @${RM} ${WRKSRC}/config/conf.php.dist.orig \ - ${WRKSRC}/config/prefs.php.dist.orig \ - ${WRKSRC}/config/sources.php.dist.orig - -pre-install: -.if !defined(WITHOUT_LDAP) -.if exists(${LOCALBASE}/lib/libldap.so.1) - @if ! ${LDD} ${PHPSO} | ${GREP} -q -e "libldap.so.1"; then \ - ${ECHO_MSG} "" ; \ - ${ECHO_MSG} "Please configure PHP with OpenLDAP support." ; \ - ${ECHO_MSG} "" ; \ - ${FALSE} ; \ - fi -.else - @if ! ${LDD} ${PHPSO} | ${GREP} -q -e "libldap.so.2"; then \ - ${ECHO_MSG} "" ; \ - ${ECHO_MSG} "Please configure PHP with OpenLDAP2 support." ; \ - ${ECHO_MSG} "" ; \ - ${FALSE} ; \ - fi -.endif -.endif - -do-install: - @${MKDIR} ${TURBADIR} -.for REP in ${SUB_DIRS} - @${CP} -Rp ${WRKSRC}/${REP} ${TURBADIR} -.endfor - @${CP} -p ${WRKSRC}/*.php ${TURBADIR} -.for FILE in ${CONFFILE} - @if [ ! -f ${CONFDIR}/${FILE} ]; then \ - ${CP} ${CONFDIR}/${FILE}.dist ${CONFDIR}/${FILE} ; \ - fi -.endfor - @${CHOWN} -R www:www ${TURBADIR} - @${CHMOD} -R o-rwx ${CONFDIR} - @${CP} -p ${FILESDIR}/httpd.conf.turba ${HORDE_INC} - @${REINPLACE_CMD} -e "s:/home/httpd/html/horde/turba:${TURBADIR}:g" \ - ${HORDE_INC}/httpd.conf.turba - @${RM} ${HORDE_INC}/httpd.conf.turba.beforeTurba - @${REINPLACE_CMD} -e "s://UNCOMMENTWHENINSTTURBA::" \ - ${HORDEDIR}/config/registry.php - @${CP} -p ${HORDEDIR}/config/registry.php \ - ${HORDEDIR}/config/registry.php.afterTurba -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for FILE in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} -.endfor - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." -.endif - -post-install: - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} | \ - ${SED} -e "s:%%TURBADIR%%:${TURBADIR}:g;s:%%PORTSDIR%%:${PORTSDIR}:g;s:%%CONFDIR%%:${CONFDIR}:g" - @${ECHO_MSG} - -.include <bsd.port.mk> diff --git a/mail/horde-turba/distinfo b/mail/horde-turba/distinfo deleted file mode 100644 index 3614696de278..000000000000 --- a/mail/horde-turba/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (turba-1.2.1.tar.gz) = 1101266f404db0f4639cf41c25a64c35 diff --git a/mail/horde-turba/files/httpd.conf.turba b/mail/horde-turba/files/httpd.conf.turba deleted file mode 100644 index f6674cbb9700..000000000000 --- a/mail/horde-turba/files/httpd.conf.turba +++ /dev/null @@ -1,31 +0,0 @@ -# This is included in Apache's httpd.conf for Turba -# -# For security, don't serve pages from the Turba configuration and -# library directories. -# -<Directory "/home/httpd/html/horde/turba/config"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/turba/lib"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/turba/locale"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/turba/po"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/turba/scripts"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/turba/templates"> - order deny,allow - deny from all -</Directory> -# End of Turba configuration ================ - diff --git a/mail/horde-turba/files/patch-aa b/mail/horde-turba/files/patch-aa deleted file mode 100644 index 81d0eeaf6419..000000000000 --- a/mail/horde-turba/files/patch-aa +++ /dev/null @@ -1,7 +0,0 @@ ---- config/conf.php.dist.orig Fri Apr 12 18:21:30 2002 -+++ config/conf.php.dist Sun May 19 00:11:06 2002 -@@ -30,3 +30,4 @@ - // example providing a link to IMP (an email program) would be: - // $conf['menu']['apps'] = array('imp'); - $conf['menu']['apps'] = array(); -+//UNCOMMENTWHENINSTIMP$conf['menu']['apps'] = array('imp'); diff --git a/mail/horde-turba/files/patch-ab b/mail/horde-turba/files/patch-ab deleted file mode 100644 index 4cfdc762ef3d..000000000000 --- a/mail/horde-turba/files/patch-ab +++ /dev/null @@ -1,48 +0,0 @@ ---- config/sources.php.dist.orig Mon Feb 10 02:14:22 2003 -+++ config/sources.php.dist Tue Feb 25 21:51:29 2003 -@@ -140,10 +140,11 @@ - 'title' => 'My Addressbook', - 'type' => 'sql', - 'params' => array( -+// 'phptype' => 'pgsql', - 'phptype' => 'mysql', - 'hostspec' => 'localhost', -- 'username' => 'horde', -- 'password' => '*****', -+ 'username' => 'hordemgr', -+ 'password' => 'hordemgr', - 'database' => 'horde', - 'table' => 'turba_objects' - ), -@@ -181,6 +182,7 @@ - * A local address book in an LDAP directory. This implements a public - * (shared) address book. - */ -+/* - $cfgSources['localldap'] = array( - 'title' => 'Shared Directory', - 'type' => 'ldap', -@@ -219,6 +221,7 @@ - 'admin' => array(), - 'export' => true - ); -+*/ - - /** - * A personal adressbook. This assumes that the login is -@@ -229,6 +232,7 @@ - */ - - // First we need to get the uid. -+/* - $uid = Auth::getAuth(); - preg_match('/(^.*)@/', $uid, $uid); - $uid = $uid[1]; -@@ -284,6 +288,7 @@ - 'admin' => array($uid), - 'export' => true - ); -+*/ - - /** - * A preferences-based adressbook. This will always be private. You diff --git a/mail/horde-turba/files/patch-ac b/mail/horde-turba/files/patch-ac deleted file mode 100644 index 74914cb6d40e..000000000000 --- a/mail/horde-turba/files/patch-ac +++ /dev/null @@ -1,16 +0,0 @@ ---- config/prefs.php.dist.orig Mon Oct 22 09:09:23 2001 -+++ config/prefs.php.dist Sun Nov 18 01:21:42 2001 -@@ -16,4 +16,13 @@ - 'type' => 'select', - 'desc' => _("Select your preferred language:") - ); -+ -+// Addressbook -+$_prefs['searchsource'] = array( -+ 'value' => 'localsql', -+ 'locked' => false, -+ 'shared' => true, -+ 'type' => 'select', -+ 'desc' => _("from") -+); - ?> diff --git a/mail/horde-turba/pkg-deinstall b/mail/horde-turba/pkg-deinstall deleted file mode 100644 index b0a141eef091..000000000000 --- a/mail/horde-turba/pkg-deinstall +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# Backup Turba config files, if needed. - -if [ x$2 != xDEINSTALL ]; then - exit -fi - -if [ -z "${PACKAGE_BUILDING}" ]; then - for cf in `ls ${PKG_PREFIX}/www/horde/turba/config/*php`; do - diff -bBqw $cf $cf.dist >/dev/null 2>&1 - case $? in - 0) # original config file, will be deleted by pkg-plist - ;; - 1) # config file has been updated, must be backuped - cp -p $cf $cf.previous - echo "===> Backing-up..." - echo "---> $cf has been saved ***" - echo "---> as $cf.previous ***" - ;; - *) # not found? - ;; - esac - done -fi diff --git a/mail/horde-turba/pkg-descr b/mail/horde-turba/pkg-descr deleted file mode 100644 index 7ad5e825db08..000000000000 --- a/mail/horde-turba/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Turba is the Horde contact management application. It makes heavy use -of the Horde framework to provide integration with other applications. - -Turba is a fairly complete basic contact management application. -SQL and LDAP backends are available. -You can define the fields in your addressbooks in a very flexible way, -just by changing the config files. -And there are Horde API functions to add and search for contacts. - -WWW: http://horde.org/turba/ diff --git a/mail/horde-turba/pkg-message b/mail/horde-turba/pkg-message deleted file mode 100644 index f7cbdecc9737..000000000000 --- a/mail/horde-turba/pkg-message +++ /dev/null @@ -1,22 +0,0 @@ -************************************************************************ -Turba has been installed in %%TURBADIR%% with your blank -configuration files. - -Horde must be configured; if not, see -%%PORTSDIR%%/www/horde2/pkg-message. - -Then, you will have to tune the configuration files located in -%%CONFDIR%%/, specially the files conf.php and -sources.php. - -You have to create a table in your database; please see -%%TURBADIR%%/scripts/drivers. -You might create a LDAP schema: please see the doc LDAP. - -WARNING! if you are upgrading from Turba v. 1.1, you have to alter your -******** schemas. Please read the doc UPDATE. An example is given for - MySQL in %%TURBADIR%%/scripts/drivers/: - - mysql_upgrade_1.1_to_1.2.sql. - -To protect your configuration files, you have to restart Apache. -************************************************************************ diff --git a/mail/horde-turba/pkg-plist b/mail/horde-turba/pkg-plist deleted file mode 100644 index 1bc144a09498..000000000000 --- a/mail/horde-turba/pkg-plist +++ /dev/null @@ -1,291 +0,0 @@ -%%PORTDOCS%%share/doc/turba/CHANGES -%%PORTDOCS%%share/doc/turba/COPYING -%%PORTDOCS%%share/doc/turba/CREDITS -%%PORTDOCS%%share/doc/turba/INSTALL -%%PORTDOCS%%share/doc/turba/LDAP -%%PORTDOCS%%share/doc/turba/README -%%PORTDOCS%%share/doc/turba/UPDATE -%%PORTDOCS%%share/doc/turba/turba.dia -%%PORTDOCS%%share/doc/turba/turba.pdf -%%TURBADIR%%/add.php -%%TURBADIR%%/addobject.php -%%TURBADIR%%/addobjectaction.php -%%TURBADIR%%/advanced.php -%%TURBADIR%%/browse.php -%%TURBADIR%%/config/.htaccess -%%TURBADIR%%/config/attributes.php -%%TURBADIR%%/config/attributes.php.dist -%%TURBADIR%%/config/conf.php -%%TURBADIR%%/config/conf.php.dist -%%TURBADIR%%/config/html.php -%%TURBADIR%%/config/html.php.dist -%%TURBADIR%%/config/menu.php -%%TURBADIR%%/config/menu.php.dist -%%TURBADIR%%/config/prefs.php -%%TURBADIR%%/config/prefs.php.dist -%%TURBADIR%%/config/sources.php -%%TURBADIR%%/config/sources.php.dist -%%TURBADIR%%/data.php -%%TURBADIR%%/delete.php -%%TURBADIR%%/deleteobject.php -%%TURBADIR%%/display.php -%%TURBADIR%%/displayobject.php -%%TURBADIR%%/edit.php -%%TURBADIR%%/editobject.php -%%TURBADIR%%/editobjectaction.php -%%TURBADIR%%/graphics/add.gif -%%TURBADIR%%/graphics/checkbox.gif -%%TURBADIR%%/graphics/close.gif -%%TURBADIR%%/graphics/down.gif -%%TURBADIR%%/graphics/group.gif -%%TURBADIR%%/graphics/lhand.gif -%%TURBADIR%%/graphics/map.gif -%%TURBADIR%%/graphics/rhand.gif -%%TURBADIR%%/graphics/search.gif -%%TURBADIR%%/graphics/turba.gif -%%TURBADIR%%/graphics/up.gif -%%TURBADIR%%/graphics/user.gif -%%TURBADIR%%/index.php -%%TURBADIR%%/lib/.htaccess -%%TURBADIR%%/lib/AbstractObject.php -%%TURBADIR%%/lib/Driver.php -%%TURBADIR%%/lib/Driver/ldap.php -%%TURBADIR%%/lib/Driver/prefs.php -%%TURBADIR%%/lib/Driver/sql.php -%%TURBADIR%%/lib/Group.php -%%TURBADIR%%/lib/List.php -%%TURBADIR%%/lib/List/Plain.php -%%TURBADIR%%/lib/List/Tree.php -%%TURBADIR%%/lib/ListView.php -%%TURBADIR%%/lib/ListView/Rolodex.php -%%TURBADIR%%/lib/ListView/Tree.php -%%TURBADIR%%/lib/Object.php -%%TURBADIR%%/lib/ObjectView.php -%%TURBADIR%%/lib/ObjectView/List.php -%%TURBADIR%%/lib/ObjectView/PhotoID.php -%%TURBADIR%%/lib/Source.php -%%TURBADIR%%/lib/Turba.php -%%TURBADIR%%/lib/api.php -%%TURBADIR%%/lib/base.php -%%TURBADIR%%/lib/version.php -%%TURBADIR%%/locale/.htaccess -%%TURBADIR%%/locale/ar_SY/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/bg_BG/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ca_ES/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/cs_CZ/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/da_DK/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/de_DE/help.xml -%%TURBADIR%%/locale/de_DE/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/el_GR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/en_US/help.xml -%%TURBADIR%%/locale/es_ES/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/et_EE/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/fi_FI/help.xml -%%TURBADIR%%/locale/fi_FI/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/fr_FR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/hu_HU/help.xml -%%TURBADIR%%/locale/hu_HU/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/it_IT/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ja_JP/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ko_KR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/lt_LT/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/lv_LV/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/mk_MK/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/nb_NO/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/nl_NL/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/nn_NO/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/pl_PL/help.xml -%%TURBADIR%%/locale/pl_PL/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/pt_BR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/pt_PT/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ro_RO/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ru_RU/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ru_RU.KOI8-R/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/sk_SK/help.xml -%%TURBADIR%%/locale/sk_SK/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/sl_SI/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/sv_SE/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/uk_UA/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/zh_CN/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/zh_TW/LC_MESSAGES/turba.mo -%%TURBADIR%%/menu.php -%%TURBADIR%%/po/.htaccess -%%TURBADIR%%/po/Makefile -%%TURBADIR%%/po/README -%%TURBADIR%%/po/ar_SY.po -%%TURBADIR%%/po/bg_BG.po -%%TURBADIR%%/po/ca_ES.po -%%TURBADIR%%/po/cs_CZ.po -%%TURBADIR%%/po/da_DK.po -%%TURBADIR%%/po/de_DE.po -%%TURBADIR%%/po/el_GR.po -%%TURBADIR%%/po/es_ES.po -%%TURBADIR%%/po/et_EE.po -%%TURBADIR%%/po/extract.pl -%%TURBADIR%%/po/fi_FI.po -%%TURBADIR%%/po/fr_FR.po -%%TURBADIR%%/po/hu_HU.po -%%TURBADIR%%/po/it_IT.po -%%TURBADIR%%/po/ja_JP.po -%%TURBADIR%%/po/ko_KR.po -%%TURBADIR%%/po/lt_LT.po -%%TURBADIR%%/po/lv_LV.po -%%TURBADIR%%/po/mk_MK.po -%%TURBADIR%%/po/nb_NO.po -%%TURBADIR%%/po/nl_NL.po -%%TURBADIR%%/po/nn_NO.po -%%TURBADIR%%/po/pl_PL.po -%%TURBADIR%%/po/pt_BR.po -%%TURBADIR%%/po/pt_PT.po -%%TURBADIR%%/po/ro_RO.po -%%TURBADIR%%/po/ru_RU.po -%%TURBADIR%%/po/ru_RU.KOI8-R.po -%%TURBADIR%%/po/shtool -%%TURBADIR%%/po/sk_SK.po -%%TURBADIR%%/po/sl_SI.po -%%TURBADIR%%/po/sv_SE.po -%%TURBADIR%%/po/turba.pot -%%TURBADIR%%/po/uk_UA.po -%%TURBADIR%%/po/xgettext.sh -%%TURBADIR%%/po/zh_CN.po -%%TURBADIR%%/po/zh_TW.po -%%TURBADIR%%/prefs.php -%%TURBADIR%%/scripts/.htaccess -%%TURBADIR%%/scripts/Turba.reg -%%TURBADIR%%/scripts/drivers/mysql_create.sql -%%TURBADIR%%/scripts/drivers/mysql_upgrade_1.1_to_1.2.sql -%%TURBADIR%%/scripts/drivers/pgsql_create.sql -%%TURBADIR%%/scripts/drivers/turba.sql -%%TURBADIR%%/scripts/ldap/addou -%%TURBADIR%%/scripts/ldap/addou.pl -%%TURBADIR%%/scripts/ldap/core.schema.patch -%%TURBADIR%%/search.php -%%TURBADIR%%/status.php -%%TURBADIR%%/templates/.htaccess -%%TURBADIR%%/templates/add/add.inc -%%TURBADIR%%/templates/add/noadd.inc -%%TURBADIR%%/templates/add/select.inc -%%TURBADIR%%/templates/advanced/criteria.inc -%%TURBADIR%%/templates/advanced/foot.inc -%%TURBADIR%%/templates/advanced/head.inc -%%TURBADIR%%/templates/advanced/results_head.inc -%%TURBADIR%%/templates/browse/actions.inc -%%TURBADIR%%/templates/browse/column_footers.inc -%%TURBADIR%%/templates/browse/column_headers.inc -%%TURBADIR%%/templates/browse/contactrow.inc -%%TURBADIR%%/templates/browse/footer.inc -%%TURBADIR%%/templates/browse/header.inc -%%TURBADIR%%/templates/browse/javascript.inc -%%TURBADIR%%/templates/browse/search.inc -%%TURBADIR%%/templates/browse/select.inc -%%TURBADIR%%/templates/common-footer.inc -%%TURBADIR%%/templates/common-header.inc -%%TURBADIR%%/templates/data/export.inc -%%TURBADIR%%/templates/data/import.inc -%%TURBADIR%%/templates/display/display.inc -%%TURBADIR%%/templates/edit/edit.inc -%%TURBADIR%%/templates/index/css.inc -%%TURBADIR%%/templates/index/notconfigured.inc -%%TURBADIR%%/templates/menu/menu.inc -%%TURBADIR%%/templates/miniwindow/frames.inc -%%TURBADIR%%/templates/miniwindow/menu.inc -%%TURBADIR%%/templates/prefs/columnselect.inc -%%TURBADIR%%/templates/search/foot.inc -%%TURBADIR%%/templates/search/head.inc -%%TURBADIR%%/templates/search/row.inc -%%TURBADIR%%/miniwindow.php -etc/horde/httpd.conf.turba -%%PORTDOCS%%@dirrm share/doc/turba -@dirrm %%TURBADIR%%/config -@dirrm %%TURBADIR%%/graphics -@dirrm %%TURBADIR%%/lib/Driver -@dirrm %%TURBADIR%%/lib/List -@dirrm %%TURBADIR%%/lib/ListView -@dirrm %%TURBADIR%%/lib/ObjectView -@dirrm %%TURBADIR%%/lib -@dirrm %%TURBADIR%%/locale/ar_SY/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ar_SY -@dirrm %%TURBADIR%%/locale/bg_BG/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/bg_BG -@dirrm %%TURBADIR%%/locale/ca_ES/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ca_ES -@dirrm %%TURBADIR%%/locale/cs_CZ/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/cs_CZ -@dirrm %%TURBADIR%%/locale/da_DK/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/da_DK -@dirrm %%TURBADIR%%/locale/de_DE/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/de_DE -@dirrm %%TURBADIR%%/locale/el_GR/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/el_GR -@dirrm %%TURBADIR%%/locale/en_US -@dirrm %%TURBADIR%%/locale/es_ES/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/es_ES -@dirrm %%TURBADIR%%/locale/et_EE/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/et_EE -@dirrm %%TURBADIR%%/locale/fi_FI/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/fi_FI -@dirrm %%TURBADIR%%/locale/fr_FR/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/fr_FR -@dirrm %%TURBADIR%%/locale/hu_HU/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/hu_HU -@dirrm %%TURBADIR%%/locale/it_IT/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/it_IT -@dirrm %%TURBADIR%%/locale/ja_JP/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ja_JP -@dirrm %%TURBADIR%%/locale/ko_KR/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ko_KR -@dirrm %%TURBADIR%%/locale/lt_LT/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/lt_LT -@dirrm %%TURBADIR%%/locale/lv_LV/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/lv_LV -@dirrm %%TURBADIR%%/locale/mk_MK/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/mk_MK -@dirrm %%TURBADIR%%/locale/nb_NO/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/nb_NO -@dirrm %%TURBADIR%%/locale/nl_NL/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/nl_NL -@dirrm %%TURBADIR%%/locale/nn_NO/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/nn_NO -@dirrm %%TURBADIR%%/locale/pl_PL/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/pl_PL -@dirrm %%TURBADIR%%/locale/pt_BR/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/pt_BR -@dirrm %%TURBADIR%%/locale/pt_PT/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/pt_PT -@dirrm %%TURBADIR%%/locale/ro_RO/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ro_RO -@dirrm %%TURBADIR%%/locale/ru_RU/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ru_RU -@dirrm %%TURBADIR%%/locale/ru_RU.KOI8-R/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ru_RU.KOI8-R -@dirrm %%TURBADIR%%/locale/sk_SK/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/sk_SK -@dirrm %%TURBADIR%%/locale/sl_SI/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/sl_SI -@dirrm %%TURBADIR%%/locale/sv_SE/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/sv_SE -@dirrm %%TURBADIR%%/locale/uk_UA/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/uk_UA -@dirrm %%TURBADIR%%/locale/zh_CN/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/zh_CN -@dirrm %%TURBADIR%%/locale/zh_TW/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/zh_TW -@dirrm %%TURBADIR%%/locale -@dirrm %%TURBADIR%%/po -@dirrm %%TURBADIR%%/scripts/drivers -@dirrm %%TURBADIR%%/scripts/ldap -@dirrm %%TURBADIR%%/scripts -@dirrm %%TURBADIR%%/templates/add -@dirrm %%TURBADIR%%/templates/advanced -@dirrm %%TURBADIR%%/templates/browse -@dirrm %%TURBADIR%%/templates/data -@dirrm %%TURBADIR%%/templates/display -@dirrm %%TURBADIR%%/templates/edit -@dirrm %%TURBADIR%%/templates/index -@dirrm %%TURBADIR%%/templates/menu -@dirrm %%TURBADIR%%/templates/miniwindow -@dirrm %%TURBADIR%%/templates/prefs -@dirrm %%TURBADIR%%/templates/search -@dirrm %%TURBADIR%%/templates -@dirrm %%TURBADIR%% -@unexec if cmp -s %D/www/horde/config/registry.php %D/www/horde/config/registry.php.afterTurba; then rm -f %D/www/horde/config/registry.php.afterTurba; mv %D/www/horde/config/registry.php.beforeTurba %D/www/horde/config/registry.php; fi diff --git a/mail/horde4-turba/Makefile b/mail/horde4-turba/Makefile deleted file mode 100644 index 1b0c0017f37e..000000000000 --- a/mail/horde4-turba/Makefile +++ /dev/null @@ -1,121 +0,0 @@ -# Ports collection makefile for: turba -# Date created: Sat Nov 16, 2001 -# Whom: Thierry Thomas (<thierry@thomas.as>) -# -# $FreeBSD$ -# - -PORTNAME= turba -PORTVERSION= 1.2.1 -CATEGORIES= mail www -MASTER_SITES= ftp://ftp.horde.org/pub/turba/ \ - ftp://ftp.au.horde.org/pub/horde/turba/ \ - ftp://ftp.es.horde.org/pub/turba/ \ - ftp://ftp.it.horde.org/pub/mirror/horde.org/turba/ \ - ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/turba/ \ - ftp://ftp.pt.horde.org/pub/horde-ftp/turba/ - -MAINTAINER= thierry@pompo.net -COMMENT= The Horde contact management application - -#----------------------------------------------------------------------- -# You may define this option: -# -# - WITHOUT_LDAP : if you do not need OpenLDAP; -# -#----------------------------------------------------------------------- - -RUN_DEPENDS= ${LOCALBASE}/www/horde/index.php:${PORTSDIR}/www/horde2 - -.if !defined(WITHOUT_LDAP) -USE_OPENLDAP= yes -.endif - -NO_BUILD= yes -USE_REINPLACE= yes - -LDD= /usr/bin/ldd - -REINPLACE_ARGS= -i.beforeTurba -DOCS= COPYING README docs/CHANGES docs/CREDITS \ - docs/INSTALL docs/LDAP docs/UPDATE docs/turba.dia docs/turba.pdf -CONFFILE= attributes.php conf.php html.php menu.php \ - prefs.php sources.php -SUB_DIRS= config graphics lib locale scripts templates po - -LHORDEDIR?= www/horde -LTURBADIR?= ${LHORDEDIR}/turba - -PLIST_SUB= HORDEDIR=${LHORDEDIR} TURBADIR=${LTURBADIR} - -HORDEDIR= ${PREFIX}/${LHORDEDIR} -TURBADIR= ${PREFIX}/${LTURBADIR} -CONFDIR= ${TURBADIR}/config - -HORDE_INC= ${LOCALBASE}/etc/horde -.if defined(WITH_APACHE2) -PHPSO= ${LOCALBASE}/libexec/apache2/libphp4.so -.else -PHPSO= ${LOCALBASE}/libexec/apache/libphp4.so -.endif - -post-patch: - @${RM} ${WRKSRC}/config/conf.php.dist.orig \ - ${WRKSRC}/config/prefs.php.dist.orig \ - ${WRKSRC}/config/sources.php.dist.orig - -pre-install: -.if !defined(WITHOUT_LDAP) -.if exists(${LOCALBASE}/lib/libldap.so.1) - @if ! ${LDD} ${PHPSO} | ${GREP} -q -e "libldap.so.1"; then \ - ${ECHO_MSG} "" ; \ - ${ECHO_MSG} "Please configure PHP with OpenLDAP support." ; \ - ${ECHO_MSG} "" ; \ - ${FALSE} ; \ - fi -.else - @if ! ${LDD} ${PHPSO} | ${GREP} -q -e "libldap.so.2"; then \ - ${ECHO_MSG} "" ; \ - ${ECHO_MSG} "Please configure PHP with OpenLDAP2 support." ; \ - ${ECHO_MSG} "" ; \ - ${FALSE} ; \ - fi -.endif -.endif - -do-install: - @${MKDIR} ${TURBADIR} -.for REP in ${SUB_DIRS} - @${CP} -Rp ${WRKSRC}/${REP} ${TURBADIR} -.endfor - @${CP} -p ${WRKSRC}/*.php ${TURBADIR} -.for FILE in ${CONFFILE} - @if [ ! -f ${CONFDIR}/${FILE} ]; then \ - ${CP} ${CONFDIR}/${FILE}.dist ${CONFDIR}/${FILE} ; \ - fi -.endfor - @${CHOWN} -R www:www ${TURBADIR} - @${CHMOD} -R o-rwx ${CONFDIR} - @${CP} -p ${FILESDIR}/httpd.conf.turba ${HORDE_INC} - @${REINPLACE_CMD} -e "s:/home/httpd/html/horde/turba:${TURBADIR}:g" \ - ${HORDE_INC}/httpd.conf.turba - @${RM} ${HORDE_INC}/httpd.conf.turba.beforeTurba - @${REINPLACE_CMD} -e "s://UNCOMMENTWHENINSTTURBA::" \ - ${HORDEDIR}/config/registry.php - @${CP} -p ${HORDEDIR}/config/registry.php \ - ${HORDEDIR}/config/registry.php.afterTurba -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for FILE in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} -.endfor - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." -.endif - -post-install: - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} | \ - ${SED} -e "s:%%TURBADIR%%:${TURBADIR}:g;s:%%PORTSDIR%%:${PORTSDIR}:g;s:%%CONFDIR%%:${CONFDIR}:g" - @${ECHO_MSG} - -.include <bsd.port.mk> diff --git a/mail/horde4-turba/distinfo b/mail/horde4-turba/distinfo deleted file mode 100644 index 3614696de278..000000000000 --- a/mail/horde4-turba/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (turba-1.2.1.tar.gz) = 1101266f404db0f4639cf41c25a64c35 diff --git a/mail/horde4-turba/files/httpd.conf.turba b/mail/horde4-turba/files/httpd.conf.turba deleted file mode 100644 index f6674cbb9700..000000000000 --- a/mail/horde4-turba/files/httpd.conf.turba +++ /dev/null @@ -1,31 +0,0 @@ -# This is included in Apache's httpd.conf for Turba -# -# For security, don't serve pages from the Turba configuration and -# library directories. -# -<Directory "/home/httpd/html/horde/turba/config"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/turba/lib"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/turba/locale"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/turba/po"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/turba/scripts"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/turba/templates"> - order deny,allow - deny from all -</Directory> -# End of Turba configuration ================ - diff --git a/mail/horde4-turba/files/patch-aa b/mail/horde4-turba/files/patch-aa deleted file mode 100644 index 81d0eeaf6419..000000000000 --- a/mail/horde4-turba/files/patch-aa +++ /dev/null @@ -1,7 +0,0 @@ ---- config/conf.php.dist.orig Fri Apr 12 18:21:30 2002 -+++ config/conf.php.dist Sun May 19 00:11:06 2002 -@@ -30,3 +30,4 @@ - // example providing a link to IMP (an email program) would be: - // $conf['menu']['apps'] = array('imp'); - $conf['menu']['apps'] = array(); -+//UNCOMMENTWHENINSTIMP$conf['menu']['apps'] = array('imp'); diff --git a/mail/horde4-turba/files/patch-ab b/mail/horde4-turba/files/patch-ab deleted file mode 100644 index 4cfdc762ef3d..000000000000 --- a/mail/horde4-turba/files/patch-ab +++ /dev/null @@ -1,48 +0,0 @@ ---- config/sources.php.dist.orig Mon Feb 10 02:14:22 2003 -+++ config/sources.php.dist Tue Feb 25 21:51:29 2003 -@@ -140,10 +140,11 @@ - 'title' => 'My Addressbook', - 'type' => 'sql', - 'params' => array( -+// 'phptype' => 'pgsql', - 'phptype' => 'mysql', - 'hostspec' => 'localhost', -- 'username' => 'horde', -- 'password' => '*****', -+ 'username' => 'hordemgr', -+ 'password' => 'hordemgr', - 'database' => 'horde', - 'table' => 'turba_objects' - ), -@@ -181,6 +182,7 @@ - * A local address book in an LDAP directory. This implements a public - * (shared) address book. - */ -+/* - $cfgSources['localldap'] = array( - 'title' => 'Shared Directory', - 'type' => 'ldap', -@@ -219,6 +221,7 @@ - 'admin' => array(), - 'export' => true - ); -+*/ - - /** - * A personal adressbook. This assumes that the login is -@@ -229,6 +232,7 @@ - */ - - // First we need to get the uid. -+/* - $uid = Auth::getAuth(); - preg_match('/(^.*)@/', $uid, $uid); - $uid = $uid[1]; -@@ -284,6 +288,7 @@ - 'admin' => array($uid), - 'export' => true - ); -+*/ - - /** - * A preferences-based adressbook. This will always be private. You diff --git a/mail/horde4-turba/files/patch-ac b/mail/horde4-turba/files/patch-ac deleted file mode 100644 index 74914cb6d40e..000000000000 --- a/mail/horde4-turba/files/patch-ac +++ /dev/null @@ -1,16 +0,0 @@ ---- config/prefs.php.dist.orig Mon Oct 22 09:09:23 2001 -+++ config/prefs.php.dist Sun Nov 18 01:21:42 2001 -@@ -16,4 +16,13 @@ - 'type' => 'select', - 'desc' => _("Select your preferred language:") - ); -+ -+// Addressbook -+$_prefs['searchsource'] = array( -+ 'value' => 'localsql', -+ 'locked' => false, -+ 'shared' => true, -+ 'type' => 'select', -+ 'desc' => _("from") -+); - ?> diff --git a/mail/horde4-turba/pkg-deinstall b/mail/horde4-turba/pkg-deinstall deleted file mode 100644 index b0a141eef091..000000000000 --- a/mail/horde4-turba/pkg-deinstall +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# Backup Turba config files, if needed. - -if [ x$2 != xDEINSTALL ]; then - exit -fi - -if [ -z "${PACKAGE_BUILDING}" ]; then - for cf in `ls ${PKG_PREFIX}/www/horde/turba/config/*php`; do - diff -bBqw $cf $cf.dist >/dev/null 2>&1 - case $? in - 0) # original config file, will be deleted by pkg-plist - ;; - 1) # config file has been updated, must be backuped - cp -p $cf $cf.previous - echo "===> Backing-up..." - echo "---> $cf has been saved ***" - echo "---> as $cf.previous ***" - ;; - *) # not found? - ;; - esac - done -fi diff --git a/mail/horde4-turba/pkg-descr b/mail/horde4-turba/pkg-descr deleted file mode 100644 index 7ad5e825db08..000000000000 --- a/mail/horde4-turba/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Turba is the Horde contact management application. It makes heavy use -of the Horde framework to provide integration with other applications. - -Turba is a fairly complete basic contact management application. -SQL and LDAP backends are available. -You can define the fields in your addressbooks in a very flexible way, -just by changing the config files. -And there are Horde API functions to add and search for contacts. - -WWW: http://horde.org/turba/ diff --git a/mail/horde4-turba/pkg-message b/mail/horde4-turba/pkg-message deleted file mode 100644 index f7cbdecc9737..000000000000 --- a/mail/horde4-turba/pkg-message +++ /dev/null @@ -1,22 +0,0 @@ -************************************************************************ -Turba has been installed in %%TURBADIR%% with your blank -configuration files. - -Horde must be configured; if not, see -%%PORTSDIR%%/www/horde2/pkg-message. - -Then, you will have to tune the configuration files located in -%%CONFDIR%%/, specially the files conf.php and -sources.php. - -You have to create a table in your database; please see -%%TURBADIR%%/scripts/drivers. -You might create a LDAP schema: please see the doc LDAP. - -WARNING! if you are upgrading from Turba v. 1.1, you have to alter your -******** schemas. Please read the doc UPDATE. An example is given for - MySQL in %%TURBADIR%%/scripts/drivers/: - - mysql_upgrade_1.1_to_1.2.sql. - -To protect your configuration files, you have to restart Apache. -************************************************************************ diff --git a/mail/horde4-turba/pkg-plist b/mail/horde4-turba/pkg-plist deleted file mode 100644 index 1bc144a09498..000000000000 --- a/mail/horde4-turba/pkg-plist +++ /dev/null @@ -1,291 +0,0 @@ -%%PORTDOCS%%share/doc/turba/CHANGES -%%PORTDOCS%%share/doc/turba/COPYING -%%PORTDOCS%%share/doc/turba/CREDITS -%%PORTDOCS%%share/doc/turba/INSTALL -%%PORTDOCS%%share/doc/turba/LDAP -%%PORTDOCS%%share/doc/turba/README -%%PORTDOCS%%share/doc/turba/UPDATE -%%PORTDOCS%%share/doc/turba/turba.dia -%%PORTDOCS%%share/doc/turba/turba.pdf -%%TURBADIR%%/add.php -%%TURBADIR%%/addobject.php -%%TURBADIR%%/addobjectaction.php -%%TURBADIR%%/advanced.php -%%TURBADIR%%/browse.php -%%TURBADIR%%/config/.htaccess -%%TURBADIR%%/config/attributes.php -%%TURBADIR%%/config/attributes.php.dist -%%TURBADIR%%/config/conf.php -%%TURBADIR%%/config/conf.php.dist -%%TURBADIR%%/config/html.php -%%TURBADIR%%/config/html.php.dist -%%TURBADIR%%/config/menu.php -%%TURBADIR%%/config/menu.php.dist -%%TURBADIR%%/config/prefs.php -%%TURBADIR%%/config/prefs.php.dist -%%TURBADIR%%/config/sources.php -%%TURBADIR%%/config/sources.php.dist -%%TURBADIR%%/data.php -%%TURBADIR%%/delete.php -%%TURBADIR%%/deleteobject.php -%%TURBADIR%%/display.php -%%TURBADIR%%/displayobject.php -%%TURBADIR%%/edit.php -%%TURBADIR%%/editobject.php -%%TURBADIR%%/editobjectaction.php -%%TURBADIR%%/graphics/add.gif -%%TURBADIR%%/graphics/checkbox.gif -%%TURBADIR%%/graphics/close.gif -%%TURBADIR%%/graphics/down.gif -%%TURBADIR%%/graphics/group.gif -%%TURBADIR%%/graphics/lhand.gif -%%TURBADIR%%/graphics/map.gif -%%TURBADIR%%/graphics/rhand.gif -%%TURBADIR%%/graphics/search.gif -%%TURBADIR%%/graphics/turba.gif -%%TURBADIR%%/graphics/up.gif -%%TURBADIR%%/graphics/user.gif -%%TURBADIR%%/index.php -%%TURBADIR%%/lib/.htaccess -%%TURBADIR%%/lib/AbstractObject.php -%%TURBADIR%%/lib/Driver.php -%%TURBADIR%%/lib/Driver/ldap.php -%%TURBADIR%%/lib/Driver/prefs.php -%%TURBADIR%%/lib/Driver/sql.php -%%TURBADIR%%/lib/Group.php -%%TURBADIR%%/lib/List.php -%%TURBADIR%%/lib/List/Plain.php -%%TURBADIR%%/lib/List/Tree.php -%%TURBADIR%%/lib/ListView.php -%%TURBADIR%%/lib/ListView/Rolodex.php -%%TURBADIR%%/lib/ListView/Tree.php -%%TURBADIR%%/lib/Object.php -%%TURBADIR%%/lib/ObjectView.php -%%TURBADIR%%/lib/ObjectView/List.php -%%TURBADIR%%/lib/ObjectView/PhotoID.php -%%TURBADIR%%/lib/Source.php -%%TURBADIR%%/lib/Turba.php -%%TURBADIR%%/lib/api.php -%%TURBADIR%%/lib/base.php -%%TURBADIR%%/lib/version.php -%%TURBADIR%%/locale/.htaccess -%%TURBADIR%%/locale/ar_SY/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/bg_BG/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ca_ES/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/cs_CZ/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/da_DK/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/de_DE/help.xml -%%TURBADIR%%/locale/de_DE/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/el_GR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/en_US/help.xml -%%TURBADIR%%/locale/es_ES/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/et_EE/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/fi_FI/help.xml -%%TURBADIR%%/locale/fi_FI/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/fr_FR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/hu_HU/help.xml -%%TURBADIR%%/locale/hu_HU/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/it_IT/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ja_JP/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ko_KR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/lt_LT/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/lv_LV/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/mk_MK/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/nb_NO/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/nl_NL/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/nn_NO/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/pl_PL/help.xml -%%TURBADIR%%/locale/pl_PL/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/pt_BR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/pt_PT/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ro_RO/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ru_RU/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ru_RU.KOI8-R/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/sk_SK/help.xml -%%TURBADIR%%/locale/sk_SK/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/sl_SI/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/sv_SE/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/uk_UA/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/zh_CN/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/zh_TW/LC_MESSAGES/turba.mo -%%TURBADIR%%/menu.php -%%TURBADIR%%/po/.htaccess -%%TURBADIR%%/po/Makefile -%%TURBADIR%%/po/README -%%TURBADIR%%/po/ar_SY.po -%%TURBADIR%%/po/bg_BG.po -%%TURBADIR%%/po/ca_ES.po -%%TURBADIR%%/po/cs_CZ.po -%%TURBADIR%%/po/da_DK.po -%%TURBADIR%%/po/de_DE.po -%%TURBADIR%%/po/el_GR.po -%%TURBADIR%%/po/es_ES.po -%%TURBADIR%%/po/et_EE.po -%%TURBADIR%%/po/extract.pl -%%TURBADIR%%/po/fi_FI.po -%%TURBADIR%%/po/fr_FR.po -%%TURBADIR%%/po/hu_HU.po -%%TURBADIR%%/po/it_IT.po -%%TURBADIR%%/po/ja_JP.po -%%TURBADIR%%/po/ko_KR.po -%%TURBADIR%%/po/lt_LT.po -%%TURBADIR%%/po/lv_LV.po -%%TURBADIR%%/po/mk_MK.po -%%TURBADIR%%/po/nb_NO.po -%%TURBADIR%%/po/nl_NL.po -%%TURBADIR%%/po/nn_NO.po -%%TURBADIR%%/po/pl_PL.po -%%TURBADIR%%/po/pt_BR.po -%%TURBADIR%%/po/pt_PT.po -%%TURBADIR%%/po/ro_RO.po -%%TURBADIR%%/po/ru_RU.po -%%TURBADIR%%/po/ru_RU.KOI8-R.po -%%TURBADIR%%/po/shtool -%%TURBADIR%%/po/sk_SK.po -%%TURBADIR%%/po/sl_SI.po -%%TURBADIR%%/po/sv_SE.po -%%TURBADIR%%/po/turba.pot -%%TURBADIR%%/po/uk_UA.po -%%TURBADIR%%/po/xgettext.sh -%%TURBADIR%%/po/zh_CN.po -%%TURBADIR%%/po/zh_TW.po -%%TURBADIR%%/prefs.php -%%TURBADIR%%/scripts/.htaccess -%%TURBADIR%%/scripts/Turba.reg -%%TURBADIR%%/scripts/drivers/mysql_create.sql -%%TURBADIR%%/scripts/drivers/mysql_upgrade_1.1_to_1.2.sql -%%TURBADIR%%/scripts/drivers/pgsql_create.sql -%%TURBADIR%%/scripts/drivers/turba.sql -%%TURBADIR%%/scripts/ldap/addou -%%TURBADIR%%/scripts/ldap/addou.pl -%%TURBADIR%%/scripts/ldap/core.schema.patch -%%TURBADIR%%/search.php -%%TURBADIR%%/status.php -%%TURBADIR%%/templates/.htaccess -%%TURBADIR%%/templates/add/add.inc -%%TURBADIR%%/templates/add/noadd.inc -%%TURBADIR%%/templates/add/select.inc -%%TURBADIR%%/templates/advanced/criteria.inc -%%TURBADIR%%/templates/advanced/foot.inc -%%TURBADIR%%/templates/advanced/head.inc -%%TURBADIR%%/templates/advanced/results_head.inc -%%TURBADIR%%/templates/browse/actions.inc -%%TURBADIR%%/templates/browse/column_footers.inc -%%TURBADIR%%/templates/browse/column_headers.inc -%%TURBADIR%%/templates/browse/contactrow.inc -%%TURBADIR%%/templates/browse/footer.inc -%%TURBADIR%%/templates/browse/header.inc -%%TURBADIR%%/templates/browse/javascript.inc -%%TURBADIR%%/templates/browse/search.inc -%%TURBADIR%%/templates/browse/select.inc -%%TURBADIR%%/templates/common-footer.inc -%%TURBADIR%%/templates/common-header.inc -%%TURBADIR%%/templates/data/export.inc -%%TURBADIR%%/templates/data/import.inc -%%TURBADIR%%/templates/display/display.inc -%%TURBADIR%%/templates/edit/edit.inc -%%TURBADIR%%/templates/index/css.inc -%%TURBADIR%%/templates/index/notconfigured.inc -%%TURBADIR%%/templates/menu/menu.inc -%%TURBADIR%%/templates/miniwindow/frames.inc -%%TURBADIR%%/templates/miniwindow/menu.inc -%%TURBADIR%%/templates/prefs/columnselect.inc -%%TURBADIR%%/templates/search/foot.inc -%%TURBADIR%%/templates/search/head.inc -%%TURBADIR%%/templates/search/row.inc -%%TURBADIR%%/miniwindow.php -etc/horde/httpd.conf.turba -%%PORTDOCS%%@dirrm share/doc/turba -@dirrm %%TURBADIR%%/config -@dirrm %%TURBADIR%%/graphics -@dirrm %%TURBADIR%%/lib/Driver -@dirrm %%TURBADIR%%/lib/List -@dirrm %%TURBADIR%%/lib/ListView -@dirrm %%TURBADIR%%/lib/ObjectView -@dirrm %%TURBADIR%%/lib -@dirrm %%TURBADIR%%/locale/ar_SY/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ar_SY -@dirrm %%TURBADIR%%/locale/bg_BG/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/bg_BG -@dirrm %%TURBADIR%%/locale/ca_ES/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ca_ES -@dirrm %%TURBADIR%%/locale/cs_CZ/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/cs_CZ -@dirrm %%TURBADIR%%/locale/da_DK/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/da_DK -@dirrm %%TURBADIR%%/locale/de_DE/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/de_DE -@dirrm %%TURBADIR%%/locale/el_GR/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/el_GR -@dirrm %%TURBADIR%%/locale/en_US -@dirrm %%TURBADIR%%/locale/es_ES/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/es_ES -@dirrm %%TURBADIR%%/locale/et_EE/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/et_EE -@dirrm %%TURBADIR%%/locale/fi_FI/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/fi_FI -@dirrm %%TURBADIR%%/locale/fr_FR/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/fr_FR -@dirrm %%TURBADIR%%/locale/hu_HU/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/hu_HU -@dirrm %%TURBADIR%%/locale/it_IT/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/it_IT -@dirrm %%TURBADIR%%/locale/ja_JP/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ja_JP -@dirrm %%TURBADIR%%/locale/ko_KR/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ko_KR -@dirrm %%TURBADIR%%/locale/lt_LT/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/lt_LT -@dirrm %%TURBADIR%%/locale/lv_LV/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/lv_LV -@dirrm %%TURBADIR%%/locale/mk_MK/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/mk_MK -@dirrm %%TURBADIR%%/locale/nb_NO/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/nb_NO -@dirrm %%TURBADIR%%/locale/nl_NL/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/nl_NL -@dirrm %%TURBADIR%%/locale/nn_NO/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/nn_NO -@dirrm %%TURBADIR%%/locale/pl_PL/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/pl_PL -@dirrm %%TURBADIR%%/locale/pt_BR/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/pt_BR -@dirrm %%TURBADIR%%/locale/pt_PT/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/pt_PT -@dirrm %%TURBADIR%%/locale/ro_RO/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ro_RO -@dirrm %%TURBADIR%%/locale/ru_RU/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ru_RU -@dirrm %%TURBADIR%%/locale/ru_RU.KOI8-R/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ru_RU.KOI8-R -@dirrm %%TURBADIR%%/locale/sk_SK/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/sk_SK -@dirrm %%TURBADIR%%/locale/sl_SI/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/sl_SI -@dirrm %%TURBADIR%%/locale/sv_SE/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/sv_SE -@dirrm %%TURBADIR%%/locale/uk_UA/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/uk_UA -@dirrm %%TURBADIR%%/locale/zh_CN/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/zh_CN -@dirrm %%TURBADIR%%/locale/zh_TW/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/zh_TW -@dirrm %%TURBADIR%%/locale -@dirrm %%TURBADIR%%/po -@dirrm %%TURBADIR%%/scripts/drivers -@dirrm %%TURBADIR%%/scripts/ldap -@dirrm %%TURBADIR%%/scripts -@dirrm %%TURBADIR%%/templates/add -@dirrm %%TURBADIR%%/templates/advanced -@dirrm %%TURBADIR%%/templates/browse -@dirrm %%TURBADIR%%/templates/data -@dirrm %%TURBADIR%%/templates/display -@dirrm %%TURBADIR%%/templates/edit -@dirrm %%TURBADIR%%/templates/index -@dirrm %%TURBADIR%%/templates/menu -@dirrm %%TURBADIR%%/templates/miniwindow -@dirrm %%TURBADIR%%/templates/prefs -@dirrm %%TURBADIR%%/templates/search -@dirrm %%TURBADIR%%/templates -@dirrm %%TURBADIR%% -@unexec if cmp -s %D/www/horde/config/registry.php %D/www/horde/config/registry.php.afterTurba; then rm -f %D/www/horde/config/registry.php.afterTurba; mv %D/www/horde/config/registry.php.beforeTurba %D/www/horde/config/registry.php; fi diff --git a/mail/mailscanner-devel/Makefile b/mail/mailscanner-devel/Makefile deleted file mode 100644 index 1deb5655fcb7..000000000000 --- a/mail/mailscanner-devel/Makefile +++ /dev/null @@ -1,190 +0,0 @@ -# New ports collection makefile for: MailScanner -# Date created: 17 March 2003 -# Whom: Jan-Peter Koopmann <j.koopmann@seceidos.de> -# -# $FreeBSD$ -# - -PORTNAME= mailscanner -PORTVERSION= 4.24.5 -CATEGORIES= mail -MASTER_SITES= http://www.sng.ecs.soton.ac.uk/mailscanner/files/4/tar/ -DISTNAME= MailScanner-4.24-5 - -MAINTAINER= j.koopmann@seceidos.de -COMMENT= Powerful virus/spam scanning framework for Sendmail/Exim - -BUILD_DEPENDS= \ - ${SITE_PERL}/IO/Stringy.pm:${PORTSDIR}/devel/p5-IO-stringy \ - ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ - ${SITE_PERL}/Mail/Header.pm:${PORTSDIR}/mail/p5-Mail-Tools \ - ${SITE_PERL}/HTML/Tagset.pm:${PORTSDIR}/www/p5-HTML-Tagset \ - ${SITE_PERL}/${PERL_ARCH}/HTML/HeadParser.pm:${PORTSDIR}/www/p5-HTML-Parser \ - ${SITE_PERL}/MIME/Parser.pm:${PORTSDIR}/mail/p5-MIME-Tools \ - ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ - ${SITE_PERL}/Convert/TNEF.pm:${PORTSDIR}/converters/p5-Convert-TNEF - -RUN_DEPENDS= ${BUILD_DEPENDS} - -USE_PERL5= yes - -DATADIR= ${PREFIX}/share/MailScanner -DOCSDIR= ${PREFIX}/share/doc/MailScanner -PKGMESSAGE= ${WRKDIR}/pkg-message - -MAN8= MailScanner.8 -MAN5= MailScanner.conf.5 -MLINKS= MailScanner.8 mailscanner.8 \ - MailScanner.conf.5 mailscanner.conf.5 - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec -RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec -.endif - -DOC_FILES= INSTALL INSTALL.FreeBSD INSTALL.OpenBSD README -ETC_FILES= MailScanner.conf filename.rules.conf \ - filetype.rules.conf spam.assassin.prefs.conf \ - spam.lists.conf virus.scanners.conf - -do-build: - ${PERL} -pi -e \ - 's,/opt/MailScanner/lib,'${PREFIX}'/lib/MailScanner,g; \ - s,/opt/MailScanner/etc,'${PREFIX}'/etc/MailScanner,g;' \ - ${WRKSRC}/bin/MailScanner - ${PERL} -pi -e \ - 's,/opt/MailScanner/var/MailScanner.pid,/var/run/MailScanner.pid,g; \ - s,/usr/lib/sendmail,/usr/sbin/sendmail,g; \ - s,/opt/MailScanner/bin,'${PREFIX}'bin,g; \ - s,/opt/MailScanner/etc/reports,'${DATADIR}'/reports,g; \ - s,/opt/MailScanner/etc,'${PREFIX}'/etc/MailScanner,g;' \ - ${WRKSRC}/etc/MailScanner.conf - ${PERL} -pi -e \ - 's,/opt/MailScanner/lib,'${PREFIX}'/libexec/MailScanner,g; \ - s,/bin/false,/usr/bin/false,;' ${WRKSRC}/etc/virus.scanners.conf - ${PERL} -pi -e \ - 's,/bin/bash,'${PREFIX}'/bash,g; \ - s,/opt/MailScanner/etc,'${PREFIX}'/etc/MailScanner,g;' \ - ${WRKSRC}/bin/update_virus_scanners - ${PERL} -pi -e \ - 's,/opt/MailScanner/var/MailScanner.pid,/var/run/MailScanner.pid,g; \ - s,/usr/lib/sendmail,/usr/sbin/sendmail,g; \ - s,/opt/MailScanner/bin,'${PREFIX}'/bin,g; \ - s,/opt/MailScanner/etc/reports,'${DATADIR}'/reports,g; \ - s,/opt/MailScanner/etc,'${PREFIX}'/etc/MailScanner,g;' \ - ${WRKSRC}/lib/MailScanner/ConfigDefs.pl - ${PERL} -pi \ - -e 's,/bin/sed,/usr/bin/sed,g;' ${WRKSRC}/lib/MailScanner/SystemDefs.pm - -do-install: - # - # Step 1: Install binaries - # - ${INSTALL_SCRIPT} ${WRKSRC}/bin/tnef.linux ${PREFIX}/bin/tnef - # - # Step 2: Install libexec files - # - ${MKDIR} ${PREFIX}/libexec/MailScanner - ${CHMOD} -R ${BINMODE} ${PREFIX}/libexec/MailScanner - ${INSTALL_SCRIPT} ${WRKSRC}/bin/MailScanner ${PREFIX}/libexec/MailScanner - cd ${WRKSRC}/lib && ${FIND} * -name "*-wrapper" -exec ${INSTALL_SCRIPT} \ - '{}' ${PREFIX}'/libexec/MailScanner/{}'.sample \; - cd ${WRKSRC}/lib && ${FIND} * -name "*-autoupdate" -exec \ - ${INSTALL_SCRIPT} '{}' ${PREFIX}'/libexec/MailScanner/{}'.sample \; - ${INSTALL_SCRIPT} ${WRKSRC}/bin/update_virus_scanners \ - ${PREFIX}/libexec/MailScanner/update_virus_scanners - # - # Step 3: Install etc files - # - ${MKDIR} ${PREFIX}/etc/MailScanner - ${CHMOD} ${BINMODE} ${PREFIX}/etc/MailScanner -.for FILE in ${ETC_FILES} - ${INSTALL_DATA} ${WRKSRC}/etc/${FILE} \ - ${PREFIX}/etc/MailScanner/${FILE}.sample -.endfor - ${MKDIR} ${PREFIX}/etc/MailScanner/rules - cd ${WRKSRC}/etc/rules && \ - ${INSTALL_DATA} EXAMPLES README ${PREFIX}/etc/MailScanner/rules - ${INSTALL_DATA} ${WRKSRC}/etc/rules/spam.whitelist.rules \ - ${PREFIX}/etc/MailScanner/rules/spam.whitelist.rules.sample - - # - # Step 4: Install files in share - # - @${MKDIR} ${DATADIR} - cd ${WRKSRC}/etc && ${FIND} reports -type d -exec \ - mkdir ${DATADIR}'/{}' \; - cd ${WRKSRC}/etc && ${FIND} reports -type f ! -name "*.orig" -exec \ - ${INSTALL_DATA} '{}' ${DATADIR}'/{}'.sample \; - ${CHMOD} -R ${BINMODE} ${DATADIR}/reports - # - # Step 5: Install lib - # - ${MKDIR} ${PREFIX}/lib/MailScanner/MailScanner - ${INSTALL_SCRIPT} ${WRKSRC}/lib/MailScanner.pm \ - ${PREFIX}/lib/MailScanner/MailScanner.pm - cd ${WRKSRC}/lib/MailScanner && ${FIND} * -type f ! -name "*.orig" -exec \ - ${INSTALL_SCRIPT} '{}' ${PREFIX}'/lib/MailScanner/MailScanner/{}' \; - # - # Step 6: Install Start/Stop scripts - # - ${INSTALL_SCRIPT} ${FILESDIR}/mailscanner.sh \ - ${PREFIX}/etc/rc.d/mailscanner.sh.sample - ${INSTALL_SCRIPT} ${FILESDIR}/mta.sh ${PREFIX}/etc/rc.d/mta.sh.sample - # - # Step 7: Docs & Manpages - # -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${FILESDIR}/README.FreeBSD.port ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${DOC_FILES} ${DOCSDIR} - cd ${WRKSRC}/docs && \ - ${FIND} * -type d -exec mkdir ${DOCSDIR}'/{}' \; && \ - ${FIND} * -type f ! -name "*.orig" -exec \ - ${INSTALL_DATA} '{}' ${DOCSDIR}'/{}' \; - cd ${WRKSRC}/docs/man && \ - ${INSTALL_MAN} ${MAN5} ${MAN5PREFIX}/man/man5 && \ - ${INSTALL_MAN} ${MAN8} ${MAN8PREFIX}/man/man8 -.endif -.if exists(${PREFIX}/etc/MailScanner/MailScanner.conf) - # Upgrading MailScanner.conf file... Please wait - @${WRKSRC}/bin/upgrade_MailScanner_conf \ - ${PREFIX}/etc/MailScanner/MailScanner.conf \ - ${PREFIX}/etc/MailScanner/MailScanner.conf.sample > \ - ${PREFIX}/etc/MailScanner/MailScanner.conf.new.${PORTVERSION} \ - 2> /dev/null - # Diff the files. If the files do not differ, delete the new file - @if diff -b -B -q ${PREFIX}/etc/MailScanner/MailScanner.conf \ - ${PREFIX}/etc/MailScanner/MailScanner.conf.new.${PORTVERSION} ; \ - then ${ECHO} "No changes in MailScanner.conf options found" ; \ - ${RM} ${PREFIX}/etc/MailScanner/MailScanner.conf.new.${PORTVERSION} ; \ - else \ - ${ECHO} "Changes in MailScanner.conf found. Please look at \ - ${PREFIX}/etc/MailScanner/MailScanner.conf.new.${PORTVERSION}" ; \ - fi -.endif - @${SED} -e 's,%%PREFIX%%,${PREFIX},' pkg-message > ${PKGMESSAGE} - @${CAT} ${PKGMESSAGE} - -renew-wrapper: install - # Renew virus wrapper scripts - ${INSTALL_SCRIPT} ${WRKSRC}/lib/*-wrapper ${PREFIX}/libexec/MailScanner - -renew-autoupdate: install - # Renew autoupdate scripts - ${INSTALL_SCRIPT} ${WRKSRC}/lib/*-autoupdate ${PREFIX}/libexec/MailScanner - -renew-reports: install - # Renew reports - cd ${WRKSRC}/etc/reports/en && ${FIND} * -type f ! -name "*.orig" \ - -exec ${INSTALL_DATA} '{}' ${DATADIR}'/reports/en/{}' \; - -initial-config: renew-wrapper renew-autoupdate renew-reports - cd ${WRKSRC}/etc && ${INSTALL_DATA} ${ETC_FILES} \ - ${PREFIX}/etc/MailScanner - ${INSTALL_DATA} ${WRKSRC}/etc/rules/spam.whitelist.rules \ - ${PREFIX}/etc/MailScanner/rules/spam.whitelist.rules - -.include <bsd.port.post.mk> diff --git a/mail/mailscanner-devel/distinfo b/mail/mailscanner-devel/distinfo deleted file mode 100644 index e781e2adb12f..000000000000 --- a/mail/mailscanner-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (MailScanner-4.24-5.tar.gz) = f43e0f6b1febf41aaf843400b1b4b3f5 diff --git a/mail/mailscanner-devel/files/README.FreeBSD.port b/mail/mailscanner-devel/files/README.FreeBSD.port deleted file mode 100644 index 55b28caaf497..000000000000 --- a/mail/mailscanner-devel/files/README.FreeBSD.port +++ /dev/null @@ -1,48 +0,0 @@ -The MailScanner port is using the original MailScanner tarball from -www.mailscanner.info. This tarball puts all the MailScanner files in -subdirectories - -bin MailScanner binary / MailScanner start script etc. -etc MailScanner config files / rules / report templates -lib Virus wrapper and autoupdate scripts / MailScanner Perl libraries -docs Documentation -var pid file - -In order to make this FreeBSD compliant the port installs those files -in the following directories: - -/usr/local/libexec/MailScanner MailScanner binary, virus wrapper/autoupdate -/usr/local/lib/MailScanner MailScanner Perl libraries -/usr/local/share/MailScanner MailScanner report templates -/usr/local/share/doc/MailScanner Documentation -/usr/local/etc/MailScanner MailScanner config files / rules -/usr/local/etc/rc.d start/stop scripts - -The port installs two start/stop scripts in /usr/local/etc/rc.d: - -mailscanner.sh.sample -mta.sh.sample - -My suggestion is to use these scripts instead of the usual FreeBSD MTA startup -process. This of course means that you will have to disable MTA startup -in rc.conf completely. Put this in your rc.conf: - -sendmail_enable="NO" - -Then adjust sendmail.sh or exim.sh to your configuration. Have a look at the -MailScanner manpage for MTA setup hints. - -When upgrading the port it will try to look for new options/variables in -MailScanner.conf using Julians upgrade_MailScanner_conf script. If it finds -changes it will create a newly merged MailScanner.conf and copy it to -/usr/local/etc/MailScanner/MailScanner.conf.new.PORTVERSION. - - -If you have suggestions for this port please let me know and drop me an e-mail at - -j.koopmann@seceidos.de - - -Thanks, - Jan-Peter Koopmann - diff --git a/mail/mailscanner-devel/files/mailscanner.sh b/mail/mailscanner-devel/files/mailscanner.sh deleted file mode 100644 index 67b7bbcbe50e..000000000000 --- a/mail/mailscanner-devel/files/mailscanner.sh +++ /dev/null @@ -1,55 +0,0 @@ -#!/bin/sh - -msbindir=/usr/local/libexec/MailScanner -process=MailScanner -config=/usr/local/etc/MailScanner/MailScanner.conf -PIDFILE=/var/run/MailScanner.pid - -start_ms() -{ - pid=`ps -axww | - grep '[ ]'$msbindir/$process | - awk '{print $1}'` - - if [ "x$pid" = "x" ]; then - # Quietly try to raise the open_files limit - ulimit -n 2000 >/dev/null 2>&1 - # Restart it - PATH=${msbindir}:$PATH - echo Starting MailScanner... - cd $msbindir - $process $config - else - echo MailScanner running with pid $pid - fi -} - -stop_ms() -{ - echo Stopping MailScanner... - kill -TERM -- -`cat $PIDFILE` 2>/dev/null - sleep 5 -} - -_action=${1:-start} - -case ${_action} in -start) - start_ms - ;; - -stop) - stop_ms - ;; - -restart) - stop_ms - start_ms - ;; - -*) - echo "Usage: `basename $0` {start|stop|restart}" >&2 - exit 64 - ;; -esac -exit 0 diff --git a/mail/mailscanner-devel/files/mta.sh b/mail/mailscanner-devel/files/mta.sh deleted file mode 100644 index 7bce65f9d8d8..000000000000 --- a/mail/mailscanner-devel/files/mta.sh +++ /dev/null @@ -1,117 +0,0 @@ -#!/bin/sh - -outgoing_queue_time=15m -mta=exim - -case "$mta" in - exim) - program=/usr/local/sbin/exim - - if [ -f /usr/local/etc/exim/configure.in ]; then - incoming_config=/usr/local/etc/exim/configure.in - else - incoming_config=/usr/local/etc/exim/configure - fi - - outgoing_config=/usr/local/etc/exim/configure.out - - inpidfile=/var/run/exim_in.pid - outpidfile=/var/run/exim_out.pid - subpidfile= - - incoming_args="-C ${incoming_config} -oP ${inpidfile} -bd" - outgoing_args="-C ${outgoing_config} -oP ${outpidfile} -q${outgoing_queue_time}" - submitqueue_args= - ;; - - sendmail) - program=/usr/sbin/sendmail - - incoming_queue=/var/spool/mqueue.in - - submit_queue_time=${outgoing_queue_time} - - inpidfile=/var/run/sendmail_in.pid - outpidfile=/var/run/sendmail_out.pid - subpidfile=/var/spool/clientmqueue/sm-client.pid - - incoming_args="-L sm-mta-in -bd \ - -OPrivacyOptions=noetrn \ - -OQueueDirectory=${incoming_queue} \ - -ODeliveryMode=queueonly \ - -OPidFile=${inpidfile}" - outgoing_args="-L sm-mta-out -q${outgoing_queue_time} \ - -OPidFile=${outpidfile}" - submitqueue_args="-L sm-msp-queue -Ac -q${submit_queue_time} \ - -OPidFile=${subpidfile}" - ;; - - *) - echo "ERROR: I don't know the MTA '$mta'. Check your settings." >&2 - exit 2 - ;; -esac - -start_mta() -{ - echo -n " `basename ${program}`(incoming)" - ${program} ${incoming_args} - - echo -n " `basename ${program}`(outgoing)" - ${program} ${outgoing_args} -} - -start_mspq () -{ - if [ "${submitqueue_args}" ]; then - echo -n " `basename ${program}`(submitqueue)" - ${program} ${submitqueue_args} - fi -} - -stop_mta() -{ - echo "Stopping `basename ${program}` (incoming)" - kill -TERM `head -1 ${inpidfile}` 2>/dev/null - - echo "Stopping `basename ${program}` (outgoing)" - kill -TERM `head -1 ${outpidfile}` 2>/dev/null -} - -stop_mspq () -{ - if [ "${submitqueue_args}" ]; then - echo "Stopping `basename ${program}` (submitqueue)" - kill -TERM `head -1 ${subpidfile}` 2>/dev/null - fi -} - - -_action=${1:-start} - -case ${_action} in -start) - start_mta - start_mspq - ;; - -stop) - stop_mta - stop_mspq - ;; - -restart) - stop_mta - stop_mspq - sleep 5 - start_mta - start_mspq - ;; - -*) - echo "Usage: `basename $0` {start|stop|restart}" >&2 - exit 64 - ;; -esac -exit 0 - diff --git a/mail/mailscanner-devel/pkg-descr b/mail/mailscanner-devel/pkg-descr deleted file mode 100644 index 3a143b093420..000000000000 --- a/mail/mailscanner-devel/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -MailScanner is a complete e-mail security system designed for use on -e-mail gateways. It protects against viruses, and detects attacks against -e-mail client packages (such as Outlook, Outlook Express, Eudora). It can -also detect almost all unsolicited commercial e-mail (spam) passing through -it and respond to all incidents in a wide variety of ways. - -Not only can it scan for known viruses, but it can also protect against unknown -viruses hidden inside e-mail attachments by refusing entry to attachments whose -filenames match any given pattern. This can include generic patterns that trap -filenames attempting to hide the true filename extension (e.g. ".txt.vbs"). - -It is superior to many commercial packages in its ability to handle attacks -against itself, such as Denial Of Service attacks caused by messages containing -the "Zip of Death". It is easy to install into an existing e-mail gateway, -requiring very little knowledge of sendmail and no change to an existing -sendmail configuration. - -MailScanner itself is entirely open source, but it uses widely known commercial -virus scanning packages at its core. The other software it uses is all high -quality open source software, leading to a system that can be trusted for -performance and reliability. - -WWW: http://www.mailscanner.info diff --git a/mail/mailscanner-devel/pkg-message b/mail/mailscanner-devel/pkg-message deleted file mode 100644 index 7c4e356d71a7..000000000000 --- a/mail/mailscanner-devel/pkg-message +++ /dev/null @@ -1,34 +0,0 @@ -************************************************************************* - _ _____ _____ _____ _ _ _____ ___ ___ _ _ - / \|_ _|_ _| ____| \ | |_ _|_ _/ _ \| \ | | - / _ \ | | | | | _| | \| | | | | | | | | \| | - / ___ \| | | | | |___| |\ | | | | | |_| | |\ | - /_/ \_\_| |_| |_____|_| \_| |_| |___\___/|_| \_| - - See %%PREFIX%%/share/doc/MailScanner/README.FreeBSD.port, - http://www.mailscanner.info, the man pages MailScanner and - MailScanner.conf for further instructions. - - You will need to make several modifications to config files - before MailScanner will work correctly. - - If this is the first time you are installing this port you - should create an initial set of configuration files with - - make initial-config - - within this directory. Without this step you will only have - .sample files instead of real .conf files and report - templates. - - If you are upgrading your port you might consider - running - - make renew-wrapper - make renew-autoupdate - make renew-reports - - to update your virus-wrappers, autoupdates, reports and - languages.conf - -************************************************************************* diff --git a/mail/mailscanner-devel/pkg-plist b/mail/mailscanner-devel/pkg-plist deleted file mode 100644 index 4be0e0236bea..000000000000 --- a/mail/mailscanner-devel/pkg-plist +++ /dev/null @@ -1,476 +0,0 @@ -@comment $FreeBSD$ -bin/tnef -etc/MailScanner/MailScanner.conf.sample -etc/MailScanner/filename.rules.conf.sample -etc/MailScanner/filetype.rules.conf.sample -etc/MailScanner/rules/EXAMPLES -etc/MailScanner/rules/README -etc/MailScanner/rules/spam.whitelist.rules.sample -etc/MailScanner/spam.assassin.prefs.conf.sample -etc/MailScanner/spam.lists.conf.sample -etc/MailScanner/virus.scanners.conf.sample -etc/rc.d/mailscanner.sh.sample -etc/rc.d/mta.sh.sample -lib/MailScanner/MailScanner.pm -lib/MailScanner/MailScanner/Config.pm -lib/MailScanner/MailScanner/ConfigDefs.pl -lib/MailScanner/MailScanner/CustomConfig.pm -lib/MailScanner/MailScanner/Exim.pm -lib/MailScanner/MailScanner/EximDiskStore.pm -lib/MailScanner/MailScanner/Lock.pm -lib/MailScanner/MailScanner/Log.pm -lib/MailScanner/MailScanner/MCP.pm -lib/MailScanner/MailScanner/MCPMessage.pm -lib/MailScanner/MailScanner/Mail.pm -lib/MailScanner/MailScanner/Message.pm -lib/MailScanner/MailScanner/MessageBatch.pm -lib/MailScanner/MailScanner/PFDiskStore.pm -lib/MailScanner/MailScanner/Postfix.pm -lib/MailScanner/MailScanner/Quarantine.pm -lib/MailScanner/MailScanner/Queue.pm -lib/MailScanner/MailScanner/RBLs.pm -lib/MailScanner/MailScanner/SA.pm -lib/MailScanner/MailScanner/SMDiskStore.pm -lib/MailScanner/MailScanner/Sendmail.pm -lib/MailScanner/MailScanner/SweepContent.pm -lib/MailScanner/MailScanner/SweepOther.pm -lib/MailScanner/MailScanner/SweepViruses.pm -lib/MailScanner/MailScanner/SystemDefs.pm -lib/MailScanner/MailScanner/TNEF.pm -lib/MailScanner/MailScanner/WorkArea.pm -lib/MailScanner/MailScanner/ZMDiskStore.pm -lib/MailScanner/MailScanner/ZMailer.pm -lib/MailScanner/MailScanner/notes.txt -libexec/MailScanner/MailScanner -libexec/MailScanner/antivir-autoupdate.sample -libexec/MailScanner/antivir-wrapper.sample -libexec/MailScanner/bitdefender-autoupdate.sample -libexec/MailScanner/bitdefender-wrapper.sample -libexec/MailScanner/clamav-autoupdate.sample -libexec/MailScanner/clamav-wrapper.sample -libexec/MailScanner/command-wrapper.sample -libexec/MailScanner/etrust-autoupdate.sample -libexec/MailScanner/etrust-wrapper.sample -libexec/MailScanner/f-prot-autoupdate.sample -libexec/MailScanner/f-prot-wrapper.sample -libexec/MailScanner/f-secure-autoupdate.sample -libexec/MailScanner/f-secure-wrapper.sample -libexec/MailScanner/inoculan-wrapper.sample -libexec/MailScanner/inoculate-wrapper.sample -libexec/MailScanner/kaspersky-autoupdate.sample -libexec/MailScanner/kaspersky-wrapper.sample -libexec/MailScanner/kavdaemonclient-wrapper.sample -libexec/MailScanner/mcafee-autoupdate.sample -libexec/MailScanner/mcafee-wrapper.sample -libexec/MailScanner/nod32-autoupdate.sample -libexec/MailScanner/nod32-wrapper.sample -libexec/MailScanner/panda-wrapper.sample -libexec/MailScanner/rav-autoupdate.sample -libexec/MailScanner/rav-wrapper.sample -libexec/MailScanner/sophos-autoupdate.sample -libexec/MailScanner/sophos-wrapper.sample -libexec/MailScanner/trend-autoupdate.sample -libexec/MailScanner/trend-wrapper.sample -libexec/MailScanner/update_virus_scanners -%%DATADIR%%/reports/cy+en/deleted.content.message.txt.sample -%%DATADIR%%/reports/cy+en/deleted.filename.message.txt.sample -%%DATADIR%%/reports/cy+en/deleted.virus.message.txt.sample -%%DATADIR%%/reports/cy+en/disinfected.report.txt.sample -%%DATADIR%%/reports/cy+en/inline.sig.html.sample -%%DATADIR%%/reports/cy+en/inline.sig.txt.sample -%%DATADIR%%/reports/cy+en/inline.spam.warning.txt.sample -%%DATADIR%%/reports/cy+en/inline.warning.html.sample -%%DATADIR%%/reports/cy+en/inline.warning.txt.sample -%%DATADIR%%/reports/cy+en/languages.conf.sample -%%DATADIR%%/reports/cy+en/sender.content.report.txt.sample -%%DATADIR%%/reports/cy+en/sender.error.report.txt.sample -%%DATADIR%%/reports/cy+en/sender.filename.report.txt.sample -%%DATADIR%%/reports/cy+en/sender.mcp.report.txt.sample -%%DATADIR%%/reports/cy+en/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/cy+en/sender.spam.report.txt.sample -%%DATADIR%%/reports/cy+en/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/cy+en/sender.virus.report.txt.sample -%%DATADIR%%/reports/cy+en/stored.content.message.txt.sample -%%DATADIR%%/reports/cy+en/stored.filename.message.txt.sample -%%DATADIR%%/reports/cy+en/stored.virus.message.txt.sample -%%DATADIR%%/reports/cz/deleted.content.message.txt.sample -%%DATADIR%%/reports/cz/deleted.filename.message.txt.sample -%%DATADIR%%/reports/cz/deleted.virus.message.txt.sample -%%DATADIR%%/reports/cz/disinfected.report.txt.sample -%%DATADIR%%/reports/cz/inline.sig.html.sample -%%DATADIR%%/reports/cz/inline.sig.txt.sample -%%DATADIR%%/reports/cz/inline.spam.warning.txt.sample -%%DATADIR%%/reports/cz/inline.warning.html.sample -%%DATADIR%%/reports/cz/inline.warning.txt.sample -%%DATADIR%%/reports/cz/languages.conf.sample -%%DATADIR%%/reports/cz/sender.content.report.txt.sample -%%DATADIR%%/reports/cz/sender.error.report.txt.sample -%%DATADIR%%/reports/cz/sender.filename.report.txt.sample -%%DATADIR%%/reports/cz/sender.mcp.report.txt.sample -%%DATADIR%%/reports/cz/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/cz/sender.spam.report.txt.sample -%%DATADIR%%/reports/cz/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/cz/sender.virus.report.txt.sample -%%DATADIR%%/reports/cz/stored.content.message.txt.sample -%%DATADIR%%/reports/cz/stored.filename.message.txt.sample -%%DATADIR%%/reports/cz/stored.virus.message.txt.sample -%%DATADIR%%/reports/de/README.1ST.sample -%%DATADIR%%/reports/de/deleted.content.message.txt.sample -%%DATADIR%%/reports/de/deleted.filename.message.txt.sample -%%DATADIR%%/reports/de/deleted.virus.message.txt.sample -%%DATADIR%%/reports/de/disinfected.report.txt.sample -%%DATADIR%%/reports/de/inline.sig.html.sample -%%DATADIR%%/reports/de/inline.sig.txt.sample -%%DATADIR%%/reports/de/inline.spam.warning.txt.sample -%%DATADIR%%/reports/de/inline.warning.html.sample -%%DATADIR%%/reports/de/inline.warning.txt.sample -%%DATADIR%%/reports/de/languages.conf.sample -%%DATADIR%%/reports/de/sender.content.report.txt.sample -%%DATADIR%%/reports/de/sender.error.report.txt.sample -%%DATADIR%%/reports/de/sender.filename.report.txt.sample -%%DATADIR%%/reports/de/sender.mcp.report.txt.sample -%%DATADIR%%/reports/de/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/de/sender.spam.report.txt.sample -%%DATADIR%%/reports/de/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/de/sender.virus.report.txt.sample -%%DATADIR%%/reports/de/stored.content.message.txt.sample -%%DATADIR%%/reports/de/stored.filename.message.txt.sample -%%DATADIR%%/reports/de/stored.virus.message.txt.sample -%%DATADIR%%/reports/dk/deleted.content.message.txt.sample -%%DATADIR%%/reports/dk/deleted.filename.message.txt.sample -%%DATADIR%%/reports/dk/deleted.virus.message.txt.sample -%%DATADIR%%/reports/dk/disinfected.report.txt.sample -%%DATADIR%%/reports/dk/inline.sig.html.sample -%%DATADIR%%/reports/dk/inline.sig.txt.sample -%%DATADIR%%/reports/dk/inline.spam.warning.txt.sample -%%DATADIR%%/reports/dk/inline.warning.html.sample -%%DATADIR%%/reports/dk/inline.warning.txt.sample -%%DATADIR%%/reports/dk/languages.conf.sample -%%DATADIR%%/reports/dk/sender.content.report.txt.sample -%%DATADIR%%/reports/dk/sender.error.report.txt.sample -%%DATADIR%%/reports/dk/sender.filename.report.txt.sample -%%DATADIR%%/reports/dk/sender.mcp.report.txt.sample -%%DATADIR%%/reports/dk/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/dk/sender.spam.report.txt.sample -%%DATADIR%%/reports/dk/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/dk/sender.virus.report.txt.sample -%%DATADIR%%/reports/dk/stored.content.message.txt.sample -%%DATADIR%%/reports/dk/stored.filename.message.txt.sample -%%DATADIR%%/reports/dk/stored.virus.message.txt.sample -%%DATADIR%%/reports/en/deleted.content.message.txt.sample -%%DATADIR%%/reports/en/deleted.filename.message.txt.sample -%%DATADIR%%/reports/en/deleted.virus.message.txt.sample -%%DATADIR%%/reports/en/disinfected.report.txt.sample -%%DATADIR%%/reports/en/inline.sig.html.sample -%%DATADIR%%/reports/en/inline.sig.txt.sample -%%DATADIR%%/reports/en/inline.spam.warning.txt.sample -%%DATADIR%%/reports/en/inline.warning.html.sample -%%DATADIR%%/reports/en/inline.warning.txt.sample -%%DATADIR%%/reports/en/languages.conf.sample -%%DATADIR%%/reports/en/sender.content.report.txt.sample -%%DATADIR%%/reports/en/sender.error.report.txt.sample -%%DATADIR%%/reports/en/sender.filename.report.txt.sample -%%DATADIR%%/reports/en/sender.mcp.report.txt.sample -%%DATADIR%%/reports/en/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/en/sender.spam.report.txt.sample -%%DATADIR%%/reports/en/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/en/sender.virus.report.txt.sample -%%DATADIR%%/reports/en/stored.content.message.txt.sample -%%DATADIR%%/reports/en/stored.filename.message.txt.sample -%%DATADIR%%/reports/en/stored.virus.message.txt.sample -%%DATADIR%%/reports/es/deleted.content.message.txt.sample -%%DATADIR%%/reports/es/deleted.filename.message.txt.sample -%%DATADIR%%/reports/es/deleted.virus.message.txt.sample -%%DATADIR%%/reports/es/disinfected.report.txt.sample -%%DATADIR%%/reports/es/inline.sig.html.sample -%%DATADIR%%/reports/es/inline.sig.txt.sample -%%DATADIR%%/reports/es/inline.spam.warning.txt.sample -%%DATADIR%%/reports/es/inline.warning.html.sample -%%DATADIR%%/reports/es/inline.warning.txt.sample -%%DATADIR%%/reports/es/languages.conf.sample -%%DATADIR%%/reports/es/sender.content.report.txt.sample -%%DATADIR%%/reports/es/sender.error.report.txt.sample -%%DATADIR%%/reports/es/sender.filename.report.txt.sample -%%DATADIR%%/reports/es/sender.mcp.report.txt.sample -%%DATADIR%%/reports/es/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/es/sender.spam.report.txt.sample -%%DATADIR%%/reports/es/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/es/sender.virus.report.txt.sample -%%DATADIR%%/reports/es/stored.content.message.txt.sample -%%DATADIR%%/reports/es/stored.filename.message.txt.sample -%%DATADIR%%/reports/es/stored.virus.message.txt.sample -%%DATADIR%%/reports/fr/deleted.content.message.txt.sample -%%DATADIR%%/reports/fr/deleted.filename.message.txt.sample -%%DATADIR%%/reports/fr/deleted.virus.message.txt.sample -%%DATADIR%%/reports/fr/disinfected.report.txt.sample -%%DATADIR%%/reports/fr/inline.sig.html.sample -%%DATADIR%%/reports/fr/inline.sig.txt.sample -%%DATADIR%%/reports/fr/inline.spam.warning.txt.sample -%%DATADIR%%/reports/fr/inline.warning.html.sample -%%DATADIR%%/reports/fr/inline.warning.txt.sample -%%DATADIR%%/reports/fr/languages.conf.sample -%%DATADIR%%/reports/fr/sender.content.report.txt.sample -%%DATADIR%%/reports/fr/sender.error.report.txt.sample -%%DATADIR%%/reports/fr/sender.filename.report.txt.sample -%%DATADIR%%/reports/fr/sender.mcp.report.txt.sample -%%DATADIR%%/reports/fr/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/fr/sender.spam.report.txt.sample -%%DATADIR%%/reports/fr/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/fr/sender.virus.report.txt.sample -%%DATADIR%%/reports/fr/stored.content.message.txt.sample -%%DATADIR%%/reports/fr/stored.filename.message.txt.sample -%%DATADIR%%/reports/fr/stored.virus.message.txt.sample -%%DATADIR%%/reports/hu/deleted.content.message.txt.sample -%%DATADIR%%/reports/hu/deleted.filename.message.txt.sample -%%DATADIR%%/reports/hu/deleted.virus.message.txt.sample -%%DATADIR%%/reports/hu/disinfected.report.txt.sample -%%DATADIR%%/reports/hu/inline.sig.html.sample -%%DATADIR%%/reports/hu/inline.sig.txt.sample -%%DATADIR%%/reports/hu/inline.spam.warning.txt.sample -%%DATADIR%%/reports/hu/inline.warning.html.sample -%%DATADIR%%/reports/hu/inline.warning.txt.sample -%%DATADIR%%/reports/hu/languages.conf.sample -%%DATADIR%%/reports/hu/sender.content.report.txt.sample -%%DATADIR%%/reports/hu/sender.error.report.txt.sample -%%DATADIR%%/reports/hu/sender.filename.report.txt.sample -%%DATADIR%%/reports/hu/sender.mcp.report.txt.sample -%%DATADIR%%/reports/hu/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/hu/sender.spam.report.txt.sample -%%DATADIR%%/reports/hu/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/hu/sender.virus.report.txt.sample -%%DATADIR%%/reports/hu/stored.content.message.txt.sample -%%DATADIR%%/reports/hu/stored.filename.message.txt.sample -%%DATADIR%%/reports/hu/stored.virus.message.txt.sample -%%DATADIR%%/reports/it/deleted.content.message.txt.sample -%%DATADIR%%/reports/it/deleted.filename.message.txt.sample -%%DATADIR%%/reports/it/deleted.virus.message.txt.sample -%%DATADIR%%/reports/it/disinfected.report.txt.sample -%%DATADIR%%/reports/it/inline.sig.html.sample -%%DATADIR%%/reports/it/inline.sig.txt.sample -%%DATADIR%%/reports/it/inline.spam.warning.txt.sample -%%DATADIR%%/reports/it/inline.warning.html.sample -%%DATADIR%%/reports/it/inline.warning.txt.sample -%%DATADIR%%/reports/it/languages.conf.sample -%%DATADIR%%/reports/it/sender.content.report.txt.sample -%%DATADIR%%/reports/it/sender.error.report.txt.sample -%%DATADIR%%/reports/it/sender.filename.report.txt.sample -%%DATADIR%%/reports/it/sender.mcp.report.txt.sample -%%DATADIR%%/reports/it/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/it/sender.spam.report.txt.sample -%%DATADIR%%/reports/it/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/it/sender.virus.report.txt.sample -%%DATADIR%%/reports/it/stored.content.message.txt.sample -%%DATADIR%%/reports/it/stored.filename.message.txt.sample -%%DATADIR%%/reports/it/stored.virus.message.txt.sample -%%DATADIR%%/reports/nl/deleted.content.message.txt.sample -%%DATADIR%%/reports/nl/deleted.filename.message.txt.sample -%%DATADIR%%/reports/nl/deleted.virus.message.txt.sample -%%DATADIR%%/reports/nl/disinfected.report.txt.sample -%%DATADIR%%/reports/nl/inline.sig.html.sample -%%DATADIR%%/reports/nl/inline.sig.txt.sample -%%DATADIR%%/reports/nl/inline.spam.warning.txt.sample -%%DATADIR%%/reports/nl/inline.warning.html.sample -%%DATADIR%%/reports/nl/inline.warning.txt.sample -%%DATADIR%%/reports/nl/languages.conf.sample -%%DATADIR%%/reports/nl/sender.content.report.txt.sample -%%DATADIR%%/reports/nl/sender.error.report.txt.sample -%%DATADIR%%/reports/nl/sender.filename.report.txt.sample -%%DATADIR%%/reports/nl/sender.mcp.report.txt.sample -%%DATADIR%%/reports/nl/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/nl/sender.spam.report.txt.sample -%%DATADIR%%/reports/nl/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/nl/sender.virus.report.txt.sample -%%DATADIR%%/reports/nl/stored.content.message.txt.sample -%%DATADIR%%/reports/nl/stored.filename.message.txt.sample -%%DATADIR%%/reports/nl/stored.virus.message.txt.sample -%%DATADIR%%/reports/pt_br/deleted.content.message.txt.sample -%%DATADIR%%/reports/pt_br/deleted.filename.message.txt.sample -%%DATADIR%%/reports/pt_br/deleted.virus.message.txt.sample -%%DATADIR%%/reports/pt_br/disinfected.report.txt.sample -%%DATADIR%%/reports/pt_br/inline.sig.html.sample -%%DATADIR%%/reports/pt_br/inline.sig.txt.sample -%%DATADIR%%/reports/pt_br/inline.spam.warning.txt.sample -%%DATADIR%%/reports/pt_br/inline.warning.html.sample -%%DATADIR%%/reports/pt_br/inline.warning.txt.sample -%%DATADIR%%/reports/pt_br/languages.conf.sample -%%DATADIR%%/reports/pt_br/sender.content.report.txt.sample -%%DATADIR%%/reports/pt_br/sender.error.report.txt.sample -%%DATADIR%%/reports/pt_br/sender.filename.report.txt.sample -%%DATADIR%%/reports/pt_br/sender.mcp.report.txt.sample -%%DATADIR%%/reports/pt_br/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/pt_br/sender.spam.report.txt.sample -%%DATADIR%%/reports/pt_br/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/pt_br/sender.virus.report.txt.sample -%%DATADIR%%/reports/pt_br/stored.content.message.txt.sample -%%DATADIR%%/reports/pt_br/stored.filename.message.txt.sample -%%DATADIR%%/reports/pt_br/stored.virus.message.txt.sample -%%DATADIR%%/reports/ro/deleted.content.message.txt.sample -%%DATADIR%%/reports/ro/deleted.filename.message.txt.sample -%%DATADIR%%/reports/ro/deleted.virus.message.txt.sample -%%DATADIR%%/reports/ro/disinfected.report.txt.sample -%%DATADIR%%/reports/ro/inline.sig.html.sample -%%DATADIR%%/reports/ro/inline.sig.txt.sample -%%DATADIR%%/reports/ro/inline.spam.warning.txt.sample -%%DATADIR%%/reports/ro/inline.warning.html.sample -%%DATADIR%%/reports/ro/inline.warning.txt.sample -%%DATADIR%%/reports/ro/languages.conf.sample -%%DATADIR%%/reports/ro/sender.content.report.txt.sample -%%DATADIR%%/reports/ro/sender.error.report.txt.sample -%%DATADIR%%/reports/ro/sender.filename.report.txt.sample -%%DATADIR%%/reports/ro/sender.mcp.report.txt.sample -%%DATADIR%%/reports/ro/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/ro/sender.spam.report.txt.sample -%%DATADIR%%/reports/ro/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/ro/sender.virus.report.txt.sample -%%DATADIR%%/reports/ro/stored.content.message.txt.sample -%%DATADIR%%/reports/ro/stored.filename.message.txt.sample -%%DATADIR%%/reports/ro/stored.virus.message.txt.sample -%%DATADIR%%/reports/se/README.sample -%%DATADIR%%/reports/se/deleted.content.message.txt.sample -%%DATADIR%%/reports/se/deleted.filename.message.txt.sample -%%DATADIR%%/reports/se/deleted.virus.message.txt.sample -%%DATADIR%%/reports/se/disinfected.report.txt.sample -%%DATADIR%%/reports/se/inline.sig.html.sample -%%DATADIR%%/reports/se/inline.sig.txt.sample -%%DATADIR%%/reports/se/inline.spam.warning.txt.sample -%%DATADIR%%/reports/se/inline.warning.html.sample -%%DATADIR%%/reports/se/inline.warning.txt.sample -%%DATADIR%%/reports/se/languages.conf.sample -%%DATADIR%%/reports/se/sender.content.report.txt.sample -%%DATADIR%%/reports/se/sender.error.report.txt.sample -%%DATADIR%%/reports/se/sender.filename.report.txt.sample -%%DATADIR%%/reports/se/sender.mcp.report.txt.sample -%%DATADIR%%/reports/se/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/se/sender.spam.report.txt.sample -%%DATADIR%%/reports/se/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/se/sender.virus.report.txt.sample -%%DATADIR%%/reports/se/stored.content.message.txt.sample -%%DATADIR%%/reports/se/stored.filename.message.txt.sample -%%DATADIR%%/reports/se/stored.virus.message.txt.sample -%%DATADIR%%/reports/sk/deleted.content.message.txt.sample -%%DATADIR%%/reports/sk/deleted.filename.message.txt.sample -%%DATADIR%%/reports/sk/deleted.virus.message.txt.sample -%%DATADIR%%/reports/sk/disinfected.report.txt.sample -%%DATADIR%%/reports/sk/inline.sig.html.sample -%%DATADIR%%/reports/sk/inline.sig.txt.sample -%%DATADIR%%/reports/sk/inline.spam.warning.txt.sample -%%DATADIR%%/reports/sk/inline.warning.html.sample -%%DATADIR%%/reports/sk/inline.warning.txt.sample -%%DATADIR%%/reports/sk/languages.conf.sample -%%DATADIR%%/reports/sk/sender.content.report.txt.sample -%%DATADIR%%/reports/sk/sender.error.report.txt.sample -%%DATADIR%%/reports/sk/sender.filename.report.txt.sample -%%DATADIR%%/reports/sk/sender.mcp.report.txt.sample -%%DATADIR%%/reports/sk/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/sk/sender.spam.report.txt.sample -%%DATADIR%%/reports/sk/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/sk/sender.virus.report.txt.sample -%%DATADIR%%/reports/sk/stored.content.message.txt.sample -%%DATADIR%%/reports/sk/stored.filename.message.txt.sample -%%DATADIR%%/reports/sk/stored.virus.message.txt.sample -%%DOCSDIR%%/COPYING -%%DOCSDIR%%/ChangeLog -%%DOCSDIR%%/INSTALL -%%DOCSDIR%%/INSTALL.FreeBSD -%%DOCSDIR%%/INSTALL.OpenBSD -%%DOCSDIR%%/QuickInstall.txt -%%DOCSDIR%%/README -%%DOCSDIR%%/README.FreeBSD.port -%%DOCSDIR%%/README.sql-logging -%%DOCSDIR%%/building.txt -%%DOCSDIR%%/donations.shtml -%%DOCSDIR%%/downloadgraphs.shtml -%%DOCSDIR%%/downloads.shtml -%%DOCSDIR%%/ecs.css -%%DOCSDIR%%/faq.shtml -%%DOCSDIR%%/images/JulianField1_small.jpg -%%DOCSDIR%%/images/bigmailscannerlogo.gif -%%DOCSDIR%%/images/smallmailscannerlogo.gif -%%DOCSDIR%%/images/thumb_JulianField2.jpg -%%DOCSDIR%%/images/thumb_JulianField3.jpg -%%DOCSDIR%%/images/thumb_JulianField4.jpg -%%DOCSDIR%%/images/thumb_JulianField5.jpg -%%DOCSDIR%%/index.html -%%DOCSDIR%%/install/OS-virus-scan-web.htm -%%DOCSDIR%%/install/README.trend -%%DOCSDIR%%/install/SAVI.shtml -%%DOCSDIR%%/install/codestatus.shtml -%%DOCSDIR%%/install/conf.shtml -%%DOCSDIR%%/install/exim-old.shtml -%%DOCSDIR%%/install/exim.shtml -%%DOCSDIR%%/install/filesnscripts.shtml -%%DOCSDIR%%/install/gcc.shtml -%%DOCSDIR%%/install/index.shtml -%%DOCSDIR%%/install/linux.shtml -%%DOCSDIR%%/install/mailscanner.shtml -%%DOCSDIR%%/install/mcafee.shtml -%%DOCSDIR%%/install/mcp/Conf.pm.patch.2.55 -%%DOCSDIR%%/install/mcp/Conf.pm.patch.2.60 -%%DOCSDIR%%/install/mcp/PerMsgStatus.pm.patch.2.55 -%%DOCSDIR%%/install/mcp/PerMsgStatus.pm.patch.2.60 -%%DOCSDIR%%/install/mcp/index.html -%%DOCSDIR%%/install/mime-tools-patch.txt -%%DOCSDIR%%/install/mime-tools-patch2.txt -%%DOCSDIR%%/install/mime-tools-patch3.txt -%%DOCSDIR%%/install/mime-tools-patch4.txt -%%DOCSDIR%%/install/osborne.txt -%%DOCSDIR%%/install/other.shtml -%%DOCSDIR%%/install/perl.shtml -%%DOCSDIR%%/install/postfix.shtml -%%DOCSDIR%%/install/sendmail.shtml -%%DOCSDIR%%/install/sophos.shtml -%%DOCSDIR%%/install/spamassassin.shtml -%%DOCSDIR%%/install/tnef.shtml -%%DOCSDIR%%/install/zmailer.shtml -%%DOCSDIR%%/introduction.shtml -%%DOCSDIR%%/jobs -%%DOCSDIR%%/mailscanner_trans.gif -%%DOCSDIR%%/man/MailScanner.8 -%%DOCSDIR%%/man/MailScanner.8.html -%%DOCSDIR%%/man/MailScanner.conf.5 -%%DOCSDIR%%/man/MailScanner.conf.5.html -%%DOCSDIR%%/mrtg.shtml -%%DOCSDIR%%/newinv4.shtml -%%DOCSDIR%%/nextversion.shtml -%%DOCSDIR%%/oldnews.shtml -%%DOCSDIR%%/osdir.png -%%DOCSDIR%%/performance.shtml -%%DOCSDIR%%/poetry.shtml -%%DOCSDIR%%/poweredby.google.gif -%%DOCSDIR%%/poweredby.transtec.gif -%%DOCSDIR%%/presentations.html -%%DOCSDIR%%/press.html -%%DOCSDIR%%/readme.shtml -%%DOCSDIR%%/reject.html -%%DOCSDIR%%/sobig.html -%%DOCSDIR%%/support.html -%%DOCSDIR%%/transtec.logo.gif -%%DOCSDIR%%/users.shtml -@dirrm share/nls/en_US.US-ASCII -@dirrm share/nls/POSIX -@dirrm %%DOCSDIR%%/man -@dirrm %%DOCSDIR%%/install/mcp -@dirrm %%DOCSDIR%%/install -@dirrm %%DOCSDIR%%/images -@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%%/reports/sk -@dirrm %%DATADIR%%/reports/se -@dirrm %%DATADIR%%/reports/ro -@dirrm %%DATADIR%%/reports/pt_br -@dirrm %%DATADIR%%/reports/nl -@dirrm %%DATADIR%%/reports/it -@dirrm %%DATADIR%%/reports/hu -@dirrm %%DATADIR%%/reports/fr -@dirrm %%DATADIR%%/reports/es -@dirrm %%DATADIR%%/reports/en -@dirrm %%DATADIR%%/reports/dk -@dirrm %%DATADIR%%/reports/de -@dirrm %%DATADIR%%/reports/cz -@dirrm %%DATADIR%%/reports/cy+en -@dirrm %%DATADIR%%/reports -@dirrm %%DATADIR%% -@dirrm libexec/MailScanner -@dirrm lib/MailScanner/MailScanner -@dirrm lib/MailScanner -@dirrm etc/MailScanner/rules -@dirrm etc/MailScanner diff --git a/mail/mailscanner/Makefile b/mail/mailscanner/Makefile deleted file mode 100644 index 1deb5655fcb7..000000000000 --- a/mail/mailscanner/Makefile +++ /dev/null @@ -1,190 +0,0 @@ -# New ports collection makefile for: MailScanner -# Date created: 17 March 2003 -# Whom: Jan-Peter Koopmann <j.koopmann@seceidos.de> -# -# $FreeBSD$ -# - -PORTNAME= mailscanner -PORTVERSION= 4.24.5 -CATEGORIES= mail -MASTER_SITES= http://www.sng.ecs.soton.ac.uk/mailscanner/files/4/tar/ -DISTNAME= MailScanner-4.24-5 - -MAINTAINER= j.koopmann@seceidos.de -COMMENT= Powerful virus/spam scanning framework for Sendmail/Exim - -BUILD_DEPENDS= \ - ${SITE_PERL}/IO/Stringy.pm:${PORTSDIR}/devel/p5-IO-stringy \ - ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ - ${SITE_PERL}/Mail/Header.pm:${PORTSDIR}/mail/p5-Mail-Tools \ - ${SITE_PERL}/HTML/Tagset.pm:${PORTSDIR}/www/p5-HTML-Tagset \ - ${SITE_PERL}/${PERL_ARCH}/HTML/HeadParser.pm:${PORTSDIR}/www/p5-HTML-Parser \ - ${SITE_PERL}/MIME/Parser.pm:${PORTSDIR}/mail/p5-MIME-Tools \ - ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ - ${SITE_PERL}/Convert/TNEF.pm:${PORTSDIR}/converters/p5-Convert-TNEF - -RUN_DEPENDS= ${BUILD_DEPENDS} - -USE_PERL5= yes - -DATADIR= ${PREFIX}/share/MailScanner -DOCSDIR= ${PREFIX}/share/doc/MailScanner -PKGMESSAGE= ${WRKDIR}/pkg-message - -MAN8= MailScanner.8 -MAN5= MailScanner.conf.5 -MLINKS= MailScanner.8 mailscanner.8 \ - MailScanner.conf.5 mailscanner.conf.5 - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec -RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec -.endif - -DOC_FILES= INSTALL INSTALL.FreeBSD INSTALL.OpenBSD README -ETC_FILES= MailScanner.conf filename.rules.conf \ - filetype.rules.conf spam.assassin.prefs.conf \ - spam.lists.conf virus.scanners.conf - -do-build: - ${PERL} -pi -e \ - 's,/opt/MailScanner/lib,'${PREFIX}'/lib/MailScanner,g; \ - s,/opt/MailScanner/etc,'${PREFIX}'/etc/MailScanner,g;' \ - ${WRKSRC}/bin/MailScanner - ${PERL} -pi -e \ - 's,/opt/MailScanner/var/MailScanner.pid,/var/run/MailScanner.pid,g; \ - s,/usr/lib/sendmail,/usr/sbin/sendmail,g; \ - s,/opt/MailScanner/bin,'${PREFIX}'bin,g; \ - s,/opt/MailScanner/etc/reports,'${DATADIR}'/reports,g; \ - s,/opt/MailScanner/etc,'${PREFIX}'/etc/MailScanner,g;' \ - ${WRKSRC}/etc/MailScanner.conf - ${PERL} -pi -e \ - 's,/opt/MailScanner/lib,'${PREFIX}'/libexec/MailScanner,g; \ - s,/bin/false,/usr/bin/false,;' ${WRKSRC}/etc/virus.scanners.conf - ${PERL} -pi -e \ - 's,/bin/bash,'${PREFIX}'/bash,g; \ - s,/opt/MailScanner/etc,'${PREFIX}'/etc/MailScanner,g;' \ - ${WRKSRC}/bin/update_virus_scanners - ${PERL} -pi -e \ - 's,/opt/MailScanner/var/MailScanner.pid,/var/run/MailScanner.pid,g; \ - s,/usr/lib/sendmail,/usr/sbin/sendmail,g; \ - s,/opt/MailScanner/bin,'${PREFIX}'/bin,g; \ - s,/opt/MailScanner/etc/reports,'${DATADIR}'/reports,g; \ - s,/opt/MailScanner/etc,'${PREFIX}'/etc/MailScanner,g;' \ - ${WRKSRC}/lib/MailScanner/ConfigDefs.pl - ${PERL} -pi \ - -e 's,/bin/sed,/usr/bin/sed,g;' ${WRKSRC}/lib/MailScanner/SystemDefs.pm - -do-install: - # - # Step 1: Install binaries - # - ${INSTALL_SCRIPT} ${WRKSRC}/bin/tnef.linux ${PREFIX}/bin/tnef - # - # Step 2: Install libexec files - # - ${MKDIR} ${PREFIX}/libexec/MailScanner - ${CHMOD} -R ${BINMODE} ${PREFIX}/libexec/MailScanner - ${INSTALL_SCRIPT} ${WRKSRC}/bin/MailScanner ${PREFIX}/libexec/MailScanner - cd ${WRKSRC}/lib && ${FIND} * -name "*-wrapper" -exec ${INSTALL_SCRIPT} \ - '{}' ${PREFIX}'/libexec/MailScanner/{}'.sample \; - cd ${WRKSRC}/lib && ${FIND} * -name "*-autoupdate" -exec \ - ${INSTALL_SCRIPT} '{}' ${PREFIX}'/libexec/MailScanner/{}'.sample \; - ${INSTALL_SCRIPT} ${WRKSRC}/bin/update_virus_scanners \ - ${PREFIX}/libexec/MailScanner/update_virus_scanners - # - # Step 3: Install etc files - # - ${MKDIR} ${PREFIX}/etc/MailScanner - ${CHMOD} ${BINMODE} ${PREFIX}/etc/MailScanner -.for FILE in ${ETC_FILES} - ${INSTALL_DATA} ${WRKSRC}/etc/${FILE} \ - ${PREFIX}/etc/MailScanner/${FILE}.sample -.endfor - ${MKDIR} ${PREFIX}/etc/MailScanner/rules - cd ${WRKSRC}/etc/rules && \ - ${INSTALL_DATA} EXAMPLES README ${PREFIX}/etc/MailScanner/rules - ${INSTALL_DATA} ${WRKSRC}/etc/rules/spam.whitelist.rules \ - ${PREFIX}/etc/MailScanner/rules/spam.whitelist.rules.sample - - # - # Step 4: Install files in share - # - @${MKDIR} ${DATADIR} - cd ${WRKSRC}/etc && ${FIND} reports -type d -exec \ - mkdir ${DATADIR}'/{}' \; - cd ${WRKSRC}/etc && ${FIND} reports -type f ! -name "*.orig" -exec \ - ${INSTALL_DATA} '{}' ${DATADIR}'/{}'.sample \; - ${CHMOD} -R ${BINMODE} ${DATADIR}/reports - # - # Step 5: Install lib - # - ${MKDIR} ${PREFIX}/lib/MailScanner/MailScanner - ${INSTALL_SCRIPT} ${WRKSRC}/lib/MailScanner.pm \ - ${PREFIX}/lib/MailScanner/MailScanner.pm - cd ${WRKSRC}/lib/MailScanner && ${FIND} * -type f ! -name "*.orig" -exec \ - ${INSTALL_SCRIPT} '{}' ${PREFIX}'/lib/MailScanner/MailScanner/{}' \; - # - # Step 6: Install Start/Stop scripts - # - ${INSTALL_SCRIPT} ${FILESDIR}/mailscanner.sh \ - ${PREFIX}/etc/rc.d/mailscanner.sh.sample - ${INSTALL_SCRIPT} ${FILESDIR}/mta.sh ${PREFIX}/etc/rc.d/mta.sh.sample - # - # Step 7: Docs & Manpages - # -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${FILESDIR}/README.FreeBSD.port ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${DOC_FILES} ${DOCSDIR} - cd ${WRKSRC}/docs && \ - ${FIND} * -type d -exec mkdir ${DOCSDIR}'/{}' \; && \ - ${FIND} * -type f ! -name "*.orig" -exec \ - ${INSTALL_DATA} '{}' ${DOCSDIR}'/{}' \; - cd ${WRKSRC}/docs/man && \ - ${INSTALL_MAN} ${MAN5} ${MAN5PREFIX}/man/man5 && \ - ${INSTALL_MAN} ${MAN8} ${MAN8PREFIX}/man/man8 -.endif -.if exists(${PREFIX}/etc/MailScanner/MailScanner.conf) - # Upgrading MailScanner.conf file... Please wait - @${WRKSRC}/bin/upgrade_MailScanner_conf \ - ${PREFIX}/etc/MailScanner/MailScanner.conf \ - ${PREFIX}/etc/MailScanner/MailScanner.conf.sample > \ - ${PREFIX}/etc/MailScanner/MailScanner.conf.new.${PORTVERSION} \ - 2> /dev/null - # Diff the files. If the files do not differ, delete the new file - @if diff -b -B -q ${PREFIX}/etc/MailScanner/MailScanner.conf \ - ${PREFIX}/etc/MailScanner/MailScanner.conf.new.${PORTVERSION} ; \ - then ${ECHO} "No changes in MailScanner.conf options found" ; \ - ${RM} ${PREFIX}/etc/MailScanner/MailScanner.conf.new.${PORTVERSION} ; \ - else \ - ${ECHO} "Changes in MailScanner.conf found. Please look at \ - ${PREFIX}/etc/MailScanner/MailScanner.conf.new.${PORTVERSION}" ; \ - fi -.endif - @${SED} -e 's,%%PREFIX%%,${PREFIX},' pkg-message > ${PKGMESSAGE} - @${CAT} ${PKGMESSAGE} - -renew-wrapper: install - # Renew virus wrapper scripts - ${INSTALL_SCRIPT} ${WRKSRC}/lib/*-wrapper ${PREFIX}/libexec/MailScanner - -renew-autoupdate: install - # Renew autoupdate scripts - ${INSTALL_SCRIPT} ${WRKSRC}/lib/*-autoupdate ${PREFIX}/libexec/MailScanner - -renew-reports: install - # Renew reports - cd ${WRKSRC}/etc/reports/en && ${FIND} * -type f ! -name "*.orig" \ - -exec ${INSTALL_DATA} '{}' ${DATADIR}'/reports/en/{}' \; - -initial-config: renew-wrapper renew-autoupdate renew-reports - cd ${WRKSRC}/etc && ${INSTALL_DATA} ${ETC_FILES} \ - ${PREFIX}/etc/MailScanner - ${INSTALL_DATA} ${WRKSRC}/etc/rules/spam.whitelist.rules \ - ${PREFIX}/etc/MailScanner/rules/spam.whitelist.rules - -.include <bsd.port.post.mk> diff --git a/mail/mailscanner/distinfo b/mail/mailscanner/distinfo deleted file mode 100644 index e781e2adb12f..000000000000 --- a/mail/mailscanner/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (MailScanner-4.24-5.tar.gz) = f43e0f6b1febf41aaf843400b1b4b3f5 diff --git a/mail/mailscanner/files/README.FreeBSD.port b/mail/mailscanner/files/README.FreeBSD.port deleted file mode 100644 index 55b28caaf497..000000000000 --- a/mail/mailscanner/files/README.FreeBSD.port +++ /dev/null @@ -1,48 +0,0 @@ -The MailScanner port is using the original MailScanner tarball from -www.mailscanner.info. This tarball puts all the MailScanner files in -subdirectories - -bin MailScanner binary / MailScanner start script etc. -etc MailScanner config files / rules / report templates -lib Virus wrapper and autoupdate scripts / MailScanner Perl libraries -docs Documentation -var pid file - -In order to make this FreeBSD compliant the port installs those files -in the following directories: - -/usr/local/libexec/MailScanner MailScanner binary, virus wrapper/autoupdate -/usr/local/lib/MailScanner MailScanner Perl libraries -/usr/local/share/MailScanner MailScanner report templates -/usr/local/share/doc/MailScanner Documentation -/usr/local/etc/MailScanner MailScanner config files / rules -/usr/local/etc/rc.d start/stop scripts - -The port installs two start/stop scripts in /usr/local/etc/rc.d: - -mailscanner.sh.sample -mta.sh.sample - -My suggestion is to use these scripts instead of the usual FreeBSD MTA startup -process. This of course means that you will have to disable MTA startup -in rc.conf completely. Put this in your rc.conf: - -sendmail_enable="NO" - -Then adjust sendmail.sh or exim.sh to your configuration. Have a look at the -MailScanner manpage for MTA setup hints. - -When upgrading the port it will try to look for new options/variables in -MailScanner.conf using Julians upgrade_MailScanner_conf script. If it finds -changes it will create a newly merged MailScanner.conf and copy it to -/usr/local/etc/MailScanner/MailScanner.conf.new.PORTVERSION. - - -If you have suggestions for this port please let me know and drop me an e-mail at - -j.koopmann@seceidos.de - - -Thanks, - Jan-Peter Koopmann - diff --git a/mail/mailscanner/files/mailscanner.sh b/mail/mailscanner/files/mailscanner.sh deleted file mode 100644 index 67b7bbcbe50e..000000000000 --- a/mail/mailscanner/files/mailscanner.sh +++ /dev/null @@ -1,55 +0,0 @@ -#!/bin/sh - -msbindir=/usr/local/libexec/MailScanner -process=MailScanner -config=/usr/local/etc/MailScanner/MailScanner.conf -PIDFILE=/var/run/MailScanner.pid - -start_ms() -{ - pid=`ps -axww | - grep '[ ]'$msbindir/$process | - awk '{print $1}'` - - if [ "x$pid" = "x" ]; then - # Quietly try to raise the open_files limit - ulimit -n 2000 >/dev/null 2>&1 - # Restart it - PATH=${msbindir}:$PATH - echo Starting MailScanner... - cd $msbindir - $process $config - else - echo MailScanner running with pid $pid - fi -} - -stop_ms() -{ - echo Stopping MailScanner... - kill -TERM -- -`cat $PIDFILE` 2>/dev/null - sleep 5 -} - -_action=${1:-start} - -case ${_action} in -start) - start_ms - ;; - -stop) - stop_ms - ;; - -restart) - stop_ms - start_ms - ;; - -*) - echo "Usage: `basename $0` {start|stop|restart}" >&2 - exit 64 - ;; -esac -exit 0 diff --git a/mail/mailscanner/files/mta.sh b/mail/mailscanner/files/mta.sh deleted file mode 100644 index 7bce65f9d8d8..000000000000 --- a/mail/mailscanner/files/mta.sh +++ /dev/null @@ -1,117 +0,0 @@ -#!/bin/sh - -outgoing_queue_time=15m -mta=exim - -case "$mta" in - exim) - program=/usr/local/sbin/exim - - if [ -f /usr/local/etc/exim/configure.in ]; then - incoming_config=/usr/local/etc/exim/configure.in - else - incoming_config=/usr/local/etc/exim/configure - fi - - outgoing_config=/usr/local/etc/exim/configure.out - - inpidfile=/var/run/exim_in.pid - outpidfile=/var/run/exim_out.pid - subpidfile= - - incoming_args="-C ${incoming_config} -oP ${inpidfile} -bd" - outgoing_args="-C ${outgoing_config} -oP ${outpidfile} -q${outgoing_queue_time}" - submitqueue_args= - ;; - - sendmail) - program=/usr/sbin/sendmail - - incoming_queue=/var/spool/mqueue.in - - submit_queue_time=${outgoing_queue_time} - - inpidfile=/var/run/sendmail_in.pid - outpidfile=/var/run/sendmail_out.pid - subpidfile=/var/spool/clientmqueue/sm-client.pid - - incoming_args="-L sm-mta-in -bd \ - -OPrivacyOptions=noetrn \ - -OQueueDirectory=${incoming_queue} \ - -ODeliveryMode=queueonly \ - -OPidFile=${inpidfile}" - outgoing_args="-L sm-mta-out -q${outgoing_queue_time} \ - -OPidFile=${outpidfile}" - submitqueue_args="-L sm-msp-queue -Ac -q${submit_queue_time} \ - -OPidFile=${subpidfile}" - ;; - - *) - echo "ERROR: I don't know the MTA '$mta'. Check your settings." >&2 - exit 2 - ;; -esac - -start_mta() -{ - echo -n " `basename ${program}`(incoming)" - ${program} ${incoming_args} - - echo -n " `basename ${program}`(outgoing)" - ${program} ${outgoing_args} -} - -start_mspq () -{ - if [ "${submitqueue_args}" ]; then - echo -n " `basename ${program}`(submitqueue)" - ${program} ${submitqueue_args} - fi -} - -stop_mta() -{ - echo "Stopping `basename ${program}` (incoming)" - kill -TERM `head -1 ${inpidfile}` 2>/dev/null - - echo "Stopping `basename ${program}` (outgoing)" - kill -TERM `head -1 ${outpidfile}` 2>/dev/null -} - -stop_mspq () -{ - if [ "${submitqueue_args}" ]; then - echo "Stopping `basename ${program}` (submitqueue)" - kill -TERM `head -1 ${subpidfile}` 2>/dev/null - fi -} - - -_action=${1:-start} - -case ${_action} in -start) - start_mta - start_mspq - ;; - -stop) - stop_mta - stop_mspq - ;; - -restart) - stop_mta - stop_mspq - sleep 5 - start_mta - start_mspq - ;; - -*) - echo "Usage: `basename $0` {start|stop|restart}" >&2 - exit 64 - ;; -esac -exit 0 - diff --git a/mail/mailscanner/pkg-descr b/mail/mailscanner/pkg-descr deleted file mode 100644 index 3a143b093420..000000000000 --- a/mail/mailscanner/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -MailScanner is a complete e-mail security system designed for use on -e-mail gateways. It protects against viruses, and detects attacks against -e-mail client packages (such as Outlook, Outlook Express, Eudora). It can -also detect almost all unsolicited commercial e-mail (spam) passing through -it and respond to all incidents in a wide variety of ways. - -Not only can it scan for known viruses, but it can also protect against unknown -viruses hidden inside e-mail attachments by refusing entry to attachments whose -filenames match any given pattern. This can include generic patterns that trap -filenames attempting to hide the true filename extension (e.g. ".txt.vbs"). - -It is superior to many commercial packages in its ability to handle attacks -against itself, such as Denial Of Service attacks caused by messages containing -the "Zip of Death". It is easy to install into an existing e-mail gateway, -requiring very little knowledge of sendmail and no change to an existing -sendmail configuration. - -MailScanner itself is entirely open source, but it uses widely known commercial -virus scanning packages at its core. The other software it uses is all high -quality open source software, leading to a system that can be trusted for -performance and reliability. - -WWW: http://www.mailscanner.info diff --git a/mail/mailscanner/pkg-message b/mail/mailscanner/pkg-message deleted file mode 100644 index 7c4e356d71a7..000000000000 --- a/mail/mailscanner/pkg-message +++ /dev/null @@ -1,34 +0,0 @@ -************************************************************************* - _ _____ _____ _____ _ _ _____ ___ ___ _ _ - / \|_ _|_ _| ____| \ | |_ _|_ _/ _ \| \ | | - / _ \ | | | | | _| | \| | | | | | | | | \| | - / ___ \| | | | | |___| |\ | | | | | |_| | |\ | - /_/ \_\_| |_| |_____|_| \_| |_| |___\___/|_| \_| - - See %%PREFIX%%/share/doc/MailScanner/README.FreeBSD.port, - http://www.mailscanner.info, the man pages MailScanner and - MailScanner.conf for further instructions. - - You will need to make several modifications to config files - before MailScanner will work correctly. - - If this is the first time you are installing this port you - should create an initial set of configuration files with - - make initial-config - - within this directory. Without this step you will only have - .sample files instead of real .conf files and report - templates. - - If you are upgrading your port you might consider - running - - make renew-wrapper - make renew-autoupdate - make renew-reports - - to update your virus-wrappers, autoupdates, reports and - languages.conf - -************************************************************************* diff --git a/mail/mailscanner/pkg-plist b/mail/mailscanner/pkg-plist deleted file mode 100644 index 4be0e0236bea..000000000000 --- a/mail/mailscanner/pkg-plist +++ /dev/null @@ -1,476 +0,0 @@ -@comment $FreeBSD$ -bin/tnef -etc/MailScanner/MailScanner.conf.sample -etc/MailScanner/filename.rules.conf.sample -etc/MailScanner/filetype.rules.conf.sample -etc/MailScanner/rules/EXAMPLES -etc/MailScanner/rules/README -etc/MailScanner/rules/spam.whitelist.rules.sample -etc/MailScanner/spam.assassin.prefs.conf.sample -etc/MailScanner/spam.lists.conf.sample -etc/MailScanner/virus.scanners.conf.sample -etc/rc.d/mailscanner.sh.sample -etc/rc.d/mta.sh.sample -lib/MailScanner/MailScanner.pm -lib/MailScanner/MailScanner/Config.pm -lib/MailScanner/MailScanner/ConfigDefs.pl -lib/MailScanner/MailScanner/CustomConfig.pm -lib/MailScanner/MailScanner/Exim.pm -lib/MailScanner/MailScanner/EximDiskStore.pm -lib/MailScanner/MailScanner/Lock.pm -lib/MailScanner/MailScanner/Log.pm -lib/MailScanner/MailScanner/MCP.pm -lib/MailScanner/MailScanner/MCPMessage.pm -lib/MailScanner/MailScanner/Mail.pm -lib/MailScanner/MailScanner/Message.pm -lib/MailScanner/MailScanner/MessageBatch.pm -lib/MailScanner/MailScanner/PFDiskStore.pm -lib/MailScanner/MailScanner/Postfix.pm -lib/MailScanner/MailScanner/Quarantine.pm -lib/MailScanner/MailScanner/Queue.pm -lib/MailScanner/MailScanner/RBLs.pm -lib/MailScanner/MailScanner/SA.pm -lib/MailScanner/MailScanner/SMDiskStore.pm -lib/MailScanner/MailScanner/Sendmail.pm -lib/MailScanner/MailScanner/SweepContent.pm -lib/MailScanner/MailScanner/SweepOther.pm -lib/MailScanner/MailScanner/SweepViruses.pm -lib/MailScanner/MailScanner/SystemDefs.pm -lib/MailScanner/MailScanner/TNEF.pm -lib/MailScanner/MailScanner/WorkArea.pm -lib/MailScanner/MailScanner/ZMDiskStore.pm -lib/MailScanner/MailScanner/ZMailer.pm -lib/MailScanner/MailScanner/notes.txt -libexec/MailScanner/MailScanner -libexec/MailScanner/antivir-autoupdate.sample -libexec/MailScanner/antivir-wrapper.sample -libexec/MailScanner/bitdefender-autoupdate.sample -libexec/MailScanner/bitdefender-wrapper.sample -libexec/MailScanner/clamav-autoupdate.sample -libexec/MailScanner/clamav-wrapper.sample -libexec/MailScanner/command-wrapper.sample -libexec/MailScanner/etrust-autoupdate.sample -libexec/MailScanner/etrust-wrapper.sample -libexec/MailScanner/f-prot-autoupdate.sample -libexec/MailScanner/f-prot-wrapper.sample -libexec/MailScanner/f-secure-autoupdate.sample -libexec/MailScanner/f-secure-wrapper.sample -libexec/MailScanner/inoculan-wrapper.sample -libexec/MailScanner/inoculate-wrapper.sample -libexec/MailScanner/kaspersky-autoupdate.sample -libexec/MailScanner/kaspersky-wrapper.sample -libexec/MailScanner/kavdaemonclient-wrapper.sample -libexec/MailScanner/mcafee-autoupdate.sample -libexec/MailScanner/mcafee-wrapper.sample -libexec/MailScanner/nod32-autoupdate.sample -libexec/MailScanner/nod32-wrapper.sample -libexec/MailScanner/panda-wrapper.sample -libexec/MailScanner/rav-autoupdate.sample -libexec/MailScanner/rav-wrapper.sample -libexec/MailScanner/sophos-autoupdate.sample -libexec/MailScanner/sophos-wrapper.sample -libexec/MailScanner/trend-autoupdate.sample -libexec/MailScanner/trend-wrapper.sample -libexec/MailScanner/update_virus_scanners -%%DATADIR%%/reports/cy+en/deleted.content.message.txt.sample -%%DATADIR%%/reports/cy+en/deleted.filename.message.txt.sample -%%DATADIR%%/reports/cy+en/deleted.virus.message.txt.sample -%%DATADIR%%/reports/cy+en/disinfected.report.txt.sample -%%DATADIR%%/reports/cy+en/inline.sig.html.sample -%%DATADIR%%/reports/cy+en/inline.sig.txt.sample -%%DATADIR%%/reports/cy+en/inline.spam.warning.txt.sample -%%DATADIR%%/reports/cy+en/inline.warning.html.sample -%%DATADIR%%/reports/cy+en/inline.warning.txt.sample -%%DATADIR%%/reports/cy+en/languages.conf.sample -%%DATADIR%%/reports/cy+en/sender.content.report.txt.sample -%%DATADIR%%/reports/cy+en/sender.error.report.txt.sample -%%DATADIR%%/reports/cy+en/sender.filename.report.txt.sample -%%DATADIR%%/reports/cy+en/sender.mcp.report.txt.sample -%%DATADIR%%/reports/cy+en/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/cy+en/sender.spam.report.txt.sample -%%DATADIR%%/reports/cy+en/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/cy+en/sender.virus.report.txt.sample -%%DATADIR%%/reports/cy+en/stored.content.message.txt.sample -%%DATADIR%%/reports/cy+en/stored.filename.message.txt.sample -%%DATADIR%%/reports/cy+en/stored.virus.message.txt.sample -%%DATADIR%%/reports/cz/deleted.content.message.txt.sample -%%DATADIR%%/reports/cz/deleted.filename.message.txt.sample -%%DATADIR%%/reports/cz/deleted.virus.message.txt.sample -%%DATADIR%%/reports/cz/disinfected.report.txt.sample -%%DATADIR%%/reports/cz/inline.sig.html.sample -%%DATADIR%%/reports/cz/inline.sig.txt.sample -%%DATADIR%%/reports/cz/inline.spam.warning.txt.sample -%%DATADIR%%/reports/cz/inline.warning.html.sample -%%DATADIR%%/reports/cz/inline.warning.txt.sample -%%DATADIR%%/reports/cz/languages.conf.sample -%%DATADIR%%/reports/cz/sender.content.report.txt.sample -%%DATADIR%%/reports/cz/sender.error.report.txt.sample -%%DATADIR%%/reports/cz/sender.filename.report.txt.sample -%%DATADIR%%/reports/cz/sender.mcp.report.txt.sample -%%DATADIR%%/reports/cz/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/cz/sender.spam.report.txt.sample -%%DATADIR%%/reports/cz/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/cz/sender.virus.report.txt.sample -%%DATADIR%%/reports/cz/stored.content.message.txt.sample -%%DATADIR%%/reports/cz/stored.filename.message.txt.sample -%%DATADIR%%/reports/cz/stored.virus.message.txt.sample -%%DATADIR%%/reports/de/README.1ST.sample -%%DATADIR%%/reports/de/deleted.content.message.txt.sample -%%DATADIR%%/reports/de/deleted.filename.message.txt.sample -%%DATADIR%%/reports/de/deleted.virus.message.txt.sample -%%DATADIR%%/reports/de/disinfected.report.txt.sample -%%DATADIR%%/reports/de/inline.sig.html.sample -%%DATADIR%%/reports/de/inline.sig.txt.sample -%%DATADIR%%/reports/de/inline.spam.warning.txt.sample -%%DATADIR%%/reports/de/inline.warning.html.sample -%%DATADIR%%/reports/de/inline.warning.txt.sample -%%DATADIR%%/reports/de/languages.conf.sample -%%DATADIR%%/reports/de/sender.content.report.txt.sample -%%DATADIR%%/reports/de/sender.error.report.txt.sample -%%DATADIR%%/reports/de/sender.filename.report.txt.sample -%%DATADIR%%/reports/de/sender.mcp.report.txt.sample -%%DATADIR%%/reports/de/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/de/sender.spam.report.txt.sample -%%DATADIR%%/reports/de/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/de/sender.virus.report.txt.sample -%%DATADIR%%/reports/de/stored.content.message.txt.sample -%%DATADIR%%/reports/de/stored.filename.message.txt.sample -%%DATADIR%%/reports/de/stored.virus.message.txt.sample -%%DATADIR%%/reports/dk/deleted.content.message.txt.sample -%%DATADIR%%/reports/dk/deleted.filename.message.txt.sample -%%DATADIR%%/reports/dk/deleted.virus.message.txt.sample -%%DATADIR%%/reports/dk/disinfected.report.txt.sample -%%DATADIR%%/reports/dk/inline.sig.html.sample -%%DATADIR%%/reports/dk/inline.sig.txt.sample -%%DATADIR%%/reports/dk/inline.spam.warning.txt.sample -%%DATADIR%%/reports/dk/inline.warning.html.sample -%%DATADIR%%/reports/dk/inline.warning.txt.sample -%%DATADIR%%/reports/dk/languages.conf.sample -%%DATADIR%%/reports/dk/sender.content.report.txt.sample -%%DATADIR%%/reports/dk/sender.error.report.txt.sample -%%DATADIR%%/reports/dk/sender.filename.report.txt.sample -%%DATADIR%%/reports/dk/sender.mcp.report.txt.sample -%%DATADIR%%/reports/dk/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/dk/sender.spam.report.txt.sample -%%DATADIR%%/reports/dk/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/dk/sender.virus.report.txt.sample -%%DATADIR%%/reports/dk/stored.content.message.txt.sample -%%DATADIR%%/reports/dk/stored.filename.message.txt.sample -%%DATADIR%%/reports/dk/stored.virus.message.txt.sample -%%DATADIR%%/reports/en/deleted.content.message.txt.sample -%%DATADIR%%/reports/en/deleted.filename.message.txt.sample -%%DATADIR%%/reports/en/deleted.virus.message.txt.sample -%%DATADIR%%/reports/en/disinfected.report.txt.sample -%%DATADIR%%/reports/en/inline.sig.html.sample -%%DATADIR%%/reports/en/inline.sig.txt.sample -%%DATADIR%%/reports/en/inline.spam.warning.txt.sample -%%DATADIR%%/reports/en/inline.warning.html.sample -%%DATADIR%%/reports/en/inline.warning.txt.sample -%%DATADIR%%/reports/en/languages.conf.sample -%%DATADIR%%/reports/en/sender.content.report.txt.sample -%%DATADIR%%/reports/en/sender.error.report.txt.sample -%%DATADIR%%/reports/en/sender.filename.report.txt.sample -%%DATADIR%%/reports/en/sender.mcp.report.txt.sample -%%DATADIR%%/reports/en/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/en/sender.spam.report.txt.sample -%%DATADIR%%/reports/en/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/en/sender.virus.report.txt.sample -%%DATADIR%%/reports/en/stored.content.message.txt.sample -%%DATADIR%%/reports/en/stored.filename.message.txt.sample -%%DATADIR%%/reports/en/stored.virus.message.txt.sample -%%DATADIR%%/reports/es/deleted.content.message.txt.sample -%%DATADIR%%/reports/es/deleted.filename.message.txt.sample -%%DATADIR%%/reports/es/deleted.virus.message.txt.sample -%%DATADIR%%/reports/es/disinfected.report.txt.sample -%%DATADIR%%/reports/es/inline.sig.html.sample -%%DATADIR%%/reports/es/inline.sig.txt.sample -%%DATADIR%%/reports/es/inline.spam.warning.txt.sample -%%DATADIR%%/reports/es/inline.warning.html.sample -%%DATADIR%%/reports/es/inline.warning.txt.sample -%%DATADIR%%/reports/es/languages.conf.sample -%%DATADIR%%/reports/es/sender.content.report.txt.sample -%%DATADIR%%/reports/es/sender.error.report.txt.sample -%%DATADIR%%/reports/es/sender.filename.report.txt.sample -%%DATADIR%%/reports/es/sender.mcp.report.txt.sample -%%DATADIR%%/reports/es/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/es/sender.spam.report.txt.sample -%%DATADIR%%/reports/es/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/es/sender.virus.report.txt.sample -%%DATADIR%%/reports/es/stored.content.message.txt.sample -%%DATADIR%%/reports/es/stored.filename.message.txt.sample -%%DATADIR%%/reports/es/stored.virus.message.txt.sample -%%DATADIR%%/reports/fr/deleted.content.message.txt.sample -%%DATADIR%%/reports/fr/deleted.filename.message.txt.sample -%%DATADIR%%/reports/fr/deleted.virus.message.txt.sample -%%DATADIR%%/reports/fr/disinfected.report.txt.sample -%%DATADIR%%/reports/fr/inline.sig.html.sample -%%DATADIR%%/reports/fr/inline.sig.txt.sample -%%DATADIR%%/reports/fr/inline.spam.warning.txt.sample -%%DATADIR%%/reports/fr/inline.warning.html.sample -%%DATADIR%%/reports/fr/inline.warning.txt.sample -%%DATADIR%%/reports/fr/languages.conf.sample -%%DATADIR%%/reports/fr/sender.content.report.txt.sample -%%DATADIR%%/reports/fr/sender.error.report.txt.sample -%%DATADIR%%/reports/fr/sender.filename.report.txt.sample -%%DATADIR%%/reports/fr/sender.mcp.report.txt.sample -%%DATADIR%%/reports/fr/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/fr/sender.spam.report.txt.sample -%%DATADIR%%/reports/fr/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/fr/sender.virus.report.txt.sample -%%DATADIR%%/reports/fr/stored.content.message.txt.sample -%%DATADIR%%/reports/fr/stored.filename.message.txt.sample -%%DATADIR%%/reports/fr/stored.virus.message.txt.sample -%%DATADIR%%/reports/hu/deleted.content.message.txt.sample -%%DATADIR%%/reports/hu/deleted.filename.message.txt.sample -%%DATADIR%%/reports/hu/deleted.virus.message.txt.sample -%%DATADIR%%/reports/hu/disinfected.report.txt.sample -%%DATADIR%%/reports/hu/inline.sig.html.sample -%%DATADIR%%/reports/hu/inline.sig.txt.sample -%%DATADIR%%/reports/hu/inline.spam.warning.txt.sample -%%DATADIR%%/reports/hu/inline.warning.html.sample -%%DATADIR%%/reports/hu/inline.warning.txt.sample -%%DATADIR%%/reports/hu/languages.conf.sample -%%DATADIR%%/reports/hu/sender.content.report.txt.sample -%%DATADIR%%/reports/hu/sender.error.report.txt.sample -%%DATADIR%%/reports/hu/sender.filename.report.txt.sample -%%DATADIR%%/reports/hu/sender.mcp.report.txt.sample -%%DATADIR%%/reports/hu/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/hu/sender.spam.report.txt.sample -%%DATADIR%%/reports/hu/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/hu/sender.virus.report.txt.sample -%%DATADIR%%/reports/hu/stored.content.message.txt.sample -%%DATADIR%%/reports/hu/stored.filename.message.txt.sample -%%DATADIR%%/reports/hu/stored.virus.message.txt.sample -%%DATADIR%%/reports/it/deleted.content.message.txt.sample -%%DATADIR%%/reports/it/deleted.filename.message.txt.sample -%%DATADIR%%/reports/it/deleted.virus.message.txt.sample -%%DATADIR%%/reports/it/disinfected.report.txt.sample -%%DATADIR%%/reports/it/inline.sig.html.sample -%%DATADIR%%/reports/it/inline.sig.txt.sample -%%DATADIR%%/reports/it/inline.spam.warning.txt.sample -%%DATADIR%%/reports/it/inline.warning.html.sample -%%DATADIR%%/reports/it/inline.warning.txt.sample -%%DATADIR%%/reports/it/languages.conf.sample -%%DATADIR%%/reports/it/sender.content.report.txt.sample -%%DATADIR%%/reports/it/sender.error.report.txt.sample -%%DATADIR%%/reports/it/sender.filename.report.txt.sample -%%DATADIR%%/reports/it/sender.mcp.report.txt.sample -%%DATADIR%%/reports/it/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/it/sender.spam.report.txt.sample -%%DATADIR%%/reports/it/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/it/sender.virus.report.txt.sample -%%DATADIR%%/reports/it/stored.content.message.txt.sample -%%DATADIR%%/reports/it/stored.filename.message.txt.sample -%%DATADIR%%/reports/it/stored.virus.message.txt.sample -%%DATADIR%%/reports/nl/deleted.content.message.txt.sample -%%DATADIR%%/reports/nl/deleted.filename.message.txt.sample -%%DATADIR%%/reports/nl/deleted.virus.message.txt.sample -%%DATADIR%%/reports/nl/disinfected.report.txt.sample -%%DATADIR%%/reports/nl/inline.sig.html.sample -%%DATADIR%%/reports/nl/inline.sig.txt.sample -%%DATADIR%%/reports/nl/inline.spam.warning.txt.sample -%%DATADIR%%/reports/nl/inline.warning.html.sample -%%DATADIR%%/reports/nl/inline.warning.txt.sample -%%DATADIR%%/reports/nl/languages.conf.sample -%%DATADIR%%/reports/nl/sender.content.report.txt.sample -%%DATADIR%%/reports/nl/sender.error.report.txt.sample -%%DATADIR%%/reports/nl/sender.filename.report.txt.sample -%%DATADIR%%/reports/nl/sender.mcp.report.txt.sample -%%DATADIR%%/reports/nl/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/nl/sender.spam.report.txt.sample -%%DATADIR%%/reports/nl/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/nl/sender.virus.report.txt.sample -%%DATADIR%%/reports/nl/stored.content.message.txt.sample -%%DATADIR%%/reports/nl/stored.filename.message.txt.sample -%%DATADIR%%/reports/nl/stored.virus.message.txt.sample -%%DATADIR%%/reports/pt_br/deleted.content.message.txt.sample -%%DATADIR%%/reports/pt_br/deleted.filename.message.txt.sample -%%DATADIR%%/reports/pt_br/deleted.virus.message.txt.sample -%%DATADIR%%/reports/pt_br/disinfected.report.txt.sample -%%DATADIR%%/reports/pt_br/inline.sig.html.sample -%%DATADIR%%/reports/pt_br/inline.sig.txt.sample -%%DATADIR%%/reports/pt_br/inline.spam.warning.txt.sample -%%DATADIR%%/reports/pt_br/inline.warning.html.sample -%%DATADIR%%/reports/pt_br/inline.warning.txt.sample -%%DATADIR%%/reports/pt_br/languages.conf.sample -%%DATADIR%%/reports/pt_br/sender.content.report.txt.sample -%%DATADIR%%/reports/pt_br/sender.error.report.txt.sample -%%DATADIR%%/reports/pt_br/sender.filename.report.txt.sample -%%DATADIR%%/reports/pt_br/sender.mcp.report.txt.sample -%%DATADIR%%/reports/pt_br/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/pt_br/sender.spam.report.txt.sample -%%DATADIR%%/reports/pt_br/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/pt_br/sender.virus.report.txt.sample -%%DATADIR%%/reports/pt_br/stored.content.message.txt.sample -%%DATADIR%%/reports/pt_br/stored.filename.message.txt.sample -%%DATADIR%%/reports/pt_br/stored.virus.message.txt.sample -%%DATADIR%%/reports/ro/deleted.content.message.txt.sample -%%DATADIR%%/reports/ro/deleted.filename.message.txt.sample -%%DATADIR%%/reports/ro/deleted.virus.message.txt.sample -%%DATADIR%%/reports/ro/disinfected.report.txt.sample -%%DATADIR%%/reports/ro/inline.sig.html.sample -%%DATADIR%%/reports/ro/inline.sig.txt.sample -%%DATADIR%%/reports/ro/inline.spam.warning.txt.sample -%%DATADIR%%/reports/ro/inline.warning.html.sample -%%DATADIR%%/reports/ro/inline.warning.txt.sample -%%DATADIR%%/reports/ro/languages.conf.sample -%%DATADIR%%/reports/ro/sender.content.report.txt.sample -%%DATADIR%%/reports/ro/sender.error.report.txt.sample -%%DATADIR%%/reports/ro/sender.filename.report.txt.sample -%%DATADIR%%/reports/ro/sender.mcp.report.txt.sample -%%DATADIR%%/reports/ro/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/ro/sender.spam.report.txt.sample -%%DATADIR%%/reports/ro/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/ro/sender.virus.report.txt.sample -%%DATADIR%%/reports/ro/stored.content.message.txt.sample -%%DATADIR%%/reports/ro/stored.filename.message.txt.sample -%%DATADIR%%/reports/ro/stored.virus.message.txt.sample -%%DATADIR%%/reports/se/README.sample -%%DATADIR%%/reports/se/deleted.content.message.txt.sample -%%DATADIR%%/reports/se/deleted.filename.message.txt.sample -%%DATADIR%%/reports/se/deleted.virus.message.txt.sample -%%DATADIR%%/reports/se/disinfected.report.txt.sample -%%DATADIR%%/reports/se/inline.sig.html.sample -%%DATADIR%%/reports/se/inline.sig.txt.sample -%%DATADIR%%/reports/se/inline.spam.warning.txt.sample -%%DATADIR%%/reports/se/inline.warning.html.sample -%%DATADIR%%/reports/se/inline.warning.txt.sample -%%DATADIR%%/reports/se/languages.conf.sample -%%DATADIR%%/reports/se/sender.content.report.txt.sample -%%DATADIR%%/reports/se/sender.error.report.txt.sample -%%DATADIR%%/reports/se/sender.filename.report.txt.sample -%%DATADIR%%/reports/se/sender.mcp.report.txt.sample -%%DATADIR%%/reports/se/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/se/sender.spam.report.txt.sample -%%DATADIR%%/reports/se/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/se/sender.virus.report.txt.sample -%%DATADIR%%/reports/se/stored.content.message.txt.sample -%%DATADIR%%/reports/se/stored.filename.message.txt.sample -%%DATADIR%%/reports/se/stored.virus.message.txt.sample -%%DATADIR%%/reports/sk/deleted.content.message.txt.sample -%%DATADIR%%/reports/sk/deleted.filename.message.txt.sample -%%DATADIR%%/reports/sk/deleted.virus.message.txt.sample -%%DATADIR%%/reports/sk/disinfected.report.txt.sample -%%DATADIR%%/reports/sk/inline.sig.html.sample -%%DATADIR%%/reports/sk/inline.sig.txt.sample -%%DATADIR%%/reports/sk/inline.spam.warning.txt.sample -%%DATADIR%%/reports/sk/inline.warning.html.sample -%%DATADIR%%/reports/sk/inline.warning.txt.sample -%%DATADIR%%/reports/sk/languages.conf.sample -%%DATADIR%%/reports/sk/sender.content.report.txt.sample -%%DATADIR%%/reports/sk/sender.error.report.txt.sample -%%DATADIR%%/reports/sk/sender.filename.report.txt.sample -%%DATADIR%%/reports/sk/sender.mcp.report.txt.sample -%%DATADIR%%/reports/sk/sender.spam.rbl.report.txt.sample -%%DATADIR%%/reports/sk/sender.spam.report.txt.sample -%%DATADIR%%/reports/sk/sender.spam.sa.report.txt.sample -%%DATADIR%%/reports/sk/sender.virus.report.txt.sample -%%DATADIR%%/reports/sk/stored.content.message.txt.sample -%%DATADIR%%/reports/sk/stored.filename.message.txt.sample -%%DATADIR%%/reports/sk/stored.virus.message.txt.sample -%%DOCSDIR%%/COPYING -%%DOCSDIR%%/ChangeLog -%%DOCSDIR%%/INSTALL -%%DOCSDIR%%/INSTALL.FreeBSD -%%DOCSDIR%%/INSTALL.OpenBSD -%%DOCSDIR%%/QuickInstall.txt -%%DOCSDIR%%/README -%%DOCSDIR%%/README.FreeBSD.port -%%DOCSDIR%%/README.sql-logging -%%DOCSDIR%%/building.txt -%%DOCSDIR%%/donations.shtml -%%DOCSDIR%%/downloadgraphs.shtml -%%DOCSDIR%%/downloads.shtml -%%DOCSDIR%%/ecs.css -%%DOCSDIR%%/faq.shtml -%%DOCSDIR%%/images/JulianField1_small.jpg -%%DOCSDIR%%/images/bigmailscannerlogo.gif -%%DOCSDIR%%/images/smallmailscannerlogo.gif -%%DOCSDIR%%/images/thumb_JulianField2.jpg -%%DOCSDIR%%/images/thumb_JulianField3.jpg -%%DOCSDIR%%/images/thumb_JulianField4.jpg -%%DOCSDIR%%/images/thumb_JulianField5.jpg -%%DOCSDIR%%/index.html -%%DOCSDIR%%/install/OS-virus-scan-web.htm -%%DOCSDIR%%/install/README.trend -%%DOCSDIR%%/install/SAVI.shtml -%%DOCSDIR%%/install/codestatus.shtml -%%DOCSDIR%%/install/conf.shtml -%%DOCSDIR%%/install/exim-old.shtml -%%DOCSDIR%%/install/exim.shtml -%%DOCSDIR%%/install/filesnscripts.shtml -%%DOCSDIR%%/install/gcc.shtml -%%DOCSDIR%%/install/index.shtml -%%DOCSDIR%%/install/linux.shtml -%%DOCSDIR%%/install/mailscanner.shtml -%%DOCSDIR%%/install/mcafee.shtml -%%DOCSDIR%%/install/mcp/Conf.pm.patch.2.55 -%%DOCSDIR%%/install/mcp/Conf.pm.patch.2.60 -%%DOCSDIR%%/install/mcp/PerMsgStatus.pm.patch.2.55 -%%DOCSDIR%%/install/mcp/PerMsgStatus.pm.patch.2.60 -%%DOCSDIR%%/install/mcp/index.html -%%DOCSDIR%%/install/mime-tools-patch.txt -%%DOCSDIR%%/install/mime-tools-patch2.txt -%%DOCSDIR%%/install/mime-tools-patch3.txt -%%DOCSDIR%%/install/mime-tools-patch4.txt -%%DOCSDIR%%/install/osborne.txt -%%DOCSDIR%%/install/other.shtml -%%DOCSDIR%%/install/perl.shtml -%%DOCSDIR%%/install/postfix.shtml -%%DOCSDIR%%/install/sendmail.shtml -%%DOCSDIR%%/install/sophos.shtml -%%DOCSDIR%%/install/spamassassin.shtml -%%DOCSDIR%%/install/tnef.shtml -%%DOCSDIR%%/install/zmailer.shtml -%%DOCSDIR%%/introduction.shtml -%%DOCSDIR%%/jobs -%%DOCSDIR%%/mailscanner_trans.gif -%%DOCSDIR%%/man/MailScanner.8 -%%DOCSDIR%%/man/MailScanner.8.html -%%DOCSDIR%%/man/MailScanner.conf.5 -%%DOCSDIR%%/man/MailScanner.conf.5.html -%%DOCSDIR%%/mrtg.shtml -%%DOCSDIR%%/newinv4.shtml -%%DOCSDIR%%/nextversion.shtml -%%DOCSDIR%%/oldnews.shtml -%%DOCSDIR%%/osdir.png -%%DOCSDIR%%/performance.shtml -%%DOCSDIR%%/poetry.shtml -%%DOCSDIR%%/poweredby.google.gif -%%DOCSDIR%%/poweredby.transtec.gif -%%DOCSDIR%%/presentations.html -%%DOCSDIR%%/press.html -%%DOCSDIR%%/readme.shtml -%%DOCSDIR%%/reject.html -%%DOCSDIR%%/sobig.html -%%DOCSDIR%%/support.html -%%DOCSDIR%%/transtec.logo.gif -%%DOCSDIR%%/users.shtml -@dirrm share/nls/en_US.US-ASCII -@dirrm share/nls/POSIX -@dirrm %%DOCSDIR%%/man -@dirrm %%DOCSDIR%%/install/mcp -@dirrm %%DOCSDIR%%/install -@dirrm %%DOCSDIR%%/images -@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%%/reports/sk -@dirrm %%DATADIR%%/reports/se -@dirrm %%DATADIR%%/reports/ro -@dirrm %%DATADIR%%/reports/pt_br -@dirrm %%DATADIR%%/reports/nl -@dirrm %%DATADIR%%/reports/it -@dirrm %%DATADIR%%/reports/hu -@dirrm %%DATADIR%%/reports/fr -@dirrm %%DATADIR%%/reports/es -@dirrm %%DATADIR%%/reports/en -@dirrm %%DATADIR%%/reports/dk -@dirrm %%DATADIR%%/reports/de -@dirrm %%DATADIR%%/reports/cz -@dirrm %%DATADIR%%/reports/cy+en -@dirrm %%DATADIR%%/reports -@dirrm %%DATADIR%% -@dirrm libexec/MailScanner -@dirrm lib/MailScanner/MailScanner -@dirrm lib/MailScanner -@dirrm etc/MailScanner/rules -@dirrm etc/MailScanner diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile deleted file mode 100644 index 1b411e6a6327..000000000000 --- a/mail/mutt14/Makefile +++ /dev/null @@ -1,162 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: mutt w/pgp hooks -# Date created: Thur July 25, 1996 -# Whom: David O'Brien (obrien@NUXI.com) -# -# $FreeBSD$ -# - -PORTNAME= mutt -PORTVERSION= 1.4.1 -PORTREVISION= 4 -CATEGORIES+= mail ipv6 -MASTER_SITES= ftp://ftp.mutt.org/mutt/ \ - ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \ - ftp://ftp.demon.co.uk/pub/mirrors/mutt/ \ - ftp://ftp.parodius.com/pub/mutt/ -DISTFILES= ${DISTNAME}i${EXTRACT_SUFX} - -PATCH_SITES= http://www.spinnaker.de/mutt/compressed/:spinnaker \ - http://www.mutt.org.ua/download/mutt-${PORTVERSION}/:vvv \ - http://www2.mutt.org.ua/download/mutt-${PORTVERSION}/:vvv \ - ftp://ftp.mutt.org.ua/pub/mutt/mutt-${PORTVERSION}/:vvv \ - ftp://ftp2.mutt.org.ua/pub/mutt/mutt-${PORTVERSION}/:vvv -PATCHFILES= patch-${PORTVERSION}.rr.compressed.1.gz:spinnaker \ - patch-${PORTVERSION}.vvv.initials.gz:vvv -PATCH_DIST_STRIP= -p1 - -MAINTAINER?= udo.schweigert@siemens.com -COMMENT?= The Mongrel of Mail User Agents (part Elm, Pine, Mush, mh, etc.) - -.if defined(PACKAGE_BUILDING) -WITH_SLANG= yes -BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell -RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell \ - urlview:${PORTSDIR}/textproc/urlview -.endif -.if ${MACHINE_ARCH} != "alpha" -# coredump in sgmls -WITH_SGML_DOCS?=yes -.endif - -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext -.if defined(WITH_SLANG) -LIB_DEPENDS+= slang.1:${PORTSDIR}/devel/libslang -.elif defined(WITH_NCURSES_PORT) -LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses -.endif -.if defined(WITH_MUTT_CYRUS_SASL) -LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl -.endif -.if defined(WITH_SGML_DOCS) && ${WITH_SGML_DOCS} != "no" -BUILD_DEPENDS+= sgmlfmt:${PORTSDIR}/textproc/sgmlformat -.endif -.if defined(WITH_MUTT_XFACE) -PATCH_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/news/slrnface:extract -RUN_DEPENDS+= slrnface:${PORTSDIR}/news/slrnface -.endif - -DIST_SUBDIR= mutt -WRKSRC= ${WRKDIR}/${DISTNAME:S/i$//} -USE_OPENSSL= yes -GNU_CONFIGURE= yes -USE_AUTOMAKE= yes # configure.in is patched by <PATCHFILES> -USE_REINPLACE= yes -CONFIGURE_TARGET=${ARCH}-portbld-freebsd${OSREL} -LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LDFLAGS="${LDFLAGS}" -CONFIGURE_ARGS= --enable-pop --enable-imap --enable-flock --disable-fcntl \ - --with-ssl=${OPENSSLBASE} --sysconfdir=${PREFIX}/etc \ - --with-sharedir=${PREFIX}/share/mutt \ - --with-docdir=${DOCSDIR} --with-charmaps \ - --with-libiconv-prefix=${PREFIX} \ - --enable-compressed -.if defined(MUTT_CONFIGURE_ARGS) -CONFIGURE_ARGS+= ${MUTT_CONFIGURE_ARGS} -.endif -.if defined(WITH_LOCALES_FIX) -CONFIGURE_ARGS+= --enable-locales-fix -.endif -.if defined(WITH_SLANG) -CONFIGURE_ARGS+= --with-slang=${PREFIX} -.elif defined(WITH_NCURSES_PORT) -CONFIGURE_ARGS+= --with-curses=${PREFIX} -CFLAGS+= -I${PREFIX}/include/ncurses -I${PREFIX}/include -.endif -.if defined(WITH_MUTT_CYRUS_SASL) -CONFIGURE_ARGS+= --with-sasl=${LOCALBASE} -.endif -MAN1= flea.1 mutt.1 mutt_dotlock.1 muttbug.1 -MAN5= mbox.5 muttrc.5 - -post-patch:: - @${REINPLACE_CMD} -e 's,/usr/bin/gpg,${LOCALBASE}/bin/gpg,g' \ - ${WRKSRC}/contrib/gpg.rc - @${REINPLACE_CMD} -E -e 's|@samplesdir@|${EXAMPLESDIR}|g' \ - ${WRKSRC}/contrib/Makefile.in - -.if defined(WITH_MUTT_XFACE) -post-patch:: - @${ECHO} "===> Applying XFACE patch" - slrnface_dir=`${FIND} ${PORTSDIR}/news/slrnface/work -type d \ - -name slrnface-\*`; \ - cd ${BUILD_WRKSRC}; ${PATCH} ${PATCH_ARGS} < $$slrnface_dir/mutt.patch -.endif - -# XXX -# this should be done automagically by aclocal but .... -# for now, this will have to do -pre-build: - @${REINPLACE_CMD} -E -e "s|^(ACLOCAL = ).+|\1${ACLOCAL}|" \ - -e "s|^(AUTOCONF = ).+|\1${AUTOCONF}|" \ - -e "s|^(AUTOMAKE = ).+|\1${AUTOMAKE}|" \ - -e "s|^(AUTOHEADER = ).+|\1${AUTOHEADER}|" \ - ${BUILD_WRKSRC}/Makefile - -.if !defined(NOPORTDOCS) -post-build: - @${TOUCH} ${WRKSRC}/doc/mutt.man ${WRKSRC}/doc/manual.sgml - @${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-doc-ref - @${REINPLACE_CMD} -E -e 's|\$$\{PREFIX\}|${PREFIX}|g' \ - -e 's|\$$\{DOCSDIR\}|${DOCSDIR}|g' \ - -e 's|\$$\{EXAMPLESDIR\}|${EXAMPLESDIR}|g' \ - ${WRKSRC}/doc/mutt.man - @${REINPLACE_CMD} -E -e 's|\$$\{PREFIX\}|${PREFIX}|g' \ - -e 's|\$$\{DOCSDIR\}|${DOCSDIR}|g' \ - -e 's|\$$\{EXAMPLESDIR\}|${EXAMPLESDIR}|g' \ - ${WRKSRC}/doc/muttrc.man -.if defined(WITH_SGML_DOCS) && ${WITH_SGML_DOCS} != "no" -PLIST:= ${WRKDIR}/PLIST -pre-install: - @${CAT} ${PKGDIR}/pkg-plist.htmlfiles > ${PLIST} - @${CAT} ${PKGDIR}/pkg-plist >> ${PLIST} -.endif -.endif - -post-install: - ${INSTALL_DATA} ${WRKSRC}/Muttrc ${PREFIX}/etc/Muttrc.dist -.if !defined(NOPORTDOCS) - @${ECHO} "===> Installing Mutt documentation" - @${MKDIR} ${DOCSDIR} && ${CHMOD} a+rx ${DOCSDIR} - @cd ${WRKSRC}/doc ; ${INSTALL_MAN} manual.txt PGP-Notes.txt \ - ${DOCSDIR} -.if defined(WITH_SGML_DOCS) && ${WITH_SGML_DOCS} != "no" - ${INSTALL} ${COPY} -o ${MANOWN} -g ${MANGRP} -m 0755 \ - -d ${DOCSDIR}/html - ${INSTALL_MAN} ${WRKSRC}/doc/*.html ${DOCSDIR}/html - ${INSTALL_MAN} ${WRKSRC}/doc/*.latin1 ${DOCSDIR} -.endif -.endif - -.if defined(WITH_MUTT_XFACE) - @${ECHO} "" - @${ECHO} "************************************************************" - @${ECHO} " To enable the XFACE support in mutt you also have to add" - @${ECHO} " set xface=yes" - @${ECHO} " to your ~/.muttrc" - @${ECHO} " Additional information is provided by news/slrnface" - @${ECHO} "************************************************************" - @${ECHO} "" -.endif - -.include <bsd.port.mk> diff --git a/mail/mutt14/distinfo b/mail/mutt14/distinfo deleted file mode 100644 index bb75b8c019b2..000000000000 --- a/mail/mutt14/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (mutt/mutt-1.4.1i.tar.gz) = fb5418135c5be2638964eef2f654f847 -MD5 (mutt/patch-1.4.1.rr.compressed.1.gz) = b50484f8b12328c3ee69222a3eb1da11 -MD5 (mutt/patch-1.4.1.vvv.initials.gz) = 467a4ba3a0aae4ea94ab4d31a94540ab diff --git a/mail/mutt14/files/extra-patch-doc-ref b/mail/mutt14/files/extra-patch-doc-ref deleted file mode 100644 index 99222e0bceb0..000000000000 --- a/mail/mutt14/files/extra-patch-doc-ref +++ /dev/null @@ -1,12 +0,0 @@ ---- doc/mutt.man.orig Mon Jul 13 12:50:38 1998 -+++ doc/mutt.man Thu Oct 1 22:15:40 1998 -@@ -20,7 +20,8 @@ - .SH DESCRIPTION - Mutt is a small but very powerful text based program for reading electronic - mail under unix operating systems, including support color terminals, MIME, --and a threaded sorting mode. -+and a threaded sorting mode. Details of how to use all of this is -+available in \fI${DOCSDIR}\fP. - .SH OPTIONS - .IP "-a \fIfile\fP" - Attach a file to your message using MIME. diff --git a/mail/mutt14/files/patch-02 b/mail/mutt14/files/patch-02 deleted file mode 100644 index 3717189e334f..000000000000 --- a/mail/mutt14/files/patch-02 +++ /dev/null @@ -1,63 +0,0 @@ ---- doc/Makefile.in.orig Tue Nov 6 11:12:31 2001 -+++ doc/Makefile.in Fri Jun 21 12:00:28 2002 -@@ -60,13 +60,19 @@ - topsrcdir_DOCFILES = COPYRIGHT GPL INSTALL ChangeLog \ - README NEWS TODO README.SECURITY README.SSL - --all: muttrc.man try-html try-txt -+all: muttrc.man try-html try-txt try-latin1 - - try-html: ../makedoc -- test -f manual.html || $(MAKE) manual.html || cp $(srcdir)/manual*.html ./ -+ rm -f *.html && $(MAKE) manual.html || cp $(srcdir)/manual*.html ./ -+ touch $@ - - try-txt: ../makedoc -- test -f manual.txt || $(MAKE) manual.txt || cp $(srcdir)/manual.txt ./ -+ $(MAKE) manual.txt || cp $(srcdir)/manual.txt ./ -+ touch $@ -+ -+try-latin1: -+ $(MAKE) manual.latin1 || cp $(srcdir)/manual.latin1 ./ -+ touch $@ - - install: all instdoc - $(top_srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man1 -@@ -86,10 +92,10 @@ - $(INSTALL) -m 644 $(top_srcdir)/$$f $(DESTDIR)$(docdir) ; \ - done - $(INSTALL) -m 644 manual.txt $(DESTDIR)$(docdir) || true -- $(top_srcdir)/mkinstalldirs $(DESTDIR)$(docdir)/html -- for file in manual*.html ; do \ -- $(INSTALL) -m 644 $$file $(DESTDIR)$(docdir)/html/ || true ;\ -- done -+ # $(top_srcdir)/mkinstalldirs $(DESTDIR)$(docdir)/html -+ # for file in manual*.html ; do \ -+ # $(INSTALL) -m 644 $$file $(DESTDIR)$(docdir)/html/ || true ;\ -+ # done - - uninstall: - -rm -f $(DESTDIR)$(mandir)/man1/mutt.1 -@@ -99,14 +105,18 @@ - - check: - manual.txt: manual.sgml -- if sgml2txt -c latin manual ; then \ -- uniq < manual.txt | expand > _manual.txt ; \ -- rm manual.txt ; \ -+ if sgmlfmt -f ascii manual; then \ -+ uniq < manual.ascii | expand > _manual.txt ; \ -+ rm -f manual.txt manual.ascii; \ - mv _manual.txt manual.txt ;\ - fi - - manual.html: manual.sgml -- sgml2html manual || true -+ @# sgml2html manual || true -+ sgmlfmt -f html manual || true -+ -+manual.latin1: manual.sgml -+ sgmlfmt -f latin1 manual || true - - manual.ps: manual.sgml - sgml2latex --output=ps manual || true diff --git a/mail/mutt14/files/patch-03 b/mail/mutt14/files/patch-03 deleted file mode 100644 index b870f7f7aaec..000000000000 --- a/mail/mutt14/files/patch-03 +++ /dev/null @@ -1,13 +0,0 @@ ---- doc/manual.sgml.orig Tue May 9 17:15:26 2000 -+++ doc/manual.sgml Fri May 12 11:05:40 2000 -@@ -1,5 +1,8 @@ --<!doctype linuxdoc system> -- -+<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN" [ -+<!ENTITY dquot """> -+]> -+<linuxdoc> -+ - <article> - - <title>The Mutt E-Mail Client diff --git a/mail/mutt14/files/patch-05 b/mail/mutt14/files/patch-05 deleted file mode 100644 index 13a52d9daa40..000000000000 --- a/mail/mutt14/files/patch-05 +++ /dev/null @@ -1,87 +0,0 @@ ---- curs_lib.c.old Wed Sep 1 19:39:20 1999 -+++ curs_lib.c Sun Sep 26 23:47:03 1999 -@@ -156,6 +156,16 @@ - def = 0; - break; - } -+ else if (tolower(ch.ch) == 'y') -+ { -+ def = 1; -+ break; -+ } -+ else if (tolower(ch.ch) == 'n') -+ { -+ def = 0; -+ break; -+ } - else - { - BEEP(); -@@ -413,8 +423,9 @@ - { - event_t ch; - int choice; -- char *p; -+ char *p, *nletters; - -+ nletters = _(letters); - mvaddstr (LINES - 1, 0, prompt); - clrtoeol (); - FOREVER -@@ -428,6 +439,12 @@ - } - else - { -+ p = strchr (nletters, ch.ch); -+ if (p) -+ { -+ choice = p - nletters + 1; -+ break; -+ } - p = strchr (letters, ch.ch); - if (p) - { ---- browser.c.orig Fri Sep 24 01:08:08 1999 -+++ browser.c Sun Sep 26 23:46:25 1999 -@@ -750,7 +750,7 @@ - switch (mutt_multi_choice ((reverse) ? - _("Reverse sort by (d)ate, (a)lpha, si(z)e or do(n)'t sort? ") : - _("Sort by (d)ate, (a)lpha, si(z)e or do(n)'t sort? "), -- _("dazn"))) -+ N_("dazn"))) - { - case -1: /* abort */ - resort = 0; ---- commands.c.orig Wed Jul 7 02:56:24 1999 -+++ commands.c Sun Sep 26 23:46:25 1999 -@@ -337,7 +337,7 @@ - switch (mutt_multi_choice (reverse ? - _("Rev-Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: ") : - _("Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: "), -- _("dfrsotuzc"))) -+ N_("dfrsotuzc"))) - { - case -1: /* abort - don't resort */ - return -1; ---- compose.c.orig Mon Feb 12 18:02:38 2001 -+++ compose.c Fri Mar 30 17:04:09 2001 -@@ -130,7 +130,7 @@ - char input_signas[SHORT_STRING]; - - switch (mutt_multi_choice (_("(e)ncrypt, (s)ign, sign (a)s, (b)oth, or (f)orget it? "), -- _("esabf"))) -+ N_("esabf"))) - { - case 1: /* (e)ncrypt */ - bits |= PGPENCRYPT; ---- muttlib.c.orig Sun Apr 9 14:39:02 2000 -+++ muttlib.c Fri May 12 11:26:58 2000 -@@ -671,7 +671,7 @@ - if (*append == 0 && access (fname, F_OK) == 0) - { - switch (mutt_multi_choice -- (_("File exists, (o)verwrite, (a)ppend, or (c)ancel?"), _("oac"))) -+ (_("File exists, (o)verwrite, (a)ppend, or (c)ancel?"), N_("oac"))) - { - case -1: /* abort */ - case 3: /* cancel */ diff --git a/mail/mutt14/files/patch-08 b/mail/mutt14/files/patch-08 deleted file mode 100644 index 3e50cbd13779..000000000000 --- a/mail/mutt14/files/patch-08 +++ /dev/null @@ -1,10 +0,0 @@ ---- Muttrc.orig Sat May 13 08:30:44 2000 -+++ Muttrc Sat May 13 08:32:05 2000 -@@ -629,6 +629,7 @@ - # Type: boolean - # Default: yes - # -+set followup_to=no - # - # Controls whether or not the Mail-Followup-To header field is - # generated when sending mail. When set, Mutt will generate this diff --git a/mail/mutt14/files/patch-aclocal.m4 b/mail/mutt14/files/patch-aclocal.m4 deleted file mode 100644 index 6635a1a90fa6..000000000000 --- a/mail/mutt14/files/patch-aclocal.m4 +++ /dev/null @@ -1,11 +0,0 @@ ---- aclocal.m4.orig Fri Jul 28 11:50:25 2000 -+++ aclocal.m4 Wed Dec 5 12:10:16 2001 -@@ -62,4 +62,4 @@ --AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir) --AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir) --AM_MISSING_PROG(AUTOMAKE, automake, $missing_dir) --AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir) -+AM_MISSING_PROG(ACLOCAL, aclocal14, $missing_dir) -+AM_MISSING_PROG(AUTOCONF, autoconf213, $missing_dir) -+AM_MISSING_PROG(AUTOMAKE, automake14, $missing_dir) -+AM_MISSING_PROG(AUTOHEADER, autoheader213, $missing_dir) diff --git a/mail/mutt14/files/patch-configure.in b/mail/mutt14/files/patch-configure.in deleted file mode 100644 index 0b37933c1c62..000000000000 --- a/mail/mutt14/files/patch-configure.in +++ /dev/null @@ -1,29 +0,0 @@ ---- configure.in.orig Mon Nov 11 14:11:26 2002 -+++ configure.in Mon Nov 11 14:12:09 2002 -@@ -515,7 +515,7 @@ - AC_MSG_ERROR([SSL support is only useful with POP or IMAP support]) - fi - -- if test "$with_ssl" != "yes" -+ if test "$with_ssl" != "yes" && x$withval != x/usr - then - LDFLAGS="$LDFLAGS -L$withval/lib" - CPPFLAGS="$CPPFLAGS -I$withval/include" -@@ -572,7 +572,7 @@ - then - if test "$with_sasl" != "yes" - then -- CPPFLAGS="$CPPFLAGS -I$with_sasl/include" -+ CPPFLAGS="$CPPFLAGS -I$with_sasl/include/sasl1" - LDFLAGS="$LDFLAGS -L$with_sasl/lib" - fi - -@@ -625,7 +625,7 @@ - fi]) - - if test x$GCC = xyes -a $mutt_cv_warnings = yes; then -- CFLAGS="-Wall -pedantic $CFLAGS" -+ CFLAGS="-Wall $CFLAGS" - fi - - AC_ARG_ENABLE(nfs-fix, [ --enable-nfs-fix Work around an NFS with broken attributes caching ], diff --git a/mail/mutt14/files/patch-doc-mutt.man b/mail/mutt14/files/patch-doc-mutt.man deleted file mode 100644 index 46e086721a76..000000000000 --- a/mail/mutt14/files/patch-doc-mutt.man +++ /dev/null @@ -1,34 +0,0 @@ ---- doc/mutt.man.orig Wed Jul 24 10:41:31 2002 -+++ doc/mutt.man Sun Oct 26 11:06:36 2003 -@@ -136,9 +136,9 @@ - User's personal mapping between MIME types and file extensions. - .IP "/etc/mime.types" - System mapping between MIME types and file extensions. --.IP "/usr/local/bin/mutt_dotlock" -+.IP "${PREFIX}/bin/mutt_dotlock" - The privileged dotlocking program. --.IP "/usr/local/doc/mutt/manual.txt" -+.IP "${DOCSDIR}/manual.txt" - The Mutt manual. - .SH BUGS - .PP ---- doc/muttrc.man Sun Oct 26 11:09:09 2003 -+++ doc/muttrc.man Sun Oct 26 11:08:48 2003 -@@ -990,7 +972,7 @@ - .B dotlock_program - .nf - Type: path --Default: \(lq/usr/local/bin/mutt_dotlock\(rq -+Default: \(lq${PREFIX}/bin/mutt_dotlock\(rq - .fi - .IP - Contains the path of the mutt_dotlock (8) binary to be used by -@@ -3970,7 +3952,7 @@ - instead of a raw socket. You may be able to use this to set up - preauthenticated connections to your IMAP/POP3 server. Example: - .IP --tunnel=\(rqssh -q mailhost.net /usr/local/libexec/imapd\(rq -+tunnel=\(rqssh -q mailhost.net ${PREFIX}/libexec/imapd\(rq - .IP - NOTE: For this example to work you must be able to log in to the remote - machine without having to enter a password. diff --git a/mail/mutt14/files/patch-examples b/mail/mutt14/files/patch-examples deleted file mode 100644 index 2d24771033f7..000000000000 --- a/mail/mutt14/files/patch-examples +++ /dev/null @@ -1,50 +0,0 @@ ---- contrib/Makefile.in.orig Mon Jun 4 19:14:31 2001 -+++ contrib/Makefile.in Wed Mar 26 11:45:15 2003 -@@ -12,6 +12,7 @@ - mandir = @mandir@ - srcdir = @srcdir@ - docdir = @docdir@ -+samplesdir = @samplesdir@ - top_srcdir = @top_srcdir@ - top_builddir = .. - INSTALL = @INSTALL@ -@@ -37,12 +38,12 @@ - check: - - install: -- $(top_srcdir)/mkinstalldirs $(DESTDIR)$(docdir)/samples $(DESTDIR)$(docdir)/samples/iconv -+ $(top_srcdir)/mkinstalldirs $(DESTDIR)$(samplesdir) $(DESTDIR)$(samplesdir)/iconv - for f in $(SAMPLES) ; do \ -- $(INSTALL) -m 644 $(srcdir)/$$f $(DESTDIR)$(docdir)/samples ; \ -+ $(INSTALL) -m 644 $(srcdir)/$$f $(DESTDIR)$(samplesdir); \ - done - for f in $(srcdir)/iconv/*.rc ; do \ -- $(INSTALL) -m 644 $$f $(DESTDIR)$(docdir)/samples/iconv ; \ -+ $(INSTALL) -m 644 $$f $(DESTDIR)$(samplesdir)/iconv ; \ - done - - # Nothing needs to be done - uninstall in doc removes samples as well. ---- init.h.orig Wed Mar 26 11:50:36 2003 -+++ init.h Wed Mar 26 12:54:37 2003 -@@ -1347,8 +1347,8 @@ - ** .pp - ** For examples on how to configure these formats for the various versions - ** of PGP which are floating around, see the pgp*.rc and gpg.rc files in -- ** the samples/ subdirectory which has been installed on your system -- ** alongside the documentation. -+ ** the share/examples/mutt subdirectory which has been installed on your -+ ** system. - */ - { "pgp_getkeys_command", DT_STR, R_NONE, UL &PgpGetkeysCommand, 0}, - /* ---- Makefile.am.orig Wed Mar 26 13:13:10 2003 -+++ Makefile.am Wed Mar 26 13:25:40 2003 -@@ -13,7 +13,7 @@ - - bin_SCRIPTS = muttbug flea - --BUILT_SOURCES = keymap_defs.h patchlist.c -+BUILT_SOURCES = keymap_defs.h patchlist.c Muttrc - - bin_PROGRAMS = mutt @DOTLOCK_TARGET@ @PGPAUX_TARGET@ - mutt_SOURCES = $(BUILT_SOURCES) \ diff --git a/mail/mutt14/files/patch-init.c b/mail/mutt14/files/patch-init.c deleted file mode 100644 index 389b682cfa11..000000000000 --- a/mail/mutt14/files/patch-init.c +++ /dev/null @@ -1,39 +0,0 @@ ---- init.c.orig Wed Jul 24 10:41:29 2002 -+++ init.c Sat May 3 08:46:29 2003 -@@ -1707,7 +1707,11 @@ - void mutt_init (int skip_sys_rc, LIST *commands) - { - struct passwd *pw; -+#if __FreeBSD_version < 500000 -+ char nodename[STRING]; -+#else - struct utsname utsname; -+#endif - char *p, buffer[STRING], error[STRING]; - int i, default_rc = 0, need_pause = 0; - BUFFER err; -@@ -1765,16 +1769,21 @@ - #endif - - /* And about the host... */ -+#if __FreeBSD_version < 500000 -+ gethostname(nodename, sizeof (nodename)); -+#else - uname (&utsname); -+ strfcpy (nodename, utsname.nodename, sizeof (nodename)); -+#endif - /* some systems report the FQDN instead of just the hostname */ -- if ((p = strchr (utsname.nodename, '.'))) -+ if ((p = strchr (nodename, '.'))) - { -- Hostname = mutt_substrdup (utsname.nodename, p); -+ Hostname = mutt_substrdup (nodename, p); - p++; - strfcpy (buffer, p, sizeof (buffer)); /* save the domain for below */ - } - else -- Hostname = safe_strdup (utsname.nodename); -+ Hostname = safe_strdup (nodename); - - #ifndef DOMAIN - #define DOMAIN buffer diff --git a/mail/mutt14/files/patch-threadcomplete b/mail/mutt14/files/patch-threadcomplete deleted file mode 100644 index e4f56f261382..000000000000 --- a/mail/mutt14/files/patch-threadcomplete +++ /dev/null @@ -1,73 +0,0 @@ -written by Nicolas Rachinsky <nr@rachinsky.de> -http://www.rachinsky.de - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published -by the Free Software Foundation; version 2 of the License. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -General Public License for more details. - ---- mutt-1.3.28.ori/mutt.h Thu Mar 14 19:22:25 2002 -+++ mutt.h Fri Mar 15 00:22:41 2002 -@@ -198,6 +198,7 @@ - M_LIMIT, - M_EXPIRED, - M_SUPERSEDED, -+ M_THREADCOMPLETE, - - /* actions for mutt_pattern_comp/mutt_pattern_exec */ - M_AND, ---- mutt-1.3.28.ori/pattern.c Thu Mar 14 19:22:26 2002 -+++ pattern.c Fri Mar 15 00:23:52 2002 -@@ -50,6 +50,7 @@ - } - Flags[] = - { -+ { 'a', M_THREADCOMPLETE, 0, NULL }, - { 'A', M_ALL, 0, NULL }, - { 'b', M_BODY, M_FULL_MSG, eat_regexp }, - { 'B', M_WHOLE_MSG, M_FULL_MSG, eat_regexp }, -@@ -957,6 +958,27 @@ - return alladdr; - } - -+static int match_threadcomplete(int flag,THREAD *t,int left,int up,int right,int down) -+{ -+ int a=0; -+ HEADER *h=NULL; -+ -+ if(! t)return 0; -+ h=t->message; -+ if(! flag && h && h->tagged)return 1; -+ if(flag && h && ! h->tagged) return 1; -+ -+ if(up)a=match_threadcomplete(flag,t->parent,1,1,1,0); -+ if(a)return a; -+ if(right && t->parent)a=match_threadcomplete(flag,t->next,0,0,1,1); -+ if(a)return a; -+ if(left && t->parent)a=match_threadcomplete(flag,t->prev,1,0,0,1); -+ if(a)return a; -+ if(down)a=match_threadcomplete(flag,t->child,1,0,1,1); -+ if(a)return a; -+ return 0; -+} -+ - /* flags - M_MATCH_FULL_ADDRESS match both personal and machine address */ - int -@@ -1053,6 +1075,8 @@ - return (pat->not ^ (h->env->x_label && regexec (pat->rx, h->env->x_label, 0, NULL, 0) == 0)); - case M_DUPLICATED: - return (pat->not ^ (h->thread && h->thread->duplicate_thread)); -+ case M_THREADCOMPLETE: -+ return ((h->thread && match_threadcomplete(pat->not,h->thread,1,1,1,1))); - } - mutt_error (_("error: unknown op %d (report this error)."), pat->op); - return (-1); ---- PATCHES~ Tue Nov 6 19:59:33 2001 -+++ PATCHES Tue Nov 6 19:59:42 2001 -@@ -1,0 +1 @@ -+1.3.28.nr.threadcomplete diff --git a/mail/mutt14/pkg-descr b/mail/mutt14/pkg-descr deleted file mode 100644 index 68d853aebed8..000000000000 --- a/mail/mutt14/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Mutt -- "The Mongrel of Mail User Agents" (part Elm, part Pine, part mh, -part slrn, part everything else) is an interactive screen-oriented mailer -program that supersedes Elm, Pine, mail and mailx. - -Features include color support, message threading, MIME support (including -RFC1522 support for encoded headers), customizable key bindings, POP3, -Delivery Status Notification (DSN) support, and PGP/MIME. - -WWW: http://www.mutt.org/ -Mutt User Information: http://www.math.fu-berlin.de/~guckes/mutt/ - - -- David (obrien@cs.ucdavis.edu) diff --git a/mail/mutt14/pkg-plist b/mail/mutt14/pkg-plist deleted file mode 100644 index 39eb141e252d..000000000000 --- a/mail/mutt14/pkg-plist +++ /dev/null @@ -1,82 +0,0 @@ -@comment $FreeBSD$ -bin/flea -bin/mutt -bin/mutt_dotlock -bin/muttbug -bin/pgpewrap -bin/pgpring -@unexec if cmp -s %D/etc/Muttrc.dist %D/etc/Muttrc; then rm -f %D/etc/Muttrc; fi -etc/Muttrc.dist -etc/mime.types -%%DOCSDIR%%/COPYRIGHT -%%DOCSDIR%%/ChangeLog -%%DOCSDIR%%/GPL -%%DOCSDIR%%/INSTALL -%%DOCSDIR%%/NEWS -%%DOCSDIR%%/PGP-Notes.txt -%%DOCSDIR%%/README -%%DOCSDIR%%/README.SECURITY -%%DOCSDIR%%/README.SSL -%%DOCSDIR%%/TODO -%%DOCSDIR%%/applying-patches.txt -%%DOCSDIR%%/devel-notes.txt -%%DOCSDIR%%/manual.txt -%%DOCSDIR%%/patch-notes.txt -%%EXAMPLESDIR%%/Mush.rc -%%EXAMPLESDIR%%/Pine.rc -%%EXAMPLESDIR%%/Tin.rc -%%EXAMPLESDIR%%/gpg.rc -%%EXAMPLESDIR%%/iconv/iconv.aix-3.2.5.rc -%%EXAMPLESDIR%%/iconv/iconv.aix-4.1.5.rc -%%EXAMPLESDIR%%/iconv/iconv.aix-4.2.0.rc -%%EXAMPLESDIR%%/iconv/iconv.aix-4.3.2.rc -%%EXAMPLESDIR%%/iconv/iconv.freebsd-3.3.rc -%%EXAMPLESDIR%%/iconv/iconv.glibc-2.1.3.rc -%%EXAMPLESDIR%%/iconv/iconv.glibc-2.1.90.rc -%%EXAMPLESDIR%%/iconv/iconv.hpux-10.01.rc -%%EXAMPLESDIR%%/iconv/iconv.hpux-10.20.rc -%%EXAMPLESDIR%%/iconv/iconv.hpux-11.00.rc -%%EXAMPLESDIR%%/iconv/iconv.irix-6.5.rc -%%EXAMPLESDIR%%/iconv/iconv.osf1-4.0a.rc -%%EXAMPLESDIR%%/iconv/iconv.osf1-4.0d.rc -%%EXAMPLESDIR%%/iconv/iconv.solaris-2.4.rc -%%EXAMPLESDIR%%/iconv/iconv.solaris-2.5.1.rc -%%EXAMPLESDIR%%/iconv/iconv.solaris-2.6-cjk.rc -%%EXAMPLESDIR%%/iconv/iconv.solaris-2.6.rc -%%EXAMPLESDIR%%/iconv/iconv.solaris-2.7.rc -%%EXAMPLESDIR%%/pgp2.rc -%%EXAMPLESDIR%%/pgp5.rc -%%EXAMPLESDIR%%/pgp6.rc -%%EXAMPLESDIR%%/sample.mailcap -%%EXAMPLESDIR%%/sample.muttrc -%%EXAMPLESDIR%%/sample.muttrc-tlr -share/locale/bg/LC_MESSAGES/mutt.mo -share/locale/ca/LC_MESSAGES/mutt.mo -share/locale/cs/LC_MESSAGES/mutt.mo -share/locale/da/LC_MESSAGES/mutt.mo -share/locale/de/LC_MESSAGES/mutt.mo -share/locale/el/LC_MESSAGES/mutt.mo -share/locale/eo/LC_MESSAGES/mutt.mo -share/locale/es/LC_MESSAGES/mutt.mo -share/locale/et/LC_MESSAGES/mutt.mo -share/locale/fr/LC_MESSAGES/mutt.mo -share/locale/gl/LC_MESSAGES/mutt.mo -share/locale/hu/LC_MESSAGES/mutt.mo -share/locale/id/LC_MESSAGES/mutt.mo -share/locale/it/LC_MESSAGES/mutt.mo -share/locale/ja/LC_MESSAGES/mutt.mo -share/locale/ko/LC_MESSAGES/mutt.mo -share/locale/lt/LC_MESSAGES/mutt.mo -share/locale/nl/LC_MESSAGES/mutt.mo -share/locale/pl/LC_MESSAGES/mutt.mo -share/locale/pt_BR/LC_MESSAGES/mutt.mo -share/locale/ru/LC_MESSAGES/mutt.mo -share/locale/sk/LC_MESSAGES/mutt.mo -share/locale/sv/LC_MESSAGES/mutt.mo -share/locale/tr/LC_MESSAGES/mutt.mo -share/locale/uk/LC_MESSAGES/mutt.mo -share/locale/zh_CN/LC_MESSAGES/mutt.mo -share/locale/zh_TW/LC_MESSAGES/mutt.mo -@dirrm %%EXAMPLESDIR%%/iconv -@dirrm %%EXAMPLESDIR%% -@dirrm %%DOCSDIR%% diff --git a/mail/mutt14/pkg-plist.htmlfiles b/mail/mutt14/pkg-plist.htmlfiles deleted file mode 100644 index 60d2e6956e83..000000000000 --- a/mail/mutt14/pkg-plist.htmlfiles +++ /dev/null @@ -1,346 +0,0 @@ -%%DOCSDIR%%/html/manual.html -%%DOCSDIR%%/html/manual1.html -%%DOCSDIR%%/html/manual10.html -%%DOCSDIR%%/html/manual100.html -%%DOCSDIR%%/html/manual101.html -%%DOCSDIR%%/html/manual102.html -%%DOCSDIR%%/html/manual103.html -%%DOCSDIR%%/html/manual104.html -%%DOCSDIR%%/html/manual105.html -%%DOCSDIR%%/html/manual106.html -%%DOCSDIR%%/html/manual107.html -%%DOCSDIR%%/html/manual108.html -%%DOCSDIR%%/html/manual109.html -%%DOCSDIR%%/html/manual11.html -%%DOCSDIR%%/html/manual110.html -%%DOCSDIR%%/html/manual111.html -%%DOCSDIR%%/html/manual112.html -%%DOCSDIR%%/html/manual113.html -%%DOCSDIR%%/html/manual114.html -%%DOCSDIR%%/html/manual115.html -%%DOCSDIR%%/html/manual116.html -%%DOCSDIR%%/html/manual117.html -%%DOCSDIR%%/html/manual118.html -%%DOCSDIR%%/html/manual119.html -%%DOCSDIR%%/html/manual12.html -%%DOCSDIR%%/html/manual120.html -%%DOCSDIR%%/html/manual121.html -%%DOCSDIR%%/html/manual122.html -%%DOCSDIR%%/html/manual123.html -%%DOCSDIR%%/html/manual124.html -%%DOCSDIR%%/html/manual125.html -%%DOCSDIR%%/html/manual126.html -%%DOCSDIR%%/html/manual127.html -%%DOCSDIR%%/html/manual128.html -%%DOCSDIR%%/html/manual129.html -%%DOCSDIR%%/html/manual13.html -%%DOCSDIR%%/html/manual130.html -%%DOCSDIR%%/html/manual131.html -%%DOCSDIR%%/html/manual132.html -%%DOCSDIR%%/html/manual133.html -%%DOCSDIR%%/html/manual134.html -%%DOCSDIR%%/html/manual135.html -%%DOCSDIR%%/html/manual136.html -%%DOCSDIR%%/html/manual137.html -%%DOCSDIR%%/html/manual138.html -%%DOCSDIR%%/html/manual139.html -%%DOCSDIR%%/html/manual14.html -%%DOCSDIR%%/html/manual140.html -%%DOCSDIR%%/html/manual141.html -%%DOCSDIR%%/html/manual142.html -%%DOCSDIR%%/html/manual143.html -%%DOCSDIR%%/html/manual144.html -%%DOCSDIR%%/html/manual145.html -%%DOCSDIR%%/html/manual146.html -%%DOCSDIR%%/html/manual147.html -%%DOCSDIR%%/html/manual148.html -%%DOCSDIR%%/html/manual149.html -%%DOCSDIR%%/html/manual15.html -%%DOCSDIR%%/html/manual150.html -%%DOCSDIR%%/html/manual151.html -%%DOCSDIR%%/html/manual152.html -%%DOCSDIR%%/html/manual153.html -%%DOCSDIR%%/html/manual154.html -%%DOCSDIR%%/html/manual155.html -%%DOCSDIR%%/html/manual156.html -%%DOCSDIR%%/html/manual157.html -%%DOCSDIR%%/html/manual158.html -%%DOCSDIR%%/html/manual159.html -%%DOCSDIR%%/html/manual16.html -%%DOCSDIR%%/html/manual160.html -%%DOCSDIR%%/html/manual161.html -%%DOCSDIR%%/html/manual162.html -%%DOCSDIR%%/html/manual163.html -%%DOCSDIR%%/html/manual164.html -%%DOCSDIR%%/html/manual165.html -%%DOCSDIR%%/html/manual166.html -%%DOCSDIR%%/html/manual167.html -%%DOCSDIR%%/html/manual168.html -%%DOCSDIR%%/html/manual169.html -%%DOCSDIR%%/html/manual17.html -%%DOCSDIR%%/html/manual170.html -%%DOCSDIR%%/html/manual171.html -%%DOCSDIR%%/html/manual172.html -%%DOCSDIR%%/html/manual173.html -%%DOCSDIR%%/html/manual174.html -%%DOCSDIR%%/html/manual175.html -%%DOCSDIR%%/html/manual176.html -%%DOCSDIR%%/html/manual177.html -%%DOCSDIR%%/html/manual178.html -%%DOCSDIR%%/html/manual179.html -%%DOCSDIR%%/html/manual18.html -%%DOCSDIR%%/html/manual180.html -%%DOCSDIR%%/html/manual181.html -%%DOCSDIR%%/html/manual182.html -%%DOCSDIR%%/html/manual183.html -%%DOCSDIR%%/html/manual184.html -%%DOCSDIR%%/html/manual185.html -%%DOCSDIR%%/html/manual186.html -%%DOCSDIR%%/html/manual187.html -%%DOCSDIR%%/html/manual188.html -%%DOCSDIR%%/html/manual189.html -%%DOCSDIR%%/html/manual19.html -%%DOCSDIR%%/html/manual190.html -%%DOCSDIR%%/html/manual191.html -%%DOCSDIR%%/html/manual192.html -%%DOCSDIR%%/html/manual193.html -%%DOCSDIR%%/html/manual194.html -%%DOCSDIR%%/html/manual195.html -%%DOCSDIR%%/html/manual196.html -%%DOCSDIR%%/html/manual197.html -%%DOCSDIR%%/html/manual198.html -%%DOCSDIR%%/html/manual199.html -%%DOCSDIR%%/html/manual2.html -%%DOCSDIR%%/html/manual20.html -%%DOCSDIR%%/html/manual200.html -%%DOCSDIR%%/html/manual201.html -%%DOCSDIR%%/html/manual202.html -%%DOCSDIR%%/html/manual203.html -%%DOCSDIR%%/html/manual204.html -%%DOCSDIR%%/html/manual205.html -%%DOCSDIR%%/html/manual206.html -%%DOCSDIR%%/html/manual207.html -%%DOCSDIR%%/html/manual208.html -%%DOCSDIR%%/html/manual209.html -%%DOCSDIR%%/html/manual21.html -%%DOCSDIR%%/html/manual210.html -%%DOCSDIR%%/html/manual211.html -%%DOCSDIR%%/html/manual212.html -%%DOCSDIR%%/html/manual213.html -%%DOCSDIR%%/html/manual214.html -%%DOCSDIR%%/html/manual215.html -%%DOCSDIR%%/html/manual216.html -%%DOCSDIR%%/html/manual217.html -%%DOCSDIR%%/html/manual218.html -%%DOCSDIR%%/html/manual219.html -%%DOCSDIR%%/html/manual22.html -%%DOCSDIR%%/html/manual220.html -%%DOCSDIR%%/html/manual221.html -%%DOCSDIR%%/html/manual222.html -%%DOCSDIR%%/html/manual223.html -%%DOCSDIR%%/html/manual224.html -%%DOCSDIR%%/html/manual225.html -%%DOCSDIR%%/html/manual226.html -%%DOCSDIR%%/html/manual227.html -%%DOCSDIR%%/html/manual228.html -%%DOCSDIR%%/html/manual229.html -%%DOCSDIR%%/html/manual23.html -%%DOCSDIR%%/html/manual230.html -%%DOCSDIR%%/html/manual231.html -%%DOCSDIR%%/html/manual232.html -%%DOCSDIR%%/html/manual233.html -%%DOCSDIR%%/html/manual234.html -%%DOCSDIR%%/html/manual235.html -%%DOCSDIR%%/html/manual236.html -%%DOCSDIR%%/html/manual237.html -%%DOCSDIR%%/html/manual238.html -%%DOCSDIR%%/html/manual239.html -%%DOCSDIR%%/html/manual24.html -%%DOCSDIR%%/html/manual240.html -%%DOCSDIR%%/html/manual241.html -%%DOCSDIR%%/html/manual242.html -%%DOCSDIR%%/html/manual243.html -%%DOCSDIR%%/html/manual244.html -%%DOCSDIR%%/html/manual245.html -%%DOCSDIR%%/html/manual246.html -%%DOCSDIR%%/html/manual247.html -%%DOCSDIR%%/html/manual248.html -%%DOCSDIR%%/html/manual249.html -%%DOCSDIR%%/html/manual25.html -%%DOCSDIR%%/html/manual250.html -%%DOCSDIR%%/html/manual251.html -%%DOCSDIR%%/html/manual252.html -%%DOCSDIR%%/html/manual253.html -%%DOCSDIR%%/html/manual254.html -%%DOCSDIR%%/html/manual255.html -%%DOCSDIR%%/html/manual256.html -%%DOCSDIR%%/html/manual257.html -%%DOCSDIR%%/html/manual258.html -%%DOCSDIR%%/html/manual259.html -%%DOCSDIR%%/html/manual26.html -%%DOCSDIR%%/html/manual260.html -%%DOCSDIR%%/html/manual261.html -%%DOCSDIR%%/html/manual262.html -%%DOCSDIR%%/html/manual263.html -%%DOCSDIR%%/html/manual264.html -%%DOCSDIR%%/html/manual265.html -%%DOCSDIR%%/html/manual266.html -%%DOCSDIR%%/html/manual267.html -%%DOCSDIR%%/html/manual268.html -%%DOCSDIR%%/html/manual269.html -%%DOCSDIR%%/html/manual27.html -%%DOCSDIR%%/html/manual270.html -%%DOCSDIR%%/html/manual271.html -%%DOCSDIR%%/html/manual272.html -%%DOCSDIR%%/html/manual273.html -%%DOCSDIR%%/html/manual274.html -%%DOCSDIR%%/html/manual275.html -%%DOCSDIR%%/html/manual276.html -%%DOCSDIR%%/html/manual277.html -%%DOCSDIR%%/html/manual278.html -%%DOCSDIR%%/html/manual279.html -%%DOCSDIR%%/html/manual28.html -%%DOCSDIR%%/html/manual280.html -%%DOCSDIR%%/html/manual281.html -%%DOCSDIR%%/html/manual282.html -%%DOCSDIR%%/html/manual283.html -%%DOCSDIR%%/html/manual284.html -%%DOCSDIR%%/html/manual285.html -%%DOCSDIR%%/html/manual286.html -%%DOCSDIR%%/html/manual287.html -%%DOCSDIR%%/html/manual288.html -%%DOCSDIR%%/html/manual289.html -%%DOCSDIR%%/html/manual29.html -%%DOCSDIR%%/html/manual290.html -%%DOCSDIR%%/html/manual291.html -%%DOCSDIR%%/html/manual292.html -%%DOCSDIR%%/html/manual293.html -%%DOCSDIR%%/html/manual294.html -%%DOCSDIR%%/html/manual295.html -%%DOCSDIR%%/html/manual296.html -%%DOCSDIR%%/html/manual297.html -%%DOCSDIR%%/html/manual298.html -%%DOCSDIR%%/html/manual299.html -%%DOCSDIR%%/html/manual3.html -%%DOCSDIR%%/html/manual30.html -%%DOCSDIR%%/html/manual300.html -%%DOCSDIR%%/html/manual301.html -%%DOCSDIR%%/html/manual302.html -%%DOCSDIR%%/html/manual303.html -%%DOCSDIR%%/html/manual304.html -%%DOCSDIR%%/html/manual305.html -%%DOCSDIR%%/html/manual306.html -%%DOCSDIR%%/html/manual307.html -%%DOCSDIR%%/html/manual308.html -%%DOCSDIR%%/html/manual309.html -%%DOCSDIR%%/html/manual31.html -%%DOCSDIR%%/html/manual310.html -%%DOCSDIR%%/html/manual311.html -%%DOCSDIR%%/html/manual312.html -%%DOCSDIR%%/html/manual313.html -%%DOCSDIR%%/html/manual314.html -%%DOCSDIR%%/html/manual315.html -%%DOCSDIR%%/html/manual316.html -%%DOCSDIR%%/html/manual317.html -%%DOCSDIR%%/html/manual318.html -%%DOCSDIR%%/html/manual319.html -%%DOCSDIR%%/html/manual32.html -%%DOCSDIR%%/html/manual320.html -%%DOCSDIR%%/html/manual321.html -%%DOCSDIR%%/html/manual322.html -%%DOCSDIR%%/html/manual323.html -%%DOCSDIR%%/html/manual324.html -%%DOCSDIR%%/html/manual325.html -%%DOCSDIR%%/html/manual326.html -%%DOCSDIR%%/html/manual327.html -%%DOCSDIR%%/html/manual328.html -%%DOCSDIR%%/html/manual329.html -%%DOCSDIR%%/html/manual33.html -%%DOCSDIR%%/html/manual330.html -%%DOCSDIR%%/html/manual331.html -%%DOCSDIR%%/html/manual332.html -%%DOCSDIR%%/html/manual333.html -%%DOCSDIR%%/html/manual334.html -%%DOCSDIR%%/html/manual335.html -%%DOCSDIR%%/html/manual336.html -%%DOCSDIR%%/html/manual337.html -%%DOCSDIR%%/html/manual338.html -%%DOCSDIR%%/html/manual339.html -%%DOCSDIR%%/html/manual34.html -%%DOCSDIR%%/html/manual340.html -%%DOCSDIR%%/html/manual341.html -%%DOCSDIR%%/html/manual342.html -%%DOCSDIR%%/html/manual35.html -%%DOCSDIR%%/html/manual36.html -%%DOCSDIR%%/html/manual37.html -%%DOCSDIR%%/html/manual38.html -%%DOCSDIR%%/html/manual39.html -%%DOCSDIR%%/html/manual4.html -%%DOCSDIR%%/html/manual40.html -%%DOCSDIR%%/html/manual41.html -%%DOCSDIR%%/html/manual42.html -%%DOCSDIR%%/html/manual43.html -%%DOCSDIR%%/html/manual44.html -%%DOCSDIR%%/html/manual45.html -%%DOCSDIR%%/html/manual46.html -%%DOCSDIR%%/html/manual47.html -%%DOCSDIR%%/html/manual48.html -%%DOCSDIR%%/html/manual49.html -%%DOCSDIR%%/html/manual5.html -%%DOCSDIR%%/html/manual50.html -%%DOCSDIR%%/html/manual51.html -%%DOCSDIR%%/html/manual52.html -%%DOCSDIR%%/html/manual53.html -%%DOCSDIR%%/html/manual54.html -%%DOCSDIR%%/html/manual55.html -%%DOCSDIR%%/html/manual56.html -%%DOCSDIR%%/html/manual57.html -%%DOCSDIR%%/html/manual58.html -%%DOCSDIR%%/html/manual59.html -%%DOCSDIR%%/html/manual6.html -%%DOCSDIR%%/html/manual60.html -%%DOCSDIR%%/html/manual61.html -%%DOCSDIR%%/html/manual62.html -%%DOCSDIR%%/html/manual63.html -%%DOCSDIR%%/html/manual64.html -%%DOCSDIR%%/html/manual65.html -%%DOCSDIR%%/html/manual66.html -%%DOCSDIR%%/html/manual67.html -%%DOCSDIR%%/html/manual68.html -%%DOCSDIR%%/html/manual69.html -%%DOCSDIR%%/html/manual7.html -%%DOCSDIR%%/html/manual70.html -%%DOCSDIR%%/html/manual71.html -%%DOCSDIR%%/html/manual72.html -%%DOCSDIR%%/html/manual73.html -%%DOCSDIR%%/html/manual74.html -%%DOCSDIR%%/html/manual75.html -%%DOCSDIR%%/html/manual76.html -%%DOCSDIR%%/html/manual77.html -%%DOCSDIR%%/html/manual78.html -%%DOCSDIR%%/html/manual79.html -%%DOCSDIR%%/html/manual8.html -%%DOCSDIR%%/html/manual80.html -%%DOCSDIR%%/html/manual81.html -%%DOCSDIR%%/html/manual82.html -%%DOCSDIR%%/html/manual83.html -%%DOCSDIR%%/html/manual84.html -%%DOCSDIR%%/html/manual85.html -%%DOCSDIR%%/html/manual86.html -%%DOCSDIR%%/html/manual87.html -%%DOCSDIR%%/html/manual88.html -%%DOCSDIR%%/html/manual89.html -%%DOCSDIR%%/html/manual9.html -%%DOCSDIR%%/html/manual90.html -%%DOCSDIR%%/html/manual91.html -%%DOCSDIR%%/html/manual92.html -%%DOCSDIR%%/html/manual93.html -%%DOCSDIR%%/html/manual94.html -%%DOCSDIR%%/html/manual95.html -%%DOCSDIR%%/html/manual96.html -%%DOCSDIR%%/html/manual97.html -%%DOCSDIR%%/html/manual98.html -%%DOCSDIR%%/html/manual99.html -%%DOCSDIR%%/html/manual_toc.html -%%DOCSDIR%%/manual.latin1 -@dirrm %%DOCSDIR%%/html diff --git a/mail/p5-POE-Component-Client-POP3/Makefile b/mail/p5-POE-Component-Client-POP3/Makefile deleted file mode 100644 index 674ac5fce79a..000000000000 --- a/mail/p5-POE-Component-Client-POP3/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: POE-Component-Client-POP3 -# Date created: 17 March 2002 -# Whom: Sergey Skvortsov <skv@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= POE-Component-Client-POP3 -PORTVERSION= 0.02 -CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= POE -PKGNAMEPREFIX= p5- - -MAINTAINER= skv@FreeBSD.org -COMMENT= Impliment a POP3 client POE component - -BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE -RUN_DEPENDS= ${BUILD_DEPENDS} - -PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" -PERL_CONFIGURE= yes - -MAN3= POE::Component::Client::POP3.3 - -post-install: -.ifndef(NOPORTDOCS) - @${ECHO_MSG} "===> Installing examples for ${PKGNAME}" - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_SCRIPT} ${WRKSRC}/samples/* ${EXAMPLESDIR} -.endif - -.include <bsd.port.mk> diff --git a/mail/p5-POE-Component-Client-POP3/distinfo b/mail/p5-POE-Component-Client-POP3/distinfo deleted file mode 100644 index a4ee1217272c..000000000000 --- a/mail/p5-POE-Component-Client-POP3/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (POE-Component-Client-POP3-0.02.tar.gz) = 95728dfddce8af663ea61449beb265f1 diff --git a/mail/p5-POE-Component-Client-POP3/pkg-descr b/mail/p5-POE-Component-Client-POP3/pkg-descr deleted file mode 100644 index 8d4662304ba0..000000000000 --- a/mail/p5-POE-Component-Client-POP3/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -POE::Component::Client::POP3 is a POE component for interacting with a -POP3 server. This means it is an event driven way to communicate with a -server that impliments Post Office Protocol Version 3 see rfc 1939 for -details on the protocol. - -WWW: http://search.cpan.org/search?dist=POE-Component-Client-POP3 - --- Sergey Skvortsov -skv@FreeBSD.org diff --git a/mail/p5-POE-Component-Client-POP3/pkg-plist b/mail/p5-POE-Component-Client-POP3/pkg-plist deleted file mode 100644 index 5dd93f06af76..000000000000 --- a/mail/p5-POE-Component-Client-POP3/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/POP3/.packlist -%%SITE_PERL%%/POE/Component/Client/POP3.pm -%%PORTDOCS%%%%EXAMPLESDIR%%/test.perl -%%PORTDOCS%%%%EXAMPLESDIR%%/term.perl -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/POP3 -@unexec rmdir %D/%%SITE_PERL%%/POE/Component/Client 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/POE/Component 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true diff --git a/mail/pecl-mailparse/Makefile b/mail/pecl-mailparse/Makefile deleted file mode 100644 index 410efab8c934..000000000000 --- a/mail/pecl-mailparse/Makefile +++ /dev/null @@ -1,70 +0,0 @@ -# Ports collection makefile for: pear-mailparse -# Date created: 09 January 2003 -# Whom: Thierry Thomas (<thierry@pompo.net>) -# -# $FreeBSD$ -# - -PORTNAME= mailparse -PORTVERSION= 0.9.3 -CATEGORIES= mail www pear - -MAINTAINER= ports@FreeBSD.org -COMMENT= PEAR classes to create and decode MIME messages - -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR - -IS_INTERACTIVE= 'need to build php4 with mbstring support.' - -USE_PHPIZE= yes - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/lang/php4/bsd.php.mk" -.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" - -.if exists(${LOCALBASE}/bin/php-config) -EXT_DIR!= ${LOCALBASE}/bin/php-config --extension-dir | ${SED} -e \ - "s:${PHP_BASE}/::" -.endif -PHP_DIR?= ${LOCALBASE}/etc -PHP_INI= ${PHP_DIR}/php.ini -PLIST_SUB+= EXTDIR=${EXT_DIR} - -DOCSDIR= ${PEARDIR}/docs/${PORTNAME} -DOCS= CREDITS README try.php -TESTDIR= ${PEARDIR}/tests/${PORTNAME} - -pre-configure: - @if ! ${LOCALBASE}/bin/php -i | ${GREP} -q -e "--enable-mbstring"; then \ - ${ECHO_MSG} "" ; \ - ${ECHO_MSG} "Please configure PHP with mbstring support." ; \ - ${ECHO_MSG} "" ; \ - ${FALSE} ; \ - fi - -post-install-script: - @${STRIP_CMD} ${PHP_BASE}/${EXT_DIR}/mailparse.so -# Configure extension_dir - @if [ ! -f ${PHP_INI} ]; then \ - ${ECHO_MSG} "===> Creating ${PHP_INI} for PHP" ; \ - ${CP} -p ${PHP_INI}-dist ${PHP_INI} ; \ - fi -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for FILE in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} -.endfor - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." - @${MKDIR} ${TESTDIR} - @${CP} -Rp ${WRKSRC}/tests/* ${TESTDIR} - @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${TESTDIR} - @${ECHO_MSG} "===> Examples installed in ${TESTDIR}." -.endif - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} | \ - ${SED} -e "s:/usr/local/etc/php.ini:${PHP_INI}:" \ - -e "s:/usr/local/lib/php/20020429:${PHP_BASE}/${EXT_DIR}:" - @${ECHO_MSG} - -.include <bsd.port.post.mk> diff --git a/mail/pecl-mailparse/distinfo b/mail/pecl-mailparse/distinfo deleted file mode 100644 index c03a4bdf80e6..000000000000 --- a/mail/pecl-mailparse/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (PEAR/mailparse-0.9.3.tgz) = a4c0737ee32bea66730e513951856dc1 diff --git a/mail/pecl-mailparse/pkg-descr b/mail/pecl-mailparse/pkg-descr deleted file mode 100644 index 93a57a80f100..000000000000 --- a/mail/pecl-mailparse/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Mailparse is an extension for parsing and working with email messages. -It can deal with rfc822 and rfc2045 (MIME) compliant messages. -Mailparse is stream based, which means that it does not keep in-memory -copies of the files it processes - so it is very resource efficient -when dealing with large messages. - -WWW: http://www.php.net/manual/en/ref.mailparse.php diff --git a/mail/pecl-mailparse/pkg-message b/mail/pecl-mailparse/pkg-message deleted file mode 100644 index 3db97461e6a2..000000000000 --- a/mail/pecl-mailparse/pkg-message +++ /dev/null @@ -1,5 +0,0 @@ -************************************************************************ -Do not forget to configure your /usr/local/etc/php.ini file: -set -extension_dir = "/usr/local/lib/php/20020429" -************************************************************************ diff --git a/mail/pecl-mailparse/pkg-plist b/mail/pecl-mailparse/pkg-plist deleted file mode 100644 index 9bed68b097b0..000000000000 --- a/mail/pecl-mailparse/pkg-plist +++ /dev/null @@ -1,27 +0,0 @@ -%%EXTDIR%%/mailparse.so -%%PKGREGDIR%%/package.xml -%%PORTDOCS%%%%PEARDIR%%/docs/mailparse/CREDITS -%%PORTDOCS%%%%PEARDIR%%/docs/mailparse/README -%%PORTDOCS%%%%PEARDIR%%/docs/mailparse/try.php -%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/testdata/mime.exp -%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/testdata/mime.txt -%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/testdata/phpcvs1.exp -%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/testdata/phpcvs1.txt -%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/testdata/qp.exp -%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/testdata/qp.txt -%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/testdata/uue.exp -%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/testdata/uue.txt -%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/001.phpt -%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/002.phpt -%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/003.phpt -%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/004.phpt -%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/005.phpt -%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/006.phpt -%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/007.phpt -%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/008.phpt -%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/009.phpt -%%PORTDOCS%%%%PEARDIR%%/tests/mailparse/parse_test_messages.phpt -%%PORTDOCS%%@dirrm %%PEARDIR%%/docs/mailparse -%%PORTDOCS%%@dirrm %%PEARDIR%%/tests/mailparse/testdata -%%PORTDOCS%%@dirrm %%PEARDIR%%/tests/mailparse/ -@dirrm %%PKGREGDIR%% diff --git a/mail/postfix20/Makefile b/mail/postfix20/Makefile deleted file mode 100644 index 7dfc7ba13a0e..000000000000 --- a/mail/postfix20/Makefile +++ /dev/null @@ -1,169 +0,0 @@ -# New ports collection makefile for: postfix-current -# Date created: 18 Mar 1999 -# Whom: torstenb -# -# $FreeBSD$ -# - -# To pre-select options in batch mode, run make like this: -# -# make -DBATCH POSTFIX_OPTIONS="DB3 IPv6TLS" -# -# the options are the same names as in the scripts/configure.postfix file. -# POSTFIX_OPTIONS can be set in /etc/make.conf also. - -# NOTE: PCRE is enabled by default unless you specifically disable it. - -PORTNAME= postfix -PORTVERSION= 2.0.16 -PORTEPOCH= 1 -CATEGORIES= mail ipv6 -MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ - ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \ - ftp://ftp.tux.org/pub/net/postfix/official/ \ - ftp://ftp.utoronto.ca/mirror/packages/postfix/official/ \ - ftp://ftp.samurai.com/pub/postfix/official/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/postfix/official/&,} -MASTER_SITE_SUBDIR= . old related/postfix -DISTNAME= postfix-${PORTVERSION} -DIST_SUBDIR= ${PORTNAME} -PATCH_SITES= ${MASTER_SITES} -PATCHFILES= postfix-2.0-ns-mx-acl-patch.gz - -MAINTAINER= khera@kciLink.com -COMMENT= A secure alternative to widely-used Sendmail - -CONFLICTS= courier-0.* postfix-1.* sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.* -USE_SUBMAKE= yes -USE_REINPLACE= yes - -MAN1= mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \ - postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postqueue.1 \ - postsuper.1 sendmail.1 - -MAN5= access.5 aliases.5 canonical.5 pcre_table.5 regexp_table.5 \ - relocated.5 transport.5 virtual.5 - -MAN8= bounce.8 cleanup.8 defer.8 error.8 flush.8 lmtp.8 local.8 \ - master.8 nqmgr.8 pickup.8 pipe.8 proxymap.8 qmgr.8 qmqpd.8 showq.8 \ - smtp.8 smtpd.8 spawn.8 trivial-rewrite.8 virtual.8 - -# TLS patch adds to MAN8 but doesn't have .html file, so avoid trying to -# patch it. -MAN8base=$(MAN8:S/tlsmgr.8//) - -CONF1= main.cf master.cf access aliases canonical pcre_table regexp_table \ - relocated transport virtual - -.if !defined(DEBUG) -MAKEFILEFLAGS+= DEBUG= -.endif - -MAKEFILEFLAGS+= OPT="${CFLAGS}" - -SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ - TOUCH="${TOUCH}" \ - MKDIR="${MKDIR}" \ - POSTFIX_OPTIONS="${POSTFIX_OPTIONS}" - -pre-fetch: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postfix - -.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) -.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" -.endif - -.if defined(WITHOUT_PCRE) -POSTFIX_CCARGS+= -DNO_PCRE -.else -LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre -POSTFIX_CCARGS+= -DHAS_PCRE -I${LOCALBASE}/include -POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lpcre -.endif - - -post-patch: - (cd ${WRKSRC} && ${MAKE} -f Makefile.init makefiles ${MAKEFILEFLAGS} \ - CCARGS="${POSTFIX_CCARGS}" AUXLIBS="${POSTFIX_AUXLIBS}" && \ - ${ECHO} "all: default" >> Makefile) - -pre-patch: -.for file in ${MAN1} - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" \ - ${WRKSRC}/man/man1/${file} ${WRKSRC}/html/${file}.html -.endfor -.for file in ${MAN5} - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" \ - ${WRKSRC}/man/man5/${file} ${WRKSRC}/html/${file}.html -.endfor -.for file in ${MAN8base} - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" \ - ${WRKSRC}/man/man8/${file} ${WRKSRC}/html/${file}.html -.endfor -.for file in faq rate rewrite uce - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" \ - ${WRKSRC}/html/${file}.html -.endfor -.for file in ${CONF1} - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" ${WRKSRC}/conf/${file} -.endfor - -pre-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - -.if defined(NOPORTDOCS) -READMEDIR=no -.else -READMEDIR=${PREFIX}/share/doc/postfix -.endif - -do-install: - cd ${WRKSRC}; ${SH} postfix-install -non-interactive install_root=/ tempdir=/tmp \ - config_directory=${PREFIX}/etc/postfix \ - daemon_directory=${PREFIX}/libexec/postfix \ - command_directory=${PREFIX}/sbin \ - queue_directory=/var/spool/postfix \ - sendmail_path=${PREFIX}/sbin/sendmail \ - newaliases_path=${PREFIX}/bin/newaliases \ - mailq_path=${PREFIX}/bin/mailq \ - mail_owner=postfix \ - setgid_group=maildrop \ - manpage_directory=${PREFIX}/man \ - sample_directory=${PREFIX}/etc/postfix \ - readme_directory=${READMEDIR} - -.for file in ${CONF1} - ${INSTALL_DATA} ${WRKSRC}/conf/${file} \ - ${PREFIX}/etc/postfix/sample-${file} -.endfor - - @${INSTALL_SCRIPT} \ - ${WRKSRC}/auxiliary/rmail/rmail \ - ${PREFIX}/bin/rmail - -# optional TEST binaries -.for file in ${BIN1} - @${INSTALL_PROGRAM} \ - ${WRKSRC}/src/smtpstone/${file} \ - ${PREFIX}/sbin -.endfor - -.if !defined(NOPORTDOCS) - @${INSTALL} -d -o ${DOCOWN} -g ${DOCGRP} -m 555 ${DOCSDIR} - @cd ${WRKSRC}/html && ${INSTALL_DATA} *.html *.gif ${DOCSDIR} && \ - ${ECHO_MSG} "Installed HTML documentation in ${DOCSDIR}" -.endif - -post-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -# need to fixup ${PREFIX}/etc/postfix/postfix-files to indicate compressed -# man pages, since the ports software compresses them after this step, and -# if we run etc/postfix/post-install again during package installation, -# it will complain about missing files. - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/fix-files-list - @${CAT} ${PKGMESSAGE} - -post-clean: - @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc - -.include <bsd.port.mk> diff --git a/mail/postfix20/distinfo b/mail/postfix20/distinfo deleted file mode 100644 index a3eb62fc1bca..000000000000 --- a/mail/postfix20/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (postfix/postfix-2.0.16.tar.gz) = ac13776442ba7708e683bc1bfbadab2f -MD5 (postfix/postfix-2.0-ns-mx-acl-patch.gz) = 55a3d76d52fddd5cd0365004957a1160 -MD5 (postfix/pfixtls-0.8.16-2.0.16-0.9.7b.tar.gz) = b39c08eabe807db4af5bcb1cafc9761e -MD5 (postfix/postfix-pg.postfix-2.0.0.2.patch) = 5a0aa5ef6a231a593eb6c5628236a3e4 -MD5 (postfix/ipv6-1.18a-pf-2.0.16.patch.gz) = 8e0b85c6c131d367dc5b0d0d95e7e2c1 -MD5 (postfix/tls+ipv6-1.18a-pf-2.0.16.patch.gz) = b32876b1a02d3a8f6a93a66e574ddee7 diff --git a/mail/postfix20/files/patch-ea b/mail/postfix20/files/patch-ea deleted file mode 100644 index 6c3f98d2af4f..000000000000 --- a/mail/postfix20/files/patch-ea +++ /dev/null @@ -1,13 +0,0 @@ -*** ./src/cleanup/cleanup.c.orig Sun May 28 18:33:41 2000 ---- ./src/cleanup/cleanup.c Thu Jun 1 21:52:22 2000 -*************** -*** 118,121 **** - /* FILES -! /* /etc/postfix/canonical*, canonical mapping table -! /* /etc/postfix/virtual*, virtual mapping table - /* LICENSE ---- 118,121 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/canonical*, canonical mapping table -! /* !!PREFIX!!/etc/postfix/virtual*, virtual mapping table - /* LICENSE diff --git a/mail/postfix20/files/patch-eb b/mail/postfix20/files/patch-eb deleted file mode 100644 index e67680963d2d..000000000000 --- a/mail/postfix20/files/patch-eb +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/global/mail_conf.c.orig Sun May 7 18:51:16 2000 ---- ./src/global/mail_conf.c Thu Jun 1 22:16:29 2000 -*************** -*** 53,55 **** - /* FILES -! /* /etc/postfix: default Postfix configuration directory. - /* ENVIRONMENT ---- 53,55 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix: default Postfix configuration directory. - /* ENVIRONMENT diff --git a/mail/postfix20/files/patch-ec b/mail/postfix20/files/patch-ec deleted file mode 100644 index 5f5d1ad9cadc..000000000000 --- a/mail/postfix20/files/patch-ec +++ /dev/null @@ -1,41 +0,0 @@ -*** ./src/global/mail_params.h.orig Thu Jan 3 13:13:37 2002 ---- ./src/global/mail_params.h Tue Jan 8 22:18:22 2002 -*************** -*** 51,55 **** - - #define VAR_SGID_GROUP "setgid_group" -! #define DEF_SGID_GROUP "postdrop" - extern char *var_sgid_group; - extern gid_t var_sgid_gid; ---- 51,55 ---- - - #define VAR_SGID_GROUP "setgid_group" -! #define DEF_SGID_GROUP "maildrop" - extern char *var_sgid_group; - extern gid_t var_sgid_gid; -*************** -*** 170,174 **** - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "/usr/libexec/postfix" - #endif - ---- 170,174 ---- - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "!!PREFIX!!/libexec/postfix" - #endif - -*************** -*** 204,208 **** - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "/etc/postfix" - #endif - extern char *var_config_dir; ---- 204,208 ---- - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "!!PREFIX!!/etc/postfix" - #endif - extern char *var_config_dir; diff --git a/mail/postfix20/files/patch-ed b/mail/postfix20/files/patch-ed deleted file mode 100644 index f971b62720d8..000000000000 --- a/mail/postfix20/files/patch-ed +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/local/mailbox.c.orig Fri Apr 28 16:55:53 2000 ---- ./src/local/mailbox.c Thu Jun 1 22:37:48 2000 -*************** -*** 15,17 **** - /* suppression. The default is direct mailbox delivery to -! /* /var/[spool/]mail/\fIuser\fR; when a \fIhome_mailbox\fR - /* has been configured, mail is delivered to ~/$\fIhome_mailbox\fR; ---- 15,17 ---- - /* suppression. The default is direct mailbox delivery to -! /* /var/mail/\fIuser\fR; when a \fIhome_mailbox\fR - /* has been configured, mail is delivered to ~/$\fIhome_mailbox\fR; diff --git a/mail/postfix20/files/patch-ee b/mail/postfix20/files/patch-ee deleted file mode 100644 index ef44eac24b73..000000000000 --- a/mail/postfix20/files/patch-ee +++ /dev/null @@ -1,13 +0,0 @@ -*** ./src/master/master.c.orig Tue Mar 7 10:25:07 2000 ---- ./src/master/master.c Thu Jun 1 22:43:50 2000 -*************** -*** 104,107 **** - /* FILES -! /* /etc/postfix/main.cf: global configuration file. -! /* /etc/postfix/master.cf: master process configuration file. - /* /var/spool/postfix/pid/master.pid: master lock file. ---- 104,107 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/main.cf: global configuration file. -! /* !!PREFIX!!/etc/postfix/master.cf: master process configuration file. - /* /var/spool/postfix/pid/master.pid: master lock file. diff --git a/mail/postfix20/files/patch-ef b/mail/postfix20/files/patch-ef deleted file mode 100644 index 586b304a103d..000000000000 --- a/mail/postfix20/files/patch-ef +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/postdrop/postdrop.c.orig Sun Apr 25 18:05:43 1999 ---- ./src/postdrop/postdrop.c Thu Jun 1 22:44:22 2000 -*************** -*** 39,41 **** - /* /var/spool/postfix, mail queue -! /* /etc/postfix, configuration files - /* CONFIGURATION PARAMETERS ---- 39,41 ---- - /* /var/spool/postfix, mail queue -! /* !!PREFIX!!/etc/postfix, configuration files - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix20/files/patch-eg b/mail/postfix20/files/patch-eg deleted file mode 100644 index 2983bbfd86ea..000000000000 --- a/mail/postfix20/files/patch-eg +++ /dev/null @@ -1,20 +0,0 @@ -*** ./src/sendmail/sendmail.c.orig Tue Mar 14 10:42:06 2000 ---- ./src/sendmail/sendmail.c Thu Jun 1 22:47:24 2000 -*************** -*** 57,59 **** - /* The path name of the \fBsendmail.cf\fR file. Postfix configuration -! /* files are kept in \fB/etc/postfix\fR. - /* .IP "\fB-F \fIfull_name\fR ---- 57,59 ---- - /* The path name of the \fBsendmail.cf\fR file. Postfix configuration -! /* files are kept in \fB!!PREFIX!!/etc/postfix\fR. - /* .IP "\fB-F \fIfull_name\fR -*************** -*** 159,161 **** - /* /var/spool/postfix, mail queue -! /* /etc/postfix, configuration files - /* CONFIGURATION PARAMETERS ---- 159,161 ---- - /* /var/spool/postfix, mail queue -! /* !!PREFIX!!/etc/postfix, configuration files - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix20/files/patch-eh b/mail/postfix20/files/patch-eh deleted file mode 100644 index c104c3680d21..000000000000 --- a/mail/postfix20/files/patch-eh +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/trivial-rewrite/transport.c.orig Tue Nov 16 19:15:41 1999 ---- ./src/trivial-rewrite/transport.c Thu Jun 1 22:47:49 2000 -*************** -*** 32,34 **** - /* FILES -! /* /etc/postfix/transport* - /* CONFIGURATION PARAMETERS ---- 32,34 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/transport* - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix20/files/patch-main.cf b/mail/postfix20/files/patch-main.cf deleted file mode 100644 index 6281b6b6d7f1..000000000000 --- a/mail/postfix20/files/patch-main.cf +++ /dev/null @@ -1,58 +0,0 @@ ---- ./conf/main.cf Wed Jan 8 22:11:52 2003 -+++ ./conf/main.cf Wed Jan 8 22:11:53 2003 -@@ -31,13 +31,13 @@ - # The command_directory parameter specifies the location of all - # postXXX commands. - # --command_directory = /usr/sbin -+command_directory = !!PREFIX!!/sbin - - # The daemon_directory parameter specifies the location of all Postfix - # daemon programs (i.e. programs listed in the master.cf file). This - # directory must be owned by root. - # --daemon_directory = /usr/libexec/postfix -+daemon_directory = !!PREFIX!!/libexec/postfix - - # QUEUE AND PROCESS OWNERSHIP - # -@@ -590,32 +590,32 @@ - # sendmail_path: The full pathname of the Postfix sendmail command. - # This is the Sendmail-compatible mail posting interface. - # --sendmail_path = -+sendmail_path = !!PREFIX!!/sbin/sendmail - - # newaliases_path: The full pathname of the Postfix newaliases command. - # This is the Sendmail-compatible command to build alias databases. - # --newaliases_path = -+newaliases_path = !!PREFIX!!/bin/newaliases - - # mailq_path: The full pathname of the Postfix mailq command. This - # is the Sendmail-compatible mail queue listing command. - # --mailq_path = -+mailq_path = !!PREFIX!!/bin/mailq - - # setgid_group: The group for mail submission and queue management - # commands. This must be a group name with a numerical group ID that - # is not shared with other accounts, not even with the Postfix account. - # --setgid_group = -+setgid_group = maildrop - - # manpage_directory: The location of the Postfix on-line manual pages. - # --manpage_directory = -+manpage_directory = !!PREFIX!!/man - - # sample_directory: The location of the Postfix sample configuration files. - # --sample_directory = -+sample_directory = !!PREFIX!!/etc/postfix - - # readme_directory: The location of the Postfix README files. - # --readme_directory = -+readme_directory = no diff --git a/mail/postfix20/files/patch-post-install b/mail/postfix20/files/patch-post-install deleted file mode 100644 index 92b2d4c2c6eb..000000000000 --- a/mail/postfix20/files/patch-post-install +++ /dev/null @@ -1,11 +0,0 @@ ---- ./conf/#post-install~ Fri Jan 18 12:32:54 2002 -+++ ./conf/post-install Fri Jan 18 12:32:54 2002 -@@ -183,7 +183,7 @@ - - umask 022 - --PATH=/bin:/usr/bin:/usr/sbin:/usr/etc:/sbin:/etc:/usr/contrib/bin:/usr/gnu/bin:/usr/ucb:/usr/bsd -+PATH=/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin - SHELL=/bin/sh - IFS=" - " diff --git a/mail/postfix20/pkg-descr b/mail/postfix20/pkg-descr deleted file mode 100644 index 1f335ce6820c..000000000000 --- a/mail/postfix20/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Postfix attempts to be fast, easy to administer, and secure, while at -the same time being sendmail-compatible enough to not upset existing -users. It also offers QMQP and VERP support to let Postfix act as delivery -daemon for ezmlm-idx. - -WWW: http://www.postfix.org/ diff --git a/mail/postfix20/pkg-install b/mail/postfix20/pkg-install deleted file mode 100644 index 8cf5a9a5aefe..000000000000 --- a/mail/postfix20/pkg-install +++ /dev/null @@ -1,181 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# If the POSTFIX_DEFAULT_MTA environment variable is set to YES, it -# will make the port/package use defaults which makes postfix replaces -# sendmail as much as possible. - -PKG_PREFIX=${PKG_PREFIX:=/usr/local} -BATCH=${BATCH:=no} -POSTFIX_DEFAULT_MTA=${POSTFIX_DEFAULT_MTA:=no} - -if [ x${POSTFIX_DEFAULT_MTA} = xno ]; then - DEFAULT_REPLACE_MAILERCONF=n -else - DEFAULT_REPLACE_MAILERCONF=y -fi - -ask() { - local question default answer - - question=$1 - default=$2 - if [ -z "${PACKAGE_BUILDING}" -a x${BATCH} = xno ]; then - read -p "${question} [${default}]? " answer - fi - if [ x${answer} = x ]; then - answer=${default} - fi - echo ${answer} -} - -yesno() { - local question default answer - - question=$1 - default=$2 - while :; do - answer=$(ask "${question}" "${default}") - case "${answer}" in - [Yy]*) return 0;; - [Nn]*) return 1;; - esac - echo "Please answer yes or no." - done -} - -if [ x"$2" = xPRE-INSTALL ]; then - USER=postfix - GROUP=postfix - GROUP2=maildrop - - if /usr/sbin/pw groupshow "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP} -h - - then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw groupshow "${GROUP2}" 2>/dev/null; then - echo "You already have a group \"${GROUP2}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP2} -h - - then - echo "Added group \"${GROUP2}\"." - else - echo "Adding group \"${GROUP2}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if /usr/sbin/pw useradd ${USER} -g ${GROUP} -h - \ - -d /var/spool/postfix \ - -s /sbin/nologin \ - -c "Postfix Mail System" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw show group mail | grep -q "${USER}" 2>/dev/null; then - echo "You already have user \"${USER}\" in group \"mail\", so I will use it." - else - echo "You need user \"${USER}\" added to group \"mail\"." - if yesno "Would you like me to add it" y; then - /usr/sbin/pw groupmod mail -m ${USER} || exit - echo "Done." - else - echo "Please create it, and try again." - exit 1 - fi - fi - -fi - -if [ x"$2" = xPOST-INSTALL ]; then - CONF1="main.cf master.cf access aliases canonical pcre_table \ - regexp_table relocated transport virtual" - - for file in $CONF1 - do - if [ ! -f ${PKG_PREFIX}/etc/postfix/$file ]; then - cp ${PKG_PREFIX}/etc/postfix/sample-$file ${PKG_PREFIX}/etc/postfix/$file - fi - done - - sh ${PKG_PREFIX}/etc/postfix/post-install tempdir=/tmp \ - config_directory=${PKG_PREFIX}/etc/postfix \ - daemon_directory=${PKG_PREFIX}/libexec/postfix \ - command_directory=${PKG_PREFIX}/sbin \ - queue_directory=/var/spool/postfix \ - sendmail_path=${PKG_PREFIX}/sbin/sendmail \ - newaliases_path=${PKG_PREFIX}/bin/newaliases \ - mailq_path=${PKG_PREFIX}/bin/mailq \ - mail_owner=postfix \ - setgid_group=maildrop \ - manpage_directory=${PKG_PREFIX}/man \ - sample_directory=${PKG_PREFIX}/etc/postfix \ - readme_directory=no \ - upgrade-package -# readme_directory is "no" above since the package will have correct perms -# already, and we don't know if they had PORTDOCS. -fi - -replace() { - local orig repl - - orig=$1 - repl=$2 - if [ -e ${orig} ]; then - mv -f ${orig} ${orig}.OFF - chmod 0 ${orig}.OFF - fi - if [ -e ${repl} ]; then - ln -s ${repl} ${orig} - fi -} - -if [ x"$2" = xPOST-INSTALL -a -z "${PACKAGE_BUILDING}" ]; then - if [ -x /sbin/sysctl ]; then - OSVERSION=`/sbin/sysctl -n kern.osreldate` - else - OSVERSION=`/usr/sbin/sysctl -n kern.osreldate` - fi - if [ ${OSVERSION} -ge 400014 ]; then - if yesno "Would you like to activate Postfix in /etc/mail/mailer.conf" \ - ${DEFAULT_REPLACE_MAILERCONF}; then - mv -f /etc/mail/mailer.conf /etc/mail/mailer.conf.old - echo "#" > /etc/mail/mailer.conf - echo -n "# Execute the Postfix sendmail program" >> /etc/mail/mailer.conf - echo ", named ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "#" >> /etc/mail/mailer.conf - echo "sendmail ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "send-mail ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "mailq ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "newaliases ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - fi - else - if yesno "Would you like to replace {sendmail,mailq,newaliases} with Postfix versions" n; then - replace /usr/sbin/sendmail ${PKG_PREFIX}/sbin/sendmail - replace /usr/bin/mailq ${PKG_PREFIX}/sbin/sendmail - replace /usr/bin/newaliases ${PKG_PREFIX}/sbin/sendmail - echo "Done." - fi - fi -fi diff --git a/mail/postfix20/pkg-message b/mail/postfix20/pkg-message deleted file mode 100644 index 1c9fd6699bb9..000000000000 --- a/mail/postfix20/pkg-message +++ /dev/null @@ -1,40 +0,0 @@ -If you have postfix configured in your /etc/mail/mailer.conf (answered yes to -the previous question) and would like to enable postfix to start at boot time, -please set these variables in your /etc/rc.conf file: - -sendmail_enable="YES" -sendmail_flags="-bd" -sendmail_outbound_enable="NO" -sendmail_submit_enable="NO" -sendmail_msp_queue_enable="NO" - -This will disable Sendmail completely. - -Alternatively to the above settings, you can enable postfix to start with -the other local services, for example, after your database server starts if -you need it to be running for postfix. To do this, set in your rc.conf file: - -sendmail_enable="NONE" - -Then make the following symbolic link: - -cd /usr/local/etc/rc.d -ln -s /usr/local/sbin/postfix postfix.sh - - -Also, you will want to disable some Sendmail-specific daily maintenance -routines in your /etc/periodic.conf file: - -daily_clean_hoststat_enable="NO" -daily_status_mail_rejects_enable="NO" -daily_status_include_submit_mailq="NO" -daily_submit_queuerun="NO" - - -If you are using SASL, you need to make sure that postfix has access to read -the sasldb file. This is accomplished by adding postfix to group mail and -making the /usr/local/etc/sasldb* file(s) readable by group mail (this should -be the default for new installs). - -If you are upgrading from postfix version prior to 2.0, please see the README -files for recommended changes to your configuration. diff --git a/mail/postfix20/pkg-plist b/mail/postfix20/pkg-plist deleted file mode 100644 index 09f2ca9027a0..000000000000 --- a/mail/postfix20/pkg-plist +++ /dev/null @@ -1,182 +0,0 @@ -@unexec if cmp -s %D/etc/postfix/main.cf %D/etc/postfix/sample-main.cf; then rm -f %D/etc/postfix/main.cf; fi -@unexec if cmp -s %D/etc/postfix/master.cf %D/etc/postfix/sample-master.cf; then rm -f %D/etc/postfix/master.cf; fi -@unexec if cmp -s %D/etc/postfix/access %D/etc/postfix/sample-access; then rm -f %D/etc/postfix/access; fi -@unexec if cmp -s %D/etc/postfix/aliases %D/etc/postfix/sample-aliases; then rm -f %D/etc/postfix/aliases; fi -@unexec if cmp -s %D/etc/postfix/canonical %D/etc/postfix/sample-canonical; then rm -f %D/etc/postfix/canonical; fi -@unexec if cmp -s %D/etc/postfix/pcre_table %D/etc/postfix/sample-pcre_table; then rm -f %D/etc/postfix/pcre_table; fi -@unexec if cmp -s %D/etc/postfix/regexp_table %D/etc/postfix/sample-regexp_table; then rm -f %D/etc/postfix/regexp_table; fi -@unexec if cmp -s %D/etc/postfix/relocated %D/etc/postfix/sample-relocated; then rm -f %D/etc/postfix/relocated; fi -@unexec if cmp -s %D/etc/postfix/transport %D/etc/postfix/sample-transport; then rm -f %D/etc/postfix/transport; fi -@unexec if cmp -s %D/etc/postfix/virtual %D/etc/postfix/sample-virtual; then rm -f %D/etc/postfix/virtual; fi -bin/rmail -etc/postfix/LICENSE -etc/postfix/main.cf.default -etc/postfix/post-install -etc/postfix/postfix-files -etc/postfix/postfix-script -etc/postfix/sample-access -etc/postfix/sample-aliases -etc/postfix/sample-canonical -etc/postfix/sample-pcre_table -etc/postfix/sample-regexp_table -etc/postfix/sample-relocated -etc/postfix/sample-aliases.cf -etc/postfix/sample-auth.cf -etc/postfix/sample-canonical.cf -etc/postfix/sample-compatibility.cf -etc/postfix/sample-debug.cf -etc/postfix/sample-filter.cf -etc/postfix/sample-flush.cf -%%SUB_IPV6%%etc/postfix/sample-ipv6.cf -etc/postfix/sample-ldap.cf -etc/postfix/sample-lmtp.cf -etc/postfix/sample-local.cf -etc/postfix/sample-main.cf -etc/postfix/sample-master.cf -etc/postfix/sample-mime.cf -etc/postfix/sample-misc.cf -etc/postfix/sample-pcre-access.cf -etc/postfix/sample-pcre-body.cf -etc/postfix/sample-pcre-header.cf -etc/postfix/sample-qmqpd.cf -etc/postfix/sample-rate.cf -etc/postfix/sample-regexp-access.cf -etc/postfix/sample-regexp-body.cf -etc/postfix/sample-regexp-header.cf -etc/postfix/sample-relocated.cf -etc/postfix/sample-resource.cf -etc/postfix/sample-rewrite.cf -etc/postfix/sample-smtp.cf -etc/postfix/sample-smtpd.cf -etc/postfix/sample-transport.cf -etc/postfix/sample-virtual.cf -etc/postfix/sample-transport -etc/postfix/sample-virtual -%%SUB_TLS%%etc/postfix/sample-tls.cf -libexec/postfix/bounce -libexec/postfix/cleanup -libexec/postfix/error -libexec/postfix/flush -libexec/postfix/lmtp -libexec/postfix/local -libexec/postfix/master -libexec/postfix/nqmgr -libexec/postfix/pickup -libexec/postfix/pipe -libexec/postfix/proxymap -libexec/postfix/qmgr -libexec/postfix/qmqpd -libexec/postfix/showq -libexec/postfix/smtp -libexec/postfix/smtpd -libexec/postfix/spawn -libexec/postfix/trivial-rewrite -libexec/postfix/virtual -%%SUB_TLS%%libexec/postfix/tlsmgr -sbin/postalias -sbin/postcat -sbin/postconf -sbin/postdrop -sbin/postfix -sbin/postkick -sbin/postlock -sbin/postlog -sbin/postmap -sbin/postqueue -sbin/postsuper -sbin/sendmail -bin/newaliases -bin/mailq -%%SUB_TEST%%sbin/smtp-sink -%%SUB_TEST%%sbin/smtp-source -%%PORTDOCS%%%%DOCSDIR%%/ADDRESS_CLASS_README -%%PORTDOCS%%%%DOCSDIR%%/DB_README -%%PORTDOCS%%%%DOCSDIR%%/DEBUG_README -%%PORTDOCS%%%%DOCSDIR%%/ETRN_README -%%PORTDOCS%%%%DOCSDIR%%/FILTER_README -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%SUB_IPV6%%%%DOCSDIR%%/IPV6_README -%%PORTDOCS%%%%DOCSDIR%%/LDAP_README -%%PORTDOCS%%%%DOCSDIR%%/LINUX_README -%%PORTDOCS%%%%DOCSDIR%%/LOCAL_RECIPIENT_README -%%PORTDOCS%%%%DOCSDIR%%/LMTP_README -%%PORTDOCS%%%%DOCSDIR%%/MACOSX_README -%%PORTDOCS%%%%DOCSDIR%%/MAILDROP_README -%%PORTDOCS%%%%DOCSDIR%%/MYSQL_README -%%PORTDOCS%%%%DOCSDIR%%/NFS_README -%%PORTDOCS%%%%DOCSDIR%%/PACKAGE_README -%%PORTDOCS%%%%DOCSDIR%%/PCRE_README -%%PORTDOCS%%%%DOCSDIR%%/QMQP_README -%%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES -%%PORTDOCS%%%%DOCSDIR%%/RESTRICTION_CLASS_README -%%PORTDOCS%%%%DOCSDIR%%/SASL_README -%%PORTDOCS%%%%DOCSDIR%%/ULTRIX_README -%%PORTDOCS%%%%DOCSDIR%%/UUCP_README -%%PORTDOCS%%%%DOCSDIR%%/VERP_README -%%PORTDOCS%%%%DOCSDIR%%/VIRTUAL_README -%%PORTDOCS%%%%DOCSDIR%%/access.5.html -%%PORTDOCS%%%%DOCSDIR%%/aliases.5.html -%%PORTDOCS%%%%DOCSDIR%%/architecture.html -%%PORTDOCS%%%%DOCSDIR%%/backstage.html -%%PORTDOCS%%%%DOCSDIR%%/basic.html -%%PORTDOCS%%%%DOCSDIR%%/big-picture.gif -%%PORTDOCS%%%%DOCSDIR%%/big-picture.html -%%PORTDOCS%%%%DOCSDIR%%/bounce.8.html -%%PORTDOCS%%%%DOCSDIR%%/canonical.5.html -%%PORTDOCS%%%%DOCSDIR%%/cleanup.8.html -%%PORTDOCS%%%%DOCSDIR%%/commands.html -%%PORTDOCS%%%%DOCSDIR%%/defer.8.html -%%PORTDOCS%%%%DOCSDIR%%/delivering.html -%%PORTDOCS%%%%DOCSDIR%%/error.8.html -%%PORTDOCS%%%%DOCSDIR%%/faq.html -%%PORTDOCS%%%%DOCSDIR%%/flush.8.html -%%PORTDOCS%%%%DOCSDIR%%/goals.html -%%PORTDOCS%%%%DOCSDIR%%/inbound.gif -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/lmtp.8.html -%%PORTDOCS%%%%DOCSDIR%%/local.8.html -%%PORTDOCS%%%%DOCSDIR%%/mailq.1.html -%%PORTDOCS%%%%DOCSDIR%%/master.8.html -%%PORTDOCS%%%%DOCSDIR%%/motivation.html -%%PORTDOCS%%%%DOCSDIR%%/newaliases.1.html -%%PORTDOCS%%%%DOCSDIR%%/nqmgr.8.html -%%PORTDOCS%%%%DOCSDIR%%/outbound.gif -%%PORTDOCS%%%%DOCSDIR%%/pcre_table.5.html -%%PORTDOCS%%%%DOCSDIR%%/pickup.8.html -%%PORTDOCS%%%%DOCSDIR%%/pipe.8.html -%%PORTDOCS%%%%DOCSDIR%%/postalias.1.html -%%PORTDOCS%%%%DOCSDIR%%/postcat.1.html -%%PORTDOCS%%%%DOCSDIR%%/postconf.1.html -%%PORTDOCS%%%%DOCSDIR%%/postdrop.1.html -%%PORTDOCS%%%%DOCSDIR%%/postfix.1.html -%%PORTDOCS%%%%DOCSDIR%%/postkick.1.html -%%PORTDOCS%%%%DOCSDIR%%/postlock.1.html -%%PORTDOCS%%%%DOCSDIR%%/postlog.1.html -%%PORTDOCS%%%%DOCSDIR%%/postmap.1.html -%%PORTDOCS%%%%DOCSDIR%%/postqueue.1.html -%%PORTDOCS%%%%DOCSDIR%%/postsuper.1.html -%%PORTDOCS%%%%DOCSDIR%%/proxymap.8.html -%%PORTDOCS%%%%DOCSDIR%%/qmgr.8.html -%%PORTDOCS%%%%DOCSDIR%%/qmqpd.8.html -%%PORTDOCS%%%%DOCSDIR%%/queuing.html -%%PORTDOCS%%%%DOCSDIR%%/rate.html -%%PORTDOCS%%%%DOCSDIR%%/receiving.html -%%PORTDOCS%%%%DOCSDIR%%/regexp_table.5.html -%%PORTDOCS%%%%DOCSDIR%%/relocated.5.html -%%PORTDOCS%%%%DOCSDIR%%/resource.html -%%PORTDOCS%%%%DOCSDIR%%/rewrite.html -%%PORTDOCS%%%%DOCSDIR%%/security.html -%%PORTDOCS%%%%DOCSDIR%%/sendmail.1.html -%%PORTDOCS%%%%DOCSDIR%%/showq.8.html -%%PORTDOCS%%%%DOCSDIR%%/small-picture.gif -%%PORTDOCS%%%%DOCSDIR%%/smtp.8.html -%%PORTDOCS%%%%DOCSDIR%%/smtpd.8.html -%%PORTDOCS%%%%DOCSDIR%%/spawn.8.html -%%PORTDOCS%%%%DOCSDIR%%/transport.5.html -%%PORTDOCS%%%%DOCSDIR%%/trivial-rewrite.8.html -%%PORTDOCS%%%%DOCSDIR%%/uce.html -%%PORTDOCS%%%%DOCSDIR%%/virtual.5.html -%%PORTDOCS%%%%DOCSDIR%%/virtual.8.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm libexec/postfix -@unexec rmdir %D/etc/postfix 2>/dev/null || true diff --git a/mail/postfix20/scripts/configure b/mail/postfix20/scripts/configure deleted file mode 100644 index 93c5b95ec561..000000000000 --- a/mail/postfix20/scripts/configure +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -for f in `find ${WRKSRC} -type f | xargs grep -l '\!\!PREFIX\!\!' ` ; do \ - mv $f $f.orig && sed s+!!PREFIX!!+$PREFIX+g < $f.orig > $f && \ - rm $f.orig -done diff --git a/mail/postfix20/scripts/configure.postfix b/mail/postfix20/scripts/configure.postfix deleted file mode 100644 index c83a3f125171..000000000000 --- a/mail/postfix20/scripts/configure.postfix +++ /dev/null @@ -1,247 +0,0 @@ -#!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix20/scripts/Attic/configure.postfix,v 1.41 2003-10-01 19:55:24 osa Exp $ - -if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then - exit -fi - -tempfile=`mktemp -t checklist` - -if [ "${POSTFIX_OPTIONS}" ]; then - set ${POSTFIX_OPTIONS} -fi - -for i; do - eval status_$i=ON -done - -if [ -z "${BATCH}" ]; then - /usr/bin/dialog --title "Postfix configuration options" --clear \ - --checklist "\n\ -Please select desired options:" -1 -1 16 \ -NOPCRE "DISABLE Perl Compatible Regular Expressions" "$status_NOPCRE" \ -SASL "Cyrus SASLv1 (Simple Authentication and Security Layer)" "$status_SASL" \ -SASL2 "Cyrus SASLv2 (Simple Authentication and Security Layer)" "$status_SASL2" \ -SASLKRB "If your SASL requires Kerberos select this option" "$status_SASLKRB" \ -TLS "SSL and TLS" "$status_TLS" \ -IPv6 "IPv6 support" "$status_IPv6" \ -IPv6TLS "IPv6 support with SSL and TLS" "$status_IPv6TLS" \ -DB3 "Berkeley DB3 (required if SASL also built with DB3)" "$status_DB3" \ -DB40 "Berkeley DB4.0 (required if SASL also built with DB4.0)" "$status_DB40" \ -DB41 "Berkeley DB4.1 (required if SASL also built with DB4.1)" "$status_DB41" \ -MySQL "MySQL map lookups" "$status_MySQL" \ -PgSQL "PostgreSQL v7.3 map lookups" "$status_PgSQL" \ -PgSQL72 "PostgreSQL v7.2 map lookups" "$status_PgSQL72" \ -OpenLDAP12 "OpenLDAP 1.2 map lookups" "$status_OpenLDAP" \ -OpenLDAP20 "OpenLDAP 2.0 map lookups" "$status_OpenLDAP" \ -OpenLDAP21 "OpenLDAP 2.1 map lookups" "$status_OpenLDAP" \ -Test "SMTP/LMTP test server and generator" "$status_Test" \ -2> $tempfile - - retval=$? - - if [ -s $tempfile ]; then - set `sed 's/"//g' $tempfile` - fi - rm -f $tempfile - - case $retval in - 0) if [ -z "$*" ]; then - echo "Nothing selected" - fi - ;; - 1) echo "Cancel pressed." - exit 1 - ;; - esac -fi - -${MKDIR} ${WRKDIRPREFIX}${CURDIR} -exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - -echo "PREFIX= ${PREFIX}" - -SUB_TLS="@comment " -SUB_TEST="@comment " -SUB_IPV6="@comment " - -while [ "$1" ]; do - case $1 in - NOPCRE) - echo "WITHOUT_PCRE= yes" - echo "NOPCRE_SUFFIX= +nopcre" - SUB_NOPCRE="" - ;; - SASL) - echo "LIB_DEPENDS+= sasl.8:\${PORTSDIR}/security/cyrus-sasl" - echo "POSTFIX_CCARGS+= -DUSE_SASL_AUTH -I\${LOCALBASE}/include -I\${LOCALBASE}/include/sasl1" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -lsasl -lpam -lcrypt" - echo "SASL_SUFFIX= +sasl" - if [ -f ${PREFIX}/lib/libsasl.a ]; then - if nm ${PREFIX}/lib/libsasl.a | grep -wq "mysql_verify_password"; then - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - fi - fi - SUB_SASL="" - ;; - SASL2) - echo "LIB_DEPENDS+= sasl2.2:\${PORTSDIR}/security/cyrus-sasl2" - echo "POSTFIX_CCARGS+= -DUSE_SASL_AUTH -I\${LOCALBASE}/include -I\${LOCALBASE}/include/sasl" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -lsasl2 -lpam -lcrypt" - echo "SASL_SUFFIX= +sasl2" - if [ -f ${PREFIX}/lib/libsasl2.a ]; then - if nm ${PREFIX}/lib/libsasl2.a | grep -wq "mysql_verify_password"; then - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - fi - fi - SUB_SASL="" - ;; - SASLKRB) - echo "POSTFIX_AUXLIBS+= -lkrb -lcrypto -lcom_err" - ;; - TLS) - echo "MAN8+= tlsmgr.8" - echo "USE_OPENSSL= yes" - echo "POSTFIX_CCARGS+= -DHAS_SSL -I\${OPENSSLINC}" - echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} -lssl -lcrypto" - echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.16-2.0.16-0.9.7b.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.16-2.0.16-0.9.7b/pfixtls.diff" - echo "PATCH_STRIP= -p1" - echo "TLS_SUFFIX= +tls" - SUB_TLS="" - ;; - DB3) - if [ X$DB40_SELECTED != "X" -o X$DB41_SELECTED != "X" ]; then - /usr/bin/dialog --msgbox "Select exactly one of the DB3, DB40 and DB41 options." 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "LIB_DEPENDS+= db3.3:\${PORTSDIR}/databases/db3" - echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3" - echo "DB_SUFFIX= +db3" - DB3_SELECTED="YES" - ;; - DB40) - if [ X$DB3_SELECTED != "X" -o X$DB41_SELECTED != "X" ]; then - /usr/bin/dialog --msgbox "Select exactly one of the DB3, DB40 and DB41 options." 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "LIB_DEPENDS+= db4.0:\${PORTSDIR}/databases/db4" - echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db4" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb4" - echo "DB_SUFFIX= +db40" - DB40_SELECTED="YES" - ;; - DB41) - if [ X$DB3_SELECTED != "X" -o X$DB40_SELECTED != "X" ]; then - /usr/bin/dialog --msgbox "Select exactly one of the DB3, DB40 and DB41 options." 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "LIB_DEPENDS+= db41.1:\${PORTSDIR}/databases/db41" - echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db41" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb41" - echo "DB_SUFFIX= +db41" - DB41_SELECTED="YES" - ;; - MySQL) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a:\${PORTSDIR}/databases/mysql323-client" - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - echo "MYSQL_SUFFIX= +mysql" - ;; - PgSQL) - echo "POSTGRESQL_PORT?= databases/postgresql7" - echo "LIB_DEPENDS+= pq.3:\${PORTSDIR}/\${POSTGRESQL_PORT}" - echo "POSTFIX_CCARGS+= -DHAS_PGSQL -I\${LOCALBASE}/include -I\${LOCALBASE}/pgsql/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -L\${LOCALBASE}/pgsql/lib -lpq -lcrypt" - echo "PATCH_SITES+= http://mat.cc/postfix/" - echo "PATCHFILES+= postfix-pg.postfix-2.0.0.2.patch" - echo "PATCH_DIST_STRIP= -p1" - echo "PGSQL_SUFFIX= +pgsql" - ;; - PgSQL72) - echo "POSTGRESQL_PORT?= databases/postgresql72" - echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/\${POSTGRESQL_PORT}" - echo "POSTFIX_CCARGS+= -DHAS_PGSQL -I\${LOCALBASE}/include -I\${LOCALBASE}/pgsql/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -L\${LOCALBASE}/pgsql/lib -lpq -lcrypt" - echo "PATCH_SITES+= http://mat.cc/postfix/" - echo "PATCHFILES+= postfix-pg.postfix-2.0.0.2.patch" - echo "PATCH_DIST_STRIP= -p1" - echo "PGSQL_SUFFIX= +pgsql" - ;; - OpenLDAP12) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libldap.a:\${PORTSDIR}/net/openldap12" - echo "POSTFIX_CCARGS+= -DHAS_LDAP -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/libldap.a \${PREFIX}/lib/liblber.a" - echo "OPENLDAP_SUFFIX= +openldap12" - ;; - OpenLDAP20) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libldap.a:\${PORTSDIR}/net/openldap20-client" - echo "POSTFIX_CCARGS+= -DHAS_LDAP -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= -lldap -llber" - echo "OPENLDAP_SUFFIX= +openldap20" - ;; - OpenLDAP21) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libldap.a:\${PORTSDIR}/net/openldap21-client" - echo "POSTFIX_CCARGS+= -DHAS_LDAP -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= -lldap -llber" - echo "OPENLDAP_SUFFIX= +openldap21" - ;; - Test) - echo "BIN1= smtp-sink smtp-source" - SUB_TEST="" - ;; - IPv6) - if [ X$SUB_TLS = "X" ]; then - /usr/bin/dialog --msgbox "Select exactly one of the IPv6 and TLS patches" 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "PATCH_SITES+= http://www.ipnet6.org/postfix/download/" - echo "PATCHFILES+= ipv6-1.18a-pf-2.0.16.patch.gz" - echo "PATCH_DIST_STRIP= -p1" - echo "IPv6_SUFFIX= +ipv6" - echo "" - IPv6SELECTED=YES - SUB_IPV6="" - ;; - IPv6TLS) - if [ X$SUB_TLS = "X" -o X$IPv6SELECTED != X ]; then - /usr/bin/dialog --msgbox "Select exactly one of the IPv6 and TLS patches" 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "MAN8+= tlsmgr.8" - echo "USE_OPENSSL= yes" - echo "POSTFIX_CCARGS+= -DHAS_SSL -I\${OPENSSLINC}" - echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} -lssl -lcrypto" - echo "PATCH_SITES+= http://www.ipnet6.org/postfix/download/" - echo "PATCHFILES+= tls+ipv6-1.18a-pf-2.0.16.patch.gz" - echo "PATCH_DIST_STRIP= -p1" - echo "TLS_SUFFIX= +tls+ipv6" - SUB_TLS="" - SUB_IPV6="" - ;; - *) - echo "Unknown option(s): $*" > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - ;; - esac - shift -done - -echo "PLIST_SUB+= SUB_TLS=\"${SUB_TLS}\"" -echo "PLIST_SUB+= SUB_TEST=\"${SUB_TEST}\"" -echo "PLIST_SUB+= SUB_IPV6=\"${SUB_IPV6}\"" - -# for some reason, if we alter the pkg name this way, the first build (where -# we ask the configure questions) doesn't pick up the extensions, but -# any subsequent build will. so "make; make install" will build twice. -# don't do this for now. -#echo "PKGNAMESUFFIX= \${NOPCRE_SUFFIX}\${SASL_SUFFIX}\${DB_SUFFIX}\${MYSQL_SUFFIX}\${PGSQL_SUFFIX}\${OPENLDAP_SUFFIX}\${TLS_SUFFIX}\${IPv6_SUFFIX}" diff --git a/mail/postfix20/scripts/fix-files-list b/mail/postfix20/scripts/fix-files-list deleted file mode 100644 index cc4a1083a814..000000000000 --- a/mail/postfix20/scripts/fix-files-list +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# need to fixup ${PREFIX}/etc/postfix/postfix-files to indicate compressed -# man pages, since the ports software compresses them later, and if we -# run post-install it will complain about missing files -# (script from Simon J. Mudd) - -ed ${PREFIX}/etc/postfix/postfix-files <<EOF || exit 1 -%s/\(\/man[158]\/.*\.[158]\):/\1.gz:/ -w -q -EOF diff --git a/mail/postfix21/Makefile b/mail/postfix21/Makefile deleted file mode 100644 index 7dfc7ba13a0e..000000000000 --- a/mail/postfix21/Makefile +++ /dev/null @@ -1,169 +0,0 @@ -# New ports collection makefile for: postfix-current -# Date created: 18 Mar 1999 -# Whom: torstenb -# -# $FreeBSD$ -# - -# To pre-select options in batch mode, run make like this: -# -# make -DBATCH POSTFIX_OPTIONS="DB3 IPv6TLS" -# -# the options are the same names as in the scripts/configure.postfix file. -# POSTFIX_OPTIONS can be set in /etc/make.conf also. - -# NOTE: PCRE is enabled by default unless you specifically disable it. - -PORTNAME= postfix -PORTVERSION= 2.0.16 -PORTEPOCH= 1 -CATEGORIES= mail ipv6 -MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ - ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \ - ftp://ftp.tux.org/pub/net/postfix/official/ \ - ftp://ftp.utoronto.ca/mirror/packages/postfix/official/ \ - ftp://ftp.samurai.com/pub/postfix/official/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/postfix/official/&,} -MASTER_SITE_SUBDIR= . old related/postfix -DISTNAME= postfix-${PORTVERSION} -DIST_SUBDIR= ${PORTNAME} -PATCH_SITES= ${MASTER_SITES} -PATCHFILES= postfix-2.0-ns-mx-acl-patch.gz - -MAINTAINER= khera@kciLink.com -COMMENT= A secure alternative to widely-used Sendmail - -CONFLICTS= courier-0.* postfix-1.* sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.* -USE_SUBMAKE= yes -USE_REINPLACE= yes - -MAN1= mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \ - postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postqueue.1 \ - postsuper.1 sendmail.1 - -MAN5= access.5 aliases.5 canonical.5 pcre_table.5 regexp_table.5 \ - relocated.5 transport.5 virtual.5 - -MAN8= bounce.8 cleanup.8 defer.8 error.8 flush.8 lmtp.8 local.8 \ - master.8 nqmgr.8 pickup.8 pipe.8 proxymap.8 qmgr.8 qmqpd.8 showq.8 \ - smtp.8 smtpd.8 spawn.8 trivial-rewrite.8 virtual.8 - -# TLS patch adds to MAN8 but doesn't have .html file, so avoid trying to -# patch it. -MAN8base=$(MAN8:S/tlsmgr.8//) - -CONF1= main.cf master.cf access aliases canonical pcre_table regexp_table \ - relocated transport virtual - -.if !defined(DEBUG) -MAKEFILEFLAGS+= DEBUG= -.endif - -MAKEFILEFLAGS+= OPT="${CFLAGS}" - -SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ - TOUCH="${TOUCH}" \ - MKDIR="${MKDIR}" \ - POSTFIX_OPTIONS="${POSTFIX_OPTIONS}" - -pre-fetch: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postfix - -.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) -.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" -.endif - -.if defined(WITHOUT_PCRE) -POSTFIX_CCARGS+= -DNO_PCRE -.else -LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre -POSTFIX_CCARGS+= -DHAS_PCRE -I${LOCALBASE}/include -POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lpcre -.endif - - -post-patch: - (cd ${WRKSRC} && ${MAKE} -f Makefile.init makefiles ${MAKEFILEFLAGS} \ - CCARGS="${POSTFIX_CCARGS}" AUXLIBS="${POSTFIX_AUXLIBS}" && \ - ${ECHO} "all: default" >> Makefile) - -pre-patch: -.for file in ${MAN1} - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" \ - ${WRKSRC}/man/man1/${file} ${WRKSRC}/html/${file}.html -.endfor -.for file in ${MAN5} - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" \ - ${WRKSRC}/man/man5/${file} ${WRKSRC}/html/${file}.html -.endfor -.for file in ${MAN8base} - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" \ - ${WRKSRC}/man/man8/${file} ${WRKSRC}/html/${file}.html -.endfor -.for file in faq rate rewrite uce - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" \ - ${WRKSRC}/html/${file}.html -.endfor -.for file in ${CONF1} - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" ${WRKSRC}/conf/${file} -.endfor - -pre-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - -.if defined(NOPORTDOCS) -READMEDIR=no -.else -READMEDIR=${PREFIX}/share/doc/postfix -.endif - -do-install: - cd ${WRKSRC}; ${SH} postfix-install -non-interactive install_root=/ tempdir=/tmp \ - config_directory=${PREFIX}/etc/postfix \ - daemon_directory=${PREFIX}/libexec/postfix \ - command_directory=${PREFIX}/sbin \ - queue_directory=/var/spool/postfix \ - sendmail_path=${PREFIX}/sbin/sendmail \ - newaliases_path=${PREFIX}/bin/newaliases \ - mailq_path=${PREFIX}/bin/mailq \ - mail_owner=postfix \ - setgid_group=maildrop \ - manpage_directory=${PREFIX}/man \ - sample_directory=${PREFIX}/etc/postfix \ - readme_directory=${READMEDIR} - -.for file in ${CONF1} - ${INSTALL_DATA} ${WRKSRC}/conf/${file} \ - ${PREFIX}/etc/postfix/sample-${file} -.endfor - - @${INSTALL_SCRIPT} \ - ${WRKSRC}/auxiliary/rmail/rmail \ - ${PREFIX}/bin/rmail - -# optional TEST binaries -.for file in ${BIN1} - @${INSTALL_PROGRAM} \ - ${WRKSRC}/src/smtpstone/${file} \ - ${PREFIX}/sbin -.endfor - -.if !defined(NOPORTDOCS) - @${INSTALL} -d -o ${DOCOWN} -g ${DOCGRP} -m 555 ${DOCSDIR} - @cd ${WRKSRC}/html && ${INSTALL_DATA} *.html *.gif ${DOCSDIR} && \ - ${ECHO_MSG} "Installed HTML documentation in ${DOCSDIR}" -.endif - -post-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -# need to fixup ${PREFIX}/etc/postfix/postfix-files to indicate compressed -# man pages, since the ports software compresses them after this step, and -# if we run etc/postfix/post-install again during package installation, -# it will complain about missing files. - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/fix-files-list - @${CAT} ${PKGMESSAGE} - -post-clean: - @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc - -.include <bsd.port.mk> diff --git a/mail/postfix21/distinfo b/mail/postfix21/distinfo deleted file mode 100644 index a3eb62fc1bca..000000000000 --- a/mail/postfix21/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (postfix/postfix-2.0.16.tar.gz) = ac13776442ba7708e683bc1bfbadab2f -MD5 (postfix/postfix-2.0-ns-mx-acl-patch.gz) = 55a3d76d52fddd5cd0365004957a1160 -MD5 (postfix/pfixtls-0.8.16-2.0.16-0.9.7b.tar.gz) = b39c08eabe807db4af5bcb1cafc9761e -MD5 (postfix/postfix-pg.postfix-2.0.0.2.patch) = 5a0aa5ef6a231a593eb6c5628236a3e4 -MD5 (postfix/ipv6-1.18a-pf-2.0.16.patch.gz) = 8e0b85c6c131d367dc5b0d0d95e7e2c1 -MD5 (postfix/tls+ipv6-1.18a-pf-2.0.16.patch.gz) = b32876b1a02d3a8f6a93a66e574ddee7 diff --git a/mail/postfix21/files/patch-ea b/mail/postfix21/files/patch-ea deleted file mode 100644 index 6c3f98d2af4f..000000000000 --- a/mail/postfix21/files/patch-ea +++ /dev/null @@ -1,13 +0,0 @@ -*** ./src/cleanup/cleanup.c.orig Sun May 28 18:33:41 2000 ---- ./src/cleanup/cleanup.c Thu Jun 1 21:52:22 2000 -*************** -*** 118,121 **** - /* FILES -! /* /etc/postfix/canonical*, canonical mapping table -! /* /etc/postfix/virtual*, virtual mapping table - /* LICENSE ---- 118,121 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/canonical*, canonical mapping table -! /* !!PREFIX!!/etc/postfix/virtual*, virtual mapping table - /* LICENSE diff --git a/mail/postfix21/files/patch-eb b/mail/postfix21/files/patch-eb deleted file mode 100644 index e67680963d2d..000000000000 --- a/mail/postfix21/files/patch-eb +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/global/mail_conf.c.orig Sun May 7 18:51:16 2000 ---- ./src/global/mail_conf.c Thu Jun 1 22:16:29 2000 -*************** -*** 53,55 **** - /* FILES -! /* /etc/postfix: default Postfix configuration directory. - /* ENVIRONMENT ---- 53,55 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix: default Postfix configuration directory. - /* ENVIRONMENT diff --git a/mail/postfix21/files/patch-ec b/mail/postfix21/files/patch-ec deleted file mode 100644 index 5f5d1ad9cadc..000000000000 --- a/mail/postfix21/files/patch-ec +++ /dev/null @@ -1,41 +0,0 @@ -*** ./src/global/mail_params.h.orig Thu Jan 3 13:13:37 2002 ---- ./src/global/mail_params.h Tue Jan 8 22:18:22 2002 -*************** -*** 51,55 **** - - #define VAR_SGID_GROUP "setgid_group" -! #define DEF_SGID_GROUP "postdrop" - extern char *var_sgid_group; - extern gid_t var_sgid_gid; ---- 51,55 ---- - - #define VAR_SGID_GROUP "setgid_group" -! #define DEF_SGID_GROUP "maildrop" - extern char *var_sgid_group; - extern gid_t var_sgid_gid; -*************** -*** 170,174 **** - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "/usr/libexec/postfix" - #endif - ---- 170,174 ---- - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "!!PREFIX!!/libexec/postfix" - #endif - -*************** -*** 204,208 **** - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "/etc/postfix" - #endif - extern char *var_config_dir; ---- 204,208 ---- - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "!!PREFIX!!/etc/postfix" - #endif - extern char *var_config_dir; diff --git a/mail/postfix21/files/patch-ed b/mail/postfix21/files/patch-ed deleted file mode 100644 index f971b62720d8..000000000000 --- a/mail/postfix21/files/patch-ed +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/local/mailbox.c.orig Fri Apr 28 16:55:53 2000 ---- ./src/local/mailbox.c Thu Jun 1 22:37:48 2000 -*************** -*** 15,17 **** - /* suppression. The default is direct mailbox delivery to -! /* /var/[spool/]mail/\fIuser\fR; when a \fIhome_mailbox\fR - /* has been configured, mail is delivered to ~/$\fIhome_mailbox\fR; ---- 15,17 ---- - /* suppression. The default is direct mailbox delivery to -! /* /var/mail/\fIuser\fR; when a \fIhome_mailbox\fR - /* has been configured, mail is delivered to ~/$\fIhome_mailbox\fR; diff --git a/mail/postfix21/files/patch-ee b/mail/postfix21/files/patch-ee deleted file mode 100644 index ef44eac24b73..000000000000 --- a/mail/postfix21/files/patch-ee +++ /dev/null @@ -1,13 +0,0 @@ -*** ./src/master/master.c.orig Tue Mar 7 10:25:07 2000 ---- ./src/master/master.c Thu Jun 1 22:43:50 2000 -*************** -*** 104,107 **** - /* FILES -! /* /etc/postfix/main.cf: global configuration file. -! /* /etc/postfix/master.cf: master process configuration file. - /* /var/spool/postfix/pid/master.pid: master lock file. ---- 104,107 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/main.cf: global configuration file. -! /* !!PREFIX!!/etc/postfix/master.cf: master process configuration file. - /* /var/spool/postfix/pid/master.pid: master lock file. diff --git a/mail/postfix21/files/patch-ef b/mail/postfix21/files/patch-ef deleted file mode 100644 index 586b304a103d..000000000000 --- a/mail/postfix21/files/patch-ef +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/postdrop/postdrop.c.orig Sun Apr 25 18:05:43 1999 ---- ./src/postdrop/postdrop.c Thu Jun 1 22:44:22 2000 -*************** -*** 39,41 **** - /* /var/spool/postfix, mail queue -! /* /etc/postfix, configuration files - /* CONFIGURATION PARAMETERS ---- 39,41 ---- - /* /var/spool/postfix, mail queue -! /* !!PREFIX!!/etc/postfix, configuration files - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix21/files/patch-eg b/mail/postfix21/files/patch-eg deleted file mode 100644 index 2983bbfd86ea..000000000000 --- a/mail/postfix21/files/patch-eg +++ /dev/null @@ -1,20 +0,0 @@ -*** ./src/sendmail/sendmail.c.orig Tue Mar 14 10:42:06 2000 ---- ./src/sendmail/sendmail.c Thu Jun 1 22:47:24 2000 -*************** -*** 57,59 **** - /* The path name of the \fBsendmail.cf\fR file. Postfix configuration -! /* files are kept in \fB/etc/postfix\fR. - /* .IP "\fB-F \fIfull_name\fR ---- 57,59 ---- - /* The path name of the \fBsendmail.cf\fR file. Postfix configuration -! /* files are kept in \fB!!PREFIX!!/etc/postfix\fR. - /* .IP "\fB-F \fIfull_name\fR -*************** -*** 159,161 **** - /* /var/spool/postfix, mail queue -! /* /etc/postfix, configuration files - /* CONFIGURATION PARAMETERS ---- 159,161 ---- - /* /var/spool/postfix, mail queue -! /* !!PREFIX!!/etc/postfix, configuration files - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix21/files/patch-eh b/mail/postfix21/files/patch-eh deleted file mode 100644 index c104c3680d21..000000000000 --- a/mail/postfix21/files/patch-eh +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/trivial-rewrite/transport.c.orig Tue Nov 16 19:15:41 1999 ---- ./src/trivial-rewrite/transport.c Thu Jun 1 22:47:49 2000 -*************** -*** 32,34 **** - /* FILES -! /* /etc/postfix/transport* - /* CONFIGURATION PARAMETERS ---- 32,34 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/transport* - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix21/files/patch-main.cf b/mail/postfix21/files/patch-main.cf deleted file mode 100644 index 6281b6b6d7f1..000000000000 --- a/mail/postfix21/files/patch-main.cf +++ /dev/null @@ -1,58 +0,0 @@ ---- ./conf/main.cf Wed Jan 8 22:11:52 2003 -+++ ./conf/main.cf Wed Jan 8 22:11:53 2003 -@@ -31,13 +31,13 @@ - # The command_directory parameter specifies the location of all - # postXXX commands. - # --command_directory = /usr/sbin -+command_directory = !!PREFIX!!/sbin - - # The daemon_directory parameter specifies the location of all Postfix - # daemon programs (i.e. programs listed in the master.cf file). This - # directory must be owned by root. - # --daemon_directory = /usr/libexec/postfix -+daemon_directory = !!PREFIX!!/libexec/postfix - - # QUEUE AND PROCESS OWNERSHIP - # -@@ -590,32 +590,32 @@ - # sendmail_path: The full pathname of the Postfix sendmail command. - # This is the Sendmail-compatible mail posting interface. - # --sendmail_path = -+sendmail_path = !!PREFIX!!/sbin/sendmail - - # newaliases_path: The full pathname of the Postfix newaliases command. - # This is the Sendmail-compatible command to build alias databases. - # --newaliases_path = -+newaliases_path = !!PREFIX!!/bin/newaliases - - # mailq_path: The full pathname of the Postfix mailq command. This - # is the Sendmail-compatible mail queue listing command. - # --mailq_path = -+mailq_path = !!PREFIX!!/bin/mailq - - # setgid_group: The group for mail submission and queue management - # commands. This must be a group name with a numerical group ID that - # is not shared with other accounts, not even with the Postfix account. - # --setgid_group = -+setgid_group = maildrop - - # manpage_directory: The location of the Postfix on-line manual pages. - # --manpage_directory = -+manpage_directory = !!PREFIX!!/man - - # sample_directory: The location of the Postfix sample configuration files. - # --sample_directory = -+sample_directory = !!PREFIX!!/etc/postfix - - # readme_directory: The location of the Postfix README files. - # --readme_directory = -+readme_directory = no diff --git a/mail/postfix21/files/patch-post-install b/mail/postfix21/files/patch-post-install deleted file mode 100644 index 92b2d4c2c6eb..000000000000 --- a/mail/postfix21/files/patch-post-install +++ /dev/null @@ -1,11 +0,0 @@ ---- ./conf/#post-install~ Fri Jan 18 12:32:54 2002 -+++ ./conf/post-install Fri Jan 18 12:32:54 2002 -@@ -183,7 +183,7 @@ - - umask 022 - --PATH=/bin:/usr/bin:/usr/sbin:/usr/etc:/sbin:/etc:/usr/contrib/bin:/usr/gnu/bin:/usr/ucb:/usr/bsd -+PATH=/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin - SHELL=/bin/sh - IFS=" - " diff --git a/mail/postfix21/pkg-descr b/mail/postfix21/pkg-descr deleted file mode 100644 index 1f335ce6820c..000000000000 --- a/mail/postfix21/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Postfix attempts to be fast, easy to administer, and secure, while at -the same time being sendmail-compatible enough to not upset existing -users. It also offers QMQP and VERP support to let Postfix act as delivery -daemon for ezmlm-idx. - -WWW: http://www.postfix.org/ diff --git a/mail/postfix21/pkg-install b/mail/postfix21/pkg-install deleted file mode 100644 index 8cf5a9a5aefe..000000000000 --- a/mail/postfix21/pkg-install +++ /dev/null @@ -1,181 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# If the POSTFIX_DEFAULT_MTA environment variable is set to YES, it -# will make the port/package use defaults which makes postfix replaces -# sendmail as much as possible. - -PKG_PREFIX=${PKG_PREFIX:=/usr/local} -BATCH=${BATCH:=no} -POSTFIX_DEFAULT_MTA=${POSTFIX_DEFAULT_MTA:=no} - -if [ x${POSTFIX_DEFAULT_MTA} = xno ]; then - DEFAULT_REPLACE_MAILERCONF=n -else - DEFAULT_REPLACE_MAILERCONF=y -fi - -ask() { - local question default answer - - question=$1 - default=$2 - if [ -z "${PACKAGE_BUILDING}" -a x${BATCH} = xno ]; then - read -p "${question} [${default}]? " answer - fi - if [ x${answer} = x ]; then - answer=${default} - fi - echo ${answer} -} - -yesno() { - local question default answer - - question=$1 - default=$2 - while :; do - answer=$(ask "${question}" "${default}") - case "${answer}" in - [Yy]*) return 0;; - [Nn]*) return 1;; - esac - echo "Please answer yes or no." - done -} - -if [ x"$2" = xPRE-INSTALL ]; then - USER=postfix - GROUP=postfix - GROUP2=maildrop - - if /usr/sbin/pw groupshow "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP} -h - - then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw groupshow "${GROUP2}" 2>/dev/null; then - echo "You already have a group \"${GROUP2}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP2} -h - - then - echo "Added group \"${GROUP2}\"." - else - echo "Adding group \"${GROUP2}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if /usr/sbin/pw useradd ${USER} -g ${GROUP} -h - \ - -d /var/spool/postfix \ - -s /sbin/nologin \ - -c "Postfix Mail System" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw show group mail | grep -q "${USER}" 2>/dev/null; then - echo "You already have user \"${USER}\" in group \"mail\", so I will use it." - else - echo "You need user \"${USER}\" added to group \"mail\"." - if yesno "Would you like me to add it" y; then - /usr/sbin/pw groupmod mail -m ${USER} || exit - echo "Done." - else - echo "Please create it, and try again." - exit 1 - fi - fi - -fi - -if [ x"$2" = xPOST-INSTALL ]; then - CONF1="main.cf master.cf access aliases canonical pcre_table \ - regexp_table relocated transport virtual" - - for file in $CONF1 - do - if [ ! -f ${PKG_PREFIX}/etc/postfix/$file ]; then - cp ${PKG_PREFIX}/etc/postfix/sample-$file ${PKG_PREFIX}/etc/postfix/$file - fi - done - - sh ${PKG_PREFIX}/etc/postfix/post-install tempdir=/tmp \ - config_directory=${PKG_PREFIX}/etc/postfix \ - daemon_directory=${PKG_PREFIX}/libexec/postfix \ - command_directory=${PKG_PREFIX}/sbin \ - queue_directory=/var/spool/postfix \ - sendmail_path=${PKG_PREFIX}/sbin/sendmail \ - newaliases_path=${PKG_PREFIX}/bin/newaliases \ - mailq_path=${PKG_PREFIX}/bin/mailq \ - mail_owner=postfix \ - setgid_group=maildrop \ - manpage_directory=${PKG_PREFIX}/man \ - sample_directory=${PKG_PREFIX}/etc/postfix \ - readme_directory=no \ - upgrade-package -# readme_directory is "no" above since the package will have correct perms -# already, and we don't know if they had PORTDOCS. -fi - -replace() { - local orig repl - - orig=$1 - repl=$2 - if [ -e ${orig} ]; then - mv -f ${orig} ${orig}.OFF - chmod 0 ${orig}.OFF - fi - if [ -e ${repl} ]; then - ln -s ${repl} ${orig} - fi -} - -if [ x"$2" = xPOST-INSTALL -a -z "${PACKAGE_BUILDING}" ]; then - if [ -x /sbin/sysctl ]; then - OSVERSION=`/sbin/sysctl -n kern.osreldate` - else - OSVERSION=`/usr/sbin/sysctl -n kern.osreldate` - fi - if [ ${OSVERSION} -ge 400014 ]; then - if yesno "Would you like to activate Postfix in /etc/mail/mailer.conf" \ - ${DEFAULT_REPLACE_MAILERCONF}; then - mv -f /etc/mail/mailer.conf /etc/mail/mailer.conf.old - echo "#" > /etc/mail/mailer.conf - echo -n "# Execute the Postfix sendmail program" >> /etc/mail/mailer.conf - echo ", named ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "#" >> /etc/mail/mailer.conf - echo "sendmail ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "send-mail ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "mailq ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "newaliases ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - fi - else - if yesno "Would you like to replace {sendmail,mailq,newaliases} with Postfix versions" n; then - replace /usr/sbin/sendmail ${PKG_PREFIX}/sbin/sendmail - replace /usr/bin/mailq ${PKG_PREFIX}/sbin/sendmail - replace /usr/bin/newaliases ${PKG_PREFIX}/sbin/sendmail - echo "Done." - fi - fi -fi diff --git a/mail/postfix21/pkg-message b/mail/postfix21/pkg-message deleted file mode 100644 index 1c9fd6699bb9..000000000000 --- a/mail/postfix21/pkg-message +++ /dev/null @@ -1,40 +0,0 @@ -If you have postfix configured in your /etc/mail/mailer.conf (answered yes to -the previous question) and would like to enable postfix to start at boot time, -please set these variables in your /etc/rc.conf file: - -sendmail_enable="YES" -sendmail_flags="-bd" -sendmail_outbound_enable="NO" -sendmail_submit_enable="NO" -sendmail_msp_queue_enable="NO" - -This will disable Sendmail completely. - -Alternatively to the above settings, you can enable postfix to start with -the other local services, for example, after your database server starts if -you need it to be running for postfix. To do this, set in your rc.conf file: - -sendmail_enable="NONE" - -Then make the following symbolic link: - -cd /usr/local/etc/rc.d -ln -s /usr/local/sbin/postfix postfix.sh - - -Also, you will want to disable some Sendmail-specific daily maintenance -routines in your /etc/periodic.conf file: - -daily_clean_hoststat_enable="NO" -daily_status_mail_rejects_enable="NO" -daily_status_include_submit_mailq="NO" -daily_submit_queuerun="NO" - - -If you are using SASL, you need to make sure that postfix has access to read -the sasldb file. This is accomplished by adding postfix to group mail and -making the /usr/local/etc/sasldb* file(s) readable by group mail (this should -be the default for new installs). - -If you are upgrading from postfix version prior to 2.0, please see the README -files for recommended changes to your configuration. diff --git a/mail/postfix21/pkg-plist b/mail/postfix21/pkg-plist deleted file mode 100644 index 09f2ca9027a0..000000000000 --- a/mail/postfix21/pkg-plist +++ /dev/null @@ -1,182 +0,0 @@ -@unexec if cmp -s %D/etc/postfix/main.cf %D/etc/postfix/sample-main.cf; then rm -f %D/etc/postfix/main.cf; fi -@unexec if cmp -s %D/etc/postfix/master.cf %D/etc/postfix/sample-master.cf; then rm -f %D/etc/postfix/master.cf; fi -@unexec if cmp -s %D/etc/postfix/access %D/etc/postfix/sample-access; then rm -f %D/etc/postfix/access; fi -@unexec if cmp -s %D/etc/postfix/aliases %D/etc/postfix/sample-aliases; then rm -f %D/etc/postfix/aliases; fi -@unexec if cmp -s %D/etc/postfix/canonical %D/etc/postfix/sample-canonical; then rm -f %D/etc/postfix/canonical; fi -@unexec if cmp -s %D/etc/postfix/pcre_table %D/etc/postfix/sample-pcre_table; then rm -f %D/etc/postfix/pcre_table; fi -@unexec if cmp -s %D/etc/postfix/regexp_table %D/etc/postfix/sample-regexp_table; then rm -f %D/etc/postfix/regexp_table; fi -@unexec if cmp -s %D/etc/postfix/relocated %D/etc/postfix/sample-relocated; then rm -f %D/etc/postfix/relocated; fi -@unexec if cmp -s %D/etc/postfix/transport %D/etc/postfix/sample-transport; then rm -f %D/etc/postfix/transport; fi -@unexec if cmp -s %D/etc/postfix/virtual %D/etc/postfix/sample-virtual; then rm -f %D/etc/postfix/virtual; fi -bin/rmail -etc/postfix/LICENSE -etc/postfix/main.cf.default -etc/postfix/post-install -etc/postfix/postfix-files -etc/postfix/postfix-script -etc/postfix/sample-access -etc/postfix/sample-aliases -etc/postfix/sample-canonical -etc/postfix/sample-pcre_table -etc/postfix/sample-regexp_table -etc/postfix/sample-relocated -etc/postfix/sample-aliases.cf -etc/postfix/sample-auth.cf -etc/postfix/sample-canonical.cf -etc/postfix/sample-compatibility.cf -etc/postfix/sample-debug.cf -etc/postfix/sample-filter.cf -etc/postfix/sample-flush.cf -%%SUB_IPV6%%etc/postfix/sample-ipv6.cf -etc/postfix/sample-ldap.cf -etc/postfix/sample-lmtp.cf -etc/postfix/sample-local.cf -etc/postfix/sample-main.cf -etc/postfix/sample-master.cf -etc/postfix/sample-mime.cf -etc/postfix/sample-misc.cf -etc/postfix/sample-pcre-access.cf -etc/postfix/sample-pcre-body.cf -etc/postfix/sample-pcre-header.cf -etc/postfix/sample-qmqpd.cf -etc/postfix/sample-rate.cf -etc/postfix/sample-regexp-access.cf -etc/postfix/sample-regexp-body.cf -etc/postfix/sample-regexp-header.cf -etc/postfix/sample-relocated.cf -etc/postfix/sample-resource.cf -etc/postfix/sample-rewrite.cf -etc/postfix/sample-smtp.cf -etc/postfix/sample-smtpd.cf -etc/postfix/sample-transport.cf -etc/postfix/sample-virtual.cf -etc/postfix/sample-transport -etc/postfix/sample-virtual -%%SUB_TLS%%etc/postfix/sample-tls.cf -libexec/postfix/bounce -libexec/postfix/cleanup -libexec/postfix/error -libexec/postfix/flush -libexec/postfix/lmtp -libexec/postfix/local -libexec/postfix/master -libexec/postfix/nqmgr -libexec/postfix/pickup -libexec/postfix/pipe -libexec/postfix/proxymap -libexec/postfix/qmgr -libexec/postfix/qmqpd -libexec/postfix/showq -libexec/postfix/smtp -libexec/postfix/smtpd -libexec/postfix/spawn -libexec/postfix/trivial-rewrite -libexec/postfix/virtual -%%SUB_TLS%%libexec/postfix/tlsmgr -sbin/postalias -sbin/postcat -sbin/postconf -sbin/postdrop -sbin/postfix -sbin/postkick -sbin/postlock -sbin/postlog -sbin/postmap -sbin/postqueue -sbin/postsuper -sbin/sendmail -bin/newaliases -bin/mailq -%%SUB_TEST%%sbin/smtp-sink -%%SUB_TEST%%sbin/smtp-source -%%PORTDOCS%%%%DOCSDIR%%/ADDRESS_CLASS_README -%%PORTDOCS%%%%DOCSDIR%%/DB_README -%%PORTDOCS%%%%DOCSDIR%%/DEBUG_README -%%PORTDOCS%%%%DOCSDIR%%/ETRN_README -%%PORTDOCS%%%%DOCSDIR%%/FILTER_README -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%SUB_IPV6%%%%DOCSDIR%%/IPV6_README -%%PORTDOCS%%%%DOCSDIR%%/LDAP_README -%%PORTDOCS%%%%DOCSDIR%%/LINUX_README -%%PORTDOCS%%%%DOCSDIR%%/LOCAL_RECIPIENT_README -%%PORTDOCS%%%%DOCSDIR%%/LMTP_README -%%PORTDOCS%%%%DOCSDIR%%/MACOSX_README -%%PORTDOCS%%%%DOCSDIR%%/MAILDROP_README -%%PORTDOCS%%%%DOCSDIR%%/MYSQL_README -%%PORTDOCS%%%%DOCSDIR%%/NFS_README -%%PORTDOCS%%%%DOCSDIR%%/PACKAGE_README -%%PORTDOCS%%%%DOCSDIR%%/PCRE_README -%%PORTDOCS%%%%DOCSDIR%%/QMQP_README -%%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES -%%PORTDOCS%%%%DOCSDIR%%/RESTRICTION_CLASS_README -%%PORTDOCS%%%%DOCSDIR%%/SASL_README -%%PORTDOCS%%%%DOCSDIR%%/ULTRIX_README -%%PORTDOCS%%%%DOCSDIR%%/UUCP_README -%%PORTDOCS%%%%DOCSDIR%%/VERP_README -%%PORTDOCS%%%%DOCSDIR%%/VIRTUAL_README -%%PORTDOCS%%%%DOCSDIR%%/access.5.html -%%PORTDOCS%%%%DOCSDIR%%/aliases.5.html -%%PORTDOCS%%%%DOCSDIR%%/architecture.html -%%PORTDOCS%%%%DOCSDIR%%/backstage.html -%%PORTDOCS%%%%DOCSDIR%%/basic.html -%%PORTDOCS%%%%DOCSDIR%%/big-picture.gif -%%PORTDOCS%%%%DOCSDIR%%/big-picture.html -%%PORTDOCS%%%%DOCSDIR%%/bounce.8.html -%%PORTDOCS%%%%DOCSDIR%%/canonical.5.html -%%PORTDOCS%%%%DOCSDIR%%/cleanup.8.html -%%PORTDOCS%%%%DOCSDIR%%/commands.html -%%PORTDOCS%%%%DOCSDIR%%/defer.8.html -%%PORTDOCS%%%%DOCSDIR%%/delivering.html -%%PORTDOCS%%%%DOCSDIR%%/error.8.html -%%PORTDOCS%%%%DOCSDIR%%/faq.html -%%PORTDOCS%%%%DOCSDIR%%/flush.8.html -%%PORTDOCS%%%%DOCSDIR%%/goals.html -%%PORTDOCS%%%%DOCSDIR%%/inbound.gif -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/lmtp.8.html -%%PORTDOCS%%%%DOCSDIR%%/local.8.html -%%PORTDOCS%%%%DOCSDIR%%/mailq.1.html -%%PORTDOCS%%%%DOCSDIR%%/master.8.html -%%PORTDOCS%%%%DOCSDIR%%/motivation.html -%%PORTDOCS%%%%DOCSDIR%%/newaliases.1.html -%%PORTDOCS%%%%DOCSDIR%%/nqmgr.8.html -%%PORTDOCS%%%%DOCSDIR%%/outbound.gif -%%PORTDOCS%%%%DOCSDIR%%/pcre_table.5.html -%%PORTDOCS%%%%DOCSDIR%%/pickup.8.html -%%PORTDOCS%%%%DOCSDIR%%/pipe.8.html -%%PORTDOCS%%%%DOCSDIR%%/postalias.1.html -%%PORTDOCS%%%%DOCSDIR%%/postcat.1.html -%%PORTDOCS%%%%DOCSDIR%%/postconf.1.html -%%PORTDOCS%%%%DOCSDIR%%/postdrop.1.html -%%PORTDOCS%%%%DOCSDIR%%/postfix.1.html -%%PORTDOCS%%%%DOCSDIR%%/postkick.1.html -%%PORTDOCS%%%%DOCSDIR%%/postlock.1.html -%%PORTDOCS%%%%DOCSDIR%%/postlog.1.html -%%PORTDOCS%%%%DOCSDIR%%/postmap.1.html -%%PORTDOCS%%%%DOCSDIR%%/postqueue.1.html -%%PORTDOCS%%%%DOCSDIR%%/postsuper.1.html -%%PORTDOCS%%%%DOCSDIR%%/proxymap.8.html -%%PORTDOCS%%%%DOCSDIR%%/qmgr.8.html -%%PORTDOCS%%%%DOCSDIR%%/qmqpd.8.html -%%PORTDOCS%%%%DOCSDIR%%/queuing.html -%%PORTDOCS%%%%DOCSDIR%%/rate.html -%%PORTDOCS%%%%DOCSDIR%%/receiving.html -%%PORTDOCS%%%%DOCSDIR%%/regexp_table.5.html -%%PORTDOCS%%%%DOCSDIR%%/relocated.5.html -%%PORTDOCS%%%%DOCSDIR%%/resource.html -%%PORTDOCS%%%%DOCSDIR%%/rewrite.html -%%PORTDOCS%%%%DOCSDIR%%/security.html -%%PORTDOCS%%%%DOCSDIR%%/sendmail.1.html -%%PORTDOCS%%%%DOCSDIR%%/showq.8.html -%%PORTDOCS%%%%DOCSDIR%%/small-picture.gif -%%PORTDOCS%%%%DOCSDIR%%/smtp.8.html -%%PORTDOCS%%%%DOCSDIR%%/smtpd.8.html -%%PORTDOCS%%%%DOCSDIR%%/spawn.8.html -%%PORTDOCS%%%%DOCSDIR%%/transport.5.html -%%PORTDOCS%%%%DOCSDIR%%/trivial-rewrite.8.html -%%PORTDOCS%%%%DOCSDIR%%/uce.html -%%PORTDOCS%%%%DOCSDIR%%/virtual.5.html -%%PORTDOCS%%%%DOCSDIR%%/virtual.8.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm libexec/postfix -@unexec rmdir %D/etc/postfix 2>/dev/null || true diff --git a/mail/postfix21/scripts/configure b/mail/postfix21/scripts/configure deleted file mode 100644 index 93c5b95ec561..000000000000 --- a/mail/postfix21/scripts/configure +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -for f in `find ${WRKSRC} -type f | xargs grep -l '\!\!PREFIX\!\!' ` ; do \ - mv $f $f.orig && sed s+!!PREFIX!!+$PREFIX+g < $f.orig > $f && \ - rm $f.orig -done diff --git a/mail/postfix21/scripts/configure.postfix b/mail/postfix21/scripts/configure.postfix deleted file mode 100644 index 3aa24968f303..000000000000 --- a/mail/postfix21/scripts/configure.postfix +++ /dev/null @@ -1,247 +0,0 @@ -#!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix21/scripts/Attic/configure.postfix,v 1.41 2003-10-01 19:55:24 osa Exp $ - -if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then - exit -fi - -tempfile=`mktemp -t checklist` - -if [ "${POSTFIX_OPTIONS}" ]; then - set ${POSTFIX_OPTIONS} -fi - -for i; do - eval status_$i=ON -done - -if [ -z "${BATCH}" ]; then - /usr/bin/dialog --title "Postfix configuration options" --clear \ - --checklist "\n\ -Please select desired options:" -1 -1 16 \ -NOPCRE "DISABLE Perl Compatible Regular Expressions" "$status_NOPCRE" \ -SASL "Cyrus SASLv1 (Simple Authentication and Security Layer)" "$status_SASL" \ -SASL2 "Cyrus SASLv2 (Simple Authentication and Security Layer)" "$status_SASL2" \ -SASLKRB "If your SASL requires Kerberos select this option" "$status_SASLKRB" \ -TLS "SSL and TLS" "$status_TLS" \ -IPv6 "IPv6 support" "$status_IPv6" \ -IPv6TLS "IPv6 support with SSL and TLS" "$status_IPv6TLS" \ -DB3 "Berkeley DB3 (required if SASL also built with DB3)" "$status_DB3" \ -DB40 "Berkeley DB4.0 (required if SASL also built with DB4.0)" "$status_DB40" \ -DB41 "Berkeley DB4.1 (required if SASL also built with DB4.1)" "$status_DB41" \ -MySQL "MySQL map lookups" "$status_MySQL" \ -PgSQL "PostgreSQL v7.3 map lookups" "$status_PgSQL" \ -PgSQL72 "PostgreSQL v7.2 map lookups" "$status_PgSQL72" \ -OpenLDAP12 "OpenLDAP 1.2 map lookups" "$status_OpenLDAP" \ -OpenLDAP20 "OpenLDAP 2.0 map lookups" "$status_OpenLDAP" \ -OpenLDAP21 "OpenLDAP 2.1 map lookups" "$status_OpenLDAP" \ -Test "SMTP/LMTP test server and generator" "$status_Test" \ -2> $tempfile - - retval=$? - - if [ -s $tempfile ]; then - set `sed 's/"//g' $tempfile` - fi - rm -f $tempfile - - case $retval in - 0) if [ -z "$*" ]; then - echo "Nothing selected" - fi - ;; - 1) echo "Cancel pressed." - exit 1 - ;; - esac -fi - -${MKDIR} ${WRKDIRPREFIX}${CURDIR} -exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - -echo "PREFIX= ${PREFIX}" - -SUB_TLS="@comment " -SUB_TEST="@comment " -SUB_IPV6="@comment " - -while [ "$1" ]; do - case $1 in - NOPCRE) - echo "WITHOUT_PCRE= yes" - echo "NOPCRE_SUFFIX= +nopcre" - SUB_NOPCRE="" - ;; - SASL) - echo "LIB_DEPENDS+= sasl.8:\${PORTSDIR}/security/cyrus-sasl" - echo "POSTFIX_CCARGS+= -DUSE_SASL_AUTH -I\${LOCALBASE}/include -I\${LOCALBASE}/include/sasl1" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -lsasl -lpam -lcrypt" - echo "SASL_SUFFIX= +sasl" - if [ -f ${PREFIX}/lib/libsasl.a ]; then - if nm ${PREFIX}/lib/libsasl.a | grep -wq "mysql_verify_password"; then - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - fi - fi - SUB_SASL="" - ;; - SASL2) - echo "LIB_DEPENDS+= sasl2.2:\${PORTSDIR}/security/cyrus-sasl2" - echo "POSTFIX_CCARGS+= -DUSE_SASL_AUTH -I\${LOCALBASE}/include -I\${LOCALBASE}/include/sasl" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -lsasl2 -lpam -lcrypt" - echo "SASL_SUFFIX= +sasl2" - if [ -f ${PREFIX}/lib/libsasl2.a ]; then - if nm ${PREFIX}/lib/libsasl2.a | grep -wq "mysql_verify_password"; then - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - fi - fi - SUB_SASL="" - ;; - SASLKRB) - echo "POSTFIX_AUXLIBS+= -lkrb -lcrypto -lcom_err" - ;; - TLS) - echo "MAN8+= tlsmgr.8" - echo "USE_OPENSSL= yes" - echo "POSTFIX_CCARGS+= -DHAS_SSL -I\${OPENSSLINC}" - echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} -lssl -lcrypto" - echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.16-2.0.16-0.9.7b.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.16-2.0.16-0.9.7b/pfixtls.diff" - echo "PATCH_STRIP= -p1" - echo "TLS_SUFFIX= +tls" - SUB_TLS="" - ;; - DB3) - if [ X$DB40_SELECTED != "X" -o X$DB41_SELECTED != "X" ]; then - /usr/bin/dialog --msgbox "Select exactly one of the DB3, DB40 and DB41 options." 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "LIB_DEPENDS+= db3.3:\${PORTSDIR}/databases/db3" - echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3" - echo "DB_SUFFIX= +db3" - DB3_SELECTED="YES" - ;; - DB40) - if [ X$DB3_SELECTED != "X" -o X$DB41_SELECTED != "X" ]; then - /usr/bin/dialog --msgbox "Select exactly one of the DB3, DB40 and DB41 options." 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "LIB_DEPENDS+= db4.0:\${PORTSDIR}/databases/db4" - echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db4" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb4" - echo "DB_SUFFIX= +db40" - DB40_SELECTED="YES" - ;; - DB41) - if [ X$DB3_SELECTED != "X" -o X$DB40_SELECTED != "X" ]; then - /usr/bin/dialog --msgbox "Select exactly one of the DB3, DB40 and DB41 options." 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "LIB_DEPENDS+= db41.1:\${PORTSDIR}/databases/db41" - echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db41" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb41" - echo "DB_SUFFIX= +db41" - DB41_SELECTED="YES" - ;; - MySQL) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a:\${PORTSDIR}/databases/mysql323-client" - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - echo "MYSQL_SUFFIX= +mysql" - ;; - PgSQL) - echo "POSTGRESQL_PORT?= databases/postgresql7" - echo "LIB_DEPENDS+= pq.3:\${PORTSDIR}/\${POSTGRESQL_PORT}" - echo "POSTFIX_CCARGS+= -DHAS_PGSQL -I\${LOCALBASE}/include -I\${LOCALBASE}/pgsql/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -L\${LOCALBASE}/pgsql/lib -lpq -lcrypt" - echo "PATCH_SITES+= http://mat.cc/postfix/" - echo "PATCHFILES+= postfix-pg.postfix-2.0.0.2.patch" - echo "PATCH_DIST_STRIP= -p1" - echo "PGSQL_SUFFIX= +pgsql" - ;; - PgSQL72) - echo "POSTGRESQL_PORT?= databases/postgresql72" - echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/\${POSTGRESQL_PORT}" - echo "POSTFIX_CCARGS+= -DHAS_PGSQL -I\${LOCALBASE}/include -I\${LOCALBASE}/pgsql/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -L\${LOCALBASE}/pgsql/lib -lpq -lcrypt" - echo "PATCH_SITES+= http://mat.cc/postfix/" - echo "PATCHFILES+= postfix-pg.postfix-2.0.0.2.patch" - echo "PATCH_DIST_STRIP= -p1" - echo "PGSQL_SUFFIX= +pgsql" - ;; - OpenLDAP12) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libldap.a:\${PORTSDIR}/net/openldap12" - echo "POSTFIX_CCARGS+= -DHAS_LDAP -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/libldap.a \${PREFIX}/lib/liblber.a" - echo "OPENLDAP_SUFFIX= +openldap12" - ;; - OpenLDAP20) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libldap.a:\${PORTSDIR}/net/openldap20-client" - echo "POSTFIX_CCARGS+= -DHAS_LDAP -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= -lldap -llber" - echo "OPENLDAP_SUFFIX= +openldap20" - ;; - OpenLDAP21) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libldap.a:\${PORTSDIR}/net/openldap21-client" - echo "POSTFIX_CCARGS+= -DHAS_LDAP -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= -lldap -llber" - echo "OPENLDAP_SUFFIX= +openldap21" - ;; - Test) - echo "BIN1= smtp-sink smtp-source" - SUB_TEST="" - ;; - IPv6) - if [ X$SUB_TLS = "X" ]; then - /usr/bin/dialog --msgbox "Select exactly one of the IPv6 and TLS patches" 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "PATCH_SITES+= http://www.ipnet6.org/postfix/download/" - echo "PATCHFILES+= ipv6-1.18a-pf-2.0.16.patch.gz" - echo "PATCH_DIST_STRIP= -p1" - echo "IPv6_SUFFIX= +ipv6" - echo "" - IPv6SELECTED=YES - SUB_IPV6="" - ;; - IPv6TLS) - if [ X$SUB_TLS = "X" -o X$IPv6SELECTED != X ]; then - /usr/bin/dialog --msgbox "Select exactly one of the IPv6 and TLS patches" 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "MAN8+= tlsmgr.8" - echo "USE_OPENSSL= yes" - echo "POSTFIX_CCARGS+= -DHAS_SSL -I\${OPENSSLINC}" - echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} -lssl -lcrypto" - echo "PATCH_SITES+= http://www.ipnet6.org/postfix/download/" - echo "PATCHFILES+= tls+ipv6-1.18a-pf-2.0.16.patch.gz" - echo "PATCH_DIST_STRIP= -p1" - echo "TLS_SUFFIX= +tls+ipv6" - SUB_TLS="" - SUB_IPV6="" - ;; - *) - echo "Unknown option(s): $*" > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - ;; - esac - shift -done - -echo "PLIST_SUB+= SUB_TLS=\"${SUB_TLS}\"" -echo "PLIST_SUB+= SUB_TEST=\"${SUB_TEST}\"" -echo "PLIST_SUB+= SUB_IPV6=\"${SUB_IPV6}\"" - -# for some reason, if we alter the pkg name this way, the first build (where -# we ask the configure questions) doesn't pick up the extensions, but -# any subsequent build will. so "make; make install" will build twice. -# don't do this for now. -#echo "PKGNAMESUFFIX= \${NOPCRE_SUFFIX}\${SASL_SUFFIX}\${DB_SUFFIX}\${MYSQL_SUFFIX}\${PGSQL_SUFFIX}\${OPENLDAP_SUFFIX}\${TLS_SUFFIX}\${IPv6_SUFFIX}" diff --git a/mail/postfix21/scripts/fix-files-list b/mail/postfix21/scripts/fix-files-list deleted file mode 100644 index cc4a1083a814..000000000000 --- a/mail/postfix21/scripts/fix-files-list +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# need to fixup ${PREFIX}/etc/postfix/postfix-files to indicate compressed -# man pages, since the ports software compresses them later, and if we -# run post-install it will complain about missing files -# (script from Simon J. Mudd) - -ed ${PREFIX}/etc/postfix/postfix-files <<EOF || exit 1 -%s/\(\/man[158]\/.*\.[158]\):/\1.gz:/ -w -q -EOF diff --git a/mail/postfix22/Makefile b/mail/postfix22/Makefile deleted file mode 100644 index 7dfc7ba13a0e..000000000000 --- a/mail/postfix22/Makefile +++ /dev/null @@ -1,169 +0,0 @@ -# New ports collection makefile for: postfix-current -# Date created: 18 Mar 1999 -# Whom: torstenb -# -# $FreeBSD$ -# - -# To pre-select options in batch mode, run make like this: -# -# make -DBATCH POSTFIX_OPTIONS="DB3 IPv6TLS" -# -# the options are the same names as in the scripts/configure.postfix file. -# POSTFIX_OPTIONS can be set in /etc/make.conf also. - -# NOTE: PCRE is enabled by default unless you specifically disable it. - -PORTNAME= postfix -PORTVERSION= 2.0.16 -PORTEPOCH= 1 -CATEGORIES= mail ipv6 -MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ - ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \ - ftp://ftp.tux.org/pub/net/postfix/official/ \ - ftp://ftp.utoronto.ca/mirror/packages/postfix/official/ \ - ftp://ftp.samurai.com/pub/postfix/official/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/postfix/official/&,} -MASTER_SITE_SUBDIR= . old related/postfix -DISTNAME= postfix-${PORTVERSION} -DIST_SUBDIR= ${PORTNAME} -PATCH_SITES= ${MASTER_SITES} -PATCHFILES= postfix-2.0-ns-mx-acl-patch.gz - -MAINTAINER= khera@kciLink.com -COMMENT= A secure alternative to widely-used Sendmail - -CONFLICTS= courier-0.* postfix-1.* sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.* -USE_SUBMAKE= yes -USE_REINPLACE= yes - -MAN1= mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \ - postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postqueue.1 \ - postsuper.1 sendmail.1 - -MAN5= access.5 aliases.5 canonical.5 pcre_table.5 regexp_table.5 \ - relocated.5 transport.5 virtual.5 - -MAN8= bounce.8 cleanup.8 defer.8 error.8 flush.8 lmtp.8 local.8 \ - master.8 nqmgr.8 pickup.8 pipe.8 proxymap.8 qmgr.8 qmqpd.8 showq.8 \ - smtp.8 smtpd.8 spawn.8 trivial-rewrite.8 virtual.8 - -# TLS patch adds to MAN8 but doesn't have .html file, so avoid trying to -# patch it. -MAN8base=$(MAN8:S/tlsmgr.8//) - -CONF1= main.cf master.cf access aliases canonical pcre_table regexp_table \ - relocated transport virtual - -.if !defined(DEBUG) -MAKEFILEFLAGS+= DEBUG= -.endif - -MAKEFILEFLAGS+= OPT="${CFLAGS}" - -SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ - TOUCH="${TOUCH}" \ - MKDIR="${MKDIR}" \ - POSTFIX_OPTIONS="${POSTFIX_OPTIONS}" - -pre-fetch: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postfix - -.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) -.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" -.endif - -.if defined(WITHOUT_PCRE) -POSTFIX_CCARGS+= -DNO_PCRE -.else -LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre -POSTFIX_CCARGS+= -DHAS_PCRE -I${LOCALBASE}/include -POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lpcre -.endif - - -post-patch: - (cd ${WRKSRC} && ${MAKE} -f Makefile.init makefiles ${MAKEFILEFLAGS} \ - CCARGS="${POSTFIX_CCARGS}" AUXLIBS="${POSTFIX_AUXLIBS}" && \ - ${ECHO} "all: default" >> Makefile) - -pre-patch: -.for file in ${MAN1} - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" \ - ${WRKSRC}/man/man1/${file} ${WRKSRC}/html/${file}.html -.endfor -.for file in ${MAN5} - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" \ - ${WRKSRC}/man/man5/${file} ${WRKSRC}/html/${file}.html -.endfor -.for file in ${MAN8base} - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" \ - ${WRKSRC}/man/man8/${file} ${WRKSRC}/html/${file}.html -.endfor -.for file in faq rate rewrite uce - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" \ - ${WRKSRC}/html/${file}.html -.endfor -.for file in ${CONF1} - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" ${WRKSRC}/conf/${file} -.endfor - -pre-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - -.if defined(NOPORTDOCS) -READMEDIR=no -.else -READMEDIR=${PREFIX}/share/doc/postfix -.endif - -do-install: - cd ${WRKSRC}; ${SH} postfix-install -non-interactive install_root=/ tempdir=/tmp \ - config_directory=${PREFIX}/etc/postfix \ - daemon_directory=${PREFIX}/libexec/postfix \ - command_directory=${PREFIX}/sbin \ - queue_directory=/var/spool/postfix \ - sendmail_path=${PREFIX}/sbin/sendmail \ - newaliases_path=${PREFIX}/bin/newaliases \ - mailq_path=${PREFIX}/bin/mailq \ - mail_owner=postfix \ - setgid_group=maildrop \ - manpage_directory=${PREFIX}/man \ - sample_directory=${PREFIX}/etc/postfix \ - readme_directory=${READMEDIR} - -.for file in ${CONF1} - ${INSTALL_DATA} ${WRKSRC}/conf/${file} \ - ${PREFIX}/etc/postfix/sample-${file} -.endfor - - @${INSTALL_SCRIPT} \ - ${WRKSRC}/auxiliary/rmail/rmail \ - ${PREFIX}/bin/rmail - -# optional TEST binaries -.for file in ${BIN1} - @${INSTALL_PROGRAM} \ - ${WRKSRC}/src/smtpstone/${file} \ - ${PREFIX}/sbin -.endfor - -.if !defined(NOPORTDOCS) - @${INSTALL} -d -o ${DOCOWN} -g ${DOCGRP} -m 555 ${DOCSDIR} - @cd ${WRKSRC}/html && ${INSTALL_DATA} *.html *.gif ${DOCSDIR} && \ - ${ECHO_MSG} "Installed HTML documentation in ${DOCSDIR}" -.endif - -post-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -# need to fixup ${PREFIX}/etc/postfix/postfix-files to indicate compressed -# man pages, since the ports software compresses them after this step, and -# if we run etc/postfix/post-install again during package installation, -# it will complain about missing files. - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/fix-files-list - @${CAT} ${PKGMESSAGE} - -post-clean: - @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc - -.include <bsd.port.mk> diff --git a/mail/postfix22/distinfo b/mail/postfix22/distinfo deleted file mode 100644 index a3eb62fc1bca..000000000000 --- a/mail/postfix22/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (postfix/postfix-2.0.16.tar.gz) = ac13776442ba7708e683bc1bfbadab2f -MD5 (postfix/postfix-2.0-ns-mx-acl-patch.gz) = 55a3d76d52fddd5cd0365004957a1160 -MD5 (postfix/pfixtls-0.8.16-2.0.16-0.9.7b.tar.gz) = b39c08eabe807db4af5bcb1cafc9761e -MD5 (postfix/postfix-pg.postfix-2.0.0.2.patch) = 5a0aa5ef6a231a593eb6c5628236a3e4 -MD5 (postfix/ipv6-1.18a-pf-2.0.16.patch.gz) = 8e0b85c6c131d367dc5b0d0d95e7e2c1 -MD5 (postfix/tls+ipv6-1.18a-pf-2.0.16.patch.gz) = b32876b1a02d3a8f6a93a66e574ddee7 diff --git a/mail/postfix22/files/patch-ea b/mail/postfix22/files/patch-ea deleted file mode 100644 index 6c3f98d2af4f..000000000000 --- a/mail/postfix22/files/patch-ea +++ /dev/null @@ -1,13 +0,0 @@ -*** ./src/cleanup/cleanup.c.orig Sun May 28 18:33:41 2000 ---- ./src/cleanup/cleanup.c Thu Jun 1 21:52:22 2000 -*************** -*** 118,121 **** - /* FILES -! /* /etc/postfix/canonical*, canonical mapping table -! /* /etc/postfix/virtual*, virtual mapping table - /* LICENSE ---- 118,121 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/canonical*, canonical mapping table -! /* !!PREFIX!!/etc/postfix/virtual*, virtual mapping table - /* LICENSE diff --git a/mail/postfix22/files/patch-eb b/mail/postfix22/files/patch-eb deleted file mode 100644 index e67680963d2d..000000000000 --- a/mail/postfix22/files/patch-eb +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/global/mail_conf.c.orig Sun May 7 18:51:16 2000 ---- ./src/global/mail_conf.c Thu Jun 1 22:16:29 2000 -*************** -*** 53,55 **** - /* FILES -! /* /etc/postfix: default Postfix configuration directory. - /* ENVIRONMENT ---- 53,55 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix: default Postfix configuration directory. - /* ENVIRONMENT diff --git a/mail/postfix22/files/patch-ec b/mail/postfix22/files/patch-ec deleted file mode 100644 index 5f5d1ad9cadc..000000000000 --- a/mail/postfix22/files/patch-ec +++ /dev/null @@ -1,41 +0,0 @@ -*** ./src/global/mail_params.h.orig Thu Jan 3 13:13:37 2002 ---- ./src/global/mail_params.h Tue Jan 8 22:18:22 2002 -*************** -*** 51,55 **** - - #define VAR_SGID_GROUP "setgid_group" -! #define DEF_SGID_GROUP "postdrop" - extern char *var_sgid_group; - extern gid_t var_sgid_gid; ---- 51,55 ---- - - #define VAR_SGID_GROUP "setgid_group" -! #define DEF_SGID_GROUP "maildrop" - extern char *var_sgid_group; - extern gid_t var_sgid_gid; -*************** -*** 170,174 **** - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "/usr/libexec/postfix" - #endif - ---- 170,174 ---- - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "!!PREFIX!!/libexec/postfix" - #endif - -*************** -*** 204,208 **** - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "/etc/postfix" - #endif - extern char *var_config_dir; ---- 204,208 ---- - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "!!PREFIX!!/etc/postfix" - #endif - extern char *var_config_dir; diff --git a/mail/postfix22/files/patch-ed b/mail/postfix22/files/patch-ed deleted file mode 100644 index f971b62720d8..000000000000 --- a/mail/postfix22/files/patch-ed +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/local/mailbox.c.orig Fri Apr 28 16:55:53 2000 ---- ./src/local/mailbox.c Thu Jun 1 22:37:48 2000 -*************** -*** 15,17 **** - /* suppression. The default is direct mailbox delivery to -! /* /var/[spool/]mail/\fIuser\fR; when a \fIhome_mailbox\fR - /* has been configured, mail is delivered to ~/$\fIhome_mailbox\fR; ---- 15,17 ---- - /* suppression. The default is direct mailbox delivery to -! /* /var/mail/\fIuser\fR; when a \fIhome_mailbox\fR - /* has been configured, mail is delivered to ~/$\fIhome_mailbox\fR; diff --git a/mail/postfix22/files/patch-ee b/mail/postfix22/files/patch-ee deleted file mode 100644 index ef44eac24b73..000000000000 --- a/mail/postfix22/files/patch-ee +++ /dev/null @@ -1,13 +0,0 @@ -*** ./src/master/master.c.orig Tue Mar 7 10:25:07 2000 ---- ./src/master/master.c Thu Jun 1 22:43:50 2000 -*************** -*** 104,107 **** - /* FILES -! /* /etc/postfix/main.cf: global configuration file. -! /* /etc/postfix/master.cf: master process configuration file. - /* /var/spool/postfix/pid/master.pid: master lock file. ---- 104,107 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/main.cf: global configuration file. -! /* !!PREFIX!!/etc/postfix/master.cf: master process configuration file. - /* /var/spool/postfix/pid/master.pid: master lock file. diff --git a/mail/postfix22/files/patch-ef b/mail/postfix22/files/patch-ef deleted file mode 100644 index 586b304a103d..000000000000 --- a/mail/postfix22/files/patch-ef +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/postdrop/postdrop.c.orig Sun Apr 25 18:05:43 1999 ---- ./src/postdrop/postdrop.c Thu Jun 1 22:44:22 2000 -*************** -*** 39,41 **** - /* /var/spool/postfix, mail queue -! /* /etc/postfix, configuration files - /* CONFIGURATION PARAMETERS ---- 39,41 ---- - /* /var/spool/postfix, mail queue -! /* !!PREFIX!!/etc/postfix, configuration files - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix22/files/patch-eg b/mail/postfix22/files/patch-eg deleted file mode 100644 index 2983bbfd86ea..000000000000 --- a/mail/postfix22/files/patch-eg +++ /dev/null @@ -1,20 +0,0 @@ -*** ./src/sendmail/sendmail.c.orig Tue Mar 14 10:42:06 2000 ---- ./src/sendmail/sendmail.c Thu Jun 1 22:47:24 2000 -*************** -*** 57,59 **** - /* The path name of the \fBsendmail.cf\fR file. Postfix configuration -! /* files are kept in \fB/etc/postfix\fR. - /* .IP "\fB-F \fIfull_name\fR ---- 57,59 ---- - /* The path name of the \fBsendmail.cf\fR file. Postfix configuration -! /* files are kept in \fB!!PREFIX!!/etc/postfix\fR. - /* .IP "\fB-F \fIfull_name\fR -*************** -*** 159,161 **** - /* /var/spool/postfix, mail queue -! /* /etc/postfix, configuration files - /* CONFIGURATION PARAMETERS ---- 159,161 ---- - /* /var/spool/postfix, mail queue -! /* !!PREFIX!!/etc/postfix, configuration files - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix22/files/patch-eh b/mail/postfix22/files/patch-eh deleted file mode 100644 index c104c3680d21..000000000000 --- a/mail/postfix22/files/patch-eh +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/trivial-rewrite/transport.c.orig Tue Nov 16 19:15:41 1999 ---- ./src/trivial-rewrite/transport.c Thu Jun 1 22:47:49 2000 -*************** -*** 32,34 **** - /* FILES -! /* /etc/postfix/transport* - /* CONFIGURATION PARAMETERS ---- 32,34 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/transport* - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix22/files/patch-main.cf b/mail/postfix22/files/patch-main.cf deleted file mode 100644 index 6281b6b6d7f1..000000000000 --- a/mail/postfix22/files/patch-main.cf +++ /dev/null @@ -1,58 +0,0 @@ ---- ./conf/main.cf Wed Jan 8 22:11:52 2003 -+++ ./conf/main.cf Wed Jan 8 22:11:53 2003 -@@ -31,13 +31,13 @@ - # The command_directory parameter specifies the location of all - # postXXX commands. - # --command_directory = /usr/sbin -+command_directory = !!PREFIX!!/sbin - - # The daemon_directory parameter specifies the location of all Postfix - # daemon programs (i.e. programs listed in the master.cf file). This - # directory must be owned by root. - # --daemon_directory = /usr/libexec/postfix -+daemon_directory = !!PREFIX!!/libexec/postfix - - # QUEUE AND PROCESS OWNERSHIP - # -@@ -590,32 +590,32 @@ - # sendmail_path: The full pathname of the Postfix sendmail command. - # This is the Sendmail-compatible mail posting interface. - # --sendmail_path = -+sendmail_path = !!PREFIX!!/sbin/sendmail - - # newaliases_path: The full pathname of the Postfix newaliases command. - # This is the Sendmail-compatible command to build alias databases. - # --newaliases_path = -+newaliases_path = !!PREFIX!!/bin/newaliases - - # mailq_path: The full pathname of the Postfix mailq command. This - # is the Sendmail-compatible mail queue listing command. - # --mailq_path = -+mailq_path = !!PREFIX!!/bin/mailq - - # setgid_group: The group for mail submission and queue management - # commands. This must be a group name with a numerical group ID that - # is not shared with other accounts, not even with the Postfix account. - # --setgid_group = -+setgid_group = maildrop - - # manpage_directory: The location of the Postfix on-line manual pages. - # --manpage_directory = -+manpage_directory = !!PREFIX!!/man - - # sample_directory: The location of the Postfix sample configuration files. - # --sample_directory = -+sample_directory = !!PREFIX!!/etc/postfix - - # readme_directory: The location of the Postfix README files. - # --readme_directory = -+readme_directory = no diff --git a/mail/postfix22/files/patch-post-install b/mail/postfix22/files/patch-post-install deleted file mode 100644 index 92b2d4c2c6eb..000000000000 --- a/mail/postfix22/files/patch-post-install +++ /dev/null @@ -1,11 +0,0 @@ ---- ./conf/#post-install~ Fri Jan 18 12:32:54 2002 -+++ ./conf/post-install Fri Jan 18 12:32:54 2002 -@@ -183,7 +183,7 @@ - - umask 022 - --PATH=/bin:/usr/bin:/usr/sbin:/usr/etc:/sbin:/etc:/usr/contrib/bin:/usr/gnu/bin:/usr/ucb:/usr/bsd -+PATH=/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin - SHELL=/bin/sh - IFS=" - " diff --git a/mail/postfix22/pkg-descr b/mail/postfix22/pkg-descr deleted file mode 100644 index 1f335ce6820c..000000000000 --- a/mail/postfix22/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Postfix attempts to be fast, easy to administer, and secure, while at -the same time being sendmail-compatible enough to not upset existing -users. It also offers QMQP and VERP support to let Postfix act as delivery -daemon for ezmlm-idx. - -WWW: http://www.postfix.org/ diff --git a/mail/postfix22/pkg-install b/mail/postfix22/pkg-install deleted file mode 100644 index 8cf5a9a5aefe..000000000000 --- a/mail/postfix22/pkg-install +++ /dev/null @@ -1,181 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# If the POSTFIX_DEFAULT_MTA environment variable is set to YES, it -# will make the port/package use defaults which makes postfix replaces -# sendmail as much as possible. - -PKG_PREFIX=${PKG_PREFIX:=/usr/local} -BATCH=${BATCH:=no} -POSTFIX_DEFAULT_MTA=${POSTFIX_DEFAULT_MTA:=no} - -if [ x${POSTFIX_DEFAULT_MTA} = xno ]; then - DEFAULT_REPLACE_MAILERCONF=n -else - DEFAULT_REPLACE_MAILERCONF=y -fi - -ask() { - local question default answer - - question=$1 - default=$2 - if [ -z "${PACKAGE_BUILDING}" -a x${BATCH} = xno ]; then - read -p "${question} [${default}]? " answer - fi - if [ x${answer} = x ]; then - answer=${default} - fi - echo ${answer} -} - -yesno() { - local question default answer - - question=$1 - default=$2 - while :; do - answer=$(ask "${question}" "${default}") - case "${answer}" in - [Yy]*) return 0;; - [Nn]*) return 1;; - esac - echo "Please answer yes or no." - done -} - -if [ x"$2" = xPRE-INSTALL ]; then - USER=postfix - GROUP=postfix - GROUP2=maildrop - - if /usr/sbin/pw groupshow "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP} -h - - then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw groupshow "${GROUP2}" 2>/dev/null; then - echo "You already have a group \"${GROUP2}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP2} -h - - then - echo "Added group \"${GROUP2}\"." - else - echo "Adding group \"${GROUP2}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if /usr/sbin/pw useradd ${USER} -g ${GROUP} -h - \ - -d /var/spool/postfix \ - -s /sbin/nologin \ - -c "Postfix Mail System" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw show group mail | grep -q "${USER}" 2>/dev/null; then - echo "You already have user \"${USER}\" in group \"mail\", so I will use it." - else - echo "You need user \"${USER}\" added to group \"mail\"." - if yesno "Would you like me to add it" y; then - /usr/sbin/pw groupmod mail -m ${USER} || exit - echo "Done." - else - echo "Please create it, and try again." - exit 1 - fi - fi - -fi - -if [ x"$2" = xPOST-INSTALL ]; then - CONF1="main.cf master.cf access aliases canonical pcre_table \ - regexp_table relocated transport virtual" - - for file in $CONF1 - do - if [ ! -f ${PKG_PREFIX}/etc/postfix/$file ]; then - cp ${PKG_PREFIX}/etc/postfix/sample-$file ${PKG_PREFIX}/etc/postfix/$file - fi - done - - sh ${PKG_PREFIX}/etc/postfix/post-install tempdir=/tmp \ - config_directory=${PKG_PREFIX}/etc/postfix \ - daemon_directory=${PKG_PREFIX}/libexec/postfix \ - command_directory=${PKG_PREFIX}/sbin \ - queue_directory=/var/spool/postfix \ - sendmail_path=${PKG_PREFIX}/sbin/sendmail \ - newaliases_path=${PKG_PREFIX}/bin/newaliases \ - mailq_path=${PKG_PREFIX}/bin/mailq \ - mail_owner=postfix \ - setgid_group=maildrop \ - manpage_directory=${PKG_PREFIX}/man \ - sample_directory=${PKG_PREFIX}/etc/postfix \ - readme_directory=no \ - upgrade-package -# readme_directory is "no" above since the package will have correct perms -# already, and we don't know if they had PORTDOCS. -fi - -replace() { - local orig repl - - orig=$1 - repl=$2 - if [ -e ${orig} ]; then - mv -f ${orig} ${orig}.OFF - chmod 0 ${orig}.OFF - fi - if [ -e ${repl} ]; then - ln -s ${repl} ${orig} - fi -} - -if [ x"$2" = xPOST-INSTALL -a -z "${PACKAGE_BUILDING}" ]; then - if [ -x /sbin/sysctl ]; then - OSVERSION=`/sbin/sysctl -n kern.osreldate` - else - OSVERSION=`/usr/sbin/sysctl -n kern.osreldate` - fi - if [ ${OSVERSION} -ge 400014 ]; then - if yesno "Would you like to activate Postfix in /etc/mail/mailer.conf" \ - ${DEFAULT_REPLACE_MAILERCONF}; then - mv -f /etc/mail/mailer.conf /etc/mail/mailer.conf.old - echo "#" > /etc/mail/mailer.conf - echo -n "# Execute the Postfix sendmail program" >> /etc/mail/mailer.conf - echo ", named ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "#" >> /etc/mail/mailer.conf - echo "sendmail ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "send-mail ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "mailq ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "newaliases ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - fi - else - if yesno "Would you like to replace {sendmail,mailq,newaliases} with Postfix versions" n; then - replace /usr/sbin/sendmail ${PKG_PREFIX}/sbin/sendmail - replace /usr/bin/mailq ${PKG_PREFIX}/sbin/sendmail - replace /usr/bin/newaliases ${PKG_PREFIX}/sbin/sendmail - echo "Done." - fi - fi -fi diff --git a/mail/postfix22/pkg-message b/mail/postfix22/pkg-message deleted file mode 100644 index 1c9fd6699bb9..000000000000 --- a/mail/postfix22/pkg-message +++ /dev/null @@ -1,40 +0,0 @@ -If you have postfix configured in your /etc/mail/mailer.conf (answered yes to -the previous question) and would like to enable postfix to start at boot time, -please set these variables in your /etc/rc.conf file: - -sendmail_enable="YES" -sendmail_flags="-bd" -sendmail_outbound_enable="NO" -sendmail_submit_enable="NO" -sendmail_msp_queue_enable="NO" - -This will disable Sendmail completely. - -Alternatively to the above settings, you can enable postfix to start with -the other local services, for example, after your database server starts if -you need it to be running for postfix. To do this, set in your rc.conf file: - -sendmail_enable="NONE" - -Then make the following symbolic link: - -cd /usr/local/etc/rc.d -ln -s /usr/local/sbin/postfix postfix.sh - - -Also, you will want to disable some Sendmail-specific daily maintenance -routines in your /etc/periodic.conf file: - -daily_clean_hoststat_enable="NO" -daily_status_mail_rejects_enable="NO" -daily_status_include_submit_mailq="NO" -daily_submit_queuerun="NO" - - -If you are using SASL, you need to make sure that postfix has access to read -the sasldb file. This is accomplished by adding postfix to group mail and -making the /usr/local/etc/sasldb* file(s) readable by group mail (this should -be the default for new installs). - -If you are upgrading from postfix version prior to 2.0, please see the README -files for recommended changes to your configuration. diff --git a/mail/postfix22/pkg-plist b/mail/postfix22/pkg-plist deleted file mode 100644 index 09f2ca9027a0..000000000000 --- a/mail/postfix22/pkg-plist +++ /dev/null @@ -1,182 +0,0 @@ -@unexec if cmp -s %D/etc/postfix/main.cf %D/etc/postfix/sample-main.cf; then rm -f %D/etc/postfix/main.cf; fi -@unexec if cmp -s %D/etc/postfix/master.cf %D/etc/postfix/sample-master.cf; then rm -f %D/etc/postfix/master.cf; fi -@unexec if cmp -s %D/etc/postfix/access %D/etc/postfix/sample-access; then rm -f %D/etc/postfix/access; fi -@unexec if cmp -s %D/etc/postfix/aliases %D/etc/postfix/sample-aliases; then rm -f %D/etc/postfix/aliases; fi -@unexec if cmp -s %D/etc/postfix/canonical %D/etc/postfix/sample-canonical; then rm -f %D/etc/postfix/canonical; fi -@unexec if cmp -s %D/etc/postfix/pcre_table %D/etc/postfix/sample-pcre_table; then rm -f %D/etc/postfix/pcre_table; fi -@unexec if cmp -s %D/etc/postfix/regexp_table %D/etc/postfix/sample-regexp_table; then rm -f %D/etc/postfix/regexp_table; fi -@unexec if cmp -s %D/etc/postfix/relocated %D/etc/postfix/sample-relocated; then rm -f %D/etc/postfix/relocated; fi -@unexec if cmp -s %D/etc/postfix/transport %D/etc/postfix/sample-transport; then rm -f %D/etc/postfix/transport; fi -@unexec if cmp -s %D/etc/postfix/virtual %D/etc/postfix/sample-virtual; then rm -f %D/etc/postfix/virtual; fi -bin/rmail -etc/postfix/LICENSE -etc/postfix/main.cf.default -etc/postfix/post-install -etc/postfix/postfix-files -etc/postfix/postfix-script -etc/postfix/sample-access -etc/postfix/sample-aliases -etc/postfix/sample-canonical -etc/postfix/sample-pcre_table -etc/postfix/sample-regexp_table -etc/postfix/sample-relocated -etc/postfix/sample-aliases.cf -etc/postfix/sample-auth.cf -etc/postfix/sample-canonical.cf -etc/postfix/sample-compatibility.cf -etc/postfix/sample-debug.cf -etc/postfix/sample-filter.cf -etc/postfix/sample-flush.cf -%%SUB_IPV6%%etc/postfix/sample-ipv6.cf -etc/postfix/sample-ldap.cf -etc/postfix/sample-lmtp.cf -etc/postfix/sample-local.cf -etc/postfix/sample-main.cf -etc/postfix/sample-master.cf -etc/postfix/sample-mime.cf -etc/postfix/sample-misc.cf -etc/postfix/sample-pcre-access.cf -etc/postfix/sample-pcre-body.cf -etc/postfix/sample-pcre-header.cf -etc/postfix/sample-qmqpd.cf -etc/postfix/sample-rate.cf -etc/postfix/sample-regexp-access.cf -etc/postfix/sample-regexp-body.cf -etc/postfix/sample-regexp-header.cf -etc/postfix/sample-relocated.cf -etc/postfix/sample-resource.cf -etc/postfix/sample-rewrite.cf -etc/postfix/sample-smtp.cf -etc/postfix/sample-smtpd.cf -etc/postfix/sample-transport.cf -etc/postfix/sample-virtual.cf -etc/postfix/sample-transport -etc/postfix/sample-virtual -%%SUB_TLS%%etc/postfix/sample-tls.cf -libexec/postfix/bounce -libexec/postfix/cleanup -libexec/postfix/error -libexec/postfix/flush -libexec/postfix/lmtp -libexec/postfix/local -libexec/postfix/master -libexec/postfix/nqmgr -libexec/postfix/pickup -libexec/postfix/pipe -libexec/postfix/proxymap -libexec/postfix/qmgr -libexec/postfix/qmqpd -libexec/postfix/showq -libexec/postfix/smtp -libexec/postfix/smtpd -libexec/postfix/spawn -libexec/postfix/trivial-rewrite -libexec/postfix/virtual -%%SUB_TLS%%libexec/postfix/tlsmgr -sbin/postalias -sbin/postcat -sbin/postconf -sbin/postdrop -sbin/postfix -sbin/postkick -sbin/postlock -sbin/postlog -sbin/postmap -sbin/postqueue -sbin/postsuper -sbin/sendmail -bin/newaliases -bin/mailq -%%SUB_TEST%%sbin/smtp-sink -%%SUB_TEST%%sbin/smtp-source -%%PORTDOCS%%%%DOCSDIR%%/ADDRESS_CLASS_README -%%PORTDOCS%%%%DOCSDIR%%/DB_README -%%PORTDOCS%%%%DOCSDIR%%/DEBUG_README -%%PORTDOCS%%%%DOCSDIR%%/ETRN_README -%%PORTDOCS%%%%DOCSDIR%%/FILTER_README -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%SUB_IPV6%%%%DOCSDIR%%/IPV6_README -%%PORTDOCS%%%%DOCSDIR%%/LDAP_README -%%PORTDOCS%%%%DOCSDIR%%/LINUX_README -%%PORTDOCS%%%%DOCSDIR%%/LOCAL_RECIPIENT_README -%%PORTDOCS%%%%DOCSDIR%%/LMTP_README -%%PORTDOCS%%%%DOCSDIR%%/MACOSX_README -%%PORTDOCS%%%%DOCSDIR%%/MAILDROP_README -%%PORTDOCS%%%%DOCSDIR%%/MYSQL_README -%%PORTDOCS%%%%DOCSDIR%%/NFS_README -%%PORTDOCS%%%%DOCSDIR%%/PACKAGE_README -%%PORTDOCS%%%%DOCSDIR%%/PCRE_README -%%PORTDOCS%%%%DOCSDIR%%/QMQP_README -%%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES -%%PORTDOCS%%%%DOCSDIR%%/RESTRICTION_CLASS_README -%%PORTDOCS%%%%DOCSDIR%%/SASL_README -%%PORTDOCS%%%%DOCSDIR%%/ULTRIX_README -%%PORTDOCS%%%%DOCSDIR%%/UUCP_README -%%PORTDOCS%%%%DOCSDIR%%/VERP_README -%%PORTDOCS%%%%DOCSDIR%%/VIRTUAL_README -%%PORTDOCS%%%%DOCSDIR%%/access.5.html -%%PORTDOCS%%%%DOCSDIR%%/aliases.5.html -%%PORTDOCS%%%%DOCSDIR%%/architecture.html -%%PORTDOCS%%%%DOCSDIR%%/backstage.html -%%PORTDOCS%%%%DOCSDIR%%/basic.html -%%PORTDOCS%%%%DOCSDIR%%/big-picture.gif -%%PORTDOCS%%%%DOCSDIR%%/big-picture.html -%%PORTDOCS%%%%DOCSDIR%%/bounce.8.html -%%PORTDOCS%%%%DOCSDIR%%/canonical.5.html -%%PORTDOCS%%%%DOCSDIR%%/cleanup.8.html -%%PORTDOCS%%%%DOCSDIR%%/commands.html -%%PORTDOCS%%%%DOCSDIR%%/defer.8.html -%%PORTDOCS%%%%DOCSDIR%%/delivering.html -%%PORTDOCS%%%%DOCSDIR%%/error.8.html -%%PORTDOCS%%%%DOCSDIR%%/faq.html -%%PORTDOCS%%%%DOCSDIR%%/flush.8.html -%%PORTDOCS%%%%DOCSDIR%%/goals.html -%%PORTDOCS%%%%DOCSDIR%%/inbound.gif -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/lmtp.8.html -%%PORTDOCS%%%%DOCSDIR%%/local.8.html -%%PORTDOCS%%%%DOCSDIR%%/mailq.1.html -%%PORTDOCS%%%%DOCSDIR%%/master.8.html -%%PORTDOCS%%%%DOCSDIR%%/motivation.html -%%PORTDOCS%%%%DOCSDIR%%/newaliases.1.html -%%PORTDOCS%%%%DOCSDIR%%/nqmgr.8.html -%%PORTDOCS%%%%DOCSDIR%%/outbound.gif -%%PORTDOCS%%%%DOCSDIR%%/pcre_table.5.html -%%PORTDOCS%%%%DOCSDIR%%/pickup.8.html -%%PORTDOCS%%%%DOCSDIR%%/pipe.8.html -%%PORTDOCS%%%%DOCSDIR%%/postalias.1.html -%%PORTDOCS%%%%DOCSDIR%%/postcat.1.html -%%PORTDOCS%%%%DOCSDIR%%/postconf.1.html -%%PORTDOCS%%%%DOCSDIR%%/postdrop.1.html -%%PORTDOCS%%%%DOCSDIR%%/postfix.1.html -%%PORTDOCS%%%%DOCSDIR%%/postkick.1.html -%%PORTDOCS%%%%DOCSDIR%%/postlock.1.html -%%PORTDOCS%%%%DOCSDIR%%/postlog.1.html -%%PORTDOCS%%%%DOCSDIR%%/postmap.1.html -%%PORTDOCS%%%%DOCSDIR%%/postqueue.1.html -%%PORTDOCS%%%%DOCSDIR%%/postsuper.1.html -%%PORTDOCS%%%%DOCSDIR%%/proxymap.8.html -%%PORTDOCS%%%%DOCSDIR%%/qmgr.8.html -%%PORTDOCS%%%%DOCSDIR%%/qmqpd.8.html -%%PORTDOCS%%%%DOCSDIR%%/queuing.html -%%PORTDOCS%%%%DOCSDIR%%/rate.html -%%PORTDOCS%%%%DOCSDIR%%/receiving.html -%%PORTDOCS%%%%DOCSDIR%%/regexp_table.5.html -%%PORTDOCS%%%%DOCSDIR%%/relocated.5.html -%%PORTDOCS%%%%DOCSDIR%%/resource.html -%%PORTDOCS%%%%DOCSDIR%%/rewrite.html -%%PORTDOCS%%%%DOCSDIR%%/security.html -%%PORTDOCS%%%%DOCSDIR%%/sendmail.1.html -%%PORTDOCS%%%%DOCSDIR%%/showq.8.html -%%PORTDOCS%%%%DOCSDIR%%/small-picture.gif -%%PORTDOCS%%%%DOCSDIR%%/smtp.8.html -%%PORTDOCS%%%%DOCSDIR%%/smtpd.8.html -%%PORTDOCS%%%%DOCSDIR%%/spawn.8.html -%%PORTDOCS%%%%DOCSDIR%%/transport.5.html -%%PORTDOCS%%%%DOCSDIR%%/trivial-rewrite.8.html -%%PORTDOCS%%%%DOCSDIR%%/uce.html -%%PORTDOCS%%%%DOCSDIR%%/virtual.5.html -%%PORTDOCS%%%%DOCSDIR%%/virtual.8.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm libexec/postfix -@unexec rmdir %D/etc/postfix 2>/dev/null || true diff --git a/mail/postfix22/scripts/configure b/mail/postfix22/scripts/configure deleted file mode 100644 index 93c5b95ec561..000000000000 --- a/mail/postfix22/scripts/configure +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -for f in `find ${WRKSRC} -type f | xargs grep -l '\!\!PREFIX\!\!' ` ; do \ - mv $f $f.orig && sed s+!!PREFIX!!+$PREFIX+g < $f.orig > $f && \ - rm $f.orig -done diff --git a/mail/postfix22/scripts/configure.postfix b/mail/postfix22/scripts/configure.postfix deleted file mode 100644 index 22aee74a581e..000000000000 --- a/mail/postfix22/scripts/configure.postfix +++ /dev/null @@ -1,247 +0,0 @@ -#!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix22/scripts/Attic/configure.postfix,v 1.41 2003-10-01 19:55:24 osa Exp $ - -if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then - exit -fi - -tempfile=`mktemp -t checklist` - -if [ "${POSTFIX_OPTIONS}" ]; then - set ${POSTFIX_OPTIONS} -fi - -for i; do - eval status_$i=ON -done - -if [ -z "${BATCH}" ]; then - /usr/bin/dialog --title "Postfix configuration options" --clear \ - --checklist "\n\ -Please select desired options:" -1 -1 16 \ -NOPCRE "DISABLE Perl Compatible Regular Expressions" "$status_NOPCRE" \ -SASL "Cyrus SASLv1 (Simple Authentication and Security Layer)" "$status_SASL" \ -SASL2 "Cyrus SASLv2 (Simple Authentication and Security Layer)" "$status_SASL2" \ -SASLKRB "If your SASL requires Kerberos select this option" "$status_SASLKRB" \ -TLS "SSL and TLS" "$status_TLS" \ -IPv6 "IPv6 support" "$status_IPv6" \ -IPv6TLS "IPv6 support with SSL and TLS" "$status_IPv6TLS" \ -DB3 "Berkeley DB3 (required if SASL also built with DB3)" "$status_DB3" \ -DB40 "Berkeley DB4.0 (required if SASL also built with DB4.0)" "$status_DB40" \ -DB41 "Berkeley DB4.1 (required if SASL also built with DB4.1)" "$status_DB41" \ -MySQL "MySQL map lookups" "$status_MySQL" \ -PgSQL "PostgreSQL v7.3 map lookups" "$status_PgSQL" \ -PgSQL72 "PostgreSQL v7.2 map lookups" "$status_PgSQL72" \ -OpenLDAP12 "OpenLDAP 1.2 map lookups" "$status_OpenLDAP" \ -OpenLDAP20 "OpenLDAP 2.0 map lookups" "$status_OpenLDAP" \ -OpenLDAP21 "OpenLDAP 2.1 map lookups" "$status_OpenLDAP" \ -Test "SMTP/LMTP test server and generator" "$status_Test" \ -2> $tempfile - - retval=$? - - if [ -s $tempfile ]; then - set `sed 's/"//g' $tempfile` - fi - rm -f $tempfile - - case $retval in - 0) if [ -z "$*" ]; then - echo "Nothing selected" - fi - ;; - 1) echo "Cancel pressed." - exit 1 - ;; - esac -fi - -${MKDIR} ${WRKDIRPREFIX}${CURDIR} -exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - -echo "PREFIX= ${PREFIX}" - -SUB_TLS="@comment " -SUB_TEST="@comment " -SUB_IPV6="@comment " - -while [ "$1" ]; do - case $1 in - NOPCRE) - echo "WITHOUT_PCRE= yes" - echo "NOPCRE_SUFFIX= +nopcre" - SUB_NOPCRE="" - ;; - SASL) - echo "LIB_DEPENDS+= sasl.8:\${PORTSDIR}/security/cyrus-sasl" - echo "POSTFIX_CCARGS+= -DUSE_SASL_AUTH -I\${LOCALBASE}/include -I\${LOCALBASE}/include/sasl1" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -lsasl -lpam -lcrypt" - echo "SASL_SUFFIX= +sasl" - if [ -f ${PREFIX}/lib/libsasl.a ]; then - if nm ${PREFIX}/lib/libsasl.a | grep -wq "mysql_verify_password"; then - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - fi - fi - SUB_SASL="" - ;; - SASL2) - echo "LIB_DEPENDS+= sasl2.2:\${PORTSDIR}/security/cyrus-sasl2" - echo "POSTFIX_CCARGS+= -DUSE_SASL_AUTH -I\${LOCALBASE}/include -I\${LOCALBASE}/include/sasl" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -lsasl2 -lpam -lcrypt" - echo "SASL_SUFFIX= +sasl2" - if [ -f ${PREFIX}/lib/libsasl2.a ]; then - if nm ${PREFIX}/lib/libsasl2.a | grep -wq "mysql_verify_password"; then - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - fi - fi - SUB_SASL="" - ;; - SASLKRB) - echo "POSTFIX_AUXLIBS+= -lkrb -lcrypto -lcom_err" - ;; - TLS) - echo "MAN8+= tlsmgr.8" - echo "USE_OPENSSL= yes" - echo "POSTFIX_CCARGS+= -DHAS_SSL -I\${OPENSSLINC}" - echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} -lssl -lcrypto" - echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.16-2.0.16-0.9.7b.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.16-2.0.16-0.9.7b/pfixtls.diff" - echo "PATCH_STRIP= -p1" - echo "TLS_SUFFIX= +tls" - SUB_TLS="" - ;; - DB3) - if [ X$DB40_SELECTED != "X" -o X$DB41_SELECTED != "X" ]; then - /usr/bin/dialog --msgbox "Select exactly one of the DB3, DB40 and DB41 options." 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "LIB_DEPENDS+= db3.3:\${PORTSDIR}/databases/db3" - echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3" - echo "DB_SUFFIX= +db3" - DB3_SELECTED="YES" - ;; - DB40) - if [ X$DB3_SELECTED != "X" -o X$DB41_SELECTED != "X" ]; then - /usr/bin/dialog --msgbox "Select exactly one of the DB3, DB40 and DB41 options." 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "LIB_DEPENDS+= db4.0:\${PORTSDIR}/databases/db4" - echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db4" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb4" - echo "DB_SUFFIX= +db40" - DB40_SELECTED="YES" - ;; - DB41) - if [ X$DB3_SELECTED != "X" -o X$DB40_SELECTED != "X" ]; then - /usr/bin/dialog --msgbox "Select exactly one of the DB3, DB40 and DB41 options." 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "LIB_DEPENDS+= db41.1:\${PORTSDIR}/databases/db41" - echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db41" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb41" - echo "DB_SUFFIX= +db41" - DB41_SELECTED="YES" - ;; - MySQL) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a:\${PORTSDIR}/databases/mysql323-client" - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - echo "MYSQL_SUFFIX= +mysql" - ;; - PgSQL) - echo "POSTGRESQL_PORT?= databases/postgresql7" - echo "LIB_DEPENDS+= pq.3:\${PORTSDIR}/\${POSTGRESQL_PORT}" - echo "POSTFIX_CCARGS+= -DHAS_PGSQL -I\${LOCALBASE}/include -I\${LOCALBASE}/pgsql/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -L\${LOCALBASE}/pgsql/lib -lpq -lcrypt" - echo "PATCH_SITES+= http://mat.cc/postfix/" - echo "PATCHFILES+= postfix-pg.postfix-2.0.0.2.patch" - echo "PATCH_DIST_STRIP= -p1" - echo "PGSQL_SUFFIX= +pgsql" - ;; - PgSQL72) - echo "POSTGRESQL_PORT?= databases/postgresql72" - echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/\${POSTGRESQL_PORT}" - echo "POSTFIX_CCARGS+= -DHAS_PGSQL -I\${LOCALBASE}/include -I\${LOCALBASE}/pgsql/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -L\${LOCALBASE}/pgsql/lib -lpq -lcrypt" - echo "PATCH_SITES+= http://mat.cc/postfix/" - echo "PATCHFILES+= postfix-pg.postfix-2.0.0.2.patch" - echo "PATCH_DIST_STRIP= -p1" - echo "PGSQL_SUFFIX= +pgsql" - ;; - OpenLDAP12) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libldap.a:\${PORTSDIR}/net/openldap12" - echo "POSTFIX_CCARGS+= -DHAS_LDAP -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/libldap.a \${PREFIX}/lib/liblber.a" - echo "OPENLDAP_SUFFIX= +openldap12" - ;; - OpenLDAP20) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libldap.a:\${PORTSDIR}/net/openldap20-client" - echo "POSTFIX_CCARGS+= -DHAS_LDAP -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= -lldap -llber" - echo "OPENLDAP_SUFFIX= +openldap20" - ;; - OpenLDAP21) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libldap.a:\${PORTSDIR}/net/openldap21-client" - echo "POSTFIX_CCARGS+= -DHAS_LDAP -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= -lldap -llber" - echo "OPENLDAP_SUFFIX= +openldap21" - ;; - Test) - echo "BIN1= smtp-sink smtp-source" - SUB_TEST="" - ;; - IPv6) - if [ X$SUB_TLS = "X" ]; then - /usr/bin/dialog --msgbox "Select exactly one of the IPv6 and TLS patches" 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "PATCH_SITES+= http://www.ipnet6.org/postfix/download/" - echo "PATCHFILES+= ipv6-1.18a-pf-2.0.16.patch.gz" - echo "PATCH_DIST_STRIP= -p1" - echo "IPv6_SUFFIX= +ipv6" - echo "" - IPv6SELECTED=YES - SUB_IPV6="" - ;; - IPv6TLS) - if [ X$SUB_TLS = "X" -o X$IPv6SELECTED != X ]; then - /usr/bin/dialog --msgbox "Select exactly one of the IPv6 and TLS patches" 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "MAN8+= tlsmgr.8" - echo "USE_OPENSSL= yes" - echo "POSTFIX_CCARGS+= -DHAS_SSL -I\${OPENSSLINC}" - echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} -lssl -lcrypto" - echo "PATCH_SITES+= http://www.ipnet6.org/postfix/download/" - echo "PATCHFILES+= tls+ipv6-1.18a-pf-2.0.16.patch.gz" - echo "PATCH_DIST_STRIP= -p1" - echo "TLS_SUFFIX= +tls+ipv6" - SUB_TLS="" - SUB_IPV6="" - ;; - *) - echo "Unknown option(s): $*" > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - ;; - esac - shift -done - -echo "PLIST_SUB+= SUB_TLS=\"${SUB_TLS}\"" -echo "PLIST_SUB+= SUB_TEST=\"${SUB_TEST}\"" -echo "PLIST_SUB+= SUB_IPV6=\"${SUB_IPV6}\"" - -# for some reason, if we alter the pkg name this way, the first build (where -# we ask the configure questions) doesn't pick up the extensions, but -# any subsequent build will. so "make; make install" will build twice. -# don't do this for now. -#echo "PKGNAMESUFFIX= \${NOPCRE_SUFFIX}\${SASL_SUFFIX}\${DB_SUFFIX}\${MYSQL_SUFFIX}\${PGSQL_SUFFIX}\${OPENLDAP_SUFFIX}\${TLS_SUFFIX}\${IPv6_SUFFIX}" diff --git a/mail/postfix22/scripts/fix-files-list b/mail/postfix22/scripts/fix-files-list deleted file mode 100644 index cc4a1083a814..000000000000 --- a/mail/postfix22/scripts/fix-files-list +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# need to fixup ${PREFIX}/etc/postfix/postfix-files to indicate compressed -# man pages, since the ports software compresses them later, and if we -# run post-install it will complain about missing files -# (script from Simon J. Mudd) - -ed ${PREFIX}/etc/postfix/postfix-files <<EOF || exit 1 -%s/\(\/man[158]\/.*\.[158]\):/\1.gz:/ -w -q -EOF diff --git a/mail/postfix23/Makefile b/mail/postfix23/Makefile deleted file mode 100644 index 7dfc7ba13a0e..000000000000 --- a/mail/postfix23/Makefile +++ /dev/null @@ -1,169 +0,0 @@ -# New ports collection makefile for: postfix-current -# Date created: 18 Mar 1999 -# Whom: torstenb -# -# $FreeBSD$ -# - -# To pre-select options in batch mode, run make like this: -# -# make -DBATCH POSTFIX_OPTIONS="DB3 IPv6TLS" -# -# the options are the same names as in the scripts/configure.postfix file. -# POSTFIX_OPTIONS can be set in /etc/make.conf also. - -# NOTE: PCRE is enabled by default unless you specifically disable it. - -PORTNAME= postfix -PORTVERSION= 2.0.16 -PORTEPOCH= 1 -CATEGORIES= mail ipv6 -MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ - ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \ - ftp://ftp.tux.org/pub/net/postfix/official/ \ - ftp://ftp.utoronto.ca/mirror/packages/postfix/official/ \ - ftp://ftp.samurai.com/pub/postfix/official/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/postfix/official/&,} -MASTER_SITE_SUBDIR= . old related/postfix -DISTNAME= postfix-${PORTVERSION} -DIST_SUBDIR= ${PORTNAME} -PATCH_SITES= ${MASTER_SITES} -PATCHFILES= postfix-2.0-ns-mx-acl-patch.gz - -MAINTAINER= khera@kciLink.com -COMMENT= A secure alternative to widely-used Sendmail - -CONFLICTS= courier-0.* postfix-1.* sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.* -USE_SUBMAKE= yes -USE_REINPLACE= yes - -MAN1= mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \ - postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postqueue.1 \ - postsuper.1 sendmail.1 - -MAN5= access.5 aliases.5 canonical.5 pcre_table.5 regexp_table.5 \ - relocated.5 transport.5 virtual.5 - -MAN8= bounce.8 cleanup.8 defer.8 error.8 flush.8 lmtp.8 local.8 \ - master.8 nqmgr.8 pickup.8 pipe.8 proxymap.8 qmgr.8 qmqpd.8 showq.8 \ - smtp.8 smtpd.8 spawn.8 trivial-rewrite.8 virtual.8 - -# TLS patch adds to MAN8 but doesn't have .html file, so avoid trying to -# patch it. -MAN8base=$(MAN8:S/tlsmgr.8//) - -CONF1= main.cf master.cf access aliases canonical pcre_table regexp_table \ - relocated transport virtual - -.if !defined(DEBUG) -MAKEFILEFLAGS+= DEBUG= -.endif - -MAKEFILEFLAGS+= OPT="${CFLAGS}" - -SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ - TOUCH="${TOUCH}" \ - MKDIR="${MKDIR}" \ - POSTFIX_OPTIONS="${POSTFIX_OPTIONS}" - -pre-fetch: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postfix - -.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) -.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" -.endif - -.if defined(WITHOUT_PCRE) -POSTFIX_CCARGS+= -DNO_PCRE -.else -LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre -POSTFIX_CCARGS+= -DHAS_PCRE -I${LOCALBASE}/include -POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lpcre -.endif - - -post-patch: - (cd ${WRKSRC} && ${MAKE} -f Makefile.init makefiles ${MAKEFILEFLAGS} \ - CCARGS="${POSTFIX_CCARGS}" AUXLIBS="${POSTFIX_AUXLIBS}" && \ - ${ECHO} "all: default" >> Makefile) - -pre-patch: -.for file in ${MAN1} - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" \ - ${WRKSRC}/man/man1/${file} ${WRKSRC}/html/${file}.html -.endfor -.for file in ${MAN5} - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" \ - ${WRKSRC}/man/man5/${file} ${WRKSRC}/html/${file}.html -.endfor -.for file in ${MAN8base} - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" \ - ${WRKSRC}/man/man8/${file} ${WRKSRC}/html/${file}.html -.endfor -.for file in faq rate rewrite uce - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" \ - ${WRKSRC}/html/${file}.html -.endfor -.for file in ${CONF1} - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" ${WRKSRC}/conf/${file} -.endfor - -pre-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - -.if defined(NOPORTDOCS) -READMEDIR=no -.else -READMEDIR=${PREFIX}/share/doc/postfix -.endif - -do-install: - cd ${WRKSRC}; ${SH} postfix-install -non-interactive install_root=/ tempdir=/tmp \ - config_directory=${PREFIX}/etc/postfix \ - daemon_directory=${PREFIX}/libexec/postfix \ - command_directory=${PREFIX}/sbin \ - queue_directory=/var/spool/postfix \ - sendmail_path=${PREFIX}/sbin/sendmail \ - newaliases_path=${PREFIX}/bin/newaliases \ - mailq_path=${PREFIX}/bin/mailq \ - mail_owner=postfix \ - setgid_group=maildrop \ - manpage_directory=${PREFIX}/man \ - sample_directory=${PREFIX}/etc/postfix \ - readme_directory=${READMEDIR} - -.for file in ${CONF1} - ${INSTALL_DATA} ${WRKSRC}/conf/${file} \ - ${PREFIX}/etc/postfix/sample-${file} -.endfor - - @${INSTALL_SCRIPT} \ - ${WRKSRC}/auxiliary/rmail/rmail \ - ${PREFIX}/bin/rmail - -# optional TEST binaries -.for file in ${BIN1} - @${INSTALL_PROGRAM} \ - ${WRKSRC}/src/smtpstone/${file} \ - ${PREFIX}/sbin -.endfor - -.if !defined(NOPORTDOCS) - @${INSTALL} -d -o ${DOCOWN} -g ${DOCGRP} -m 555 ${DOCSDIR} - @cd ${WRKSRC}/html && ${INSTALL_DATA} *.html *.gif ${DOCSDIR} && \ - ${ECHO_MSG} "Installed HTML documentation in ${DOCSDIR}" -.endif - -post-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -# need to fixup ${PREFIX}/etc/postfix/postfix-files to indicate compressed -# man pages, since the ports software compresses them after this step, and -# if we run etc/postfix/post-install again during package installation, -# it will complain about missing files. - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/fix-files-list - @${CAT} ${PKGMESSAGE} - -post-clean: - @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc - -.include <bsd.port.mk> diff --git a/mail/postfix23/distinfo b/mail/postfix23/distinfo deleted file mode 100644 index a3eb62fc1bca..000000000000 --- a/mail/postfix23/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (postfix/postfix-2.0.16.tar.gz) = ac13776442ba7708e683bc1bfbadab2f -MD5 (postfix/postfix-2.0-ns-mx-acl-patch.gz) = 55a3d76d52fddd5cd0365004957a1160 -MD5 (postfix/pfixtls-0.8.16-2.0.16-0.9.7b.tar.gz) = b39c08eabe807db4af5bcb1cafc9761e -MD5 (postfix/postfix-pg.postfix-2.0.0.2.patch) = 5a0aa5ef6a231a593eb6c5628236a3e4 -MD5 (postfix/ipv6-1.18a-pf-2.0.16.patch.gz) = 8e0b85c6c131d367dc5b0d0d95e7e2c1 -MD5 (postfix/tls+ipv6-1.18a-pf-2.0.16.patch.gz) = b32876b1a02d3a8f6a93a66e574ddee7 diff --git a/mail/postfix23/files/patch-ea b/mail/postfix23/files/patch-ea deleted file mode 100644 index 6c3f98d2af4f..000000000000 --- a/mail/postfix23/files/patch-ea +++ /dev/null @@ -1,13 +0,0 @@ -*** ./src/cleanup/cleanup.c.orig Sun May 28 18:33:41 2000 ---- ./src/cleanup/cleanup.c Thu Jun 1 21:52:22 2000 -*************** -*** 118,121 **** - /* FILES -! /* /etc/postfix/canonical*, canonical mapping table -! /* /etc/postfix/virtual*, virtual mapping table - /* LICENSE ---- 118,121 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/canonical*, canonical mapping table -! /* !!PREFIX!!/etc/postfix/virtual*, virtual mapping table - /* LICENSE diff --git a/mail/postfix23/files/patch-eb b/mail/postfix23/files/patch-eb deleted file mode 100644 index e67680963d2d..000000000000 --- a/mail/postfix23/files/patch-eb +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/global/mail_conf.c.orig Sun May 7 18:51:16 2000 ---- ./src/global/mail_conf.c Thu Jun 1 22:16:29 2000 -*************** -*** 53,55 **** - /* FILES -! /* /etc/postfix: default Postfix configuration directory. - /* ENVIRONMENT ---- 53,55 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix: default Postfix configuration directory. - /* ENVIRONMENT diff --git a/mail/postfix23/files/patch-ec b/mail/postfix23/files/patch-ec deleted file mode 100644 index 5f5d1ad9cadc..000000000000 --- a/mail/postfix23/files/patch-ec +++ /dev/null @@ -1,41 +0,0 @@ -*** ./src/global/mail_params.h.orig Thu Jan 3 13:13:37 2002 ---- ./src/global/mail_params.h Tue Jan 8 22:18:22 2002 -*************** -*** 51,55 **** - - #define VAR_SGID_GROUP "setgid_group" -! #define DEF_SGID_GROUP "postdrop" - extern char *var_sgid_group; - extern gid_t var_sgid_gid; ---- 51,55 ---- - - #define VAR_SGID_GROUP "setgid_group" -! #define DEF_SGID_GROUP "maildrop" - extern char *var_sgid_group; - extern gid_t var_sgid_gid; -*************** -*** 170,174 **** - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "/usr/libexec/postfix" - #endif - ---- 170,174 ---- - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "!!PREFIX!!/libexec/postfix" - #endif - -*************** -*** 204,208 **** - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "/etc/postfix" - #endif - extern char *var_config_dir; ---- 204,208 ---- - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "!!PREFIX!!/etc/postfix" - #endif - extern char *var_config_dir; diff --git a/mail/postfix23/files/patch-ed b/mail/postfix23/files/patch-ed deleted file mode 100644 index f971b62720d8..000000000000 --- a/mail/postfix23/files/patch-ed +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/local/mailbox.c.orig Fri Apr 28 16:55:53 2000 ---- ./src/local/mailbox.c Thu Jun 1 22:37:48 2000 -*************** -*** 15,17 **** - /* suppression. The default is direct mailbox delivery to -! /* /var/[spool/]mail/\fIuser\fR; when a \fIhome_mailbox\fR - /* has been configured, mail is delivered to ~/$\fIhome_mailbox\fR; ---- 15,17 ---- - /* suppression. The default is direct mailbox delivery to -! /* /var/mail/\fIuser\fR; when a \fIhome_mailbox\fR - /* has been configured, mail is delivered to ~/$\fIhome_mailbox\fR; diff --git a/mail/postfix23/files/patch-ee b/mail/postfix23/files/patch-ee deleted file mode 100644 index ef44eac24b73..000000000000 --- a/mail/postfix23/files/patch-ee +++ /dev/null @@ -1,13 +0,0 @@ -*** ./src/master/master.c.orig Tue Mar 7 10:25:07 2000 ---- ./src/master/master.c Thu Jun 1 22:43:50 2000 -*************** -*** 104,107 **** - /* FILES -! /* /etc/postfix/main.cf: global configuration file. -! /* /etc/postfix/master.cf: master process configuration file. - /* /var/spool/postfix/pid/master.pid: master lock file. ---- 104,107 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/main.cf: global configuration file. -! /* !!PREFIX!!/etc/postfix/master.cf: master process configuration file. - /* /var/spool/postfix/pid/master.pid: master lock file. diff --git a/mail/postfix23/files/patch-ef b/mail/postfix23/files/patch-ef deleted file mode 100644 index 586b304a103d..000000000000 --- a/mail/postfix23/files/patch-ef +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/postdrop/postdrop.c.orig Sun Apr 25 18:05:43 1999 ---- ./src/postdrop/postdrop.c Thu Jun 1 22:44:22 2000 -*************** -*** 39,41 **** - /* /var/spool/postfix, mail queue -! /* /etc/postfix, configuration files - /* CONFIGURATION PARAMETERS ---- 39,41 ---- - /* /var/spool/postfix, mail queue -! /* !!PREFIX!!/etc/postfix, configuration files - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix23/files/patch-eg b/mail/postfix23/files/patch-eg deleted file mode 100644 index 2983bbfd86ea..000000000000 --- a/mail/postfix23/files/patch-eg +++ /dev/null @@ -1,20 +0,0 @@ -*** ./src/sendmail/sendmail.c.orig Tue Mar 14 10:42:06 2000 ---- ./src/sendmail/sendmail.c Thu Jun 1 22:47:24 2000 -*************** -*** 57,59 **** - /* The path name of the \fBsendmail.cf\fR file. Postfix configuration -! /* files are kept in \fB/etc/postfix\fR. - /* .IP "\fB-F \fIfull_name\fR ---- 57,59 ---- - /* The path name of the \fBsendmail.cf\fR file. Postfix configuration -! /* files are kept in \fB!!PREFIX!!/etc/postfix\fR. - /* .IP "\fB-F \fIfull_name\fR -*************** -*** 159,161 **** - /* /var/spool/postfix, mail queue -! /* /etc/postfix, configuration files - /* CONFIGURATION PARAMETERS ---- 159,161 ---- - /* /var/spool/postfix, mail queue -! /* !!PREFIX!!/etc/postfix, configuration files - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix23/files/patch-eh b/mail/postfix23/files/patch-eh deleted file mode 100644 index c104c3680d21..000000000000 --- a/mail/postfix23/files/patch-eh +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/trivial-rewrite/transport.c.orig Tue Nov 16 19:15:41 1999 ---- ./src/trivial-rewrite/transport.c Thu Jun 1 22:47:49 2000 -*************** -*** 32,34 **** - /* FILES -! /* /etc/postfix/transport* - /* CONFIGURATION PARAMETERS ---- 32,34 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/transport* - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix23/files/patch-main.cf b/mail/postfix23/files/patch-main.cf deleted file mode 100644 index 6281b6b6d7f1..000000000000 --- a/mail/postfix23/files/patch-main.cf +++ /dev/null @@ -1,58 +0,0 @@ ---- ./conf/main.cf Wed Jan 8 22:11:52 2003 -+++ ./conf/main.cf Wed Jan 8 22:11:53 2003 -@@ -31,13 +31,13 @@ - # The command_directory parameter specifies the location of all - # postXXX commands. - # --command_directory = /usr/sbin -+command_directory = !!PREFIX!!/sbin - - # The daemon_directory parameter specifies the location of all Postfix - # daemon programs (i.e. programs listed in the master.cf file). This - # directory must be owned by root. - # --daemon_directory = /usr/libexec/postfix -+daemon_directory = !!PREFIX!!/libexec/postfix - - # QUEUE AND PROCESS OWNERSHIP - # -@@ -590,32 +590,32 @@ - # sendmail_path: The full pathname of the Postfix sendmail command. - # This is the Sendmail-compatible mail posting interface. - # --sendmail_path = -+sendmail_path = !!PREFIX!!/sbin/sendmail - - # newaliases_path: The full pathname of the Postfix newaliases command. - # This is the Sendmail-compatible command to build alias databases. - # --newaliases_path = -+newaliases_path = !!PREFIX!!/bin/newaliases - - # mailq_path: The full pathname of the Postfix mailq command. This - # is the Sendmail-compatible mail queue listing command. - # --mailq_path = -+mailq_path = !!PREFIX!!/bin/mailq - - # setgid_group: The group for mail submission and queue management - # commands. This must be a group name with a numerical group ID that - # is not shared with other accounts, not even with the Postfix account. - # --setgid_group = -+setgid_group = maildrop - - # manpage_directory: The location of the Postfix on-line manual pages. - # --manpage_directory = -+manpage_directory = !!PREFIX!!/man - - # sample_directory: The location of the Postfix sample configuration files. - # --sample_directory = -+sample_directory = !!PREFIX!!/etc/postfix - - # readme_directory: The location of the Postfix README files. - # --readme_directory = -+readme_directory = no diff --git a/mail/postfix23/files/patch-post-install b/mail/postfix23/files/patch-post-install deleted file mode 100644 index 92b2d4c2c6eb..000000000000 --- a/mail/postfix23/files/patch-post-install +++ /dev/null @@ -1,11 +0,0 @@ ---- ./conf/#post-install~ Fri Jan 18 12:32:54 2002 -+++ ./conf/post-install Fri Jan 18 12:32:54 2002 -@@ -183,7 +183,7 @@ - - umask 022 - --PATH=/bin:/usr/bin:/usr/sbin:/usr/etc:/sbin:/etc:/usr/contrib/bin:/usr/gnu/bin:/usr/ucb:/usr/bsd -+PATH=/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin - SHELL=/bin/sh - IFS=" - " diff --git a/mail/postfix23/pkg-descr b/mail/postfix23/pkg-descr deleted file mode 100644 index 1f335ce6820c..000000000000 --- a/mail/postfix23/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Postfix attempts to be fast, easy to administer, and secure, while at -the same time being sendmail-compatible enough to not upset existing -users. It also offers QMQP and VERP support to let Postfix act as delivery -daemon for ezmlm-idx. - -WWW: http://www.postfix.org/ diff --git a/mail/postfix23/pkg-install b/mail/postfix23/pkg-install deleted file mode 100644 index 8cf5a9a5aefe..000000000000 --- a/mail/postfix23/pkg-install +++ /dev/null @@ -1,181 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# If the POSTFIX_DEFAULT_MTA environment variable is set to YES, it -# will make the port/package use defaults which makes postfix replaces -# sendmail as much as possible. - -PKG_PREFIX=${PKG_PREFIX:=/usr/local} -BATCH=${BATCH:=no} -POSTFIX_DEFAULT_MTA=${POSTFIX_DEFAULT_MTA:=no} - -if [ x${POSTFIX_DEFAULT_MTA} = xno ]; then - DEFAULT_REPLACE_MAILERCONF=n -else - DEFAULT_REPLACE_MAILERCONF=y -fi - -ask() { - local question default answer - - question=$1 - default=$2 - if [ -z "${PACKAGE_BUILDING}" -a x${BATCH} = xno ]; then - read -p "${question} [${default}]? " answer - fi - if [ x${answer} = x ]; then - answer=${default} - fi - echo ${answer} -} - -yesno() { - local question default answer - - question=$1 - default=$2 - while :; do - answer=$(ask "${question}" "${default}") - case "${answer}" in - [Yy]*) return 0;; - [Nn]*) return 1;; - esac - echo "Please answer yes or no." - done -} - -if [ x"$2" = xPRE-INSTALL ]; then - USER=postfix - GROUP=postfix - GROUP2=maildrop - - if /usr/sbin/pw groupshow "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP} -h - - then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw groupshow "${GROUP2}" 2>/dev/null; then - echo "You already have a group \"${GROUP2}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP2} -h - - then - echo "Added group \"${GROUP2}\"." - else - echo "Adding group \"${GROUP2}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if /usr/sbin/pw useradd ${USER} -g ${GROUP} -h - \ - -d /var/spool/postfix \ - -s /sbin/nologin \ - -c "Postfix Mail System" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw show group mail | grep -q "${USER}" 2>/dev/null; then - echo "You already have user \"${USER}\" in group \"mail\", so I will use it." - else - echo "You need user \"${USER}\" added to group \"mail\"." - if yesno "Would you like me to add it" y; then - /usr/sbin/pw groupmod mail -m ${USER} || exit - echo "Done." - else - echo "Please create it, and try again." - exit 1 - fi - fi - -fi - -if [ x"$2" = xPOST-INSTALL ]; then - CONF1="main.cf master.cf access aliases canonical pcre_table \ - regexp_table relocated transport virtual" - - for file in $CONF1 - do - if [ ! -f ${PKG_PREFIX}/etc/postfix/$file ]; then - cp ${PKG_PREFIX}/etc/postfix/sample-$file ${PKG_PREFIX}/etc/postfix/$file - fi - done - - sh ${PKG_PREFIX}/etc/postfix/post-install tempdir=/tmp \ - config_directory=${PKG_PREFIX}/etc/postfix \ - daemon_directory=${PKG_PREFIX}/libexec/postfix \ - command_directory=${PKG_PREFIX}/sbin \ - queue_directory=/var/spool/postfix \ - sendmail_path=${PKG_PREFIX}/sbin/sendmail \ - newaliases_path=${PKG_PREFIX}/bin/newaliases \ - mailq_path=${PKG_PREFIX}/bin/mailq \ - mail_owner=postfix \ - setgid_group=maildrop \ - manpage_directory=${PKG_PREFIX}/man \ - sample_directory=${PKG_PREFIX}/etc/postfix \ - readme_directory=no \ - upgrade-package -# readme_directory is "no" above since the package will have correct perms -# already, and we don't know if they had PORTDOCS. -fi - -replace() { - local orig repl - - orig=$1 - repl=$2 - if [ -e ${orig} ]; then - mv -f ${orig} ${orig}.OFF - chmod 0 ${orig}.OFF - fi - if [ -e ${repl} ]; then - ln -s ${repl} ${orig} - fi -} - -if [ x"$2" = xPOST-INSTALL -a -z "${PACKAGE_BUILDING}" ]; then - if [ -x /sbin/sysctl ]; then - OSVERSION=`/sbin/sysctl -n kern.osreldate` - else - OSVERSION=`/usr/sbin/sysctl -n kern.osreldate` - fi - if [ ${OSVERSION} -ge 400014 ]; then - if yesno "Would you like to activate Postfix in /etc/mail/mailer.conf" \ - ${DEFAULT_REPLACE_MAILERCONF}; then - mv -f /etc/mail/mailer.conf /etc/mail/mailer.conf.old - echo "#" > /etc/mail/mailer.conf - echo -n "# Execute the Postfix sendmail program" >> /etc/mail/mailer.conf - echo ", named ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "#" >> /etc/mail/mailer.conf - echo "sendmail ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "send-mail ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "mailq ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "newaliases ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - fi - else - if yesno "Would you like to replace {sendmail,mailq,newaliases} with Postfix versions" n; then - replace /usr/sbin/sendmail ${PKG_PREFIX}/sbin/sendmail - replace /usr/bin/mailq ${PKG_PREFIX}/sbin/sendmail - replace /usr/bin/newaliases ${PKG_PREFIX}/sbin/sendmail - echo "Done." - fi - fi -fi diff --git a/mail/postfix23/pkg-message b/mail/postfix23/pkg-message deleted file mode 100644 index 1c9fd6699bb9..000000000000 --- a/mail/postfix23/pkg-message +++ /dev/null @@ -1,40 +0,0 @@ -If you have postfix configured in your /etc/mail/mailer.conf (answered yes to -the previous question) and would like to enable postfix to start at boot time, -please set these variables in your /etc/rc.conf file: - -sendmail_enable="YES" -sendmail_flags="-bd" -sendmail_outbound_enable="NO" -sendmail_submit_enable="NO" -sendmail_msp_queue_enable="NO" - -This will disable Sendmail completely. - -Alternatively to the above settings, you can enable postfix to start with -the other local services, for example, after your database server starts if -you need it to be running for postfix. To do this, set in your rc.conf file: - -sendmail_enable="NONE" - -Then make the following symbolic link: - -cd /usr/local/etc/rc.d -ln -s /usr/local/sbin/postfix postfix.sh - - -Also, you will want to disable some Sendmail-specific daily maintenance -routines in your /etc/periodic.conf file: - -daily_clean_hoststat_enable="NO" -daily_status_mail_rejects_enable="NO" -daily_status_include_submit_mailq="NO" -daily_submit_queuerun="NO" - - -If you are using SASL, you need to make sure that postfix has access to read -the sasldb file. This is accomplished by adding postfix to group mail and -making the /usr/local/etc/sasldb* file(s) readable by group mail (this should -be the default for new installs). - -If you are upgrading from postfix version prior to 2.0, please see the README -files for recommended changes to your configuration. diff --git a/mail/postfix23/pkg-plist b/mail/postfix23/pkg-plist deleted file mode 100644 index 09f2ca9027a0..000000000000 --- a/mail/postfix23/pkg-plist +++ /dev/null @@ -1,182 +0,0 @@ -@unexec if cmp -s %D/etc/postfix/main.cf %D/etc/postfix/sample-main.cf; then rm -f %D/etc/postfix/main.cf; fi -@unexec if cmp -s %D/etc/postfix/master.cf %D/etc/postfix/sample-master.cf; then rm -f %D/etc/postfix/master.cf; fi -@unexec if cmp -s %D/etc/postfix/access %D/etc/postfix/sample-access; then rm -f %D/etc/postfix/access; fi -@unexec if cmp -s %D/etc/postfix/aliases %D/etc/postfix/sample-aliases; then rm -f %D/etc/postfix/aliases; fi -@unexec if cmp -s %D/etc/postfix/canonical %D/etc/postfix/sample-canonical; then rm -f %D/etc/postfix/canonical; fi -@unexec if cmp -s %D/etc/postfix/pcre_table %D/etc/postfix/sample-pcre_table; then rm -f %D/etc/postfix/pcre_table; fi -@unexec if cmp -s %D/etc/postfix/regexp_table %D/etc/postfix/sample-regexp_table; then rm -f %D/etc/postfix/regexp_table; fi -@unexec if cmp -s %D/etc/postfix/relocated %D/etc/postfix/sample-relocated; then rm -f %D/etc/postfix/relocated; fi -@unexec if cmp -s %D/etc/postfix/transport %D/etc/postfix/sample-transport; then rm -f %D/etc/postfix/transport; fi -@unexec if cmp -s %D/etc/postfix/virtual %D/etc/postfix/sample-virtual; then rm -f %D/etc/postfix/virtual; fi -bin/rmail -etc/postfix/LICENSE -etc/postfix/main.cf.default -etc/postfix/post-install -etc/postfix/postfix-files -etc/postfix/postfix-script -etc/postfix/sample-access -etc/postfix/sample-aliases -etc/postfix/sample-canonical -etc/postfix/sample-pcre_table -etc/postfix/sample-regexp_table -etc/postfix/sample-relocated -etc/postfix/sample-aliases.cf -etc/postfix/sample-auth.cf -etc/postfix/sample-canonical.cf -etc/postfix/sample-compatibility.cf -etc/postfix/sample-debug.cf -etc/postfix/sample-filter.cf -etc/postfix/sample-flush.cf -%%SUB_IPV6%%etc/postfix/sample-ipv6.cf -etc/postfix/sample-ldap.cf -etc/postfix/sample-lmtp.cf -etc/postfix/sample-local.cf -etc/postfix/sample-main.cf -etc/postfix/sample-master.cf -etc/postfix/sample-mime.cf -etc/postfix/sample-misc.cf -etc/postfix/sample-pcre-access.cf -etc/postfix/sample-pcre-body.cf -etc/postfix/sample-pcre-header.cf -etc/postfix/sample-qmqpd.cf -etc/postfix/sample-rate.cf -etc/postfix/sample-regexp-access.cf -etc/postfix/sample-regexp-body.cf -etc/postfix/sample-regexp-header.cf -etc/postfix/sample-relocated.cf -etc/postfix/sample-resource.cf -etc/postfix/sample-rewrite.cf -etc/postfix/sample-smtp.cf -etc/postfix/sample-smtpd.cf -etc/postfix/sample-transport.cf -etc/postfix/sample-virtual.cf -etc/postfix/sample-transport -etc/postfix/sample-virtual -%%SUB_TLS%%etc/postfix/sample-tls.cf -libexec/postfix/bounce -libexec/postfix/cleanup -libexec/postfix/error -libexec/postfix/flush -libexec/postfix/lmtp -libexec/postfix/local -libexec/postfix/master -libexec/postfix/nqmgr -libexec/postfix/pickup -libexec/postfix/pipe -libexec/postfix/proxymap -libexec/postfix/qmgr -libexec/postfix/qmqpd -libexec/postfix/showq -libexec/postfix/smtp -libexec/postfix/smtpd -libexec/postfix/spawn -libexec/postfix/trivial-rewrite -libexec/postfix/virtual -%%SUB_TLS%%libexec/postfix/tlsmgr -sbin/postalias -sbin/postcat -sbin/postconf -sbin/postdrop -sbin/postfix -sbin/postkick -sbin/postlock -sbin/postlog -sbin/postmap -sbin/postqueue -sbin/postsuper -sbin/sendmail -bin/newaliases -bin/mailq -%%SUB_TEST%%sbin/smtp-sink -%%SUB_TEST%%sbin/smtp-source -%%PORTDOCS%%%%DOCSDIR%%/ADDRESS_CLASS_README -%%PORTDOCS%%%%DOCSDIR%%/DB_README -%%PORTDOCS%%%%DOCSDIR%%/DEBUG_README -%%PORTDOCS%%%%DOCSDIR%%/ETRN_README -%%PORTDOCS%%%%DOCSDIR%%/FILTER_README -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%SUB_IPV6%%%%DOCSDIR%%/IPV6_README -%%PORTDOCS%%%%DOCSDIR%%/LDAP_README -%%PORTDOCS%%%%DOCSDIR%%/LINUX_README -%%PORTDOCS%%%%DOCSDIR%%/LOCAL_RECIPIENT_README -%%PORTDOCS%%%%DOCSDIR%%/LMTP_README -%%PORTDOCS%%%%DOCSDIR%%/MACOSX_README -%%PORTDOCS%%%%DOCSDIR%%/MAILDROP_README -%%PORTDOCS%%%%DOCSDIR%%/MYSQL_README -%%PORTDOCS%%%%DOCSDIR%%/NFS_README -%%PORTDOCS%%%%DOCSDIR%%/PACKAGE_README -%%PORTDOCS%%%%DOCSDIR%%/PCRE_README -%%PORTDOCS%%%%DOCSDIR%%/QMQP_README -%%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES -%%PORTDOCS%%%%DOCSDIR%%/RESTRICTION_CLASS_README -%%PORTDOCS%%%%DOCSDIR%%/SASL_README -%%PORTDOCS%%%%DOCSDIR%%/ULTRIX_README -%%PORTDOCS%%%%DOCSDIR%%/UUCP_README -%%PORTDOCS%%%%DOCSDIR%%/VERP_README -%%PORTDOCS%%%%DOCSDIR%%/VIRTUAL_README -%%PORTDOCS%%%%DOCSDIR%%/access.5.html -%%PORTDOCS%%%%DOCSDIR%%/aliases.5.html -%%PORTDOCS%%%%DOCSDIR%%/architecture.html -%%PORTDOCS%%%%DOCSDIR%%/backstage.html -%%PORTDOCS%%%%DOCSDIR%%/basic.html -%%PORTDOCS%%%%DOCSDIR%%/big-picture.gif -%%PORTDOCS%%%%DOCSDIR%%/big-picture.html -%%PORTDOCS%%%%DOCSDIR%%/bounce.8.html -%%PORTDOCS%%%%DOCSDIR%%/canonical.5.html -%%PORTDOCS%%%%DOCSDIR%%/cleanup.8.html -%%PORTDOCS%%%%DOCSDIR%%/commands.html -%%PORTDOCS%%%%DOCSDIR%%/defer.8.html -%%PORTDOCS%%%%DOCSDIR%%/delivering.html -%%PORTDOCS%%%%DOCSDIR%%/error.8.html -%%PORTDOCS%%%%DOCSDIR%%/faq.html -%%PORTDOCS%%%%DOCSDIR%%/flush.8.html -%%PORTDOCS%%%%DOCSDIR%%/goals.html -%%PORTDOCS%%%%DOCSDIR%%/inbound.gif -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/lmtp.8.html -%%PORTDOCS%%%%DOCSDIR%%/local.8.html -%%PORTDOCS%%%%DOCSDIR%%/mailq.1.html -%%PORTDOCS%%%%DOCSDIR%%/master.8.html -%%PORTDOCS%%%%DOCSDIR%%/motivation.html -%%PORTDOCS%%%%DOCSDIR%%/newaliases.1.html -%%PORTDOCS%%%%DOCSDIR%%/nqmgr.8.html -%%PORTDOCS%%%%DOCSDIR%%/outbound.gif -%%PORTDOCS%%%%DOCSDIR%%/pcre_table.5.html -%%PORTDOCS%%%%DOCSDIR%%/pickup.8.html -%%PORTDOCS%%%%DOCSDIR%%/pipe.8.html -%%PORTDOCS%%%%DOCSDIR%%/postalias.1.html -%%PORTDOCS%%%%DOCSDIR%%/postcat.1.html -%%PORTDOCS%%%%DOCSDIR%%/postconf.1.html -%%PORTDOCS%%%%DOCSDIR%%/postdrop.1.html -%%PORTDOCS%%%%DOCSDIR%%/postfix.1.html -%%PORTDOCS%%%%DOCSDIR%%/postkick.1.html -%%PORTDOCS%%%%DOCSDIR%%/postlock.1.html -%%PORTDOCS%%%%DOCSDIR%%/postlog.1.html -%%PORTDOCS%%%%DOCSDIR%%/postmap.1.html -%%PORTDOCS%%%%DOCSDIR%%/postqueue.1.html -%%PORTDOCS%%%%DOCSDIR%%/postsuper.1.html -%%PORTDOCS%%%%DOCSDIR%%/proxymap.8.html -%%PORTDOCS%%%%DOCSDIR%%/qmgr.8.html -%%PORTDOCS%%%%DOCSDIR%%/qmqpd.8.html -%%PORTDOCS%%%%DOCSDIR%%/queuing.html -%%PORTDOCS%%%%DOCSDIR%%/rate.html -%%PORTDOCS%%%%DOCSDIR%%/receiving.html -%%PORTDOCS%%%%DOCSDIR%%/regexp_table.5.html -%%PORTDOCS%%%%DOCSDIR%%/relocated.5.html -%%PORTDOCS%%%%DOCSDIR%%/resource.html -%%PORTDOCS%%%%DOCSDIR%%/rewrite.html -%%PORTDOCS%%%%DOCSDIR%%/security.html -%%PORTDOCS%%%%DOCSDIR%%/sendmail.1.html -%%PORTDOCS%%%%DOCSDIR%%/showq.8.html -%%PORTDOCS%%%%DOCSDIR%%/small-picture.gif -%%PORTDOCS%%%%DOCSDIR%%/smtp.8.html -%%PORTDOCS%%%%DOCSDIR%%/smtpd.8.html -%%PORTDOCS%%%%DOCSDIR%%/spawn.8.html -%%PORTDOCS%%%%DOCSDIR%%/transport.5.html -%%PORTDOCS%%%%DOCSDIR%%/trivial-rewrite.8.html -%%PORTDOCS%%%%DOCSDIR%%/uce.html -%%PORTDOCS%%%%DOCSDIR%%/virtual.5.html -%%PORTDOCS%%%%DOCSDIR%%/virtual.8.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm libexec/postfix -@unexec rmdir %D/etc/postfix 2>/dev/null || true diff --git a/mail/postfix23/scripts/configure b/mail/postfix23/scripts/configure deleted file mode 100644 index 93c5b95ec561..000000000000 --- a/mail/postfix23/scripts/configure +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -for f in `find ${WRKSRC} -type f | xargs grep -l '\!\!PREFIX\!\!' ` ; do \ - mv $f $f.orig && sed s+!!PREFIX!!+$PREFIX+g < $f.orig > $f && \ - rm $f.orig -done diff --git a/mail/postfix23/scripts/configure.postfix b/mail/postfix23/scripts/configure.postfix deleted file mode 100644 index d255034b29be..000000000000 --- a/mail/postfix23/scripts/configure.postfix +++ /dev/null @@ -1,247 +0,0 @@ -#!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix23/scripts/Attic/configure.postfix,v 1.41 2003-10-01 19:55:24 osa Exp $ - -if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then - exit -fi - -tempfile=`mktemp -t checklist` - -if [ "${POSTFIX_OPTIONS}" ]; then - set ${POSTFIX_OPTIONS} -fi - -for i; do - eval status_$i=ON -done - -if [ -z "${BATCH}" ]; then - /usr/bin/dialog --title "Postfix configuration options" --clear \ - --checklist "\n\ -Please select desired options:" -1 -1 16 \ -NOPCRE "DISABLE Perl Compatible Regular Expressions" "$status_NOPCRE" \ -SASL "Cyrus SASLv1 (Simple Authentication and Security Layer)" "$status_SASL" \ -SASL2 "Cyrus SASLv2 (Simple Authentication and Security Layer)" "$status_SASL2" \ -SASLKRB "If your SASL requires Kerberos select this option" "$status_SASLKRB" \ -TLS "SSL and TLS" "$status_TLS" \ -IPv6 "IPv6 support" "$status_IPv6" \ -IPv6TLS "IPv6 support with SSL and TLS" "$status_IPv6TLS" \ -DB3 "Berkeley DB3 (required if SASL also built with DB3)" "$status_DB3" \ -DB40 "Berkeley DB4.0 (required if SASL also built with DB4.0)" "$status_DB40" \ -DB41 "Berkeley DB4.1 (required if SASL also built with DB4.1)" "$status_DB41" \ -MySQL "MySQL map lookups" "$status_MySQL" \ -PgSQL "PostgreSQL v7.3 map lookups" "$status_PgSQL" \ -PgSQL72 "PostgreSQL v7.2 map lookups" "$status_PgSQL72" \ -OpenLDAP12 "OpenLDAP 1.2 map lookups" "$status_OpenLDAP" \ -OpenLDAP20 "OpenLDAP 2.0 map lookups" "$status_OpenLDAP" \ -OpenLDAP21 "OpenLDAP 2.1 map lookups" "$status_OpenLDAP" \ -Test "SMTP/LMTP test server and generator" "$status_Test" \ -2> $tempfile - - retval=$? - - if [ -s $tempfile ]; then - set `sed 's/"//g' $tempfile` - fi - rm -f $tempfile - - case $retval in - 0) if [ -z "$*" ]; then - echo "Nothing selected" - fi - ;; - 1) echo "Cancel pressed." - exit 1 - ;; - esac -fi - -${MKDIR} ${WRKDIRPREFIX}${CURDIR} -exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - -echo "PREFIX= ${PREFIX}" - -SUB_TLS="@comment " -SUB_TEST="@comment " -SUB_IPV6="@comment " - -while [ "$1" ]; do - case $1 in - NOPCRE) - echo "WITHOUT_PCRE= yes" - echo "NOPCRE_SUFFIX= +nopcre" - SUB_NOPCRE="" - ;; - SASL) - echo "LIB_DEPENDS+= sasl.8:\${PORTSDIR}/security/cyrus-sasl" - echo "POSTFIX_CCARGS+= -DUSE_SASL_AUTH -I\${LOCALBASE}/include -I\${LOCALBASE}/include/sasl1" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -lsasl -lpam -lcrypt" - echo "SASL_SUFFIX= +sasl" - if [ -f ${PREFIX}/lib/libsasl.a ]; then - if nm ${PREFIX}/lib/libsasl.a | grep -wq "mysql_verify_password"; then - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - fi - fi - SUB_SASL="" - ;; - SASL2) - echo "LIB_DEPENDS+= sasl2.2:\${PORTSDIR}/security/cyrus-sasl2" - echo "POSTFIX_CCARGS+= -DUSE_SASL_AUTH -I\${LOCALBASE}/include -I\${LOCALBASE}/include/sasl" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -lsasl2 -lpam -lcrypt" - echo "SASL_SUFFIX= +sasl2" - if [ -f ${PREFIX}/lib/libsasl2.a ]; then - if nm ${PREFIX}/lib/libsasl2.a | grep -wq "mysql_verify_password"; then - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - fi - fi - SUB_SASL="" - ;; - SASLKRB) - echo "POSTFIX_AUXLIBS+= -lkrb -lcrypto -lcom_err" - ;; - TLS) - echo "MAN8+= tlsmgr.8" - echo "USE_OPENSSL= yes" - echo "POSTFIX_CCARGS+= -DHAS_SSL -I\${OPENSSLINC}" - echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} -lssl -lcrypto" - echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.16-2.0.16-0.9.7b.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.16-2.0.16-0.9.7b/pfixtls.diff" - echo "PATCH_STRIP= -p1" - echo "TLS_SUFFIX= +tls" - SUB_TLS="" - ;; - DB3) - if [ X$DB40_SELECTED != "X" -o X$DB41_SELECTED != "X" ]; then - /usr/bin/dialog --msgbox "Select exactly one of the DB3, DB40 and DB41 options." 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "LIB_DEPENDS+= db3.3:\${PORTSDIR}/databases/db3" - echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3" - echo "DB_SUFFIX= +db3" - DB3_SELECTED="YES" - ;; - DB40) - if [ X$DB3_SELECTED != "X" -o X$DB41_SELECTED != "X" ]; then - /usr/bin/dialog --msgbox "Select exactly one of the DB3, DB40 and DB41 options." 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "LIB_DEPENDS+= db4.0:\${PORTSDIR}/databases/db4" - echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db4" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb4" - echo "DB_SUFFIX= +db40" - DB40_SELECTED="YES" - ;; - DB41) - if [ X$DB3_SELECTED != "X" -o X$DB40_SELECTED != "X" ]; then - /usr/bin/dialog --msgbox "Select exactly one of the DB3, DB40 and DB41 options." 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "LIB_DEPENDS+= db41.1:\${PORTSDIR}/databases/db41" - echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db41" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb41" - echo "DB_SUFFIX= +db41" - DB41_SELECTED="YES" - ;; - MySQL) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a:\${PORTSDIR}/databases/mysql323-client" - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - echo "MYSQL_SUFFIX= +mysql" - ;; - PgSQL) - echo "POSTGRESQL_PORT?= databases/postgresql7" - echo "LIB_DEPENDS+= pq.3:\${PORTSDIR}/\${POSTGRESQL_PORT}" - echo "POSTFIX_CCARGS+= -DHAS_PGSQL -I\${LOCALBASE}/include -I\${LOCALBASE}/pgsql/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -L\${LOCALBASE}/pgsql/lib -lpq -lcrypt" - echo "PATCH_SITES+= http://mat.cc/postfix/" - echo "PATCHFILES+= postfix-pg.postfix-2.0.0.2.patch" - echo "PATCH_DIST_STRIP= -p1" - echo "PGSQL_SUFFIX= +pgsql" - ;; - PgSQL72) - echo "POSTGRESQL_PORT?= databases/postgresql72" - echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/\${POSTGRESQL_PORT}" - echo "POSTFIX_CCARGS+= -DHAS_PGSQL -I\${LOCALBASE}/include -I\${LOCALBASE}/pgsql/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -L\${LOCALBASE}/pgsql/lib -lpq -lcrypt" - echo "PATCH_SITES+= http://mat.cc/postfix/" - echo "PATCHFILES+= postfix-pg.postfix-2.0.0.2.patch" - echo "PATCH_DIST_STRIP= -p1" - echo "PGSQL_SUFFIX= +pgsql" - ;; - OpenLDAP12) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libldap.a:\${PORTSDIR}/net/openldap12" - echo "POSTFIX_CCARGS+= -DHAS_LDAP -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/libldap.a \${PREFIX}/lib/liblber.a" - echo "OPENLDAP_SUFFIX= +openldap12" - ;; - OpenLDAP20) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libldap.a:\${PORTSDIR}/net/openldap20-client" - echo "POSTFIX_CCARGS+= -DHAS_LDAP -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= -lldap -llber" - echo "OPENLDAP_SUFFIX= +openldap20" - ;; - OpenLDAP21) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libldap.a:\${PORTSDIR}/net/openldap21-client" - echo "POSTFIX_CCARGS+= -DHAS_LDAP -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= -lldap -llber" - echo "OPENLDAP_SUFFIX= +openldap21" - ;; - Test) - echo "BIN1= smtp-sink smtp-source" - SUB_TEST="" - ;; - IPv6) - if [ X$SUB_TLS = "X" ]; then - /usr/bin/dialog --msgbox "Select exactly one of the IPv6 and TLS patches" 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "PATCH_SITES+= http://www.ipnet6.org/postfix/download/" - echo "PATCHFILES+= ipv6-1.18a-pf-2.0.16.patch.gz" - echo "PATCH_DIST_STRIP= -p1" - echo "IPv6_SUFFIX= +ipv6" - echo "" - IPv6SELECTED=YES - SUB_IPV6="" - ;; - IPv6TLS) - if [ X$SUB_TLS = "X" -o X$IPv6SELECTED != X ]; then - /usr/bin/dialog --msgbox "Select exactly one of the IPv6 and TLS patches" 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "MAN8+= tlsmgr.8" - echo "USE_OPENSSL= yes" - echo "POSTFIX_CCARGS+= -DHAS_SSL -I\${OPENSSLINC}" - echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} -lssl -lcrypto" - echo "PATCH_SITES+= http://www.ipnet6.org/postfix/download/" - echo "PATCHFILES+= tls+ipv6-1.18a-pf-2.0.16.patch.gz" - echo "PATCH_DIST_STRIP= -p1" - echo "TLS_SUFFIX= +tls+ipv6" - SUB_TLS="" - SUB_IPV6="" - ;; - *) - echo "Unknown option(s): $*" > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - ;; - esac - shift -done - -echo "PLIST_SUB+= SUB_TLS=\"${SUB_TLS}\"" -echo "PLIST_SUB+= SUB_TEST=\"${SUB_TEST}\"" -echo "PLIST_SUB+= SUB_IPV6=\"${SUB_IPV6}\"" - -# for some reason, if we alter the pkg name this way, the first build (where -# we ask the configure questions) doesn't pick up the extensions, but -# any subsequent build will. so "make; make install" will build twice. -# don't do this for now. -#echo "PKGNAMESUFFIX= \${NOPCRE_SUFFIX}\${SASL_SUFFIX}\${DB_SUFFIX}\${MYSQL_SUFFIX}\${PGSQL_SUFFIX}\${OPENLDAP_SUFFIX}\${TLS_SUFFIX}\${IPv6_SUFFIX}" diff --git a/mail/postfix23/scripts/fix-files-list b/mail/postfix23/scripts/fix-files-list deleted file mode 100644 index cc4a1083a814..000000000000 --- a/mail/postfix23/scripts/fix-files-list +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# need to fixup ${PREFIX}/etc/postfix/postfix-files to indicate compressed -# man pages, since the ports software compresses them later, and if we -# run post-install it will complain about missing files -# (script from Simon J. Mudd) - -ed ${PREFIX}/etc/postfix/postfix-files <<EOF || exit 1 -%s/\(\/man[158]\/.*\.[158]\):/\1.gz:/ -w -q -EOF diff --git a/mail/postfix24/Makefile b/mail/postfix24/Makefile deleted file mode 100644 index 7dfc7ba13a0e..000000000000 --- a/mail/postfix24/Makefile +++ /dev/null @@ -1,169 +0,0 @@ -# New ports collection makefile for: postfix-current -# Date created: 18 Mar 1999 -# Whom: torstenb -# -# $FreeBSD$ -# - -# To pre-select options in batch mode, run make like this: -# -# make -DBATCH POSTFIX_OPTIONS="DB3 IPv6TLS" -# -# the options are the same names as in the scripts/configure.postfix file. -# POSTFIX_OPTIONS can be set in /etc/make.conf also. - -# NOTE: PCRE is enabled by default unless you specifically disable it. - -PORTNAME= postfix -PORTVERSION= 2.0.16 -PORTEPOCH= 1 -CATEGORIES= mail ipv6 -MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ - ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \ - ftp://ftp.tux.org/pub/net/postfix/official/ \ - ftp://ftp.utoronto.ca/mirror/packages/postfix/official/ \ - ftp://ftp.samurai.com/pub/postfix/official/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/postfix/official/&,} -MASTER_SITE_SUBDIR= . old related/postfix -DISTNAME= postfix-${PORTVERSION} -DIST_SUBDIR= ${PORTNAME} -PATCH_SITES= ${MASTER_SITES} -PATCHFILES= postfix-2.0-ns-mx-acl-patch.gz - -MAINTAINER= khera@kciLink.com -COMMENT= A secure alternative to widely-used Sendmail - -CONFLICTS= courier-0.* postfix-1.* sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.* -USE_SUBMAKE= yes -USE_REINPLACE= yes - -MAN1= mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \ - postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postqueue.1 \ - postsuper.1 sendmail.1 - -MAN5= access.5 aliases.5 canonical.5 pcre_table.5 regexp_table.5 \ - relocated.5 transport.5 virtual.5 - -MAN8= bounce.8 cleanup.8 defer.8 error.8 flush.8 lmtp.8 local.8 \ - master.8 nqmgr.8 pickup.8 pipe.8 proxymap.8 qmgr.8 qmqpd.8 showq.8 \ - smtp.8 smtpd.8 spawn.8 trivial-rewrite.8 virtual.8 - -# TLS patch adds to MAN8 but doesn't have .html file, so avoid trying to -# patch it. -MAN8base=$(MAN8:S/tlsmgr.8//) - -CONF1= main.cf master.cf access aliases canonical pcre_table regexp_table \ - relocated transport virtual - -.if !defined(DEBUG) -MAKEFILEFLAGS+= DEBUG= -.endif - -MAKEFILEFLAGS+= OPT="${CFLAGS}" - -SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ - TOUCH="${TOUCH}" \ - MKDIR="${MKDIR}" \ - POSTFIX_OPTIONS="${POSTFIX_OPTIONS}" - -pre-fetch: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postfix - -.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) -.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" -.endif - -.if defined(WITHOUT_PCRE) -POSTFIX_CCARGS+= -DNO_PCRE -.else -LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre -POSTFIX_CCARGS+= -DHAS_PCRE -I${LOCALBASE}/include -POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lpcre -.endif - - -post-patch: - (cd ${WRKSRC} && ${MAKE} -f Makefile.init makefiles ${MAKEFILEFLAGS} \ - CCARGS="${POSTFIX_CCARGS}" AUXLIBS="${POSTFIX_AUXLIBS}" && \ - ${ECHO} "all: default" >> Makefile) - -pre-patch: -.for file in ${MAN1} - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" \ - ${WRKSRC}/man/man1/${file} ${WRKSRC}/html/${file}.html -.endfor -.for file in ${MAN5} - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" \ - ${WRKSRC}/man/man5/${file} ${WRKSRC}/html/${file}.html -.endfor -.for file in ${MAN8base} - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" \ - ${WRKSRC}/man/man8/${file} ${WRKSRC}/html/${file}.html -.endfor -.for file in faq rate rewrite uce - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" \ - ${WRKSRC}/html/${file}.html -.endfor -.for file in ${CONF1} - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" ${WRKSRC}/conf/${file} -.endfor - -pre-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - -.if defined(NOPORTDOCS) -READMEDIR=no -.else -READMEDIR=${PREFIX}/share/doc/postfix -.endif - -do-install: - cd ${WRKSRC}; ${SH} postfix-install -non-interactive install_root=/ tempdir=/tmp \ - config_directory=${PREFIX}/etc/postfix \ - daemon_directory=${PREFIX}/libexec/postfix \ - command_directory=${PREFIX}/sbin \ - queue_directory=/var/spool/postfix \ - sendmail_path=${PREFIX}/sbin/sendmail \ - newaliases_path=${PREFIX}/bin/newaliases \ - mailq_path=${PREFIX}/bin/mailq \ - mail_owner=postfix \ - setgid_group=maildrop \ - manpage_directory=${PREFIX}/man \ - sample_directory=${PREFIX}/etc/postfix \ - readme_directory=${READMEDIR} - -.for file in ${CONF1} - ${INSTALL_DATA} ${WRKSRC}/conf/${file} \ - ${PREFIX}/etc/postfix/sample-${file} -.endfor - - @${INSTALL_SCRIPT} \ - ${WRKSRC}/auxiliary/rmail/rmail \ - ${PREFIX}/bin/rmail - -# optional TEST binaries -.for file in ${BIN1} - @${INSTALL_PROGRAM} \ - ${WRKSRC}/src/smtpstone/${file} \ - ${PREFIX}/sbin -.endfor - -.if !defined(NOPORTDOCS) - @${INSTALL} -d -o ${DOCOWN} -g ${DOCGRP} -m 555 ${DOCSDIR} - @cd ${WRKSRC}/html && ${INSTALL_DATA} *.html *.gif ${DOCSDIR} && \ - ${ECHO_MSG} "Installed HTML documentation in ${DOCSDIR}" -.endif - -post-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -# need to fixup ${PREFIX}/etc/postfix/postfix-files to indicate compressed -# man pages, since the ports software compresses them after this step, and -# if we run etc/postfix/post-install again during package installation, -# it will complain about missing files. - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/fix-files-list - @${CAT} ${PKGMESSAGE} - -post-clean: - @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc - -.include <bsd.port.mk> diff --git a/mail/postfix24/distinfo b/mail/postfix24/distinfo deleted file mode 100644 index a3eb62fc1bca..000000000000 --- a/mail/postfix24/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (postfix/postfix-2.0.16.tar.gz) = ac13776442ba7708e683bc1bfbadab2f -MD5 (postfix/postfix-2.0-ns-mx-acl-patch.gz) = 55a3d76d52fddd5cd0365004957a1160 -MD5 (postfix/pfixtls-0.8.16-2.0.16-0.9.7b.tar.gz) = b39c08eabe807db4af5bcb1cafc9761e -MD5 (postfix/postfix-pg.postfix-2.0.0.2.patch) = 5a0aa5ef6a231a593eb6c5628236a3e4 -MD5 (postfix/ipv6-1.18a-pf-2.0.16.patch.gz) = 8e0b85c6c131d367dc5b0d0d95e7e2c1 -MD5 (postfix/tls+ipv6-1.18a-pf-2.0.16.patch.gz) = b32876b1a02d3a8f6a93a66e574ddee7 diff --git a/mail/postfix24/files/patch-ea b/mail/postfix24/files/patch-ea deleted file mode 100644 index 6c3f98d2af4f..000000000000 --- a/mail/postfix24/files/patch-ea +++ /dev/null @@ -1,13 +0,0 @@ -*** ./src/cleanup/cleanup.c.orig Sun May 28 18:33:41 2000 ---- ./src/cleanup/cleanup.c Thu Jun 1 21:52:22 2000 -*************** -*** 118,121 **** - /* FILES -! /* /etc/postfix/canonical*, canonical mapping table -! /* /etc/postfix/virtual*, virtual mapping table - /* LICENSE ---- 118,121 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/canonical*, canonical mapping table -! /* !!PREFIX!!/etc/postfix/virtual*, virtual mapping table - /* LICENSE diff --git a/mail/postfix24/files/patch-eb b/mail/postfix24/files/patch-eb deleted file mode 100644 index e67680963d2d..000000000000 --- a/mail/postfix24/files/patch-eb +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/global/mail_conf.c.orig Sun May 7 18:51:16 2000 ---- ./src/global/mail_conf.c Thu Jun 1 22:16:29 2000 -*************** -*** 53,55 **** - /* FILES -! /* /etc/postfix: default Postfix configuration directory. - /* ENVIRONMENT ---- 53,55 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix: default Postfix configuration directory. - /* ENVIRONMENT diff --git a/mail/postfix24/files/patch-ec b/mail/postfix24/files/patch-ec deleted file mode 100644 index 5f5d1ad9cadc..000000000000 --- a/mail/postfix24/files/patch-ec +++ /dev/null @@ -1,41 +0,0 @@ -*** ./src/global/mail_params.h.orig Thu Jan 3 13:13:37 2002 ---- ./src/global/mail_params.h Tue Jan 8 22:18:22 2002 -*************** -*** 51,55 **** - - #define VAR_SGID_GROUP "setgid_group" -! #define DEF_SGID_GROUP "postdrop" - extern char *var_sgid_group; - extern gid_t var_sgid_gid; ---- 51,55 ---- - - #define VAR_SGID_GROUP "setgid_group" -! #define DEF_SGID_GROUP "maildrop" - extern char *var_sgid_group; - extern gid_t var_sgid_gid; -*************** -*** 170,174 **** - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "/usr/libexec/postfix" - #endif - ---- 170,174 ---- - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "!!PREFIX!!/libexec/postfix" - #endif - -*************** -*** 204,208 **** - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "/etc/postfix" - #endif - extern char *var_config_dir; ---- 204,208 ---- - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "!!PREFIX!!/etc/postfix" - #endif - extern char *var_config_dir; diff --git a/mail/postfix24/files/patch-ed b/mail/postfix24/files/patch-ed deleted file mode 100644 index f971b62720d8..000000000000 --- a/mail/postfix24/files/patch-ed +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/local/mailbox.c.orig Fri Apr 28 16:55:53 2000 ---- ./src/local/mailbox.c Thu Jun 1 22:37:48 2000 -*************** -*** 15,17 **** - /* suppression. The default is direct mailbox delivery to -! /* /var/[spool/]mail/\fIuser\fR; when a \fIhome_mailbox\fR - /* has been configured, mail is delivered to ~/$\fIhome_mailbox\fR; ---- 15,17 ---- - /* suppression. The default is direct mailbox delivery to -! /* /var/mail/\fIuser\fR; when a \fIhome_mailbox\fR - /* has been configured, mail is delivered to ~/$\fIhome_mailbox\fR; diff --git a/mail/postfix24/files/patch-ee b/mail/postfix24/files/patch-ee deleted file mode 100644 index ef44eac24b73..000000000000 --- a/mail/postfix24/files/patch-ee +++ /dev/null @@ -1,13 +0,0 @@ -*** ./src/master/master.c.orig Tue Mar 7 10:25:07 2000 ---- ./src/master/master.c Thu Jun 1 22:43:50 2000 -*************** -*** 104,107 **** - /* FILES -! /* /etc/postfix/main.cf: global configuration file. -! /* /etc/postfix/master.cf: master process configuration file. - /* /var/spool/postfix/pid/master.pid: master lock file. ---- 104,107 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/main.cf: global configuration file. -! /* !!PREFIX!!/etc/postfix/master.cf: master process configuration file. - /* /var/spool/postfix/pid/master.pid: master lock file. diff --git a/mail/postfix24/files/patch-ef b/mail/postfix24/files/patch-ef deleted file mode 100644 index 586b304a103d..000000000000 --- a/mail/postfix24/files/patch-ef +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/postdrop/postdrop.c.orig Sun Apr 25 18:05:43 1999 ---- ./src/postdrop/postdrop.c Thu Jun 1 22:44:22 2000 -*************** -*** 39,41 **** - /* /var/spool/postfix, mail queue -! /* /etc/postfix, configuration files - /* CONFIGURATION PARAMETERS ---- 39,41 ---- - /* /var/spool/postfix, mail queue -! /* !!PREFIX!!/etc/postfix, configuration files - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix24/files/patch-eg b/mail/postfix24/files/patch-eg deleted file mode 100644 index 2983bbfd86ea..000000000000 --- a/mail/postfix24/files/patch-eg +++ /dev/null @@ -1,20 +0,0 @@ -*** ./src/sendmail/sendmail.c.orig Tue Mar 14 10:42:06 2000 ---- ./src/sendmail/sendmail.c Thu Jun 1 22:47:24 2000 -*************** -*** 57,59 **** - /* The path name of the \fBsendmail.cf\fR file. Postfix configuration -! /* files are kept in \fB/etc/postfix\fR. - /* .IP "\fB-F \fIfull_name\fR ---- 57,59 ---- - /* The path name of the \fBsendmail.cf\fR file. Postfix configuration -! /* files are kept in \fB!!PREFIX!!/etc/postfix\fR. - /* .IP "\fB-F \fIfull_name\fR -*************** -*** 159,161 **** - /* /var/spool/postfix, mail queue -! /* /etc/postfix, configuration files - /* CONFIGURATION PARAMETERS ---- 159,161 ---- - /* /var/spool/postfix, mail queue -! /* !!PREFIX!!/etc/postfix, configuration files - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix24/files/patch-eh b/mail/postfix24/files/patch-eh deleted file mode 100644 index c104c3680d21..000000000000 --- a/mail/postfix24/files/patch-eh +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/trivial-rewrite/transport.c.orig Tue Nov 16 19:15:41 1999 ---- ./src/trivial-rewrite/transport.c Thu Jun 1 22:47:49 2000 -*************** -*** 32,34 **** - /* FILES -! /* /etc/postfix/transport* - /* CONFIGURATION PARAMETERS ---- 32,34 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/transport* - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix24/files/patch-main.cf b/mail/postfix24/files/patch-main.cf deleted file mode 100644 index 6281b6b6d7f1..000000000000 --- a/mail/postfix24/files/patch-main.cf +++ /dev/null @@ -1,58 +0,0 @@ ---- ./conf/main.cf Wed Jan 8 22:11:52 2003 -+++ ./conf/main.cf Wed Jan 8 22:11:53 2003 -@@ -31,13 +31,13 @@ - # The command_directory parameter specifies the location of all - # postXXX commands. - # --command_directory = /usr/sbin -+command_directory = !!PREFIX!!/sbin - - # The daemon_directory parameter specifies the location of all Postfix - # daemon programs (i.e. programs listed in the master.cf file). This - # directory must be owned by root. - # --daemon_directory = /usr/libexec/postfix -+daemon_directory = !!PREFIX!!/libexec/postfix - - # QUEUE AND PROCESS OWNERSHIP - # -@@ -590,32 +590,32 @@ - # sendmail_path: The full pathname of the Postfix sendmail command. - # This is the Sendmail-compatible mail posting interface. - # --sendmail_path = -+sendmail_path = !!PREFIX!!/sbin/sendmail - - # newaliases_path: The full pathname of the Postfix newaliases command. - # This is the Sendmail-compatible command to build alias databases. - # --newaliases_path = -+newaliases_path = !!PREFIX!!/bin/newaliases - - # mailq_path: The full pathname of the Postfix mailq command. This - # is the Sendmail-compatible mail queue listing command. - # --mailq_path = -+mailq_path = !!PREFIX!!/bin/mailq - - # setgid_group: The group for mail submission and queue management - # commands. This must be a group name with a numerical group ID that - # is not shared with other accounts, not even with the Postfix account. - # --setgid_group = -+setgid_group = maildrop - - # manpage_directory: The location of the Postfix on-line manual pages. - # --manpage_directory = -+manpage_directory = !!PREFIX!!/man - - # sample_directory: The location of the Postfix sample configuration files. - # --sample_directory = -+sample_directory = !!PREFIX!!/etc/postfix - - # readme_directory: The location of the Postfix README files. - # --readme_directory = -+readme_directory = no diff --git a/mail/postfix24/files/patch-post-install b/mail/postfix24/files/patch-post-install deleted file mode 100644 index 92b2d4c2c6eb..000000000000 --- a/mail/postfix24/files/patch-post-install +++ /dev/null @@ -1,11 +0,0 @@ ---- ./conf/#post-install~ Fri Jan 18 12:32:54 2002 -+++ ./conf/post-install Fri Jan 18 12:32:54 2002 -@@ -183,7 +183,7 @@ - - umask 022 - --PATH=/bin:/usr/bin:/usr/sbin:/usr/etc:/sbin:/etc:/usr/contrib/bin:/usr/gnu/bin:/usr/ucb:/usr/bsd -+PATH=/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin - SHELL=/bin/sh - IFS=" - " diff --git a/mail/postfix24/pkg-descr b/mail/postfix24/pkg-descr deleted file mode 100644 index 1f335ce6820c..000000000000 --- a/mail/postfix24/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Postfix attempts to be fast, easy to administer, and secure, while at -the same time being sendmail-compatible enough to not upset existing -users. It also offers QMQP and VERP support to let Postfix act as delivery -daemon for ezmlm-idx. - -WWW: http://www.postfix.org/ diff --git a/mail/postfix24/pkg-install b/mail/postfix24/pkg-install deleted file mode 100644 index 8cf5a9a5aefe..000000000000 --- a/mail/postfix24/pkg-install +++ /dev/null @@ -1,181 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# If the POSTFIX_DEFAULT_MTA environment variable is set to YES, it -# will make the port/package use defaults which makes postfix replaces -# sendmail as much as possible. - -PKG_PREFIX=${PKG_PREFIX:=/usr/local} -BATCH=${BATCH:=no} -POSTFIX_DEFAULT_MTA=${POSTFIX_DEFAULT_MTA:=no} - -if [ x${POSTFIX_DEFAULT_MTA} = xno ]; then - DEFAULT_REPLACE_MAILERCONF=n -else - DEFAULT_REPLACE_MAILERCONF=y -fi - -ask() { - local question default answer - - question=$1 - default=$2 - if [ -z "${PACKAGE_BUILDING}" -a x${BATCH} = xno ]; then - read -p "${question} [${default}]? " answer - fi - if [ x${answer} = x ]; then - answer=${default} - fi - echo ${answer} -} - -yesno() { - local question default answer - - question=$1 - default=$2 - while :; do - answer=$(ask "${question}" "${default}") - case "${answer}" in - [Yy]*) return 0;; - [Nn]*) return 1;; - esac - echo "Please answer yes or no." - done -} - -if [ x"$2" = xPRE-INSTALL ]; then - USER=postfix - GROUP=postfix - GROUP2=maildrop - - if /usr/sbin/pw groupshow "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP} -h - - then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw groupshow "${GROUP2}" 2>/dev/null; then - echo "You already have a group \"${GROUP2}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP2} -h - - then - echo "Added group \"${GROUP2}\"." - else - echo "Adding group \"${GROUP2}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if /usr/sbin/pw useradd ${USER} -g ${GROUP} -h - \ - -d /var/spool/postfix \ - -s /sbin/nologin \ - -c "Postfix Mail System" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw show group mail | grep -q "${USER}" 2>/dev/null; then - echo "You already have user \"${USER}\" in group \"mail\", so I will use it." - else - echo "You need user \"${USER}\" added to group \"mail\"." - if yesno "Would you like me to add it" y; then - /usr/sbin/pw groupmod mail -m ${USER} || exit - echo "Done." - else - echo "Please create it, and try again." - exit 1 - fi - fi - -fi - -if [ x"$2" = xPOST-INSTALL ]; then - CONF1="main.cf master.cf access aliases canonical pcre_table \ - regexp_table relocated transport virtual" - - for file in $CONF1 - do - if [ ! -f ${PKG_PREFIX}/etc/postfix/$file ]; then - cp ${PKG_PREFIX}/etc/postfix/sample-$file ${PKG_PREFIX}/etc/postfix/$file - fi - done - - sh ${PKG_PREFIX}/etc/postfix/post-install tempdir=/tmp \ - config_directory=${PKG_PREFIX}/etc/postfix \ - daemon_directory=${PKG_PREFIX}/libexec/postfix \ - command_directory=${PKG_PREFIX}/sbin \ - queue_directory=/var/spool/postfix \ - sendmail_path=${PKG_PREFIX}/sbin/sendmail \ - newaliases_path=${PKG_PREFIX}/bin/newaliases \ - mailq_path=${PKG_PREFIX}/bin/mailq \ - mail_owner=postfix \ - setgid_group=maildrop \ - manpage_directory=${PKG_PREFIX}/man \ - sample_directory=${PKG_PREFIX}/etc/postfix \ - readme_directory=no \ - upgrade-package -# readme_directory is "no" above since the package will have correct perms -# already, and we don't know if they had PORTDOCS. -fi - -replace() { - local orig repl - - orig=$1 - repl=$2 - if [ -e ${orig} ]; then - mv -f ${orig} ${orig}.OFF - chmod 0 ${orig}.OFF - fi - if [ -e ${repl} ]; then - ln -s ${repl} ${orig} - fi -} - -if [ x"$2" = xPOST-INSTALL -a -z "${PACKAGE_BUILDING}" ]; then - if [ -x /sbin/sysctl ]; then - OSVERSION=`/sbin/sysctl -n kern.osreldate` - else - OSVERSION=`/usr/sbin/sysctl -n kern.osreldate` - fi - if [ ${OSVERSION} -ge 400014 ]; then - if yesno "Would you like to activate Postfix in /etc/mail/mailer.conf" \ - ${DEFAULT_REPLACE_MAILERCONF}; then - mv -f /etc/mail/mailer.conf /etc/mail/mailer.conf.old - echo "#" > /etc/mail/mailer.conf - echo -n "# Execute the Postfix sendmail program" >> /etc/mail/mailer.conf - echo ", named ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "#" >> /etc/mail/mailer.conf - echo "sendmail ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "send-mail ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "mailq ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "newaliases ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - fi - else - if yesno "Would you like to replace {sendmail,mailq,newaliases} with Postfix versions" n; then - replace /usr/sbin/sendmail ${PKG_PREFIX}/sbin/sendmail - replace /usr/bin/mailq ${PKG_PREFIX}/sbin/sendmail - replace /usr/bin/newaliases ${PKG_PREFIX}/sbin/sendmail - echo "Done." - fi - fi -fi diff --git a/mail/postfix24/pkg-message b/mail/postfix24/pkg-message deleted file mode 100644 index 1c9fd6699bb9..000000000000 --- a/mail/postfix24/pkg-message +++ /dev/null @@ -1,40 +0,0 @@ -If you have postfix configured in your /etc/mail/mailer.conf (answered yes to -the previous question) and would like to enable postfix to start at boot time, -please set these variables in your /etc/rc.conf file: - -sendmail_enable="YES" -sendmail_flags="-bd" -sendmail_outbound_enable="NO" -sendmail_submit_enable="NO" -sendmail_msp_queue_enable="NO" - -This will disable Sendmail completely. - -Alternatively to the above settings, you can enable postfix to start with -the other local services, for example, after your database server starts if -you need it to be running for postfix. To do this, set in your rc.conf file: - -sendmail_enable="NONE" - -Then make the following symbolic link: - -cd /usr/local/etc/rc.d -ln -s /usr/local/sbin/postfix postfix.sh - - -Also, you will want to disable some Sendmail-specific daily maintenance -routines in your /etc/periodic.conf file: - -daily_clean_hoststat_enable="NO" -daily_status_mail_rejects_enable="NO" -daily_status_include_submit_mailq="NO" -daily_submit_queuerun="NO" - - -If you are using SASL, you need to make sure that postfix has access to read -the sasldb file. This is accomplished by adding postfix to group mail and -making the /usr/local/etc/sasldb* file(s) readable by group mail (this should -be the default for new installs). - -If you are upgrading from postfix version prior to 2.0, please see the README -files for recommended changes to your configuration. diff --git a/mail/postfix24/pkg-plist b/mail/postfix24/pkg-plist deleted file mode 100644 index 09f2ca9027a0..000000000000 --- a/mail/postfix24/pkg-plist +++ /dev/null @@ -1,182 +0,0 @@ -@unexec if cmp -s %D/etc/postfix/main.cf %D/etc/postfix/sample-main.cf; then rm -f %D/etc/postfix/main.cf; fi -@unexec if cmp -s %D/etc/postfix/master.cf %D/etc/postfix/sample-master.cf; then rm -f %D/etc/postfix/master.cf; fi -@unexec if cmp -s %D/etc/postfix/access %D/etc/postfix/sample-access; then rm -f %D/etc/postfix/access; fi -@unexec if cmp -s %D/etc/postfix/aliases %D/etc/postfix/sample-aliases; then rm -f %D/etc/postfix/aliases; fi -@unexec if cmp -s %D/etc/postfix/canonical %D/etc/postfix/sample-canonical; then rm -f %D/etc/postfix/canonical; fi -@unexec if cmp -s %D/etc/postfix/pcre_table %D/etc/postfix/sample-pcre_table; then rm -f %D/etc/postfix/pcre_table; fi -@unexec if cmp -s %D/etc/postfix/regexp_table %D/etc/postfix/sample-regexp_table; then rm -f %D/etc/postfix/regexp_table; fi -@unexec if cmp -s %D/etc/postfix/relocated %D/etc/postfix/sample-relocated; then rm -f %D/etc/postfix/relocated; fi -@unexec if cmp -s %D/etc/postfix/transport %D/etc/postfix/sample-transport; then rm -f %D/etc/postfix/transport; fi -@unexec if cmp -s %D/etc/postfix/virtual %D/etc/postfix/sample-virtual; then rm -f %D/etc/postfix/virtual; fi -bin/rmail -etc/postfix/LICENSE -etc/postfix/main.cf.default -etc/postfix/post-install -etc/postfix/postfix-files -etc/postfix/postfix-script -etc/postfix/sample-access -etc/postfix/sample-aliases -etc/postfix/sample-canonical -etc/postfix/sample-pcre_table -etc/postfix/sample-regexp_table -etc/postfix/sample-relocated -etc/postfix/sample-aliases.cf -etc/postfix/sample-auth.cf -etc/postfix/sample-canonical.cf -etc/postfix/sample-compatibility.cf -etc/postfix/sample-debug.cf -etc/postfix/sample-filter.cf -etc/postfix/sample-flush.cf -%%SUB_IPV6%%etc/postfix/sample-ipv6.cf -etc/postfix/sample-ldap.cf -etc/postfix/sample-lmtp.cf -etc/postfix/sample-local.cf -etc/postfix/sample-main.cf -etc/postfix/sample-master.cf -etc/postfix/sample-mime.cf -etc/postfix/sample-misc.cf -etc/postfix/sample-pcre-access.cf -etc/postfix/sample-pcre-body.cf -etc/postfix/sample-pcre-header.cf -etc/postfix/sample-qmqpd.cf -etc/postfix/sample-rate.cf -etc/postfix/sample-regexp-access.cf -etc/postfix/sample-regexp-body.cf -etc/postfix/sample-regexp-header.cf -etc/postfix/sample-relocated.cf -etc/postfix/sample-resource.cf -etc/postfix/sample-rewrite.cf -etc/postfix/sample-smtp.cf -etc/postfix/sample-smtpd.cf -etc/postfix/sample-transport.cf -etc/postfix/sample-virtual.cf -etc/postfix/sample-transport -etc/postfix/sample-virtual -%%SUB_TLS%%etc/postfix/sample-tls.cf -libexec/postfix/bounce -libexec/postfix/cleanup -libexec/postfix/error -libexec/postfix/flush -libexec/postfix/lmtp -libexec/postfix/local -libexec/postfix/master -libexec/postfix/nqmgr -libexec/postfix/pickup -libexec/postfix/pipe -libexec/postfix/proxymap -libexec/postfix/qmgr -libexec/postfix/qmqpd -libexec/postfix/showq -libexec/postfix/smtp -libexec/postfix/smtpd -libexec/postfix/spawn -libexec/postfix/trivial-rewrite -libexec/postfix/virtual -%%SUB_TLS%%libexec/postfix/tlsmgr -sbin/postalias -sbin/postcat -sbin/postconf -sbin/postdrop -sbin/postfix -sbin/postkick -sbin/postlock -sbin/postlog -sbin/postmap -sbin/postqueue -sbin/postsuper -sbin/sendmail -bin/newaliases -bin/mailq -%%SUB_TEST%%sbin/smtp-sink -%%SUB_TEST%%sbin/smtp-source -%%PORTDOCS%%%%DOCSDIR%%/ADDRESS_CLASS_README -%%PORTDOCS%%%%DOCSDIR%%/DB_README -%%PORTDOCS%%%%DOCSDIR%%/DEBUG_README -%%PORTDOCS%%%%DOCSDIR%%/ETRN_README -%%PORTDOCS%%%%DOCSDIR%%/FILTER_README -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%SUB_IPV6%%%%DOCSDIR%%/IPV6_README -%%PORTDOCS%%%%DOCSDIR%%/LDAP_README -%%PORTDOCS%%%%DOCSDIR%%/LINUX_README -%%PORTDOCS%%%%DOCSDIR%%/LOCAL_RECIPIENT_README -%%PORTDOCS%%%%DOCSDIR%%/LMTP_README -%%PORTDOCS%%%%DOCSDIR%%/MACOSX_README -%%PORTDOCS%%%%DOCSDIR%%/MAILDROP_README -%%PORTDOCS%%%%DOCSDIR%%/MYSQL_README -%%PORTDOCS%%%%DOCSDIR%%/NFS_README -%%PORTDOCS%%%%DOCSDIR%%/PACKAGE_README -%%PORTDOCS%%%%DOCSDIR%%/PCRE_README -%%PORTDOCS%%%%DOCSDIR%%/QMQP_README -%%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES -%%PORTDOCS%%%%DOCSDIR%%/RESTRICTION_CLASS_README -%%PORTDOCS%%%%DOCSDIR%%/SASL_README -%%PORTDOCS%%%%DOCSDIR%%/ULTRIX_README -%%PORTDOCS%%%%DOCSDIR%%/UUCP_README -%%PORTDOCS%%%%DOCSDIR%%/VERP_README -%%PORTDOCS%%%%DOCSDIR%%/VIRTUAL_README -%%PORTDOCS%%%%DOCSDIR%%/access.5.html -%%PORTDOCS%%%%DOCSDIR%%/aliases.5.html -%%PORTDOCS%%%%DOCSDIR%%/architecture.html -%%PORTDOCS%%%%DOCSDIR%%/backstage.html -%%PORTDOCS%%%%DOCSDIR%%/basic.html -%%PORTDOCS%%%%DOCSDIR%%/big-picture.gif -%%PORTDOCS%%%%DOCSDIR%%/big-picture.html -%%PORTDOCS%%%%DOCSDIR%%/bounce.8.html -%%PORTDOCS%%%%DOCSDIR%%/canonical.5.html -%%PORTDOCS%%%%DOCSDIR%%/cleanup.8.html -%%PORTDOCS%%%%DOCSDIR%%/commands.html -%%PORTDOCS%%%%DOCSDIR%%/defer.8.html -%%PORTDOCS%%%%DOCSDIR%%/delivering.html -%%PORTDOCS%%%%DOCSDIR%%/error.8.html -%%PORTDOCS%%%%DOCSDIR%%/faq.html -%%PORTDOCS%%%%DOCSDIR%%/flush.8.html -%%PORTDOCS%%%%DOCSDIR%%/goals.html -%%PORTDOCS%%%%DOCSDIR%%/inbound.gif -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/lmtp.8.html -%%PORTDOCS%%%%DOCSDIR%%/local.8.html -%%PORTDOCS%%%%DOCSDIR%%/mailq.1.html -%%PORTDOCS%%%%DOCSDIR%%/master.8.html -%%PORTDOCS%%%%DOCSDIR%%/motivation.html -%%PORTDOCS%%%%DOCSDIR%%/newaliases.1.html -%%PORTDOCS%%%%DOCSDIR%%/nqmgr.8.html -%%PORTDOCS%%%%DOCSDIR%%/outbound.gif -%%PORTDOCS%%%%DOCSDIR%%/pcre_table.5.html -%%PORTDOCS%%%%DOCSDIR%%/pickup.8.html -%%PORTDOCS%%%%DOCSDIR%%/pipe.8.html -%%PORTDOCS%%%%DOCSDIR%%/postalias.1.html -%%PORTDOCS%%%%DOCSDIR%%/postcat.1.html -%%PORTDOCS%%%%DOCSDIR%%/postconf.1.html -%%PORTDOCS%%%%DOCSDIR%%/postdrop.1.html -%%PORTDOCS%%%%DOCSDIR%%/postfix.1.html -%%PORTDOCS%%%%DOCSDIR%%/postkick.1.html -%%PORTDOCS%%%%DOCSDIR%%/postlock.1.html -%%PORTDOCS%%%%DOCSDIR%%/postlog.1.html -%%PORTDOCS%%%%DOCSDIR%%/postmap.1.html -%%PORTDOCS%%%%DOCSDIR%%/postqueue.1.html -%%PORTDOCS%%%%DOCSDIR%%/postsuper.1.html -%%PORTDOCS%%%%DOCSDIR%%/proxymap.8.html -%%PORTDOCS%%%%DOCSDIR%%/qmgr.8.html -%%PORTDOCS%%%%DOCSDIR%%/qmqpd.8.html -%%PORTDOCS%%%%DOCSDIR%%/queuing.html -%%PORTDOCS%%%%DOCSDIR%%/rate.html -%%PORTDOCS%%%%DOCSDIR%%/receiving.html -%%PORTDOCS%%%%DOCSDIR%%/regexp_table.5.html -%%PORTDOCS%%%%DOCSDIR%%/relocated.5.html -%%PORTDOCS%%%%DOCSDIR%%/resource.html -%%PORTDOCS%%%%DOCSDIR%%/rewrite.html -%%PORTDOCS%%%%DOCSDIR%%/security.html -%%PORTDOCS%%%%DOCSDIR%%/sendmail.1.html -%%PORTDOCS%%%%DOCSDIR%%/showq.8.html -%%PORTDOCS%%%%DOCSDIR%%/small-picture.gif -%%PORTDOCS%%%%DOCSDIR%%/smtp.8.html -%%PORTDOCS%%%%DOCSDIR%%/smtpd.8.html -%%PORTDOCS%%%%DOCSDIR%%/spawn.8.html -%%PORTDOCS%%%%DOCSDIR%%/transport.5.html -%%PORTDOCS%%%%DOCSDIR%%/trivial-rewrite.8.html -%%PORTDOCS%%%%DOCSDIR%%/uce.html -%%PORTDOCS%%%%DOCSDIR%%/virtual.5.html -%%PORTDOCS%%%%DOCSDIR%%/virtual.8.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm libexec/postfix -@unexec rmdir %D/etc/postfix 2>/dev/null || true diff --git a/mail/postfix24/scripts/configure b/mail/postfix24/scripts/configure deleted file mode 100644 index 93c5b95ec561..000000000000 --- a/mail/postfix24/scripts/configure +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -for f in `find ${WRKSRC} -type f | xargs grep -l '\!\!PREFIX\!\!' ` ; do \ - mv $f $f.orig && sed s+!!PREFIX!!+$PREFIX+g < $f.orig > $f && \ - rm $f.orig -done diff --git a/mail/postfix24/scripts/configure.postfix b/mail/postfix24/scripts/configure.postfix deleted file mode 100644 index b3971fe30d62..000000000000 --- a/mail/postfix24/scripts/configure.postfix +++ /dev/null @@ -1,247 +0,0 @@ -#!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix24/scripts/Attic/configure.postfix,v 1.41 2003-10-01 19:55:24 osa Exp $ - -if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then - exit -fi - -tempfile=`mktemp -t checklist` - -if [ "${POSTFIX_OPTIONS}" ]; then - set ${POSTFIX_OPTIONS} -fi - -for i; do - eval status_$i=ON -done - -if [ -z "${BATCH}" ]; then - /usr/bin/dialog --title "Postfix configuration options" --clear \ - --checklist "\n\ -Please select desired options:" -1 -1 16 \ -NOPCRE "DISABLE Perl Compatible Regular Expressions" "$status_NOPCRE" \ -SASL "Cyrus SASLv1 (Simple Authentication and Security Layer)" "$status_SASL" \ -SASL2 "Cyrus SASLv2 (Simple Authentication and Security Layer)" "$status_SASL2" \ -SASLKRB "If your SASL requires Kerberos select this option" "$status_SASLKRB" \ -TLS "SSL and TLS" "$status_TLS" \ -IPv6 "IPv6 support" "$status_IPv6" \ -IPv6TLS "IPv6 support with SSL and TLS" "$status_IPv6TLS" \ -DB3 "Berkeley DB3 (required if SASL also built with DB3)" "$status_DB3" \ -DB40 "Berkeley DB4.0 (required if SASL also built with DB4.0)" "$status_DB40" \ -DB41 "Berkeley DB4.1 (required if SASL also built with DB4.1)" "$status_DB41" \ -MySQL "MySQL map lookups" "$status_MySQL" \ -PgSQL "PostgreSQL v7.3 map lookups" "$status_PgSQL" \ -PgSQL72 "PostgreSQL v7.2 map lookups" "$status_PgSQL72" \ -OpenLDAP12 "OpenLDAP 1.2 map lookups" "$status_OpenLDAP" \ -OpenLDAP20 "OpenLDAP 2.0 map lookups" "$status_OpenLDAP" \ -OpenLDAP21 "OpenLDAP 2.1 map lookups" "$status_OpenLDAP" \ -Test "SMTP/LMTP test server and generator" "$status_Test" \ -2> $tempfile - - retval=$? - - if [ -s $tempfile ]; then - set `sed 's/"//g' $tempfile` - fi - rm -f $tempfile - - case $retval in - 0) if [ -z "$*" ]; then - echo "Nothing selected" - fi - ;; - 1) echo "Cancel pressed." - exit 1 - ;; - esac -fi - -${MKDIR} ${WRKDIRPREFIX}${CURDIR} -exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - -echo "PREFIX= ${PREFIX}" - -SUB_TLS="@comment " -SUB_TEST="@comment " -SUB_IPV6="@comment " - -while [ "$1" ]; do - case $1 in - NOPCRE) - echo "WITHOUT_PCRE= yes" - echo "NOPCRE_SUFFIX= +nopcre" - SUB_NOPCRE="" - ;; - SASL) - echo "LIB_DEPENDS+= sasl.8:\${PORTSDIR}/security/cyrus-sasl" - echo "POSTFIX_CCARGS+= -DUSE_SASL_AUTH -I\${LOCALBASE}/include -I\${LOCALBASE}/include/sasl1" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -lsasl -lpam -lcrypt" - echo "SASL_SUFFIX= +sasl" - if [ -f ${PREFIX}/lib/libsasl.a ]; then - if nm ${PREFIX}/lib/libsasl.a | grep -wq "mysql_verify_password"; then - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - fi - fi - SUB_SASL="" - ;; - SASL2) - echo "LIB_DEPENDS+= sasl2.2:\${PORTSDIR}/security/cyrus-sasl2" - echo "POSTFIX_CCARGS+= -DUSE_SASL_AUTH -I\${LOCALBASE}/include -I\${LOCALBASE}/include/sasl" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -lsasl2 -lpam -lcrypt" - echo "SASL_SUFFIX= +sasl2" - if [ -f ${PREFIX}/lib/libsasl2.a ]; then - if nm ${PREFIX}/lib/libsasl2.a | grep -wq "mysql_verify_password"; then - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - fi - fi - SUB_SASL="" - ;; - SASLKRB) - echo "POSTFIX_AUXLIBS+= -lkrb -lcrypto -lcom_err" - ;; - TLS) - echo "MAN8+= tlsmgr.8" - echo "USE_OPENSSL= yes" - echo "POSTFIX_CCARGS+= -DHAS_SSL -I\${OPENSSLINC}" - echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} -lssl -lcrypto" - echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.16-2.0.16-0.9.7b.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.16-2.0.16-0.9.7b/pfixtls.diff" - echo "PATCH_STRIP= -p1" - echo "TLS_SUFFIX= +tls" - SUB_TLS="" - ;; - DB3) - if [ X$DB40_SELECTED != "X" -o X$DB41_SELECTED != "X" ]; then - /usr/bin/dialog --msgbox "Select exactly one of the DB3, DB40 and DB41 options." 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "LIB_DEPENDS+= db3.3:\${PORTSDIR}/databases/db3" - echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3" - echo "DB_SUFFIX= +db3" - DB3_SELECTED="YES" - ;; - DB40) - if [ X$DB3_SELECTED != "X" -o X$DB41_SELECTED != "X" ]; then - /usr/bin/dialog --msgbox "Select exactly one of the DB3, DB40 and DB41 options." 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "LIB_DEPENDS+= db4.0:\${PORTSDIR}/databases/db4" - echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db4" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb4" - echo "DB_SUFFIX= +db40" - DB40_SELECTED="YES" - ;; - DB41) - if [ X$DB3_SELECTED != "X" -o X$DB40_SELECTED != "X" ]; then - /usr/bin/dialog --msgbox "Select exactly one of the DB3, DB40 and DB41 options." 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "LIB_DEPENDS+= db41.1:\${PORTSDIR}/databases/db41" - echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db41" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb41" - echo "DB_SUFFIX= +db41" - DB41_SELECTED="YES" - ;; - MySQL) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a:\${PORTSDIR}/databases/mysql323-client" - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - echo "MYSQL_SUFFIX= +mysql" - ;; - PgSQL) - echo "POSTGRESQL_PORT?= databases/postgresql7" - echo "LIB_DEPENDS+= pq.3:\${PORTSDIR}/\${POSTGRESQL_PORT}" - echo "POSTFIX_CCARGS+= -DHAS_PGSQL -I\${LOCALBASE}/include -I\${LOCALBASE}/pgsql/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -L\${LOCALBASE}/pgsql/lib -lpq -lcrypt" - echo "PATCH_SITES+= http://mat.cc/postfix/" - echo "PATCHFILES+= postfix-pg.postfix-2.0.0.2.patch" - echo "PATCH_DIST_STRIP= -p1" - echo "PGSQL_SUFFIX= +pgsql" - ;; - PgSQL72) - echo "POSTGRESQL_PORT?= databases/postgresql72" - echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/\${POSTGRESQL_PORT}" - echo "POSTFIX_CCARGS+= -DHAS_PGSQL -I\${LOCALBASE}/include -I\${LOCALBASE}/pgsql/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -L\${LOCALBASE}/pgsql/lib -lpq -lcrypt" - echo "PATCH_SITES+= http://mat.cc/postfix/" - echo "PATCHFILES+= postfix-pg.postfix-2.0.0.2.patch" - echo "PATCH_DIST_STRIP= -p1" - echo "PGSQL_SUFFIX= +pgsql" - ;; - OpenLDAP12) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libldap.a:\${PORTSDIR}/net/openldap12" - echo "POSTFIX_CCARGS+= -DHAS_LDAP -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/libldap.a \${PREFIX}/lib/liblber.a" - echo "OPENLDAP_SUFFIX= +openldap12" - ;; - OpenLDAP20) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libldap.a:\${PORTSDIR}/net/openldap20-client" - echo "POSTFIX_CCARGS+= -DHAS_LDAP -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= -lldap -llber" - echo "OPENLDAP_SUFFIX= +openldap20" - ;; - OpenLDAP21) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libldap.a:\${PORTSDIR}/net/openldap21-client" - echo "POSTFIX_CCARGS+= -DHAS_LDAP -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= -lldap -llber" - echo "OPENLDAP_SUFFIX= +openldap21" - ;; - Test) - echo "BIN1= smtp-sink smtp-source" - SUB_TEST="" - ;; - IPv6) - if [ X$SUB_TLS = "X" ]; then - /usr/bin/dialog --msgbox "Select exactly one of the IPv6 and TLS patches" 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "PATCH_SITES+= http://www.ipnet6.org/postfix/download/" - echo "PATCHFILES+= ipv6-1.18a-pf-2.0.16.patch.gz" - echo "PATCH_DIST_STRIP= -p1" - echo "IPv6_SUFFIX= +ipv6" - echo "" - IPv6SELECTED=YES - SUB_IPV6="" - ;; - IPv6TLS) - if [ X$SUB_TLS = "X" -o X$IPv6SELECTED != X ]; then - /usr/bin/dialog --msgbox "Select exactly one of the IPv6 and TLS patches" 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "MAN8+= tlsmgr.8" - echo "USE_OPENSSL= yes" - echo "POSTFIX_CCARGS+= -DHAS_SSL -I\${OPENSSLINC}" - echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} -lssl -lcrypto" - echo "PATCH_SITES+= http://www.ipnet6.org/postfix/download/" - echo "PATCHFILES+= tls+ipv6-1.18a-pf-2.0.16.patch.gz" - echo "PATCH_DIST_STRIP= -p1" - echo "TLS_SUFFIX= +tls+ipv6" - SUB_TLS="" - SUB_IPV6="" - ;; - *) - echo "Unknown option(s): $*" > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - ;; - esac - shift -done - -echo "PLIST_SUB+= SUB_TLS=\"${SUB_TLS}\"" -echo "PLIST_SUB+= SUB_TEST=\"${SUB_TEST}\"" -echo "PLIST_SUB+= SUB_IPV6=\"${SUB_IPV6}\"" - -# for some reason, if we alter the pkg name this way, the first build (where -# we ask the configure questions) doesn't pick up the extensions, but -# any subsequent build will. so "make; make install" will build twice. -# don't do this for now. -#echo "PKGNAMESUFFIX= \${NOPCRE_SUFFIX}\${SASL_SUFFIX}\${DB_SUFFIX}\${MYSQL_SUFFIX}\${PGSQL_SUFFIX}\${OPENLDAP_SUFFIX}\${TLS_SUFFIX}\${IPv6_SUFFIX}" diff --git a/mail/postfix24/scripts/fix-files-list b/mail/postfix24/scripts/fix-files-list deleted file mode 100644 index cc4a1083a814..000000000000 --- a/mail/postfix24/scripts/fix-files-list +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# need to fixup ${PREFIX}/etc/postfix/postfix-files to indicate compressed -# man pages, since the ports software compresses them later, and if we -# run post-install it will complain about missing files -# (script from Simon J. Mudd) - -ed ${PREFIX}/etc/postfix/postfix-files <<EOF || exit 1 -%s/\(\/man[158]\/.*\.[158]\):/\1.gz:/ -w -q -EOF diff --git a/mail/postfix25/Makefile b/mail/postfix25/Makefile deleted file mode 100644 index 7dfc7ba13a0e..000000000000 --- a/mail/postfix25/Makefile +++ /dev/null @@ -1,169 +0,0 @@ -# New ports collection makefile for: postfix-current -# Date created: 18 Mar 1999 -# Whom: torstenb -# -# $FreeBSD$ -# - -# To pre-select options in batch mode, run make like this: -# -# make -DBATCH POSTFIX_OPTIONS="DB3 IPv6TLS" -# -# the options are the same names as in the scripts/configure.postfix file. -# POSTFIX_OPTIONS can be set in /etc/make.conf also. - -# NOTE: PCRE is enabled by default unless you specifically disable it. - -PORTNAME= postfix -PORTVERSION= 2.0.16 -PORTEPOCH= 1 -CATEGORIES= mail ipv6 -MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ - ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \ - ftp://ftp.tux.org/pub/net/postfix/official/ \ - ftp://ftp.utoronto.ca/mirror/packages/postfix/official/ \ - ftp://ftp.samurai.com/pub/postfix/official/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/postfix/official/&,} -MASTER_SITE_SUBDIR= . old related/postfix -DISTNAME= postfix-${PORTVERSION} -DIST_SUBDIR= ${PORTNAME} -PATCH_SITES= ${MASTER_SITES} -PATCHFILES= postfix-2.0-ns-mx-acl-patch.gz - -MAINTAINER= khera@kciLink.com -COMMENT= A secure alternative to widely-used Sendmail - -CONFLICTS= courier-0.* postfix-1.* sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.* -USE_SUBMAKE= yes -USE_REINPLACE= yes - -MAN1= mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \ - postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postqueue.1 \ - postsuper.1 sendmail.1 - -MAN5= access.5 aliases.5 canonical.5 pcre_table.5 regexp_table.5 \ - relocated.5 transport.5 virtual.5 - -MAN8= bounce.8 cleanup.8 defer.8 error.8 flush.8 lmtp.8 local.8 \ - master.8 nqmgr.8 pickup.8 pipe.8 proxymap.8 qmgr.8 qmqpd.8 showq.8 \ - smtp.8 smtpd.8 spawn.8 trivial-rewrite.8 virtual.8 - -# TLS patch adds to MAN8 but doesn't have .html file, so avoid trying to -# patch it. -MAN8base=$(MAN8:S/tlsmgr.8//) - -CONF1= main.cf master.cf access aliases canonical pcre_table regexp_table \ - relocated transport virtual - -.if !defined(DEBUG) -MAKEFILEFLAGS+= DEBUG= -.endif - -MAKEFILEFLAGS+= OPT="${CFLAGS}" - -SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ - TOUCH="${TOUCH}" \ - MKDIR="${MKDIR}" \ - POSTFIX_OPTIONS="${POSTFIX_OPTIONS}" - -pre-fetch: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postfix - -.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) -.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" -.endif - -.if defined(WITHOUT_PCRE) -POSTFIX_CCARGS+= -DNO_PCRE -.else -LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre -POSTFIX_CCARGS+= -DHAS_PCRE -I${LOCALBASE}/include -POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lpcre -.endif - - -post-patch: - (cd ${WRKSRC} && ${MAKE} -f Makefile.init makefiles ${MAKEFILEFLAGS} \ - CCARGS="${POSTFIX_CCARGS}" AUXLIBS="${POSTFIX_AUXLIBS}" && \ - ${ECHO} "all: default" >> Makefile) - -pre-patch: -.for file in ${MAN1} - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" \ - ${WRKSRC}/man/man1/${file} ${WRKSRC}/html/${file}.html -.endfor -.for file in ${MAN5} - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" \ - ${WRKSRC}/man/man5/${file} ${WRKSRC}/html/${file}.html -.endfor -.for file in ${MAN8base} - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" \ - ${WRKSRC}/man/man8/${file} ${WRKSRC}/html/${file}.html -.endfor -.for file in faq rate rewrite uce - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" \ - ${WRKSRC}/html/${file}.html -.endfor -.for file in ${CONF1} - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" ${WRKSRC}/conf/${file} -.endfor - -pre-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - -.if defined(NOPORTDOCS) -READMEDIR=no -.else -READMEDIR=${PREFIX}/share/doc/postfix -.endif - -do-install: - cd ${WRKSRC}; ${SH} postfix-install -non-interactive install_root=/ tempdir=/tmp \ - config_directory=${PREFIX}/etc/postfix \ - daemon_directory=${PREFIX}/libexec/postfix \ - command_directory=${PREFIX}/sbin \ - queue_directory=/var/spool/postfix \ - sendmail_path=${PREFIX}/sbin/sendmail \ - newaliases_path=${PREFIX}/bin/newaliases \ - mailq_path=${PREFIX}/bin/mailq \ - mail_owner=postfix \ - setgid_group=maildrop \ - manpage_directory=${PREFIX}/man \ - sample_directory=${PREFIX}/etc/postfix \ - readme_directory=${READMEDIR} - -.for file in ${CONF1} - ${INSTALL_DATA} ${WRKSRC}/conf/${file} \ - ${PREFIX}/etc/postfix/sample-${file} -.endfor - - @${INSTALL_SCRIPT} \ - ${WRKSRC}/auxiliary/rmail/rmail \ - ${PREFIX}/bin/rmail - -# optional TEST binaries -.for file in ${BIN1} - @${INSTALL_PROGRAM} \ - ${WRKSRC}/src/smtpstone/${file} \ - ${PREFIX}/sbin -.endfor - -.if !defined(NOPORTDOCS) - @${INSTALL} -d -o ${DOCOWN} -g ${DOCGRP} -m 555 ${DOCSDIR} - @cd ${WRKSRC}/html && ${INSTALL_DATA} *.html *.gif ${DOCSDIR} && \ - ${ECHO_MSG} "Installed HTML documentation in ${DOCSDIR}" -.endif - -post-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -# need to fixup ${PREFIX}/etc/postfix/postfix-files to indicate compressed -# man pages, since the ports software compresses them after this step, and -# if we run etc/postfix/post-install again during package installation, -# it will complain about missing files. - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/fix-files-list - @${CAT} ${PKGMESSAGE} - -post-clean: - @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc - -.include <bsd.port.mk> diff --git a/mail/postfix25/distinfo b/mail/postfix25/distinfo deleted file mode 100644 index a3eb62fc1bca..000000000000 --- a/mail/postfix25/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (postfix/postfix-2.0.16.tar.gz) = ac13776442ba7708e683bc1bfbadab2f -MD5 (postfix/postfix-2.0-ns-mx-acl-patch.gz) = 55a3d76d52fddd5cd0365004957a1160 -MD5 (postfix/pfixtls-0.8.16-2.0.16-0.9.7b.tar.gz) = b39c08eabe807db4af5bcb1cafc9761e -MD5 (postfix/postfix-pg.postfix-2.0.0.2.patch) = 5a0aa5ef6a231a593eb6c5628236a3e4 -MD5 (postfix/ipv6-1.18a-pf-2.0.16.patch.gz) = 8e0b85c6c131d367dc5b0d0d95e7e2c1 -MD5 (postfix/tls+ipv6-1.18a-pf-2.0.16.patch.gz) = b32876b1a02d3a8f6a93a66e574ddee7 diff --git a/mail/postfix25/files/patch-ea b/mail/postfix25/files/patch-ea deleted file mode 100644 index 6c3f98d2af4f..000000000000 --- a/mail/postfix25/files/patch-ea +++ /dev/null @@ -1,13 +0,0 @@ -*** ./src/cleanup/cleanup.c.orig Sun May 28 18:33:41 2000 ---- ./src/cleanup/cleanup.c Thu Jun 1 21:52:22 2000 -*************** -*** 118,121 **** - /* FILES -! /* /etc/postfix/canonical*, canonical mapping table -! /* /etc/postfix/virtual*, virtual mapping table - /* LICENSE ---- 118,121 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/canonical*, canonical mapping table -! /* !!PREFIX!!/etc/postfix/virtual*, virtual mapping table - /* LICENSE diff --git a/mail/postfix25/files/patch-eb b/mail/postfix25/files/patch-eb deleted file mode 100644 index e67680963d2d..000000000000 --- a/mail/postfix25/files/patch-eb +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/global/mail_conf.c.orig Sun May 7 18:51:16 2000 ---- ./src/global/mail_conf.c Thu Jun 1 22:16:29 2000 -*************** -*** 53,55 **** - /* FILES -! /* /etc/postfix: default Postfix configuration directory. - /* ENVIRONMENT ---- 53,55 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix: default Postfix configuration directory. - /* ENVIRONMENT diff --git a/mail/postfix25/files/patch-ec b/mail/postfix25/files/patch-ec deleted file mode 100644 index 5f5d1ad9cadc..000000000000 --- a/mail/postfix25/files/patch-ec +++ /dev/null @@ -1,41 +0,0 @@ -*** ./src/global/mail_params.h.orig Thu Jan 3 13:13:37 2002 ---- ./src/global/mail_params.h Tue Jan 8 22:18:22 2002 -*************** -*** 51,55 **** - - #define VAR_SGID_GROUP "setgid_group" -! #define DEF_SGID_GROUP "postdrop" - extern char *var_sgid_group; - extern gid_t var_sgid_gid; ---- 51,55 ---- - - #define VAR_SGID_GROUP "setgid_group" -! #define DEF_SGID_GROUP "maildrop" - extern char *var_sgid_group; - extern gid_t var_sgid_gid; -*************** -*** 170,174 **** - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "/usr/libexec/postfix" - #endif - ---- 170,174 ---- - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "!!PREFIX!!/libexec/postfix" - #endif - -*************** -*** 204,208 **** - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "/etc/postfix" - #endif - extern char *var_config_dir; ---- 204,208 ---- - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "!!PREFIX!!/etc/postfix" - #endif - extern char *var_config_dir; diff --git a/mail/postfix25/files/patch-ed b/mail/postfix25/files/patch-ed deleted file mode 100644 index f971b62720d8..000000000000 --- a/mail/postfix25/files/patch-ed +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/local/mailbox.c.orig Fri Apr 28 16:55:53 2000 ---- ./src/local/mailbox.c Thu Jun 1 22:37:48 2000 -*************** -*** 15,17 **** - /* suppression. The default is direct mailbox delivery to -! /* /var/[spool/]mail/\fIuser\fR; when a \fIhome_mailbox\fR - /* has been configured, mail is delivered to ~/$\fIhome_mailbox\fR; ---- 15,17 ---- - /* suppression. The default is direct mailbox delivery to -! /* /var/mail/\fIuser\fR; when a \fIhome_mailbox\fR - /* has been configured, mail is delivered to ~/$\fIhome_mailbox\fR; diff --git a/mail/postfix25/files/patch-ee b/mail/postfix25/files/patch-ee deleted file mode 100644 index ef44eac24b73..000000000000 --- a/mail/postfix25/files/patch-ee +++ /dev/null @@ -1,13 +0,0 @@ -*** ./src/master/master.c.orig Tue Mar 7 10:25:07 2000 ---- ./src/master/master.c Thu Jun 1 22:43:50 2000 -*************** -*** 104,107 **** - /* FILES -! /* /etc/postfix/main.cf: global configuration file. -! /* /etc/postfix/master.cf: master process configuration file. - /* /var/spool/postfix/pid/master.pid: master lock file. ---- 104,107 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/main.cf: global configuration file. -! /* !!PREFIX!!/etc/postfix/master.cf: master process configuration file. - /* /var/spool/postfix/pid/master.pid: master lock file. diff --git a/mail/postfix25/files/patch-ef b/mail/postfix25/files/patch-ef deleted file mode 100644 index 586b304a103d..000000000000 --- a/mail/postfix25/files/patch-ef +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/postdrop/postdrop.c.orig Sun Apr 25 18:05:43 1999 ---- ./src/postdrop/postdrop.c Thu Jun 1 22:44:22 2000 -*************** -*** 39,41 **** - /* /var/spool/postfix, mail queue -! /* /etc/postfix, configuration files - /* CONFIGURATION PARAMETERS ---- 39,41 ---- - /* /var/spool/postfix, mail queue -! /* !!PREFIX!!/etc/postfix, configuration files - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix25/files/patch-eg b/mail/postfix25/files/patch-eg deleted file mode 100644 index 2983bbfd86ea..000000000000 --- a/mail/postfix25/files/patch-eg +++ /dev/null @@ -1,20 +0,0 @@ -*** ./src/sendmail/sendmail.c.orig Tue Mar 14 10:42:06 2000 ---- ./src/sendmail/sendmail.c Thu Jun 1 22:47:24 2000 -*************** -*** 57,59 **** - /* The path name of the \fBsendmail.cf\fR file. Postfix configuration -! /* files are kept in \fB/etc/postfix\fR. - /* .IP "\fB-F \fIfull_name\fR ---- 57,59 ---- - /* The path name of the \fBsendmail.cf\fR file. Postfix configuration -! /* files are kept in \fB!!PREFIX!!/etc/postfix\fR. - /* .IP "\fB-F \fIfull_name\fR -*************** -*** 159,161 **** - /* /var/spool/postfix, mail queue -! /* /etc/postfix, configuration files - /* CONFIGURATION PARAMETERS ---- 159,161 ---- - /* /var/spool/postfix, mail queue -! /* !!PREFIX!!/etc/postfix, configuration files - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix25/files/patch-eh b/mail/postfix25/files/patch-eh deleted file mode 100644 index c104c3680d21..000000000000 --- a/mail/postfix25/files/patch-eh +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/trivial-rewrite/transport.c.orig Tue Nov 16 19:15:41 1999 ---- ./src/trivial-rewrite/transport.c Thu Jun 1 22:47:49 2000 -*************** -*** 32,34 **** - /* FILES -! /* /etc/postfix/transport* - /* CONFIGURATION PARAMETERS ---- 32,34 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/transport* - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix25/files/patch-main.cf b/mail/postfix25/files/patch-main.cf deleted file mode 100644 index 6281b6b6d7f1..000000000000 --- a/mail/postfix25/files/patch-main.cf +++ /dev/null @@ -1,58 +0,0 @@ ---- ./conf/main.cf Wed Jan 8 22:11:52 2003 -+++ ./conf/main.cf Wed Jan 8 22:11:53 2003 -@@ -31,13 +31,13 @@ - # The command_directory parameter specifies the location of all - # postXXX commands. - # --command_directory = /usr/sbin -+command_directory = !!PREFIX!!/sbin - - # The daemon_directory parameter specifies the location of all Postfix - # daemon programs (i.e. programs listed in the master.cf file). This - # directory must be owned by root. - # --daemon_directory = /usr/libexec/postfix -+daemon_directory = !!PREFIX!!/libexec/postfix - - # QUEUE AND PROCESS OWNERSHIP - # -@@ -590,32 +590,32 @@ - # sendmail_path: The full pathname of the Postfix sendmail command. - # This is the Sendmail-compatible mail posting interface. - # --sendmail_path = -+sendmail_path = !!PREFIX!!/sbin/sendmail - - # newaliases_path: The full pathname of the Postfix newaliases command. - # This is the Sendmail-compatible command to build alias databases. - # --newaliases_path = -+newaliases_path = !!PREFIX!!/bin/newaliases - - # mailq_path: The full pathname of the Postfix mailq command. This - # is the Sendmail-compatible mail queue listing command. - # --mailq_path = -+mailq_path = !!PREFIX!!/bin/mailq - - # setgid_group: The group for mail submission and queue management - # commands. This must be a group name with a numerical group ID that - # is not shared with other accounts, not even with the Postfix account. - # --setgid_group = -+setgid_group = maildrop - - # manpage_directory: The location of the Postfix on-line manual pages. - # --manpage_directory = -+manpage_directory = !!PREFIX!!/man - - # sample_directory: The location of the Postfix sample configuration files. - # --sample_directory = -+sample_directory = !!PREFIX!!/etc/postfix - - # readme_directory: The location of the Postfix README files. - # --readme_directory = -+readme_directory = no diff --git a/mail/postfix25/files/patch-post-install b/mail/postfix25/files/patch-post-install deleted file mode 100644 index 92b2d4c2c6eb..000000000000 --- a/mail/postfix25/files/patch-post-install +++ /dev/null @@ -1,11 +0,0 @@ ---- ./conf/#post-install~ Fri Jan 18 12:32:54 2002 -+++ ./conf/post-install Fri Jan 18 12:32:54 2002 -@@ -183,7 +183,7 @@ - - umask 022 - --PATH=/bin:/usr/bin:/usr/sbin:/usr/etc:/sbin:/etc:/usr/contrib/bin:/usr/gnu/bin:/usr/ucb:/usr/bsd -+PATH=/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin - SHELL=/bin/sh - IFS=" - " diff --git a/mail/postfix25/pkg-descr b/mail/postfix25/pkg-descr deleted file mode 100644 index 1f335ce6820c..000000000000 --- a/mail/postfix25/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Postfix attempts to be fast, easy to administer, and secure, while at -the same time being sendmail-compatible enough to not upset existing -users. It also offers QMQP and VERP support to let Postfix act as delivery -daemon for ezmlm-idx. - -WWW: http://www.postfix.org/ diff --git a/mail/postfix25/pkg-install b/mail/postfix25/pkg-install deleted file mode 100644 index 8cf5a9a5aefe..000000000000 --- a/mail/postfix25/pkg-install +++ /dev/null @@ -1,181 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# If the POSTFIX_DEFAULT_MTA environment variable is set to YES, it -# will make the port/package use defaults which makes postfix replaces -# sendmail as much as possible. - -PKG_PREFIX=${PKG_PREFIX:=/usr/local} -BATCH=${BATCH:=no} -POSTFIX_DEFAULT_MTA=${POSTFIX_DEFAULT_MTA:=no} - -if [ x${POSTFIX_DEFAULT_MTA} = xno ]; then - DEFAULT_REPLACE_MAILERCONF=n -else - DEFAULT_REPLACE_MAILERCONF=y -fi - -ask() { - local question default answer - - question=$1 - default=$2 - if [ -z "${PACKAGE_BUILDING}" -a x${BATCH} = xno ]; then - read -p "${question} [${default}]? " answer - fi - if [ x${answer} = x ]; then - answer=${default} - fi - echo ${answer} -} - -yesno() { - local question default answer - - question=$1 - default=$2 - while :; do - answer=$(ask "${question}" "${default}") - case "${answer}" in - [Yy]*) return 0;; - [Nn]*) return 1;; - esac - echo "Please answer yes or no." - done -} - -if [ x"$2" = xPRE-INSTALL ]; then - USER=postfix - GROUP=postfix - GROUP2=maildrop - - if /usr/sbin/pw groupshow "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP} -h - - then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw groupshow "${GROUP2}" 2>/dev/null; then - echo "You already have a group \"${GROUP2}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP2} -h - - then - echo "Added group \"${GROUP2}\"." - else - echo "Adding group \"${GROUP2}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if /usr/sbin/pw useradd ${USER} -g ${GROUP} -h - \ - -d /var/spool/postfix \ - -s /sbin/nologin \ - -c "Postfix Mail System" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw show group mail | grep -q "${USER}" 2>/dev/null; then - echo "You already have user \"${USER}\" in group \"mail\", so I will use it." - else - echo "You need user \"${USER}\" added to group \"mail\"." - if yesno "Would you like me to add it" y; then - /usr/sbin/pw groupmod mail -m ${USER} || exit - echo "Done." - else - echo "Please create it, and try again." - exit 1 - fi - fi - -fi - -if [ x"$2" = xPOST-INSTALL ]; then - CONF1="main.cf master.cf access aliases canonical pcre_table \ - regexp_table relocated transport virtual" - - for file in $CONF1 - do - if [ ! -f ${PKG_PREFIX}/etc/postfix/$file ]; then - cp ${PKG_PREFIX}/etc/postfix/sample-$file ${PKG_PREFIX}/etc/postfix/$file - fi - done - - sh ${PKG_PREFIX}/etc/postfix/post-install tempdir=/tmp \ - config_directory=${PKG_PREFIX}/etc/postfix \ - daemon_directory=${PKG_PREFIX}/libexec/postfix \ - command_directory=${PKG_PREFIX}/sbin \ - queue_directory=/var/spool/postfix \ - sendmail_path=${PKG_PREFIX}/sbin/sendmail \ - newaliases_path=${PKG_PREFIX}/bin/newaliases \ - mailq_path=${PKG_PREFIX}/bin/mailq \ - mail_owner=postfix \ - setgid_group=maildrop \ - manpage_directory=${PKG_PREFIX}/man \ - sample_directory=${PKG_PREFIX}/etc/postfix \ - readme_directory=no \ - upgrade-package -# readme_directory is "no" above since the package will have correct perms -# already, and we don't know if they had PORTDOCS. -fi - -replace() { - local orig repl - - orig=$1 - repl=$2 - if [ -e ${orig} ]; then - mv -f ${orig} ${orig}.OFF - chmod 0 ${orig}.OFF - fi - if [ -e ${repl} ]; then - ln -s ${repl} ${orig} - fi -} - -if [ x"$2" = xPOST-INSTALL -a -z "${PACKAGE_BUILDING}" ]; then - if [ -x /sbin/sysctl ]; then - OSVERSION=`/sbin/sysctl -n kern.osreldate` - else - OSVERSION=`/usr/sbin/sysctl -n kern.osreldate` - fi - if [ ${OSVERSION} -ge 400014 ]; then - if yesno "Would you like to activate Postfix in /etc/mail/mailer.conf" \ - ${DEFAULT_REPLACE_MAILERCONF}; then - mv -f /etc/mail/mailer.conf /etc/mail/mailer.conf.old - echo "#" > /etc/mail/mailer.conf - echo -n "# Execute the Postfix sendmail program" >> /etc/mail/mailer.conf - echo ", named ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "#" >> /etc/mail/mailer.conf - echo "sendmail ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "send-mail ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "mailq ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "newaliases ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - fi - else - if yesno "Would you like to replace {sendmail,mailq,newaliases} with Postfix versions" n; then - replace /usr/sbin/sendmail ${PKG_PREFIX}/sbin/sendmail - replace /usr/bin/mailq ${PKG_PREFIX}/sbin/sendmail - replace /usr/bin/newaliases ${PKG_PREFIX}/sbin/sendmail - echo "Done." - fi - fi -fi diff --git a/mail/postfix25/pkg-message b/mail/postfix25/pkg-message deleted file mode 100644 index 1c9fd6699bb9..000000000000 --- a/mail/postfix25/pkg-message +++ /dev/null @@ -1,40 +0,0 @@ -If you have postfix configured in your /etc/mail/mailer.conf (answered yes to -the previous question) and would like to enable postfix to start at boot time, -please set these variables in your /etc/rc.conf file: - -sendmail_enable="YES" -sendmail_flags="-bd" -sendmail_outbound_enable="NO" -sendmail_submit_enable="NO" -sendmail_msp_queue_enable="NO" - -This will disable Sendmail completely. - -Alternatively to the above settings, you can enable postfix to start with -the other local services, for example, after your database server starts if -you need it to be running for postfix. To do this, set in your rc.conf file: - -sendmail_enable="NONE" - -Then make the following symbolic link: - -cd /usr/local/etc/rc.d -ln -s /usr/local/sbin/postfix postfix.sh - - -Also, you will want to disable some Sendmail-specific daily maintenance -routines in your /etc/periodic.conf file: - -daily_clean_hoststat_enable="NO" -daily_status_mail_rejects_enable="NO" -daily_status_include_submit_mailq="NO" -daily_submit_queuerun="NO" - - -If you are using SASL, you need to make sure that postfix has access to read -the sasldb file. This is accomplished by adding postfix to group mail and -making the /usr/local/etc/sasldb* file(s) readable by group mail (this should -be the default for new installs). - -If you are upgrading from postfix version prior to 2.0, please see the README -files for recommended changes to your configuration. diff --git a/mail/postfix25/pkg-plist b/mail/postfix25/pkg-plist deleted file mode 100644 index 09f2ca9027a0..000000000000 --- a/mail/postfix25/pkg-plist +++ /dev/null @@ -1,182 +0,0 @@ -@unexec if cmp -s %D/etc/postfix/main.cf %D/etc/postfix/sample-main.cf; then rm -f %D/etc/postfix/main.cf; fi -@unexec if cmp -s %D/etc/postfix/master.cf %D/etc/postfix/sample-master.cf; then rm -f %D/etc/postfix/master.cf; fi -@unexec if cmp -s %D/etc/postfix/access %D/etc/postfix/sample-access; then rm -f %D/etc/postfix/access; fi -@unexec if cmp -s %D/etc/postfix/aliases %D/etc/postfix/sample-aliases; then rm -f %D/etc/postfix/aliases; fi -@unexec if cmp -s %D/etc/postfix/canonical %D/etc/postfix/sample-canonical; then rm -f %D/etc/postfix/canonical; fi -@unexec if cmp -s %D/etc/postfix/pcre_table %D/etc/postfix/sample-pcre_table; then rm -f %D/etc/postfix/pcre_table; fi -@unexec if cmp -s %D/etc/postfix/regexp_table %D/etc/postfix/sample-regexp_table; then rm -f %D/etc/postfix/regexp_table; fi -@unexec if cmp -s %D/etc/postfix/relocated %D/etc/postfix/sample-relocated; then rm -f %D/etc/postfix/relocated; fi -@unexec if cmp -s %D/etc/postfix/transport %D/etc/postfix/sample-transport; then rm -f %D/etc/postfix/transport; fi -@unexec if cmp -s %D/etc/postfix/virtual %D/etc/postfix/sample-virtual; then rm -f %D/etc/postfix/virtual; fi -bin/rmail -etc/postfix/LICENSE -etc/postfix/main.cf.default -etc/postfix/post-install -etc/postfix/postfix-files -etc/postfix/postfix-script -etc/postfix/sample-access -etc/postfix/sample-aliases -etc/postfix/sample-canonical -etc/postfix/sample-pcre_table -etc/postfix/sample-regexp_table -etc/postfix/sample-relocated -etc/postfix/sample-aliases.cf -etc/postfix/sample-auth.cf -etc/postfix/sample-canonical.cf -etc/postfix/sample-compatibility.cf -etc/postfix/sample-debug.cf -etc/postfix/sample-filter.cf -etc/postfix/sample-flush.cf -%%SUB_IPV6%%etc/postfix/sample-ipv6.cf -etc/postfix/sample-ldap.cf -etc/postfix/sample-lmtp.cf -etc/postfix/sample-local.cf -etc/postfix/sample-main.cf -etc/postfix/sample-master.cf -etc/postfix/sample-mime.cf -etc/postfix/sample-misc.cf -etc/postfix/sample-pcre-access.cf -etc/postfix/sample-pcre-body.cf -etc/postfix/sample-pcre-header.cf -etc/postfix/sample-qmqpd.cf -etc/postfix/sample-rate.cf -etc/postfix/sample-regexp-access.cf -etc/postfix/sample-regexp-body.cf -etc/postfix/sample-regexp-header.cf -etc/postfix/sample-relocated.cf -etc/postfix/sample-resource.cf -etc/postfix/sample-rewrite.cf -etc/postfix/sample-smtp.cf -etc/postfix/sample-smtpd.cf -etc/postfix/sample-transport.cf -etc/postfix/sample-virtual.cf -etc/postfix/sample-transport -etc/postfix/sample-virtual -%%SUB_TLS%%etc/postfix/sample-tls.cf -libexec/postfix/bounce -libexec/postfix/cleanup -libexec/postfix/error -libexec/postfix/flush -libexec/postfix/lmtp -libexec/postfix/local -libexec/postfix/master -libexec/postfix/nqmgr -libexec/postfix/pickup -libexec/postfix/pipe -libexec/postfix/proxymap -libexec/postfix/qmgr -libexec/postfix/qmqpd -libexec/postfix/showq -libexec/postfix/smtp -libexec/postfix/smtpd -libexec/postfix/spawn -libexec/postfix/trivial-rewrite -libexec/postfix/virtual -%%SUB_TLS%%libexec/postfix/tlsmgr -sbin/postalias -sbin/postcat -sbin/postconf -sbin/postdrop -sbin/postfix -sbin/postkick -sbin/postlock -sbin/postlog -sbin/postmap -sbin/postqueue -sbin/postsuper -sbin/sendmail -bin/newaliases -bin/mailq -%%SUB_TEST%%sbin/smtp-sink -%%SUB_TEST%%sbin/smtp-source -%%PORTDOCS%%%%DOCSDIR%%/ADDRESS_CLASS_README -%%PORTDOCS%%%%DOCSDIR%%/DB_README -%%PORTDOCS%%%%DOCSDIR%%/DEBUG_README -%%PORTDOCS%%%%DOCSDIR%%/ETRN_README -%%PORTDOCS%%%%DOCSDIR%%/FILTER_README -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%SUB_IPV6%%%%DOCSDIR%%/IPV6_README -%%PORTDOCS%%%%DOCSDIR%%/LDAP_README -%%PORTDOCS%%%%DOCSDIR%%/LINUX_README -%%PORTDOCS%%%%DOCSDIR%%/LOCAL_RECIPIENT_README -%%PORTDOCS%%%%DOCSDIR%%/LMTP_README -%%PORTDOCS%%%%DOCSDIR%%/MACOSX_README -%%PORTDOCS%%%%DOCSDIR%%/MAILDROP_README -%%PORTDOCS%%%%DOCSDIR%%/MYSQL_README -%%PORTDOCS%%%%DOCSDIR%%/NFS_README -%%PORTDOCS%%%%DOCSDIR%%/PACKAGE_README -%%PORTDOCS%%%%DOCSDIR%%/PCRE_README -%%PORTDOCS%%%%DOCSDIR%%/QMQP_README -%%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES -%%PORTDOCS%%%%DOCSDIR%%/RESTRICTION_CLASS_README -%%PORTDOCS%%%%DOCSDIR%%/SASL_README -%%PORTDOCS%%%%DOCSDIR%%/ULTRIX_README -%%PORTDOCS%%%%DOCSDIR%%/UUCP_README -%%PORTDOCS%%%%DOCSDIR%%/VERP_README -%%PORTDOCS%%%%DOCSDIR%%/VIRTUAL_README -%%PORTDOCS%%%%DOCSDIR%%/access.5.html -%%PORTDOCS%%%%DOCSDIR%%/aliases.5.html -%%PORTDOCS%%%%DOCSDIR%%/architecture.html -%%PORTDOCS%%%%DOCSDIR%%/backstage.html -%%PORTDOCS%%%%DOCSDIR%%/basic.html -%%PORTDOCS%%%%DOCSDIR%%/big-picture.gif -%%PORTDOCS%%%%DOCSDIR%%/big-picture.html -%%PORTDOCS%%%%DOCSDIR%%/bounce.8.html -%%PORTDOCS%%%%DOCSDIR%%/canonical.5.html -%%PORTDOCS%%%%DOCSDIR%%/cleanup.8.html -%%PORTDOCS%%%%DOCSDIR%%/commands.html -%%PORTDOCS%%%%DOCSDIR%%/defer.8.html -%%PORTDOCS%%%%DOCSDIR%%/delivering.html -%%PORTDOCS%%%%DOCSDIR%%/error.8.html -%%PORTDOCS%%%%DOCSDIR%%/faq.html -%%PORTDOCS%%%%DOCSDIR%%/flush.8.html -%%PORTDOCS%%%%DOCSDIR%%/goals.html -%%PORTDOCS%%%%DOCSDIR%%/inbound.gif -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/lmtp.8.html -%%PORTDOCS%%%%DOCSDIR%%/local.8.html -%%PORTDOCS%%%%DOCSDIR%%/mailq.1.html -%%PORTDOCS%%%%DOCSDIR%%/master.8.html -%%PORTDOCS%%%%DOCSDIR%%/motivation.html -%%PORTDOCS%%%%DOCSDIR%%/newaliases.1.html -%%PORTDOCS%%%%DOCSDIR%%/nqmgr.8.html -%%PORTDOCS%%%%DOCSDIR%%/outbound.gif -%%PORTDOCS%%%%DOCSDIR%%/pcre_table.5.html -%%PORTDOCS%%%%DOCSDIR%%/pickup.8.html -%%PORTDOCS%%%%DOCSDIR%%/pipe.8.html -%%PORTDOCS%%%%DOCSDIR%%/postalias.1.html -%%PORTDOCS%%%%DOCSDIR%%/postcat.1.html -%%PORTDOCS%%%%DOCSDIR%%/postconf.1.html -%%PORTDOCS%%%%DOCSDIR%%/postdrop.1.html -%%PORTDOCS%%%%DOCSDIR%%/postfix.1.html -%%PORTDOCS%%%%DOCSDIR%%/postkick.1.html -%%PORTDOCS%%%%DOCSDIR%%/postlock.1.html -%%PORTDOCS%%%%DOCSDIR%%/postlog.1.html -%%PORTDOCS%%%%DOCSDIR%%/postmap.1.html -%%PORTDOCS%%%%DOCSDIR%%/postqueue.1.html -%%PORTDOCS%%%%DOCSDIR%%/postsuper.1.html -%%PORTDOCS%%%%DOCSDIR%%/proxymap.8.html -%%PORTDOCS%%%%DOCSDIR%%/qmgr.8.html -%%PORTDOCS%%%%DOCSDIR%%/qmqpd.8.html -%%PORTDOCS%%%%DOCSDIR%%/queuing.html -%%PORTDOCS%%%%DOCSDIR%%/rate.html -%%PORTDOCS%%%%DOCSDIR%%/receiving.html -%%PORTDOCS%%%%DOCSDIR%%/regexp_table.5.html -%%PORTDOCS%%%%DOCSDIR%%/relocated.5.html -%%PORTDOCS%%%%DOCSDIR%%/resource.html -%%PORTDOCS%%%%DOCSDIR%%/rewrite.html -%%PORTDOCS%%%%DOCSDIR%%/security.html -%%PORTDOCS%%%%DOCSDIR%%/sendmail.1.html -%%PORTDOCS%%%%DOCSDIR%%/showq.8.html -%%PORTDOCS%%%%DOCSDIR%%/small-picture.gif -%%PORTDOCS%%%%DOCSDIR%%/smtp.8.html -%%PORTDOCS%%%%DOCSDIR%%/smtpd.8.html -%%PORTDOCS%%%%DOCSDIR%%/spawn.8.html -%%PORTDOCS%%%%DOCSDIR%%/transport.5.html -%%PORTDOCS%%%%DOCSDIR%%/trivial-rewrite.8.html -%%PORTDOCS%%%%DOCSDIR%%/uce.html -%%PORTDOCS%%%%DOCSDIR%%/virtual.5.html -%%PORTDOCS%%%%DOCSDIR%%/virtual.8.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm libexec/postfix -@unexec rmdir %D/etc/postfix 2>/dev/null || true diff --git a/mail/postfix25/scripts/configure b/mail/postfix25/scripts/configure deleted file mode 100644 index 93c5b95ec561..000000000000 --- a/mail/postfix25/scripts/configure +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -for f in `find ${WRKSRC} -type f | xargs grep -l '\!\!PREFIX\!\!' ` ; do \ - mv $f $f.orig && sed s+!!PREFIX!!+$PREFIX+g < $f.orig > $f && \ - rm $f.orig -done diff --git a/mail/postfix25/scripts/configure.postfix b/mail/postfix25/scripts/configure.postfix deleted file mode 100644 index 1f77ad3f5481..000000000000 --- a/mail/postfix25/scripts/configure.postfix +++ /dev/null @@ -1,247 +0,0 @@ -#!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix25/scripts/Attic/configure.postfix,v 1.41 2003-10-01 19:55:24 osa Exp $ - -if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then - exit -fi - -tempfile=`mktemp -t checklist` - -if [ "${POSTFIX_OPTIONS}" ]; then - set ${POSTFIX_OPTIONS} -fi - -for i; do - eval status_$i=ON -done - -if [ -z "${BATCH}" ]; then - /usr/bin/dialog --title "Postfix configuration options" --clear \ - --checklist "\n\ -Please select desired options:" -1 -1 16 \ -NOPCRE "DISABLE Perl Compatible Regular Expressions" "$status_NOPCRE" \ -SASL "Cyrus SASLv1 (Simple Authentication and Security Layer)" "$status_SASL" \ -SASL2 "Cyrus SASLv2 (Simple Authentication and Security Layer)" "$status_SASL2" \ -SASLKRB "If your SASL requires Kerberos select this option" "$status_SASLKRB" \ -TLS "SSL and TLS" "$status_TLS" \ -IPv6 "IPv6 support" "$status_IPv6" \ -IPv6TLS "IPv6 support with SSL and TLS" "$status_IPv6TLS" \ -DB3 "Berkeley DB3 (required if SASL also built with DB3)" "$status_DB3" \ -DB40 "Berkeley DB4.0 (required if SASL also built with DB4.0)" "$status_DB40" \ -DB41 "Berkeley DB4.1 (required if SASL also built with DB4.1)" "$status_DB41" \ -MySQL "MySQL map lookups" "$status_MySQL" \ -PgSQL "PostgreSQL v7.3 map lookups" "$status_PgSQL" \ -PgSQL72 "PostgreSQL v7.2 map lookups" "$status_PgSQL72" \ -OpenLDAP12 "OpenLDAP 1.2 map lookups" "$status_OpenLDAP" \ -OpenLDAP20 "OpenLDAP 2.0 map lookups" "$status_OpenLDAP" \ -OpenLDAP21 "OpenLDAP 2.1 map lookups" "$status_OpenLDAP" \ -Test "SMTP/LMTP test server and generator" "$status_Test" \ -2> $tempfile - - retval=$? - - if [ -s $tempfile ]; then - set `sed 's/"//g' $tempfile` - fi - rm -f $tempfile - - case $retval in - 0) if [ -z "$*" ]; then - echo "Nothing selected" - fi - ;; - 1) echo "Cancel pressed." - exit 1 - ;; - esac -fi - -${MKDIR} ${WRKDIRPREFIX}${CURDIR} -exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - -echo "PREFIX= ${PREFIX}" - -SUB_TLS="@comment " -SUB_TEST="@comment " -SUB_IPV6="@comment " - -while [ "$1" ]; do - case $1 in - NOPCRE) - echo "WITHOUT_PCRE= yes" - echo "NOPCRE_SUFFIX= +nopcre" - SUB_NOPCRE="" - ;; - SASL) - echo "LIB_DEPENDS+= sasl.8:\${PORTSDIR}/security/cyrus-sasl" - echo "POSTFIX_CCARGS+= -DUSE_SASL_AUTH -I\${LOCALBASE}/include -I\${LOCALBASE}/include/sasl1" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -lsasl -lpam -lcrypt" - echo "SASL_SUFFIX= +sasl" - if [ -f ${PREFIX}/lib/libsasl.a ]; then - if nm ${PREFIX}/lib/libsasl.a | grep -wq "mysql_verify_password"; then - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - fi - fi - SUB_SASL="" - ;; - SASL2) - echo "LIB_DEPENDS+= sasl2.2:\${PORTSDIR}/security/cyrus-sasl2" - echo "POSTFIX_CCARGS+= -DUSE_SASL_AUTH -I\${LOCALBASE}/include -I\${LOCALBASE}/include/sasl" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -lsasl2 -lpam -lcrypt" - echo "SASL_SUFFIX= +sasl2" - if [ -f ${PREFIX}/lib/libsasl2.a ]; then - if nm ${PREFIX}/lib/libsasl2.a | grep -wq "mysql_verify_password"; then - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - fi - fi - SUB_SASL="" - ;; - SASLKRB) - echo "POSTFIX_AUXLIBS+= -lkrb -lcrypto -lcom_err" - ;; - TLS) - echo "MAN8+= tlsmgr.8" - echo "USE_OPENSSL= yes" - echo "POSTFIX_CCARGS+= -DHAS_SSL -I\${OPENSSLINC}" - echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} -lssl -lcrypto" - echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.16-2.0.16-0.9.7b.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.16-2.0.16-0.9.7b/pfixtls.diff" - echo "PATCH_STRIP= -p1" - echo "TLS_SUFFIX= +tls" - SUB_TLS="" - ;; - DB3) - if [ X$DB40_SELECTED != "X" -o X$DB41_SELECTED != "X" ]; then - /usr/bin/dialog --msgbox "Select exactly one of the DB3, DB40 and DB41 options." 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "LIB_DEPENDS+= db3.3:\${PORTSDIR}/databases/db3" - echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3" - echo "DB_SUFFIX= +db3" - DB3_SELECTED="YES" - ;; - DB40) - if [ X$DB3_SELECTED != "X" -o X$DB41_SELECTED != "X" ]; then - /usr/bin/dialog --msgbox "Select exactly one of the DB3, DB40 and DB41 options." 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "LIB_DEPENDS+= db4.0:\${PORTSDIR}/databases/db4" - echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db4" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb4" - echo "DB_SUFFIX= +db40" - DB40_SELECTED="YES" - ;; - DB41) - if [ X$DB3_SELECTED != "X" -o X$DB40_SELECTED != "X" ]; then - /usr/bin/dialog --msgbox "Select exactly one of the DB3, DB40 and DB41 options." 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "LIB_DEPENDS+= db41.1:\${PORTSDIR}/databases/db41" - echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db41" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb41" - echo "DB_SUFFIX= +db41" - DB41_SELECTED="YES" - ;; - MySQL) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a:\${PORTSDIR}/databases/mysql323-client" - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - echo "MYSQL_SUFFIX= +mysql" - ;; - PgSQL) - echo "POSTGRESQL_PORT?= databases/postgresql7" - echo "LIB_DEPENDS+= pq.3:\${PORTSDIR}/\${POSTGRESQL_PORT}" - echo "POSTFIX_CCARGS+= -DHAS_PGSQL -I\${LOCALBASE}/include -I\${LOCALBASE}/pgsql/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -L\${LOCALBASE}/pgsql/lib -lpq -lcrypt" - echo "PATCH_SITES+= http://mat.cc/postfix/" - echo "PATCHFILES+= postfix-pg.postfix-2.0.0.2.patch" - echo "PATCH_DIST_STRIP= -p1" - echo "PGSQL_SUFFIX= +pgsql" - ;; - PgSQL72) - echo "POSTGRESQL_PORT?= databases/postgresql72" - echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/\${POSTGRESQL_PORT}" - echo "POSTFIX_CCARGS+= -DHAS_PGSQL -I\${LOCALBASE}/include -I\${LOCALBASE}/pgsql/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -L\${LOCALBASE}/pgsql/lib -lpq -lcrypt" - echo "PATCH_SITES+= http://mat.cc/postfix/" - echo "PATCHFILES+= postfix-pg.postfix-2.0.0.2.patch" - echo "PATCH_DIST_STRIP= -p1" - echo "PGSQL_SUFFIX= +pgsql" - ;; - OpenLDAP12) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libldap.a:\${PORTSDIR}/net/openldap12" - echo "POSTFIX_CCARGS+= -DHAS_LDAP -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/libldap.a \${PREFIX}/lib/liblber.a" - echo "OPENLDAP_SUFFIX= +openldap12" - ;; - OpenLDAP20) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libldap.a:\${PORTSDIR}/net/openldap20-client" - echo "POSTFIX_CCARGS+= -DHAS_LDAP -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= -lldap -llber" - echo "OPENLDAP_SUFFIX= +openldap20" - ;; - OpenLDAP21) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libldap.a:\${PORTSDIR}/net/openldap21-client" - echo "POSTFIX_CCARGS+= -DHAS_LDAP -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= -lldap -llber" - echo "OPENLDAP_SUFFIX= +openldap21" - ;; - Test) - echo "BIN1= smtp-sink smtp-source" - SUB_TEST="" - ;; - IPv6) - if [ X$SUB_TLS = "X" ]; then - /usr/bin/dialog --msgbox "Select exactly one of the IPv6 and TLS patches" 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "PATCH_SITES+= http://www.ipnet6.org/postfix/download/" - echo "PATCHFILES+= ipv6-1.18a-pf-2.0.16.patch.gz" - echo "PATCH_DIST_STRIP= -p1" - echo "IPv6_SUFFIX= +ipv6" - echo "" - IPv6SELECTED=YES - SUB_IPV6="" - ;; - IPv6TLS) - if [ X$SUB_TLS = "X" -o X$IPv6SELECTED != X ]; then - /usr/bin/dialog --msgbox "Select exactly one of the IPv6 and TLS patches" 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "MAN8+= tlsmgr.8" - echo "USE_OPENSSL= yes" - echo "POSTFIX_CCARGS+= -DHAS_SSL -I\${OPENSSLINC}" - echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} -lssl -lcrypto" - echo "PATCH_SITES+= http://www.ipnet6.org/postfix/download/" - echo "PATCHFILES+= tls+ipv6-1.18a-pf-2.0.16.patch.gz" - echo "PATCH_DIST_STRIP= -p1" - echo "TLS_SUFFIX= +tls+ipv6" - SUB_TLS="" - SUB_IPV6="" - ;; - *) - echo "Unknown option(s): $*" > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - ;; - esac - shift -done - -echo "PLIST_SUB+= SUB_TLS=\"${SUB_TLS}\"" -echo "PLIST_SUB+= SUB_TEST=\"${SUB_TEST}\"" -echo "PLIST_SUB+= SUB_IPV6=\"${SUB_IPV6}\"" - -# for some reason, if we alter the pkg name this way, the first build (where -# we ask the configure questions) doesn't pick up the extensions, but -# any subsequent build will. so "make; make install" will build twice. -# don't do this for now. -#echo "PKGNAMESUFFIX= \${NOPCRE_SUFFIX}\${SASL_SUFFIX}\${DB_SUFFIX}\${MYSQL_SUFFIX}\${PGSQL_SUFFIX}\${OPENLDAP_SUFFIX}\${TLS_SUFFIX}\${IPv6_SUFFIX}" diff --git a/mail/postfix25/scripts/fix-files-list b/mail/postfix25/scripts/fix-files-list deleted file mode 100644 index cc4a1083a814..000000000000 --- a/mail/postfix25/scripts/fix-files-list +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# need to fixup ${PREFIX}/etc/postfix/postfix-files to indicate compressed -# man pages, since the ports software compresses them later, and if we -# run post-install it will complain about missing files -# (script from Simon J. Mudd) - -ed ${PREFIX}/etc/postfix/postfix-files <<EOF || exit 1 -%s/\(\/man[158]\/.*\.[158]\):/\1.gz:/ -w -q -EOF diff --git a/mail/postfix26/Makefile b/mail/postfix26/Makefile deleted file mode 100644 index 7dfc7ba13a0e..000000000000 --- a/mail/postfix26/Makefile +++ /dev/null @@ -1,169 +0,0 @@ -# New ports collection makefile for: postfix-current -# Date created: 18 Mar 1999 -# Whom: torstenb -# -# $FreeBSD$ -# - -# To pre-select options in batch mode, run make like this: -# -# make -DBATCH POSTFIX_OPTIONS="DB3 IPv6TLS" -# -# the options are the same names as in the scripts/configure.postfix file. -# POSTFIX_OPTIONS can be set in /etc/make.conf also. - -# NOTE: PCRE is enabled by default unless you specifically disable it. - -PORTNAME= postfix -PORTVERSION= 2.0.16 -PORTEPOCH= 1 -CATEGORIES= mail ipv6 -MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ - ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \ - ftp://ftp.tux.org/pub/net/postfix/official/ \ - ftp://ftp.utoronto.ca/mirror/packages/postfix/official/ \ - ftp://ftp.samurai.com/pub/postfix/official/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/postfix/official/&,} -MASTER_SITE_SUBDIR= . old related/postfix -DISTNAME= postfix-${PORTVERSION} -DIST_SUBDIR= ${PORTNAME} -PATCH_SITES= ${MASTER_SITES} -PATCHFILES= postfix-2.0-ns-mx-acl-patch.gz - -MAINTAINER= khera@kciLink.com -COMMENT= A secure alternative to widely-used Sendmail - -CONFLICTS= courier-0.* postfix-1.* sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.* -USE_SUBMAKE= yes -USE_REINPLACE= yes - -MAN1= mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \ - postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postqueue.1 \ - postsuper.1 sendmail.1 - -MAN5= access.5 aliases.5 canonical.5 pcre_table.5 regexp_table.5 \ - relocated.5 transport.5 virtual.5 - -MAN8= bounce.8 cleanup.8 defer.8 error.8 flush.8 lmtp.8 local.8 \ - master.8 nqmgr.8 pickup.8 pipe.8 proxymap.8 qmgr.8 qmqpd.8 showq.8 \ - smtp.8 smtpd.8 spawn.8 trivial-rewrite.8 virtual.8 - -# TLS patch adds to MAN8 but doesn't have .html file, so avoid trying to -# patch it. -MAN8base=$(MAN8:S/tlsmgr.8//) - -CONF1= main.cf master.cf access aliases canonical pcre_table regexp_table \ - relocated transport virtual - -.if !defined(DEBUG) -MAKEFILEFLAGS+= DEBUG= -.endif - -MAKEFILEFLAGS+= OPT="${CFLAGS}" - -SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ - TOUCH="${TOUCH}" \ - MKDIR="${MKDIR}" \ - POSTFIX_OPTIONS="${POSTFIX_OPTIONS}" - -pre-fetch: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postfix - -.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) -.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" -.endif - -.if defined(WITHOUT_PCRE) -POSTFIX_CCARGS+= -DNO_PCRE -.else -LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre -POSTFIX_CCARGS+= -DHAS_PCRE -I${LOCALBASE}/include -POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lpcre -.endif - - -post-patch: - (cd ${WRKSRC} && ${MAKE} -f Makefile.init makefiles ${MAKEFILEFLAGS} \ - CCARGS="${POSTFIX_CCARGS}" AUXLIBS="${POSTFIX_AUXLIBS}" && \ - ${ECHO} "all: default" >> Makefile) - -pre-patch: -.for file in ${MAN1} - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" \ - ${WRKSRC}/man/man1/${file} ${WRKSRC}/html/${file}.html -.endfor -.for file in ${MAN5} - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" \ - ${WRKSRC}/man/man5/${file} ${WRKSRC}/html/${file}.html -.endfor -.for file in ${MAN8base} - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" \ - ${WRKSRC}/man/man8/${file} ${WRKSRC}/html/${file}.html -.endfor -.for file in faq rate rewrite uce - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" \ - ${WRKSRC}/html/${file}.html -.endfor -.for file in ${CONF1} - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" ${WRKSRC}/conf/${file} -.endfor - -pre-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - -.if defined(NOPORTDOCS) -READMEDIR=no -.else -READMEDIR=${PREFIX}/share/doc/postfix -.endif - -do-install: - cd ${WRKSRC}; ${SH} postfix-install -non-interactive install_root=/ tempdir=/tmp \ - config_directory=${PREFIX}/etc/postfix \ - daemon_directory=${PREFIX}/libexec/postfix \ - command_directory=${PREFIX}/sbin \ - queue_directory=/var/spool/postfix \ - sendmail_path=${PREFIX}/sbin/sendmail \ - newaliases_path=${PREFIX}/bin/newaliases \ - mailq_path=${PREFIX}/bin/mailq \ - mail_owner=postfix \ - setgid_group=maildrop \ - manpage_directory=${PREFIX}/man \ - sample_directory=${PREFIX}/etc/postfix \ - readme_directory=${READMEDIR} - -.for file in ${CONF1} - ${INSTALL_DATA} ${WRKSRC}/conf/${file} \ - ${PREFIX}/etc/postfix/sample-${file} -.endfor - - @${INSTALL_SCRIPT} \ - ${WRKSRC}/auxiliary/rmail/rmail \ - ${PREFIX}/bin/rmail - -# optional TEST binaries -.for file in ${BIN1} - @${INSTALL_PROGRAM} \ - ${WRKSRC}/src/smtpstone/${file} \ - ${PREFIX}/sbin -.endfor - -.if !defined(NOPORTDOCS) - @${INSTALL} -d -o ${DOCOWN} -g ${DOCGRP} -m 555 ${DOCSDIR} - @cd ${WRKSRC}/html && ${INSTALL_DATA} *.html *.gif ${DOCSDIR} && \ - ${ECHO_MSG} "Installed HTML documentation in ${DOCSDIR}" -.endif - -post-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -# need to fixup ${PREFIX}/etc/postfix/postfix-files to indicate compressed -# man pages, since the ports software compresses them after this step, and -# if we run etc/postfix/post-install again during package installation, -# it will complain about missing files. - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/fix-files-list - @${CAT} ${PKGMESSAGE} - -post-clean: - @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc - -.include <bsd.port.mk> diff --git a/mail/postfix26/distinfo b/mail/postfix26/distinfo deleted file mode 100644 index a3eb62fc1bca..000000000000 --- a/mail/postfix26/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (postfix/postfix-2.0.16.tar.gz) = ac13776442ba7708e683bc1bfbadab2f -MD5 (postfix/postfix-2.0-ns-mx-acl-patch.gz) = 55a3d76d52fddd5cd0365004957a1160 -MD5 (postfix/pfixtls-0.8.16-2.0.16-0.9.7b.tar.gz) = b39c08eabe807db4af5bcb1cafc9761e -MD5 (postfix/postfix-pg.postfix-2.0.0.2.patch) = 5a0aa5ef6a231a593eb6c5628236a3e4 -MD5 (postfix/ipv6-1.18a-pf-2.0.16.patch.gz) = 8e0b85c6c131d367dc5b0d0d95e7e2c1 -MD5 (postfix/tls+ipv6-1.18a-pf-2.0.16.patch.gz) = b32876b1a02d3a8f6a93a66e574ddee7 diff --git a/mail/postfix26/files/patch-ea b/mail/postfix26/files/patch-ea deleted file mode 100644 index 6c3f98d2af4f..000000000000 --- a/mail/postfix26/files/patch-ea +++ /dev/null @@ -1,13 +0,0 @@ -*** ./src/cleanup/cleanup.c.orig Sun May 28 18:33:41 2000 ---- ./src/cleanup/cleanup.c Thu Jun 1 21:52:22 2000 -*************** -*** 118,121 **** - /* FILES -! /* /etc/postfix/canonical*, canonical mapping table -! /* /etc/postfix/virtual*, virtual mapping table - /* LICENSE ---- 118,121 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/canonical*, canonical mapping table -! /* !!PREFIX!!/etc/postfix/virtual*, virtual mapping table - /* LICENSE diff --git a/mail/postfix26/files/patch-eb b/mail/postfix26/files/patch-eb deleted file mode 100644 index e67680963d2d..000000000000 --- a/mail/postfix26/files/patch-eb +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/global/mail_conf.c.orig Sun May 7 18:51:16 2000 ---- ./src/global/mail_conf.c Thu Jun 1 22:16:29 2000 -*************** -*** 53,55 **** - /* FILES -! /* /etc/postfix: default Postfix configuration directory. - /* ENVIRONMENT ---- 53,55 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix: default Postfix configuration directory. - /* ENVIRONMENT diff --git a/mail/postfix26/files/patch-ec b/mail/postfix26/files/patch-ec deleted file mode 100644 index 5f5d1ad9cadc..000000000000 --- a/mail/postfix26/files/patch-ec +++ /dev/null @@ -1,41 +0,0 @@ -*** ./src/global/mail_params.h.orig Thu Jan 3 13:13:37 2002 ---- ./src/global/mail_params.h Tue Jan 8 22:18:22 2002 -*************** -*** 51,55 **** - - #define VAR_SGID_GROUP "setgid_group" -! #define DEF_SGID_GROUP "postdrop" - extern char *var_sgid_group; - extern gid_t var_sgid_gid; ---- 51,55 ---- - - #define VAR_SGID_GROUP "setgid_group" -! #define DEF_SGID_GROUP "maildrop" - extern char *var_sgid_group; - extern gid_t var_sgid_gid; -*************** -*** 170,174 **** - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "/usr/libexec/postfix" - #endif - ---- 170,174 ---- - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "!!PREFIX!!/libexec/postfix" - #endif - -*************** -*** 204,208 **** - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "/etc/postfix" - #endif - extern char *var_config_dir; ---- 204,208 ---- - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "!!PREFIX!!/etc/postfix" - #endif - extern char *var_config_dir; diff --git a/mail/postfix26/files/patch-ed b/mail/postfix26/files/patch-ed deleted file mode 100644 index f971b62720d8..000000000000 --- a/mail/postfix26/files/patch-ed +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/local/mailbox.c.orig Fri Apr 28 16:55:53 2000 ---- ./src/local/mailbox.c Thu Jun 1 22:37:48 2000 -*************** -*** 15,17 **** - /* suppression. The default is direct mailbox delivery to -! /* /var/[spool/]mail/\fIuser\fR; when a \fIhome_mailbox\fR - /* has been configured, mail is delivered to ~/$\fIhome_mailbox\fR; ---- 15,17 ---- - /* suppression. The default is direct mailbox delivery to -! /* /var/mail/\fIuser\fR; when a \fIhome_mailbox\fR - /* has been configured, mail is delivered to ~/$\fIhome_mailbox\fR; diff --git a/mail/postfix26/files/patch-ee b/mail/postfix26/files/patch-ee deleted file mode 100644 index ef44eac24b73..000000000000 --- a/mail/postfix26/files/patch-ee +++ /dev/null @@ -1,13 +0,0 @@ -*** ./src/master/master.c.orig Tue Mar 7 10:25:07 2000 ---- ./src/master/master.c Thu Jun 1 22:43:50 2000 -*************** -*** 104,107 **** - /* FILES -! /* /etc/postfix/main.cf: global configuration file. -! /* /etc/postfix/master.cf: master process configuration file. - /* /var/spool/postfix/pid/master.pid: master lock file. ---- 104,107 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/main.cf: global configuration file. -! /* !!PREFIX!!/etc/postfix/master.cf: master process configuration file. - /* /var/spool/postfix/pid/master.pid: master lock file. diff --git a/mail/postfix26/files/patch-ef b/mail/postfix26/files/patch-ef deleted file mode 100644 index 586b304a103d..000000000000 --- a/mail/postfix26/files/patch-ef +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/postdrop/postdrop.c.orig Sun Apr 25 18:05:43 1999 ---- ./src/postdrop/postdrop.c Thu Jun 1 22:44:22 2000 -*************** -*** 39,41 **** - /* /var/spool/postfix, mail queue -! /* /etc/postfix, configuration files - /* CONFIGURATION PARAMETERS ---- 39,41 ---- - /* /var/spool/postfix, mail queue -! /* !!PREFIX!!/etc/postfix, configuration files - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix26/files/patch-eg b/mail/postfix26/files/patch-eg deleted file mode 100644 index 2983bbfd86ea..000000000000 --- a/mail/postfix26/files/patch-eg +++ /dev/null @@ -1,20 +0,0 @@ -*** ./src/sendmail/sendmail.c.orig Tue Mar 14 10:42:06 2000 ---- ./src/sendmail/sendmail.c Thu Jun 1 22:47:24 2000 -*************** -*** 57,59 **** - /* The path name of the \fBsendmail.cf\fR file. Postfix configuration -! /* files are kept in \fB/etc/postfix\fR. - /* .IP "\fB-F \fIfull_name\fR ---- 57,59 ---- - /* The path name of the \fBsendmail.cf\fR file. Postfix configuration -! /* files are kept in \fB!!PREFIX!!/etc/postfix\fR. - /* .IP "\fB-F \fIfull_name\fR -*************** -*** 159,161 **** - /* /var/spool/postfix, mail queue -! /* /etc/postfix, configuration files - /* CONFIGURATION PARAMETERS ---- 159,161 ---- - /* /var/spool/postfix, mail queue -! /* !!PREFIX!!/etc/postfix, configuration files - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix26/files/patch-eh b/mail/postfix26/files/patch-eh deleted file mode 100644 index c104c3680d21..000000000000 --- a/mail/postfix26/files/patch-eh +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/trivial-rewrite/transport.c.orig Tue Nov 16 19:15:41 1999 ---- ./src/trivial-rewrite/transport.c Thu Jun 1 22:47:49 2000 -*************** -*** 32,34 **** - /* FILES -! /* /etc/postfix/transport* - /* CONFIGURATION PARAMETERS ---- 32,34 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/transport* - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix26/files/patch-main.cf b/mail/postfix26/files/patch-main.cf deleted file mode 100644 index 6281b6b6d7f1..000000000000 --- a/mail/postfix26/files/patch-main.cf +++ /dev/null @@ -1,58 +0,0 @@ ---- ./conf/main.cf Wed Jan 8 22:11:52 2003 -+++ ./conf/main.cf Wed Jan 8 22:11:53 2003 -@@ -31,13 +31,13 @@ - # The command_directory parameter specifies the location of all - # postXXX commands. - # --command_directory = /usr/sbin -+command_directory = !!PREFIX!!/sbin - - # The daemon_directory parameter specifies the location of all Postfix - # daemon programs (i.e. programs listed in the master.cf file). This - # directory must be owned by root. - # --daemon_directory = /usr/libexec/postfix -+daemon_directory = !!PREFIX!!/libexec/postfix - - # QUEUE AND PROCESS OWNERSHIP - # -@@ -590,32 +590,32 @@ - # sendmail_path: The full pathname of the Postfix sendmail command. - # This is the Sendmail-compatible mail posting interface. - # --sendmail_path = -+sendmail_path = !!PREFIX!!/sbin/sendmail - - # newaliases_path: The full pathname of the Postfix newaliases command. - # This is the Sendmail-compatible command to build alias databases. - # --newaliases_path = -+newaliases_path = !!PREFIX!!/bin/newaliases - - # mailq_path: The full pathname of the Postfix mailq command. This - # is the Sendmail-compatible mail queue listing command. - # --mailq_path = -+mailq_path = !!PREFIX!!/bin/mailq - - # setgid_group: The group for mail submission and queue management - # commands. This must be a group name with a numerical group ID that - # is not shared with other accounts, not even with the Postfix account. - # --setgid_group = -+setgid_group = maildrop - - # manpage_directory: The location of the Postfix on-line manual pages. - # --manpage_directory = -+manpage_directory = !!PREFIX!!/man - - # sample_directory: The location of the Postfix sample configuration files. - # --sample_directory = -+sample_directory = !!PREFIX!!/etc/postfix - - # readme_directory: The location of the Postfix README files. - # --readme_directory = -+readme_directory = no diff --git a/mail/postfix26/files/patch-post-install b/mail/postfix26/files/patch-post-install deleted file mode 100644 index 92b2d4c2c6eb..000000000000 --- a/mail/postfix26/files/patch-post-install +++ /dev/null @@ -1,11 +0,0 @@ ---- ./conf/#post-install~ Fri Jan 18 12:32:54 2002 -+++ ./conf/post-install Fri Jan 18 12:32:54 2002 -@@ -183,7 +183,7 @@ - - umask 022 - --PATH=/bin:/usr/bin:/usr/sbin:/usr/etc:/sbin:/etc:/usr/contrib/bin:/usr/gnu/bin:/usr/ucb:/usr/bsd -+PATH=/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin - SHELL=/bin/sh - IFS=" - " diff --git a/mail/postfix26/pkg-descr b/mail/postfix26/pkg-descr deleted file mode 100644 index 1f335ce6820c..000000000000 --- a/mail/postfix26/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Postfix attempts to be fast, easy to administer, and secure, while at -the same time being sendmail-compatible enough to not upset existing -users. It also offers QMQP and VERP support to let Postfix act as delivery -daemon for ezmlm-idx. - -WWW: http://www.postfix.org/ diff --git a/mail/postfix26/pkg-install b/mail/postfix26/pkg-install deleted file mode 100644 index 8cf5a9a5aefe..000000000000 --- a/mail/postfix26/pkg-install +++ /dev/null @@ -1,181 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# If the POSTFIX_DEFAULT_MTA environment variable is set to YES, it -# will make the port/package use defaults which makes postfix replaces -# sendmail as much as possible. - -PKG_PREFIX=${PKG_PREFIX:=/usr/local} -BATCH=${BATCH:=no} -POSTFIX_DEFAULT_MTA=${POSTFIX_DEFAULT_MTA:=no} - -if [ x${POSTFIX_DEFAULT_MTA} = xno ]; then - DEFAULT_REPLACE_MAILERCONF=n -else - DEFAULT_REPLACE_MAILERCONF=y -fi - -ask() { - local question default answer - - question=$1 - default=$2 - if [ -z "${PACKAGE_BUILDING}" -a x${BATCH} = xno ]; then - read -p "${question} [${default}]? " answer - fi - if [ x${answer} = x ]; then - answer=${default} - fi - echo ${answer} -} - -yesno() { - local question default answer - - question=$1 - default=$2 - while :; do - answer=$(ask "${question}" "${default}") - case "${answer}" in - [Yy]*) return 0;; - [Nn]*) return 1;; - esac - echo "Please answer yes or no." - done -} - -if [ x"$2" = xPRE-INSTALL ]; then - USER=postfix - GROUP=postfix - GROUP2=maildrop - - if /usr/sbin/pw groupshow "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP} -h - - then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw groupshow "${GROUP2}" 2>/dev/null; then - echo "You already have a group \"${GROUP2}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP2} -h - - then - echo "Added group \"${GROUP2}\"." - else - echo "Adding group \"${GROUP2}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if /usr/sbin/pw useradd ${USER} -g ${GROUP} -h - \ - -d /var/spool/postfix \ - -s /sbin/nologin \ - -c "Postfix Mail System" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw show group mail | grep -q "${USER}" 2>/dev/null; then - echo "You already have user \"${USER}\" in group \"mail\", so I will use it." - else - echo "You need user \"${USER}\" added to group \"mail\"." - if yesno "Would you like me to add it" y; then - /usr/sbin/pw groupmod mail -m ${USER} || exit - echo "Done." - else - echo "Please create it, and try again." - exit 1 - fi - fi - -fi - -if [ x"$2" = xPOST-INSTALL ]; then - CONF1="main.cf master.cf access aliases canonical pcre_table \ - regexp_table relocated transport virtual" - - for file in $CONF1 - do - if [ ! -f ${PKG_PREFIX}/etc/postfix/$file ]; then - cp ${PKG_PREFIX}/etc/postfix/sample-$file ${PKG_PREFIX}/etc/postfix/$file - fi - done - - sh ${PKG_PREFIX}/etc/postfix/post-install tempdir=/tmp \ - config_directory=${PKG_PREFIX}/etc/postfix \ - daemon_directory=${PKG_PREFIX}/libexec/postfix \ - command_directory=${PKG_PREFIX}/sbin \ - queue_directory=/var/spool/postfix \ - sendmail_path=${PKG_PREFIX}/sbin/sendmail \ - newaliases_path=${PKG_PREFIX}/bin/newaliases \ - mailq_path=${PKG_PREFIX}/bin/mailq \ - mail_owner=postfix \ - setgid_group=maildrop \ - manpage_directory=${PKG_PREFIX}/man \ - sample_directory=${PKG_PREFIX}/etc/postfix \ - readme_directory=no \ - upgrade-package -# readme_directory is "no" above since the package will have correct perms -# already, and we don't know if they had PORTDOCS. -fi - -replace() { - local orig repl - - orig=$1 - repl=$2 - if [ -e ${orig} ]; then - mv -f ${orig} ${orig}.OFF - chmod 0 ${orig}.OFF - fi - if [ -e ${repl} ]; then - ln -s ${repl} ${orig} - fi -} - -if [ x"$2" = xPOST-INSTALL -a -z "${PACKAGE_BUILDING}" ]; then - if [ -x /sbin/sysctl ]; then - OSVERSION=`/sbin/sysctl -n kern.osreldate` - else - OSVERSION=`/usr/sbin/sysctl -n kern.osreldate` - fi - if [ ${OSVERSION} -ge 400014 ]; then - if yesno "Would you like to activate Postfix in /etc/mail/mailer.conf" \ - ${DEFAULT_REPLACE_MAILERCONF}; then - mv -f /etc/mail/mailer.conf /etc/mail/mailer.conf.old - echo "#" > /etc/mail/mailer.conf - echo -n "# Execute the Postfix sendmail program" >> /etc/mail/mailer.conf - echo ", named ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "#" >> /etc/mail/mailer.conf - echo "sendmail ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "send-mail ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "mailq ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "newaliases ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - fi - else - if yesno "Would you like to replace {sendmail,mailq,newaliases} with Postfix versions" n; then - replace /usr/sbin/sendmail ${PKG_PREFIX}/sbin/sendmail - replace /usr/bin/mailq ${PKG_PREFIX}/sbin/sendmail - replace /usr/bin/newaliases ${PKG_PREFIX}/sbin/sendmail - echo "Done." - fi - fi -fi diff --git a/mail/postfix26/pkg-message b/mail/postfix26/pkg-message deleted file mode 100644 index 1c9fd6699bb9..000000000000 --- a/mail/postfix26/pkg-message +++ /dev/null @@ -1,40 +0,0 @@ -If you have postfix configured in your /etc/mail/mailer.conf (answered yes to -the previous question) and would like to enable postfix to start at boot time, -please set these variables in your /etc/rc.conf file: - -sendmail_enable="YES" -sendmail_flags="-bd" -sendmail_outbound_enable="NO" -sendmail_submit_enable="NO" -sendmail_msp_queue_enable="NO" - -This will disable Sendmail completely. - -Alternatively to the above settings, you can enable postfix to start with -the other local services, for example, after your database server starts if -you need it to be running for postfix. To do this, set in your rc.conf file: - -sendmail_enable="NONE" - -Then make the following symbolic link: - -cd /usr/local/etc/rc.d -ln -s /usr/local/sbin/postfix postfix.sh - - -Also, you will want to disable some Sendmail-specific daily maintenance -routines in your /etc/periodic.conf file: - -daily_clean_hoststat_enable="NO" -daily_status_mail_rejects_enable="NO" -daily_status_include_submit_mailq="NO" -daily_submit_queuerun="NO" - - -If you are using SASL, you need to make sure that postfix has access to read -the sasldb file. This is accomplished by adding postfix to group mail and -making the /usr/local/etc/sasldb* file(s) readable by group mail (this should -be the default for new installs). - -If you are upgrading from postfix version prior to 2.0, please see the README -files for recommended changes to your configuration. diff --git a/mail/postfix26/pkg-plist b/mail/postfix26/pkg-plist deleted file mode 100644 index 09f2ca9027a0..000000000000 --- a/mail/postfix26/pkg-plist +++ /dev/null @@ -1,182 +0,0 @@ -@unexec if cmp -s %D/etc/postfix/main.cf %D/etc/postfix/sample-main.cf; then rm -f %D/etc/postfix/main.cf; fi -@unexec if cmp -s %D/etc/postfix/master.cf %D/etc/postfix/sample-master.cf; then rm -f %D/etc/postfix/master.cf; fi -@unexec if cmp -s %D/etc/postfix/access %D/etc/postfix/sample-access; then rm -f %D/etc/postfix/access; fi -@unexec if cmp -s %D/etc/postfix/aliases %D/etc/postfix/sample-aliases; then rm -f %D/etc/postfix/aliases; fi -@unexec if cmp -s %D/etc/postfix/canonical %D/etc/postfix/sample-canonical; then rm -f %D/etc/postfix/canonical; fi -@unexec if cmp -s %D/etc/postfix/pcre_table %D/etc/postfix/sample-pcre_table; then rm -f %D/etc/postfix/pcre_table; fi -@unexec if cmp -s %D/etc/postfix/regexp_table %D/etc/postfix/sample-regexp_table; then rm -f %D/etc/postfix/regexp_table; fi -@unexec if cmp -s %D/etc/postfix/relocated %D/etc/postfix/sample-relocated; then rm -f %D/etc/postfix/relocated; fi -@unexec if cmp -s %D/etc/postfix/transport %D/etc/postfix/sample-transport; then rm -f %D/etc/postfix/transport; fi -@unexec if cmp -s %D/etc/postfix/virtual %D/etc/postfix/sample-virtual; then rm -f %D/etc/postfix/virtual; fi -bin/rmail -etc/postfix/LICENSE -etc/postfix/main.cf.default -etc/postfix/post-install -etc/postfix/postfix-files -etc/postfix/postfix-script -etc/postfix/sample-access -etc/postfix/sample-aliases -etc/postfix/sample-canonical -etc/postfix/sample-pcre_table -etc/postfix/sample-regexp_table -etc/postfix/sample-relocated -etc/postfix/sample-aliases.cf -etc/postfix/sample-auth.cf -etc/postfix/sample-canonical.cf -etc/postfix/sample-compatibility.cf -etc/postfix/sample-debug.cf -etc/postfix/sample-filter.cf -etc/postfix/sample-flush.cf -%%SUB_IPV6%%etc/postfix/sample-ipv6.cf -etc/postfix/sample-ldap.cf -etc/postfix/sample-lmtp.cf -etc/postfix/sample-local.cf -etc/postfix/sample-main.cf -etc/postfix/sample-master.cf -etc/postfix/sample-mime.cf -etc/postfix/sample-misc.cf -etc/postfix/sample-pcre-access.cf -etc/postfix/sample-pcre-body.cf -etc/postfix/sample-pcre-header.cf -etc/postfix/sample-qmqpd.cf -etc/postfix/sample-rate.cf -etc/postfix/sample-regexp-access.cf -etc/postfix/sample-regexp-body.cf -etc/postfix/sample-regexp-header.cf -etc/postfix/sample-relocated.cf -etc/postfix/sample-resource.cf -etc/postfix/sample-rewrite.cf -etc/postfix/sample-smtp.cf -etc/postfix/sample-smtpd.cf -etc/postfix/sample-transport.cf -etc/postfix/sample-virtual.cf -etc/postfix/sample-transport -etc/postfix/sample-virtual -%%SUB_TLS%%etc/postfix/sample-tls.cf -libexec/postfix/bounce -libexec/postfix/cleanup -libexec/postfix/error -libexec/postfix/flush -libexec/postfix/lmtp -libexec/postfix/local -libexec/postfix/master -libexec/postfix/nqmgr -libexec/postfix/pickup -libexec/postfix/pipe -libexec/postfix/proxymap -libexec/postfix/qmgr -libexec/postfix/qmqpd -libexec/postfix/showq -libexec/postfix/smtp -libexec/postfix/smtpd -libexec/postfix/spawn -libexec/postfix/trivial-rewrite -libexec/postfix/virtual -%%SUB_TLS%%libexec/postfix/tlsmgr -sbin/postalias -sbin/postcat -sbin/postconf -sbin/postdrop -sbin/postfix -sbin/postkick -sbin/postlock -sbin/postlog -sbin/postmap -sbin/postqueue -sbin/postsuper -sbin/sendmail -bin/newaliases -bin/mailq -%%SUB_TEST%%sbin/smtp-sink -%%SUB_TEST%%sbin/smtp-source -%%PORTDOCS%%%%DOCSDIR%%/ADDRESS_CLASS_README -%%PORTDOCS%%%%DOCSDIR%%/DB_README -%%PORTDOCS%%%%DOCSDIR%%/DEBUG_README -%%PORTDOCS%%%%DOCSDIR%%/ETRN_README -%%PORTDOCS%%%%DOCSDIR%%/FILTER_README -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%SUB_IPV6%%%%DOCSDIR%%/IPV6_README -%%PORTDOCS%%%%DOCSDIR%%/LDAP_README -%%PORTDOCS%%%%DOCSDIR%%/LINUX_README -%%PORTDOCS%%%%DOCSDIR%%/LOCAL_RECIPIENT_README -%%PORTDOCS%%%%DOCSDIR%%/LMTP_README -%%PORTDOCS%%%%DOCSDIR%%/MACOSX_README -%%PORTDOCS%%%%DOCSDIR%%/MAILDROP_README -%%PORTDOCS%%%%DOCSDIR%%/MYSQL_README -%%PORTDOCS%%%%DOCSDIR%%/NFS_README -%%PORTDOCS%%%%DOCSDIR%%/PACKAGE_README -%%PORTDOCS%%%%DOCSDIR%%/PCRE_README -%%PORTDOCS%%%%DOCSDIR%%/QMQP_README -%%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES -%%PORTDOCS%%%%DOCSDIR%%/RESTRICTION_CLASS_README -%%PORTDOCS%%%%DOCSDIR%%/SASL_README -%%PORTDOCS%%%%DOCSDIR%%/ULTRIX_README -%%PORTDOCS%%%%DOCSDIR%%/UUCP_README -%%PORTDOCS%%%%DOCSDIR%%/VERP_README -%%PORTDOCS%%%%DOCSDIR%%/VIRTUAL_README -%%PORTDOCS%%%%DOCSDIR%%/access.5.html -%%PORTDOCS%%%%DOCSDIR%%/aliases.5.html -%%PORTDOCS%%%%DOCSDIR%%/architecture.html -%%PORTDOCS%%%%DOCSDIR%%/backstage.html -%%PORTDOCS%%%%DOCSDIR%%/basic.html -%%PORTDOCS%%%%DOCSDIR%%/big-picture.gif -%%PORTDOCS%%%%DOCSDIR%%/big-picture.html -%%PORTDOCS%%%%DOCSDIR%%/bounce.8.html -%%PORTDOCS%%%%DOCSDIR%%/canonical.5.html -%%PORTDOCS%%%%DOCSDIR%%/cleanup.8.html -%%PORTDOCS%%%%DOCSDIR%%/commands.html -%%PORTDOCS%%%%DOCSDIR%%/defer.8.html -%%PORTDOCS%%%%DOCSDIR%%/delivering.html -%%PORTDOCS%%%%DOCSDIR%%/error.8.html -%%PORTDOCS%%%%DOCSDIR%%/faq.html -%%PORTDOCS%%%%DOCSDIR%%/flush.8.html -%%PORTDOCS%%%%DOCSDIR%%/goals.html -%%PORTDOCS%%%%DOCSDIR%%/inbound.gif -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/lmtp.8.html -%%PORTDOCS%%%%DOCSDIR%%/local.8.html -%%PORTDOCS%%%%DOCSDIR%%/mailq.1.html -%%PORTDOCS%%%%DOCSDIR%%/master.8.html -%%PORTDOCS%%%%DOCSDIR%%/motivation.html -%%PORTDOCS%%%%DOCSDIR%%/newaliases.1.html -%%PORTDOCS%%%%DOCSDIR%%/nqmgr.8.html -%%PORTDOCS%%%%DOCSDIR%%/outbound.gif -%%PORTDOCS%%%%DOCSDIR%%/pcre_table.5.html -%%PORTDOCS%%%%DOCSDIR%%/pickup.8.html -%%PORTDOCS%%%%DOCSDIR%%/pipe.8.html -%%PORTDOCS%%%%DOCSDIR%%/postalias.1.html -%%PORTDOCS%%%%DOCSDIR%%/postcat.1.html -%%PORTDOCS%%%%DOCSDIR%%/postconf.1.html -%%PORTDOCS%%%%DOCSDIR%%/postdrop.1.html -%%PORTDOCS%%%%DOCSDIR%%/postfix.1.html -%%PORTDOCS%%%%DOCSDIR%%/postkick.1.html -%%PORTDOCS%%%%DOCSDIR%%/postlock.1.html -%%PORTDOCS%%%%DOCSDIR%%/postlog.1.html -%%PORTDOCS%%%%DOCSDIR%%/postmap.1.html -%%PORTDOCS%%%%DOCSDIR%%/postqueue.1.html -%%PORTDOCS%%%%DOCSDIR%%/postsuper.1.html -%%PORTDOCS%%%%DOCSDIR%%/proxymap.8.html -%%PORTDOCS%%%%DOCSDIR%%/qmgr.8.html -%%PORTDOCS%%%%DOCSDIR%%/qmqpd.8.html -%%PORTDOCS%%%%DOCSDIR%%/queuing.html -%%PORTDOCS%%%%DOCSDIR%%/rate.html -%%PORTDOCS%%%%DOCSDIR%%/receiving.html -%%PORTDOCS%%%%DOCSDIR%%/regexp_table.5.html -%%PORTDOCS%%%%DOCSDIR%%/relocated.5.html -%%PORTDOCS%%%%DOCSDIR%%/resource.html -%%PORTDOCS%%%%DOCSDIR%%/rewrite.html -%%PORTDOCS%%%%DOCSDIR%%/security.html -%%PORTDOCS%%%%DOCSDIR%%/sendmail.1.html -%%PORTDOCS%%%%DOCSDIR%%/showq.8.html -%%PORTDOCS%%%%DOCSDIR%%/small-picture.gif -%%PORTDOCS%%%%DOCSDIR%%/smtp.8.html -%%PORTDOCS%%%%DOCSDIR%%/smtpd.8.html -%%PORTDOCS%%%%DOCSDIR%%/spawn.8.html -%%PORTDOCS%%%%DOCSDIR%%/transport.5.html -%%PORTDOCS%%%%DOCSDIR%%/trivial-rewrite.8.html -%%PORTDOCS%%%%DOCSDIR%%/uce.html -%%PORTDOCS%%%%DOCSDIR%%/virtual.5.html -%%PORTDOCS%%%%DOCSDIR%%/virtual.8.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm libexec/postfix -@unexec rmdir %D/etc/postfix 2>/dev/null || true diff --git a/mail/postfix26/scripts/configure b/mail/postfix26/scripts/configure deleted file mode 100644 index 93c5b95ec561..000000000000 --- a/mail/postfix26/scripts/configure +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -for f in `find ${WRKSRC} -type f | xargs grep -l '\!\!PREFIX\!\!' ` ; do \ - mv $f $f.orig && sed s+!!PREFIX!!+$PREFIX+g < $f.orig > $f && \ - rm $f.orig -done diff --git a/mail/postfix26/scripts/configure.postfix b/mail/postfix26/scripts/configure.postfix deleted file mode 100644 index 6bb2f65d921c..000000000000 --- a/mail/postfix26/scripts/configure.postfix +++ /dev/null @@ -1,247 +0,0 @@ -#!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix26/scripts/Attic/configure.postfix,v 1.41 2003-10-01 19:55:24 osa Exp $ - -if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then - exit -fi - -tempfile=`mktemp -t checklist` - -if [ "${POSTFIX_OPTIONS}" ]; then - set ${POSTFIX_OPTIONS} -fi - -for i; do - eval status_$i=ON -done - -if [ -z "${BATCH}" ]; then - /usr/bin/dialog --title "Postfix configuration options" --clear \ - --checklist "\n\ -Please select desired options:" -1 -1 16 \ -NOPCRE "DISABLE Perl Compatible Regular Expressions" "$status_NOPCRE" \ -SASL "Cyrus SASLv1 (Simple Authentication and Security Layer)" "$status_SASL" \ -SASL2 "Cyrus SASLv2 (Simple Authentication and Security Layer)" "$status_SASL2" \ -SASLKRB "If your SASL requires Kerberos select this option" "$status_SASLKRB" \ -TLS "SSL and TLS" "$status_TLS" \ -IPv6 "IPv6 support" "$status_IPv6" \ -IPv6TLS "IPv6 support with SSL and TLS" "$status_IPv6TLS" \ -DB3 "Berkeley DB3 (required if SASL also built with DB3)" "$status_DB3" \ -DB40 "Berkeley DB4.0 (required if SASL also built with DB4.0)" "$status_DB40" \ -DB41 "Berkeley DB4.1 (required if SASL also built with DB4.1)" "$status_DB41" \ -MySQL "MySQL map lookups" "$status_MySQL" \ -PgSQL "PostgreSQL v7.3 map lookups" "$status_PgSQL" \ -PgSQL72 "PostgreSQL v7.2 map lookups" "$status_PgSQL72" \ -OpenLDAP12 "OpenLDAP 1.2 map lookups" "$status_OpenLDAP" \ -OpenLDAP20 "OpenLDAP 2.0 map lookups" "$status_OpenLDAP" \ -OpenLDAP21 "OpenLDAP 2.1 map lookups" "$status_OpenLDAP" \ -Test "SMTP/LMTP test server and generator" "$status_Test" \ -2> $tempfile - - retval=$? - - if [ -s $tempfile ]; then - set `sed 's/"//g' $tempfile` - fi - rm -f $tempfile - - case $retval in - 0) if [ -z "$*" ]; then - echo "Nothing selected" - fi - ;; - 1) echo "Cancel pressed." - exit 1 - ;; - esac -fi - -${MKDIR} ${WRKDIRPREFIX}${CURDIR} -exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - -echo "PREFIX= ${PREFIX}" - -SUB_TLS="@comment " -SUB_TEST="@comment " -SUB_IPV6="@comment " - -while [ "$1" ]; do - case $1 in - NOPCRE) - echo "WITHOUT_PCRE= yes" - echo "NOPCRE_SUFFIX= +nopcre" - SUB_NOPCRE="" - ;; - SASL) - echo "LIB_DEPENDS+= sasl.8:\${PORTSDIR}/security/cyrus-sasl" - echo "POSTFIX_CCARGS+= -DUSE_SASL_AUTH -I\${LOCALBASE}/include -I\${LOCALBASE}/include/sasl1" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -lsasl -lpam -lcrypt" - echo "SASL_SUFFIX= +sasl" - if [ -f ${PREFIX}/lib/libsasl.a ]; then - if nm ${PREFIX}/lib/libsasl.a | grep -wq "mysql_verify_password"; then - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - fi - fi - SUB_SASL="" - ;; - SASL2) - echo "LIB_DEPENDS+= sasl2.2:\${PORTSDIR}/security/cyrus-sasl2" - echo "POSTFIX_CCARGS+= -DUSE_SASL_AUTH -I\${LOCALBASE}/include -I\${LOCALBASE}/include/sasl" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -lsasl2 -lpam -lcrypt" - echo "SASL_SUFFIX= +sasl2" - if [ -f ${PREFIX}/lib/libsasl2.a ]; then - if nm ${PREFIX}/lib/libsasl2.a | grep -wq "mysql_verify_password"; then - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - fi - fi - SUB_SASL="" - ;; - SASLKRB) - echo "POSTFIX_AUXLIBS+= -lkrb -lcrypto -lcom_err" - ;; - TLS) - echo "MAN8+= tlsmgr.8" - echo "USE_OPENSSL= yes" - echo "POSTFIX_CCARGS+= -DHAS_SSL -I\${OPENSSLINC}" - echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} -lssl -lcrypto" - echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.16-2.0.16-0.9.7b.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.16-2.0.16-0.9.7b/pfixtls.diff" - echo "PATCH_STRIP= -p1" - echo "TLS_SUFFIX= +tls" - SUB_TLS="" - ;; - DB3) - if [ X$DB40_SELECTED != "X" -o X$DB41_SELECTED != "X" ]; then - /usr/bin/dialog --msgbox "Select exactly one of the DB3, DB40 and DB41 options." 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "LIB_DEPENDS+= db3.3:\${PORTSDIR}/databases/db3" - echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3" - echo "DB_SUFFIX= +db3" - DB3_SELECTED="YES" - ;; - DB40) - if [ X$DB3_SELECTED != "X" -o X$DB41_SELECTED != "X" ]; then - /usr/bin/dialog --msgbox "Select exactly one of the DB3, DB40 and DB41 options." 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "LIB_DEPENDS+= db4.0:\${PORTSDIR}/databases/db4" - echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db4" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb4" - echo "DB_SUFFIX= +db40" - DB40_SELECTED="YES" - ;; - DB41) - if [ X$DB3_SELECTED != "X" -o X$DB40_SELECTED != "X" ]; then - /usr/bin/dialog --msgbox "Select exactly one of the DB3, DB40 and DB41 options." 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "LIB_DEPENDS+= db41.1:\${PORTSDIR}/databases/db41" - echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db41" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb41" - echo "DB_SUFFIX= +db41" - DB41_SELECTED="YES" - ;; - MySQL) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a:\${PORTSDIR}/databases/mysql323-client" - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - echo "MYSQL_SUFFIX= +mysql" - ;; - PgSQL) - echo "POSTGRESQL_PORT?= databases/postgresql7" - echo "LIB_DEPENDS+= pq.3:\${PORTSDIR}/\${POSTGRESQL_PORT}" - echo "POSTFIX_CCARGS+= -DHAS_PGSQL -I\${LOCALBASE}/include -I\${LOCALBASE}/pgsql/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -L\${LOCALBASE}/pgsql/lib -lpq -lcrypt" - echo "PATCH_SITES+= http://mat.cc/postfix/" - echo "PATCHFILES+= postfix-pg.postfix-2.0.0.2.patch" - echo "PATCH_DIST_STRIP= -p1" - echo "PGSQL_SUFFIX= +pgsql" - ;; - PgSQL72) - echo "POSTGRESQL_PORT?= databases/postgresql72" - echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/\${POSTGRESQL_PORT}" - echo "POSTFIX_CCARGS+= -DHAS_PGSQL -I\${LOCALBASE}/include -I\${LOCALBASE}/pgsql/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -L\${LOCALBASE}/pgsql/lib -lpq -lcrypt" - echo "PATCH_SITES+= http://mat.cc/postfix/" - echo "PATCHFILES+= postfix-pg.postfix-2.0.0.2.patch" - echo "PATCH_DIST_STRIP= -p1" - echo "PGSQL_SUFFIX= +pgsql" - ;; - OpenLDAP12) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libldap.a:\${PORTSDIR}/net/openldap12" - echo "POSTFIX_CCARGS+= -DHAS_LDAP -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/libldap.a \${PREFIX}/lib/liblber.a" - echo "OPENLDAP_SUFFIX= +openldap12" - ;; - OpenLDAP20) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libldap.a:\${PORTSDIR}/net/openldap20-client" - echo "POSTFIX_CCARGS+= -DHAS_LDAP -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= -lldap -llber" - echo "OPENLDAP_SUFFIX= +openldap20" - ;; - OpenLDAP21) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libldap.a:\${PORTSDIR}/net/openldap21-client" - echo "POSTFIX_CCARGS+= -DHAS_LDAP -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= -lldap -llber" - echo "OPENLDAP_SUFFIX= +openldap21" - ;; - Test) - echo "BIN1= smtp-sink smtp-source" - SUB_TEST="" - ;; - IPv6) - if [ X$SUB_TLS = "X" ]; then - /usr/bin/dialog --msgbox "Select exactly one of the IPv6 and TLS patches" 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "PATCH_SITES+= http://www.ipnet6.org/postfix/download/" - echo "PATCHFILES+= ipv6-1.18a-pf-2.0.16.patch.gz" - echo "PATCH_DIST_STRIP= -p1" - echo "IPv6_SUFFIX= +ipv6" - echo "" - IPv6SELECTED=YES - SUB_IPV6="" - ;; - IPv6TLS) - if [ X$SUB_TLS = "X" -o X$IPv6SELECTED != X ]; then - /usr/bin/dialog --msgbox "Select exactly one of the IPv6 and TLS patches" 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "MAN8+= tlsmgr.8" - echo "USE_OPENSSL= yes" - echo "POSTFIX_CCARGS+= -DHAS_SSL -I\${OPENSSLINC}" - echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} -lssl -lcrypto" - echo "PATCH_SITES+= http://www.ipnet6.org/postfix/download/" - echo "PATCHFILES+= tls+ipv6-1.18a-pf-2.0.16.patch.gz" - echo "PATCH_DIST_STRIP= -p1" - echo "TLS_SUFFIX= +tls+ipv6" - SUB_TLS="" - SUB_IPV6="" - ;; - *) - echo "Unknown option(s): $*" > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - ;; - esac - shift -done - -echo "PLIST_SUB+= SUB_TLS=\"${SUB_TLS}\"" -echo "PLIST_SUB+= SUB_TEST=\"${SUB_TEST}\"" -echo "PLIST_SUB+= SUB_IPV6=\"${SUB_IPV6}\"" - -# for some reason, if we alter the pkg name this way, the first build (where -# we ask the configure questions) doesn't pick up the extensions, but -# any subsequent build will. so "make; make install" will build twice. -# don't do this for now. -#echo "PKGNAMESUFFIX= \${NOPCRE_SUFFIX}\${SASL_SUFFIX}\${DB_SUFFIX}\${MYSQL_SUFFIX}\${PGSQL_SUFFIX}\${OPENLDAP_SUFFIX}\${TLS_SUFFIX}\${IPv6_SUFFIX}" diff --git a/mail/postfix26/scripts/fix-files-list b/mail/postfix26/scripts/fix-files-list deleted file mode 100644 index cc4a1083a814..000000000000 --- a/mail/postfix26/scripts/fix-files-list +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# need to fixup ${PREFIX}/etc/postfix/postfix-files to indicate compressed -# man pages, since the ports software compresses them later, and if we -# run post-install it will complain about missing files -# (script from Simon J. Mudd) - -ed ${PREFIX}/etc/postfix/postfix-files <<EOF || exit 1 -%s/\(\/man[158]\/.*\.[158]\):/\1.gz:/ -w -q -EOF diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile deleted file mode 100644 index 7dfc7ba13a0e..000000000000 --- a/mail/postfix27/Makefile +++ /dev/null @@ -1,169 +0,0 @@ -# New ports collection makefile for: postfix-current -# Date created: 18 Mar 1999 -# Whom: torstenb -# -# $FreeBSD$ -# - -# To pre-select options in batch mode, run make like this: -# -# make -DBATCH POSTFIX_OPTIONS="DB3 IPv6TLS" -# -# the options are the same names as in the scripts/configure.postfix file. -# POSTFIX_OPTIONS can be set in /etc/make.conf also. - -# NOTE: PCRE is enabled by default unless you specifically disable it. - -PORTNAME= postfix -PORTVERSION= 2.0.16 -PORTEPOCH= 1 -CATEGORIES= mail ipv6 -MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ - ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \ - ftp://ftp.tux.org/pub/net/postfix/official/ \ - ftp://ftp.utoronto.ca/mirror/packages/postfix/official/ \ - ftp://ftp.samurai.com/pub/postfix/official/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/postfix/official/&,} -MASTER_SITE_SUBDIR= . old related/postfix -DISTNAME= postfix-${PORTVERSION} -DIST_SUBDIR= ${PORTNAME} -PATCH_SITES= ${MASTER_SITES} -PATCHFILES= postfix-2.0-ns-mx-acl-patch.gz - -MAINTAINER= khera@kciLink.com -COMMENT= A secure alternative to widely-used Sendmail - -CONFLICTS= courier-0.* postfix-1.* sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.* -USE_SUBMAKE= yes -USE_REINPLACE= yes - -MAN1= mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \ - postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postqueue.1 \ - postsuper.1 sendmail.1 - -MAN5= access.5 aliases.5 canonical.5 pcre_table.5 regexp_table.5 \ - relocated.5 transport.5 virtual.5 - -MAN8= bounce.8 cleanup.8 defer.8 error.8 flush.8 lmtp.8 local.8 \ - master.8 nqmgr.8 pickup.8 pipe.8 proxymap.8 qmgr.8 qmqpd.8 showq.8 \ - smtp.8 smtpd.8 spawn.8 trivial-rewrite.8 virtual.8 - -# TLS patch adds to MAN8 but doesn't have .html file, so avoid trying to -# patch it. -MAN8base=$(MAN8:S/tlsmgr.8//) - -CONF1= main.cf master.cf access aliases canonical pcre_table regexp_table \ - relocated transport virtual - -.if !defined(DEBUG) -MAKEFILEFLAGS+= DEBUG= -.endif - -MAKEFILEFLAGS+= OPT="${CFLAGS}" - -SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ - TOUCH="${TOUCH}" \ - MKDIR="${MKDIR}" \ - POSTFIX_OPTIONS="${POSTFIX_OPTIONS}" - -pre-fetch: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postfix - -.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) -.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" -.endif - -.if defined(WITHOUT_PCRE) -POSTFIX_CCARGS+= -DNO_PCRE -.else -LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre -POSTFIX_CCARGS+= -DHAS_PCRE -I${LOCALBASE}/include -POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lpcre -.endif - - -post-patch: - (cd ${WRKSRC} && ${MAKE} -f Makefile.init makefiles ${MAKEFILEFLAGS} \ - CCARGS="${POSTFIX_CCARGS}" AUXLIBS="${POSTFIX_AUXLIBS}" && \ - ${ECHO} "all: default" >> Makefile) - -pre-patch: -.for file in ${MAN1} - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" \ - ${WRKSRC}/man/man1/${file} ${WRKSRC}/html/${file}.html -.endfor -.for file in ${MAN5} - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" \ - ${WRKSRC}/man/man5/${file} ${WRKSRC}/html/${file}.html -.endfor -.for file in ${MAN8base} - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" \ - ${WRKSRC}/man/man8/${file} ${WRKSRC}/html/${file}.html -.endfor -.for file in faq rate rewrite uce - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" \ - ${WRKSRC}/html/${file}.html -.endfor -.for file in ${CONF1} - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" ${WRKSRC}/conf/${file} -.endfor - -pre-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - -.if defined(NOPORTDOCS) -READMEDIR=no -.else -READMEDIR=${PREFIX}/share/doc/postfix -.endif - -do-install: - cd ${WRKSRC}; ${SH} postfix-install -non-interactive install_root=/ tempdir=/tmp \ - config_directory=${PREFIX}/etc/postfix \ - daemon_directory=${PREFIX}/libexec/postfix \ - command_directory=${PREFIX}/sbin \ - queue_directory=/var/spool/postfix \ - sendmail_path=${PREFIX}/sbin/sendmail \ - newaliases_path=${PREFIX}/bin/newaliases \ - mailq_path=${PREFIX}/bin/mailq \ - mail_owner=postfix \ - setgid_group=maildrop \ - manpage_directory=${PREFIX}/man \ - sample_directory=${PREFIX}/etc/postfix \ - readme_directory=${READMEDIR} - -.for file in ${CONF1} - ${INSTALL_DATA} ${WRKSRC}/conf/${file} \ - ${PREFIX}/etc/postfix/sample-${file} -.endfor - - @${INSTALL_SCRIPT} \ - ${WRKSRC}/auxiliary/rmail/rmail \ - ${PREFIX}/bin/rmail - -# optional TEST binaries -.for file in ${BIN1} - @${INSTALL_PROGRAM} \ - ${WRKSRC}/src/smtpstone/${file} \ - ${PREFIX}/sbin -.endfor - -.if !defined(NOPORTDOCS) - @${INSTALL} -d -o ${DOCOWN} -g ${DOCGRP} -m 555 ${DOCSDIR} - @cd ${WRKSRC}/html && ${INSTALL_DATA} *.html *.gif ${DOCSDIR} && \ - ${ECHO_MSG} "Installed HTML documentation in ${DOCSDIR}" -.endif - -post-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -# need to fixup ${PREFIX}/etc/postfix/postfix-files to indicate compressed -# man pages, since the ports software compresses them after this step, and -# if we run etc/postfix/post-install again during package installation, -# it will complain about missing files. - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/fix-files-list - @${CAT} ${PKGMESSAGE} - -post-clean: - @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc - -.include <bsd.port.mk> diff --git a/mail/postfix27/distinfo b/mail/postfix27/distinfo deleted file mode 100644 index a3eb62fc1bca..000000000000 --- a/mail/postfix27/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (postfix/postfix-2.0.16.tar.gz) = ac13776442ba7708e683bc1bfbadab2f -MD5 (postfix/postfix-2.0-ns-mx-acl-patch.gz) = 55a3d76d52fddd5cd0365004957a1160 -MD5 (postfix/pfixtls-0.8.16-2.0.16-0.9.7b.tar.gz) = b39c08eabe807db4af5bcb1cafc9761e -MD5 (postfix/postfix-pg.postfix-2.0.0.2.patch) = 5a0aa5ef6a231a593eb6c5628236a3e4 -MD5 (postfix/ipv6-1.18a-pf-2.0.16.patch.gz) = 8e0b85c6c131d367dc5b0d0d95e7e2c1 -MD5 (postfix/tls+ipv6-1.18a-pf-2.0.16.patch.gz) = b32876b1a02d3a8f6a93a66e574ddee7 diff --git a/mail/postfix27/files/patch-ea b/mail/postfix27/files/patch-ea deleted file mode 100644 index 6c3f98d2af4f..000000000000 --- a/mail/postfix27/files/patch-ea +++ /dev/null @@ -1,13 +0,0 @@ -*** ./src/cleanup/cleanup.c.orig Sun May 28 18:33:41 2000 ---- ./src/cleanup/cleanup.c Thu Jun 1 21:52:22 2000 -*************** -*** 118,121 **** - /* FILES -! /* /etc/postfix/canonical*, canonical mapping table -! /* /etc/postfix/virtual*, virtual mapping table - /* LICENSE ---- 118,121 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/canonical*, canonical mapping table -! /* !!PREFIX!!/etc/postfix/virtual*, virtual mapping table - /* LICENSE diff --git a/mail/postfix27/files/patch-eb b/mail/postfix27/files/patch-eb deleted file mode 100644 index e67680963d2d..000000000000 --- a/mail/postfix27/files/patch-eb +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/global/mail_conf.c.orig Sun May 7 18:51:16 2000 ---- ./src/global/mail_conf.c Thu Jun 1 22:16:29 2000 -*************** -*** 53,55 **** - /* FILES -! /* /etc/postfix: default Postfix configuration directory. - /* ENVIRONMENT ---- 53,55 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix: default Postfix configuration directory. - /* ENVIRONMENT diff --git a/mail/postfix27/files/patch-ec b/mail/postfix27/files/patch-ec deleted file mode 100644 index 5f5d1ad9cadc..000000000000 --- a/mail/postfix27/files/patch-ec +++ /dev/null @@ -1,41 +0,0 @@ -*** ./src/global/mail_params.h.orig Thu Jan 3 13:13:37 2002 ---- ./src/global/mail_params.h Tue Jan 8 22:18:22 2002 -*************** -*** 51,55 **** - - #define VAR_SGID_GROUP "setgid_group" -! #define DEF_SGID_GROUP "postdrop" - extern char *var_sgid_group; - extern gid_t var_sgid_gid; ---- 51,55 ---- - - #define VAR_SGID_GROUP "setgid_group" -! #define DEF_SGID_GROUP "maildrop" - extern char *var_sgid_group; - extern gid_t var_sgid_gid; -*************** -*** 170,174 **** - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "/usr/libexec/postfix" - #endif - ---- 170,174 ---- - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "!!PREFIX!!/libexec/postfix" - #endif - -*************** -*** 204,208 **** - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "/etc/postfix" - #endif - extern char *var_config_dir; ---- 204,208 ---- - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "!!PREFIX!!/etc/postfix" - #endif - extern char *var_config_dir; diff --git a/mail/postfix27/files/patch-ed b/mail/postfix27/files/patch-ed deleted file mode 100644 index f971b62720d8..000000000000 --- a/mail/postfix27/files/patch-ed +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/local/mailbox.c.orig Fri Apr 28 16:55:53 2000 ---- ./src/local/mailbox.c Thu Jun 1 22:37:48 2000 -*************** -*** 15,17 **** - /* suppression. The default is direct mailbox delivery to -! /* /var/[spool/]mail/\fIuser\fR; when a \fIhome_mailbox\fR - /* has been configured, mail is delivered to ~/$\fIhome_mailbox\fR; ---- 15,17 ---- - /* suppression. The default is direct mailbox delivery to -! /* /var/mail/\fIuser\fR; when a \fIhome_mailbox\fR - /* has been configured, mail is delivered to ~/$\fIhome_mailbox\fR; diff --git a/mail/postfix27/files/patch-ee b/mail/postfix27/files/patch-ee deleted file mode 100644 index ef44eac24b73..000000000000 --- a/mail/postfix27/files/patch-ee +++ /dev/null @@ -1,13 +0,0 @@ -*** ./src/master/master.c.orig Tue Mar 7 10:25:07 2000 ---- ./src/master/master.c Thu Jun 1 22:43:50 2000 -*************** -*** 104,107 **** - /* FILES -! /* /etc/postfix/main.cf: global configuration file. -! /* /etc/postfix/master.cf: master process configuration file. - /* /var/spool/postfix/pid/master.pid: master lock file. ---- 104,107 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/main.cf: global configuration file. -! /* !!PREFIX!!/etc/postfix/master.cf: master process configuration file. - /* /var/spool/postfix/pid/master.pid: master lock file. diff --git a/mail/postfix27/files/patch-ef b/mail/postfix27/files/patch-ef deleted file mode 100644 index 586b304a103d..000000000000 --- a/mail/postfix27/files/patch-ef +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/postdrop/postdrop.c.orig Sun Apr 25 18:05:43 1999 ---- ./src/postdrop/postdrop.c Thu Jun 1 22:44:22 2000 -*************** -*** 39,41 **** - /* /var/spool/postfix, mail queue -! /* /etc/postfix, configuration files - /* CONFIGURATION PARAMETERS ---- 39,41 ---- - /* /var/spool/postfix, mail queue -! /* !!PREFIX!!/etc/postfix, configuration files - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix27/files/patch-eg b/mail/postfix27/files/patch-eg deleted file mode 100644 index 2983bbfd86ea..000000000000 --- a/mail/postfix27/files/patch-eg +++ /dev/null @@ -1,20 +0,0 @@ -*** ./src/sendmail/sendmail.c.orig Tue Mar 14 10:42:06 2000 ---- ./src/sendmail/sendmail.c Thu Jun 1 22:47:24 2000 -*************** -*** 57,59 **** - /* The path name of the \fBsendmail.cf\fR file. Postfix configuration -! /* files are kept in \fB/etc/postfix\fR. - /* .IP "\fB-F \fIfull_name\fR ---- 57,59 ---- - /* The path name of the \fBsendmail.cf\fR file. Postfix configuration -! /* files are kept in \fB!!PREFIX!!/etc/postfix\fR. - /* .IP "\fB-F \fIfull_name\fR -*************** -*** 159,161 **** - /* /var/spool/postfix, mail queue -! /* /etc/postfix, configuration files - /* CONFIGURATION PARAMETERS ---- 159,161 ---- - /* /var/spool/postfix, mail queue -! /* !!PREFIX!!/etc/postfix, configuration files - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix27/files/patch-eh b/mail/postfix27/files/patch-eh deleted file mode 100644 index c104c3680d21..000000000000 --- a/mail/postfix27/files/patch-eh +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/trivial-rewrite/transport.c.orig Tue Nov 16 19:15:41 1999 ---- ./src/trivial-rewrite/transport.c Thu Jun 1 22:47:49 2000 -*************** -*** 32,34 **** - /* FILES -! /* /etc/postfix/transport* - /* CONFIGURATION PARAMETERS ---- 32,34 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/transport* - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix27/files/patch-main.cf b/mail/postfix27/files/patch-main.cf deleted file mode 100644 index 6281b6b6d7f1..000000000000 --- a/mail/postfix27/files/patch-main.cf +++ /dev/null @@ -1,58 +0,0 @@ ---- ./conf/main.cf Wed Jan 8 22:11:52 2003 -+++ ./conf/main.cf Wed Jan 8 22:11:53 2003 -@@ -31,13 +31,13 @@ - # The command_directory parameter specifies the location of all - # postXXX commands. - # --command_directory = /usr/sbin -+command_directory = !!PREFIX!!/sbin - - # The daemon_directory parameter specifies the location of all Postfix - # daemon programs (i.e. programs listed in the master.cf file). This - # directory must be owned by root. - # --daemon_directory = /usr/libexec/postfix -+daemon_directory = !!PREFIX!!/libexec/postfix - - # QUEUE AND PROCESS OWNERSHIP - # -@@ -590,32 +590,32 @@ - # sendmail_path: The full pathname of the Postfix sendmail command. - # This is the Sendmail-compatible mail posting interface. - # --sendmail_path = -+sendmail_path = !!PREFIX!!/sbin/sendmail - - # newaliases_path: The full pathname of the Postfix newaliases command. - # This is the Sendmail-compatible command to build alias databases. - # --newaliases_path = -+newaliases_path = !!PREFIX!!/bin/newaliases - - # mailq_path: The full pathname of the Postfix mailq command. This - # is the Sendmail-compatible mail queue listing command. - # --mailq_path = -+mailq_path = !!PREFIX!!/bin/mailq - - # setgid_group: The group for mail submission and queue management - # commands. This must be a group name with a numerical group ID that - # is not shared with other accounts, not even with the Postfix account. - # --setgid_group = -+setgid_group = maildrop - - # manpage_directory: The location of the Postfix on-line manual pages. - # --manpage_directory = -+manpage_directory = !!PREFIX!!/man - - # sample_directory: The location of the Postfix sample configuration files. - # --sample_directory = -+sample_directory = !!PREFIX!!/etc/postfix - - # readme_directory: The location of the Postfix README files. - # --readme_directory = -+readme_directory = no diff --git a/mail/postfix27/files/patch-post-install b/mail/postfix27/files/patch-post-install deleted file mode 100644 index 92b2d4c2c6eb..000000000000 --- a/mail/postfix27/files/patch-post-install +++ /dev/null @@ -1,11 +0,0 @@ ---- ./conf/#post-install~ Fri Jan 18 12:32:54 2002 -+++ ./conf/post-install Fri Jan 18 12:32:54 2002 -@@ -183,7 +183,7 @@ - - umask 022 - --PATH=/bin:/usr/bin:/usr/sbin:/usr/etc:/sbin:/etc:/usr/contrib/bin:/usr/gnu/bin:/usr/ucb:/usr/bsd -+PATH=/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin - SHELL=/bin/sh - IFS=" - " diff --git a/mail/postfix27/pkg-descr b/mail/postfix27/pkg-descr deleted file mode 100644 index 1f335ce6820c..000000000000 --- a/mail/postfix27/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Postfix attempts to be fast, easy to administer, and secure, while at -the same time being sendmail-compatible enough to not upset existing -users. It also offers QMQP and VERP support to let Postfix act as delivery -daemon for ezmlm-idx. - -WWW: http://www.postfix.org/ diff --git a/mail/postfix27/pkg-install b/mail/postfix27/pkg-install deleted file mode 100644 index 8cf5a9a5aefe..000000000000 --- a/mail/postfix27/pkg-install +++ /dev/null @@ -1,181 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# If the POSTFIX_DEFAULT_MTA environment variable is set to YES, it -# will make the port/package use defaults which makes postfix replaces -# sendmail as much as possible. - -PKG_PREFIX=${PKG_PREFIX:=/usr/local} -BATCH=${BATCH:=no} -POSTFIX_DEFAULT_MTA=${POSTFIX_DEFAULT_MTA:=no} - -if [ x${POSTFIX_DEFAULT_MTA} = xno ]; then - DEFAULT_REPLACE_MAILERCONF=n -else - DEFAULT_REPLACE_MAILERCONF=y -fi - -ask() { - local question default answer - - question=$1 - default=$2 - if [ -z "${PACKAGE_BUILDING}" -a x${BATCH} = xno ]; then - read -p "${question} [${default}]? " answer - fi - if [ x${answer} = x ]; then - answer=${default} - fi - echo ${answer} -} - -yesno() { - local question default answer - - question=$1 - default=$2 - while :; do - answer=$(ask "${question}" "${default}") - case "${answer}" in - [Yy]*) return 0;; - [Nn]*) return 1;; - esac - echo "Please answer yes or no." - done -} - -if [ x"$2" = xPRE-INSTALL ]; then - USER=postfix - GROUP=postfix - GROUP2=maildrop - - if /usr/sbin/pw groupshow "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP} -h - - then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw groupshow "${GROUP2}" 2>/dev/null; then - echo "You already have a group \"${GROUP2}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP2} -h - - then - echo "Added group \"${GROUP2}\"." - else - echo "Adding group \"${GROUP2}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if /usr/sbin/pw useradd ${USER} -g ${GROUP} -h - \ - -d /var/spool/postfix \ - -s /sbin/nologin \ - -c "Postfix Mail System" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw show group mail | grep -q "${USER}" 2>/dev/null; then - echo "You already have user \"${USER}\" in group \"mail\", so I will use it." - else - echo "You need user \"${USER}\" added to group \"mail\"." - if yesno "Would you like me to add it" y; then - /usr/sbin/pw groupmod mail -m ${USER} || exit - echo "Done." - else - echo "Please create it, and try again." - exit 1 - fi - fi - -fi - -if [ x"$2" = xPOST-INSTALL ]; then - CONF1="main.cf master.cf access aliases canonical pcre_table \ - regexp_table relocated transport virtual" - - for file in $CONF1 - do - if [ ! -f ${PKG_PREFIX}/etc/postfix/$file ]; then - cp ${PKG_PREFIX}/etc/postfix/sample-$file ${PKG_PREFIX}/etc/postfix/$file - fi - done - - sh ${PKG_PREFIX}/etc/postfix/post-install tempdir=/tmp \ - config_directory=${PKG_PREFIX}/etc/postfix \ - daemon_directory=${PKG_PREFIX}/libexec/postfix \ - command_directory=${PKG_PREFIX}/sbin \ - queue_directory=/var/spool/postfix \ - sendmail_path=${PKG_PREFIX}/sbin/sendmail \ - newaliases_path=${PKG_PREFIX}/bin/newaliases \ - mailq_path=${PKG_PREFIX}/bin/mailq \ - mail_owner=postfix \ - setgid_group=maildrop \ - manpage_directory=${PKG_PREFIX}/man \ - sample_directory=${PKG_PREFIX}/etc/postfix \ - readme_directory=no \ - upgrade-package -# readme_directory is "no" above since the package will have correct perms -# already, and we don't know if they had PORTDOCS. -fi - -replace() { - local orig repl - - orig=$1 - repl=$2 - if [ -e ${orig} ]; then - mv -f ${orig} ${orig}.OFF - chmod 0 ${orig}.OFF - fi - if [ -e ${repl} ]; then - ln -s ${repl} ${orig} - fi -} - -if [ x"$2" = xPOST-INSTALL -a -z "${PACKAGE_BUILDING}" ]; then - if [ -x /sbin/sysctl ]; then - OSVERSION=`/sbin/sysctl -n kern.osreldate` - else - OSVERSION=`/usr/sbin/sysctl -n kern.osreldate` - fi - if [ ${OSVERSION} -ge 400014 ]; then - if yesno "Would you like to activate Postfix in /etc/mail/mailer.conf" \ - ${DEFAULT_REPLACE_MAILERCONF}; then - mv -f /etc/mail/mailer.conf /etc/mail/mailer.conf.old - echo "#" > /etc/mail/mailer.conf - echo -n "# Execute the Postfix sendmail program" >> /etc/mail/mailer.conf - echo ", named ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "#" >> /etc/mail/mailer.conf - echo "sendmail ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "send-mail ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "mailq ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "newaliases ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - fi - else - if yesno "Would you like to replace {sendmail,mailq,newaliases} with Postfix versions" n; then - replace /usr/sbin/sendmail ${PKG_PREFIX}/sbin/sendmail - replace /usr/bin/mailq ${PKG_PREFIX}/sbin/sendmail - replace /usr/bin/newaliases ${PKG_PREFIX}/sbin/sendmail - echo "Done." - fi - fi -fi diff --git a/mail/postfix27/pkg-message b/mail/postfix27/pkg-message deleted file mode 100644 index 1c9fd6699bb9..000000000000 --- a/mail/postfix27/pkg-message +++ /dev/null @@ -1,40 +0,0 @@ -If you have postfix configured in your /etc/mail/mailer.conf (answered yes to -the previous question) and would like to enable postfix to start at boot time, -please set these variables in your /etc/rc.conf file: - -sendmail_enable="YES" -sendmail_flags="-bd" -sendmail_outbound_enable="NO" -sendmail_submit_enable="NO" -sendmail_msp_queue_enable="NO" - -This will disable Sendmail completely. - -Alternatively to the above settings, you can enable postfix to start with -the other local services, for example, after your database server starts if -you need it to be running for postfix. To do this, set in your rc.conf file: - -sendmail_enable="NONE" - -Then make the following symbolic link: - -cd /usr/local/etc/rc.d -ln -s /usr/local/sbin/postfix postfix.sh - - -Also, you will want to disable some Sendmail-specific daily maintenance -routines in your /etc/periodic.conf file: - -daily_clean_hoststat_enable="NO" -daily_status_mail_rejects_enable="NO" -daily_status_include_submit_mailq="NO" -daily_submit_queuerun="NO" - - -If you are using SASL, you need to make sure that postfix has access to read -the sasldb file. This is accomplished by adding postfix to group mail and -making the /usr/local/etc/sasldb* file(s) readable by group mail (this should -be the default for new installs). - -If you are upgrading from postfix version prior to 2.0, please see the README -files for recommended changes to your configuration. diff --git a/mail/postfix27/pkg-plist b/mail/postfix27/pkg-plist deleted file mode 100644 index 09f2ca9027a0..000000000000 --- a/mail/postfix27/pkg-plist +++ /dev/null @@ -1,182 +0,0 @@ -@unexec if cmp -s %D/etc/postfix/main.cf %D/etc/postfix/sample-main.cf; then rm -f %D/etc/postfix/main.cf; fi -@unexec if cmp -s %D/etc/postfix/master.cf %D/etc/postfix/sample-master.cf; then rm -f %D/etc/postfix/master.cf; fi -@unexec if cmp -s %D/etc/postfix/access %D/etc/postfix/sample-access; then rm -f %D/etc/postfix/access; fi -@unexec if cmp -s %D/etc/postfix/aliases %D/etc/postfix/sample-aliases; then rm -f %D/etc/postfix/aliases; fi -@unexec if cmp -s %D/etc/postfix/canonical %D/etc/postfix/sample-canonical; then rm -f %D/etc/postfix/canonical; fi -@unexec if cmp -s %D/etc/postfix/pcre_table %D/etc/postfix/sample-pcre_table; then rm -f %D/etc/postfix/pcre_table; fi -@unexec if cmp -s %D/etc/postfix/regexp_table %D/etc/postfix/sample-regexp_table; then rm -f %D/etc/postfix/regexp_table; fi -@unexec if cmp -s %D/etc/postfix/relocated %D/etc/postfix/sample-relocated; then rm -f %D/etc/postfix/relocated; fi -@unexec if cmp -s %D/etc/postfix/transport %D/etc/postfix/sample-transport; then rm -f %D/etc/postfix/transport; fi -@unexec if cmp -s %D/etc/postfix/virtual %D/etc/postfix/sample-virtual; then rm -f %D/etc/postfix/virtual; fi -bin/rmail -etc/postfix/LICENSE -etc/postfix/main.cf.default -etc/postfix/post-install -etc/postfix/postfix-files -etc/postfix/postfix-script -etc/postfix/sample-access -etc/postfix/sample-aliases -etc/postfix/sample-canonical -etc/postfix/sample-pcre_table -etc/postfix/sample-regexp_table -etc/postfix/sample-relocated -etc/postfix/sample-aliases.cf -etc/postfix/sample-auth.cf -etc/postfix/sample-canonical.cf -etc/postfix/sample-compatibility.cf -etc/postfix/sample-debug.cf -etc/postfix/sample-filter.cf -etc/postfix/sample-flush.cf -%%SUB_IPV6%%etc/postfix/sample-ipv6.cf -etc/postfix/sample-ldap.cf -etc/postfix/sample-lmtp.cf -etc/postfix/sample-local.cf -etc/postfix/sample-main.cf -etc/postfix/sample-master.cf -etc/postfix/sample-mime.cf -etc/postfix/sample-misc.cf -etc/postfix/sample-pcre-access.cf -etc/postfix/sample-pcre-body.cf -etc/postfix/sample-pcre-header.cf -etc/postfix/sample-qmqpd.cf -etc/postfix/sample-rate.cf -etc/postfix/sample-regexp-access.cf -etc/postfix/sample-regexp-body.cf -etc/postfix/sample-regexp-header.cf -etc/postfix/sample-relocated.cf -etc/postfix/sample-resource.cf -etc/postfix/sample-rewrite.cf -etc/postfix/sample-smtp.cf -etc/postfix/sample-smtpd.cf -etc/postfix/sample-transport.cf -etc/postfix/sample-virtual.cf -etc/postfix/sample-transport -etc/postfix/sample-virtual -%%SUB_TLS%%etc/postfix/sample-tls.cf -libexec/postfix/bounce -libexec/postfix/cleanup -libexec/postfix/error -libexec/postfix/flush -libexec/postfix/lmtp -libexec/postfix/local -libexec/postfix/master -libexec/postfix/nqmgr -libexec/postfix/pickup -libexec/postfix/pipe -libexec/postfix/proxymap -libexec/postfix/qmgr -libexec/postfix/qmqpd -libexec/postfix/showq -libexec/postfix/smtp -libexec/postfix/smtpd -libexec/postfix/spawn -libexec/postfix/trivial-rewrite -libexec/postfix/virtual -%%SUB_TLS%%libexec/postfix/tlsmgr -sbin/postalias -sbin/postcat -sbin/postconf -sbin/postdrop -sbin/postfix -sbin/postkick -sbin/postlock -sbin/postlog -sbin/postmap -sbin/postqueue -sbin/postsuper -sbin/sendmail -bin/newaliases -bin/mailq -%%SUB_TEST%%sbin/smtp-sink -%%SUB_TEST%%sbin/smtp-source -%%PORTDOCS%%%%DOCSDIR%%/ADDRESS_CLASS_README -%%PORTDOCS%%%%DOCSDIR%%/DB_README -%%PORTDOCS%%%%DOCSDIR%%/DEBUG_README -%%PORTDOCS%%%%DOCSDIR%%/ETRN_README -%%PORTDOCS%%%%DOCSDIR%%/FILTER_README -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%SUB_IPV6%%%%DOCSDIR%%/IPV6_README -%%PORTDOCS%%%%DOCSDIR%%/LDAP_README -%%PORTDOCS%%%%DOCSDIR%%/LINUX_README -%%PORTDOCS%%%%DOCSDIR%%/LOCAL_RECIPIENT_README -%%PORTDOCS%%%%DOCSDIR%%/LMTP_README -%%PORTDOCS%%%%DOCSDIR%%/MACOSX_README -%%PORTDOCS%%%%DOCSDIR%%/MAILDROP_README -%%PORTDOCS%%%%DOCSDIR%%/MYSQL_README -%%PORTDOCS%%%%DOCSDIR%%/NFS_README -%%PORTDOCS%%%%DOCSDIR%%/PACKAGE_README -%%PORTDOCS%%%%DOCSDIR%%/PCRE_README -%%PORTDOCS%%%%DOCSDIR%%/QMQP_README -%%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES -%%PORTDOCS%%%%DOCSDIR%%/RESTRICTION_CLASS_README -%%PORTDOCS%%%%DOCSDIR%%/SASL_README -%%PORTDOCS%%%%DOCSDIR%%/ULTRIX_README -%%PORTDOCS%%%%DOCSDIR%%/UUCP_README -%%PORTDOCS%%%%DOCSDIR%%/VERP_README -%%PORTDOCS%%%%DOCSDIR%%/VIRTUAL_README -%%PORTDOCS%%%%DOCSDIR%%/access.5.html -%%PORTDOCS%%%%DOCSDIR%%/aliases.5.html -%%PORTDOCS%%%%DOCSDIR%%/architecture.html -%%PORTDOCS%%%%DOCSDIR%%/backstage.html -%%PORTDOCS%%%%DOCSDIR%%/basic.html -%%PORTDOCS%%%%DOCSDIR%%/big-picture.gif -%%PORTDOCS%%%%DOCSDIR%%/big-picture.html -%%PORTDOCS%%%%DOCSDIR%%/bounce.8.html -%%PORTDOCS%%%%DOCSDIR%%/canonical.5.html -%%PORTDOCS%%%%DOCSDIR%%/cleanup.8.html -%%PORTDOCS%%%%DOCSDIR%%/commands.html -%%PORTDOCS%%%%DOCSDIR%%/defer.8.html -%%PORTDOCS%%%%DOCSDIR%%/delivering.html -%%PORTDOCS%%%%DOCSDIR%%/error.8.html -%%PORTDOCS%%%%DOCSDIR%%/faq.html -%%PORTDOCS%%%%DOCSDIR%%/flush.8.html -%%PORTDOCS%%%%DOCSDIR%%/goals.html -%%PORTDOCS%%%%DOCSDIR%%/inbound.gif -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/lmtp.8.html -%%PORTDOCS%%%%DOCSDIR%%/local.8.html -%%PORTDOCS%%%%DOCSDIR%%/mailq.1.html -%%PORTDOCS%%%%DOCSDIR%%/master.8.html -%%PORTDOCS%%%%DOCSDIR%%/motivation.html -%%PORTDOCS%%%%DOCSDIR%%/newaliases.1.html -%%PORTDOCS%%%%DOCSDIR%%/nqmgr.8.html -%%PORTDOCS%%%%DOCSDIR%%/outbound.gif -%%PORTDOCS%%%%DOCSDIR%%/pcre_table.5.html -%%PORTDOCS%%%%DOCSDIR%%/pickup.8.html -%%PORTDOCS%%%%DOCSDIR%%/pipe.8.html -%%PORTDOCS%%%%DOCSDIR%%/postalias.1.html -%%PORTDOCS%%%%DOCSDIR%%/postcat.1.html -%%PORTDOCS%%%%DOCSDIR%%/postconf.1.html -%%PORTDOCS%%%%DOCSDIR%%/postdrop.1.html -%%PORTDOCS%%%%DOCSDIR%%/postfix.1.html -%%PORTDOCS%%%%DOCSDIR%%/postkick.1.html -%%PORTDOCS%%%%DOCSDIR%%/postlock.1.html -%%PORTDOCS%%%%DOCSDIR%%/postlog.1.html -%%PORTDOCS%%%%DOCSDIR%%/postmap.1.html -%%PORTDOCS%%%%DOCSDIR%%/postqueue.1.html -%%PORTDOCS%%%%DOCSDIR%%/postsuper.1.html -%%PORTDOCS%%%%DOCSDIR%%/proxymap.8.html -%%PORTDOCS%%%%DOCSDIR%%/qmgr.8.html -%%PORTDOCS%%%%DOCSDIR%%/qmqpd.8.html -%%PORTDOCS%%%%DOCSDIR%%/queuing.html -%%PORTDOCS%%%%DOCSDIR%%/rate.html -%%PORTDOCS%%%%DOCSDIR%%/receiving.html -%%PORTDOCS%%%%DOCSDIR%%/regexp_table.5.html -%%PORTDOCS%%%%DOCSDIR%%/relocated.5.html -%%PORTDOCS%%%%DOCSDIR%%/resource.html -%%PORTDOCS%%%%DOCSDIR%%/rewrite.html -%%PORTDOCS%%%%DOCSDIR%%/security.html -%%PORTDOCS%%%%DOCSDIR%%/sendmail.1.html -%%PORTDOCS%%%%DOCSDIR%%/showq.8.html -%%PORTDOCS%%%%DOCSDIR%%/small-picture.gif -%%PORTDOCS%%%%DOCSDIR%%/smtp.8.html -%%PORTDOCS%%%%DOCSDIR%%/smtpd.8.html -%%PORTDOCS%%%%DOCSDIR%%/spawn.8.html -%%PORTDOCS%%%%DOCSDIR%%/transport.5.html -%%PORTDOCS%%%%DOCSDIR%%/trivial-rewrite.8.html -%%PORTDOCS%%%%DOCSDIR%%/uce.html -%%PORTDOCS%%%%DOCSDIR%%/virtual.5.html -%%PORTDOCS%%%%DOCSDIR%%/virtual.8.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm libexec/postfix -@unexec rmdir %D/etc/postfix 2>/dev/null || true diff --git a/mail/postfix27/scripts/configure b/mail/postfix27/scripts/configure deleted file mode 100644 index 93c5b95ec561..000000000000 --- a/mail/postfix27/scripts/configure +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -for f in `find ${WRKSRC} -type f | xargs grep -l '\!\!PREFIX\!\!' ` ; do \ - mv $f $f.orig && sed s+!!PREFIX!!+$PREFIX+g < $f.orig > $f && \ - rm $f.orig -done diff --git a/mail/postfix27/scripts/configure.postfix b/mail/postfix27/scripts/configure.postfix deleted file mode 100644 index e866e2450d6f..000000000000 --- a/mail/postfix27/scripts/configure.postfix +++ /dev/null @@ -1,247 +0,0 @@ -#!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix27/scripts/Attic/configure.postfix,v 1.41 2003-10-01 19:55:24 osa Exp $ - -if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then - exit -fi - -tempfile=`mktemp -t checklist` - -if [ "${POSTFIX_OPTIONS}" ]; then - set ${POSTFIX_OPTIONS} -fi - -for i; do - eval status_$i=ON -done - -if [ -z "${BATCH}" ]; then - /usr/bin/dialog --title "Postfix configuration options" --clear \ - --checklist "\n\ -Please select desired options:" -1 -1 16 \ -NOPCRE "DISABLE Perl Compatible Regular Expressions" "$status_NOPCRE" \ -SASL "Cyrus SASLv1 (Simple Authentication and Security Layer)" "$status_SASL" \ -SASL2 "Cyrus SASLv2 (Simple Authentication and Security Layer)" "$status_SASL2" \ -SASLKRB "If your SASL requires Kerberos select this option" "$status_SASLKRB" \ -TLS "SSL and TLS" "$status_TLS" \ -IPv6 "IPv6 support" "$status_IPv6" \ -IPv6TLS "IPv6 support with SSL and TLS" "$status_IPv6TLS" \ -DB3 "Berkeley DB3 (required if SASL also built with DB3)" "$status_DB3" \ -DB40 "Berkeley DB4.0 (required if SASL also built with DB4.0)" "$status_DB40" \ -DB41 "Berkeley DB4.1 (required if SASL also built with DB4.1)" "$status_DB41" \ -MySQL "MySQL map lookups" "$status_MySQL" \ -PgSQL "PostgreSQL v7.3 map lookups" "$status_PgSQL" \ -PgSQL72 "PostgreSQL v7.2 map lookups" "$status_PgSQL72" \ -OpenLDAP12 "OpenLDAP 1.2 map lookups" "$status_OpenLDAP" \ -OpenLDAP20 "OpenLDAP 2.0 map lookups" "$status_OpenLDAP" \ -OpenLDAP21 "OpenLDAP 2.1 map lookups" "$status_OpenLDAP" \ -Test "SMTP/LMTP test server and generator" "$status_Test" \ -2> $tempfile - - retval=$? - - if [ -s $tempfile ]; then - set `sed 's/"//g' $tempfile` - fi - rm -f $tempfile - - case $retval in - 0) if [ -z "$*" ]; then - echo "Nothing selected" - fi - ;; - 1) echo "Cancel pressed." - exit 1 - ;; - esac -fi - -${MKDIR} ${WRKDIRPREFIX}${CURDIR} -exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - -echo "PREFIX= ${PREFIX}" - -SUB_TLS="@comment " -SUB_TEST="@comment " -SUB_IPV6="@comment " - -while [ "$1" ]; do - case $1 in - NOPCRE) - echo "WITHOUT_PCRE= yes" - echo "NOPCRE_SUFFIX= +nopcre" - SUB_NOPCRE="" - ;; - SASL) - echo "LIB_DEPENDS+= sasl.8:\${PORTSDIR}/security/cyrus-sasl" - echo "POSTFIX_CCARGS+= -DUSE_SASL_AUTH -I\${LOCALBASE}/include -I\${LOCALBASE}/include/sasl1" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -lsasl -lpam -lcrypt" - echo "SASL_SUFFIX= +sasl" - if [ -f ${PREFIX}/lib/libsasl.a ]; then - if nm ${PREFIX}/lib/libsasl.a | grep -wq "mysql_verify_password"; then - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - fi - fi - SUB_SASL="" - ;; - SASL2) - echo "LIB_DEPENDS+= sasl2.2:\${PORTSDIR}/security/cyrus-sasl2" - echo "POSTFIX_CCARGS+= -DUSE_SASL_AUTH -I\${LOCALBASE}/include -I\${LOCALBASE}/include/sasl" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -lsasl2 -lpam -lcrypt" - echo "SASL_SUFFIX= +sasl2" - if [ -f ${PREFIX}/lib/libsasl2.a ]; then - if nm ${PREFIX}/lib/libsasl2.a | grep -wq "mysql_verify_password"; then - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - fi - fi - SUB_SASL="" - ;; - SASLKRB) - echo "POSTFIX_AUXLIBS+= -lkrb -lcrypto -lcom_err" - ;; - TLS) - echo "MAN8+= tlsmgr.8" - echo "USE_OPENSSL= yes" - echo "POSTFIX_CCARGS+= -DHAS_SSL -I\${OPENSSLINC}" - echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} -lssl -lcrypto" - echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.16-2.0.16-0.9.7b.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.16-2.0.16-0.9.7b/pfixtls.diff" - echo "PATCH_STRIP= -p1" - echo "TLS_SUFFIX= +tls" - SUB_TLS="" - ;; - DB3) - if [ X$DB40_SELECTED != "X" -o X$DB41_SELECTED != "X" ]; then - /usr/bin/dialog --msgbox "Select exactly one of the DB3, DB40 and DB41 options." 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "LIB_DEPENDS+= db3.3:\${PORTSDIR}/databases/db3" - echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3" - echo "DB_SUFFIX= +db3" - DB3_SELECTED="YES" - ;; - DB40) - if [ X$DB3_SELECTED != "X" -o X$DB41_SELECTED != "X" ]; then - /usr/bin/dialog --msgbox "Select exactly one of the DB3, DB40 and DB41 options." 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "LIB_DEPENDS+= db4.0:\${PORTSDIR}/databases/db4" - echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db4" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb4" - echo "DB_SUFFIX= +db40" - DB40_SELECTED="YES" - ;; - DB41) - if [ X$DB3_SELECTED != "X" -o X$DB40_SELECTED != "X" ]; then - /usr/bin/dialog --msgbox "Select exactly one of the DB3, DB40 and DB41 options." 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "LIB_DEPENDS+= db41.1:\${PORTSDIR}/databases/db41" - echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db41" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb41" - echo "DB_SUFFIX= +db41" - DB41_SELECTED="YES" - ;; - MySQL) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a:\${PORTSDIR}/databases/mysql323-client" - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - echo "MYSQL_SUFFIX= +mysql" - ;; - PgSQL) - echo "POSTGRESQL_PORT?= databases/postgresql7" - echo "LIB_DEPENDS+= pq.3:\${PORTSDIR}/\${POSTGRESQL_PORT}" - echo "POSTFIX_CCARGS+= -DHAS_PGSQL -I\${LOCALBASE}/include -I\${LOCALBASE}/pgsql/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -L\${LOCALBASE}/pgsql/lib -lpq -lcrypt" - echo "PATCH_SITES+= http://mat.cc/postfix/" - echo "PATCHFILES+= postfix-pg.postfix-2.0.0.2.patch" - echo "PATCH_DIST_STRIP= -p1" - echo "PGSQL_SUFFIX= +pgsql" - ;; - PgSQL72) - echo "POSTGRESQL_PORT?= databases/postgresql72" - echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/\${POSTGRESQL_PORT}" - echo "POSTFIX_CCARGS+= -DHAS_PGSQL -I\${LOCALBASE}/include -I\${LOCALBASE}/pgsql/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -L\${LOCALBASE}/pgsql/lib -lpq -lcrypt" - echo "PATCH_SITES+= http://mat.cc/postfix/" - echo "PATCHFILES+= postfix-pg.postfix-2.0.0.2.patch" - echo "PATCH_DIST_STRIP= -p1" - echo "PGSQL_SUFFIX= +pgsql" - ;; - OpenLDAP12) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libldap.a:\${PORTSDIR}/net/openldap12" - echo "POSTFIX_CCARGS+= -DHAS_LDAP -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/libldap.a \${PREFIX}/lib/liblber.a" - echo "OPENLDAP_SUFFIX= +openldap12" - ;; - OpenLDAP20) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libldap.a:\${PORTSDIR}/net/openldap20-client" - echo "POSTFIX_CCARGS+= -DHAS_LDAP -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= -lldap -llber" - echo "OPENLDAP_SUFFIX= +openldap20" - ;; - OpenLDAP21) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libldap.a:\${PORTSDIR}/net/openldap21-client" - echo "POSTFIX_CCARGS+= -DHAS_LDAP -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= -lldap -llber" - echo "OPENLDAP_SUFFIX= +openldap21" - ;; - Test) - echo "BIN1= smtp-sink smtp-source" - SUB_TEST="" - ;; - IPv6) - if [ X$SUB_TLS = "X" ]; then - /usr/bin/dialog --msgbox "Select exactly one of the IPv6 and TLS patches" 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "PATCH_SITES+= http://www.ipnet6.org/postfix/download/" - echo "PATCHFILES+= ipv6-1.18a-pf-2.0.16.patch.gz" - echo "PATCH_DIST_STRIP= -p1" - echo "IPv6_SUFFIX= +ipv6" - echo "" - IPv6SELECTED=YES - SUB_IPV6="" - ;; - IPv6TLS) - if [ X$SUB_TLS = "X" -o X$IPv6SELECTED != X ]; then - /usr/bin/dialog --msgbox "Select exactly one of the IPv6 and TLS patches" 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "MAN8+= tlsmgr.8" - echo "USE_OPENSSL= yes" - echo "POSTFIX_CCARGS+= -DHAS_SSL -I\${OPENSSLINC}" - echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} -lssl -lcrypto" - echo "PATCH_SITES+= http://www.ipnet6.org/postfix/download/" - echo "PATCHFILES+= tls+ipv6-1.18a-pf-2.0.16.patch.gz" - echo "PATCH_DIST_STRIP= -p1" - echo "TLS_SUFFIX= +tls+ipv6" - SUB_TLS="" - SUB_IPV6="" - ;; - *) - echo "Unknown option(s): $*" > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - ;; - esac - shift -done - -echo "PLIST_SUB+= SUB_TLS=\"${SUB_TLS}\"" -echo "PLIST_SUB+= SUB_TEST=\"${SUB_TEST}\"" -echo "PLIST_SUB+= SUB_IPV6=\"${SUB_IPV6}\"" - -# for some reason, if we alter the pkg name this way, the first build (where -# we ask the configure questions) doesn't pick up the extensions, but -# any subsequent build will. so "make; make install" will build twice. -# don't do this for now. -#echo "PKGNAMESUFFIX= \${NOPCRE_SUFFIX}\${SASL_SUFFIX}\${DB_SUFFIX}\${MYSQL_SUFFIX}\${PGSQL_SUFFIX}\${OPENLDAP_SUFFIX}\${TLS_SUFFIX}\${IPv6_SUFFIX}" diff --git a/mail/postfix27/scripts/fix-files-list b/mail/postfix27/scripts/fix-files-list deleted file mode 100644 index cc4a1083a814..000000000000 --- a/mail/postfix27/scripts/fix-files-list +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# need to fixup ${PREFIX}/etc/postfix/postfix-files to indicate compressed -# man pages, since the ports software compresses them later, and if we -# run post-install it will complain about missing files -# (script from Simon J. Mudd) - -ed ${PREFIX}/etc/postfix/postfix-files <<EOF || exit 1 -%s/\(\/man[158]\/.*\.[158]\):/\1.gz:/ -w -q -EOF diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile deleted file mode 100644 index 7dfc7ba13a0e..000000000000 --- a/mail/postfix28/Makefile +++ /dev/null @@ -1,169 +0,0 @@ -# New ports collection makefile for: postfix-current -# Date created: 18 Mar 1999 -# Whom: torstenb -# -# $FreeBSD$ -# - -# To pre-select options in batch mode, run make like this: -# -# make -DBATCH POSTFIX_OPTIONS="DB3 IPv6TLS" -# -# the options are the same names as in the scripts/configure.postfix file. -# POSTFIX_OPTIONS can be set in /etc/make.conf also. - -# NOTE: PCRE is enabled by default unless you specifically disable it. - -PORTNAME= postfix -PORTVERSION= 2.0.16 -PORTEPOCH= 1 -CATEGORIES= mail ipv6 -MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ - ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \ - ftp://ftp.tux.org/pub/net/postfix/official/ \ - ftp://ftp.utoronto.ca/mirror/packages/postfix/official/ \ - ftp://ftp.samurai.com/pub/postfix/official/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/postfix/official/&,} -MASTER_SITE_SUBDIR= . old related/postfix -DISTNAME= postfix-${PORTVERSION} -DIST_SUBDIR= ${PORTNAME} -PATCH_SITES= ${MASTER_SITES} -PATCHFILES= postfix-2.0-ns-mx-acl-patch.gz - -MAINTAINER= khera@kciLink.com -COMMENT= A secure alternative to widely-used Sendmail - -CONFLICTS= courier-0.* postfix-1.* sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.* -USE_SUBMAKE= yes -USE_REINPLACE= yes - -MAN1= mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \ - postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postqueue.1 \ - postsuper.1 sendmail.1 - -MAN5= access.5 aliases.5 canonical.5 pcre_table.5 regexp_table.5 \ - relocated.5 transport.5 virtual.5 - -MAN8= bounce.8 cleanup.8 defer.8 error.8 flush.8 lmtp.8 local.8 \ - master.8 nqmgr.8 pickup.8 pipe.8 proxymap.8 qmgr.8 qmqpd.8 showq.8 \ - smtp.8 smtpd.8 spawn.8 trivial-rewrite.8 virtual.8 - -# TLS patch adds to MAN8 but doesn't have .html file, so avoid trying to -# patch it. -MAN8base=$(MAN8:S/tlsmgr.8//) - -CONF1= main.cf master.cf access aliases canonical pcre_table regexp_table \ - relocated transport virtual - -.if !defined(DEBUG) -MAKEFILEFLAGS+= DEBUG= -.endif - -MAKEFILEFLAGS+= OPT="${CFLAGS}" - -SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ - TOUCH="${TOUCH}" \ - MKDIR="${MKDIR}" \ - POSTFIX_OPTIONS="${POSTFIX_OPTIONS}" - -pre-fetch: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postfix - -.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) -.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" -.endif - -.if defined(WITHOUT_PCRE) -POSTFIX_CCARGS+= -DNO_PCRE -.else -LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre -POSTFIX_CCARGS+= -DHAS_PCRE -I${LOCALBASE}/include -POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lpcre -.endif - - -post-patch: - (cd ${WRKSRC} && ${MAKE} -f Makefile.init makefiles ${MAKEFILEFLAGS} \ - CCARGS="${POSTFIX_CCARGS}" AUXLIBS="${POSTFIX_AUXLIBS}" && \ - ${ECHO} "all: default" >> Makefile) - -pre-patch: -.for file in ${MAN1} - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" \ - ${WRKSRC}/man/man1/${file} ${WRKSRC}/html/${file}.html -.endfor -.for file in ${MAN5} - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" \ - ${WRKSRC}/man/man5/${file} ${WRKSRC}/html/${file}.html -.endfor -.for file in ${MAN8base} - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" \ - ${WRKSRC}/man/man8/${file} ${WRKSRC}/html/${file}.html -.endfor -.for file in faq rate rewrite uce - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" \ - ${WRKSRC}/html/${file}.html -.endfor -.for file in ${CONF1} - @${REINPLACE_CMD} -e "s|/etc/postfix|${PREFIX}/etc/postfix|g" ${WRKSRC}/conf/${file} -.endfor - -pre-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - -.if defined(NOPORTDOCS) -READMEDIR=no -.else -READMEDIR=${PREFIX}/share/doc/postfix -.endif - -do-install: - cd ${WRKSRC}; ${SH} postfix-install -non-interactive install_root=/ tempdir=/tmp \ - config_directory=${PREFIX}/etc/postfix \ - daemon_directory=${PREFIX}/libexec/postfix \ - command_directory=${PREFIX}/sbin \ - queue_directory=/var/spool/postfix \ - sendmail_path=${PREFIX}/sbin/sendmail \ - newaliases_path=${PREFIX}/bin/newaliases \ - mailq_path=${PREFIX}/bin/mailq \ - mail_owner=postfix \ - setgid_group=maildrop \ - manpage_directory=${PREFIX}/man \ - sample_directory=${PREFIX}/etc/postfix \ - readme_directory=${READMEDIR} - -.for file in ${CONF1} - ${INSTALL_DATA} ${WRKSRC}/conf/${file} \ - ${PREFIX}/etc/postfix/sample-${file} -.endfor - - @${INSTALL_SCRIPT} \ - ${WRKSRC}/auxiliary/rmail/rmail \ - ${PREFIX}/bin/rmail - -# optional TEST binaries -.for file in ${BIN1} - @${INSTALL_PROGRAM} \ - ${WRKSRC}/src/smtpstone/${file} \ - ${PREFIX}/sbin -.endfor - -.if !defined(NOPORTDOCS) - @${INSTALL} -d -o ${DOCOWN} -g ${DOCGRP} -m 555 ${DOCSDIR} - @cd ${WRKSRC}/html && ${INSTALL_DATA} *.html *.gif ${DOCSDIR} && \ - ${ECHO_MSG} "Installed HTML documentation in ${DOCSDIR}" -.endif - -post-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -# need to fixup ${PREFIX}/etc/postfix/postfix-files to indicate compressed -# man pages, since the ports software compresses them after this step, and -# if we run etc/postfix/post-install again during package installation, -# it will complain about missing files. - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/fix-files-list - @${CAT} ${PKGMESSAGE} - -post-clean: - @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc - -.include <bsd.port.mk> diff --git a/mail/postfix28/distinfo b/mail/postfix28/distinfo deleted file mode 100644 index a3eb62fc1bca..000000000000 --- a/mail/postfix28/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (postfix/postfix-2.0.16.tar.gz) = ac13776442ba7708e683bc1bfbadab2f -MD5 (postfix/postfix-2.0-ns-mx-acl-patch.gz) = 55a3d76d52fddd5cd0365004957a1160 -MD5 (postfix/pfixtls-0.8.16-2.0.16-0.9.7b.tar.gz) = b39c08eabe807db4af5bcb1cafc9761e -MD5 (postfix/postfix-pg.postfix-2.0.0.2.patch) = 5a0aa5ef6a231a593eb6c5628236a3e4 -MD5 (postfix/ipv6-1.18a-pf-2.0.16.patch.gz) = 8e0b85c6c131d367dc5b0d0d95e7e2c1 -MD5 (postfix/tls+ipv6-1.18a-pf-2.0.16.patch.gz) = b32876b1a02d3a8f6a93a66e574ddee7 diff --git a/mail/postfix28/files/patch-ea b/mail/postfix28/files/patch-ea deleted file mode 100644 index 6c3f98d2af4f..000000000000 --- a/mail/postfix28/files/patch-ea +++ /dev/null @@ -1,13 +0,0 @@ -*** ./src/cleanup/cleanup.c.orig Sun May 28 18:33:41 2000 ---- ./src/cleanup/cleanup.c Thu Jun 1 21:52:22 2000 -*************** -*** 118,121 **** - /* FILES -! /* /etc/postfix/canonical*, canonical mapping table -! /* /etc/postfix/virtual*, virtual mapping table - /* LICENSE ---- 118,121 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/canonical*, canonical mapping table -! /* !!PREFIX!!/etc/postfix/virtual*, virtual mapping table - /* LICENSE diff --git a/mail/postfix28/files/patch-eb b/mail/postfix28/files/patch-eb deleted file mode 100644 index e67680963d2d..000000000000 --- a/mail/postfix28/files/patch-eb +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/global/mail_conf.c.orig Sun May 7 18:51:16 2000 ---- ./src/global/mail_conf.c Thu Jun 1 22:16:29 2000 -*************** -*** 53,55 **** - /* FILES -! /* /etc/postfix: default Postfix configuration directory. - /* ENVIRONMENT ---- 53,55 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix: default Postfix configuration directory. - /* ENVIRONMENT diff --git a/mail/postfix28/files/patch-ec b/mail/postfix28/files/patch-ec deleted file mode 100644 index 5f5d1ad9cadc..000000000000 --- a/mail/postfix28/files/patch-ec +++ /dev/null @@ -1,41 +0,0 @@ -*** ./src/global/mail_params.h.orig Thu Jan 3 13:13:37 2002 ---- ./src/global/mail_params.h Tue Jan 8 22:18:22 2002 -*************** -*** 51,55 **** - - #define VAR_SGID_GROUP "setgid_group" -! #define DEF_SGID_GROUP "postdrop" - extern char *var_sgid_group; - extern gid_t var_sgid_gid; ---- 51,55 ---- - - #define VAR_SGID_GROUP "setgid_group" -! #define DEF_SGID_GROUP "maildrop" - extern char *var_sgid_group; - extern gid_t var_sgid_gid; -*************** -*** 170,174 **** - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "/usr/libexec/postfix" - #endif - ---- 170,174 ---- - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "!!PREFIX!!/libexec/postfix" - #endif - -*************** -*** 204,208 **** - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "/etc/postfix" - #endif - extern char *var_config_dir; ---- 204,208 ---- - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "!!PREFIX!!/etc/postfix" - #endif - extern char *var_config_dir; diff --git a/mail/postfix28/files/patch-ed b/mail/postfix28/files/patch-ed deleted file mode 100644 index f971b62720d8..000000000000 --- a/mail/postfix28/files/patch-ed +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/local/mailbox.c.orig Fri Apr 28 16:55:53 2000 ---- ./src/local/mailbox.c Thu Jun 1 22:37:48 2000 -*************** -*** 15,17 **** - /* suppression. The default is direct mailbox delivery to -! /* /var/[spool/]mail/\fIuser\fR; when a \fIhome_mailbox\fR - /* has been configured, mail is delivered to ~/$\fIhome_mailbox\fR; ---- 15,17 ---- - /* suppression. The default is direct mailbox delivery to -! /* /var/mail/\fIuser\fR; when a \fIhome_mailbox\fR - /* has been configured, mail is delivered to ~/$\fIhome_mailbox\fR; diff --git a/mail/postfix28/files/patch-ee b/mail/postfix28/files/patch-ee deleted file mode 100644 index ef44eac24b73..000000000000 --- a/mail/postfix28/files/patch-ee +++ /dev/null @@ -1,13 +0,0 @@ -*** ./src/master/master.c.orig Tue Mar 7 10:25:07 2000 ---- ./src/master/master.c Thu Jun 1 22:43:50 2000 -*************** -*** 104,107 **** - /* FILES -! /* /etc/postfix/main.cf: global configuration file. -! /* /etc/postfix/master.cf: master process configuration file. - /* /var/spool/postfix/pid/master.pid: master lock file. ---- 104,107 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/main.cf: global configuration file. -! /* !!PREFIX!!/etc/postfix/master.cf: master process configuration file. - /* /var/spool/postfix/pid/master.pid: master lock file. diff --git a/mail/postfix28/files/patch-ef b/mail/postfix28/files/patch-ef deleted file mode 100644 index 586b304a103d..000000000000 --- a/mail/postfix28/files/patch-ef +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/postdrop/postdrop.c.orig Sun Apr 25 18:05:43 1999 ---- ./src/postdrop/postdrop.c Thu Jun 1 22:44:22 2000 -*************** -*** 39,41 **** - /* /var/spool/postfix, mail queue -! /* /etc/postfix, configuration files - /* CONFIGURATION PARAMETERS ---- 39,41 ---- - /* /var/spool/postfix, mail queue -! /* !!PREFIX!!/etc/postfix, configuration files - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix28/files/patch-eg b/mail/postfix28/files/patch-eg deleted file mode 100644 index 2983bbfd86ea..000000000000 --- a/mail/postfix28/files/patch-eg +++ /dev/null @@ -1,20 +0,0 @@ -*** ./src/sendmail/sendmail.c.orig Tue Mar 14 10:42:06 2000 ---- ./src/sendmail/sendmail.c Thu Jun 1 22:47:24 2000 -*************** -*** 57,59 **** - /* The path name of the \fBsendmail.cf\fR file. Postfix configuration -! /* files are kept in \fB/etc/postfix\fR. - /* .IP "\fB-F \fIfull_name\fR ---- 57,59 ---- - /* The path name of the \fBsendmail.cf\fR file. Postfix configuration -! /* files are kept in \fB!!PREFIX!!/etc/postfix\fR. - /* .IP "\fB-F \fIfull_name\fR -*************** -*** 159,161 **** - /* /var/spool/postfix, mail queue -! /* /etc/postfix, configuration files - /* CONFIGURATION PARAMETERS ---- 159,161 ---- - /* /var/spool/postfix, mail queue -! /* !!PREFIX!!/etc/postfix, configuration files - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix28/files/patch-eh b/mail/postfix28/files/patch-eh deleted file mode 100644 index c104c3680d21..000000000000 --- a/mail/postfix28/files/patch-eh +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/trivial-rewrite/transport.c.orig Tue Nov 16 19:15:41 1999 ---- ./src/trivial-rewrite/transport.c Thu Jun 1 22:47:49 2000 -*************** -*** 32,34 **** - /* FILES -! /* /etc/postfix/transport* - /* CONFIGURATION PARAMETERS ---- 32,34 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/transport* - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix28/files/patch-main.cf b/mail/postfix28/files/patch-main.cf deleted file mode 100644 index 6281b6b6d7f1..000000000000 --- a/mail/postfix28/files/patch-main.cf +++ /dev/null @@ -1,58 +0,0 @@ ---- ./conf/main.cf Wed Jan 8 22:11:52 2003 -+++ ./conf/main.cf Wed Jan 8 22:11:53 2003 -@@ -31,13 +31,13 @@ - # The command_directory parameter specifies the location of all - # postXXX commands. - # --command_directory = /usr/sbin -+command_directory = !!PREFIX!!/sbin - - # The daemon_directory parameter specifies the location of all Postfix - # daemon programs (i.e. programs listed in the master.cf file). This - # directory must be owned by root. - # --daemon_directory = /usr/libexec/postfix -+daemon_directory = !!PREFIX!!/libexec/postfix - - # QUEUE AND PROCESS OWNERSHIP - # -@@ -590,32 +590,32 @@ - # sendmail_path: The full pathname of the Postfix sendmail command. - # This is the Sendmail-compatible mail posting interface. - # --sendmail_path = -+sendmail_path = !!PREFIX!!/sbin/sendmail - - # newaliases_path: The full pathname of the Postfix newaliases command. - # This is the Sendmail-compatible command to build alias databases. - # --newaliases_path = -+newaliases_path = !!PREFIX!!/bin/newaliases - - # mailq_path: The full pathname of the Postfix mailq command. This - # is the Sendmail-compatible mail queue listing command. - # --mailq_path = -+mailq_path = !!PREFIX!!/bin/mailq - - # setgid_group: The group for mail submission and queue management - # commands. This must be a group name with a numerical group ID that - # is not shared with other accounts, not even with the Postfix account. - # --setgid_group = -+setgid_group = maildrop - - # manpage_directory: The location of the Postfix on-line manual pages. - # --manpage_directory = -+manpage_directory = !!PREFIX!!/man - - # sample_directory: The location of the Postfix sample configuration files. - # --sample_directory = -+sample_directory = !!PREFIX!!/etc/postfix - - # readme_directory: The location of the Postfix README files. - # --readme_directory = -+readme_directory = no diff --git a/mail/postfix28/files/patch-post-install b/mail/postfix28/files/patch-post-install deleted file mode 100644 index 92b2d4c2c6eb..000000000000 --- a/mail/postfix28/files/patch-post-install +++ /dev/null @@ -1,11 +0,0 @@ ---- ./conf/#post-install~ Fri Jan 18 12:32:54 2002 -+++ ./conf/post-install Fri Jan 18 12:32:54 2002 -@@ -183,7 +183,7 @@ - - umask 022 - --PATH=/bin:/usr/bin:/usr/sbin:/usr/etc:/sbin:/etc:/usr/contrib/bin:/usr/gnu/bin:/usr/ucb:/usr/bsd -+PATH=/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin - SHELL=/bin/sh - IFS=" - " diff --git a/mail/postfix28/pkg-descr b/mail/postfix28/pkg-descr deleted file mode 100644 index 1f335ce6820c..000000000000 --- a/mail/postfix28/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Postfix attempts to be fast, easy to administer, and secure, while at -the same time being sendmail-compatible enough to not upset existing -users. It also offers QMQP and VERP support to let Postfix act as delivery -daemon for ezmlm-idx. - -WWW: http://www.postfix.org/ diff --git a/mail/postfix28/pkg-install b/mail/postfix28/pkg-install deleted file mode 100644 index 8cf5a9a5aefe..000000000000 --- a/mail/postfix28/pkg-install +++ /dev/null @@ -1,181 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# If the POSTFIX_DEFAULT_MTA environment variable is set to YES, it -# will make the port/package use defaults which makes postfix replaces -# sendmail as much as possible. - -PKG_PREFIX=${PKG_PREFIX:=/usr/local} -BATCH=${BATCH:=no} -POSTFIX_DEFAULT_MTA=${POSTFIX_DEFAULT_MTA:=no} - -if [ x${POSTFIX_DEFAULT_MTA} = xno ]; then - DEFAULT_REPLACE_MAILERCONF=n -else - DEFAULT_REPLACE_MAILERCONF=y -fi - -ask() { - local question default answer - - question=$1 - default=$2 - if [ -z "${PACKAGE_BUILDING}" -a x${BATCH} = xno ]; then - read -p "${question} [${default}]? " answer - fi - if [ x${answer} = x ]; then - answer=${default} - fi - echo ${answer} -} - -yesno() { - local question default answer - - question=$1 - default=$2 - while :; do - answer=$(ask "${question}" "${default}") - case "${answer}" in - [Yy]*) return 0;; - [Nn]*) return 1;; - esac - echo "Please answer yes or no." - done -} - -if [ x"$2" = xPRE-INSTALL ]; then - USER=postfix - GROUP=postfix - GROUP2=maildrop - - if /usr/sbin/pw groupshow "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP} -h - - then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw groupshow "${GROUP2}" 2>/dev/null; then - echo "You already have a group \"${GROUP2}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP2} -h - - then - echo "Added group \"${GROUP2}\"." - else - echo "Adding group \"${GROUP2}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if /usr/sbin/pw useradd ${USER} -g ${GROUP} -h - \ - -d /var/spool/postfix \ - -s /sbin/nologin \ - -c "Postfix Mail System" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw show group mail | grep -q "${USER}" 2>/dev/null; then - echo "You already have user \"${USER}\" in group \"mail\", so I will use it." - else - echo "You need user \"${USER}\" added to group \"mail\"." - if yesno "Would you like me to add it" y; then - /usr/sbin/pw groupmod mail -m ${USER} || exit - echo "Done." - else - echo "Please create it, and try again." - exit 1 - fi - fi - -fi - -if [ x"$2" = xPOST-INSTALL ]; then - CONF1="main.cf master.cf access aliases canonical pcre_table \ - regexp_table relocated transport virtual" - - for file in $CONF1 - do - if [ ! -f ${PKG_PREFIX}/etc/postfix/$file ]; then - cp ${PKG_PREFIX}/etc/postfix/sample-$file ${PKG_PREFIX}/etc/postfix/$file - fi - done - - sh ${PKG_PREFIX}/etc/postfix/post-install tempdir=/tmp \ - config_directory=${PKG_PREFIX}/etc/postfix \ - daemon_directory=${PKG_PREFIX}/libexec/postfix \ - command_directory=${PKG_PREFIX}/sbin \ - queue_directory=/var/spool/postfix \ - sendmail_path=${PKG_PREFIX}/sbin/sendmail \ - newaliases_path=${PKG_PREFIX}/bin/newaliases \ - mailq_path=${PKG_PREFIX}/bin/mailq \ - mail_owner=postfix \ - setgid_group=maildrop \ - manpage_directory=${PKG_PREFIX}/man \ - sample_directory=${PKG_PREFIX}/etc/postfix \ - readme_directory=no \ - upgrade-package -# readme_directory is "no" above since the package will have correct perms -# already, and we don't know if they had PORTDOCS. -fi - -replace() { - local orig repl - - orig=$1 - repl=$2 - if [ -e ${orig} ]; then - mv -f ${orig} ${orig}.OFF - chmod 0 ${orig}.OFF - fi - if [ -e ${repl} ]; then - ln -s ${repl} ${orig} - fi -} - -if [ x"$2" = xPOST-INSTALL -a -z "${PACKAGE_BUILDING}" ]; then - if [ -x /sbin/sysctl ]; then - OSVERSION=`/sbin/sysctl -n kern.osreldate` - else - OSVERSION=`/usr/sbin/sysctl -n kern.osreldate` - fi - if [ ${OSVERSION} -ge 400014 ]; then - if yesno "Would you like to activate Postfix in /etc/mail/mailer.conf" \ - ${DEFAULT_REPLACE_MAILERCONF}; then - mv -f /etc/mail/mailer.conf /etc/mail/mailer.conf.old - echo "#" > /etc/mail/mailer.conf - echo -n "# Execute the Postfix sendmail program" >> /etc/mail/mailer.conf - echo ", named ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "#" >> /etc/mail/mailer.conf - echo "sendmail ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "send-mail ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "mailq ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "newaliases ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - fi - else - if yesno "Would you like to replace {sendmail,mailq,newaliases} with Postfix versions" n; then - replace /usr/sbin/sendmail ${PKG_PREFIX}/sbin/sendmail - replace /usr/bin/mailq ${PKG_PREFIX}/sbin/sendmail - replace /usr/bin/newaliases ${PKG_PREFIX}/sbin/sendmail - echo "Done." - fi - fi -fi diff --git a/mail/postfix28/pkg-message b/mail/postfix28/pkg-message deleted file mode 100644 index 1c9fd6699bb9..000000000000 --- a/mail/postfix28/pkg-message +++ /dev/null @@ -1,40 +0,0 @@ -If you have postfix configured in your /etc/mail/mailer.conf (answered yes to -the previous question) and would like to enable postfix to start at boot time, -please set these variables in your /etc/rc.conf file: - -sendmail_enable="YES" -sendmail_flags="-bd" -sendmail_outbound_enable="NO" -sendmail_submit_enable="NO" -sendmail_msp_queue_enable="NO" - -This will disable Sendmail completely. - -Alternatively to the above settings, you can enable postfix to start with -the other local services, for example, after your database server starts if -you need it to be running for postfix. To do this, set in your rc.conf file: - -sendmail_enable="NONE" - -Then make the following symbolic link: - -cd /usr/local/etc/rc.d -ln -s /usr/local/sbin/postfix postfix.sh - - -Also, you will want to disable some Sendmail-specific daily maintenance -routines in your /etc/periodic.conf file: - -daily_clean_hoststat_enable="NO" -daily_status_mail_rejects_enable="NO" -daily_status_include_submit_mailq="NO" -daily_submit_queuerun="NO" - - -If you are using SASL, you need to make sure that postfix has access to read -the sasldb file. This is accomplished by adding postfix to group mail and -making the /usr/local/etc/sasldb* file(s) readable by group mail (this should -be the default for new installs). - -If you are upgrading from postfix version prior to 2.0, please see the README -files for recommended changes to your configuration. diff --git a/mail/postfix28/pkg-plist b/mail/postfix28/pkg-plist deleted file mode 100644 index 09f2ca9027a0..000000000000 --- a/mail/postfix28/pkg-plist +++ /dev/null @@ -1,182 +0,0 @@ -@unexec if cmp -s %D/etc/postfix/main.cf %D/etc/postfix/sample-main.cf; then rm -f %D/etc/postfix/main.cf; fi -@unexec if cmp -s %D/etc/postfix/master.cf %D/etc/postfix/sample-master.cf; then rm -f %D/etc/postfix/master.cf; fi -@unexec if cmp -s %D/etc/postfix/access %D/etc/postfix/sample-access; then rm -f %D/etc/postfix/access; fi -@unexec if cmp -s %D/etc/postfix/aliases %D/etc/postfix/sample-aliases; then rm -f %D/etc/postfix/aliases; fi -@unexec if cmp -s %D/etc/postfix/canonical %D/etc/postfix/sample-canonical; then rm -f %D/etc/postfix/canonical; fi -@unexec if cmp -s %D/etc/postfix/pcre_table %D/etc/postfix/sample-pcre_table; then rm -f %D/etc/postfix/pcre_table; fi -@unexec if cmp -s %D/etc/postfix/regexp_table %D/etc/postfix/sample-regexp_table; then rm -f %D/etc/postfix/regexp_table; fi -@unexec if cmp -s %D/etc/postfix/relocated %D/etc/postfix/sample-relocated; then rm -f %D/etc/postfix/relocated; fi -@unexec if cmp -s %D/etc/postfix/transport %D/etc/postfix/sample-transport; then rm -f %D/etc/postfix/transport; fi -@unexec if cmp -s %D/etc/postfix/virtual %D/etc/postfix/sample-virtual; then rm -f %D/etc/postfix/virtual; fi -bin/rmail -etc/postfix/LICENSE -etc/postfix/main.cf.default -etc/postfix/post-install -etc/postfix/postfix-files -etc/postfix/postfix-script -etc/postfix/sample-access -etc/postfix/sample-aliases -etc/postfix/sample-canonical -etc/postfix/sample-pcre_table -etc/postfix/sample-regexp_table -etc/postfix/sample-relocated -etc/postfix/sample-aliases.cf -etc/postfix/sample-auth.cf -etc/postfix/sample-canonical.cf -etc/postfix/sample-compatibility.cf -etc/postfix/sample-debug.cf -etc/postfix/sample-filter.cf -etc/postfix/sample-flush.cf -%%SUB_IPV6%%etc/postfix/sample-ipv6.cf -etc/postfix/sample-ldap.cf -etc/postfix/sample-lmtp.cf -etc/postfix/sample-local.cf -etc/postfix/sample-main.cf -etc/postfix/sample-master.cf -etc/postfix/sample-mime.cf -etc/postfix/sample-misc.cf -etc/postfix/sample-pcre-access.cf -etc/postfix/sample-pcre-body.cf -etc/postfix/sample-pcre-header.cf -etc/postfix/sample-qmqpd.cf -etc/postfix/sample-rate.cf -etc/postfix/sample-regexp-access.cf -etc/postfix/sample-regexp-body.cf -etc/postfix/sample-regexp-header.cf -etc/postfix/sample-relocated.cf -etc/postfix/sample-resource.cf -etc/postfix/sample-rewrite.cf -etc/postfix/sample-smtp.cf -etc/postfix/sample-smtpd.cf -etc/postfix/sample-transport.cf -etc/postfix/sample-virtual.cf -etc/postfix/sample-transport -etc/postfix/sample-virtual -%%SUB_TLS%%etc/postfix/sample-tls.cf -libexec/postfix/bounce -libexec/postfix/cleanup -libexec/postfix/error -libexec/postfix/flush -libexec/postfix/lmtp -libexec/postfix/local -libexec/postfix/master -libexec/postfix/nqmgr -libexec/postfix/pickup -libexec/postfix/pipe -libexec/postfix/proxymap -libexec/postfix/qmgr -libexec/postfix/qmqpd -libexec/postfix/showq -libexec/postfix/smtp -libexec/postfix/smtpd -libexec/postfix/spawn -libexec/postfix/trivial-rewrite -libexec/postfix/virtual -%%SUB_TLS%%libexec/postfix/tlsmgr -sbin/postalias -sbin/postcat -sbin/postconf -sbin/postdrop -sbin/postfix -sbin/postkick -sbin/postlock -sbin/postlog -sbin/postmap -sbin/postqueue -sbin/postsuper -sbin/sendmail -bin/newaliases -bin/mailq -%%SUB_TEST%%sbin/smtp-sink -%%SUB_TEST%%sbin/smtp-source -%%PORTDOCS%%%%DOCSDIR%%/ADDRESS_CLASS_README -%%PORTDOCS%%%%DOCSDIR%%/DB_README -%%PORTDOCS%%%%DOCSDIR%%/DEBUG_README -%%PORTDOCS%%%%DOCSDIR%%/ETRN_README -%%PORTDOCS%%%%DOCSDIR%%/FILTER_README -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%SUB_IPV6%%%%DOCSDIR%%/IPV6_README -%%PORTDOCS%%%%DOCSDIR%%/LDAP_README -%%PORTDOCS%%%%DOCSDIR%%/LINUX_README -%%PORTDOCS%%%%DOCSDIR%%/LOCAL_RECIPIENT_README -%%PORTDOCS%%%%DOCSDIR%%/LMTP_README -%%PORTDOCS%%%%DOCSDIR%%/MACOSX_README -%%PORTDOCS%%%%DOCSDIR%%/MAILDROP_README -%%PORTDOCS%%%%DOCSDIR%%/MYSQL_README -%%PORTDOCS%%%%DOCSDIR%%/NFS_README -%%PORTDOCS%%%%DOCSDIR%%/PACKAGE_README -%%PORTDOCS%%%%DOCSDIR%%/PCRE_README -%%PORTDOCS%%%%DOCSDIR%%/QMQP_README -%%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES -%%PORTDOCS%%%%DOCSDIR%%/RESTRICTION_CLASS_README -%%PORTDOCS%%%%DOCSDIR%%/SASL_README -%%PORTDOCS%%%%DOCSDIR%%/ULTRIX_README -%%PORTDOCS%%%%DOCSDIR%%/UUCP_README -%%PORTDOCS%%%%DOCSDIR%%/VERP_README -%%PORTDOCS%%%%DOCSDIR%%/VIRTUAL_README -%%PORTDOCS%%%%DOCSDIR%%/access.5.html -%%PORTDOCS%%%%DOCSDIR%%/aliases.5.html -%%PORTDOCS%%%%DOCSDIR%%/architecture.html -%%PORTDOCS%%%%DOCSDIR%%/backstage.html -%%PORTDOCS%%%%DOCSDIR%%/basic.html -%%PORTDOCS%%%%DOCSDIR%%/big-picture.gif -%%PORTDOCS%%%%DOCSDIR%%/big-picture.html -%%PORTDOCS%%%%DOCSDIR%%/bounce.8.html -%%PORTDOCS%%%%DOCSDIR%%/canonical.5.html -%%PORTDOCS%%%%DOCSDIR%%/cleanup.8.html -%%PORTDOCS%%%%DOCSDIR%%/commands.html -%%PORTDOCS%%%%DOCSDIR%%/defer.8.html -%%PORTDOCS%%%%DOCSDIR%%/delivering.html -%%PORTDOCS%%%%DOCSDIR%%/error.8.html -%%PORTDOCS%%%%DOCSDIR%%/faq.html -%%PORTDOCS%%%%DOCSDIR%%/flush.8.html -%%PORTDOCS%%%%DOCSDIR%%/goals.html -%%PORTDOCS%%%%DOCSDIR%%/inbound.gif -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/lmtp.8.html -%%PORTDOCS%%%%DOCSDIR%%/local.8.html -%%PORTDOCS%%%%DOCSDIR%%/mailq.1.html -%%PORTDOCS%%%%DOCSDIR%%/master.8.html -%%PORTDOCS%%%%DOCSDIR%%/motivation.html -%%PORTDOCS%%%%DOCSDIR%%/newaliases.1.html -%%PORTDOCS%%%%DOCSDIR%%/nqmgr.8.html -%%PORTDOCS%%%%DOCSDIR%%/outbound.gif -%%PORTDOCS%%%%DOCSDIR%%/pcre_table.5.html -%%PORTDOCS%%%%DOCSDIR%%/pickup.8.html -%%PORTDOCS%%%%DOCSDIR%%/pipe.8.html -%%PORTDOCS%%%%DOCSDIR%%/postalias.1.html -%%PORTDOCS%%%%DOCSDIR%%/postcat.1.html -%%PORTDOCS%%%%DOCSDIR%%/postconf.1.html -%%PORTDOCS%%%%DOCSDIR%%/postdrop.1.html -%%PORTDOCS%%%%DOCSDIR%%/postfix.1.html -%%PORTDOCS%%%%DOCSDIR%%/postkick.1.html -%%PORTDOCS%%%%DOCSDIR%%/postlock.1.html -%%PORTDOCS%%%%DOCSDIR%%/postlog.1.html -%%PORTDOCS%%%%DOCSDIR%%/postmap.1.html -%%PORTDOCS%%%%DOCSDIR%%/postqueue.1.html -%%PORTDOCS%%%%DOCSDIR%%/postsuper.1.html -%%PORTDOCS%%%%DOCSDIR%%/proxymap.8.html -%%PORTDOCS%%%%DOCSDIR%%/qmgr.8.html -%%PORTDOCS%%%%DOCSDIR%%/qmqpd.8.html -%%PORTDOCS%%%%DOCSDIR%%/queuing.html -%%PORTDOCS%%%%DOCSDIR%%/rate.html -%%PORTDOCS%%%%DOCSDIR%%/receiving.html -%%PORTDOCS%%%%DOCSDIR%%/regexp_table.5.html -%%PORTDOCS%%%%DOCSDIR%%/relocated.5.html -%%PORTDOCS%%%%DOCSDIR%%/resource.html -%%PORTDOCS%%%%DOCSDIR%%/rewrite.html -%%PORTDOCS%%%%DOCSDIR%%/security.html -%%PORTDOCS%%%%DOCSDIR%%/sendmail.1.html -%%PORTDOCS%%%%DOCSDIR%%/showq.8.html -%%PORTDOCS%%%%DOCSDIR%%/small-picture.gif -%%PORTDOCS%%%%DOCSDIR%%/smtp.8.html -%%PORTDOCS%%%%DOCSDIR%%/smtpd.8.html -%%PORTDOCS%%%%DOCSDIR%%/spawn.8.html -%%PORTDOCS%%%%DOCSDIR%%/transport.5.html -%%PORTDOCS%%%%DOCSDIR%%/trivial-rewrite.8.html -%%PORTDOCS%%%%DOCSDIR%%/uce.html -%%PORTDOCS%%%%DOCSDIR%%/virtual.5.html -%%PORTDOCS%%%%DOCSDIR%%/virtual.8.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm libexec/postfix -@unexec rmdir %D/etc/postfix 2>/dev/null || true diff --git a/mail/postfix28/scripts/configure b/mail/postfix28/scripts/configure deleted file mode 100644 index 93c5b95ec561..000000000000 --- a/mail/postfix28/scripts/configure +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -for f in `find ${WRKSRC} -type f | xargs grep -l '\!\!PREFIX\!\!' ` ; do \ - mv $f $f.orig && sed s+!!PREFIX!!+$PREFIX+g < $f.orig > $f && \ - rm $f.orig -done diff --git a/mail/postfix28/scripts/configure.postfix b/mail/postfix28/scripts/configure.postfix deleted file mode 100644 index f6038939bfcb..000000000000 --- a/mail/postfix28/scripts/configure.postfix +++ /dev/null @@ -1,247 +0,0 @@ -#!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix28/scripts/Attic/configure.postfix,v 1.41 2003-10-01 19:55:24 osa Exp $ - -if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then - exit -fi - -tempfile=`mktemp -t checklist` - -if [ "${POSTFIX_OPTIONS}" ]; then - set ${POSTFIX_OPTIONS} -fi - -for i; do - eval status_$i=ON -done - -if [ -z "${BATCH}" ]; then - /usr/bin/dialog --title "Postfix configuration options" --clear \ - --checklist "\n\ -Please select desired options:" -1 -1 16 \ -NOPCRE "DISABLE Perl Compatible Regular Expressions" "$status_NOPCRE" \ -SASL "Cyrus SASLv1 (Simple Authentication and Security Layer)" "$status_SASL" \ -SASL2 "Cyrus SASLv2 (Simple Authentication and Security Layer)" "$status_SASL2" \ -SASLKRB "If your SASL requires Kerberos select this option" "$status_SASLKRB" \ -TLS "SSL and TLS" "$status_TLS" \ -IPv6 "IPv6 support" "$status_IPv6" \ -IPv6TLS "IPv6 support with SSL and TLS" "$status_IPv6TLS" \ -DB3 "Berkeley DB3 (required if SASL also built with DB3)" "$status_DB3" \ -DB40 "Berkeley DB4.0 (required if SASL also built with DB4.0)" "$status_DB40" \ -DB41 "Berkeley DB4.1 (required if SASL also built with DB4.1)" "$status_DB41" \ -MySQL "MySQL map lookups" "$status_MySQL" \ -PgSQL "PostgreSQL v7.3 map lookups" "$status_PgSQL" \ -PgSQL72 "PostgreSQL v7.2 map lookups" "$status_PgSQL72" \ -OpenLDAP12 "OpenLDAP 1.2 map lookups" "$status_OpenLDAP" \ -OpenLDAP20 "OpenLDAP 2.0 map lookups" "$status_OpenLDAP" \ -OpenLDAP21 "OpenLDAP 2.1 map lookups" "$status_OpenLDAP" \ -Test "SMTP/LMTP test server and generator" "$status_Test" \ -2> $tempfile - - retval=$? - - if [ -s $tempfile ]; then - set `sed 's/"//g' $tempfile` - fi - rm -f $tempfile - - case $retval in - 0) if [ -z "$*" ]; then - echo "Nothing selected" - fi - ;; - 1) echo "Cancel pressed." - exit 1 - ;; - esac -fi - -${MKDIR} ${WRKDIRPREFIX}${CURDIR} -exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - -echo "PREFIX= ${PREFIX}" - -SUB_TLS="@comment " -SUB_TEST="@comment " -SUB_IPV6="@comment " - -while [ "$1" ]; do - case $1 in - NOPCRE) - echo "WITHOUT_PCRE= yes" - echo "NOPCRE_SUFFIX= +nopcre" - SUB_NOPCRE="" - ;; - SASL) - echo "LIB_DEPENDS+= sasl.8:\${PORTSDIR}/security/cyrus-sasl" - echo "POSTFIX_CCARGS+= -DUSE_SASL_AUTH -I\${LOCALBASE}/include -I\${LOCALBASE}/include/sasl1" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -lsasl -lpam -lcrypt" - echo "SASL_SUFFIX= +sasl" - if [ -f ${PREFIX}/lib/libsasl.a ]; then - if nm ${PREFIX}/lib/libsasl.a | grep -wq "mysql_verify_password"; then - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - fi - fi - SUB_SASL="" - ;; - SASL2) - echo "LIB_DEPENDS+= sasl2.2:\${PORTSDIR}/security/cyrus-sasl2" - echo "POSTFIX_CCARGS+= -DUSE_SASL_AUTH -I\${LOCALBASE}/include -I\${LOCALBASE}/include/sasl" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -lsasl2 -lpam -lcrypt" - echo "SASL_SUFFIX= +sasl2" - if [ -f ${PREFIX}/lib/libsasl2.a ]; then - if nm ${PREFIX}/lib/libsasl2.a | grep -wq "mysql_verify_password"; then - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - fi - fi - SUB_SASL="" - ;; - SASLKRB) - echo "POSTFIX_AUXLIBS+= -lkrb -lcrypto -lcom_err" - ;; - TLS) - echo "MAN8+= tlsmgr.8" - echo "USE_OPENSSL= yes" - echo "POSTFIX_CCARGS+= -DHAS_SSL -I\${OPENSSLINC}" - echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} -lssl -lcrypto" - echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.16-2.0.16-0.9.7b.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.16-2.0.16-0.9.7b/pfixtls.diff" - echo "PATCH_STRIP= -p1" - echo "TLS_SUFFIX= +tls" - SUB_TLS="" - ;; - DB3) - if [ X$DB40_SELECTED != "X" -o X$DB41_SELECTED != "X" ]; then - /usr/bin/dialog --msgbox "Select exactly one of the DB3, DB40 and DB41 options." 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "LIB_DEPENDS+= db3.3:\${PORTSDIR}/databases/db3" - echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3" - echo "DB_SUFFIX= +db3" - DB3_SELECTED="YES" - ;; - DB40) - if [ X$DB3_SELECTED != "X" -o X$DB41_SELECTED != "X" ]; then - /usr/bin/dialog --msgbox "Select exactly one of the DB3, DB40 and DB41 options." 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "LIB_DEPENDS+= db4.0:\${PORTSDIR}/databases/db4" - echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db4" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb4" - echo "DB_SUFFIX= +db40" - DB40_SELECTED="YES" - ;; - DB41) - if [ X$DB3_SELECTED != "X" -o X$DB40_SELECTED != "X" ]; then - /usr/bin/dialog --msgbox "Select exactly one of the DB3, DB40 and DB41 options." 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "LIB_DEPENDS+= db41.1:\${PORTSDIR}/databases/db41" - echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db41" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb41" - echo "DB_SUFFIX= +db41" - DB41_SELECTED="YES" - ;; - MySQL) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a:\${PORTSDIR}/databases/mysql323-client" - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - echo "MYSQL_SUFFIX= +mysql" - ;; - PgSQL) - echo "POSTGRESQL_PORT?= databases/postgresql7" - echo "LIB_DEPENDS+= pq.3:\${PORTSDIR}/\${POSTGRESQL_PORT}" - echo "POSTFIX_CCARGS+= -DHAS_PGSQL -I\${LOCALBASE}/include -I\${LOCALBASE}/pgsql/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -L\${LOCALBASE}/pgsql/lib -lpq -lcrypt" - echo "PATCH_SITES+= http://mat.cc/postfix/" - echo "PATCHFILES+= postfix-pg.postfix-2.0.0.2.patch" - echo "PATCH_DIST_STRIP= -p1" - echo "PGSQL_SUFFIX= +pgsql" - ;; - PgSQL72) - echo "POSTGRESQL_PORT?= databases/postgresql72" - echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/\${POSTGRESQL_PORT}" - echo "POSTFIX_CCARGS+= -DHAS_PGSQL -I\${LOCALBASE}/include -I\${LOCALBASE}/pgsql/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -L\${LOCALBASE}/pgsql/lib -lpq -lcrypt" - echo "PATCH_SITES+= http://mat.cc/postfix/" - echo "PATCHFILES+= postfix-pg.postfix-2.0.0.2.patch" - echo "PATCH_DIST_STRIP= -p1" - echo "PGSQL_SUFFIX= +pgsql" - ;; - OpenLDAP12) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libldap.a:\${PORTSDIR}/net/openldap12" - echo "POSTFIX_CCARGS+= -DHAS_LDAP -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/libldap.a \${PREFIX}/lib/liblber.a" - echo "OPENLDAP_SUFFIX= +openldap12" - ;; - OpenLDAP20) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libldap.a:\${PORTSDIR}/net/openldap20-client" - echo "POSTFIX_CCARGS+= -DHAS_LDAP -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= -lldap -llber" - echo "OPENLDAP_SUFFIX= +openldap20" - ;; - OpenLDAP21) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libldap.a:\${PORTSDIR}/net/openldap21-client" - echo "POSTFIX_CCARGS+= -DHAS_LDAP -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= -lldap -llber" - echo "OPENLDAP_SUFFIX= +openldap21" - ;; - Test) - echo "BIN1= smtp-sink smtp-source" - SUB_TEST="" - ;; - IPv6) - if [ X$SUB_TLS = "X" ]; then - /usr/bin/dialog --msgbox "Select exactly one of the IPv6 and TLS patches" 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "PATCH_SITES+= http://www.ipnet6.org/postfix/download/" - echo "PATCHFILES+= ipv6-1.18a-pf-2.0.16.patch.gz" - echo "PATCH_DIST_STRIP= -p1" - echo "IPv6_SUFFIX= +ipv6" - echo "" - IPv6SELECTED=YES - SUB_IPV6="" - ;; - IPv6TLS) - if [ X$SUB_TLS = "X" -o X$IPv6SELECTED != X ]; then - /usr/bin/dialog --msgbox "Select exactly one of the IPv6 and TLS patches" 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "MAN8+= tlsmgr.8" - echo "USE_OPENSSL= yes" - echo "POSTFIX_CCARGS+= -DHAS_SSL -I\${OPENSSLINC}" - echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} -lssl -lcrypto" - echo "PATCH_SITES+= http://www.ipnet6.org/postfix/download/" - echo "PATCHFILES+= tls+ipv6-1.18a-pf-2.0.16.patch.gz" - echo "PATCH_DIST_STRIP= -p1" - echo "TLS_SUFFIX= +tls+ipv6" - SUB_TLS="" - SUB_IPV6="" - ;; - *) - echo "Unknown option(s): $*" > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - ;; - esac - shift -done - -echo "PLIST_SUB+= SUB_TLS=\"${SUB_TLS}\"" -echo "PLIST_SUB+= SUB_TEST=\"${SUB_TEST}\"" -echo "PLIST_SUB+= SUB_IPV6=\"${SUB_IPV6}\"" - -# for some reason, if we alter the pkg name this way, the first build (where -# we ask the configure questions) doesn't pick up the extensions, but -# any subsequent build will. so "make; make install" will build twice. -# don't do this for now. -#echo "PKGNAMESUFFIX= \${NOPCRE_SUFFIX}\${SASL_SUFFIX}\${DB_SUFFIX}\${MYSQL_SUFFIX}\${PGSQL_SUFFIX}\${OPENLDAP_SUFFIX}\${TLS_SUFFIX}\${IPv6_SUFFIX}" diff --git a/mail/postfix28/scripts/fix-files-list b/mail/postfix28/scripts/fix-files-list deleted file mode 100644 index cc4a1083a814..000000000000 --- a/mail/postfix28/scripts/fix-files-list +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# need to fixup ${PREFIX}/etc/postfix/postfix-files to indicate compressed -# man pages, since the ports software compresses them later, and if we -# run post-install it will complain about missing files -# (script from Simon J. Mudd) - -ed ${PREFIX}/etc/postfix/postfix-files <<EOF || exit 1 -%s/\(\/man[158]\/.*\.[158]\):/\1.gz:/ -w -q -EOF diff --git a/mail/py-email/Makefile b/mail/py-email/Makefile deleted file mode 100644 index a97a79d291d8..000000000000 --- a/mail/py-email/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: py-mimelib -# Date created: 31 July 2003 -# Whom: Gerhard Schmidt <estartu@augusta.de> -# -# $FreeBSD$ -# - -PORTNAME= mimelib -PORTVERSION= 2.5 -CATEGORIES= mail python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= mimelib -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= email-${PORTVERSION} - -MAINTAINER= estartu@augusta.de -COMMENT= Email package for Python - -DIST_SUBDIR= python -USE_PYTHON= yes -USE_PYDISTUTILS=yes - -.include <bsd.port.mk> diff --git a/mail/py-email/distinfo b/mail/py-email/distinfo deleted file mode 100644 index eeba0aa8f7a5..000000000000 --- a/mail/py-email/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (python/email-2.5.tar.gz) = a2a396f97e9628cfb91471a1d3d156d8 diff --git a/mail/py-email/pkg-descr b/mail/py-email/pkg-descr deleted file mode 100644 index c7d5c1b1b64e..000000000000 --- a/mail/py-email/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This library is intended to replace the standard Python libraries rfc822, -mimetools, multifile, MIMEWriter, etc. It intends to be the be-all end-all -package for parsing, manipulating, and generating MIME and rfc822 style -messages in Python. - -WWW: http://sourceforge.net/projects/mimelib/ diff --git a/mail/py-email/pkg-plist b/mail/py-email/pkg-plist deleted file mode 100644 index ed872eb8fae7..000000000000 --- a/mail/py-email/pkg-plist +++ /dev/null @@ -1,67 +0,0 @@ -lib/%%PYTHON_VERSION%%/site-packages/email/_compat22.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/_compat22.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/Charset.py -lib/%%PYTHON_VERSION%%/site-packages/email/Charset.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/Charset.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/Encoders.py -lib/%%PYTHON_VERSION%%/site-packages/email/Encoders.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/Encoders.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/Errors.py -lib/%%PYTHON_VERSION%%/site-packages/email/Errors.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/Errors.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/Generator.py -lib/%%PYTHON_VERSION%%/site-packages/email/Generator.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/Generator.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/Header.py -lib/%%PYTHON_VERSION%%/site-packages/email/Header.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/Header.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/Iterators.py -lib/%%PYTHON_VERSION%%/site-packages/email/Iterators.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/Iterators.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/MIMEAudio.py -lib/%%PYTHON_VERSION%%/site-packages/email/MIMEAudio.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/MIMEAudio.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/MIMEBase.py -lib/%%PYTHON_VERSION%%/site-packages/email/MIMEBase.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/MIMEBase.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/MIMEImage.py -lib/%%PYTHON_VERSION%%/site-packages/email/MIMEImage.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/MIMEImage.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/MIMEMessage.py -lib/%%PYTHON_VERSION%%/site-packages/email/MIMEMessage.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/MIMEMessage.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/MIMEMultipart.py -lib/%%PYTHON_VERSION%%/site-packages/email/MIMEMultipart.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/MIMEMultipart.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/MIMENonMultipart.py -lib/%%PYTHON_VERSION%%/site-packages/email/MIMENonMultipart.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/MIMENonMultipart.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/MIMEText.py -lib/%%PYTHON_VERSION%%/site-packages/email/MIMEText.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/MIMEText.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/Message.py -lib/%%PYTHON_VERSION%%/site-packages/email/Message.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/Message.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/Parser.py -lib/%%PYTHON_VERSION%%/site-packages/email/Parser.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/Parser.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/Utils.py -lib/%%PYTHON_VERSION%%/site-packages/email/Utils.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/Utils.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/__init__.py -lib/%%PYTHON_VERSION%%/site-packages/email/__init__.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/__init__.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/_compat21.py -lib/%%PYTHON_VERSION%%/site-packages/email/_compat21.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/_compat21.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/_compat22.py -lib/%%PYTHON_VERSION%%/site-packages/email/_parseaddr.py -lib/%%PYTHON_VERSION%%/site-packages/email/_parseaddr.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/_parseaddr.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/base64MIME.py -lib/%%PYTHON_VERSION%%/site-packages/email/base64MIME.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/base64MIME.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/quopriMIME.py -lib/%%PYTHON_VERSION%%/site-packages/email/quopriMIME.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/quopriMIME.pyo -@dirrm lib/%%PYTHON_VERSION%%/site-packages/email diff --git a/mail/py-email2/Makefile b/mail/py-email2/Makefile deleted file mode 100644 index a97a79d291d8..000000000000 --- a/mail/py-email2/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: py-mimelib -# Date created: 31 July 2003 -# Whom: Gerhard Schmidt <estartu@augusta.de> -# -# $FreeBSD$ -# - -PORTNAME= mimelib -PORTVERSION= 2.5 -CATEGORIES= mail python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= mimelib -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= email-${PORTVERSION} - -MAINTAINER= estartu@augusta.de -COMMENT= Email package for Python - -DIST_SUBDIR= python -USE_PYTHON= yes -USE_PYDISTUTILS=yes - -.include <bsd.port.mk> diff --git a/mail/py-email2/distinfo b/mail/py-email2/distinfo deleted file mode 100644 index eeba0aa8f7a5..000000000000 --- a/mail/py-email2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (python/email-2.5.tar.gz) = a2a396f97e9628cfb91471a1d3d156d8 diff --git a/mail/py-email2/pkg-descr b/mail/py-email2/pkg-descr deleted file mode 100644 index c7d5c1b1b64e..000000000000 --- a/mail/py-email2/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This library is intended to replace the standard Python libraries rfc822, -mimetools, multifile, MIMEWriter, etc. It intends to be the be-all end-all -package for parsing, manipulating, and generating MIME and rfc822 style -messages in Python. - -WWW: http://sourceforge.net/projects/mimelib/ diff --git a/mail/py-email2/pkg-plist b/mail/py-email2/pkg-plist deleted file mode 100644 index ed872eb8fae7..000000000000 --- a/mail/py-email2/pkg-plist +++ /dev/null @@ -1,67 +0,0 @@ -lib/%%PYTHON_VERSION%%/site-packages/email/_compat22.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/_compat22.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/Charset.py -lib/%%PYTHON_VERSION%%/site-packages/email/Charset.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/Charset.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/Encoders.py -lib/%%PYTHON_VERSION%%/site-packages/email/Encoders.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/Encoders.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/Errors.py -lib/%%PYTHON_VERSION%%/site-packages/email/Errors.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/Errors.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/Generator.py -lib/%%PYTHON_VERSION%%/site-packages/email/Generator.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/Generator.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/Header.py -lib/%%PYTHON_VERSION%%/site-packages/email/Header.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/Header.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/Iterators.py -lib/%%PYTHON_VERSION%%/site-packages/email/Iterators.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/Iterators.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/MIMEAudio.py -lib/%%PYTHON_VERSION%%/site-packages/email/MIMEAudio.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/MIMEAudio.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/MIMEBase.py -lib/%%PYTHON_VERSION%%/site-packages/email/MIMEBase.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/MIMEBase.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/MIMEImage.py -lib/%%PYTHON_VERSION%%/site-packages/email/MIMEImage.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/MIMEImage.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/MIMEMessage.py -lib/%%PYTHON_VERSION%%/site-packages/email/MIMEMessage.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/MIMEMessage.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/MIMEMultipart.py -lib/%%PYTHON_VERSION%%/site-packages/email/MIMEMultipart.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/MIMEMultipart.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/MIMENonMultipart.py -lib/%%PYTHON_VERSION%%/site-packages/email/MIMENonMultipart.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/MIMENonMultipart.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/MIMEText.py -lib/%%PYTHON_VERSION%%/site-packages/email/MIMEText.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/MIMEText.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/Message.py -lib/%%PYTHON_VERSION%%/site-packages/email/Message.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/Message.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/Parser.py -lib/%%PYTHON_VERSION%%/site-packages/email/Parser.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/Parser.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/Utils.py -lib/%%PYTHON_VERSION%%/site-packages/email/Utils.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/Utils.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/__init__.py -lib/%%PYTHON_VERSION%%/site-packages/email/__init__.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/__init__.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/_compat21.py -lib/%%PYTHON_VERSION%%/site-packages/email/_compat21.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/_compat21.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/_compat22.py -lib/%%PYTHON_VERSION%%/site-packages/email/_parseaddr.py -lib/%%PYTHON_VERSION%%/site-packages/email/_parseaddr.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/_parseaddr.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/base64MIME.py -lib/%%PYTHON_VERSION%%/site-packages/email/base64MIME.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/base64MIME.pyo -lib/%%PYTHON_VERSION%%/site-packages/email/quopriMIME.py -lib/%%PYTHON_VERSION%%/site-packages/email/quopriMIME.pyc -lib/%%PYTHON_VERSION%%/site-packages/email/quopriMIME.pyo -@dirrm lib/%%PYTHON_VERSION%%/site-packages/email diff --git a/mail/qmail-smtp_auth+tls/Makefile b/mail/qmail-smtp_auth+tls/Makefile deleted file mode 100644 index 1cd9e8a81529..000000000000 --- a/mail/qmail-smtp_auth+tls/Makefile +++ /dev/null @@ -1,105 +0,0 @@ -# New ports collection makefile for: qmail-tls -# Date created: 03 Dec 2000 -# Whom: Mario S F Ferreira <lioux@linf.unb.br> et al. -# -# $FreeBSD$ -# - -PORTNAME= qmail -PORTVERSION= ${QMAIL_VERSION}.${TLS_PATCH_DATE} -CATEGORIES= mail -PKGNAMESUFFIX= -tls - -PATCH_SITES+= http://www.esat.kuleuven.ac.be/~vermeule/qmail/:tls -PATCHFILES+= tls.patch:tls -PATCH_DIST_STRIP+= -p1 - -MAINTAINER= lioux@FreeBSD.org -COMMENT= A SECURE, reliable, and FAST MTA for UNIX systems WITH TLS support - -USE_OPENSSL= YES -USE_PERL5_BUILD=yes - -# Patches from the main qmail port are not wanted -MAIN_QMAIL_PORT_WITH_OUTGOINGIP_PATCH_BARRIER= yes - -TLS_PATCH_DATE= 20020825 - -# Using default from master port, i.e., /var/qmail -PREFIX?= ${QMAIL_PORT_PREFIX} -#PREFIX= /var/qmail-tls - -.if !defined(PRE_MK_INCLUDED) -.include <bsd.port.pre.mk> -.endif - -CFLAGS+= -I${OPENSSLBASE}/include -L${OPENSSLBASE}/lib -DTLS - -.if defined(WITH_TLS_DEBUG) -CFLAGS+= -DDEBUG -.endif # WITH_TLS_DEBUG - -#QMAIL_PORT= ${PORTSDIR}/mail/qmail -QMAIL_PORT= ${.CURDIR}/../qmail -QMAIL_PORT_PREFIX!= cd ${QMAIL_PORT} && ${MAKE} -V PREFIX - -DOCFILES+= ${WRKDIR}/TLS.readme - -slaveport-pre-fetch: qmail-tls-pre-fetch - -qmail-tls-pre-fetch: - @${ECHO_MSG} "WITH_TLS_DEBUG=yes enable additional debug information" - -slaveport-post-patch: qmail-tls-post-patch - -qmail-tls-post-patch: - @${HEAD} -74 ${DISTDIR}/tls.patch > ${WRKDIR}/TLS.readme - @${PERL} -pi -ne "s|/usr/local/ssl|${OPENSSLBASE}|" ${WRKSRC}/Makefile - -# Primary Ugh... ;-) -# idea stolen from www/apache13-ssl, a target written by adam@algroup.co.uk -# internal code ripped from tls.patch guts ;-) written by Frederik Vermeulen <jos-tls@kotnet.org> - -certificate: - @if [ -f ${OPENSSLDIR}/openssl.cnf ]; \ - then \ - if [ ! -d ${WRKDIR} ]; \ - then \ - ${MKDIR} ${WRKDIR} ; \ - fi ; \ - ${OPENSSLBASE}/bin/openssl req -new -x509 -nodes \ - -out ${WRKDIR}/servercert.pem -days 366 \ - -keyout ${WRKDIR}/servercert.pem ; \ - ${INSTALL} -o qmaild -g qmail -m 0640 ${WRKDIR}/servercert.pem ${PREFIX}/control/servercert.pem ; \ - ${ECHO_MSG} "===> Do not forget to do 'make clean' to clean up temporary files" ; \ - else \ - ${ECHO_MSG} "===> You must create the file ${OPENSSLDIR}/openssl.cnf first." ; \ - fi - -certificate-req: - @if [ -f ${OPENSSLDIR}/openssl.cnf ]; \ - then \ - if [ ! -d ${WRKDIR} ]; \ - then \ - ${MKDIR} ${WRKDIR} ; \ - fi ; \ - ${OPENSSLBASE}/bin/openssl req -new -nodes \ - -out ${WRKDIR}/req.pem \ - -keyout ${WRKDIR}/servercert.pem ; \ - ${INSTALL} -o qmaild -g qmail -m 0640 ${WRKDIR}/servercert.pem ${PREFIX}/control/servercert.pem ; \ - ${ECHO_MSG} ; \ - ${ECHO_MSG} "===> Do not forget to do 'make clean' to clean up temporary files" ; \ - ${ECHO_MSG} "===> Send ${WRKDIR}/req.pem to your CA to obtain signed_req.pem, and do:" ; \ - ${ECHO_MSG} "===> cat signed_req.pem >> ${PREFIX}/control/servercert.pem" ; \ - else \ - ${ECHO_MSG} "===> You must create the file ${OPENSSLDIR}/openssl.cnf first." ; \ - fi - -# Local overrides -MASTERDIR= ${QMAIL_PORT} -PKGDIR_LOCAL= ${.CURDIR} -DESCR= ${PKGDIR_LOCAL}/pkg-descr -PKGMESSAGE= ${PKGDIR_LOCAL}/pkg-message -PLIST= ${PKGDIR_LOCAL}/pkg-plist - -.include "${MASTERDIR}/Makefile" diff --git a/mail/qmail-smtp_auth+tls/pkg-descr b/mail/qmail-smtp_auth+tls/pkg-descr deleted file mode 100644 index 0bb7b139ef7d..000000000000 --- a/mail/qmail-smtp_auth+tls/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -What is is: [excerpt taken from tls patch] - -Frederik Vermeulen <jos-tls@kotnet.org> 20000823 -http://www.esat.kuleuven.ac.be/~vermeule/qmail/tls.patch - -This patch implements RFC2487 in qmail. This means you can -get SSL or TLS encrypted and authenticated SMTP between -the MTAs and between MTA and an MUA like Netscape4.5 TM. -The code is considered experimental. - -WWW: http://www.qmail.org/ diff --git a/mail/qmail-smtp_auth+tls/pkg-message b/mail/qmail-smtp_auth+tls/pkg-message deleted file mode 100644 index 48b6d844ca57..000000000000 --- a/mail/qmail-smtp_auth+tls/pkg-message +++ /dev/null @@ -1,27 +0,0 @@ - ATTENTIONATTENTION: - -Please make sure that you read /var/qmail/doc/PORT_NOTES. -It contains important information about testing and configuring -qmail, and finally replacing sendmail with qmail. - -You should also add /var/qmail/man to your MANPATH (see manpath(1) -or login.conf(5)). - -Do not forget to read /var/qmail/doc/TLS.readme. After all, -this is NOT our old stock qmail. - -==> You can enable qmail as your default mailer: - -# this will disable the default MTA -1) do "make disable-sendmail" - -# enable qmail as your default MTA -2) do "make enable-qmail" - -==> As you need to provide a working certificate in /var/qmail/control/cert.pem : - -# makes a self-signed certificate -3) do "make certificate" - -# makes a certificate request -4) do "make certificate-req" diff --git a/mail/qmail-smtp_auth+tls/pkg-plist b/mail/qmail-smtp_auth+tls/pkg-plist deleted file mode 100644 index e561e624d46c..000000000000 --- a/mail/qmail-smtp_auth+tls/pkg-plist +++ /dev/null @@ -1,162 +0,0 @@ -%%PORTDOCS%%%%DOCDIR%%/FAQ -%%PORTDOCS%%%%DOCDIR%%/UPGRADE -%%PORTDOCS%%%%DOCDIR%%/SENDMAIL -%%PORTDOCS%%%%DOCDIR%%/INSTALL -%%PORTDOCS%%%%DOCDIR%%/INSTALL.alias -%%PORTDOCS%%%%DOCDIR%%/INSTALL.ctl -%%PORTDOCS%%%%DOCDIR%%/INSTALL.ids -%%PORTDOCS%%%%DOCDIR%%/INSTALL.maildir -%%PORTDOCS%%%%DOCDIR%%/INSTALL.mbox -%%PORTDOCS%%%%DOCDIR%%/INSTALL.vsm -%%PORTDOCS%%%%DOCDIR%%/TEST.deliver -%%PORTDOCS%%%%DOCDIR%%/TEST.receive -%%PORTDOCS%%%%DOCDIR%%/REMOVE.sendmail -%%PORTDOCS%%%%DOCDIR%%/REMOVE.binmail -%%PORTDOCS%%%%DOCDIR%%/PIC.local2alias -%%PORTDOCS%%%%DOCDIR%%/PIC.local2ext -%%PORTDOCS%%%%DOCDIR%%/PIC.local2local -%%PORTDOCS%%%%DOCDIR%%/PIC.local2rem -%%PORTDOCS%%%%DOCDIR%%/PIC.local2virt -%%PORTDOCS%%%%DOCDIR%%/PIC.nullclient -%%PORTDOCS%%%%DOCDIR%%/PIC.relaybad -%%PORTDOCS%%%%DOCDIR%%/PIC.relaygood -%%PORTDOCS%%%%DOCDIR%%/PIC.rem2local -%%PORTDOCS%%%%DOCDIR%%/TLS.readme -boot/home -boot/home+df -boot/proc -boot/proc+df -boot/binm1 -boot/binm1+df -boot/binm2 -boot/binm2+df -boot/binm3 -boot/binm3+df - -@group qmail -@mode 04711 -@comment *** NOTE different owner -@owner qmailq -bin/qmail-queue -@owner -@mode 0700 -bin/qmail-lspawn -@mode 0700 -bin/qmail-start -@mode 0711 -bin/qmail-getpw -@mode 0711 -bin/qmail-local -@mode 0711 -bin/qmail-remote -@mode 0711 -bin/qmail-rspawn -@mode 0711 -bin/qmail-clean -@mode 0711 -bin/qmail-send -@mode 0711 -bin/splogger -@mode 0700 -bin/qmail-newu -@mode 0700 -bin/qmail-newmrh -@mode 0711 -bin/qmail-pw2u -@mode 0755 -bin/qmail-inject -@mode 0755 -bin/predate -@mode 0755 -bin/datemail -@mode 0755 -bin/mailsubj -@mode 0755 -bin/qmail-showctl -@mode 0755 -bin/qmail-qread -@mode 0755 -bin/qmail-qstat -@mode 0755 -bin/qmail-tcpto -@mode 0755 -bin/qmail-tcpok -@mode 0755 -bin/qmail-pop3d -@mode 0711 -bin/qmail-popup -@mode 0755 -bin/qmail-qmqpc -@mode 0755 -bin/qmail-qmqpd -@mode 0755 -bin/qmail-qmtpd -@mode 0755 -bin/qmail-smtpd -@mode 0755 -bin/sendmail -@mode 0755 -bin/tcp-env -@mode 0755 -bin/qreceipt -@mode 0755 -bin/qsmhook -@mode 0755 -bin/qbiff -@mode 0755 -bin/forward -@mode 0755 -bin/preline -@mode 0755 -bin/condredirect -@mode 0755 -bin/bouncesaying -@mode 0755 -bin/except -@mode 0755 -bin/maildirmake -@mode 0755 -bin/maildir2mbox -@mode 0755 -bin/maildirwatch -@mode 0755 -bin/qail -@mode 0755 -bin/elq -@mode 0755 -bin/pinq - -@group -@owner -@mode - -@comment This port installs the following manually (ie. not through qmail-hier) -configure/install -configure/config -configure/config-fast -configure/dnsfq -configure/hostname -configure/dnsip -configure/ipmeprint -configure/dnsptr -%%PORTDOCS%%%%DOCDIR%%/BLURB -%%PORTDOCS%%%%DOCDIR%%/BLURB2 -%%PORTDOCS%%%%DOCDIR%%/BLURB3 -%%PORTDOCS%%%%DOCDIR%%/BLURB4 -%%PORTDOCS%%%%DOCDIR%%/INTERNALS -%%PORTDOCS%%%%DOCDIR%%/SECURITY -%%PORTDOCS%%%%DOCDIR%%/THOUGHTS -%%PORTDOCS%%%%DOCDIR%%/PORT_NOTES -%%PORTDOCS%%%%DOCDIR%%/PORT_NOTES_FreeBSD_40-RELEASE -%%PORTDOCS%%%%DOCDIR%%/SYSDEPS -%%PORTDOCS%%%%DOCDIR%%/mailer.conf.sample -%%PORTDOCS%%%%DOCDIR%%/mkaliasdir -boot/maildir -%%PORTDOCS%%@dirrm %%DOCDIR%% -@dirrm configure -@dirrm boot -@dirrm bin - -@unexec echo "1) If you are permanently removing qmail, you should also ``rm -Rf ${PKG_PREFIX}/alias ${PKG_PREFIX}/control ${PKG_PREFIX}/queue ${PKG_PREFIX}/users'' and remove the qmail users/groups." | /usr/bin/fmt -@unexec echo "2) Do not forget to reconfigure your /etc/mail/mailer.conf to use your older MTA, or reconfigure your old MTA binaries if you decided to replace them." | /usr/bin/fmt -@unexec echo "3) Do not forget to enable sendmail as your default MTA if you have to. Go to mail/qmail portsdir and do a 'make enable-sendmail'" | /usr/bin/fmt diff --git a/mail/qmail-smtp_auth/Makefile b/mail/qmail-smtp_auth/Makefile deleted file mode 100644 index 1cd9e8a81529..000000000000 --- a/mail/qmail-smtp_auth/Makefile +++ /dev/null @@ -1,105 +0,0 @@ -# New ports collection makefile for: qmail-tls -# Date created: 03 Dec 2000 -# Whom: Mario S F Ferreira <lioux@linf.unb.br> et al. -# -# $FreeBSD$ -# - -PORTNAME= qmail -PORTVERSION= ${QMAIL_VERSION}.${TLS_PATCH_DATE} -CATEGORIES= mail -PKGNAMESUFFIX= -tls - -PATCH_SITES+= http://www.esat.kuleuven.ac.be/~vermeule/qmail/:tls -PATCHFILES+= tls.patch:tls -PATCH_DIST_STRIP+= -p1 - -MAINTAINER= lioux@FreeBSD.org -COMMENT= A SECURE, reliable, and FAST MTA for UNIX systems WITH TLS support - -USE_OPENSSL= YES -USE_PERL5_BUILD=yes - -# Patches from the main qmail port are not wanted -MAIN_QMAIL_PORT_WITH_OUTGOINGIP_PATCH_BARRIER= yes - -TLS_PATCH_DATE= 20020825 - -# Using default from master port, i.e., /var/qmail -PREFIX?= ${QMAIL_PORT_PREFIX} -#PREFIX= /var/qmail-tls - -.if !defined(PRE_MK_INCLUDED) -.include <bsd.port.pre.mk> -.endif - -CFLAGS+= -I${OPENSSLBASE}/include -L${OPENSSLBASE}/lib -DTLS - -.if defined(WITH_TLS_DEBUG) -CFLAGS+= -DDEBUG -.endif # WITH_TLS_DEBUG - -#QMAIL_PORT= ${PORTSDIR}/mail/qmail -QMAIL_PORT= ${.CURDIR}/../qmail -QMAIL_PORT_PREFIX!= cd ${QMAIL_PORT} && ${MAKE} -V PREFIX - -DOCFILES+= ${WRKDIR}/TLS.readme - -slaveport-pre-fetch: qmail-tls-pre-fetch - -qmail-tls-pre-fetch: - @${ECHO_MSG} "WITH_TLS_DEBUG=yes enable additional debug information" - -slaveport-post-patch: qmail-tls-post-patch - -qmail-tls-post-patch: - @${HEAD} -74 ${DISTDIR}/tls.patch > ${WRKDIR}/TLS.readme - @${PERL} -pi -ne "s|/usr/local/ssl|${OPENSSLBASE}|" ${WRKSRC}/Makefile - -# Primary Ugh... ;-) -# idea stolen from www/apache13-ssl, a target written by adam@algroup.co.uk -# internal code ripped from tls.patch guts ;-) written by Frederik Vermeulen <jos-tls@kotnet.org> - -certificate: - @if [ -f ${OPENSSLDIR}/openssl.cnf ]; \ - then \ - if [ ! -d ${WRKDIR} ]; \ - then \ - ${MKDIR} ${WRKDIR} ; \ - fi ; \ - ${OPENSSLBASE}/bin/openssl req -new -x509 -nodes \ - -out ${WRKDIR}/servercert.pem -days 366 \ - -keyout ${WRKDIR}/servercert.pem ; \ - ${INSTALL} -o qmaild -g qmail -m 0640 ${WRKDIR}/servercert.pem ${PREFIX}/control/servercert.pem ; \ - ${ECHO_MSG} "===> Do not forget to do 'make clean' to clean up temporary files" ; \ - else \ - ${ECHO_MSG} "===> You must create the file ${OPENSSLDIR}/openssl.cnf first." ; \ - fi - -certificate-req: - @if [ -f ${OPENSSLDIR}/openssl.cnf ]; \ - then \ - if [ ! -d ${WRKDIR} ]; \ - then \ - ${MKDIR} ${WRKDIR} ; \ - fi ; \ - ${OPENSSLBASE}/bin/openssl req -new -nodes \ - -out ${WRKDIR}/req.pem \ - -keyout ${WRKDIR}/servercert.pem ; \ - ${INSTALL} -o qmaild -g qmail -m 0640 ${WRKDIR}/servercert.pem ${PREFIX}/control/servercert.pem ; \ - ${ECHO_MSG} ; \ - ${ECHO_MSG} "===> Do not forget to do 'make clean' to clean up temporary files" ; \ - ${ECHO_MSG} "===> Send ${WRKDIR}/req.pem to your CA to obtain signed_req.pem, and do:" ; \ - ${ECHO_MSG} "===> cat signed_req.pem >> ${PREFIX}/control/servercert.pem" ; \ - else \ - ${ECHO_MSG} "===> You must create the file ${OPENSSLDIR}/openssl.cnf first." ; \ - fi - -# Local overrides -MASTERDIR= ${QMAIL_PORT} -PKGDIR_LOCAL= ${.CURDIR} -DESCR= ${PKGDIR_LOCAL}/pkg-descr -PKGMESSAGE= ${PKGDIR_LOCAL}/pkg-message -PLIST= ${PKGDIR_LOCAL}/pkg-plist - -.include "${MASTERDIR}/Makefile" diff --git a/mail/qmail-smtp_auth/pkg-descr b/mail/qmail-smtp_auth/pkg-descr deleted file mode 100644 index 0bb7b139ef7d..000000000000 --- a/mail/qmail-smtp_auth/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -What is is: [excerpt taken from tls patch] - -Frederik Vermeulen <jos-tls@kotnet.org> 20000823 -http://www.esat.kuleuven.ac.be/~vermeule/qmail/tls.patch - -This patch implements RFC2487 in qmail. This means you can -get SSL or TLS encrypted and authenticated SMTP between -the MTAs and between MTA and an MUA like Netscape4.5 TM. -The code is considered experimental. - -WWW: http://www.qmail.org/ diff --git a/mail/qmail-smtp_auth/pkg-message b/mail/qmail-smtp_auth/pkg-message deleted file mode 100644 index 48b6d844ca57..000000000000 --- a/mail/qmail-smtp_auth/pkg-message +++ /dev/null @@ -1,27 +0,0 @@ - ATTENTIONATTENTION: - -Please make sure that you read /var/qmail/doc/PORT_NOTES. -It contains important information about testing and configuring -qmail, and finally replacing sendmail with qmail. - -You should also add /var/qmail/man to your MANPATH (see manpath(1) -or login.conf(5)). - -Do not forget to read /var/qmail/doc/TLS.readme. After all, -this is NOT our old stock qmail. - -==> You can enable qmail as your default mailer: - -# this will disable the default MTA -1) do "make disable-sendmail" - -# enable qmail as your default MTA -2) do "make enable-qmail" - -==> As you need to provide a working certificate in /var/qmail/control/cert.pem : - -# makes a self-signed certificate -3) do "make certificate" - -# makes a certificate request -4) do "make certificate-req" diff --git a/mail/qmail-smtp_auth/pkg-plist b/mail/qmail-smtp_auth/pkg-plist deleted file mode 100644 index e561e624d46c..000000000000 --- a/mail/qmail-smtp_auth/pkg-plist +++ /dev/null @@ -1,162 +0,0 @@ -%%PORTDOCS%%%%DOCDIR%%/FAQ -%%PORTDOCS%%%%DOCDIR%%/UPGRADE -%%PORTDOCS%%%%DOCDIR%%/SENDMAIL -%%PORTDOCS%%%%DOCDIR%%/INSTALL -%%PORTDOCS%%%%DOCDIR%%/INSTALL.alias -%%PORTDOCS%%%%DOCDIR%%/INSTALL.ctl -%%PORTDOCS%%%%DOCDIR%%/INSTALL.ids -%%PORTDOCS%%%%DOCDIR%%/INSTALL.maildir -%%PORTDOCS%%%%DOCDIR%%/INSTALL.mbox -%%PORTDOCS%%%%DOCDIR%%/INSTALL.vsm -%%PORTDOCS%%%%DOCDIR%%/TEST.deliver -%%PORTDOCS%%%%DOCDIR%%/TEST.receive -%%PORTDOCS%%%%DOCDIR%%/REMOVE.sendmail -%%PORTDOCS%%%%DOCDIR%%/REMOVE.binmail -%%PORTDOCS%%%%DOCDIR%%/PIC.local2alias -%%PORTDOCS%%%%DOCDIR%%/PIC.local2ext -%%PORTDOCS%%%%DOCDIR%%/PIC.local2local -%%PORTDOCS%%%%DOCDIR%%/PIC.local2rem -%%PORTDOCS%%%%DOCDIR%%/PIC.local2virt -%%PORTDOCS%%%%DOCDIR%%/PIC.nullclient -%%PORTDOCS%%%%DOCDIR%%/PIC.relaybad -%%PORTDOCS%%%%DOCDIR%%/PIC.relaygood -%%PORTDOCS%%%%DOCDIR%%/PIC.rem2local -%%PORTDOCS%%%%DOCDIR%%/TLS.readme -boot/home -boot/home+df -boot/proc -boot/proc+df -boot/binm1 -boot/binm1+df -boot/binm2 -boot/binm2+df -boot/binm3 -boot/binm3+df - -@group qmail -@mode 04711 -@comment *** NOTE different owner -@owner qmailq -bin/qmail-queue -@owner -@mode 0700 -bin/qmail-lspawn -@mode 0700 -bin/qmail-start -@mode 0711 -bin/qmail-getpw -@mode 0711 -bin/qmail-local -@mode 0711 -bin/qmail-remote -@mode 0711 -bin/qmail-rspawn -@mode 0711 -bin/qmail-clean -@mode 0711 -bin/qmail-send -@mode 0711 -bin/splogger -@mode 0700 -bin/qmail-newu -@mode 0700 -bin/qmail-newmrh -@mode 0711 -bin/qmail-pw2u -@mode 0755 -bin/qmail-inject -@mode 0755 -bin/predate -@mode 0755 -bin/datemail -@mode 0755 -bin/mailsubj -@mode 0755 -bin/qmail-showctl -@mode 0755 -bin/qmail-qread -@mode 0755 -bin/qmail-qstat -@mode 0755 -bin/qmail-tcpto -@mode 0755 -bin/qmail-tcpok -@mode 0755 -bin/qmail-pop3d -@mode 0711 -bin/qmail-popup -@mode 0755 -bin/qmail-qmqpc -@mode 0755 -bin/qmail-qmqpd -@mode 0755 -bin/qmail-qmtpd -@mode 0755 -bin/qmail-smtpd -@mode 0755 -bin/sendmail -@mode 0755 -bin/tcp-env -@mode 0755 -bin/qreceipt -@mode 0755 -bin/qsmhook -@mode 0755 -bin/qbiff -@mode 0755 -bin/forward -@mode 0755 -bin/preline -@mode 0755 -bin/condredirect -@mode 0755 -bin/bouncesaying -@mode 0755 -bin/except -@mode 0755 -bin/maildirmake -@mode 0755 -bin/maildir2mbox -@mode 0755 -bin/maildirwatch -@mode 0755 -bin/qail -@mode 0755 -bin/elq -@mode 0755 -bin/pinq - -@group -@owner -@mode - -@comment This port installs the following manually (ie. not through qmail-hier) -configure/install -configure/config -configure/config-fast -configure/dnsfq -configure/hostname -configure/dnsip -configure/ipmeprint -configure/dnsptr -%%PORTDOCS%%%%DOCDIR%%/BLURB -%%PORTDOCS%%%%DOCDIR%%/BLURB2 -%%PORTDOCS%%%%DOCDIR%%/BLURB3 -%%PORTDOCS%%%%DOCDIR%%/BLURB4 -%%PORTDOCS%%%%DOCDIR%%/INTERNALS -%%PORTDOCS%%%%DOCDIR%%/SECURITY -%%PORTDOCS%%%%DOCDIR%%/THOUGHTS -%%PORTDOCS%%%%DOCDIR%%/PORT_NOTES -%%PORTDOCS%%%%DOCDIR%%/PORT_NOTES_FreeBSD_40-RELEASE -%%PORTDOCS%%%%DOCDIR%%/SYSDEPS -%%PORTDOCS%%%%DOCDIR%%/mailer.conf.sample -%%PORTDOCS%%%%DOCDIR%%/mkaliasdir -boot/maildir -%%PORTDOCS%%@dirrm %%DOCDIR%% -@dirrm configure -@dirrm boot -@dirrm bin - -@unexec echo "1) If you are permanently removing qmail, you should also ``rm -Rf ${PKG_PREFIX}/alias ${PKG_PREFIX}/control ${PKG_PREFIX}/queue ${PKG_PREFIX}/users'' and remove the qmail users/groups." | /usr/bin/fmt -@unexec echo "2) Do not forget to reconfigure your /etc/mail/mailer.conf to use your older MTA, or reconfigure your old MTA binaries if you decided to replace them." | /usr/bin/fmt -@unexec echo "3) Do not forget to enable sendmail as your default MTA if you have to. Go to mail/qmail portsdir and do a 'make enable-sendmail'" | /usr/bin/fmt diff --git a/mail/qmailadmin-devel/Makefile b/mail/qmailadmin-devel/Makefile deleted file mode 100644 index 83ad75da565b..000000000000 --- a/mail/qmailadmin-devel/Makefile +++ /dev/null @@ -1,116 +0,0 @@ -# New ports collection makefile for: qmailadmin -# Date created: 23 Sep 2000 -# Whom: Neil Blakey-Milner -# -# $FreeBSD$ -# - -PORTNAME= qmailadmin -PORTVERSION= 1.0.29 -CATEGORIES= mail www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= roam@FreeBSD.org -COMMENT= CGI program for administering Qmail with vchkpw/vpopmail - -BUILD_DEPENDS= \ - ${QMAIL_DIR}/bin/qmail-send:${PORTSDIR}/mail/qmail \ - autorespond:${PORTSDIR}/mail/autorespond \ - ${LOCALBASE}/vpopmail/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail -RUN_DEPENDS= \ - ${QMAIL_DIR}/bin/qmail-send:${PORTSDIR}/mail/qmail \ - autorespond:${PORTSDIR}/mail/autorespond \ - ${LOCALBASE}/vpopmail/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail - -.if defined(WITHOUT_IDX) -BUILD_DEPENDS+= ezmlm-send:${PORTSDIR}/mail/ezmlm -RUN_DEPENDS+= ezmlm-send:${PORTSDIR}/mail/ezmlm -.else -BUILD_DEPENDS+= ezmlm-idx:${PORTSDIR}/mail/ezmlm-idx -RUN_DEPENDS+= ezmlm-idx:${PORTSDIR}/mail/ezmlm-idx -.endif - -GNU_CONFIGURE= YES -USE_GMAKE= YES - -# -# User-configurable variables -# -# CGIBINDIR - location of your cgi directory -# CGIBINSUBDIR - subdirectory to place cgi scripts in -# CGIBINURL - location of your cgi directory in a URL -# WEBDATADIR - location of your html files -# WEBDATASUBDIR - subdirectory to place html files in -# WEBDATAURL - location of your html files in a URL -# -# WITHOUT_IPAUTH - disable the IP address check after login -# WITHOUT_USER_INDEX - disable the user index display, which might -# confuse earlier versions of Internet Explorer -# WITH_MODIFY_QUOTA - enable domain admin to modify user quotas -# WITH_DOMAIN_AUTOFILL - autofill the domain on login page based on the -# hostname -# WITHOUT_IDX_SQL - disable the SQL support for mailing lists -# WITH_HELP - display help links on login page -# - -CGIBINDIR?= www/cgi-bin.default -CGIBINSUBDIR?= qmailadmin -CGIBINURL?= /cgi-bin -WEBDATADIR?= www/data.default -WEBDATASUBDIR?= qmailadmin -WEBDATAURL?= - -PLIST_SUB+= CGIBINDIR="${CGIBINDIR}" CGIBINSUBDIR="${CGIBINSUBDIR}" \ - WEBDATADIR="${WEBDATADIR}" WEBDATASUBDIR="${WEBDATASUBDIR}" - -.include <bsd.port.pre.mk> - -# -# QMAIL_DIR - location of qmail directory -# - -.if exists(${LOCALBASE}/qmail/bin/qmail-send) -QMAIL_DIR?= ${LOCALBASE}/qmail -.else -QMAIL_DIR?= /var/qmail -.endif - -# End of user-configurable variables - -CONFIGURE_ARGS+= \ - --enable-htmldir=${PREFIX}/${WEBDATADIR}/${WEBDATASUBDIR} \ - --enable-imagedir=${PREFIX}/${WEBDATADIR}/${WEBDATASUBDIR}/images \ - --enable-imageurl=${WEBDATAURL}/${WEBDATASUBDIR}/images \ - --enable-htmllibdir=${DATADIR} \ - --enable-cgibindir=${PREFIX}/${CGIBINDIR}/${CGIBINSUBDIR} \ - --enable-cgipath=${CGIBINURL}/${CGIBINSUBDIR}/qmailadmin \ - --enable-vpopmaildir=${LOCALBASE}/vpopmail \ - --enable-autoresponder-path=${LOCALBASE}/bin \ - --enable-ezmlmdir=${LOCALBASE}/bin - -.if defined(WITHOUT_IPAUTH) -CONFIGURE_ARGS+= --disable-ipauth -.endif - -.if defined(WITHOUT_USER_INDEX) -CONFIGURE_ARGS+= --disable-user-index -.endif - -.if defined(WITH_MODIFY_QUOTA) -CONFIGURE_ARGS+= --enable-modify-quota -.endif - -.if defined(WITH_DOMAIN_AUTOFILL) -CONFIGURE_ARGS+= --enable-domain-autofill -.endif - -.if defined(WITHOUT_IDX_SQL) -CONFIGURE_ARGS+= --disable-ezmlm-mysql -.endif - -.if defined(WITH_HELP) -CONFIGURE_ARGS+= --enable-help -.endif - -.include <bsd.port.post.mk> diff --git a/mail/qmailadmin-devel/distinfo b/mail/qmailadmin-devel/distinfo deleted file mode 100644 index bc0795a9e86d..000000000000 --- a/mail/qmailadmin-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (qmailadmin-1.0.29.tar.gz) = 2664fdc0ef0350abea1aacc270ba8d25 diff --git a/mail/qmailadmin-devel/files/patch-Makefile.in b/mail/qmailadmin-devel/files/patch-Makefile.in deleted file mode 100644 index 0f8ec64c4935..000000000000 --- a/mail/qmailadmin-devel/files/patch-Makefile.in +++ /dev/null @@ -1,42 +0,0 @@ ---- Makefile.in.orig Sat Oct 18 01:37:05 2003 -+++ Makefile.in Mon Oct 20 22:37:00 2003 -@@ -131,39 +131,6 @@ - all: all-redirect - .SUFFIXES: - .SUFFIXES: .S .c .o .s --$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) -- cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps Makefile -- --Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -- cd $(top_builddir) \ -- && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status -- --$(ACLOCAL_M4): configure.in -- cd $(srcdir) && $(ACLOCAL) -- --config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -- $(SHELL) ./config.status --recheck --$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) -- cd $(srcdir) && $(AUTOCONF) -- --config.h: stamp-h -- @if test ! -f $@; then \ -- rm -f stamp-h; \ -- $(MAKE) stamp-h; \ -- else :; fi --stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status -- cd $(top_builddir) \ -- && CONFIG_FILES= CONFIG_HEADERS=config.h \ -- $(SHELL) ./config.status -- @echo timestamp > stamp-h 2> /dev/null --$(srcdir)/config.h.in: $(srcdir)/stamp-h.in -- @if test ! -f $@; then \ -- rm -f $(srcdir)/stamp-h.in; \ -- $(MAKE) $(srcdir)/stamp-h.in; \ -- else :; fi --$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) -- cd $(top_srcdir) && $(AUTOHEADER) -- @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null - - mostlyclean-hdr: - diff --git a/mail/qmailadmin-devel/pkg-descr b/mail/qmailadmin-devel/pkg-descr deleted file mode 100644 index 5ff40bf2cab5..000000000000 --- a/mail/qmailadmin-devel/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -QmailAdmin is a cgi program for administering Qmail with vchkpw. - -WWW: http://www.inter7.com/qmailadmin/ diff --git a/mail/qmailadmin-devel/pkg-plist b/mail/qmailadmin-devel/pkg-plist deleted file mode 100644 index ae28c9066c6b..000000000000 --- a/mail/qmailadmin-devel/pkg-plist +++ /dev/null @@ -1,78 +0,0 @@ -%%DATADIR%%/html/add_autorespond.html -%%DATADIR%%/html/add_forward.html -%%DATADIR%%/html/add_listmod.html -%%DATADIR%%/html/add_listdig.html -%%DATADIR%%/html/add_listuser.html -%%DATADIR%%/html/add_mailinglist-idx.html -%%DATADIR%%/html/add_mailinglist-no-idx.html -%%DATADIR%%/html/add_user.html -%%DATADIR%%/html/colortable -%%DATADIR%%/html/del_autorespond_confirm.html -%%DATADIR%%/html/del_forward_confirm.html -%%DATADIR%%/html/del_listdig.html -%%DATADIR%%/html/del_listmod.html -%%DATADIR%%/html/del_listuser.html -%%DATADIR%%/html/del_mailinglist_confirm.html -%%DATADIR%%/html/del_user_confirm.html -%%DATADIR%%/html/footer.html -%%DATADIR%%/html/header.html -%%DATADIR%%/html/main_menu.html -%%DATADIR%%/html/mod_autorespond.html -%%DATADIR%%/html/mod_dotqmail.html -%%DATADIR%%/html/mod_mailinglist-idx.html -%%DATADIR%%/html/mod_user.html -%%DATADIR%%/html/setremotecatchall.html -%%DATADIR%%/html/show_autorespond.html -%%DATADIR%%/html/show_digest_subscribers.html -%%DATADIR%%/html/show_forwards.html -%%DATADIR%%/html/show_login.html -%%DATADIR%%/html/show_mailinglist.html -%%DATADIR%%/html/show_moderators.html -%%DATADIR%%/html/show_subscribers.html -%%DATADIR%%/html/show_users.html -%%DATADIR%%/lang/bg -%%DATADIR%%/lang/da -%%DATADIR%%/lang/de -%%DATADIR%%/lang/en -%%DATADIR%%/lang/es -%%DATADIR%%/lang/fr -%%DATADIR%%/lang/hu -%%DATADIR%%/lang/it -%%DATADIR%%/lang/ja -%%DATADIR%%/lang/nl -%%DATADIR%%/lang/no -%%DATADIR%%/lang/pl -%%DATADIR%%/lang/pt-BR -%%DATADIR%%/lang/ru -%%DATADIR%%/lang/sk -%%DATADIR%%/lang/sv -%%DATADIR%%/lang/tr -%%CGIBINDIR%%/%%CGIBINSUBDIR%%/qmailadmin -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/delete.png -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/disabled.png -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/lowerleft.png -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/lowermiddle.png -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/lowerright.png -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/main1.png -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/main2.png -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/middleleft1.png -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/middleleft2.png -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/middlelogin.png -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/middleright1.png -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/modify.png -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/pixel.png -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/radio-on.png -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/radio-off.png -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/trash.png -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/upperleft.png -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/uppermiddle1.png -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/uppermiddle2.png -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/upperright.png -@dirrm %%WEBDATADIR%%/%%WEBDATASUBDIR%%/images -@unexec /bin/rmdir %D/%%WEBDATADIR%%/%%WEBDATASUBDIR%% 2> /dev/null || true -@unexec /bin/rmdir %D/%%WEBDATADIR%% 2> /dev/null || true -@unexec /bin/rmdir %D/%%CGIBINDIR%%/%%CGIBINSUBDIR%% 2> /dev/null || true -@unexec /bin/rmdir %D/%%CGIBINDIR%% 2> /dev/null || true -@dirrm %%DATADIR%%/html -@dirrm %%DATADIR%%/lang -@dirrm %%DATADIR%% diff --git a/mail/qmhandle/Makefile b/mail/qmhandle/Makefile deleted file mode 100644 index 0182ecdd7e2c..000000000000 --- a/mail/qmhandle/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: qmHandle -# Date created: 17 August 2001 -# Whom: petef -# -# $FreeBSD$ -# - -PORTNAME= qmHandle -PORTVERSION= 1.0.0 -PORTREVISION= 1 -CATEGORIES= mail -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= qmhandle - -MAINTAINER= petef@FreeBSD.org -COMMENT= Tool to view and manage a qmail queue - -RUN_DEPENDS= ${QMAIL_DIR}/bin/qmail-qstat:${PORTSDIR}/mail/qmail - -NO_WRKSUBDIR= yes -NO_BUILD= yes -USE_PERL5= yes - -.if exists(${LOCALBASE}/qmail/bin/qmail-qstat) -QMAIL_DIR?= ${LOCALBASE}/qmail -.else -QMAIL_DIR?= /var/qmail -.endif - -post-patch: - @${PERL} -pi -e 's,^#!/usr/bin/perl,#!${PERL},; \ - s,%%LOCALBASE%%,${LOCALBASE},g' ${WRKSRC}/qmHandle - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/qmHandle ${PREFIX}/bin -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in HISTORY README - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/mail/qmhandle/distinfo b/mail/qmhandle/distinfo deleted file mode 100644 index e9998a12e777..000000000000 --- a/mail/qmhandle/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (qmHandle-1.0.0.tar.gz) = 4522172ffaba5830757b2f1730ecb534 diff --git a/mail/qmhandle/files/patch-qmHandle b/mail/qmhandle/files/patch-qmHandle deleted file mode 100644 index f894d23c0365..000000000000 --- a/mail/qmhandle/files/patch-qmHandle +++ /dev/null @@ -1,34 +0,0 @@ -$FreeBSD$ - ---- qmHandle.orig Thu Jan 16 10:05:21 2003 -+++ qmHandle Thu Jan 16 10:31:33 2003 -@@ -26,8 +26,12 @@ - #my ($startqmail) = '/usr/local/bin/svc -u /service/qmail-send'; - - # While this is if you have a Debian GNU/Linux with its qmail package --my ($stopqmail) = '/etc/init.d/qmail stop'; --my ($startqmail) = '/etc/init.d/qmail start'; -+#my ($stopqmail) = '/etc/init.d/qmail stop'; -+#my ($startqmail) = '/etc/init.d/qmail start'; -+ -+# This is if you have FreeBSD with its qmail package -+my ($stopqmail) = '%%LOCALBASE%%/etc/rc.d/qmail.sh stop'; -+my ($startqmail) = '%%LOCALBASE%%/etc/rc.d/qmail.sh start'; - - # If you don't have scripts, leave $stopqmail blank (the process will - # be hunted and killed by qmHandle): -@@ -43,7 +47,10 @@ - ##### - # Enter here the system command which returns qmail PID. The following - # should work on most Unixes: --my ($pidcmd) = 'pidof qmail-send'; -+#my ($pidcmd) = 'pidof qmail-send'; -+# This is for FreeBSD with a standard qmail installation: -+my ($pidcmd) = 'ps -U qmails | grep qmail-send | cut -s -d " " -f 3'; -+ - - #################### USER CONFIGURATION END #################### - - - - diff --git a/mail/qmhandle/pkg-descr b/mail/qmhandle/pkg-descr deleted file mode 100644 index 9802349bd5de..000000000000 --- a/mail/qmhandle/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -qmHandle is a simple program which allows you to view and manage a qmail -message queue. - -The key features of qmHandle are: - * You can read the qmail queue, like you do with the qmail-qread program. - However, the output of this program is improved over qmail-qread, with - the output of the message subjects and color capabilities; - * You can print queue statistics, like qmail-qstat, with color capabilities; - * You can view a message in the queue; - * You can remove a message from the queue. - -WWW: http://qmhandle.sourceforge.net/ - -- Pete -petef@FreeBSD.org diff --git a/mail/qmhandle/pkg-plist b/mail/qmhandle/pkg-plist deleted file mode 100644 index 2bb092b008dd..000000000000 --- a/mail/qmhandle/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/qmHandle -%%PORTDOCS%%share/doc/qmHandle/HISTORY -%%PORTDOCS%%share/doc/qmHandle/README -%%PORTDOCS%%@dirrm share/doc/qmHandle diff --git a/mail/rubygem-tmail/Makefile b/mail/rubygem-tmail/Makefile deleted file mode 100644 index 23f4d1e273a1..000000000000 --- a/mail/rubygem-tmail/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: Ruby-TMail -# Date created: 22 Aug 2000 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= tmail -PORTVERSION= 0.10.7 -CATEGORIES= mail ruby -MASTER_SITES= http://www.loveruby.net/archive/%SUBDIR%/ -MASTER_SITE_SUBDIR= ${PORTNAME} -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DIST_SUBDIR= ruby - -MAINTAINER= knu@FreeBSD.org -COMMENT= A RFC2822/MIME compliant mail manipulating library for Ruby - -USE_RUBY= yes -USE_RUBY_SETUP= yes -RUBY_SETUP= install.rb -USE_RUBY_FEATURES= racc-runtime - -DOCS_EN= Incompatibilities README.en doc.en/* \ - *ChangeLog BUGS TODO -DOCS_JA= Incompatibilities.ja README.ja doc.ja/* - -do-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR} - ${CP} -R ${WRKSRC}/sample/ ${RUBY_MODEXAMPLESDIR}/ - ${MKDIR} ${RUBY_MODDOCDIR}/ja -.for f in ${DOCS_EN} - ${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.for f in ${DOCS_JA} - ${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/ -.endfor -.endif - -.include <bsd.port.mk> diff --git a/mail/rubygem-tmail/distinfo b/mail/rubygem-tmail/distinfo deleted file mode 100644 index c9643e980b0d..000000000000 --- a/mail/rubygem-tmail/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ruby/tmail-0.10.7.tar.gz) = c3fa36589f011cd492f3d6724050162e diff --git a/mail/rubygem-tmail/pkg-descr b/mail/rubygem-tmail/pkg-descr deleted file mode 100644 index 659655c1c621..000000000000 --- a/mail/rubygem-tmail/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -TMail is a mail manipulating library for Ruby, with RFC822 and MIME -multipart support. - -Author: Minero Aoki <aamine@loveruby.net> -WWW: http://www.loveruby.net/en/tmail.html diff --git a/mail/rubygem-tmail/pkg-plist b/mail/rubygem-tmail/pkg-plist deleted file mode 100644 index 3e99ccc02dec..000000000000 --- a/mail/rubygem-tmail/pkg-plist +++ /dev/null @@ -1,67 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/tmail/base64.so -%%RUBY_SITEARCHLIBDIR%%/tmail/scanner_c.so -%%RUBY_SITELIBDIR%%/tmail.rb -@dirrm %%RUBY_SITEARCHLIBDIR%%/tmail -%%RUBY_SITELIBDIR%%/tmail/address.rb -%%RUBY_SITELIBDIR%%/tmail/base64.rb -%%RUBY_SITELIBDIR%%/tmail/config.rb -%%RUBY_SITELIBDIR%%/tmail/encode.rb -%%RUBY_SITELIBDIR%%/tmail/facade.rb -%%RUBY_SITELIBDIR%%/tmail/header.rb -%%RUBY_SITELIBDIR%%/tmail/info.rb -%%RUBY_SITELIBDIR%%/tmail/loader.rb -%%RUBY_SITELIBDIR%%/tmail/mail.rb -%%RUBY_SITELIBDIR%%/tmail/mailbox.rb -%%RUBY_SITELIBDIR%%/tmail/mbox.rb -%%RUBY_SITELIBDIR%%/tmail/net.rb -%%RUBY_SITELIBDIR%%/tmail/obsolete.rb -%%RUBY_SITELIBDIR%%/tmail/parser.rb -%%RUBY_SITELIBDIR%%/tmail/port.rb -%%RUBY_SITELIBDIR%%/tmail/scanner.rb -%%RUBY_SITELIBDIR%%/tmail/scanner_r.rb -%%RUBY_SITELIBDIR%%/tmail/stringio.rb -%%RUBY_SITELIBDIR%%/tmail/tmail.rb -%%RUBY_SITELIBDIR%%/tmail/utils.rb -@dirrm %%RUBY_SITELIBDIR%%/tmail -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/from-check.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/multipart.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/parse-bench.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/parse-test.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/sendmail.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/data/multipart -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/data/normal -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/data/sendtest -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/data/simple -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/data/test -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/data -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/0ChangeLog -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/BUGS -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/Incompatibilities -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.en -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/TODO -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/address.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/basics.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/config.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/details.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/index.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/mail.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/mailbox.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/port.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/tmail.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/usage.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/Incompatibilities.ja -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/README.ja -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/address.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/basics.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/config.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/details.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/index.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/mail.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/mailbox.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/port.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/tmail.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/usage.html -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/ja -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% diff --git a/mail/sendmail811/Makefile b/mail/sendmail811/Makefile deleted file mode 100644 index 124a01973d71..000000000000 --- a/mail/sendmail811/Makefile +++ /dev/null @@ -1,207 +0,0 @@ -# New ports collection makefile for: sendmail -# Date created: 20 Apr 2000 -# Whom: dirk.meyer@dinoex.sub.org -# -# $FreeBSD$ -# - -PORTNAME= sendmail -PORTVERSION= 8.11.7 -PORTREVISION= 1 -CATEGORIES= mail ipv6 -MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/sendmail/&,} -DISTNAME= ${PORTNAME}.${PORTVERSION} - -MAINTAINER= dinoex@FreeBSD.org -COMMENT= Reliable, highly configurable mail transfer agent with utilities - -CONFLICTS?= courier-0.* postfix-1.* postfix-2.* sendmail-8.12.* sendmail-*-8.12.* \ - smail-3.* zmailer-2.* -NO_LATEST_LINK= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -WCONF= ${WRKSRC}/devtools/Site -SITE= ${FILESDIR}/site.config.m4.pre4 -PLIST= ${WRKDIR}/.PLIST.more -DOCS= KNOWNBUGS LICENSE PGPKEYS README RELEASE_NOTES \ - sendmail/TRACEFLAGS -MAN1= mailq.1 newaliases.1 vacation.1 -MAN5= aliases.5 -MAN8= sendmail.8 mailstats.8 makemap.8 praliases.8 smrsh.8 \ - mail.local.8 rmail.8 -LDAP_PORT?= net/openldap21-client - -# Options to define Features: -# SENDMAIL_WITHOUT_IPV6=yes -# SENDMAIL_WITHOUT_MILTER=yes -# SENDMAIL_WITH_TLS=yes -# SENDMAIL_WITH_SASL=yes -# SENDMAIL_WITH_SFIO=yes -# SENDMAIL_WITH_LDAP=yes - -.if defined(SENDMAIL_WITH_LDAP) -PKGNAMESUFFIX?= -ldap -CONFLICTS+= sendmail-sasl-8.* sendmail-tls-8.* -LIB_DEPENDS+= ldap.2:${PORTSDIR}/${LDAP_PORT} -LIB_DEPENDS+= lber.2:${PORTSDIR}/${LDAP_PORT} -.endif -.if defined(SENDMAIL_WITH_SASL) -LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl -PKGNAMESUFFIX?= -sasl -CONFLICTS+= sendmail-ldap-8.* sendmail-tls-8.* -.endif -.if defined(SENDMAIL_WITH_TLS) || defined(WITH_TLS) -PKGNAMESUFFIX?= -tls -CONFLICTS+= sendmail-sasl-8.* sendmail-ldap-8.* -.endif -.if defined(SENDMAIL_WITH_SFIO) -PKGNAMESUFFIX?= -sfio -BUILD_DEPENDS+= ${LOCALBASE}/lib/libsfio.a:${PORTSDIR}/devel/sfio -.endif - -# Build site.config.m4 -.if exists(${DESTDIR}/etc/mail/mailer.conf) -SITE+= ${FILESDIR}/site.config.m4 -.if ! defined(SENDMAIL_WITHOUT_IPV6) -SITE+= ${FILESDIR}/site.config.m4.ipv6 -.endif -.endif -.if defined(SENDMAIL_WITH_SFIO) -SITE+= ${FILESDIR}/site.config.m4.sfio -.endif -.if defined(SENDMAIL_WITH_SASL) -SITE+= ${FILESDIR}/site.config.m4.sasl -.endif -.if defined(SENDMAIL_WITH_LDAP) -SITE+= ${FILESDIR}/site.config.m4.ldap -.endif -.if ! defined(SENDMAIL_WITHOUT_MILTER) -SITE+= ${FILESDIR}/site.config.m4.milter -.endif -.if defined(SENDMAIL_WITH_TLS) || defined(WITH_TLS) -USE_OPENSSL= yes -.endif - -# install directly if no mailwrapper support -.if ! exists(${DESTDIR}/etc/mail/mailer.conf) -PREFIX?= ${DESTDIR}/usr -MANPREFIX?= ${DESTDIR}/usr/share -.endif -PLIST_SUB+= PREFIX=${PREFIX:S=${PREFIX}/==} -SENDMAIL= ${PREFIX}/sbin/sendmail - -do-configure: - @${MV} ${WRKSRC}/devtools/OS/FreeBSD ${WRKSRC}/devtools/OS/FreeBSD.sed - ${SED} -e "s;\`-pthread\';\`${PTHREAD_LIBS}\';" \ - -e "s;\`-O\';\`${CFLAGS}\';" \ - ${WRKSRC}/devtools/OS/FreeBSD.sed \ - > ${WRKSRC}/devtools/OS/FreeBSD - ${SED} -e "s=%%PREFIX%%=${PREFIX}=g" \ - -e "s=%%LOCALBASE%%=${LOCALBASE}=g" \ - ${SITE} > ${WCONF}/site.config.m4 - -.if ! defined(SENDMAIL_WITHOUT_MILTER) -post-build: - ( cd ${WRKSRC}/libmilter && ${MAKE} ) -.endif - -pre-install: - @${CAT} ${PKGDIR}/pkg-plist >${PLIST} -.if ! defined(SENDMAIL_WITHOUT_MILTER) - @${CAT} ${FILESDIR}/pkg-milter >>${PLIST} -.endif -.if !defined(NOPORTDOCS) - @cd ${WRKSRC} && ${FIND} cf -type f | \ - ${AWK} '{print "share/sendmail/" $$1}' >>${PLIST} - @cd ${WRKSRC} && ${FIND} -d cf -type d | \ - ${AWK} '{print "@dirrm share/sendmail/" $$1}' >>${PLIST} - @${ECHO_CMD} "@dirrm share/sendmail" >>${PLIST} -.for i in ${DOCS} - @${ECHO_CMD} `${BASENAME} ${i}` | \ - ${AWK} '{print "share/doc/sendmail/" $$1}' >>${PLIST} -.endfor - @${ECHO_CMD} "@dirrm share/doc/sendmail" >>${PLIST} -.endif - -# We want mail.local and rmail for our system. -# the build install catmans only, we have to fix this. -post-install: - ( cd ${WRKSRC}/mail.local && ${MAKE} force-install ) - ( cd ${WRKSRC}/rmail && ${MAKE} force-install ) -.if ! defined(SENDMAIL_WITHOUT_MILTER) - ${MKDIR} ${PREFIX}/include/libmilter - ${INSTALL_DATA} ${WRKSRC}/include/libmilter/mfapi.h \ - ${PREFIX}/include/libmilter/ - ${INSTALL_DATA} \ - ${WRKSRC}/obj.`${WRKSRC}/devtools/bin/Build -A`/libmilter/libmilter.a \ - ${WRKSRC}/obj.`${WRKSRC}/devtools/bin/Build -A`/libsmutil/libsmutil.a \ - ${PREFIX}/lib/ -.endif -.for i in ${MAN8} - @${RM} -f ${MANPREFIX}/man/cat8/${i} ${MANPREFIX}/man/cat8/${i}.gz - ${INSTALL_MAN} ${WRKSRC}/*/${i} ${MANPREFIX}/man/man8 -.endfor -.for i in ${MAN5} - @${RM} -f ${MANPREFIX}/man/cat5/${i} ${MANPREFIX}/man/cat5/${i}.gz - ${INSTALL_MAN} ${WRKSRC}/*/${i} ${MANPREFIX}/man/man5 -.endfor -.for i in ${MAN1} - @${RM} -f ${MANPREFIX}/man/cat1/${i} ${MANPREFIX}/man/cat1/${i}.gz - ${INSTALL_MAN} ${WRKSRC}/*/${i} ${MANPREFIX}/man/man1 -.endfor -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/sendmail ${DOCSDIR} - @${TAR} -C ${WRKSRC} -cf - cf | \ - ${TAR} -C ${PREFIX}/share/sendmail -xf - - @cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}/ - ${INSTALL_DATA} ${WRKSRC}/devtools/README ${DOCSDIR}/DEVTOOLS - ${INSTALL_DATA} ${WRKSRC}/sendmail/README ${DOCSDIR}/SENDMAIL - ${INSTALL_DATA} ${WRKSRC}/mail.local/README ${DOCSDIR}/MAIL.LOCAL - ${INSTALL_DATA} ${WRKSRC}/smrsh/README ${DOCSDIR}/SMRSH -.if ! defined(SENDMAIL_WITHOUT_MILTER) - ${INSTALL_DATA} ${WRKSRC}/libmilter/README ${DOCSDIR}/MILTER -.endif -.endif -.if exists(${DESTDIR}/etc/mail/mailer.conf) - @${SED} s!%%PREFIX%%!${PREFIX}!g ${PKGMESSAGE} - -mailer.conf: - @${SED} \ - -e "s=^sendmail[ ]*/.*$$=sendmail ${SENDMAIL}=" \ - -e "s=^send-mail[ ]*/.*$$=send-mail ${SENDMAIL}=" \ - -e "s=^mailq[ ]*/.*$$=mailq ${SENDMAIL}=" \ - -e "s=^newaliases[ ]*/.*$$=newaliases ${SENDMAIL}=" \ - -e "s=^hoststat[ ]*/.*$$=hoststat ${SENDMAIL}=" \ - -e "s=^purgestat[ ]*/.*$$=purgestat ${SENDMAIL}=" \ - ${DESTDIR}/etc/mail/mailer.conf > ${DESTDIR}/etc/mail/mailer.conf.new - ${MV} ${DESTDIR}/etc/mail/mailer.conf.new \ - ${DESTDIR}/etc/mail/mailer.conf -.endif - -.include <bsd.port.pre.mk> - -.if defined(SENDMAIL_WITH_TLS) || defined(WITH_TLS) -.if ! defined(WITH_OPENSSL_BASE) -SITE+= ${FILESDIR}/site.config.m4.ssl -.endif -SITE+= ${FILESDIR}/site.config.m4.tls -.endif - -.if exists(${FILESDIR}/site.config.m4.local) -SITE+= ${FILESDIR}/site.config.m4.local -.endif - -.if exists(${DESTDIR}/etc/mail/mailer.conf) && ${PREFIX} == "/usr" -pre-everything:: - @${ECHO_CMD} "#" - @${ECHO_CMD} "# You can't override the base sendmail this way." - @${ECHO_CMD} "# your version FreeBSD use mailwrapper." - @${ECHO_CMD} "#" - @${ECHO_CMD} "# Please install with normal PREFIX" - @${ECHO_CMD} "# and activate the port version with" - @${ECHO_CMD} "# cd /usr/ports/mail/sendmail && make mailer.conf" - @${ECHO_CMD} "#" - @${FALSE} -.endif - -.include <bsd.port.post.mk> diff --git a/mail/sendmail811/distinfo b/mail/sendmail811/distinfo deleted file mode 100644 index b09cad9feb25..000000000000 --- a/mail/sendmail811/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (sendmail.8.11.7.tar.gz) = 96437c0ffdc23b02a5d3757017c295ec diff --git a/mail/sendmail811/files/patch-aa b/mail/sendmail811/files/patch-aa deleted file mode 100644 index 1bbc4bb837e1..000000000000 --- a/mail/sendmail811/files/patch-aa +++ /dev/null @@ -1,263 +0,0 @@ -diff -ur cf/m4/cfhead.m4 src/contrib/sendmail/cf/m4/cfhead.m4 ---- cf/m4/cfhead.m4 Thu Aug 24 19:09:50 2000 -+++ src/contrib/sendmail/cf/m4/cfhead.m4 Mon Nov 6 11:23:40 2000 -@@ -214,7 +215,8 @@ - define(`_REC_FULL_AUTH_', `$.$?{auth_type}(authenticated as ${auth_authen} $?{auth_author}for ${auth_author} $.with ${auth_type}') - define(`_REC_HDR_', `$?sfrom $s $.$?_($?s$|from $.$_)') - define(`_REC_END_', `for $u; $|; -- $.$b') -+ $.$b$?g -+ (envelope-from $g)$.') - define(`_REC_TLS_', `(using ${tls_version} with cipher ${cipher} (${cipher_bits} bits) verified ${verify})$.$?u') - define(`_REC_BY_', `$.by $j ($v/$Z)$?r with $r$. id $i$?{tls_version}') - define(`confRECEIVED_HEADER', `_REC_HDR_ -diff -ur cf/ostype/bsd4.4.m4 src/contrib/sendmail/cf/ostype/bsd4.4.m4 ---- cf/ostype/bsd4.4.m4 Sun Apr 25 22:00:56 1999 -+++ src/contrib/sendmail/cf/ostype/bsd4.4.m4 Wed Oct 4 23:19:29 2000 -@@ -16,5 +16,6 @@ - divert(0) - VERSIONID(`$Id: bsd4.4.m4,v 8.14 1999/04/24 05:37:40 gshapiro Exp $') - ifdef(`STATUS_FILE',, `define(`STATUS_FILE', `/var/log/sendmail.st')')dnl - ifdef(`LOCAL_MAILER_PATH',, `define(`LOCAL_MAILER_PATH', /usr/libexec/mail.local)')dnl -+ifdef(`LOCAL_MAILER_ARGS',, `define(`LOCAL_MAILER_ARGS', `mail $u')')dnl - ifdef(`UUCP_MAILER_ARGS',, `define(`UUCP_MAILER_ARGS', `uux - -r -z -a$g $h!rmail ($u)')')dnl -diff -ur cf/sh/makeinfo.sh src/contrib/sendmail/cf/sh/makeinfo.sh ---- cf/sh/makeinfo.sh Sun Feb 7 08:26:25 1999 -+++ src/contrib/sendmail/cf/sh/makeinfo.sh Wed Oct 4 23:19:29 2000 -@@ -52,7 +54,7 @@ - else - host=`uname -n` - fi --echo '#####' built by $user@$host on `date` -+echo '#####' built by $user@$host on `LC_ALL=C LC_TIME=C date` - echo '#####' in `pwd` | sed 's/\/tmp_mnt//' - echo '#####' using $1 as configuration include directory | sed 's/\/tmp_mnt//' - echo "define(\`__HOST__', $host)dnl" -diff -ur mail.local/mail.local.8 src/contrib/sendmail/mail.local/mail.local.8 ---- mail.local/mail.local.8.orig Fri Dec 29 19:12:16 2000 -+++ mail.local/mail.local.8 Sun Dec 31 10:27:40 2000 -@@ -16,7 +16,7 @@ - \- store mail in a mailbox - .SH SYNOPSIS - .B mail.local --.RB [ \-7 "] [" \-b "] [" \-d "] [" \-l "] [" \-f -+.RB [ \-7 "] [" \-B "] [" \-b "] [" \-d "] [" \-l "] [" \-s "] [" \-f - .IR from "] " - .RB [ \-r - .IR from "] " "user ..." -@@ -34,6 +36,11 @@ - .B \-7 - Do not advertise 8BITMIME support in LMTP mode. - .TP -+.B \-B -+Turn off the attempts to notify the -+.Dq biff -+service. -+.TP - .B \-b - Return a permanent error instead of a temporary error - if a mailbox exceeds quota. -@@ -46,6 +53,13 @@ - .TP - .B \-l - Turn on LMTP mode. -+.TP -+.B \-s -+Turn off the -+.Xr fsync 2 -+call that forces the mailbox to be committed to disk before returning a -+.Dq success -+status. - .TP - .BI \-r " from" - Specify the sender's name (for backward compatibility). -@@ -93,7 +107,6 @@ - .PD - .SH SEE ALSO - mail(1), --xsend(1), - flock(2), - getservbyname(3), - comsat(8), -diff -ur mail.local/mail.local.c src/contrib/sendmail/mail.local/mail.local.c ---- mail.local/mail.local.c Sun Feb 11 21:08:20 2001 -+++ src/contrib/sendmail/mail.local/mail.local.c Mon Mar 5 21:48:22 2001 -@@ -154,7 +156,7 @@ - - # if defined(BSD4_4) || defined(__GLIBC__) - # include <paths.h> --# define _PATH_LOCTMP "/tmp/local.XXXXXX" -+# define _PATH_LOCTMP "/var/tmp/local.XXXXXX" - # endif /* defined(BSD4_4) || defined(__GLIBC__) */ - - # ifdef BSD4_4 -@@ -215,7 +217,7 @@ - # endif /* USE_SETRESUID */ - - # ifndef _PATH_LOCTMP --# define _PATH_LOCTMP "/tmp/local.XXXXXX" -+# define _PATH_LOCTMP "/var/tmp/local.XXXXXX" - # endif /* ! _PATH_LOCTMP */ - # ifndef _PATH_MAILDIR - # define _PATH_MAILDIR "/var/spool/mail" -@@ -252,6 +254,8 @@ - bool HoldErrs = FALSE; /* Hold errors in ErrBuf */ - bool LMTPMode = FALSE; - bool BounceQuota = FALSE; /* permanent error when over quota */ -+bool nobiff = FALSE; -+bool nofsync = FALSE; - - void deliver __P((int, char *)); - int e_to_sys __P((int)); -@@ -291,7 +295,7 @@ - # endif /* LOG_MAIL */ - - from = NULL; -- while ((ch = getopt(argc, argv, "7bdf:r:l")) != -1) -+ while ((ch = getopt(argc, argv, "7Bbdf:r:ls")) != -1) - { - switch(ch) - { -@@ -299,6 +303,10 @@ - EightBitMime = FALSE; - break; - -+ case 'B': -+ nobiff = TRUE; -+ break; -+ - case 'b': /* bounce mail when over quota. */ - BounceQuota = TRUE; - break; -@@ -320,6 +328,10 @@ - LMTPMode = TRUE; - break; - -+ case 's': -+ nofsync++; -+ break; -+ - case '?': - default: - usage(); -@@ -329,7 +341,8 @@ - argv += optind; - - /* initialize biff structures */ -- notifybiff(NULL); -+ if (!nobiff) -+ notifybiff(NULL); - - if (LMTPMode) - { -@@ -1135,14 +1148,17 @@ - goto err1; - } - -- /* Get the starting offset of the new message for biff. */ -- curoff = lseek(mbfd, (off_t) 0, SEEK_END); -- if (sizeof curoff > sizeof(long)) -- (void) snprintf(biffmsg, sizeof(biffmsg), "%s@%s\n", -- name, quad_to_string(curoff)); -- else -- (void) snprintf(biffmsg, sizeof(biffmsg), "%s@%ld\n", -- name, (long) curoff); -+ if (!nobiff) -+ { -+ /* Get the starting offset of the new message for biff. */ -+ curoff = lseek(mbfd, (off_t) 0, SEEK_END); -+ if (sizeof curoff > sizeof(long)) -+ (void) snprintf(biffmsg, sizeof(biffmsg), "%s@%s\n", -+ name, quad_to_string(curoff)); -+ else -+ (void) snprintf(biffmsg, sizeof(biffmsg), "%s@%ld\n", -+ name, (long) curoff); -+ } - - /* Copy the message into the file. */ - if (lseek(fd, (off_t) 0, SEEK_SET) == (off_t) -1) -@@ -1203,7 +1219,7 @@ - } - - /* Flush to disk, don't wait for update. */ -- if (fsync(mbfd) < 0) -+ if (!nofsync && fsync(mbfd) < 0) - { - mailerr("450 4.2.0", "%s: %s", path, errstring(errno)); - err3: -@@ -1229,7 +1245,7 @@ - mailerr(errcode, "%s: %s", path, errstring(errno)); - (void) truncate(path, curoff); - } -- else -+ else if (!nobiff) - notifybiff(biffmsg); - - if (setreuid(0, 0) < 0) -@@ -1408,7 +1424,7 @@ - usage() - { - ExitVal = EX_USAGE; -- mailerr(NULL, "usage: mail.local [-7] [-b] [-l] [-f from] user ..."); -+ mailerr(NULL, "usage: mail.local [-7] [-B] [-b] [-l] [-f from] [-s] user ..."); - exit(ExitVal); - } - -diff -ur rmail/rmail.c src/contrib/sendmail/rmail/rmail.c ---- rmail/rmail.c Sun Sep 17 00:20:25 2000 -+++ src/contrib/sendmail/rmail/rmail.c Mon Nov 6 11:23:42 2000 -@@ -318,7 +320,11 @@ - args[i++] = _PATH_SENDMAIL; /* Build sendmail's argument list. */ - args[i++] = "-G"; /* relay submission */ - args[i++] = "-oee"; /* No errors, just status. */ -+#ifdef QUEUE_ONLY - args[i++] = "-odq"; /* Queue it, don't try to deliver. */ -+#else -+ args[i++] = "-odi"; /* Deliver in foreground. */ -+#endif - args[i++] = "-oi"; /* Ignore '.' on a line by itself. */ - - /* set from system and protocol used */ -diff -ur smrsh/smrsh.8 src/contrib/sendmail/smrsh/smrsh.8 ---- smrsh/smrsh.8.orig Sat Dec 16 00:18:40 2000 -+++ smrsh/smrsh.8 Sun Dec 31 10:37:02 2000 -@@ -39,7 +41,7 @@ - .I smrsh - limits programs to be in a single directory, - by default --/usr/adm/sm.bin, -+/usr/libexec/sm.bin, - allowing the system administrator to choose the set of acceptable commands, - and to the shell builtin commands ``exec'', ``exit'', and ``echo''. - It also rejects any commands with the characters -@@ -50,13 +52,12 @@ - ``"|exec /usr/local/bin/procmail -f- /etc/procmailrcs/user || exit 75"'' - .PP - Initial pathnames on programs are stripped, --so forwarding to ``/usr/ucb/vacation'', --``/usr/bin/vacation'', -+so forwarding to ``/usr/bin/vacation'', - ``/home/server/mydir/bin/vacation'', - and - ``vacation'' - all actually forward to --``/usr/adm/sm.bin/vacation''. -+``/usr/libexec/sm.bin/vacation''. - .PP - System administrators should be conservative about populating - the sm.bin directory. -@@ -78,11 +79,11 @@ - Compilation should be trivial on most systems. - You may need to use \-DPATH=\e"\fIpath\fP\e" - to adjust the default search path --(defaults to ``/bin:/usr/bin:/usr/ucb'') -+(defaults to ``/bin:/usr/bin'') - and/or \-DCMDBIN=\e"\fIdir\fP\e" - to change the default program directory --(defaults to ``/usr/adm/sm.bin''). -+(defaults to ``/usr/libexec/sm.bin''). - .SH FILES --/usr/adm/sm.bin \- directory for restricted programs -+/usr/libexec/sm.bin \- directory for restricted programs - .SH SEE ALSO - sendmail(8) diff --git a/mail/sendmail811/files/patch-daemon.c b/mail/sendmail811/files/patch-daemon.c deleted file mode 100644 index 5ed34a14e2c8..000000000000 --- a/mail/sendmail811/files/patch-daemon.c +++ /dev/null @@ -1,39 +0,0 @@ ---- sendmail/daemon.c 2001/08/01 03:19:45 1.1.1.3.2.6 -+++ sendmail/daemon.c 2001/09/09 19:31:37 -@@ -1877,17 +1877,6 @@ - gothostent: - if (hp == NULL) - { --# if NAMED_BIND -- /* check for name server timeouts */ -- if (errno == ETIMEDOUT || h_errno == TRY_AGAIN || -- (errno == ECONNREFUSED && UseNameServer)) -- { -- save_errno = errno; -- mci_setstat(mci, EX_TEMPFAIL, "4.4.3", NULL); -- errno = save_errno; -- return EX_TEMPFAIL; -- } --# endif /* NAMED_BIND */ - # if NETINET6 - /* - ** Try v6 first, then fall back to v4. -@@ -1903,6 +1892,17 @@ - if (v6found) - goto v6tempfail; - # endif /* NETINET6 */ -+# if NAMED_BIND -+ /* check for name server timeouts */ -+ if (errno == ETIMEDOUT || h_errno == TRY_AGAIN || -+ (errno == ECONNREFUSED && UseNameServer)) -+ { -+ save_errno = errno; -+ mci_setstat(mci, EX_TEMPFAIL, "4.4.3", NULL); -+ errno = save_errno; -+ return EX_TEMPFAIL; -+ } -+# endif /* NAMED_BIND */ - save_errno = errno; - mci_setstat(mci, EX_NOHOST, "5.1.2", NULL); - errno = save_errno; - diff --git a/mail/sendmail811/files/patch-parseaddr.c b/mail/sendmail811/files/patch-parseaddr.c deleted file mode 100644 index b6fd6fffff0a..000000000000 --- a/mail/sendmail811/files/patch-parseaddr.c +++ /dev/null @@ -1,15 +0,0 @@ -diff -u -r8.359.2.8 parseaddr.c ---- sendmail/parseaddr.c 3 Apr 2003 16:20:54 -0000 8.359.2.8 -+++ sendmail/parseaddr.c 16 Sep 2003 18:06:22 -0000 -@@ -700,7 +700,11 @@ - addr[MAXNAME] = '\0'; - returnnull: - if (delimptr != NULL) -+ { -+ if (p > addr) -+ --p; - *delimptr = p; -+ } - CurEnv->e_to = saveto; - return NULL; - } diff --git a/mail/sendmail811/files/patch-vacation.1 b/mail/sendmail811/files/patch-vacation.1 deleted file mode 100644 index c120a23fb873..000000000000 --- a/mail/sendmail811/files/patch-vacation.1 +++ /dev/null @@ -1,41 +0,0 @@ -diff -ur vacation/vacation.1 src/contrib/sendmail/vacation/vacation.1 ---- vacation/vacation.1 Fri Dec 29 19:12:23 2000 -+++ vacation/vacation.1 Sat Mar 3 11:27:12 2001 -@@ -24,8 +26,10 @@ - .RB [ \-x ] - .RB [ \-a - .IR alias ] -+.RB [ \-d ] - .RB [ \-f - .IR database ] -+.RB [ \-l ] - .RB [ \-m - .IR message ] - .RB [ \-s -@@ -59,6 +63,15 @@ - in the same manner as those received for the user's - login name. - .TP -+.B \-d -+Send error/debug messages to stdout instead of syslog. -+Otherwise, fatal errors, such as calling -+.B vacation -+with incorrect arguments, or with non-existent -+.IR login s, -+are logged in the system log file, using -+syslog(8). -+.TP - .BI \-f " filename" - Use - .I filename -@@ -78,6 +91,10 @@ - Same as - .B \-i - (for backwards compatibility). -+.TP -+.B \-l -+List the content of the vacation database file including the address -+and the associated time of the last auto-response to that address. - .TP - .BI \-m " filename" - Use diff --git a/mail/sendmail811/files/pkg-milter b/mail/sendmail811/files/pkg-milter deleted file mode 100644 index 78d9d64c0a6f..000000000000 --- a/mail/sendmail811/files/pkg-milter +++ /dev/null @@ -1,5 +0,0 @@ -include/libmilter/mfapi.h -lib/libmilter.a -lib/libsmutil.a -@dirrm include/libmilter -%%PORTDOCS%%share/doc/sendmail/MILTER diff --git a/mail/sendmail811/files/site.config.m4 b/mail/sendmail811/files/site.config.m4 deleted file mode 100644 index adc2b11bf108..000000000000 --- a/mail/sendmail811/files/site.config.m4 +++ /dev/null @@ -1,8 +0,0 @@ -define(`confEBINDIR',`%%PREFIX%%/libexec') -define(`confMANROOT',`%%PREFIX%%/man/cat') -define(`confMANROOTMAN',`%%PREFIX%%/man/man') -define(`confMBINDIR',`%%PREFIX%%/sbin') -define(`confSBINDIR',`%%PREFIX%%/sbin') -define(`confUBINDIR',`%%PREFIX%%/bin') -APPENDDEF(`conf_sendmail_ENVDEF', `-DTCPWRAPPERS') -APPENDDEF(`conf_sendmail_LIBS', `-lwrap')" diff --git a/mail/sendmail811/files/site.config.m4.ipv6 b/mail/sendmail811/files/site.config.m4.ipv6 deleted file mode 100644 index 41f0cccf3a1d..000000000000 --- a/mail/sendmail811/files/site.config.m4.ipv6 +++ /dev/null @@ -1,2 +0,0 @@ -APPENDDEF(`conf_sendmail_ENVDEF', `-DNETINET6') -APPENDDEF(`conf_libmilter_ENVDEF', `-DNETINET6') diff --git a/mail/sendmail811/files/site.config.m4.ldap b/mail/sendmail811/files/site.config.m4.ldap deleted file mode 100644 index c03a8749c808..000000000000 --- a/mail/sendmail811/files/site.config.m4.ldap +++ /dev/null @@ -1,5 +0,0 @@ -APPENDDEF(`confLIBDIRS', `-L%%LOCALBASE%%/lib') -APPENDDEF(`conf_sendmail_ENVDEF', `-I%%LOCALBASE%%/include') -APPENDDEF(`conf_sendmail_ENVDEF', `-DLDAPMAP') -APPENDDEF(`conf_sendmail_LIBS', `-lldap') -APPENDDEF(`conf_sendmail_LIBS', `-llber') diff --git a/mail/sendmail811/files/site.config.m4.milter b/mail/sendmail811/files/site.config.m4.milter deleted file mode 100644 index 6fa49ec50d17..000000000000 --- a/mail/sendmail811/files/site.config.m4.milter +++ /dev/null @@ -1,2 +0,0 @@ -APPENDDEF(`conf_libmilter_ENVDEF', `-D_FFR_MILTER=1') -APPENDDEF(`conf_sendmail_ENVDEF', `-D_FFR_MILTER=1') diff --git a/mail/sendmail811/files/site.config.m4.pre4 b/mail/sendmail811/files/site.config.m4.pre4 deleted file mode 100644 index 384a8ec2334e..000000000000 --- a/mail/sendmail811/files/site.config.m4.pre4 +++ /dev/null @@ -1,3 +0,0 @@ -APPENDDEF(`conf_mail_local_ENVDEF', `-DQUEUE_ONLY') -APPENDDEF(`conf_smrsh_ENVDEF', `-DCMDDIR="\"%%PREFIX%%/libexec/sm.bin\""') -APPENDDEF(`conf_smrsh_ENVDEF', `-DPATH="\"/bin:/usr/bin\""') diff --git a/mail/sendmail811/files/site.config.m4.sasl b/mail/sendmail811/files/site.config.m4.sasl deleted file mode 100644 index c1140b4d19f3..000000000000 --- a/mail/sendmail811/files/site.config.m4.sasl +++ /dev/null @@ -1,5 +0,0 @@ -APPENDDEF(`conf_sendmail_ENVDEF', `-I%%LOCALBASE%%/include/sasl1') -APPENDDEF(`conf_sendmail_ENVDEF', `-DSASL') -APPENDDEF(`conf_sendmail_ENVDEF', `-D_FFR_UNSAFE_SASL -D_FFR_SASL_OPTS') -APPENDDEF(`confLIBDIRS', `-L%%LOCALBASE%%/lib') -APPENDDEF(`conf_sendmail_LIBS', `-lsasl') diff --git a/mail/sendmail811/files/site.config.m4.sfio b/mail/sendmail811/files/site.config.m4.sfio deleted file mode 100644 index 9abe6d48d7b3..000000000000 --- a/mail/sendmail811/files/site.config.m4.sfio +++ /dev/null @@ -1,6 +0,0 @@ -define(`confSTDIO_TYPE', `portable') -APPENDDEF(`confENVDEF', `-U_FFR_TLS_TOREK -DSFIO') -APPENDDEF(`confINCDIRS', `-I%%LOCALBASE%%/include/sfio') -APPENDDEF(`confINCDIRS', `-I%%LOCALBASE%%/include') -APPENDDEF(`confLIBDIRS', `-L%%LOCALBASE%%/lib') -APPENDDEF(`confLIBS', `-lsfio') diff --git a/mail/sendmail811/files/site.config.m4.ssl b/mail/sendmail811/files/site.config.m4.ssl deleted file mode 100644 index 801030866543..000000000000 --- a/mail/sendmail811/files/site.config.m4.ssl +++ /dev/null @@ -1,3 +0,0 @@ -APPENDDEF(`confLIBDIRS', `-L%%LOCALBASE%%/lib' -rpath=%%LOCALBASE%%/lib ) -APPENDDEF(`confINCDIRS', `-I%%LOCALBASE%%/include') -APPENDDEF(`conf_sendmail_ENVDEF', `-DHASSRANDOMDEV') diff --git a/mail/sendmail811/files/site.config.m4.tls b/mail/sendmail811/files/site.config.m4.tls deleted file mode 100644 index 40cfc2e0f1c5..000000000000 --- a/mail/sendmail811/files/site.config.m4.tls +++ /dev/null @@ -1,5 +0,0 @@ -APPENDDEF(`conf_sendmail_ENVDEF', `-DSTARTTLS') -APPENDDEF(`conf_sendmail_ENVDEF', `-D_FFR_TLS_O_T') -APPENDDEF(`conf_sendmail_ENVDEF', `-D_FFR_TLS_1') -APPENDDEF(`conf_sendmail_ENVDEF', `-D_FFR_TLS_TOREK') -APPENDDEF(`conf_sendmail_LIBS', `-lssl -lcrypto') diff --git a/mail/sendmail811/pkg-descr b/mail/sendmail811/pkg-descr deleted file mode 100644 index 21e2ecf498f9..000000000000 --- a/mail/sendmail811/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Sendmail implements a general purpose internetwork mail routing facility -under the UNIX operating system. It is not tied to any one transport -protocol - its function may be likened to a crossbar switch, relaying -messages from one domain into another. In the process, it can do a limited -amount of message header editing to put the message into a format that is -appropriate for the receiving domain. All of this is done under the -control of a configuration file. - -Sendmail is a trademark of Sendmail, Inc. - -WWW: http://www.sendmail.org/ diff --git a/mail/sendmail811/pkg-message b/mail/sendmail811/pkg-message deleted file mode 100644 index 3182ce372cfa..000000000000 --- a/mail/sendmail811/pkg-message +++ /dev/null @@ -1,29 +0,0 @@ - ---------------------------------------------------- - -If you update your configuration from 8.9.x add the following to your -'*.mc' file(s): - -MODIFY_MAILER_FLAGS(`LOCAL', `+S')dnl - -because mail.local is no longer installed set-user-id root. This is not -needed if you are using FEATURE(`local_lmtp'). - -To activate sendmail as your default mailer, call the target 'mailer.conf': - -$ make mailer.conf - -Your '/etc/mail/mailer.conf' should look like this: - -# -# Execute the "real" sendmail program, named /usr/libexec/sendmail/sendmail -# -sendmail %%PREFIX%%/sbin/sendmail -send-mail %%PREFIX%%/sbin/sendmail -mailq %%PREFIX%%/sbin/sendmail -newaliases %%PREFIX%%/sbin/sendmail - -You may also need to update /etc/rc.conf. - ---------------------------------------------------- - diff --git a/mail/sendmail811/pkg-plist b/mail/sendmail811/pkg-plist deleted file mode 100644 index 24e59e173c9d..000000000000 --- a/mail/sendmail811/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -@comment $FreeBSD: /tmp/pcvs/ports/mail/sendmail811/Attic/pkg-plist,v 1.5 2001-10-09 19:16:58 dinoex Exp $ -bin/hoststat -bin/mailq -bin/newaliases -bin/purgestat -bin/rmail -bin/vacation -libexec/mail.local -libexec/smrsh -sbin/mailstats -sbin/makemap -sbin/praliases -sbin/sendmail -%%PORTDOCS%%share/doc/sendmail/DEVTOOLS -%%PORTDOCS%%share/doc/sendmail/SENDMAIL -%%PORTDOCS%%share/doc/sendmail/MAIL.LOCAL -%%PORTDOCS%%share/doc/sendmail/SMRSH diff --git a/mail/sendmail812/Makefile b/mail/sendmail812/Makefile deleted file mode 100644 index 3426d8c527f7..000000000000 --- a/mail/sendmail812/Makefile +++ /dev/null @@ -1,308 +0,0 @@ -# New ports collection makefile for: sendmail -# Date created: 20 Apr 2000 -# Whom: dirk.meyer@dinoex.sub.org -# -# $FreeBSD$ -# - -PORTNAME= sendmail -PORTVERSION= 8.12.10 -CATEGORIES= mail ipv6 -MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/sendmail/&,} -DISTNAME= ${PORTNAME}.${PORTVERSION} - -MAINTAINER= dinoex@FreeBSD.org -COMMENT= Reliable, highly configurable mail transfer agent with utilities - -CONFLICTS?= courier-0.* postfix-1.* postfix-2.* sendmail-8.11.* sendmail-*-8.11.* \ - smail-3.* zmailer-2.* - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -WCONF= ${WRKSRC}/devtools/Site -SITE= ${FILESDIR}/site.config.m4.pre4 -PLIST= ${WRKDIR}/.PLIST.more -DOCS= KNOWNBUGS LICENSE PGPKEYS README RELEASE_NOTES \ - sendmail/TRACEFLAGS sendmail/SECURITY sendmail/TUNING -MAN1= mailq.1 newaliases.1 vacation.1 -MAN5= aliases.5 -MAN8= sendmail.8 mailstats.8 makemap.8 praliases.8 smrsh.8 \ - mail.local.8 rmail.8 editmap.8 -SENDMAIL= ${PREFIX}/sbin/sendmail -BASEMAIL= /usr/libexec/sendmail/sendmail -PLIST_SUB+= PREFIX=${PREFIX:S=${PREFIX}/==} -LDAP_PORT?= net/openldap21-client -PKGMESSAGE= ${WRKSRC}/pkg-message - -# Options to define Features: -# SENDMAIL_WITHOUT_IPV6=yes -# SENDMAIL_WITHOUT_MILTER=yes -# SENDMAIL_WITHOUT_SHMEM=yes -# SENDMAIL_WITH_TLS=yes -# SENDMAIL_WITH_SMTPS=yes -# SENDMAIL_WITH_SASL=yes -# SENDMAIL_WITH_SASL2=yes -# SENDMAIL_WITH_LDAP=yes -# SENDMAIL_WITH_PICKY_HELO_CHECK=yes - -.if defined(SENDMAIL_WITH_SMTPS) -.if !defined(SENDMAIL_WITH_TLS) && !defined(WITH_TLS) -.BEGIN: - @${ECHO_CMD} "DEPENDENCY NOTE: SENDMAIL_WITH_TLS will be enabled to support SENDMAIL_WITH_SMTPS" -SENDMAIL_WITH_TLS=yes -.endif -.endif - -.if defined(SENDMAIL_WITH_LDAP) -PKGNAMESUFFIX?= -ldap -CONFLICTS+= sendmail-sasl-8.* sendmail-sasl2-8.* sendmail-tls-8.* -LIB_DEPENDS+= ldap.2:${PORTSDIR}/${LDAP_PORT} -LIB_DEPENDS+= lber.2:${PORTSDIR}/${LDAP_PORT} -.endif -.if defined(SENDMAIL_WITH_SASL) -LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl -PKGNAMESUFFIX?= -sasl -CONFLICTS+= sendmail-ldap-8.* sendmail-sasl2-8.* sendmail-tls-8.* -.endif -.if defined(SENDMAIL_WITH_SASL2) -LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 -RUN_DEPENDS+= ${LOCALBASE}/sbin/saslauthd:${PORTSDIR}/security/cyrus-sasl2-saslauthd -PKGNAMESUFFIX?= -sasl2 -CONFLICTS+= sendmail-ldap-8.* sendmail-sasl-8.* sendmail-tls-8.* -.endif -.if defined(SENDMAIL_WITH_TLS) || defined(WITH_TLS) -PKGNAMESUFFIX?= -tls -CONFLICTS+= sendmail-ldap-8.* sendmail-sasl-8.* sendmail-sasl2-8.* -.endif - -# Build site.config.m4 -.if exists(${DESTDIR}/etc/mail/mailer.conf) -SITE+= ${FILESDIR}/site.config.m4 -.if ! defined(SENDMAIL_WITHOUT_IPV6) -SITE+= ${FILESDIR}/site.config.m4.ipv6 -.endif -.endif -.if defined(SENDMAIL_WITH_SASL) -SITE+= ${FILESDIR}/site.config.m4.sasl -.endif -.if defined(SENDMAIL_WITH_SASL2) -SITE+= ${FILESDIR}/site.config.m4.sasl2 -.endif -.if defined(SENDMAIL_WITH_LDAP) -SITE+= ${FILESDIR}/site.config.m4.ldap -.endif -.if ! defined(SENDMAIL_WITHOUT_MILTER) -SITE+= ${FILESDIR}/site.config.m4.milter -.endif -.if defined(SENDMAIL_WITH_TLS) || defined(WITH_TLS) -USE_OPENSSL= yes -.endif - -# install directly if no mailwrapper support -.if ! exists(${DESTDIR}/etc/mail/mailer.conf) -PREFIX?= ${DESTDIR}/usr -MANPREFIX?= ${DESTDIR}/usr/share -PLIST_SUB+= ETCPORT="@comment " -.else -PLIST_SUB+= ETCPORT="" -.endif - -post-extract: - @${SED} -e "s=%%PREFIX%%=${PREFIX}=" ${FILESDIR}/sm-client.sh \ - > ${WRKSRC}/sm-client.sh - @${SED} -e "s=%%PREFIX%%=${PREFIX}=" ${FILESDIR}/sendmail.sh \ - > ${WRKSRC}/sendmail.sh - @${SED} -e "s=%%PREFIX%%=${PREFIX}=g" \ - -e "s=%%LOCALBASE%%=${LOCALBASE}=g" \ - -e "s=%%PORTSDIR%%=${PORTSDIR}=g" \ - ${PKGDIR}/pkg-message > ${WRKSRC}/pkg-message - -do-configure: - @${MV} ${WRKSRC}/devtools/OS/FreeBSD ${WRKSRC}/devtools/OS/FreeBSD.sed - ${SED} -e "s;\`-pthread\';\`${PTHREAD_LIBS}\';" \ - -e "s;\`-O\';\`${CFLAGS}\';" \ - ${WRKSRC}/devtools/OS/FreeBSD.sed \ - > ${WRKSRC}/devtools/OS/FreeBSD - ${SED} -e "s=%%PREFIX%%=${PREFIX}=g" \ - -e "s=%%LOCALBASE%%=${LOCALBASE}=g" \ - ${SITE} > ${WCONF}/site.config.m4 -.if defined(SENDMAIL_WITH_PICKY_HELO_CHECK) - ${ECHO_CMD} \ - 'APPENDDEF(`conf_sendmail_ENVDEF'\'', `-DPICKY_HELO_CHECK'\'')' \ - >> ${WCONF}/site.config.m4 -.endif -.if defined(SENDMAIL_WITHOUT_SHMEM) - ${ECHO_CMD} \ - 'APPENDDEF(`confENVDEF'\'', `-DSM_CONF_SHM=0'\'')' \ - >> ${WCONF}/site.config.m4 -.endif - -post-build: - ( cd ${WRKSRC}/doc/op && ${MAKE} op.txt ) -.if ! defined(SENDMAIL_WITHOUT_MILTER) - ( cd ${WRKSRC}/libmilter && ${MAKE} ) -.endif - -pre-install: - @${CAT} ${PKGDIR}/pkg-plist >${PLIST} -.if ! defined(SENDMAIL_WITHOUT_MILTER) - @${CAT} ${FILESDIR}/pkg-milter >>${PLIST} -.endif - if ! pw groupshow smmsp; then pw groupadd smmsp -g 25; fi - if ! pw usershow smmsp; then pw useradd smmsp -g smmsp -u 25 \ - -h - -d /nonexistent -s /nonexistent -c "Sendmail Queue"; fi - @cd ${WRKSRC} && ${FIND} cf -type f | \ - ${AWK} '{print "share/sendmail/" $$1}' >>${PLIST} - @cd ${WRKSRC} && ${FIND} -d cf -type d | \ - ${AWK} '{print "@dirrm share/sendmail/" $$1}' >>${PLIST} - @${ECHO_CMD} "@dirrm share/sendmail" >>${PLIST} -.if !defined(NOPORTDOCS) -.for i in ${DOCS} - @${ECHO_CMD} `${BASENAME} ${i}` | \ - ${AWK} '{print "%%DOCSDIR%%/" $$1}' >>${PLIST} -.endfor - @${ECHO_CMD} "@dirrm %%DOCSDIR%%" >>${PLIST} -.endif - -# We want mail.local and rmail for our system. -# the build install catmans only, we have to fix this. -post-install: - ( cd ${WRKSRC}/mail.local && ${MAKE} force-install ) - ( cd ${WRKSRC}/rmail && ${MAKE} force-install ) -.if ! defined(SENDMAIL_WITHOUT_MILTER) - ${MKDIR} ${PREFIX}/include/libmilter - ${INSTALL_DATA} ${WRKSRC}/include/libmilter/mfapi.h \ - ${WRKSRC}/include/libmilter/mfdef.h \ - ${PREFIX}/include/libmilter/ - ${INSTALL_DATA} \ - ${WRKSRC}/obj.`${WRKSRC}/devtools/bin/Build -A`/libmilter/libmilter.a \ - ${PREFIX}/lib/ -.endif -.if exists(${DESTDIR}/etc/mail/mailer.conf) - ${INSTALL_SCRIPT} ${WRKSRC}/sm-client.sh \ - ${LOCALBASE}/etc/rc.d/sm-client.sh.sample - ${INSTALL_SCRIPT} ${WRKSRC}/sendmail.sh \ - ${LOCALBASE}/etc/rc.d/sendmail.sh.sample -.endif - ${CHOWN} smmsp:smmsp /var/spool/clientmqueue - ${CHMOD} 770 /var/spool/clientmqueue -.for i in ${MAN8} - @${RM} -f ${MANPREFIX}/man/cat8/${i} ${MANPREFIX}/man/cat8/${i}.gz - ${INSTALL_MAN} ${WRKSRC}/*/${i} ${MANPREFIX}/man/man8 -.endfor -.for i in ${MAN5} - @${RM} -f ${MANPREFIX}/man/cat5/${i} ${MANPREFIX}/man/cat5/${i}.gz - ${INSTALL_MAN} ${WRKSRC}/*/${i} ${MANPREFIX}/man/man5 -.endfor -.for i in ${MAN1} - @${RM} -f ${MANPREFIX}/man/cat1/${i} ${MANPREFIX}/man/cat1/${i}.gz - ${INSTALL_MAN} ${WRKSRC}/*/${i} ${MANPREFIX}/man/man1 -.endfor - ${MKDIR} ${PREFIX}/share/sendmail - @${TAR} -C ${WRKSRC} -cf - cf | \ - ${TAR} -C ${PREFIX}/share/sendmail -xf - -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - @cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}/ - ${INSTALL_DATA} ${WRKSRC}/doc/op/op.ps ${DOCSDIR}/op.ps - ${INSTALL_DATA} ${WRKSRC}/doc/op/op.txt ${DOCSDIR}/op.txt - ${INSTALL_DATA} ${WRKSRC}/devtools/README ${DOCSDIR}/DEVTOOLS - ${INSTALL_DATA} ${WRKSRC}/sendmail/README ${DOCSDIR}/SENDMAIL - ${INSTALL_DATA} ${WRKSRC}/mail.local/README ${DOCSDIR}/MAIL.LOCAL - ${INSTALL_DATA} ${WRKSRC}/smrsh/README ${DOCSDIR}/SMRSH -.if ! defined(SENDMAIL_WITHOUT_MILTER) - ${INSTALL_DATA} ${WRKSRC}/libmilter/README ${DOCSDIR}/MILTER - ${MKDIR} ${DOCSDIR}/libmilter - @${TAR} -C ${WRKSRC}/libmilter/docs -cf - . | \ - ${TAR} -C ${DOCSDIR}/libmilter -xf - -.endif -.endif -.if exists(${DESTDIR}/etc/mail/mailer.conf) - @${CAT} ${PKGMESSAGE} - -mailer.base: - @${SED} \ - -e "s=^sendmail[ ]*/.*$$=sendmail ${BASEMAIL}=" \ - -e "s=^send-mail[ ]*/.*$$=send-mail ${BASEMAIL}=" \ - -e "s=^mailq[ ]*/.*$$=mailq ${BASEMAIL}=" \ - -e "s=^newaliases[ ]*/.*$$=newaliases ${BASEMAIL}=" \ - -e "s=^hoststat[ ]*/.*$$=hoststat ${BASEMAIL}=" \ - -e "s=^purgestat[ ]*/.*$$=purgestat ${BASEMAIL}=" \ - ${DESTDIR}/etc/mail/mailer.conf > ${DESTDIR}/etc/mail/mailer.conf.new - ${MV} ${DESTDIR}/etc/mail/mailer.conf.new \ - ${DESTDIR}/etc/mail/mailer.conf - -mailer.conf: - @${SED} \ - -e "s=^sendmail[ ]*/.*$$=sendmail ${SENDMAIL}=" \ - -e "s=^send-mail[ ]*/.*$$=send-mail ${SENDMAIL}=" \ - -e "s=^mailq[ ]*/.*$$=mailq ${SENDMAIL}=" \ - -e "s=^newaliases[ ]*/.*$$=newaliases ${SENDMAIL}=" \ - -e "s=^hoststat[ ]*/.*$$=hoststat ${SENDMAIL}=" \ - -e "s=^purgestat[ ]*/.*$$=purgestat ${SENDMAIL}=" \ - ${DESTDIR}/etc/mail/mailer.conf > ${DESTDIR}/etc/mail/mailer.conf.new - ${MV} ${DESTDIR}/etc/mail/mailer.conf.new \ - ${DESTDIR}/etc/mail/mailer.conf -.endif - -# create sumbit.cf on older systems -# -submit.cf: ${DESTDIR}/etc/mail/submit.cf - -${DESTDIR}/etc/mail/submit.mc: - ${INSTALL_DATA} ${PREFIX}/share/sendmail/cf/cf/submit.mc \ - ${DESTDIR}/etc/mail/submit.mc - -${DESTDIR}/etc/mail/submit.cf: ${DESTDIR}/etc/mail/submit.mc - @( cd ${DESTDIR}/etc/mail && ${MAKE} \ - SENDMAIL_CF_DIR=${PREFIX}/share/sendmail/cf \ - SENDMAIL_MC=submit ) - -# create basics for smtp-auth -# -howto-sasldb: - @${ECHO_CMD} "# Links:" - @${ECHO_CMD} "#" - @${ECHO_CMD} "# http://www.sendmail.org/~gshapiro/" - @${ECHO_CMD} "# http://www.sendmail.org/~ca/email/auth.html" - @${ECHO_CMD} "# http://www.asp.ogi.edu/people/paja/linux/sendmail/" - @${ECHO_CMD} "# http://blue-labs.org/clue/sendmail.php" - @${ECHO_CMD} "# http://www.digitalanswers.org/sendmail/" - @${ECHO_CMD} "#" - -# create certificates for TLS/SSL -# -tls-install: - ${SETENV} DESTDIR=${DESTDIR} FILESDIR=${FILESDIR} \ - ${SH} ${FILESDIR}/tls-install.sh - -.include <bsd.port.pre.mk> - -.if defined(SENDMAIL_WITH_TLS) || defined(WITH_TLS) -.if ! defined(WITH_OPENSSL_BASE) -SITE+= ${FILESDIR}/site.config.m4.ssl -.endif -SITE+= ${FILESDIR}/site.config.m4.tls -.if defined(SENDMAIL_WITH_SMTPS) -SITE+= ${FILESDIR}/site.config.m4.smtps -.endif -.endif - -.if exists(${FILESDIR}/site.config.m4.local) -SITE+= ${FILESDIR}/site.config.m4.local -.endif - -.if exists(${DESTDIR}/etc/mail/mailer.conf) && ${PREFIX} == "/usr" -pre-everything:: - @${ECHO_CMD} "#" - @${ECHO_CMD} "# You can't override the base sendmail this way." - @${ECHO_CMD} "# your version FreeBSD use mailwrapper." - @${ECHO_CMD} "#" - @${ECHO_CMD} "# Please install with normal PREFIX" - @${ECHO_CMD} "# and activate the port version with" - @${ECHO_CMD} "# cd ${PORTSDIR}/mail/sendmail && make mailer.conf" - @${ECHO_CMD} "#" - @${FALSE} -.endif - -.include <bsd.port.post.mk> diff --git a/mail/sendmail812/distinfo b/mail/sendmail812/distinfo deleted file mode 100644 index 249ac9d3c9f5..000000000000 --- a/mail/sendmail812/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (sendmail.8.12.10.tar.gz) = 393f5d09d462f522c8288363870b2b42 diff --git a/mail/sendmail812/files/patch-aa b/mail/sendmail812/files/patch-aa deleted file mode 100644 index c353c5ad932f..000000000000 --- a/mail/sendmail812/files/patch-aa +++ /dev/null @@ -1,237 +0,0 @@ -diff -ur cf/m4/cfhead.m4.orig cf/m4/cfhead.m4 ---- cf/m4/cfhead.m4.orig Sun Jun 10 03:45:13 2001 -+++ cf/m4/cfhead.m4 Fri Jun 15 06:47:34 2001 -@@ -260,7 +261,8 @@ - define(`_REC_FULL_AUTH_', `$.$?{auth_type}(authenticated as ${auth_authen} $?{auth_author}for ${auth_author} $.with ${auth_type}') - define(`_REC_HDR_', `$?sfrom $s $.$?_($?s$|from $.$_)') - define(`_REC_END_', `for $u; $|; -- $.$b') -+ $.$b$?g -+ (envelope-from $g)$.') - define(`_REC_TLS_', `(version=${tls_version} cipher=${cipher} bits=${cipher_bits} verify=${verify})$.$?u') - define(`_REC_BY_', `$.by $j ($v/$Z)$?r with $r$. id $i$?{tls_version}') - define(`confRECEIVED_HEADER', `_REC_HDR_ -diff -ur cf/ostype/bsd4.4.m4 src/contrib/sendmail/cf/ostype/bsd4.4.m4 ---- cf/ostype/bsd4.4.m4 Sun Apr 25 22:00:56 1999 -+++ src/contrib/sendmail/cf/ostype/bsd4.4.m4 Wed Oct 4 23:19:29 2000 -@@ -16,5 +16,6 @@ - divert(0) - VERSIONID(`$Id: bsd4.4.m4,v 8.14 1999/04/24 05:37:40 gshapiro Exp $') - ifdef(`STATUS_FILE',, `define(`STATUS_FILE', `/var/log/sendmail.st')')dnl - ifdef(`LOCAL_MAILER_PATH',, `define(`LOCAL_MAILER_PATH', /usr/libexec/mail.local)')dnl -+ifdef(`LOCAL_MAILER_ARGS',, `define(`LOCAL_MAILER_ARGS', `mail $u')')dnl - ifdef(`UUCP_MAILER_ARGS',, `define(`UUCP_MAILER_ARGS', `uux - -r -z -a$g $h!rmail ($u)')')dnl -diff -ur cf/sh/makeinfo.sh src/contrib/sendmail/cf/sh/makeinfo.sh ---- cf/sh/makeinfo.sh Sun Feb 7 08:26:25 1999 -+++ src/contrib/sendmail/cf/sh/makeinfo.sh Wed Oct 4 23:19:29 2000 -@@ -52,7 +54,7 @@ - else - host=`uname -n` - fi --echo '#####' built by $user@$host on `date` -+echo '#####' built by $user@$host on `LC_TIME=C date` - echo '#####' in `pwd` | sed 's/\/tmp_mnt//' - echo '#####' using $1 as configuration include directory | sed 's/\/tmp_mnt//' - echo "define(\`__HOST__', $host)dnl" -diff -ur include/sendmail/pathnames.h.orig include/sendmail/pathnames.h ---- include/sendmail/pathnames.h.orig Fri Mar 23 23:09:44 2001 -+++ include/sendmail/pathnames.h Mon May 7 08:32:45 2001 -@@ -41,7 +41,7 @@ - # endif /* ! _PATH_MAILDIR */ - - # ifndef _PATH_LOCTMP --# define _PATH_LOCTMP "/tmp/local.XXXXXX" -+# define _PATH_LOCTMP "/var/tmp/local.XXXXXX" - # endif /* ! _PATH_LOCTMP */ - - # ifndef _PATH_HOSTS -diff -ur mail.local/mail.local.8.orig mail.local/mail.local.8 ---- mail.local/mail.local.8.orig Fri Apr 6 01:27:35 2001 -+++ mail.local/mail.local.8 Thu May 31 07:36:03 2001 -@@ -16,9 +16,9 @@ - \- store mail in a mailbox - .SH SYNOPSIS - .B mail.local --.RB [ \-7 "] [" \-b "] [" \-d "] [" \-D -+.RB [ \-7 "] [" \-b "] [" \-B "] [" \-d "] [" \-D - .IR mbdb ] --.RB [ \-l "] [" \-f -+.RB [ \-l "] [" \-s "] [" \-f - \fIfrom\fR|\fB\-r\fR - .IR from ] - .RB [ \-h -@@ -38,6 +41,11 @@ - .B \-7 - Do not advertise 8BITMIME support in LMTP mode. - .TP -+.B \-B -+Turn off the attempts to notify the -+.Dq biff -+service. -+.TP - .B \-b - Return a permanent error instead of a temporary error - if a mailbox exceeds quota. -@@ -56,6 +64,13 @@ - .TP - .B \-l - Turn on LMTP mode. -+.TP -+.B \-s -+Turn off the -+.Xr fsync 2 -+call that forces the mailbox to be committed to disk before returning a -+.Dq success -+status. - .TP - .BI \-r " from" - Specify the sender's name (for backward compatibility). -@@ -97,7 +112,7 @@ - .SH FILES - .PD 0.2v - .TP 2.2i --/tmp/local.XXXXXX -+/var/tmp/local.XXXXXX - temporary files - .TP - /var/mail/user -@@ -108,7 +123,6 @@ - .PD - .SH SEE ALSO - mail(1), --xsend(1), - flock(2), - getservbyname(3), - comsat(8), -diff -ur mail.local/mail.local.c.orig mail.local/mail.local.c ---- mail.local/mail.local.c.orig Thu May 10 02:58:31 2001 -+++ mail.local/mail.local.c Thu May 31 07:39:04 2001 -@@ -130,6 +132,8 @@ - bool HoldErrs = false; /* Hold errors in ErrBuf */ - bool LMTPMode = false; - bool BounceQuota = false; /* permanent error when over quota */ -+bool NoBiff = false; -+bool NoFsync = false; - char *HomeMailFile = NULL; /* store mail in homedir */ - - void deliver __P((int, char *)); -@@ -172,7 +176,7 @@ - # endif /* LOG_MAIL */ - - from = NULL; -- while ((ch = getopt(argc, argv, "7bdD:f:h:r:l")) != -1) -+ while ((ch = getopt(argc, argv, "7bBdD:f:h:r:ls")) != -1) - { - switch(ch) - { -@@ -180,6 +184,10 @@ - EightBitMime = false; - break; - -+ case 'B': -+ NoBiff = true; -+ break; -+ - case 'b': /* bounce mail when over quota. */ - BounceQuota = true; - break; -@@ -215,6 +223,10 @@ - LMTPMode = true; - break; - -+ case 's': -+ NoFsync = true; -+ break; -+ - case '?': - default: - usage(); -@@ -224,7 +236,8 @@ - argv += optind; - - /* initialize biff structures */ -- notifybiff(NULL); -+ if (!NoBiff) -+ notifybiff(NULL); - - err = sm_mbdb_initialize(mbdbname); - if (err != EX_OK) -@@ -1128,6 +1141,7 @@ - - /* Get the starting offset of the new message for biff. */ - curoff = lseek(mbfd, (off_t) 0, SEEK_END); -+ if (!NoBiff) - (void) sm_snprintf(biffmsg, sizeof(biffmsg), "%s@%lld\n", - name, (LONGLONG_T) curoff); - -@@ -1190,7 +1204,7 @@ - } - - /* Flush to disk, don't wait for update. */ -- if (fsync(mbfd) < 0) -+ if (!NoFsync && fsync(mbfd) < 0) - { - mailerr("450 4.2.0", "%s: %s", path, sm_errstring(errno)); - err3: -@@ -1216,7 +1230,7 @@ - mailerr(errcode, "%s: %s", path, sm_errstring(errno)); - (void) truncate(path, curoff); - } -- else -+ else if (!NoBiff) - notifybiff(biffmsg); - - if (setreuid(0, 0) < 0) -@@ -1395,7 +1409,8 @@ - usage() - { - ExitVal = EX_USAGE; -- mailerr(NULL, "usage: mail.local [-7] [-b] [-d] [-l] [-f from|-r from] [-h filename] user ..."); -+ mailerr(NULL, "usage: mail.local [-7] [-b] [-B] [-d] [-l] [-s] [-f from|-r from] [-h filename] user ..."); -+ - exit(ExitVal); - } - -diff -ur rmail/rmail.c src/contrib/sendmail/rmail/rmail.c ---- rmail/rmail.c Sun Sep 17 00:20:25 2000 -+++ src/contrib/sendmail/rmail/rmail.c Mon Nov 6 11:23:42 2000 -@@ -318,7 +320,11 @@ - args[i++] = _PATH_SENDMAIL; /* Build sendmail's argument list. */ - args[i++] = "-G"; /* relay submission */ - args[i++] = "-oee"; /* No errors, just status. */ -+#ifdef QUEUE_ONLY - args[i++] = "-odq"; /* Queue it, don't try to deliver. */ -+#else -+ args[i++] = "-odi"; /* Deliver in foreground. */ -+#endif - args[i++] = "-oi"; /* Ignore '.' on a line by itself. */ - - /* set from system and protocol used */ -diff -ur smrsh/smrsh.8.orig smrsh/smrsh.8 ---- smrsh/smrsh.8.orig Wed Jan 24 01:40:47 2001 -+++ smrsh/smrsh.8 Mon May 7 08:32:45 2001 -@@ -39,7 +41,7 @@ - .I smrsh - limits programs to be in a single directory, - by default --/usr/adm/sm.bin, -+/usr/libexec/sm.bin, - allowing the system administrator to choose the set of acceptable commands, - and to the shell builtin commands ``exec'', ``exit'', and ``echo''. - It also rejects any commands with the characters -@@ -50,13 +52,12 @@ - ``"|exec /usr/local/bin/procmail -f- /etc/procmailrcs/user || exit 75"'' - .PP - Initial pathnames on programs are stripped, --so forwarding to ``/usr/ucb/vacation'', --``/usr/bin/vacation'', -+so forwarding to ``/usr/bin/vacation'', - ``/home/server/mydir/bin/vacation'', - and - ``vacation'' - all actually forward to --``/usr/adm/sm.bin/vacation''. -+``/usr/libexec/sm.bin/vacation''. - .PP - System administrators should be conservative about populating - the sm.bin directory. diff --git a/mail/sendmail812/files/pkg-milter b/mail/sendmail812/files/pkg-milter deleted file mode 100644 index 374de6278e90..000000000000 --- a/mail/sendmail812/files/pkg-milter +++ /dev/null @@ -1,43 +0,0 @@ -include/libmilter/mfapi.h -include/libmilter/mfdef.h -lib/libmilter.a -@dirrm include/libmilter -%%PORTDOCS%%share/doc/sendmail/MILTER -%%PORTDOCS%%share/doc/sendmail/libmilter/api.html -%%PORTDOCS%%share/doc/sendmail/libmilter/design.html -%%PORTDOCS%%share/doc/sendmail/libmilter/figure1.fig -%%PORTDOCS%%share/doc/sendmail/libmilter/figure1.jpg -%%PORTDOCS%%share/doc/sendmail/libmilter/figure1.ps -%%PORTDOCS%%share/doc/sendmail/libmilter/figure2.fig -%%PORTDOCS%%share/doc/sendmail/libmilter/figure2.jpg -%%PORTDOCS%%share/doc/sendmail/libmilter/figure2.ps -%%PORTDOCS%%share/doc/sendmail/libmilter/index.html -%%PORTDOCS%%share/doc/sendmail/libmilter/installation.html -%%PORTDOCS%%share/doc/sendmail/libmilter/other.html -%%PORTDOCS%%share/doc/sendmail/libmilter/overview.html -%%PORTDOCS%%share/doc/sendmail/libmilter/sample.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_addheader.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_addrcpt.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_chgheader.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_delrcpt.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_getpriv.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_getsymval.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_main.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_register.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_replacebody.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_setbacklog.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_setconn.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_setpriv.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_setreply.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_settimeout.html -%%PORTDOCS%%share/doc/sendmail/libmilter/xxfi_abort.html -%%PORTDOCS%%share/doc/sendmail/libmilter/xxfi_body.html -%%PORTDOCS%%share/doc/sendmail/libmilter/xxfi_close.html -%%PORTDOCS%%share/doc/sendmail/libmilter/xxfi_connect.html -%%PORTDOCS%%share/doc/sendmail/libmilter/xxfi_envfrom.html -%%PORTDOCS%%share/doc/sendmail/libmilter/xxfi_envrcpt.html -%%PORTDOCS%%share/doc/sendmail/libmilter/xxfi_eoh.html -%%PORTDOCS%%share/doc/sendmail/libmilter/xxfi_eom.html -%%PORTDOCS%%share/doc/sendmail/libmilter/xxfi_header.html -%%PORTDOCS%%share/doc/sendmail/libmilter/xxfi_helo.html -%%PORTDOCS%%@dirrm share/doc/sendmail/libmilter diff --git a/mail/sendmail812/files/sendmail.sh b/mail/sendmail812/files/sendmail.sh deleted file mode 100644 index 33c01e0621a4..000000000000 --- a/mail/sendmail812/files/sendmail.sh +++ /dev/null @@ -1,58 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -if ! test -x %%PREFIX%%/sbin/sendmail -then - exit 0 -fi -# -case "$1" in -start) - # If there is a global system configuration file, suck it in. - # - if [ -r /etc/defaults/rc.conf ]; then - . /etc/defaults/rc.conf - source_rc_confs - elif [ -r /etc/rc.conf ]; then - . /etc/rc.conf - fi - - # Flags to sendmail (as a server) - sendmail_flags="${sendmail_flags--L sm-mta -bd -q30m}" - # Flags for sendmail_msp_queue daemon. - sendmail_msp_queue_flags=" - ${sendmail_msp_queue_flags--L sm-msp-queue -Ac -q30m}" - # - %%PREFIX%%/sbin/sendmail ${sendmail_flags} && - echo -n ' sendmail' - %%PREFIX%%/sbin/sendmail ${sendmail_msp_queue_flags} && - echo -n ' sm-msp-queue' - ;; -stop) - if test -e /var/run/sendmail.pid - then - kill `head -1 /var/run/sendmail.pid` - rm -f /var/run/sendmail.pid - fi - if test -e /var/spool/clientmqueue/sm-client.pid - then - kill `head -1 /var/spool/clientmqueue/sm-client.pid` - rm -f /var/spool/clientmqueue/sm-client.pid - fi - ;; -restart) - if test -e /var/run/sendmail.pid - then - kill -1 `head -1 /var/run/sendmail.pid` - fi - if test -e /var/spool/clientmqueue/sm-client.pid - then - kill -1 `head -1 /var/spool/clientmqueue/sm-client.pid` - fi - ;; -*) - echo "Usage: ${0##*/}: { start | stop | restart }" 2>&1 - exit 65 - ;; -esac diff --git a/mail/sendmail812/files/site.config.m4 b/mail/sendmail812/files/site.config.m4 deleted file mode 100644 index adc2b11bf108..000000000000 --- a/mail/sendmail812/files/site.config.m4 +++ /dev/null @@ -1,8 +0,0 @@ -define(`confEBINDIR',`%%PREFIX%%/libexec') -define(`confMANROOT',`%%PREFIX%%/man/cat') -define(`confMANROOTMAN',`%%PREFIX%%/man/man') -define(`confMBINDIR',`%%PREFIX%%/sbin') -define(`confSBINDIR',`%%PREFIX%%/sbin') -define(`confUBINDIR',`%%PREFIX%%/bin') -APPENDDEF(`conf_sendmail_ENVDEF', `-DTCPWRAPPERS') -APPENDDEF(`conf_sendmail_LIBS', `-lwrap')" diff --git a/mail/sendmail812/files/site.config.m4.ipv6 b/mail/sendmail812/files/site.config.m4.ipv6 deleted file mode 100644 index 41f0cccf3a1d..000000000000 --- a/mail/sendmail812/files/site.config.m4.ipv6 +++ /dev/null @@ -1,2 +0,0 @@ -APPENDDEF(`conf_sendmail_ENVDEF', `-DNETINET6') -APPENDDEF(`conf_libmilter_ENVDEF', `-DNETINET6') diff --git a/mail/sendmail812/files/site.config.m4.ldap b/mail/sendmail812/files/site.config.m4.ldap deleted file mode 100644 index 0a67a5a29d35..000000000000 --- a/mail/sendmail812/files/site.config.m4.ldap +++ /dev/null @@ -1,25 +0,0 @@ -APPENDDEF(`confLIBDIRS', `-L%%LOCALBASE%%/lib') -APPENDDEF(`conf_libsm_ENVDEF', `-I%%LOCALBASE%%/include') -APPENDDEF(`conf_libsm_ENVDEF', `-DLDAPMAP') -APPENDDEF(`conf_libsm_LIBS', `-lldap') -APPENDDEF(`conf_libsm_LIBS', `-llber') -APPENDDEF(`conf_sendmail_ENVDEF', `-I%%LOCALBASE%%/include') -APPENDDEF(`conf_sendmail_ENVDEF', `-DLDAPMAP') -APPENDDEF(`conf_sendmail_LIBS', `-lldap') -APPENDDEF(`conf_sendmail_LIBS', `-llber') -APPENDDEF(`conf_editmap_LIBS', `-lldap') -APPENDDEF(`conf_editmap_LIBS', `-llber') -APPENDDEF(`conf_mail_local_LIBS', `-lldap') -APPENDDEF(`conf_mail_local_LIBS', `-llber') -APPENDDEF(`conf_mailstats_LIBS', `-lldap') -APPENDDEF(`conf_mailstats_LIBS', `-llber') -APPENDDEF(`conf_makemap_LIBS', `-lldap') -APPENDDEF(`conf_makemap_LIBS', `-llber') -APPENDDEF(`conf_praliases_LIBS', `-lldap') -APPENDDEF(`conf_praliases_LIBS', `-llber') -APPENDDEF(`conf_rmail_LIBS', `-lldap') -APPENDDEF(`conf_rmail_LIBS', `-llber') -APPENDDEF(`conf_smrsh_LIBS', `-lldap') -APPENDDEF(`conf_smrsh_LIBS', `-llber') -APPENDDEF(`conf_vacation_LIBS', `-lldap') -APPENDDEF(`conf_vacation_LIBS', `-llber') diff --git a/mail/sendmail812/files/site.config.m4.milter b/mail/sendmail812/files/site.config.m4.milter deleted file mode 100644 index de11295aa6f3..000000000000 --- a/mail/sendmail812/files/site.config.m4.milter +++ /dev/null @@ -1,2 +0,0 @@ -APPENDDEF(`conf_libmilter_ENVDEF', `-DMILTER') -APPENDDEF(`conf_sendmail_ENVDEF', `-DMILTER') diff --git a/mail/sendmail812/files/site.config.m4.pre4 b/mail/sendmail812/files/site.config.m4.pre4 deleted file mode 100644 index 384a8ec2334e..000000000000 --- a/mail/sendmail812/files/site.config.m4.pre4 +++ /dev/null @@ -1,3 +0,0 @@ -APPENDDEF(`conf_mail_local_ENVDEF', `-DQUEUE_ONLY') -APPENDDEF(`conf_smrsh_ENVDEF', `-DCMDDIR="\"%%PREFIX%%/libexec/sm.bin\""') -APPENDDEF(`conf_smrsh_ENVDEF', `-DPATH="\"/bin:/usr/bin\""') diff --git a/mail/sendmail812/files/site.config.m4.sasl b/mail/sendmail812/files/site.config.m4.sasl deleted file mode 100644 index 5c7e9ee0fac4..000000000000 --- a/mail/sendmail812/files/site.config.m4.sasl +++ /dev/null @@ -1,4 +0,0 @@ -APPENDDEF(`conf_sendmail_ENVDEF', `-I%%LOCALBASE%%/include/sasl1') -APPENDDEF(`conf_sendmail_ENVDEF', `-DSASL') -APPENDDEF(`confLIBDIRS', `-L%%LOCALBASE%%/lib') -APPENDDEF(`conf_sendmail_LIBS', `-lsasl') diff --git a/mail/sendmail812/files/site.config.m4.sasl2 b/mail/sendmail812/files/site.config.m4.sasl2 deleted file mode 100644 index bf1d85f38035..000000000000 --- a/mail/sendmail812/files/site.config.m4.sasl2 +++ /dev/null @@ -1,4 +0,0 @@ -APPENDDEF(`conf_sendmail_ENVDEF', `-I%%LOCALBASE%%/include') -APPENDDEF(`conf_sendmail_ENVDEF', `-DSASL=2') -APPENDDEF(`confLIBDIRS', `-L%%LOCALBASE%%/lib') -APPENDDEF(`conf_sendmail_LIBS', `-lsasl2') diff --git a/mail/sendmail812/files/site.config.m4.smtps b/mail/sendmail812/files/site.config.m4.smtps deleted file mode 100644 index f66b5fa440cd..000000000000 --- a/mail/sendmail812/files/site.config.m4.smtps +++ /dev/null @@ -1 +0,0 @@ -APPENDDEF(`conf_sendmail_ENVDEF', `-D_FFR_SMTP_SSL') diff --git a/mail/sendmail812/files/site.config.m4.ssl b/mail/sendmail812/files/site.config.m4.ssl deleted file mode 100644 index 801030866543..000000000000 --- a/mail/sendmail812/files/site.config.m4.ssl +++ /dev/null @@ -1,3 +0,0 @@ -APPENDDEF(`confLIBDIRS', `-L%%LOCALBASE%%/lib' -rpath=%%LOCALBASE%%/lib ) -APPENDDEF(`confINCDIRS', `-I%%LOCALBASE%%/include') -APPENDDEF(`conf_sendmail_ENVDEF', `-DHASSRANDOMDEV') diff --git a/mail/sendmail812/files/site.config.m4.tls b/mail/sendmail812/files/site.config.m4.tls deleted file mode 100644 index 16e2e2b2301a..000000000000 --- a/mail/sendmail812/files/site.config.m4.tls +++ /dev/null @@ -1,4 +0,0 @@ -APPENDDEF(`conf_sendmail_ENVDEF', `-DSTARTTLS') -APPENDDEF(`conf_sendmail_ENVDEF', `-D_FFR_TLS_1') -APPENDDEF(`conf_sendmail_ENVDEF', `-D_FFR_SSL') -APPENDDEF(`conf_sendmail_LIBS', `-lssl -lcrypto') diff --git a/mail/sendmail812/files/sm-client.sh b/mail/sendmail812/files/sm-client.sh deleted file mode 100644 index 6e5429c29303..000000000000 --- a/mail/sendmail812/files/sm-client.sh +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: /tmp/pcvs/ports/mail/sendmail812/files/Attic/sm-client.sh,v 1.3 2002-04-06 08:17:34 dinoex Exp $ -# -if ! test -x %%PREFIX%%/sbin/sendmail -then - exit 0 -fi -case "$1" in -start) - %%PREFIX%%/sbin/sendmail -L sm-msp-queue -Ac -q30m - echo -n ' sm-msp-queue' - ;; -stop) - if test -e /var/spool/clientmqueue/sm-client.pid - then - kill `head -1 /var/spool/clientmqueue/sm-client.pid` - rm -f /var/spool/clientmqueue/sm-client.pid - fi - ;; -restart) - if test -e /var/spool/clientmqueue/sm-client.pid - then - kill -1 `head -1 /var/spool/clientmqueue/sm-client.pid` - fi - ;; -*) - echo "Usage: ${0##*/}: { start | stop | restart }" 2>&1 - exit 65 - ;; -esac diff --git a/mail/sendmail812/files/tls-install.sh b/mail/sendmail812/files/tls-install.sh deleted file mode 100644 index 1efa8c570a16..000000000000 --- a/mail/sendmail812/files/tls-install.sh +++ /dev/null @@ -1,92 +0,0 @@ -#!/bin/sh -# -CADIR="${CADIR-${DESTDIR}/etc/mail/certs/CA}" -FILSEDIR="${FILESDIR-/usr/ports/mail/sendmail/files}" -REALM=`hostname` - -echo "creating: ${CADIR} on ${REALM}" -for i in certs crl newcerts private ../private -do - if test ! -d "${CADIR}/${i}" - then - mkdir -p "${CADIR}/${i}" - fi -done -chmod 0700 "${CADIR}/private" "${CADIR}/../private" -cd "${CADIR}" || exit 65 - -if test ! -f openssl.cnf -then - echo "generating: openssl.cnf" - sed -e "s=./demoCA=${CADIR}=" /etc/ssl/openssl.cnf > "openssl.cnf" -fi - -if test ! -f "serial" -then - echo "generating: serial" - umask 0022 - echo "01" > "serial" -fi - -if test ! -f "index.txt" -then - echo "generating: index.txt" - umask 0022 - cp /dev/null "index.txt" -fi - -if test ! -f "cacert.pem" -then - echo "generating CA" - umask 0077 - openssl req -new -x509 -config openssl.cnf \ - -keyout private/cakey.pem \ - -out cacert.pem -fi - -if test ! -f "../sendmailcert.pem" -then - if test ! -f "../private/sendmailkey.pem" - then - echo "creating cert signing request" - umask 0066 - openssl req -nodes -new -x509 -config openssl.cnf \ - -keyout ../private/sendmailkey.pem \ - -out ../private/sendmailkey.pem - fi - if test ! -f "newcsr.pem" - then - echo "self signing cert" - umask 0066 - openssl x509 -x509toreq \ - -in ../private/sendmailkey.pem \ - -signkey ../private/sendmailkey.pem \ - -out newcsr.pem - fi - if test ! -f "sendmailcert.pem" - then - echo "signing cert" - openssl ca -config openssl.cnf -policy policy_anything \ - -out ../sendmailcert.pem \ - -infiles newcsr.pem - rm -f newcsr.pem - fi -fi - -sed 's/^X//' << 'END-of-files/tls.m4' -X# links: -X# http://www.sendmail.org/~gshapiro/ -X# http://www.sendmail.org/~ca/email/starttls.html -X# http://www.ofb.net/~jheiss/sendmail/tlsandrelay.shtml -X# -X# You may need to add this to your sendmail.mc file: -X -Xdefine(`confCACERT_PATH', `MAIL_SETTINGS_DIR`'certs')dnl -Xdefine(`confCACERT', `confCACERT_PATH/CA/cacert.pem')dnl -Xdefine(`confSERVER_CERT', `confCACERT_PATH/sendmailcert.pem')dnl -Xdefine(`confSERVER_KEY', `confCACERT_PATH/private/sendmailkey.pem')dnl -Xdefine(`confCLIENT_CERT', `confCACERT_PATH/sendmailcert.pem')dnl -Xdefine(`confCLIENT_KEY', `confCACERT_PATH/private/sendmailkey.pem')dnl -X -END-of-files/tls.m4 -exit diff --git a/mail/sendmail812/pkg-descr b/mail/sendmail812/pkg-descr deleted file mode 100644 index 21e2ecf498f9..000000000000 --- a/mail/sendmail812/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Sendmail implements a general purpose internetwork mail routing facility -under the UNIX operating system. It is not tied to any one transport -protocol - its function may be likened to a crossbar switch, relaying -messages from one domain into another. In the process, it can do a limited -amount of message header editing to put the message into a format that is -appropriate for the receiving domain. All of this is done under the -control of a configuration file. - -Sendmail is a trademark of Sendmail, Inc. - -WWW: http://www.sendmail.org/ diff --git a/mail/sendmail812/pkg-message b/mail/sendmail812/pkg-message deleted file mode 100644 index d7ee5410095c..000000000000 --- a/mail/sendmail812/pkg-message +++ /dev/null @@ -1,44 +0,0 @@ ---------------------------------------------------- -If you update your configuration from 8.11.x you need to install an -additional config file: /etc/mail/submit.cf, you can generate it -by calling the target 'submit.cf', submit.mc will be installed too. -%%PORTSDIR%%/mail/sendmail$ make submit.cf - -you should add in /etc/make.conf: -SENDMAIL_CF_DIR= %%PREFIX%%/share/sendmail/cf - -To activate only the delivery from the local submission queue see: -%%PREFIX%%/etc/rc.d/sm-client.sh.sample -and if you use FreeBSD-RELEASE < 4.6 set your flags in /etc/rc.conf: -sendmail_flags="-L sm-msp-queue -Ac -q1m" - -To activate all sendmail processes see: -%%PREFIX%%/etc/rc.d/sendmail.sh.sample - -To deliver all local mail to your mailhub, edit the last line of submit.mc: -FEATURE(`msp','[mailhub.do.main]`)dnl - -To update your configuration look at %%PREFIX%%/share/sendmail/cf/README. ---------------------------------------------------- -To use the ports versions you may add to your sendmail.mc file: - -define(`confEBINDIR', `%%PREFIX%%/libexec')dnl -define(`UUCP_MAILER_PATH', `%%LOCALBASE%%/bin/uux')dnl - ---------------------------------------------------- -To activate sendmail as your default mailer, call the target 'mailer.conf': -$ cd %%PORTSDIR%%/mail/sendmail && make mailer.conf - -Your '/etc/mail/mailer.conf' should look like this: -# -# Execute the "real" sendmail program, named /usr/libexec/sendmail/sendmail -# -sendmail %%PREFIX%%/sbin/sendmail -send-mail %%PREFIX%%/sbin/sendmail -mailq %%PREFIX%%/sbin/sendmail -newaliases %%PREFIX%%/sbin/sendmail -hoststat %%PREFIX%%/sbin/sendmail -purgestat %%PREFIX%%/sbin/sendmail - -You may also need to update /etc/rc.conf. ---------------------------------------------------- diff --git a/mail/sendmail812/pkg-plist b/mail/sendmail812/pkg-plist deleted file mode 100644 index a6b74c3e9575..000000000000 --- a/mail/sendmail812/pkg-plist +++ /dev/null @@ -1,33 +0,0 @@ -@comment $FreeBSD: /tmp/pcvs/ports/mail/sendmail812/Attic/pkg-plist,v 1.16 2003-10-09 16:23:40 dinoex Exp $ -@exec if ! pw groupshow smmsp 2>/dev/null; then pw groupadd smmsp -g 25; fi -@exec if ! pw usershow smmsp 2>/dev/null; then pw useradd smmsp -g smmsp -u 25 -h - -d /nonexistent -s /nonexistent -c "Sendmail Queue"; fi -@exec mkdir -p /var/spool/clientmqueue -@exec chown smmsp:smmsp /var/spool/clientmqueue -@exec chmod 770 /var/spool/clientmqueue -@unexec if pw usershow smmsp | grep -q 90:90; then pw userdel smmsp; fi -@comment (removed by userdel) pw groupdel smmsp -bin/hoststat -bin/mailq -bin/newaliases -bin/purgestat -bin/rmail -bin/vacation -%%ETCPORT%%etc/rc.d/sm-client.sh.sample -%%ETCPORT%%etc/rc.d/sendmail.sh.sample -libexec/mail.local -libexec/smrsh -sbin/editmap -sbin/mailstats -sbin/makemap -sbin/praliases -@group smmsp -sbin/sendmail -@group -@comment (overwritten by pkg_add) chown root:smmsp sbin/sendmail -@exec chmod 2555 %D/sbin/sendmail -%%PORTDOCS%%%%DOCSDIR%%/op.ps -%%PORTDOCS%%%%DOCSDIR%%/op.txt -%%PORTDOCS%%%%DOCSDIR%%/DEVTOOLS -%%PORTDOCS%%%%DOCSDIR%%/SENDMAIL -%%PORTDOCS%%%%DOCSDIR%%/MAIL.LOCAL -%%PORTDOCS%%%%DOCSDIR%%/SMRSH diff --git a/mail/sylpheed2-devel/Makefile b/mail/sylpheed2-devel/Makefile deleted file mode 100644 index 2c93f12e6298..000000000000 --- a/mail/sylpheed2-devel/Makefile +++ /dev/null @@ -1,130 +0,0 @@ -# New ports collection makefile for: sylpheed -# Date created: 15 June 2000 -# Whom: shigeri <shigeri@m10.alpha-net.ne.jp> -# -# $FreeBSD$ -# - -PORTNAME= sylpheed -PORTVERSION= 0.9.7 -PORTREVISION= 1 -CATEGORIES= mail ipv6 -MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ \ - ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= sylpheed-claws - -MAINTAINER= oliver@FreeBSD.org -COMMENT= A lightweight, featureful, and fast GTK+ based e-mail client - -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ - iconv.3:${PORTSDIR}/converters/libiconv - -USE_BZIP2= yes -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_GNOME= gtk12 -USE_LIBTOOL= yes -USE_REINPLACE= yes - -CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include -I${X11BASE}/include" \ - LIBS="-L${PREFIX}/lib -L${LOCALBASE}/lib -L${X11BASE}/lib" -CONFIGURE_ARGS= --enable-ipv6 \ - --prefix=${PREFIX} \ - --with-libintl-prefix=${LOCALBASE} \ - --program-transform-name='' - -.if !defined(WITHOUT_SSL) -USE_OPENSSL= yes -.endif - -.if defined(WITH_PIXBUF) -USE_GNOME+= gdkpixbuf -.else -USE_GNOME+= imlib -.endif - -.include <bsd.port.pre.mk> - -.if defined(WITH_PIXBUF) -CONFIGURE_ARGS+=--disable-imlib -.else -CONFIGURE_ARGS+=--disable-gdk-pixbuf -.endif -.if defined(WITH_GPGME) -LIB_DEPENDS+= gpgme.9:${PORTSDIR}/security/gpgme -RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg -CONFIGURE_ARGS+=--enable-gpgme -.else -CONFIGURE_ARGS+=--disable-gpgme -.endif -.if defined(WITH_COMPFACE) -LIB_DEPENDS+= compface.1:${PORTSDIR}/mail/faces -CONFIGURE_ARGS+=--enable-compface -.else -CONFIGURE_ARGS+=--disable-compface -.endif -.if defined(WITH_JPILOT) -LIB_DEPENDS+= pisock.8:${PORTSDIR}/palm/pilot-link -RUN_DEPENDS+= jpilot:${PORTSDIR}/palm/jpilot -CONFIGURE_ARGS+=--enable-jpilot -.else -CONFIGURE_ARGS+=--disable-jpilot -.endif -.if defined(WITH_LDAP) -USE_OPENLDAP= yes -CONFIGURE_ARGS+=--enable-ldap -.else -CONFIGURE_ARGS+=--disable-ldap -.endif -.if !defined(WITHOUT_SSL) -CONFIGURE_ARGS+=--enable-ssl -.else -CONFIGURE_ARGS+=--disable-ssl -.endif - -MAKEFILES= Makefile.in ac/Makefile.in faq/Makefile.in faq/de/Makefile.in \ - faq/en/Makefile.in faq/es/Makefile.in faq/fr/Makefile.in \ - faq/it/Makefile.in manual/Makefile.in manual/en/Makefile.in \ - manual/ja/Makefile.in src/Makefile.in - -pre-everything:: - @${ECHO} "" - @${ECHO} "You may use the following build options:" - @${ECHO} "" - @${ECHO} " WITH_PIXBUF=yes Enable GDK Pixbuf support" - @${ECHO} " WITH_GPGME=yes Enable GnuPG support using GPGME." - @${ECHO} " WITH_COMPFACE=yes Enable X-Face support." - @${ECHO} " WITH_JPILOT=yes Enable JPilot support." - @${ECHO} " WITH_LDAP=yes Enable LDAP support." - @${ECHO} "" - @${ECHO} " WITHOUT_SSL=yes Disable OpenSSL support." - @${ECHO} "" - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g; \ - s|-lresolv||g; s|-lpisock\"|-liconv &|g' ${WRKSRC}/configure - -.if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e 's|^SUBDIRS = ac po intl src manual faq$$|SUBDIRS = ac po intl src|g' \ - ${WRKSRC}/Makefile.in -.else -.for i in ${MAKEFILES} - @${REINPLACE_CMD} -e 's|^faqdir = @faqdir@$$|faqdir = ${DOCSDIR}/faq|g; \ - s|^manualdir = @manualdir@$$|manualdir = ${DOCSDIR}/manual|g' \ - ${WRKSRC}/${i} -.endfor -.endif - -pre-build: - ${LN} -sf ${LIBTOOL} ${WRKSRC}/libtool - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for i in ChangeLog INSTALL README TODO - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/${i}.jp ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/mail/sylpheed2-devel/distinfo b/mail/sylpheed2-devel/distinfo deleted file mode 100644 index fe51bc3ccdaa..000000000000 --- a/mail/sylpheed2-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (sylpheed-0.9.7.tar.bz2) = 399deb5abd52396d26d6475689a5ec3f diff --git a/mail/sylpheed2-devel/files/patch-ac b/mail/sylpheed2-devel/files/patch-ac deleted file mode 100644 index 86cde54e6a53..000000000000 --- a/mail/sylpheed2-devel/files/patch-ac +++ /dev/null @@ -1,22 +0,0 @@ ---- src/defs.h.orig Mon Sep 3 01:07:32 2001 -+++ src/defs.h Mon Sep 3 04:50:35 2001 -@@ -58,8 +58,8 @@ - #define MARK_VERSION 2 - - #define DEFAULT_SIGNATURE ".signature" --#define DEFAULT_INC_PATH "/usr/bin/mh/inc" --#define DEFAULT_INC_PROGRAM "inc" -+#define DEFAULT_INC_PATH "" -+#define DEFAULT_INC_PROGRAM "" - /* #define DEFAULT_INC_PATH "/usr/bin/imget" */ - /* #define DEFAULT_INC_PROGRAM "imget" */ - #define DEFAULT_SENDMAIL_CMD "/usr/sbin/sendmail -t" -@@ -67,7 +67,7 @@ - #ifdef _PATH_MAILDIR - # define DEFAULT_SPOOL_PATH _PATH_MAILDIR - #else --# define DEFAULT_SPOOL_PATH "/var/spool/mail" -+# define DEFAULT_SPOOL_PATH "/var/mail" - #endif - - #define BUFFSIZE 8192 diff --git a/mail/sylpheed2-devel/pkg-descr b/mail/sylpheed2-devel/pkg-descr deleted file mode 100644 index 82e317b6d4fd..000000000000 --- a/mail/sylpheed2-devel/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Sylpheed is an e-mail client (and news reader) based on GTK+, running on -X Window System, and aiming for: - * Quick response - * Graceful, and sophisticated interface - * Easy configuration, intuitive operation - * Abundant features - -Currently, many features are supported including POP3, IMAP, NNTP, -multiple accounts, threading, filtering, MIME attachments, APOP, SMTP -AUTH, SSL, IPv6, GnuPG, internalization, and more. - -WWW: http://sylpheed.good-day.net/ diff --git a/mail/sylpheed2-devel/pkg-plist b/mail/sylpheed2-devel/pkg-plist deleted file mode 100644 index b331d590a00c..000000000000 --- a/mail/sylpheed2-devel/pkg-plist +++ /dev/null @@ -1,107 +0,0 @@ -bin/sylpheed -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.jp -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/INSTALL.jp -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/README.jp -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%%%DOCSDIR%%/TODO.jp -share/locale/cs/LC_MESSAGES/sylpheed.mo -share/locale/da/LC_MESSAGES/sylpheed.mo -share/locale/de/LC_MESSAGES/sylpheed.mo -share/locale/el/LC_MESSAGES/sylpheed.mo -share/locale/es/LC_MESSAGES/sylpheed.mo -share/locale/et/LC_MESSAGES/sylpheed.mo -share/locale/fr/LC_MESSAGES/sylpheed.mo -share/locale/gl/LC_MESSAGES/sylpheed.mo -share/locale/hr/LC_MESSAGES/sylpheed.mo -share/locale/hu/LC_MESSAGES/sylpheed.mo -share/locale/it/LC_MESSAGES/sylpheed.mo -share/locale/ja/LC_MESSAGES/sylpheed.mo -share/locale/ko/LC_MESSAGES/sylpheed.mo -share/locale/nl/LC_MESSAGES/sylpheed.mo -share/locale/pl/LC_MESSAGES/sylpheed.mo -share/locale/pt_BR/LC_MESSAGES/sylpheed.mo -share/locale/ro/LC_MESSAGES/sylpheed.mo -share/locale/ru/LC_MESSAGES/sylpheed.mo -share/locale/sk/LC_MESSAGES/sylpheed.mo -share/locale/sl/LC_MESSAGES/sylpheed.mo -share/locale/sr/LC_MESSAGES/sylpheed.mo -share/locale/sv/LC_MESSAGES/sylpheed.mo -share/locale/tr/LC_MESSAGES/sylpheed.mo -share/locale/zh_CN/LC_MESSAGES/sylpheed.mo -share/locale/zh_TW.Big5/LC_MESSAGES/sylpheed.mo -%%PORTDOCS%%%%DOCSDIR%%/faq/de/sylpheed-faq-1.html -%%PORTDOCS%%%%DOCSDIR%%/faq/de/sylpheed-faq-2.html -%%PORTDOCS%%%%DOCSDIR%%/faq/de/sylpheed-faq-3.html -%%PORTDOCS%%%%DOCSDIR%%/faq/de/sylpheed-faq.html -%%PORTDOCS%%%%DOCSDIR%%/faq/en/sylpheed-faq-1.html -%%PORTDOCS%%%%DOCSDIR%%/faq/en/sylpheed-faq-2.html -%%PORTDOCS%%%%DOCSDIR%%/faq/en/sylpheed-faq-3.html -%%PORTDOCS%%%%DOCSDIR%%/faq/en/sylpheed-faq.html -%%PORTDOCS%%%%DOCSDIR%%/faq/es/sylpheed-faq-1.html -%%PORTDOCS%%%%DOCSDIR%%/faq/es/sylpheed-faq-2.html -%%PORTDOCS%%%%DOCSDIR%%/faq/es/sylpheed-faq-3.html -%%PORTDOCS%%%%DOCSDIR%%/faq/es/sylpheed-faq.html -%%PORTDOCS%%%%DOCSDIR%%/faq/fr/sylpheed-faq-1.html -%%PORTDOCS%%%%DOCSDIR%%/faq/fr/sylpheed-faq-2.html -%%PORTDOCS%%%%DOCSDIR%%/faq/fr/sylpheed-faq-3.html -%%PORTDOCS%%%%DOCSDIR%%/faq/fr/sylpheed-faq.html -%%PORTDOCS%%%%DOCSDIR%%/faq/it/sylpheed-faq-1.html -%%PORTDOCS%%%%DOCSDIR%%/faq/it/sylpheed-faq-2.html -%%PORTDOCS%%%%DOCSDIR%%/faq/it/sylpheed-faq-3.html -%%PORTDOCS%%%%DOCSDIR%%/faq/it/sylpheed-faq.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-1.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-10.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-11.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-12.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-13.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-14.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-15.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-16.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-17.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-18.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-19.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-2.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-20.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-3.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-4.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-5.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-6.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-7.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-8.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-9.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-1.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-10.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-11.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-12.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-13.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-14.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-15.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-16.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-17.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-18.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-19.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-2.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-20.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-3.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-4.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-5.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-6.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-7.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-8.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-9.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed.sgml -%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/ja -%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/en -%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual -%%PORTDOCS%%@dirrm %%DOCSDIR%%/faq/it -%%PORTDOCS%%@dirrm %%DOCSDIR%%/faq/fr -%%PORTDOCS%%@dirrm %%DOCSDIR%%/faq/es -%%PORTDOCS%%@dirrm %%DOCSDIR%%/faq/en -%%PORTDOCS%%@dirrm %%DOCSDIR%%/faq/de -%%PORTDOCS%%@dirrm %%DOCSDIR%%/faq -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/mail/sylpheed2/Makefile b/mail/sylpheed2/Makefile deleted file mode 100644 index 2c93f12e6298..000000000000 --- a/mail/sylpheed2/Makefile +++ /dev/null @@ -1,130 +0,0 @@ -# New ports collection makefile for: sylpheed -# Date created: 15 June 2000 -# Whom: shigeri <shigeri@m10.alpha-net.ne.jp> -# -# $FreeBSD$ -# - -PORTNAME= sylpheed -PORTVERSION= 0.9.7 -PORTREVISION= 1 -CATEGORIES= mail ipv6 -MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ \ - ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= sylpheed-claws - -MAINTAINER= oliver@FreeBSD.org -COMMENT= A lightweight, featureful, and fast GTK+ based e-mail client - -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ - iconv.3:${PORTSDIR}/converters/libiconv - -USE_BZIP2= yes -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_GNOME= gtk12 -USE_LIBTOOL= yes -USE_REINPLACE= yes - -CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include -I${X11BASE}/include" \ - LIBS="-L${PREFIX}/lib -L${LOCALBASE}/lib -L${X11BASE}/lib" -CONFIGURE_ARGS= --enable-ipv6 \ - --prefix=${PREFIX} \ - --with-libintl-prefix=${LOCALBASE} \ - --program-transform-name='' - -.if !defined(WITHOUT_SSL) -USE_OPENSSL= yes -.endif - -.if defined(WITH_PIXBUF) -USE_GNOME+= gdkpixbuf -.else -USE_GNOME+= imlib -.endif - -.include <bsd.port.pre.mk> - -.if defined(WITH_PIXBUF) -CONFIGURE_ARGS+=--disable-imlib -.else -CONFIGURE_ARGS+=--disable-gdk-pixbuf -.endif -.if defined(WITH_GPGME) -LIB_DEPENDS+= gpgme.9:${PORTSDIR}/security/gpgme -RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg -CONFIGURE_ARGS+=--enable-gpgme -.else -CONFIGURE_ARGS+=--disable-gpgme -.endif -.if defined(WITH_COMPFACE) -LIB_DEPENDS+= compface.1:${PORTSDIR}/mail/faces -CONFIGURE_ARGS+=--enable-compface -.else -CONFIGURE_ARGS+=--disable-compface -.endif -.if defined(WITH_JPILOT) -LIB_DEPENDS+= pisock.8:${PORTSDIR}/palm/pilot-link -RUN_DEPENDS+= jpilot:${PORTSDIR}/palm/jpilot -CONFIGURE_ARGS+=--enable-jpilot -.else -CONFIGURE_ARGS+=--disable-jpilot -.endif -.if defined(WITH_LDAP) -USE_OPENLDAP= yes -CONFIGURE_ARGS+=--enable-ldap -.else -CONFIGURE_ARGS+=--disable-ldap -.endif -.if !defined(WITHOUT_SSL) -CONFIGURE_ARGS+=--enable-ssl -.else -CONFIGURE_ARGS+=--disable-ssl -.endif - -MAKEFILES= Makefile.in ac/Makefile.in faq/Makefile.in faq/de/Makefile.in \ - faq/en/Makefile.in faq/es/Makefile.in faq/fr/Makefile.in \ - faq/it/Makefile.in manual/Makefile.in manual/en/Makefile.in \ - manual/ja/Makefile.in src/Makefile.in - -pre-everything:: - @${ECHO} "" - @${ECHO} "You may use the following build options:" - @${ECHO} "" - @${ECHO} " WITH_PIXBUF=yes Enable GDK Pixbuf support" - @${ECHO} " WITH_GPGME=yes Enable GnuPG support using GPGME." - @${ECHO} " WITH_COMPFACE=yes Enable X-Face support." - @${ECHO} " WITH_JPILOT=yes Enable JPilot support." - @${ECHO} " WITH_LDAP=yes Enable LDAP support." - @${ECHO} "" - @${ECHO} " WITHOUT_SSL=yes Disable OpenSSL support." - @${ECHO} "" - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g; \ - s|-lresolv||g; s|-lpisock\"|-liconv &|g' ${WRKSRC}/configure - -.if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e 's|^SUBDIRS = ac po intl src manual faq$$|SUBDIRS = ac po intl src|g' \ - ${WRKSRC}/Makefile.in -.else -.for i in ${MAKEFILES} - @${REINPLACE_CMD} -e 's|^faqdir = @faqdir@$$|faqdir = ${DOCSDIR}/faq|g; \ - s|^manualdir = @manualdir@$$|manualdir = ${DOCSDIR}/manual|g' \ - ${WRKSRC}/${i} -.endfor -.endif - -pre-build: - ${LN} -sf ${LIBTOOL} ${WRKSRC}/libtool - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for i in ChangeLog INSTALL README TODO - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/${i}.jp ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/mail/sylpheed2/distinfo b/mail/sylpheed2/distinfo deleted file mode 100644 index fe51bc3ccdaa..000000000000 --- a/mail/sylpheed2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (sylpheed-0.9.7.tar.bz2) = 399deb5abd52396d26d6475689a5ec3f diff --git a/mail/sylpheed2/files/patch-ac b/mail/sylpheed2/files/patch-ac deleted file mode 100644 index 86cde54e6a53..000000000000 --- a/mail/sylpheed2/files/patch-ac +++ /dev/null @@ -1,22 +0,0 @@ ---- src/defs.h.orig Mon Sep 3 01:07:32 2001 -+++ src/defs.h Mon Sep 3 04:50:35 2001 -@@ -58,8 +58,8 @@ - #define MARK_VERSION 2 - - #define DEFAULT_SIGNATURE ".signature" --#define DEFAULT_INC_PATH "/usr/bin/mh/inc" --#define DEFAULT_INC_PROGRAM "inc" -+#define DEFAULT_INC_PATH "" -+#define DEFAULT_INC_PROGRAM "" - /* #define DEFAULT_INC_PATH "/usr/bin/imget" */ - /* #define DEFAULT_INC_PROGRAM "imget" */ - #define DEFAULT_SENDMAIL_CMD "/usr/sbin/sendmail -t" -@@ -67,7 +67,7 @@ - #ifdef _PATH_MAILDIR - # define DEFAULT_SPOOL_PATH _PATH_MAILDIR - #else --# define DEFAULT_SPOOL_PATH "/var/spool/mail" -+# define DEFAULT_SPOOL_PATH "/var/mail" - #endif - - #define BUFFSIZE 8192 diff --git a/mail/sylpheed2/pkg-descr b/mail/sylpheed2/pkg-descr deleted file mode 100644 index 82e317b6d4fd..000000000000 --- a/mail/sylpheed2/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Sylpheed is an e-mail client (and news reader) based on GTK+, running on -X Window System, and aiming for: - * Quick response - * Graceful, and sophisticated interface - * Easy configuration, intuitive operation - * Abundant features - -Currently, many features are supported including POP3, IMAP, NNTP, -multiple accounts, threading, filtering, MIME attachments, APOP, SMTP -AUTH, SSL, IPv6, GnuPG, internalization, and more. - -WWW: http://sylpheed.good-day.net/ diff --git a/mail/sylpheed2/pkg-plist b/mail/sylpheed2/pkg-plist deleted file mode 100644 index b331d590a00c..000000000000 --- a/mail/sylpheed2/pkg-plist +++ /dev/null @@ -1,107 +0,0 @@ -bin/sylpheed -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.jp -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/INSTALL.jp -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/README.jp -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%%%DOCSDIR%%/TODO.jp -share/locale/cs/LC_MESSAGES/sylpheed.mo -share/locale/da/LC_MESSAGES/sylpheed.mo -share/locale/de/LC_MESSAGES/sylpheed.mo -share/locale/el/LC_MESSAGES/sylpheed.mo -share/locale/es/LC_MESSAGES/sylpheed.mo -share/locale/et/LC_MESSAGES/sylpheed.mo -share/locale/fr/LC_MESSAGES/sylpheed.mo -share/locale/gl/LC_MESSAGES/sylpheed.mo -share/locale/hr/LC_MESSAGES/sylpheed.mo -share/locale/hu/LC_MESSAGES/sylpheed.mo -share/locale/it/LC_MESSAGES/sylpheed.mo -share/locale/ja/LC_MESSAGES/sylpheed.mo -share/locale/ko/LC_MESSAGES/sylpheed.mo -share/locale/nl/LC_MESSAGES/sylpheed.mo -share/locale/pl/LC_MESSAGES/sylpheed.mo -share/locale/pt_BR/LC_MESSAGES/sylpheed.mo -share/locale/ro/LC_MESSAGES/sylpheed.mo -share/locale/ru/LC_MESSAGES/sylpheed.mo -share/locale/sk/LC_MESSAGES/sylpheed.mo -share/locale/sl/LC_MESSAGES/sylpheed.mo -share/locale/sr/LC_MESSAGES/sylpheed.mo -share/locale/sv/LC_MESSAGES/sylpheed.mo -share/locale/tr/LC_MESSAGES/sylpheed.mo -share/locale/zh_CN/LC_MESSAGES/sylpheed.mo -share/locale/zh_TW.Big5/LC_MESSAGES/sylpheed.mo -%%PORTDOCS%%%%DOCSDIR%%/faq/de/sylpheed-faq-1.html -%%PORTDOCS%%%%DOCSDIR%%/faq/de/sylpheed-faq-2.html -%%PORTDOCS%%%%DOCSDIR%%/faq/de/sylpheed-faq-3.html -%%PORTDOCS%%%%DOCSDIR%%/faq/de/sylpheed-faq.html -%%PORTDOCS%%%%DOCSDIR%%/faq/en/sylpheed-faq-1.html -%%PORTDOCS%%%%DOCSDIR%%/faq/en/sylpheed-faq-2.html -%%PORTDOCS%%%%DOCSDIR%%/faq/en/sylpheed-faq-3.html -%%PORTDOCS%%%%DOCSDIR%%/faq/en/sylpheed-faq.html -%%PORTDOCS%%%%DOCSDIR%%/faq/es/sylpheed-faq-1.html -%%PORTDOCS%%%%DOCSDIR%%/faq/es/sylpheed-faq-2.html -%%PORTDOCS%%%%DOCSDIR%%/faq/es/sylpheed-faq-3.html -%%PORTDOCS%%%%DOCSDIR%%/faq/es/sylpheed-faq.html -%%PORTDOCS%%%%DOCSDIR%%/faq/fr/sylpheed-faq-1.html -%%PORTDOCS%%%%DOCSDIR%%/faq/fr/sylpheed-faq-2.html -%%PORTDOCS%%%%DOCSDIR%%/faq/fr/sylpheed-faq-3.html -%%PORTDOCS%%%%DOCSDIR%%/faq/fr/sylpheed-faq.html -%%PORTDOCS%%%%DOCSDIR%%/faq/it/sylpheed-faq-1.html -%%PORTDOCS%%%%DOCSDIR%%/faq/it/sylpheed-faq-2.html -%%PORTDOCS%%%%DOCSDIR%%/faq/it/sylpheed-faq-3.html -%%PORTDOCS%%%%DOCSDIR%%/faq/it/sylpheed-faq.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-1.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-10.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-11.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-12.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-13.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-14.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-15.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-16.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-17.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-18.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-19.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-2.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-20.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-3.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-4.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-5.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-6.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-7.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-8.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-9.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-1.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-10.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-11.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-12.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-13.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-14.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-15.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-16.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-17.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-18.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-19.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-2.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-20.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-3.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-4.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-5.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-6.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-7.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-8.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-9.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed.sgml -%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/ja -%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/en -%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual -%%PORTDOCS%%@dirrm %%DOCSDIR%%/faq/it -%%PORTDOCS%%@dirrm %%DOCSDIR%%/faq/fr -%%PORTDOCS%%@dirrm %%DOCSDIR%%/faq/es -%%PORTDOCS%%@dirrm %%DOCSDIR%%/faq/en -%%PORTDOCS%%@dirrm %%DOCSDIR%%/faq/de -%%PORTDOCS%%@dirrm %%DOCSDIR%%/faq -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/mail/sylpheed3/Makefile b/mail/sylpheed3/Makefile deleted file mode 100644 index 2c93f12e6298..000000000000 --- a/mail/sylpheed3/Makefile +++ /dev/null @@ -1,130 +0,0 @@ -# New ports collection makefile for: sylpheed -# Date created: 15 June 2000 -# Whom: shigeri <shigeri@m10.alpha-net.ne.jp> -# -# $FreeBSD$ -# - -PORTNAME= sylpheed -PORTVERSION= 0.9.7 -PORTREVISION= 1 -CATEGORIES= mail ipv6 -MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ \ - ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= sylpheed-claws - -MAINTAINER= oliver@FreeBSD.org -COMMENT= A lightweight, featureful, and fast GTK+ based e-mail client - -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ - iconv.3:${PORTSDIR}/converters/libiconv - -USE_BZIP2= yes -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_GNOME= gtk12 -USE_LIBTOOL= yes -USE_REINPLACE= yes - -CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include -I${X11BASE}/include" \ - LIBS="-L${PREFIX}/lib -L${LOCALBASE}/lib -L${X11BASE}/lib" -CONFIGURE_ARGS= --enable-ipv6 \ - --prefix=${PREFIX} \ - --with-libintl-prefix=${LOCALBASE} \ - --program-transform-name='' - -.if !defined(WITHOUT_SSL) -USE_OPENSSL= yes -.endif - -.if defined(WITH_PIXBUF) -USE_GNOME+= gdkpixbuf -.else -USE_GNOME+= imlib -.endif - -.include <bsd.port.pre.mk> - -.if defined(WITH_PIXBUF) -CONFIGURE_ARGS+=--disable-imlib -.else -CONFIGURE_ARGS+=--disable-gdk-pixbuf -.endif -.if defined(WITH_GPGME) -LIB_DEPENDS+= gpgme.9:${PORTSDIR}/security/gpgme -RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg -CONFIGURE_ARGS+=--enable-gpgme -.else -CONFIGURE_ARGS+=--disable-gpgme -.endif -.if defined(WITH_COMPFACE) -LIB_DEPENDS+= compface.1:${PORTSDIR}/mail/faces -CONFIGURE_ARGS+=--enable-compface -.else -CONFIGURE_ARGS+=--disable-compface -.endif -.if defined(WITH_JPILOT) -LIB_DEPENDS+= pisock.8:${PORTSDIR}/palm/pilot-link -RUN_DEPENDS+= jpilot:${PORTSDIR}/palm/jpilot -CONFIGURE_ARGS+=--enable-jpilot -.else -CONFIGURE_ARGS+=--disable-jpilot -.endif -.if defined(WITH_LDAP) -USE_OPENLDAP= yes -CONFIGURE_ARGS+=--enable-ldap -.else -CONFIGURE_ARGS+=--disable-ldap -.endif -.if !defined(WITHOUT_SSL) -CONFIGURE_ARGS+=--enable-ssl -.else -CONFIGURE_ARGS+=--disable-ssl -.endif - -MAKEFILES= Makefile.in ac/Makefile.in faq/Makefile.in faq/de/Makefile.in \ - faq/en/Makefile.in faq/es/Makefile.in faq/fr/Makefile.in \ - faq/it/Makefile.in manual/Makefile.in manual/en/Makefile.in \ - manual/ja/Makefile.in src/Makefile.in - -pre-everything:: - @${ECHO} "" - @${ECHO} "You may use the following build options:" - @${ECHO} "" - @${ECHO} " WITH_PIXBUF=yes Enable GDK Pixbuf support" - @${ECHO} " WITH_GPGME=yes Enable GnuPG support using GPGME." - @${ECHO} " WITH_COMPFACE=yes Enable X-Face support." - @${ECHO} " WITH_JPILOT=yes Enable JPilot support." - @${ECHO} " WITH_LDAP=yes Enable LDAP support." - @${ECHO} "" - @${ECHO} " WITHOUT_SSL=yes Disable OpenSSL support." - @${ECHO} "" - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g; \ - s|-lresolv||g; s|-lpisock\"|-liconv &|g' ${WRKSRC}/configure - -.if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e 's|^SUBDIRS = ac po intl src manual faq$$|SUBDIRS = ac po intl src|g' \ - ${WRKSRC}/Makefile.in -.else -.for i in ${MAKEFILES} - @${REINPLACE_CMD} -e 's|^faqdir = @faqdir@$$|faqdir = ${DOCSDIR}/faq|g; \ - s|^manualdir = @manualdir@$$|manualdir = ${DOCSDIR}/manual|g' \ - ${WRKSRC}/${i} -.endfor -.endif - -pre-build: - ${LN} -sf ${LIBTOOL} ${WRKSRC}/libtool - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for i in ChangeLog INSTALL README TODO - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/${i}.jp ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/mail/sylpheed3/distinfo b/mail/sylpheed3/distinfo deleted file mode 100644 index fe51bc3ccdaa..000000000000 --- a/mail/sylpheed3/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (sylpheed-0.9.7.tar.bz2) = 399deb5abd52396d26d6475689a5ec3f diff --git a/mail/sylpheed3/files/patch-ac b/mail/sylpheed3/files/patch-ac deleted file mode 100644 index 86cde54e6a53..000000000000 --- a/mail/sylpheed3/files/patch-ac +++ /dev/null @@ -1,22 +0,0 @@ ---- src/defs.h.orig Mon Sep 3 01:07:32 2001 -+++ src/defs.h Mon Sep 3 04:50:35 2001 -@@ -58,8 +58,8 @@ - #define MARK_VERSION 2 - - #define DEFAULT_SIGNATURE ".signature" --#define DEFAULT_INC_PATH "/usr/bin/mh/inc" --#define DEFAULT_INC_PROGRAM "inc" -+#define DEFAULT_INC_PATH "" -+#define DEFAULT_INC_PROGRAM "" - /* #define DEFAULT_INC_PATH "/usr/bin/imget" */ - /* #define DEFAULT_INC_PROGRAM "imget" */ - #define DEFAULT_SENDMAIL_CMD "/usr/sbin/sendmail -t" -@@ -67,7 +67,7 @@ - #ifdef _PATH_MAILDIR - # define DEFAULT_SPOOL_PATH _PATH_MAILDIR - #else --# define DEFAULT_SPOOL_PATH "/var/spool/mail" -+# define DEFAULT_SPOOL_PATH "/var/mail" - #endif - - #define BUFFSIZE 8192 diff --git a/mail/sylpheed3/pkg-descr b/mail/sylpheed3/pkg-descr deleted file mode 100644 index 82e317b6d4fd..000000000000 --- a/mail/sylpheed3/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Sylpheed is an e-mail client (and news reader) based on GTK+, running on -X Window System, and aiming for: - * Quick response - * Graceful, and sophisticated interface - * Easy configuration, intuitive operation - * Abundant features - -Currently, many features are supported including POP3, IMAP, NNTP, -multiple accounts, threading, filtering, MIME attachments, APOP, SMTP -AUTH, SSL, IPv6, GnuPG, internalization, and more. - -WWW: http://sylpheed.good-day.net/ diff --git a/mail/sylpheed3/pkg-plist b/mail/sylpheed3/pkg-plist deleted file mode 100644 index b331d590a00c..000000000000 --- a/mail/sylpheed3/pkg-plist +++ /dev/null @@ -1,107 +0,0 @@ -bin/sylpheed -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.jp -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/INSTALL.jp -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/README.jp -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%%%DOCSDIR%%/TODO.jp -share/locale/cs/LC_MESSAGES/sylpheed.mo -share/locale/da/LC_MESSAGES/sylpheed.mo -share/locale/de/LC_MESSAGES/sylpheed.mo -share/locale/el/LC_MESSAGES/sylpheed.mo -share/locale/es/LC_MESSAGES/sylpheed.mo -share/locale/et/LC_MESSAGES/sylpheed.mo -share/locale/fr/LC_MESSAGES/sylpheed.mo -share/locale/gl/LC_MESSAGES/sylpheed.mo -share/locale/hr/LC_MESSAGES/sylpheed.mo -share/locale/hu/LC_MESSAGES/sylpheed.mo -share/locale/it/LC_MESSAGES/sylpheed.mo -share/locale/ja/LC_MESSAGES/sylpheed.mo -share/locale/ko/LC_MESSAGES/sylpheed.mo -share/locale/nl/LC_MESSAGES/sylpheed.mo -share/locale/pl/LC_MESSAGES/sylpheed.mo -share/locale/pt_BR/LC_MESSAGES/sylpheed.mo -share/locale/ro/LC_MESSAGES/sylpheed.mo -share/locale/ru/LC_MESSAGES/sylpheed.mo -share/locale/sk/LC_MESSAGES/sylpheed.mo -share/locale/sl/LC_MESSAGES/sylpheed.mo -share/locale/sr/LC_MESSAGES/sylpheed.mo -share/locale/sv/LC_MESSAGES/sylpheed.mo -share/locale/tr/LC_MESSAGES/sylpheed.mo -share/locale/zh_CN/LC_MESSAGES/sylpheed.mo -share/locale/zh_TW.Big5/LC_MESSAGES/sylpheed.mo -%%PORTDOCS%%%%DOCSDIR%%/faq/de/sylpheed-faq-1.html -%%PORTDOCS%%%%DOCSDIR%%/faq/de/sylpheed-faq-2.html -%%PORTDOCS%%%%DOCSDIR%%/faq/de/sylpheed-faq-3.html -%%PORTDOCS%%%%DOCSDIR%%/faq/de/sylpheed-faq.html -%%PORTDOCS%%%%DOCSDIR%%/faq/en/sylpheed-faq-1.html -%%PORTDOCS%%%%DOCSDIR%%/faq/en/sylpheed-faq-2.html -%%PORTDOCS%%%%DOCSDIR%%/faq/en/sylpheed-faq-3.html -%%PORTDOCS%%%%DOCSDIR%%/faq/en/sylpheed-faq.html -%%PORTDOCS%%%%DOCSDIR%%/faq/es/sylpheed-faq-1.html -%%PORTDOCS%%%%DOCSDIR%%/faq/es/sylpheed-faq-2.html -%%PORTDOCS%%%%DOCSDIR%%/faq/es/sylpheed-faq-3.html -%%PORTDOCS%%%%DOCSDIR%%/faq/es/sylpheed-faq.html -%%PORTDOCS%%%%DOCSDIR%%/faq/fr/sylpheed-faq-1.html -%%PORTDOCS%%%%DOCSDIR%%/faq/fr/sylpheed-faq-2.html -%%PORTDOCS%%%%DOCSDIR%%/faq/fr/sylpheed-faq-3.html -%%PORTDOCS%%%%DOCSDIR%%/faq/fr/sylpheed-faq.html -%%PORTDOCS%%%%DOCSDIR%%/faq/it/sylpheed-faq-1.html -%%PORTDOCS%%%%DOCSDIR%%/faq/it/sylpheed-faq-2.html -%%PORTDOCS%%%%DOCSDIR%%/faq/it/sylpheed-faq-3.html -%%PORTDOCS%%%%DOCSDIR%%/faq/it/sylpheed-faq.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-1.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-10.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-11.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-12.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-13.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-14.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-15.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-16.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-17.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-18.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-19.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-2.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-20.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-3.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-4.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-5.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-6.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-7.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-8.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-9.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-1.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-10.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-11.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-12.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-13.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-14.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-15.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-16.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-17.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-18.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-19.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-2.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-20.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-3.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-4.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-5.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-6.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-7.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-8.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-9.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed.sgml -%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/ja -%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/en -%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual -%%PORTDOCS%%@dirrm %%DOCSDIR%%/faq/it -%%PORTDOCS%%@dirrm %%DOCSDIR%%/faq/fr -%%PORTDOCS%%@dirrm %%DOCSDIR%%/faq/es -%%PORTDOCS%%@dirrm %%DOCSDIR%%/faq/en -%%PORTDOCS%%@dirrm %%DOCSDIR%%/faq/de -%%PORTDOCS%%@dirrm %%DOCSDIR%%/faq -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/mail/thunderbird-devel/Makefile b/mail/thunderbird-devel/Makefile deleted file mode 100644 index 329f2d6b8b7b..000000000000 --- a/mail/thunderbird-devel/Makefile +++ /dev/null @@ -1,154 +0,0 @@ -# New ports collection makefile for: mozilla-thunderbird -# Date created: 4 September 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= thunderbird -PORTVERSION= 0.3 -CATEGORIES= mail -MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION} -PKGNAMEPREFIX= mozilla- -DISTNAME= ${PORTNAME}-source-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Mozilla Thunderbird is standalone mail and news that stands above - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png \ - mng.1:${PORTSDIR}/graphics/libmng \ - freetype.9:${PORTSDIR}/print/freetype2 \ - iconv.3:${PORTSDIR}/converters/libiconv \ - nspr4.1:${PORTSDIR}/devel/nspr -BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ - freetype-config:${PORTSDIR}/print/freetype2 - -USE_X_PREFIX= yes - -USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5= yes -USE_REINPLACE= yes -HAS_CONFIGURE= yes -ALL_TARGET= default -USE_GNOME= gtk20 libidl - -NO_MTREE= yes -WRKSRC= ${WRKDIR}/mozilla -LOCAL_SUBDIR= lib/${PORTNAME} -LOCAL_PREFIX= ${PREFIX}/${LOCAL_SUBDIR} - -NOT_FOR_ARCHS= amd64 - -.include <bsd.port.pre.mk> - -SORT?=/usr/bin/sort - -.if ${ARCH} == "i386" -CONFIGURE_ENV+= WITH_REORDER=yes -.endif # ${ARCH} == "i386" - -.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 -IGNORE= "core dumps at runtime" -.endif # ${ARCH} == "alpha" && ${OSVERSION} < 500035 - -.if defined(WITH_DEBUG) -WITH_LOGGING= yes -CONFIGURE_ENV+= WITH_DEBUG=yes -.endif # defined(WITH_DEBUG) - -.if defined(WITH_OPTIMIZED_CFLAGS) -CFLAGS+= -O2 -.endif # defined(WITH_OPTIMIZED_CFLAGS) - -.if defined(WITH_LOGGING) -CONFIGURE_ENV+= WITH_LOGGING=yes -.endif # defined(WITH_LOGGING) - -.if defined(WITHOUT_XFT) -CONFIGURE_ENV+= WITHOUT_XFT=yes -.else -LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft -.endif # !defined(WITHOUT_XFT) - -CPPFLAGS+= -I${X11BASE}/include -CFLAGS+= ${PTHREAD_CFLAGS} -LDFLAGS+= -L${X11BASE}/lib -LIBS+= ${PTHREAD_LIBS} - -pre-extract:: - @${ECHO_MSG} - @${ECHO_MSG} "Extracting source (this takes a while) ..." - @${ECHO_MSG} - -post-extract:: - @${SED} -e 's|@CPPFLAGS@|${CPPFLAGS}|' \ - -e 's|@CFLAGS@|${CFLAGS}|' \ - -e 's|@LDFLAGS@|${LDFLAGS}|' \ - -e 's|@LIBS@|${LIBS}|' \ - -e 's|@X11BASE@|${X11BASE}|' \ - -e 's|@LOCALBASE@|${LOCALBASE}|' \ - -e 's|@PREFIX@|${LOCAL_PREFIX}|' \ - -e 's|@PERL@|${PERL5}|' \ - <${FILESDIR}/mozconfig.in >${WRKSRC}/.mozconfig - -post-patch: - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ - ${WRKSRC}/build/unix/run-mozilla.sh - @${REINPLACE_CMD} -e 's|-lc_r|${PTHREAD_LIBS}|g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g' \ - ${WRKSRC}/nsprpub/config/FreeBSD.mk \ - ${WRKSRC}/security/coreconf/FreeBSD.mk \ - ${WRKSRC}/directory/c-sdk/config/FreeBSD.mk \ - ${WRKSRC}/js/src/Makefile.in - -pre-install: - ${RM} -fr ${LOCAL_PREFIX} - -link-bins: - ${RM} -f ${PREFIX}/bin/thunderbird - ${LN} -s ${LOCAL_PREFIX}/bin/thunderbird \ - ${PREFIX}/bin/thunderbird - ${RM} -f ${PREFIX}/bin/thunderbird-config - ${LN} -s ${LOCAL_PREFIX}/bin/mozilla-config \ - ${PREFIX}/bin/thunderbird-config - -cleanup-install: - ${RM} -fr ${LOCAL_PREFIX}/share/idl - ${RM} -fr ${LOCAL_PREFIX}/include - -cons-plist: - -${RM} -f ${PLIST} - ${TOUCH} ${PLIST} - ${ECHO_CMD} bin/thunderbird >>${PLIST} - ${ECHO_CMD} bin/thunderbird-config >>${PLIST} -.for i in ${EXTRA_SCRIPTS} - ${ECHO_CMD} bin/${i} >>${PLIST} -.endfor # i in ${EXTRA_SCRIPTS} - cd ${PREFIX}; \ - ${FIND} ${LOCAL_SUBDIR} ! -type d | ${SORT} >>${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d -empty | ${SORT} \ - | ${SED} -e "s:^:@exec ${MKDIR} %D/:" -e "s:$$: || true:" \ - >> ${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d -empty | ${SORT} -r \ - | ${SED} -e "s:^:@unexec ${RMDIR} %D/:" -e "s:$$: || true:" \ - >> ${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d ! -empty | ${SORT} -r \ - | ${SED} -e "s:^:@dirrm :" >> ${PLIST} - -.PHONY: link-bins cleanup-install cons-plist - -.include <bsd.port.post.mk> - -# <alane> -# Under normal circumstances, you should not put anything after -# the above line. However, this is the only way I can state the -# dependency without trashing the actual code of the generate-plist -# target. This is a limitation of the make(1) program itself. -# </alane> -generate-plist: link-bins cleanup-install - -#EOF diff --git a/mail/thunderbird-devel/distinfo b/mail/thunderbird-devel/distinfo deleted file mode 100644 index 2a1b70736533..000000000000 --- a/mail/thunderbird-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (thunderbird-source-0.3.tar.bz2) = 63bfc18db94e605a25a222e417d3a69d diff --git a/mail/thunderbird-devel/files/mozconfig.in b/mail/thunderbird-devel/files/mozconfig.in deleted file mode 100644 index 25aec5d460a6..000000000000 --- a/mail/thunderbird-devel/files/mozconfig.in +++ /dev/null @@ -1,65 +0,0 @@ -# .mozconfig.in -*-shell-script-*- -# $FreeBSD$ -###################################################################### -# standard opts from README -export MOZ_THUNDERBIRD=1 -mk_add_options MOZ_MOZ_THUNDERBIRD=1 -ac_add_options --enable-crypto -ac_add_options --disable-mathml -ac_add_options --disable-installer -ac_add_options --disable-activex -ac_add_options --disable-activex-scripting -ac_add_options --disable-oji -ac_add_options --disable-necko-disk-cache -ac_add_options --disable-tests -ac_add_options --disable-profilesharing -ac_add_options --enable-extensions=wallet,spellcheck -ac_add_options --enable-necko-protocols=http,file,jar,viewsource,res,data -ac_add_options --enable-image-decoders=png,gif,jpeg -ac_add_options --enable-default-toolkit=gtk2 -###################################################################### -# FBSD specific -export CPPFLAGS="@CPPFLAGS@" -export CFLAGS="@CFLAGS@" -export LIBS="@LIBS@" -export LDFLAGS="@LDFLAGS@" -export CONFIG_SH=/bin/sh -export XP_UNIX=1 -mk_add_options XP_UNIX=1 -export PERL="@PERL@" -mk_add_options PERL=$PERL -# Configure options for installation -ac_add_options --prefix=@PREFIX@ -###################################################################### -# Use ports for these libraries -ac_add_options --with-system-jpeg=@LOCALBASE@ -ac_add_options --with-system-zlib -ac_add_options --with-system-png=@LOCALBASE@ -ac_add_options --with-system-mng=@LOCALBASE@ -###################################################################### -# set compile/link features -ac_add_options --with-pthreads -ac_add_options --enable-strip -###################################################################### -# conditional from port Makefile -if test -n "$WITH_REORDER"; then - ac_add_options --enable-reorder -else - ac_add_options --disable-reorder -fi # test -n "$WITH_REORDER" -if test -n "$WITH_DEBUG"; then - ac_add_options --enable-debug -else - ac_add_options --disable-debug -fi # test -n "$WITH_DEBUG" -if test -n "$WITH_LOGGING"; then - ac_add_options --enable-logging -else - ac_add_options --disable-logging -fi # test -n "$WITH_LOGGING" -if test -z "$WITHOUT_XFT"; then - ac_add_options --enable-xft -else - ac_add_options --disable-xft -fi # test -z "$WITHOUT_XFT" -###################################################################### diff --git a/mail/thunderbird-devel/files/patch-Double.cpp b/mail/thunderbird-devel/files/patch-Double.cpp deleted file mode 100644 index 5cd13e4ff4fe..000000000000 --- a/mail/thunderbird-devel/files/patch-Double.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- extensions/transformiix/source/base/Double.cpp.orig Thu Jan 30 09:26:46 2003 -+++ extensions/transformiix/source/base/Double.cpp Sun Nov 16 01:46:42 2003 -@@ -51,10 +51,10 @@ - //A trick to handle IEEE floating point exceptions on FreeBSD - E.D. - #ifdef __FreeBSD__ - #include <ieeefp.h> --#ifdef __alpha__ --fp_except_t allmask = FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP; --#else -+#if defined(__i386__) - fp_except_t allmask = FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP|FP_X_DNML; -+#else -+fp_except_t allmask = FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP; - #endif - fp_except_t oldmask = fpsetmask(~allmask); - #endif -@@ -75,22 +75,31 @@ - #define TX_DOUBLE_HI32_EXPMASK 0x7ff00000 - #define TX_DOUBLE_HI32_MANTMASK 0x000fffff - -+union ui32dun { -+ PRUint32 i[2]; -+ double d; -+}; -+ - //-- Initialize Double related constants - #ifdef IS_BIG_ENDIAN --const PRUint32 nanMask[2] = {TX_DOUBLE_HI32_EXPMASK | TX_DOUBLE_HI32_MANTMASK, -- 0xffffffff}; --const PRUint32 infMask[2] = {TX_DOUBLE_HI32_EXPMASK, 0}; --const PRUint32 negInfMask[2] = {TX_DOUBLE_HI32_EXPMASK | TX_DOUBLE_HI32_SIGNBIT, 0}; -+const union ui32dun nanMask = -+ {{TX_DOUBLE_HI32_EXPMASK | TX_DOUBLE_HI32_MANTMASK, 0xffffffff}}; -+const union ui32dun infMask = -+ {{TX_DOUBLE_HI32_EXPMASK, 0}}; -+const union ui32dun negInfMask = -+ {{TX_DOUBLE_HI32_EXPMASK | TX_DOUBLE_HI32_SIGNBIT, 0}}; - #else --const PRUint32 nanMask[2] = {0xffffffff, -- TX_DOUBLE_HI32_EXPMASK | TX_DOUBLE_HI32_MANTMASK}; --const PRUint32 infMask[2] = {0, TX_DOUBLE_HI32_EXPMASK}; --const PRUint32 negInfMask[2] = {0, TX_DOUBLE_HI32_EXPMASK | TX_DOUBLE_HI32_SIGNBIT}; -+const union ui32dun nanMask = -+ {{0xffffffff, TX_DOUBLE_HI32_EXPMASK | TX_DOUBLE_HI32_MANTMASK}}; -+const union ui32dun infMask = -+ {{0, TX_DOUBLE_HI32_EXPMASK}}; -+const union ui32dun negInfMask = -+ {{0, TX_DOUBLE_HI32_EXPMASK | TX_DOUBLE_HI32_SIGNBIT}}; - #endif - --const double Double::NaN = *((double*)nanMask); --const double Double::POSITIVE_INFINITY = *((double*)infMask); --const double Double::NEGATIVE_INFINITY = *((double*)negInfMask); -+const double Double::NaN = nanMask.d; -+const double Double::POSITIVE_INFINITY = infMask.d; -+const double Double::NEGATIVE_INFINITY = negInfMask.d; - - /* - * Determines whether the given double represents positive or negative diff --git a/mail/thunderbird-devel/files/patch-alpha b/mail/thunderbird-devel/files/patch-alpha deleted file mode 100644 index f8c1b081c9fa..000000000000 --- a/mail/thunderbird-devel/files/patch-alpha +++ /dev/null @@ -1,492 +0,0 @@ ---- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig Mon Jan 27 22:52:51 2003 -+++ xpcom/reflect/xptcall/src/md/unix/Makefile.in Tue May 27 01:41:12 2003 -@@ -100,9 +100,15 @@ - ASFILES := xptcinvoke_asm_osf1_alpha.s xptcstubs_asm_osf1_alpha.s - endif - # -+# FreeBSD/Alpha -+# -+ifeq ($(OS_ARCH)$(OS_TEST),FreeBSDalpha) -+CPPSRCS := xptcinvoke_freebsd_alpha.cpp xptcstubs_freebsd_alpha.cpp -+endif -+# - # Linux/Alpha - # --ifneq (,$(filter Linuxalpha FreeBSDalpha NetBSDalpha,$(OS_ARCH)$(OS_TEST))) -+ifneq (,$(filter Linuxalpha NetBSDalpha,$(OS_ARCH)$(OS_TEST))) - CPPSRCS := xptcinvoke_linux_alpha.cpp xptcstubs_linux_alpha.cpp - endif - # ---- config/rules.mk.orig Mon May 5 21:04:55 2003 -+++ config/rules.mk Tue May 27 01:33:11 2003 -@@ -444,7 +444,11 @@ - - ifeq ($(OS_ARCH),FreeBSD) - ifdef IS_COMPONENT -+ifneq (,$(filter alpha,$(OS_TEST))) -+EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic -lc -+else - EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic -+endif - endif - endif - ---- xpcom/reflect/xptcall/src/md/unix/xptcinvoke_freebsd_alpha.cpp.orig Tue May 27 01:37:25 2003 -+++ xpcom/reflect/xptcall/src/md/unix/xptcinvoke_freebsd_alpha.cpp Tue May 27 01:37:00 2003 -@@ -0,0 +1,184 @@ -+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -+/* ***** BEGIN LICENSE BLOCK ***** -+ * Version: NPL 1.1/GPL 2.0/LGPL 2.1 -+ * -+ * The contents of this file are subject to the Netscape Public License -+ * Version 1.1 (the "License"); you may not use this file except in -+ * compliance with the License. You may obtain a copy of the License at -+ * http://www.mozilla.org/NPL/ -+ * -+ * Software distributed under the License is distributed on an "AS IS" basis, -+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -+ * for the specific language governing rights and limitations under the -+ * License. -+ * -+ * The Original Code is mozilla.org code. -+ * -+ * The Initial Developer of the Original Code is -+ * Netscape Communications Corporation. -+ * Portions created by the Initial Developer are Copyright (C) 1998 -+ * the Initial Developer. All Rights Reserved. -+ * -+ * Contributor(s): -+ * -+ * Alternatively, the contents of this file may be used under the terms of -+ * either the GNU General Public License Version 2 or later (the "GPL"), or -+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), -+ * in which case the provisions of the GPL or the LGPL are applicable instead -+ * of those above. If you wish to allow use of your version of this file only -+ * under the terms of either the GPL or the LGPL, and not to allow others to -+ * use your version of this file under the terms of the NPL, indicate your -+ * decision by deleting the provisions above and replace them with the notice -+ * and other provisions required by the GPL or the LGPL. If you do not delete -+ * the provisions above, a recipient may use your version of this file under -+ * the terms of any one of the NPL, the GPL or the LGPL. -+ * -+ * ***** END LICENSE BLOCK ***** */ -+ -+/* Platform specific code to invoke XPCOM methods on native objects */ -+ -+/* contributed by Glen Nakamura <glen.nakamura@usa.net> */ -+ -+#include "xptcprivate.h" -+ -+/* Prototype specifies unmangled function name and disables unused warning */ -+static void -+invoke_copy_to_stack(PRUint64* d, PRUint32 paramCount, nsXPTCVariant* s) -+__asm__("invoke_copy_to_stack") __attribute__((unused)); -+ -+static void -+invoke_copy_to_stack(PRUint64* d, PRUint32 paramCount, nsXPTCVariant* s) -+{ -+ const PRUint8 NUM_ARG_REGS = 6-1; // -1 for "this" pointer -+ -+ for(PRUint32 i = 0; i < paramCount; i++, d++, s++) -+ { -+ if(s->IsPtrData()) -+ { -+ *d = (PRUint64)s->ptr; -+ continue; -+ } -+ switch(s->type) -+ { -+ case nsXPTType::T_I8 : *d = (PRUint64)s->val.i8; break; -+ case nsXPTType::T_I16 : *d = (PRUint64)s->val.i16; break; -+ case nsXPTType::T_I32 : *d = (PRUint64)s->val.i32; break; -+ case nsXPTType::T_I64 : *d = (PRUint64)s->val.i64; break; -+ case nsXPTType::T_U8 : *d = (PRUint64)s->val.u8; break; -+ case nsXPTType::T_U16 : *d = (PRUint64)s->val.u16; break; -+ case nsXPTType::T_U32 : *d = (PRUint64)s->val.u32; break; -+ case nsXPTType::T_U64 : *d = (PRUint64)s->val.u64; break; -+ case nsXPTType::T_FLOAT : -+ if(i < NUM_ARG_REGS) -+ { -+ // convert floats to doubles if they are to be passed -+ // via registers so we can just deal with doubles later -+ union { PRUint64 u64; double d; } t; -+ t.d = (double)s->val.f; -+ *d = t.u64; -+ } -+ else -+ // otherwise copy to stack normally -+ *d = (PRUint64)s->val.u32; -+ break; -+ case nsXPTType::T_DOUBLE : *d = (PRUint64)s->val.u64; break; -+ case nsXPTType::T_BOOL : *d = (PRUint64)s->val.b; break; -+ case nsXPTType::T_CHAR : *d = (PRUint64)s->val.c; break; -+ case nsXPTType::T_WCHAR : *d = (PRUint64)s->val.wc; break; -+ default: -+ // all the others are plain pointer types -+ *d = (PRUint64)s->val.p; -+ break; -+ } -+ } -+} -+ -+/* -+ * XPTC_PUBLIC_API(nsresult) -+ * XPTC_InvokeByIndex(nsISupports* that, PRUint32 methodIndex, -+ * PRUint32 paramCount, nsXPTCVariant* params, void* vt) -+ */ -+__asm__( -+ "#### XPTC_InvokeByIndex ####\n" -+".text\n\t" -+ ".align 5\n\t" -+ ".globl XPTC_InvokeByIndex\n\t" -+ ".ent XPTC_InvokeByIndex\n" -+"XPTC_InvokeByIndex:\n\t" -+ ".frame $15,32,$26,0\n\t" -+ ".mask 0x4008000,-32\n\t" -+ "ldgp $29,0($27)\n" -+"$XPTC_InvokeByIndex..ng:\n\t" -+ "subq $30,32,$30\n\t" -+ "stq $26,0($30)\n\t" -+ "stq $15,8($30)\n\t" -+ "bis $30,$30,$15\n\t" -+ ".prologue 1\n\t" -+ -+ /* -+ * Allocate enough stack space to hold the greater of 6 or "paramCount"+1 -+ * parameters. (+1 for "this" pointer) Room for at least 6 parameters -+ * is required for storage of those passed via registers. -+ */ -+ -+ "bis $31,5,$2\n\t" /* count = MAX(5, "paramCount") */ -+ "cmplt $2,$18,$1\n\t" -+ "cmovne $1,$18,$2\n\t" -+ "s8addq $2,16,$1\n\t" /* room for count+1 params (8 bytes each) */ -+ "bic $1,15,$1\n\t" /* stack space is rounded up to 0 % 16 */ -+ "subq $30,$1,$30\n\t" -+ -+ "stq $16,0($30)\n\t" /* save "that" (as "this" pointer) */ -+ "stq $17,16($15)\n\t" /* save "methodIndex" */ -+ -+ "addq $30,8,$16\n\t" /* pass stack pointer */ -+ "bis $18,$18,$17\n\t" /* pass "paramCount" */ -+ "bis $19,$19,$18\n\t" /* pass "params" */ -+ "bsr $26,$invoke_copy_to_stack..ng\n\t" /* call invoke_copy_to_stack */ -+ -+ /* -+ * Copy the first 6 parameters to registers and remove from stack frame. -+ * Both the integer and floating point registers are set for each parameter -+ * except the first which is the "this" pointer. (integer only) -+ * The floating point registers are all set as doubles since the -+ * invoke_copy_to_stack function should have converted the floats. -+ */ -+ "ldq $16,0($30)\n\t" /* integer registers */ -+ "ldq $17,8($30)\n\t" -+ "ldq $18,16($30)\n\t" -+ "ldq $19,24($30)\n\t" -+ "ldq $20,32($30)\n\t" -+ "ldq $21,40($30)\n\t" -+ "ldt $f17,8($30)\n\t" /* floating point registers */ -+ "ldt $f18,16($30)\n\t" -+ "ldt $f19,24($30)\n\t" -+ "ldt $f20,32($30)\n\t" -+ "ldt $f21,40($30)\n\t" -+ -+ "addq $30,48,$30\n\t" /* remove params from stack */ -+ -+ /* -+ * Call the virtual function with the constructed stack frame. -+ */ -+ "bis $16,$16,$1\n\t" /* load "this" */ -+ "ldq $2,16($15)\n\t" /* load "methodIndex" */ -+ "ldq $1,0($1)\n\t" /* load vtable */ -+#if 0 -+ "s8addq $2,16,$2\n\t" /* vtable index = "methodIndex" * 8 + 16 */ -+#else -+ "mulq $2, 8, $2\n\t" -+ "addq $2, 0, $2\n\t" /* vtable index = "methodIndex" * 16 + 24 */ -+#endif -+ "addq $1,$2,$1\n\t" -+ "ldq $27,0($1)\n\t" /* load address of function */ -+ "jsr $26,($27),0\n\t" /* call virtual function */ -+ "ldgp $29,0($26)\n\t" -+ -+ "bis $15,$15,$30\n\t" -+ "ldq $26,0($30)\n\t" -+ "ldq $15,8($30)\n\t" -+ "addq $30,32,$30\n\t" -+ "ret $31,($26),1\n\t" -+ ".end XPTC_InvokeByIndex" -+ ); -+ ---- xpcom/reflect/xptcall/src/md/unix/xptcstubs_freebsd_alpha.cpp.orig Tue May 27 01:37:30 2003 -+++ xpcom/reflect/xptcall/src/md/unix/xptcstubs_freebsd_alpha.cpp Tue May 27 01:37:04 2003 -@@ -0,0 +1,269 @@ -+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -+/* ***** BEGIN LICENSE BLOCK ***** -+ * Version: NPL 1.1/GPL 2.0/LGPL 2.1 -+ * -+ * The contents of this file are subject to the Netscape Public License -+ * Version 1.1 (the "License"); you may not use this file except in -+ * compliance with the License. You may obtain a copy of the License at -+ * http://www.mozilla.org/NPL/ -+ * -+ * Software distributed under the License is distributed on an "AS IS" basis, -+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -+ * for the specific language governing rights and limitations under the -+ * License. -+ * -+ * The Original Code is mozilla.org code. -+ * -+ * The Initial Developer of the Original Code is -+ * Netscape Communications Corporation. -+ * Portions created by the Initial Developer are Copyright (C) 1999 -+ * the Initial Developer. All Rights Reserved. -+ * -+ * Contributor(s): -+ * -+ * Alternatively, the contents of this file may be used under the terms of -+ * either the GNU General Public License Version 2 or later (the "GPL"), or -+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), -+ * in which case the provisions of the GPL or the LGPL are applicable instead -+ * of those above. If you wish to allow use of your version of this file only -+ * under the terms of either the GPL or the LGPL, and not to allow others to -+ * use your version of this file under the terms of the NPL, indicate your -+ * decision by deleting the provisions above and replace them with the notice -+ * and other provisions required by the GPL or the LGPL. If you do not delete -+ * the provisions above, a recipient may use your version of this file under -+ * the terms of any one of the NPL, the GPL or the LGPL. -+ * -+ * ***** END LICENSE BLOCK ***** */ -+ -+/* Implement shared vtbl methods. */ -+ -+/* contributed by Glen Nakamura <glen.nakamura@usa.net> */ -+ -+#include <sys/types.h> -+#include <machine/cpu.h> -+#include "xptcprivate.h" -+ -+/* Prototype specifies unmangled function name and disables unused warning */ -+static nsresult -+PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint64* args) -+__asm__("PrepareAndDispatch") __attribute__((unused)); -+ -+static nsresult -+PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint64* args) -+{ -+ const PRUint8 PARAM_BUFFER_COUNT = 16; -+ const PRUint8 NUM_ARG_REGS = 6-1; // -1 for "this" pointer -+ -+ nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT]; -+ nsXPTCMiniVariant* dispatchParams = NULL; -+ nsIInterfaceInfo* iface_info = NULL; -+ const nsXPTMethodInfo* info; -+ PRUint8 paramCount; -+ PRUint8 i; -+ nsresult result = NS_ERROR_FAILURE; -+ -+ NS_ASSERTION(self,"no self"); -+ -+ self->GetInterfaceInfo(&iface_info); -+ NS_ASSERTION(iface_info,"no interface info"); -+ -+ iface_info->GetMethodInfo(PRUint16(methodIndex), &info); -+ NS_ASSERTION(info,"no interface info"); -+ -+ paramCount = info->GetParamCount(); -+ -+ // setup variant array pointer -+ if(paramCount > PARAM_BUFFER_COUNT) -+ dispatchParams = new nsXPTCMiniVariant[paramCount]; -+ else -+ dispatchParams = paramBuffer; -+ NS_ASSERTION(dispatchParams,"no place for params"); -+ -+ // args[0] to args[NUM_ARG_REGS] hold floating point register values -+ PRUint64* ap = args + NUM_ARG_REGS; -+ for(i = 0; i < paramCount; i++, ap++) -+ { -+ const nsXPTParamInfo& param = info->GetParam(i); -+ const nsXPTType& type = param.GetType(); -+ nsXPTCMiniVariant* dp = &dispatchParams[i]; -+ -+ if(param.IsOut() || !type.IsArithmetic()) -+ { -+ dp->val.p = (void*) *ap; -+ continue; -+ } -+ // else -+ switch(type) -+ { -+ case nsXPTType::T_I8 : dp->val.i8 = (PRInt8) *ap; break; -+ case nsXPTType::T_I16 : dp->val.i16 = (PRInt16) *ap; break; -+ case nsXPTType::T_I32 : dp->val.i32 = (PRInt32) *ap; break; -+ case nsXPTType::T_I64 : dp->val.i64 = (PRInt64) *ap; break; -+ case nsXPTType::T_U8 : dp->val.u8 = (PRUint8) *ap; break; -+ case nsXPTType::T_U16 : dp->val.u16 = (PRUint16) *ap; break; -+ case nsXPTType::T_U32 : dp->val.u32 = (PRUint32) *ap; break; -+ case nsXPTType::T_U64 : dp->val.u64 = (PRUint64) *ap; break; -+ case nsXPTType::T_FLOAT : -+ if(i < NUM_ARG_REGS) -+ { -+ // floats passed via registers are stored as doubles -+ // in the first NUM_ARG_REGS entries in args -+ dp->val.u64 = (PRUint64) args[i]; -+ dp->val.f = (float) dp->val.d; // convert double to float -+ } -+ else -+ dp->val.u32 = (PRUint32) *ap; -+ break; -+ case nsXPTType::T_DOUBLE : -+ // doubles passed via registers are also stored -+ // in the first NUM_ARG_REGS entries in args -+ dp->val.u64 = (i < NUM_ARG_REGS) ? args[i] : *ap; -+ break; -+ case nsXPTType::T_BOOL : dp->val.b = (PRBool) *ap; break; -+ case nsXPTType::T_CHAR : dp->val.c = (char) *ap; break; -+ case nsXPTType::T_WCHAR : dp->val.wc = (PRUnichar) *ap; break; -+ default: -+ NS_ASSERTION(0, "bad type"); -+ break; -+ } -+ } -+ -+ result = self->CallMethod((PRUint16)methodIndex, info, dispatchParams); -+ -+ NS_RELEASE(iface_info); -+ -+ if(dispatchParams != paramBuffer) -+ delete [] dispatchParams; -+ -+ return result; -+} -+ -+/* -+ * SharedStub() -+ * Collects arguments and calls PrepareAndDispatch. The "methodIndex" is -+ * passed to this function via $1 to preserve the argument registers. -+ */ -+__asm__( -+ "#### SharedStub ####\n" -+".text\n\t" -+ ".align 5\n\t" -+ ".ent SharedStub\n" -+"SharedStub:\n\t" -+ ".frame $30,96,$26,0\n\t" -+ ".mask 0x4000000,-96\n\t" -+ "ldgp $29,0($27)\n" -+"$SharedStub..ng:\n\t" -+ "subq $30,96,$30\n\t" -+ "stq $26,0($30)\n\t" -+ ".prologue 1\n\t" -+ -+ /* -+ * Store arguments passed via registers to the stack. -+ * Floating point registers are stored as doubles and converted -+ * to floats in PrepareAndDispatch if necessary. -+ */ -+ "stt $f17,16($30)\n\t" /* floating point registers */ -+ "stt $f18,24($30)\n\t" -+ "stt $f19,32($30)\n\t" -+ "stt $f20,40($30)\n\t" -+ "stt $f21,48($30)\n\t" -+ "stq $17,56($30)\n\t" /* integer registers */ -+ "stq $18,64($30)\n\t" -+ "stq $19,72($30)\n\t" -+ "stq $20,80($30)\n\t" -+ "stq $21,88($30)\n\t" -+ -+ /* -+ * Call PrepareAndDispatch function. -+ */ -+ "bis $1,$1,$17\n\t" /* pass "methodIndex" */ -+ "addq $30,16,$18\n\t" /* pass "args" */ -+ "bsr $26,$PrepareAndDispatch..ng\n\t" -+ -+ "ldq $26,0($30)\n\t" -+ "addq $30,96,$30\n\t" -+ "ret $31,($26),1\n\t" -+ ".end SharedStub" -+ ); -+ -+#if defined(__GXX_ABI_VERSION) && __GXX_ABI_VERSION >= 100 /* G++ V3 ABI */ -+/* -+ * nsresult nsXPTCStubBase::Stub##n() -+ * Sets register $1 to "methodIndex" and jumps to SharedStub. -+ */ -+#define STUB_ENTRY(n) \ -+__asm__( \ -+ "#### Stub"#n" ####\n" \ -+".text\n\t" \ -+ ".align 5\n\t" \ -+ ".globl _ZN14nsXPTCStubBase5Stub"#n"Ev\n\t" \ -+ ".ent _ZN14nsXPTCStubBase5Stub"#n"Ev\n" \ -+"_ZN14nsXPTCStubBase5Stub"#n"Ev:\n\t" \ -+ ".frame $30,0,$26,0\n\t" \ -+ "ldgp $29,0($27)\n" \ -+"$_ZN14nsXPTCStubBase5Stub"#n"Ev..ng:\n\t" \ -+ ".prologue 1\n\t" \ -+ "lda $1,"#n"\n\t" \ -+ "br $31,$SharedStub..ng\n\t" \ -+ ".end _ZN14nsXPTCStubBase5Stub"#n"Ev" \ -+ ); \ -+__asm__( \ -+ "#### Stub"#n" ####\n" \ -+".text\n\t" \ -+ ".align 5\n\t" \ -+ ".globl _ZN14nsXPTCStubBase6Stub"#n"Ev\n\t" \ -+ ".ent _ZN14nsXPTCStubBase6Stub"#n"Ev\n" \ -+"_ZN14nsXPTCStubBase6Stub"#n"Ev:\n\t" \ -+ ".frame $30,0,$26,0\n\t" \ -+ "ldgp $29,0($27)\n" \ -+"$_ZN14nsXPTCStubBase6Stub"#n"Ev..ng:\n\t" \ -+ ".prologue 1\n\t" \ -+ "lda $1,"#n"\n\t" \ -+ "br $31,$SharedStub..ng\n\t" \ -+ ".end _ZN14nsXPTCStubBase6Stub"#n"Ev" \ -+ ); \ -+__asm__( \ -+ "#### Stub"#n" ####\n" \ -+".text\n\t" \ -+ ".align 5\n\t" \ -+ ".globl _ZN14nsXPTCStubBase7Stub"#n"Ev\n\t" \ -+ ".ent _ZN14nsXPTCStubBase7Stub"#n"Ev\n" \ -+"_ZN14nsXPTCStubBase7Stub"#n"Ev:\n\t" \ -+ ".frame $30,0,$26,0\n\t" \ -+ "ldgp $29,0($27)\n" \ -+"$_ZN14nsXPTCStubBase7Stub"#n"Ev..ng:\n\t" \ -+ ".prologue 1\n\t" \ -+ "lda $1,"#n"\n\t" \ -+ "br $31,$SharedStub..ng\n\t" \ -+ ".end _ZN14nsXPTCStubBase7Stub"#n"Ev" \ -+ ); -+#else -+/* -+ * nsresult nsXPTCStubBase::Stub##n() -+ * Sets register $1 to "methodIndex" and jumps to SharedStub. -+ */ -+#define STUB_ENTRY(n) \ -+nsresult nsXPTCStubBase::Stub##n() \ -+{ \ -+ nsresult result; \ -+__asm__ __volatile__( \ -+ "ldah $29,0($27)\n\t" \ -+ "lda $29,0($29)\n\t" \ -+ "lda $1, "#n"\n\t" \ -+ "br $31, $SharedStub..ng\n\t" \ -+ "mov $0, %0\n\t" \ -+ : "=r" (result) \ -+ ); \ -+ return result; \ -+} -+#endif -+ -+#define SENTINEL_ENTRY(n) \ -+nsresult nsXPTCStubBase::Sentinel##n() \ -+{ \ -+ NS_ASSERTION(0,"nsXPTCStubBase::Sentinel called"); \ -+ return NS_ERROR_NOT_IMPLEMENTED; \ -+} -+ -+#include "xptcstubsdef.inc" -+ diff --git a/mail/thunderbird-devel/files/patch-build_unix_run-mozilla.sh b/mail/thunderbird-devel/files/patch-build_unix_run-mozilla.sh deleted file mode 100644 index e7b80ed29c53..000000000000 --- a/mail/thunderbird-devel/files/patch-build_unix_run-mozilla.sh +++ /dev/null @@ -1,30 +0,0 @@ ---- build/unix/run-mozilla.sh.orig Fri Apr 18 23:12:28 2003 -+++ build/unix/run-mozilla.sh Sat May 31 19:03:29 2003 -@@ -355,7 +355,7 @@ - fi - ## - ## Set LD_LIBRARY_PATH --LD_LIBRARY_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:${MRE_HOME}${LD_LIBRARY_PATH+":$LD_LIBRARY_PATH"} -+LD_LIBRARY_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:%%PREFIX%%/lib/browser_plugins:${MRE_HOME}${LD_LIBRARY_PATH+":$LD_LIBRARY_PATH"} - if [ -n "$LD_LIBRARYN32_PATH" ] - then - LD_LIBRARYN32_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:${MRE_HOME}${LD_LIBRARYN32_PATH+":$LD_LIBRARYN32_PATH"} -@@ -402,7 +402,7 @@ - fi - fi - # Font path for Xft --FONTCONFIG_PATH="/etc/fonts:${MOZILLA_FIVE_HOME}/res/Xft" -+FONTCONFIG_PATH="%%PREFIX%%/etc/fonts:${MOZILLA_FIVE_HOME}/res/Xft" - export FONTCONFIG_PATH - - if [ "$moz_debug" -eq 1 ] -@@ -445,6 +445,9 @@ - # - export MOZILLA_FIVE_HOME LD_LIBRARY_PATH - export SHLIB_PATH LIBPATH LIBRARY_PATH ADDON_PATH DYLD_LIBRARY_PATH -+ -+MOZ_PLUGIN_PATH=%%PREFIX%%/lib/browser_plugins -+export MOZ_PLUGIN_PATH - - if [ $moz_debug -eq 1 ] - then diff --git a/mail/thunderbird-devel/files/patch-config_preprocess.pl b/mail/thunderbird-devel/files/patch-config_preprocess.pl deleted file mode 100644 index da1f69a2d338..000000000000 --- a/mail/thunderbird-devel/files/patch-config_preprocess.pl +++ /dev/null @@ -1,56 +0,0 @@ ---- config/preprocessor.pl.orig Wed Aug 13 05:46:33 2003 -+++ config/preprocessor.pl Thu Sep 4 00:42:12 2003 -@@ -71,16 +71,40 @@ - ######################################################################## - - package main; --use File::Spec 0.8; -+use File::Spec; - use File::Spec::Unix; # on all platforms, because the #include syntax is unix-based -+use File::Basename; -+use Cwd; -+ -+# This code is taken from File::Spec::Unix 0.8. -+sub rel2abs { -+ my ($path, $base) = @_; -+ -+ if ( ! File::Spec->file_name_is_absolute( $path ) ) { -+ if ( !defined( $base ) || $base eq '' ) { -+ $base = cwd() ; -+ } -+ elsif ( ! File::Spec->file_name_is_absolute( $base ) ) { -+ $base = rel2abs( $base ); -+ } -+ else { -+ $base = File::Spec->canonpath( $base ); -+ } -+ -+ $path = File::Spec->catdir( $base, $path ); -+ } -+ -+ return File::Spec->canonpath( $path ); -+} -+# End code from File::Spec::Unix -+ - - sub include { - my($stack, $filename) = @_; - my $directory = $stack->{'variables'}->{'DIRECTORY'}; - if ($filename ne '-') { -- $filename = File::Spec->rel2abs($filename, $directory); -- my($volume, $path) = File::Spec->splitpath($filename); -- $directory = File::Spec->catpath($volume, $path, ''); -+ $filename = rel2abs($filename, $directory); -+ $directory = File::Spec->catdir(dirname($filename)); - } - local $stack->{'variables'}->{'DIRECTORY'} = $directory; - local $stack->{'variables'}->{'FILE'} = $filename; -@@ -374,7 +398,7 @@ - my $stack = shift; - return if $stack->disabled; - die "argument expected\n" unless @_; -- main::include($stack, File::Spec->catpath(File::Spec::Unix->splitpath(@_))); -+ main::include($stack, File::Spec->catfile(dirname(@_), basename(@_))); - } - - sub filter { diff --git a/mail/thunderbird-devel/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp b/mail/thunderbird-devel/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp deleted file mode 100644 index 0b0e08247101..000000000000 --- a/mail/thunderbird-devel/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp +++ /dev/null @@ -1,57 +0,0 @@ ---- gfx/src/gtk/nsFontMetricsXft.cpp.save Thu Aug 7 12:14:49 2003 -+++ gfx/src/gtk/nsFontMetricsXft.cpp Thu Aug 7 12:33:45 2003 -@@ -106,6 +106,7 @@ - FcPattern *mPattern; - FcPattern *mFontName; - FcCharSet *mCharset; -+ int mNotXft; - }; - - class nsFontXftInfo; -@@ -1051,7 +1052,7 @@ - // font in our loaded list that supports the character - for (PRInt32 i = 0, end = mLoadedFonts.Count(); i < end; ++i) { - nsFontXft *font = (nsFontXft *)mLoadedFonts.ElementAt(i); -- if (font->HasChar(PRUint32(aChar))) -+ if (font->HasChar(PRUint32(aChar)) && font->GetXftFont()) - return font; - } - -@@ -1492,7 +1493,7 @@ - // this character. - for (PRInt32 j = 0, end = mLoadedFonts.Count(); j < end; ++j) { - font = (nsFontXft *)mLoadedFonts.ElementAt(j); -- if (font->HasChar(c)) { -+ if (font->HasChar(c) && font->GetXftFont()) { - currFont = font; - goto FoundFont; // for speed -- avoid "if" statement - } -@@ -1922,6 +1923,7 @@ - FcPatternReference(mFontName); - - mXftFont = nsnull; -+ mNotXft = 0; - - // set up our charset - mCharset = nsnull; -@@ -1948,7 +1950,7 @@ - XftFont * - nsFontXft::GetXftFont(void) - { -- if (!mXftFont) { -+ if (!mXftFont && !mNotXft) { - FcPattern *pat = FcFontRenderPrepare(0, mPattern, mFontName); - if (!pat) - return nsnull; -@@ -1967,8 +1969,10 @@ - FcPatternDel(pat, FC_SPACING); - - mXftFont = XftFontOpenPattern(GDK_DISPLAY(), pat); -- if (!mXftFont) -+ if (!mXftFont) { - FcPatternDestroy(pat); -+ mNotXft = 1; -+ } - } - - return mXftFont; diff --git a/mail/thunderbird-devel/files/patch-nspr-unix.c b/mail/thunderbird-devel/files/patch-nspr-unix.c deleted file mode 100644 index 6bb4ed08fb40..000000000000 --- a/mail/thunderbird-devel/files/patch-nspr-unix.c +++ /dev/null @@ -1,21 +0,0 @@ ---- nsprpub/pr/src/md/unix/unix.c.orig Sat May 31 18:06:04 2003 -+++ nsprpub/pr/src/md/unix/unix.c Sat May 31 18:04:43 2003 -@@ -65,7 +65,8 @@ - * PRInt32* pointer to a _PRSockLen_t* pointer. - */ - #if defined(HAVE_SOCKLEN_T) \ -- || (defined(LINUX) && defined(__GLIBC__) && __GLIBC__ >= 2) -+ || (defined(LINUX) && defined(__GLIBC__) && __GLIBC__ >= 2) \ -+ || defined(FREEBSD) - #define _PRSockLen_t socklen_t - #elif defined(IRIX) || defined(HPUX) || defined(OSF1) || defined(SOLARIS) \ - || defined(AIX4_1) || defined(LINUX) || defined(SONY) \ -@@ -73,7 +74,7 @@ - || defined(SUNOS4) || defined(NCR) || defined(DARWIN) \ - || defined(NEXTSTEP) || defined(QNX) - #define _PRSockLen_t int --#elif (defined(AIX) && !defined(AIX4_1)) || defined(FREEBSD) \ -+#elif (defined(AIX) && !defined(AIX4_1)) \ - || defined(NETBSD) || defined(OPENBSD) || defined(UNIXWARE) \ - || defined(DGUX) || defined(VMS) || defined(NTO) - #define _PRSockLen_t size_t diff --git a/mail/thunderbird-devel/files/patch-nsprpub-pr-src-misc-prtime.c b/mail/thunderbird-devel/files/patch-nsprpub-pr-src-misc-prtime.c deleted file mode 100644 index 9682808e4d9e..000000000000 --- a/mail/thunderbird-devel/files/patch-nsprpub-pr-src-misc-prtime.c +++ /dev/null @@ -1,11 +0,0 @@ ---- nsprpub/pr/src/misc/prtime.c.orig Thu Feb 27 01:01:02 2003 -+++ nsprpub/pr/src/misc/prtime.c Thu May 22 16:46:49 2003 -@@ -1666,7 +1666,7 @@ - */ - - #if defined(SUNOS4) || (__GLIBC__ >= 2) || defined(XP_BEOS) \ -- || defined(NETBSD) -+ || defined(NETBSD) || defined(__FreeBSD__) - a.tm_zone = NULL; - a.tm_gmtoff = tm->tm_params.tp_gmt_offset + tm->tm_params.tp_dst_offset; - #endif diff --git a/mail/thunderbird-devel/files/patch-nsprpub-pr-src-pthreads-ptio.c b/mail/thunderbird-devel/files/patch-nsprpub-pr-src-pthreads-ptio.c deleted file mode 100644 index 08346f235416..000000000000 --- a/mail/thunderbird-devel/files/patch-nsprpub-pr-src-pthreads-ptio.c +++ /dev/null @@ -1,29 +0,0 @@ ---- nsprpub/pr/src/pthreads/ptio.c.orig Mon Jul 14 17:59:47 2003 -+++ nsprpub/pr/src/pthreads/ptio.c Fri Aug 29 15:39:46 2003 -@@ -189,7 +189,7 @@ - #endif - #endif - --#ifdef DARWIN -+#if defined(DARWIN) || defined(FREEBSD) - static PRBool _pr_ipv6_v6only_on_by_default; - /* The IPV6_V6ONLY socket option is not defined on Mac OS X 10.1. */ - #ifndef IPV6_V6ONLY -@@ -1154,7 +1154,7 @@ - _pr_stderr = pt_SetMethods(2, PR_DESC_FILE, PR_FALSE, PR_TRUE); - PR_ASSERT(_pr_stdin && _pr_stdout && _pr_stderr); - --#ifdef DARWIN -+#if defined(DARWIN) || defined(FREEBSD) - /* In Mac OS X v10.3 Panther Beta the IPV6_V6ONLY socket option - * is turned on by default, contrary to what RFC 3493, Section - * 5.3 says. So we have to turn it off. Find out whether we -@@ -3462,7 +3462,7 @@ - if (osfd == -1) pt_MapError(_PR_MD_MAP_SOCKET_ERROR, errno); - else - { --#ifdef DARWIN -+#if defined(DARWIN) || defined(FREEBSD) - if ((domain == AF_INET6) && _pr_ipv6_v6only_on_by_default) - { - int on = 0; diff --git a/mail/thunderbird-devel/files/patch-sparc64 b/mail/thunderbird-devel/files/patch-sparc64 deleted file mode 100644 index b9cb83058235..000000000000 --- a/mail/thunderbird-devel/files/patch-sparc64 +++ /dev/null @@ -1,69 +0,0 @@ -diff -ru ./nsprpub/pr/include/md/_freebsd.cfg ../../work~/mozilla/nsprpub/pr/include/md/_freebsd.cfg ---- ./nsprpub/pr/include/md/_freebsd.cfg Wed Jan 2 18:38:25 2002 -+++ ../../work~/mozilla/nsprpub/pr/include/md/_freebsd.cfg Tue May 20 21:27:31 2003 -@@ -138,6 +138,53 @@ - #define PR_ALIGN_OF_DOUBLE 8 - #define PR_ALIGN_OF_POINTER 8 - -+#elif defined(__sparc__) -+ -+#undef IS_LITTLE_ENDIAN -+#define IS_BIG_ENDIAN 1 -+#define HAVE_LONG_LONG -+#define HAVE_ALIGNED_DOUBLES -+#define HAVE_ALIGNED_LONGLONGS -+#define IS_64 -+ -+#define PR_BYTES_PER_BYTE 1 -+#define PR_BYTES_PER_SHORT 2 -+#define PR_BYTES_PER_INT 4 -+#define PR_BYTES_PER_INT64 8 -+#define PR_BYTES_PER_LONG 8 -+#define PR_BYTES_PER_FLOAT 4 -+#define PR_BYTES_PER_DOUBLE 8 -+#define PR_BYTES_PER_WORD 8 -+#define PR_BYTES_PER_DWORD 8 -+#define PR_BYTES_PER_WORD_LOG2 3 -+#define PR_BYTES_PER_DWORD_LOG2 3 -+ -+#define PR_BITS_PER_BYTE 8 -+#define PR_BITS_PER_SHORT 16 -+#define PR_BITS_PER_INT 32 -+#define PR_BITS_PER_INT64 64 -+#define PR_BITS_PER_LONG 64 -+#define PR_BITS_PER_FLOAT 32 -+#define PR_BITS_PER_DOUBLE 64 -+#define PR_BITS_PER_WORD 64 -+ -+#define PR_BITS_PER_BYTE_LOG2 3 -+#define PR_BITS_PER_SHORT_LOG2 4 -+#define PR_BITS_PER_INT_LOG2 5 -+#define PR_BITS_PER_INT64_LOG2 6 -+#define PR_BITS_PER_LONG_LOG2 6 -+#define PR_BITS_PER_FLOAT_LOG2 5 -+#define PR_BITS_PER_DOUBLE_LOG2 6 -+#define PR_BITS_PER_WORD_LOG2 6 -+ -+#define PR_ALIGN_OF_SHORT 2 -+#define PR_ALIGN_OF_INT 4 -+#define PR_ALIGN_OF_LONG 8 -+#define PR_ALIGN_OF_INT64 8 -+#define PR_ALIGN_OF_FLOAT 4 -+#define PR_ALIGN_OF_DOUBLE 8 -+#define PR_ALIGN_OF_POINTER 8 -+ - #else - - #error "Unknown CPU architecture" -diff -ru ./nsprpub/pr/include/md/_freebsd.h ../../work~/mozilla/nsprpub/pr/include/md/_freebsd.h ---- ./nsprpub/pr/include/md/_freebsd.h Thu Jan 16 15:09:12 2003 -+++ ../../work~/mozilla/nsprpub/pr/include/md/_freebsd.h Tue May 20 21:27:13 2003 -@@ -48,6 +48,8 @@ - #define _PR_SI_ARCHITECTURE "x86" - #elif defined(__alpha) - #define _PR_SI_ARCHITECTURE "alpha" -+#elif defined(__sparc__) -+#define _PR_SI_ARCHITECTURE "sparc" - #else - #error "Unknown CPU architecture" - #endif diff --git a/mail/thunderbird-devel/files/patch-xptcall-sparc64 b/mail/thunderbird-devel/files/patch-xptcall-sparc64 deleted file mode 100644 index ea2773ced7d9..000000000000 --- a/mail/thunderbird-devel/files/patch-xptcall-sparc64 +++ /dev/null @@ -1,345 +0,0 @@ ---- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig Mon May 26 13:26:01 2003 -+++ xpcom/reflect/xptcall/src/md/unix/Makefile.in Mon May 26 13:30:04 2003 -@@ -287,6 +287,15 @@ - ASFILES := xptcinvoke_asm_sparc_netbsd.s xptcstubs_asm_sparc_netbsd.s - endif - # -+# FreeBSD/SPARC64 -+# -+ifeq ($(OS_ARCH),FreeBSD) -+ifneq (,$(findstring sparc,$(OS_TEST))) -+CPPSRCS := xptcinvoke_sparc64_freebsd.cpp xptcstubs_sparc64_freebsd.cpp -+ASFILES := xptcinvoke_asm_sparc64_freebsd.s xptcstubs_asm_sparcv9_solaris.s -+endif -+endif -+# - # Solaris/SPARC - # - ifeq ($(OS_ARCH),SunOS) ---- /dev/null Mon May 26 13:22:00 2003 -+++ xpcom/reflect/xptcall/src/md/unix/xptcstubs_sparc64_freebsd.cpp Mon May 26 04:12:55 2003 -@@ -0,0 +1,123 @@ -+/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- -+ * -+ * The contents of this file are subject to the Mozilla Public -+ * License Version 1.1 (the "License"); you may not use this file -+ * except in compliance with the License. You may obtain a copy of -+ * the License at http://www.mozilla.org/MPL/ -+ * -+ * Software distributed under the License is distributed on an "AS -+ * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or -+ * implied. See the License for the specific language governing -+ * rights and limitations under the License. -+ * -+ * The Original Code is mozilla.org code. -+ * -+ * The Initial Developer of the Original Code is Netscape -+ * Communications Corporation. Portions created by Netscape are -+ * Copyright (C) 2001 Netscape Communications Corporation. All -+ * Rights Reserved. -+ * -+ * Contributor(s): -+ * Stuart Parmenter <pavlov@netscape.com> -+ */ -+ -+/* Implement shared vtbl methods. */ -+ -+#include "xptcprivate.h" -+ -+#if defined(sparc) || defined(__sparc__) -+ -+extern "C" nsresult -+PrepareAndDispatch(nsXPTCStubBase* self, PRUint64 methodIndex, PRUint64* args) -+{ -+ -+#define PARAM_BUFFER_COUNT 16 -+ -+ nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT]; -+ nsXPTCMiniVariant* dispatchParams = NULL; -+ nsIInterfaceInfo* iface_info = NULL; -+ const nsXPTMethodInfo* info; -+ PRUint8 paramCount; -+ PRUint8 i; -+ nsresult result = NS_ERROR_FAILURE; -+ -+ NS_ASSERTION(self,"no self"); -+ -+ self->GetInterfaceInfo(&iface_info); -+ NS_ASSERTION(iface_info,"no interface info"); -+ -+ iface_info->GetMethodInfo(PRUint16(methodIndex), &info); -+ NS_ASSERTION(info,"no interface info"); -+ -+ paramCount = info->GetParamCount(); -+ -+ // setup variant array pointer -+ if(paramCount > PARAM_BUFFER_COUNT) -+ dispatchParams = new nsXPTCMiniVariant[paramCount]; -+ else -+ dispatchParams = paramBuffer; -+ NS_ASSERTION(dispatchParams,"no place for params"); -+ -+ PRUint64* ap = args; -+ for(i = 0; i < paramCount; i++, ap++) -+ { -+ const nsXPTParamInfo& param = info->GetParam(i); -+ const nsXPTType& type = param.GetType(); -+ nsXPTCMiniVariant* dp = &dispatchParams[i]; -+ -+ if(param.IsOut() || !type.IsArithmetic()) -+ { -+ dp->val.p = (void*) *ap; -+ continue; -+ } -+ // else -+ switch(type) -+ { -+ case nsXPTType::T_I8 : dp->val.i8 = *((PRInt64*) ap); break; -+ case nsXPTType::T_I16 : dp->val.i16 = *((PRInt64*) ap); break; -+ case nsXPTType::T_I32 : dp->val.i32 = *((PRInt64*) ap); break; -+ case nsXPTType::T_DOUBLE : dp->val.d = *((double*) ap); break; -+ case nsXPTType::T_U64 : dp->val.u64 = *((PRUint64*) ap); break; -+ case nsXPTType::T_I64 : dp->val.i64 = *((PRInt64*) ap); break; -+ case nsXPTType::T_U8 : dp->val.u8 = *((PRUint64*) ap); break; -+ case nsXPTType::T_U16 : dp->val.u16 = *((PRUint64*)ap); break; -+ case nsXPTType::T_U32 : dp->val.u32 = *((PRUint64*)ap); break; -+ case nsXPTType::T_FLOAT : dp->val.f = ((float*) ap)[1]; break; -+ case nsXPTType::T_BOOL : dp->val.b = *((PRInt64*) ap); break; -+ case nsXPTType::T_CHAR : dp->val.c = *((PRUint64*) ap); break; -+ case nsXPTType::T_WCHAR : dp->val.wc = *((PRInt64*) ap); break; -+ default: -+ NS_ASSERTION(0, "bad type"); -+ break; -+ } -+ } -+ -+ result = self->CallMethod((PRUint16)methodIndex, info, dispatchParams); -+ -+ NS_RELEASE(iface_info); -+ -+ if(dispatchParams != paramBuffer) -+ delete [] dispatchParams; -+ -+ return result; -+} -+ -+extern "C" int SharedStub(int, int*); -+ -+#define STUB_ENTRY(n) \ -+nsresult nsXPTCStubBase::Stub##n() \ -+{ \ -+ int dummy; /* defeat tail-call optimization */ \ -+ return SharedStub(n, &dummy); \ -+} -+ -+#define SENTINEL_ENTRY(n) \ -+nsresult nsXPTCStubBase::Sentinel##n() \ -+{ \ -+ NS_ASSERTION(0,"nsXPTCStubBase::Sentinel called"); \ -+ return NS_ERROR_NOT_IMPLEMENTED; \ -+} -+ -+#include "xptcstubsdef.inc" -+ -+#endif /* sparc || __sparc__ */ ---- /dev/null Mon May 26 13:22:00 2003 -+++ xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_sparc64_freebsd.s Mon May 26 04:06:09 2003 -@@ -0,0 +1,104 @@ -+/* -*- Mode: asm; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- -+ * -+ * The contents of this file are subject to the Mozilla Public -+ * License Version 1.1 (the "License"); you may not use this file -+ * except in compliance with the License. You may obtain a copy of -+ * the License at http://www.mozilla.org/MPL/ -+ * -+ * Software distributed under the License is distributed on an "AS -+ * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or -+ * implied. See the License for the specific language governing -+ * rights and limitations under the License. -+ * -+ * The Original Code is mozilla.org code. -+ * -+ * The Initial Developer of the Original Code is Netscape -+ * Communications Corporation. Portions created by Netscape are -+ * Copyright (C) 2001 Netscape Communications Corporation. All -+ * Rights Reserved. -+ * -+ * Contributor(s): -+ * Stuart Parmenter <pavlov@netscape.com> -+ * Chris Seawood <cls@seawood.org> -+ */ -+ -+/* -+ Platform specific code to invoke XPCOM methods on native objects -+ for sparcv9 Solaris. -+ -+ See the SPARC Compliance Definition (SCD) Chapter 3 -+ for more information about what is going on here, including -+ the use of BIAS (0x7ff). -+ The SCD is available from http://www.sparc.com/. -+*/ -+ -+ .global XPTC_InvokeByIndex -+ .type XPTC_InvokeByIndex, #function -+ -+/* -+ XPTC_InvokeByIndex(nsISupports* that, PRUint32 methodIndex, -+ PRUint32 paramCount, nsXPTCVariant* params); -+ -+*/ -+XPTC_InvokeByIndex: -+ save %sp,-(128 + 64),%sp ! room for the register window and -+ ! struct pointer, rounded up to 0 % 64 -+ sll %i2,4,%l0 ! assume the worst case -+ ! paramCount * 2 * 8 bytes -+ cmp %l0, 0 ! are there any args? If not, -+ be .invoke ! no need to copy args to stack -+ nop -+ -+ sub %sp,%l0,%sp ! create the additional stack space -+ add %sp,0x7ff+136,%o0 ! step past the register window, the -+ ! struct result pointer and the 'this' slot -+ mov %i2,%o1 ! paramCount -+ call invoke_copy_to_stack -+ mov %i3,%o2 ! params -+ -+! -+! load arguments from stack into the outgoing registers -+! BIAS is 0x7ff (2047) -+! -+ -+! load the %o1..5 64bit (extended word) output registers registers -+ ldx [%sp + 0x7ff + 136],%o1 ! %i1 -+ ldx [%sp + 0x7ff + 144],%o2 ! %i2 -+ ldx [%sp + 0x7ff + 152],%o3 ! %i3 -+ ldx [%sp + 0x7ff + 160],%o4 ! %i4 -+ ldx [%sp + 0x7ff + 168],%o5 ! %i5 -+ -+! load the even number double registers starting with %d2 -+ ldd [%sp + 0x7ff + 136],%f2 -+ ldd [%sp + 0x7ff + 144],%f4 -+ ldd [%sp + 0x7ff + 152],%f6 -+ ldd [%sp + 0x7ff + 160],%f8 -+ ldd [%sp + 0x7ff + 168],%f10 -+ ldd [%sp + 0x7ff + 176],%f12 -+ ldd [%sp + 0x7ff + 184],%f14 -+ ldd [%sp + 0x7ff + 192],%f16 -+ ldd [%sp + 0x7ff + 200],%f18 -+ ldd [%sp + 0x7ff + 208],%f20 -+ ldd [%sp + 0x7ff + 216],%f22 -+ ldd [%sp + 0x7ff + 224],%f24 -+ ldd [%sp + 0x7ff + 232],%f26 -+ ldd [%sp + 0x7ff + 240],%f28 -+ ldd [%sp + 0x7ff + 248],%f30 -+ -+! -+! calculate the target address from the vtable -+! -+.invoke: -+ sll %i1,3,%l0 ! index *= 8 -+! add %l0,16,%l0 ! there are 2 extra entries in the vTable (16bytes) -+ ldx [%i0],%l1 ! *that --> address of vtable -+ ldx [%l0 + %l1],%l0 ! that->vtable[index * 8 + 16] --> address -+ -+ jmpl %l0,%o7 ! call the routine -+ mov %i0,%o0 ! move 'this' pointer to out register -+ -+ mov %o0,%i0 ! propagate return value -+ ret -+ restore -+ -+ .size XPTC_InvokeByIndex, .-XPTC_InvokeByIndex ---- /dev/null Mon May 26 14:00:00 2003 -+++ xpcom/reflect/xptcall/src/md/unix/xptcinvoke_sparc64_freebsd.cpp Mon May 26 14:00:49 2003 -@@ -0,0 +1,91 @@ -+/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- -+ * -+ * The contents of this file are subject to the Mozilla Public -+ * License Version 1.1 (the "License"); you may not use this file -+ * except in compliance with the License. You may obtain a copy of -+ * the License at http://www.mozilla.org/MPL/ -+ * -+ * Software distributed under the License is distributed on an "AS -+ * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or -+ * implied. See the License for the specific language governing -+ * rights and limitations under the License. -+ * -+ * The Original Code is mozilla.org code. -+ * -+ * The Initial Developer of the Original Code is Netscape -+ * Communications Corporation. Portions created by Netscape are -+ * Copyright (C) 2001 Netscape Communications Corporation. All -+ * Rights Reserved. -+ * -+ * Contributor(s): -+ * Stuart Parmenter <pavlov@netscape.com> -+ * Chris Seawood <cls@seawood.org> -+ */ -+ -+ -+/* Platform specific code to invoke XPCOM methods on native objects */ -+ -+#include "xptcprivate.h" -+ -+#if !defined(__sparc) && !defined(__sparc__) -+#error "This code is for Sparc only" -+#endif -+ -+/* Prototype specifies unmangled function name */ -+extern "C" PRUint64 -+invoke_copy_to_stack(PRUint64* d, PRUint32 paramCount, nsXPTCVariant* s); -+ -+extern "C" PRUint64 -+invoke_copy_to_stack(PRUint64* d, PRUint32 paramCount, nsXPTCVariant* s) -+{ -+ /* -+ We need to copy the parameters for this function to locals and use them -+ from there since the parameters occupy the same stack space as the stack -+ we're trying to populate. -+ */ -+ PRUint64 *l_d = d; -+ nsXPTCVariant *l_s = s; -+ PRUint64 l_paramCount = paramCount; -+ PRUint64 regCount = 0; // return the number of registers to load from the stack -+ -+ for(PRUint64 i = 0; i < l_paramCount; i++, l_d++, l_s++) -+ { -+ if (regCount < 5) regCount++; -+ -+ if (l_s->IsPtrData()) -+ { -+ *l_d = (PRUint64)l_s->ptr; -+ continue; -+ } -+ switch (l_s->type) -+ { -+ case nsXPTType::T_I8 : *((PRInt64*)l_d) = l_s->val.i8; break; -+ case nsXPTType::T_I16 : *((PRInt64*)l_d) = l_s->val.i16; break; -+ case nsXPTType::T_I32 : *((PRInt64*)l_d) = l_s->val.i32; break; -+ case nsXPTType::T_I64 : *((PRInt64*)l_d) = l_s->val.i64; break; -+ -+ case nsXPTType::T_U8 : *((PRUint64*)l_d) = l_s->val.u8; break; -+ case nsXPTType::T_U16 : *((PRUint64*)l_d) = l_s->val.u16; break; -+ case nsXPTType::T_U32 : *((PRUint64*)l_d) = l_s->val.u32; break; -+ case nsXPTType::T_U64 : *((PRUint64*)l_d) = l_s->val.u64; break; -+ -+ /* in the case of floats, we want to put the bits in to the -+ 64bit space right justified... floats in the paramter array on -+ sparcv9 use odd numbered registers.. %f1, %f3, so we have to skip -+ the space that would be occupied by %f0, %f2, etc. -+ */ -+ case nsXPTType::T_FLOAT : *(((float*)l_d) + 1) = l_s->val.f; break; -+ case nsXPTType::T_DOUBLE: *((double*)l_d) = l_s->val.d; break; -+ case nsXPTType::T_BOOL : *((PRInt64*)l_d) = l_s->val.b; break; -+ case nsXPTType::T_CHAR : *((PRUint64*)l_d) = l_s->val.c; break; -+ case nsXPTType::T_WCHAR : *((PRInt64*)l_d) = l_s->val.wc; break; -+ -+ default: -+ // all the others are plain pointer types -+ *((void**)l_d) = l_s->val.p; -+ break; -+ } -+ } -+ -+ return regCount; -+} diff --git a/mail/thunderbird-devel/pkg-descr b/mail/thunderbird-devel/pkg-descr deleted file mode 100644 index 5a21b98b08cc..000000000000 --- a/mail/thunderbird-devel/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Mozilla Thunderbird is a redesign of the Mozilla mail component with the goal -of becoming a cross-platform stand alone mail application using the XUL -user interface language. See the Mozilla Thunderbird project page for -more details. - -WWW: http://www.mozilla.org/projects/thunderbird/ diff --git a/mail/thunderbird-devel/pkg-plist b/mail/thunderbird-devel/pkg-plist deleted file mode 100644 index 6706e0ff59b3..000000000000 --- a/mail/thunderbird-devel/pkg-plist +++ /dev/null @@ -1,3957 +0,0 @@ -bin/thunderbird -bin/thunderbird-config -lib/thunderbird/bin/mozilla-config -lib/thunderbird/bin/thunderbird -lib/thunderbird/include/mozilla-1.5b/accessibility/nsAccessNode.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsAccessNodeWrap.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsAccessibleEventData.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsAccessibleText.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsAccessibleWrap.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsDocAccessibleWrap.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessNode.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibilityService.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessible.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleAction.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleCaret.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleDocument.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleEditableText.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleEvent.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleHyperLink.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleHyperText.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleProvider.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleRetrieval.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleSelectable.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleTable.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleText.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleValue.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsPIAccessNode.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsPIAccessible.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsPIAccessibleDocument.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsRootAccessible.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsRootAccessibleWrap.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsTextAccessibleWrap.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbAddressCollecter.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbAutoCompleteSession.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbBSDirectory.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbBaseCID.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbBooleanExpression.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbCardProperty.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbDirFactoryService.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbDirProperty.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbDirSearchListener.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbDirectoryQuery.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbDirectoryQueryProxy.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbDirectoryRDFResource.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbLDAPAutoCompFormatter.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbLDAPCard.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbLDAPChangeLogData.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbLDAPChangeLogQuery.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbLDAPDirFactory.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbLDAPDirectory.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbLDAPDirectoryQuery.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbLDAPReplicationData.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbLDAPReplicationQuery.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbLDAPReplicationService.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbMDBCard.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbMDBCardProperty.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbMDBDirFactory.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbMDBDirProperty.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbMDBDirectory.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbRDFDataSource.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbView.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAddbookProtocolHandler.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAddbookUrl.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAddrBookSession.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAddrDatabase.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAddressBook.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsDirPrefs.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsDirectoryDataSource.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbAddressCollecter.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbAutoCompleteSession.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbBase.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbBooleanExpression.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbCard.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbDirFactory.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbDirFactoryService.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbDirectory.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbDirectoryQuery.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbDirectoryQueryProxy.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbDirectorySearch.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbLDAPAutoCompFormatter.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbLDAPReplicationData.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbLDAPReplicationQuery.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbLDAPReplicationService.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbListener.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbMDBCard.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbMDBDirectory.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbUpgrader.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbView.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAddbookUrl.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAddrBookSession.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAddrDBAnnouncer.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAddrDBListener.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAddrDatabase.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAddressBook.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsILDAPPrefsService.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsCharsetMenu.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsFontPackageHandler.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsIAutoCompleteListener.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsIAutoCompleteResults.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsIAutoCompleteSession.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsIBookmarksService.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsIFindService.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsILDAPAutoCompFormatter.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsILDAPAutoCompleteSession.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsISearchContext.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsITimeBomb.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsIWindowDataSource.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsTimeBomb.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsAppShellCIDs.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsIAppShellService.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsICloseAllWindows.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsICmdLineHandler.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsICmdLineService.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsINativeAppSupport.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsIPopupWindowManager.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsISplashScreen.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsITimingService.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsIUserInfo.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsIWebShellWindow.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsIWindowMediator.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsIWindowMediatorListener.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsIXULWindow.h -lib/thunderbird/include/mozilla-1.5b/bayesflt/nsBayesianFilter.h -lib/thunderbird/include/mozilla-1.5b/bayesflt/nsBayesianFilterCID.h -lib/thunderbird/include/mozilla-1.5b/browser/nsIBrowserInstance.h -lib/thunderbird/include/mozilla-1.5b/browser/nsIXULBrowserWindow.h -lib/thunderbird/include/mozilla-1.5b/caps/nsAggregatePrincipal.h -lib/thunderbird/include/mozilla-1.5b/caps/nsBasePrincipal.h -lib/thunderbird/include/mozilla-1.5b/caps/nsCertificatePrincipal.h -lib/thunderbird/include/mozilla-1.5b/caps/nsCodebasePrincipal.h -lib/thunderbird/include/mozilla-1.5b/caps/nsIAggregatePrincipal.h -lib/thunderbird/include/mozilla-1.5b/caps/nsICertificatePrincipal.h -lib/thunderbird/include/mozilla-1.5b/caps/nsICodebasePrincipal.h -lib/thunderbird/include/mozilla-1.5b/caps/nsIPrincipal.h -lib/thunderbird/include/mozilla-1.5b/caps/nsIScriptSecurityManager.h -lib/thunderbird/include/mozilla-1.5b/caps/nsISecurityCheckedComponent.h -lib/thunderbird/include/mozilla-1.5b/caps/nsISignatureVerifier.h -lib/thunderbird/include/mozilla-1.5b/caps/nsJSPrincipals.h -lib/thunderbird/include/mozilla-1.5b/caps/nsScriptSecurityManager.h -lib/thunderbird/include/mozilla-1.5b/caps/nsSystemPrincipal.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsCharsetDetectionAdaptorCID.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsDetectionConfident.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsDocumentCharsetInfoCID.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsICharsetDetectionAdaptor.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsICharsetDetectionObserver.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsICharsetDetector.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsICharsetResolver.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsIDocCharset.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsIDocumentCharsetInfo.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsIMetaCharsetService.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsIStringCharsetDetector.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsIXMLEncodingService.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsMetaCharsetCID.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsXMLEncodingCID.h -lib/thunderbird/include/mozilla-1.5b/chrome/nsIChromeRegistry.h -lib/thunderbird/include/mozilla-1.5b/commandhandler/nsICommandManager.h -lib/thunderbird/include/mozilla-1.5b/commandhandler/nsICommandParams.h -lib/thunderbird/include/mozilla-1.5b/commandhandler/nsIControllerCommand.h -lib/thunderbird/include/mozilla-1.5b/commandhandler/nsIControllerCommandTable.h -lib/thunderbird/include/mozilla-1.5b/commandhandler/nsIControllerContext.h -lib/thunderbird/include/mozilla-1.5b/commandhandler/nsPICommandUpdater.h -lib/thunderbird/include/mozilla-1.5b/composer/nsIEditingSession.h -lib/thunderbird/include/mozilla-1.5b/content/mozISanitizingSerializer.h -lib/thunderbird/include/mozilla-1.5b/content/nsAtomListUtils.h -lib/thunderbird/include/mozilla-1.5b/content/nsBidiUtils.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSAnonBoxList.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSAnonBoxes.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSKeywordList.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSKeywords.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSPropList.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSProperty.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSProps.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSPseudoClassList.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSPseudoClasses.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSPseudoElementList.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSPseudoElements.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSStruct.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSValue.h -lib/thunderbird/include/mozilla-1.5b/content/nsChangeHint.h -lib/thunderbird/include/mozilla-1.5b/content/nsContentCID.h -lib/thunderbird/include/mozilla-1.5b/content/nsContentErrors.h -lib/thunderbird/include/mozilla-1.5b/content/nsContentPolicyUtils.h -lib/thunderbird/include/mozilla-1.5b/content/nsContentUtils.h -lib/thunderbird/include/mozilla-1.5b/content/nsDOMCSSDeclaration.h -lib/thunderbird/include/mozilla-1.5b/content/nsHTMLAtomList.h -lib/thunderbird/include/mozilla-1.5b/content/nsHTMLAtoms.h -lib/thunderbird/include/mozilla-1.5b/content/nsHTMLValue.h -lib/thunderbird/include/mozilla-1.5b/content/nsIAnonymousContent.h -lib/thunderbird/include/mozilla-1.5b/content/nsIAttribute.h -lib/thunderbird/include/mozilla-1.5b/content/nsIAttributeContent.h -lib/thunderbird/include/mozilla-1.5b/content/nsIBindingManager.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSGroupRule.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSImportRule.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSLoader.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSLoaderObserver.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSMediaRule.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSNameSpaceRule.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSOMFactory.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSParser.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSPseudoComparator.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSRule.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSStyleRule.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSStyleRuleDOMWrapper.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSStyleRuleProcessor.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSStyleSheet.h -lib/thunderbird/include/mozilla-1.5b/content/nsIComputedDOMStyle.h -lib/thunderbird/include/mozilla-1.5b/content/nsIContent.h -lib/thunderbird/include/mozilla-1.5b/content/nsIContentIterator.h -lib/thunderbird/include/mozilla-1.5b/content/nsIContentList.h -lib/thunderbird/include/mozilla-1.5b/content/nsIContentPolicy.h -lib/thunderbird/include/mozilla-1.5b/content/nsIContentSerializer.h -lib/thunderbird/include/mozilla-1.5b/content/nsIDocument.h -lib/thunderbird/include/mozilla-1.5b/content/nsIDocumentEncoder.h -lib/thunderbird/include/mozilla-1.5b/content/nsIDocumentObserver.h -lib/thunderbird/include/mozilla-1.5b/content/nsIDocumentTransformer.h -lib/thunderbird/include/mozilla-1.5b/content/nsIDocumentViewer.h -lib/thunderbird/include/mozilla-1.5b/content/nsIDragDropHandler.h -lib/thunderbird/include/mozilla-1.5b/content/nsIElementFactory.h -lib/thunderbird/include/mozilla-1.5b/content/nsIEventListenerManager.h -lib/thunderbird/include/mozilla-1.5b/content/nsIEventStateManager.h -lib/thunderbird/include/mozilla-1.5b/content/nsIFIXptr.h -lib/thunderbird/include/mozilla-1.5b/content/nsIForm.h -lib/thunderbird/include/mozilla-1.5b/content/nsIFormControl.h -lib/thunderbird/include/mozilla-1.5b/content/nsIFormSubmission.h -lib/thunderbird/include/mozilla-1.5b/content/nsIFrameLoader.h -lib/thunderbird/include/mozilla-1.5b/content/nsIFrameSetElement.h -lib/thunderbird/include/mozilla-1.5b/content/nsIHTMLCSSStyleSheet.h -lib/thunderbird/include/mozilla-1.5b/content/nsIHTMLContent.h -lib/thunderbird/include/mozilla-1.5b/content/nsIHTMLContentContainer.h -lib/thunderbird/include/mozilla-1.5b/content/nsIHTMLDocument.h -lib/thunderbird/include/mozilla-1.5b/content/nsIHTMLTableCellElement.h -lib/thunderbird/include/mozilla-1.5b/content/nsIHTMLTableColElement.h -lib/thunderbird/include/mozilla-1.5b/content/nsIHTMLToTextSink.h -lib/thunderbird/include/mozilla-1.5b/content/nsIImageDocument.h -lib/thunderbird/include/mozilla-1.5b/content/nsIImageLoadingContent.h -lib/thunderbird/include/mozilla-1.5b/content/nsIInspectorCSSUtils.h -lib/thunderbird/include/mozilla-1.5b/content/nsILink.h -lib/thunderbird/include/mozilla-1.5b/content/nsIMediaList.h -lib/thunderbird/include/mozilla-1.5b/content/nsIModifyableXPointer.h -lib/thunderbird/include/mozilla-1.5b/content/nsINameSpace.h -lib/thunderbird/include/mozilla-1.5b/content/nsINameSpaceManager.h -lib/thunderbird/include/mozilla-1.5b/content/nsINodeInfo.h -lib/thunderbird/include/mozilla-1.5b/content/nsIOptionElement.h -lib/thunderbird/include/mozilla-1.5b/content/nsIPhonetic.h -lib/thunderbird/include/mozilla-1.5b/content/nsIPrintProgress.h -lib/thunderbird/include/mozilla-1.5b/content/nsIPrintProgressParams.h -lib/thunderbird/include/mozilla-1.5b/content/nsIPrintStatusFeedback.h -lib/thunderbird/include/mozilla-1.5b/content/nsIPrivateCompositionEvent.h -lib/thunderbird/include/mozilla-1.5b/content/nsIPrivateDOMEvent.h -lib/thunderbird/include/mozilla-1.5b/content/nsIPrivateDOMImplementation.h -lib/thunderbird/include/mozilla-1.5b/content/nsIPrivateTextEvent.h -lib/thunderbird/include/mozilla-1.5b/content/nsIPrivateTextRange.h -lib/thunderbird/include/mozilla-1.5b/content/nsIRadioControlElement.h -lib/thunderbird/include/mozilla-1.5b/content/nsIRadioGroupContainer.h -lib/thunderbird/include/mozilla-1.5b/content/nsIRadioVisitor.h -lib/thunderbird/include/mozilla-1.5b/content/nsIRangeUtils.h -lib/thunderbird/include/mozilla-1.5b/content/nsIScriptElement.h -lib/thunderbird/include/mozilla-1.5b/content/nsIScriptEventHandler.h -lib/thunderbird/include/mozilla-1.5b/content/nsIScriptEventManager.h -lib/thunderbird/include/mozilla-1.5b/content/nsIScriptLoader.h -lib/thunderbird/include/mozilla-1.5b/content/nsIScriptLoaderObserver.h -lib/thunderbird/include/mozilla-1.5b/content/nsISelectElement.h -lib/thunderbird/include/mozilla-1.5b/content/nsISelection.h -lib/thunderbird/include/mozilla-1.5b/content/nsISelectionController.h -lib/thunderbird/include/mozilla-1.5b/content/nsISelectionDisplay.h -lib/thunderbird/include/mozilla-1.5b/content/nsISelectionListener.h -lib/thunderbird/include/mozilla-1.5b/content/nsISelectionPrivate.h -lib/thunderbird/include/mozilla-1.5b/content/nsIStyleRule.h -lib/thunderbird/include/mozilla-1.5b/content/nsIStyleRuleProcessor.h -lib/thunderbird/include/mozilla-1.5b/content/nsIStyleRuleSupplier.h -lib/thunderbird/include/mozilla-1.5b/content/nsIStyleSheet.h -lib/thunderbird/include/mozilla-1.5b/content/nsIStyleSheetLinkingElement.h -lib/thunderbird/include/mozilla-1.5b/content/nsIStyledContent.h -lib/thunderbird/include/mozilla-1.5b/content/nsISyncLoadDOMService.h -lib/thunderbird/include/mozilla-1.5b/content/nsITextAreaElement.h -lib/thunderbird/include/mozilla-1.5b/content/nsITextContent.h -lib/thunderbird/include/mozilla-1.5b/content/nsITextControlElement.h -lib/thunderbird/include/mozilla-1.5b/content/nsIWyciwygChannel.h -lib/thunderbird/include/mozilla-1.5b/content/nsIXBLBinding.h -lib/thunderbird/include/mozilla-1.5b/content/nsIXBLDocumentInfo.h -lib/thunderbird/include/mozilla-1.5b/content/nsIXBLService.h -lib/thunderbird/include/mozilla-1.5b/content/nsIXMLContent.h -lib/thunderbird/include/mozilla-1.5b/content/nsIXMLContentSink.h -lib/thunderbird/include/mozilla-1.5b/content/nsIXPathEvaluatorInternal.h -lib/thunderbird/include/mozilla-1.5b/content/nsIXPointer.h -lib/thunderbird/include/mozilla-1.5b/content/nsIXSLTException.h -lib/thunderbird/include/mozilla-1.5b/content/nsIXSLTProcessor.h -lib/thunderbird/include/mozilla-1.5b/content/nsIXSLTProcessorObsolete.h -lib/thunderbird/include/mozilla-1.5b/content/nsImageMapUtils.h -lib/thunderbird/include/mozilla-1.5b/content/nsLayoutAtomList.h -lib/thunderbird/include/mozilla-1.5b/content/nsLayoutAtoms.h -lib/thunderbird/include/mozilla-1.5b/content/nsMutationEvent.h -lib/thunderbird/include/mozilla-1.5b/content/nsRuleNode.h -lib/thunderbird/include/mozilla-1.5b/content/nsRuleWalker.h -lib/thunderbird/include/mozilla-1.5b/content/nsStyleContext.h -lib/thunderbird/include/mozilla-1.5b/content/nsStyleCoord.h -lib/thunderbird/include/mozilla-1.5b/content/nsStyleStruct.h -lib/thunderbird/include/mozilla-1.5b/content/nsStyleStructList.h -lib/thunderbird/include/mozilla-1.5b/content/nsStyleUtil.h -lib/thunderbird/include/mozilla-1.5b/content/nsTextFragment.h -lib/thunderbird/include/mozilla-1.5b/content/nsXBLAtomList.h -lib/thunderbird/include/mozilla-1.5b/content/nsXBLAtoms.h -lib/thunderbird/include/mozilla-1.5b/content/nsXULAtomList.h -lib/thunderbird/include/mozilla-1.5b/content/nsXULAtoms.h -lib/thunderbird/include/mozilla-1.5b/dbm/cdefs.h -lib/thunderbird/include/mozilla-1.5b/dbm/mcom_db.h -lib/thunderbird/include/mozilla-1.5b/dbm/ncompat.h -lib/thunderbird/include/mozilla-1.5b/dbm/nsres.h -lib/thunderbird/include/mozilla-1.5b/dbm/winfile.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsCDefaultURIFixup.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsCDocShell.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIContentViewer.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIContentViewerEdit.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIContentViewerFile.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIDocShell.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIDocShellHistory.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIDocShellLoadInfo.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIDocShellTreeItem.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIDocShellTreeNode.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIDocShellTreeOwner.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIEditorDocShell.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIMarkupDocumentViewer.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIScrollable.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsITextScroll.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIURIFixup.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIWebNavigation.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIWebPageDescriptor.h -lib/thunderbird/include/mozilla-1.5b/dom/domstubs.h -lib/thunderbird/include/mozilla-1.5b/dom/nsDOMCID.h -lib/thunderbird/include/mozilla-1.5b/dom/nsDOMError.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIBaseDOMException.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOM3Document.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOM3DocumentEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOM3EventTarget.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOM3Node.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMAbstractView.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMAttr.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMBarProp.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCDATASection.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCRMFObject.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSS2Properties.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSCharsetRule.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSFontFaceRule.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSImportRule.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSMediaRule.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSPageRule.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSPrimitiveValue.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSRule.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSRuleList.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSStyleDeclaration.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSStyleRule.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSStyleSheet.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSUnknownRule.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSValue.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSValueList.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCharacterData.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMChromeWindow.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMClassInfo.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMComment.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCompositionListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMContextMenuListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCounter.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCrypto.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCustomEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDOMConfiguration.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDOMException.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDOMImplementation.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDocument.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDocumentCSS.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDocumentEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDocumentFragment.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDocumentRange.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDocumentStyle.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDocumentTraversal.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDocumentType.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDocumentView.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDocumentXBL.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDragListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMElementCSSInlineStyle.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMEntity.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMEntityReference.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMEventGroup.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMEventListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMEventReceiver.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMEventTarget.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMFocusListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMFormListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLAnchorElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLAppletElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLAreaElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLBRElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLBaseElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLBaseFontElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLBodyElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLButtonElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLCollection.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLDListElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLDirectoryElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLDivElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLDocument.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLEmbedElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLFieldSetElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLFontElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLFormElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLFrameElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLFrameSetElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLHRElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLHeadElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLHeadingElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLHtmlElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLIFrameElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLImageElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLInputElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLIsIndexElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLLIElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLLabelElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLLegendElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLLinkElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLMapElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLMenuElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLMetaElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLModElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLOListElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLObjectElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLOptGroupElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLOptionElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLOptionsCollection.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLParagraphElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLParamElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLPreElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLQuoteElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLScriptElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLSelectElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLStyleElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLTableCaptionElem.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLTableCellElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLTableColElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLTableElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLTableRowElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLTableSectionElem.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLTextAreaElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLTitleElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLUListElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHistory.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMJSWindow.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMKeyEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMKeyListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMLinkStyle.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMLoadListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMLocation.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMMediaList.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMMimeType.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMMimeTypeArray.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMMouseEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMMouseListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMMouseMotionListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMMutationEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMMutationListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSDocument.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLAnchorElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLAreaElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLButtonElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLDocument.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLFormControlList.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLFormElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLFrameElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLHRElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLImageElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLInputElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLOptionCollectn.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLOptionElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLSelectElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLTextAreaElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHistory.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSLocation.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSRange.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSUIEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSXBLFormControl.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNamedNodeMap.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNavigator.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNode.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNodeFilter.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNodeIterator.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNodeList.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNotation.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMPaintListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMPkcs11.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMPlugin.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMPluginArray.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMPopupBlockedEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMProcessingInstruction.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMRGBColor.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMRange.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMRangeException.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMRect.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMScreen.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMScriptObjectFactory.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMScrollListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMStyleSheet.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMStyleSheetList.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMText.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMTextListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMTreeWalker.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMUIEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMUserDataHandler.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMViewCSS.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMWindow.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMWindowCollection.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMWindowInternal.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXMLDocument.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXPathEvaluator.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXPathException.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXPathExpression.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXPathNSResolver.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXPathNamespace.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXPathResult.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULButtonElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULCheckboxElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULCommandDispatcher.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULControlElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULDescriptionElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULDocument.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULImageElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULLabelElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULLabeledControlEl.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULMenuListElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULMultSelectCntrlEl.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULPopupElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULSelectCntrlEl.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULSelectCntrlItemEl.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULTextboxElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIEntropyCollector.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIFocusController.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIJSEventListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIJSNativeInitializer.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIScriptContext.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIScriptContextOwner.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIScriptEventListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIScriptExternalNameSet.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIScriptGlobalObject.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIScriptGlobalObjectOwner.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIScriptNameSpaceManager.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIScriptObjectOwner.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIScriptObjectPrincipal.h -lib/thunderbird/include/mozilla-1.5b/dom/nsPIDOMWindow.h -lib/thunderbird/include/mozilla-1.5b/dom/nsPIWindowRoot.h -lib/thunderbird/include/mozilla-1.5b/downloadmanager/nsIDownloadManager.h -lib/thunderbird/include/mozilla-1.5b/downloadmanager/nsIDownloadProgressListener.h -lib/thunderbird/include/mozilla-1.5b/editor/nsEditorCID.h -lib/thunderbird/include/mozilla-1.5b/editor/nsICiter.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIContentFilter.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIDocumentStateListener.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIEditActionListener.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIEditor.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIEditorIMESupport.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIEditorLogging.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIEditorMailSupport.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIEditorObserver.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIEditorSpellCheck.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIEditorStyleSheets.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIHTMLAbsPosEditor.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIHTMLEditor.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIHTMLInlineTableEditor.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIHTMLObjectResizeListener.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIHTMLObjectResizer.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIPlaintextEditor.h -lib/thunderbird/include/mozilla-1.5b/editor/nsITableEditor.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIURIRefObject.h -lib/thunderbird/include/mozilla-1.5b/editor/nsPIEditorTransaction.h -lib/thunderbird/include/mozilla-1.5b/embed_base/nsEmbedAPI.h -lib/thunderbird/include/mozilla-1.5b/embed_base/nsIWindowCreator.h -lib/thunderbird/include/mozilla-1.5b/embed_base/nsIWindowCreator2.h -lib/thunderbird/include/mozilla-1.5b/embedcomponents/nsIAppStartupNotifier.h -lib/thunderbird/include/mozilla-1.5b/embedstring/nsEmbedString.h -lib/thunderbird/include/mozilla-1.5b/expat/xmlparse.h -lib/thunderbird/include/mozilla-1.5b/exthandler/nsCExternalHandlerService.h -lib/thunderbird/include/mozilla-1.5b/exthandler/nsExternalHelperAppService.h -lib/thunderbird/include/mozilla-1.5b/exthandler/nsExternalProtocolHandler.h -lib/thunderbird/include/mozilla-1.5b/exthandler/nsHelperAppRDF.h -lib/thunderbird/include/mozilla-1.5b/exthandler/nsIExternalHelperAppService.h -lib/thunderbird/include/mozilla-1.5b/exthandler/nsIExternalProtocolService.h -lib/thunderbird/include/mozilla-1.5b/exthandler/nsOSHelperAppService.h -lib/thunderbird/include/mozilla-1.5b/filepicker/nsIFileView.h -lib/thunderbird/include/mozilla-1.5b/find/nsIFind.h -lib/thunderbird/include/mozilla-1.5b/find/nsIWebBrowserFind.h -lib/thunderbird/include/mozilla-1.5b/gfx/gfxIFormats.h -lib/thunderbird/include/mozilla-1.5b/gfx/gfxIImageFrame.h -lib/thunderbird/include/mozilla-1.5b/gfx/gfxtypes.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsColor.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsColorNameList.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsColorNames.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsCompressedCharMap.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsCoord.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsDeviceContext.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsFont.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsGfxCIID.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsGfxPSCID.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsGfxXPrintCID.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIBlender.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIDeviceContext.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIDeviceContextPS.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIDeviceContextSpec.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIDeviceContextSpecFactory.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIDeviceContextSpecPS.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIDeviceContextSpecXPrint.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIDeviceContextXPrint.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIDrawingSurface.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIFontCatalogService.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIFontEnumerator.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIFontList.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIFontMetrics.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIFreeType2.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIGraphics.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIImage.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIPrintOptions.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIPrintSession.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIPrintSettings.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIPrintSettingsService.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIRegion.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIRenderingContext.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIScreen.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIScreenManager.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIScriptableRegion.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsITheme.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsMargin.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsPoint.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsPostScriptObj.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsRect.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsRegion.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsSize.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsThemeConstants.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsTransform2D.h -lib/thunderbird/include/mozilla-1.5b/gtkembedmoz/gtkmozembed.h -lib/thunderbird/include/mozilla-1.5b/gtkembedmoz/gtkmozembed_internal.h -lib/thunderbird/include/mozilla-1.5b/gtkxtbin/gtk2xtbin.h -lib/thunderbird/include/mozilla-1.5b/gtkxtbin/gtkxtbin.h -lib/thunderbird/include/mozilla-1.5b/helperAppDlg/nsIHelperAppLauncherDialog.h -lib/thunderbird/include/mozilla-1.5b/history/nsIBrowserHistory.h -lib/thunderbird/include/mozilla-1.5b/history/nsIGlobalHistory.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsHTMLTagList.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsHTMLTags.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsHTMLTokens.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsIContentSink.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsIDTD.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsIElementObserver.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsIExpatSink.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsIHTMLContentSink.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsIHTMLFragmentContentSink.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsIParser.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsIParserFilter.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsIParserNode.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsIParserService.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsITokenizer.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsParserCIID.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsParserError.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsToken.h -lib/thunderbird/include/mozilla-1.5b/imglib2/ImageErrors.h -lib/thunderbird/include/mozilla-1.5b/imglib2/ImageLogging.h -lib/thunderbird/include/mozilla-1.5b/imglib2/imgICache.h -lib/thunderbird/include/mozilla-1.5b/imglib2/imgIContainer.h -lib/thunderbird/include/mozilla-1.5b/imglib2/imgIContainerObserver.h -lib/thunderbird/include/mozilla-1.5b/imglib2/imgIDecoder.h -lib/thunderbird/include/mozilla-1.5b/imglib2/imgIDecoderObserver.h -lib/thunderbird/include/mozilla-1.5b/imglib2/imgILoad.h -lib/thunderbird/include/mozilla-1.5b/imglib2/imgILoader.h -lib/thunderbird/include/mozilla-1.5b/imglib2/imgIRequest.h -lib/thunderbird/include/mozilla-1.5b/impComm4xMail/nsComm4xMail.h -lib/thunderbird/include/mozilla-1.5b/impComm4xMail/nsComm4xMailImport.h -lib/thunderbird/include/mozilla-1.5b/impComm4xMail/nsComm4xMailStringBundle.h -lib/thunderbird/include/mozilla-1.5b/impComm4xMail/nsComm4xProfile.h -lib/thunderbird/include/mozilla-1.5b/impComm4xMail/nsIComm4xProfile.h -lib/thunderbird/include/mozilla-1.5b/impText/nsTextImport.h -lib/thunderbird/include/mozilla-1.5b/impText/nsTextStringBundle.h -lib/thunderbird/include/mozilla-1.5b/import/ImportOutFile.h -lib/thunderbird/include/mozilla-1.5b/import/nsIImportABDescriptor.h -lib/thunderbird/include/mozilla-1.5b/import/nsIImportAddressBooks.h -lib/thunderbird/include/mozilla-1.5b/import/nsIImportFieldMap.h -lib/thunderbird/include/mozilla-1.5b/import/nsIImportGeneric.h -lib/thunderbird/include/mozilla-1.5b/import/nsIImportMail.h -lib/thunderbird/include/mozilla-1.5b/import/nsIImportMailboxDescriptor.h -lib/thunderbird/include/mozilla-1.5b/import/nsIImportMimeEncode.h -lib/thunderbird/include/mozilla-1.5b/import/nsIImportModule.h -lib/thunderbird/include/mozilla-1.5b/import/nsIImportService.h -lib/thunderbird/include/mozilla-1.5b/import/nsIImportSettings.h -lib/thunderbird/include/mozilla-1.5b/import/nsImportEncodeScan.h -lib/thunderbird/include/mozilla-1.5b/import/nsImportMimeEncode.h -lib/thunderbird/include/mozilla-1.5b/import/nsImportScanFile.h -lib/thunderbird/include/mozilla-1.5b/import/nsImportService.h -lib/thunderbird/include/mozilla-1.5b/import/nsImportStringBundle.h -lib/thunderbird/include/mozilla-1.5b/import/nsImportTranslator.h -lib/thunderbird/include/mozilla-1.5b/intl/nsIStringBundle.h -lib/thunderbird/include/mozilla-1.5b/intl/nsIStringBundleOverride.h -lib/thunderbird/include/mozilla-1.5b/jar/nsIJAR.h -lib/thunderbird/include/mozilla-1.5b/jar/nsIZipReader.h -lib/thunderbird/include/mozilla-1.5b/jar/zipfile.h -lib/thunderbird/include/mozilla-1.5b/jar/zipstruct.h -lib/thunderbird/include/mozilla-1.5b/jar/zipstub.h -lib/thunderbird/include/mozilla-1.5b/java/bool.h -lib/thunderbird/include/mozilla-1.5b/java/interpreter.h -lib/thunderbird/include/mozilla-1.5b/java/javaString.h -lib/thunderbird/include/mozilla-1.5b/java/javaThreads.h -lib/thunderbird/include/mozilla-1.5b/java/java_lang_String.h -lib/thunderbird/include/mozilla-1.5b/java/jdk_java_lang_String.h -lib/thunderbird/include/mozilla-1.5b/java/jmc.h -lib/thunderbird/include/mozilla-1.5b/java/jni.h -lib/thunderbird/include/mozilla-1.5b/java/jni_md.h -lib/thunderbird/include/mozilla-1.5b/java/jri.h -lib/thunderbird/include/mozilla-1.5b/java/jri_md.h -lib/thunderbird/include/mozilla-1.5b/java/jriext.h -lib/thunderbird/include/mozilla-1.5b/java/jritypes.h -lib/thunderbird/include/mozilla-1.5b/java/nspr_md.h -lib/thunderbird/include/mozilla-1.5b/java/oobj.h -lib/thunderbird/include/mozilla-1.5b/java/sysmacros_md.h -lib/thunderbird/include/mozilla-1.5b/java/tree.h -lib/thunderbird/include/mozilla-1.5b/java/typedefs.h -lib/thunderbird/include/mozilla-1.5b/java/typedefs_md.h -lib/thunderbird/include/mozilla-1.5b/java/zip.h -lib/thunderbird/include/mozilla-1.5b/js/fdlibm.h -lib/thunderbird/include/mozilla-1.5b/js/js.msg -lib/thunderbird/include/mozilla-1.5b/js/jsapi.h -lib/thunderbird/include/mozilla-1.5b/js/jsarena.h -lib/thunderbird/include/mozilla-1.5b/js/jsarray.h -lib/thunderbird/include/mozilla-1.5b/js/jsatom.h -lib/thunderbird/include/mozilla-1.5b/js/jsautocfg.h -lib/thunderbird/include/mozilla-1.5b/js/jsbit.h -lib/thunderbird/include/mozilla-1.5b/js/jsbool.h -lib/thunderbird/include/mozilla-1.5b/js/jsclist.h -lib/thunderbird/include/mozilla-1.5b/js/jscntxt.h -lib/thunderbird/include/mozilla-1.5b/js/jscompat.h -lib/thunderbird/include/mozilla-1.5b/js/jsconfig.h -lib/thunderbird/include/mozilla-1.5b/js/jsdate.h -lib/thunderbird/include/mozilla-1.5b/js/jsdbgapi.h -lib/thunderbird/include/mozilla-1.5b/js/jsdhash.h -lib/thunderbird/include/mozilla-1.5b/js/jsemit.h -lib/thunderbird/include/mozilla-1.5b/js/jsfun.h -lib/thunderbird/include/mozilla-1.5b/js/jsgc.h -lib/thunderbird/include/mozilla-1.5b/js/jshash.h -lib/thunderbird/include/mozilla-1.5b/js/jsinterp.h -lib/thunderbird/include/mozilla-1.5b/js/jslock.h -lib/thunderbird/include/mozilla-1.5b/js/jslong.h -lib/thunderbird/include/mozilla-1.5b/js/jsmath.h -lib/thunderbird/include/mozilla-1.5b/js/jsnum.h -lib/thunderbird/include/mozilla-1.5b/js/jsobj.h -lib/thunderbird/include/mozilla-1.5b/js/jsopcode.h -lib/thunderbird/include/mozilla-1.5b/js/jsopcode.tbl -lib/thunderbird/include/mozilla-1.5b/js/jsosdep.h -lib/thunderbird/include/mozilla-1.5b/js/jsotypes.h -lib/thunderbird/include/mozilla-1.5b/js/jsparse.h -lib/thunderbird/include/mozilla-1.5b/js/jsprf.h -lib/thunderbird/include/mozilla-1.5b/js/jsprvtd.h -lib/thunderbird/include/mozilla-1.5b/js/jspubtd.h -lib/thunderbird/include/mozilla-1.5b/js/jsregexp.h -lib/thunderbird/include/mozilla-1.5b/js/jsscan.h -lib/thunderbird/include/mozilla-1.5b/js/jsscope.h -lib/thunderbird/include/mozilla-1.5b/js/jsscript.h -lib/thunderbird/include/mozilla-1.5b/js/jsstddef.h -lib/thunderbird/include/mozilla-1.5b/js/jsstr.h -lib/thunderbird/include/mozilla-1.5b/js/jstypes.h -lib/thunderbird/include/mozilla-1.5b/js/jsutil.h -lib/thunderbird/include/mozilla-1.5b/js/jsxdrapi.h -lib/thunderbird/include/mozilla-1.5b/jsconsole/nsIJSConsoleService.h -lib/thunderbird/include/mozilla-1.5b/jsdebug/jsdIDebuggerService.h -lib/thunderbird/include/mozilla-1.5b/jsdebug/jsdebug.h -lib/thunderbird/include/mozilla-1.5b/jsurl/nsIEvaluateStringProxy.h -lib/thunderbird/include/mozilla-1.5b/jsurl/nsJSProtocolHandler.h -lib/thunderbird/include/mozilla-1.5b/layout/nsBidi.h -lib/thunderbird/include/mozilla-1.5b/layout/nsBidiFrames.h -lib/thunderbird/include/mozilla-1.5b/layout/nsBidiPresUtils.h -lib/thunderbird/include/mozilla-1.5b/layout/nsCompatibility.h -lib/thunderbird/include/mozilla-1.5b/layout/nsFrameList.h -lib/thunderbird/include/mozilla-1.5b/layout/nsFrameTraversal.h -lib/thunderbird/include/mozilla-1.5b/layout/nsGrid.h -lib/thunderbird/include/mozilla-1.5b/layout/nsGridCell.h -lib/thunderbird/include/mozilla-1.5b/layout/nsGridLayout2.h -lib/thunderbird/include/mozilla-1.5b/layout/nsGridRow.h -lib/thunderbird/include/mozilla-1.5b/layout/nsGridRowGroupLayout.h -lib/thunderbird/include/mozilla-1.5b/layout/nsGridRowLayout.h -lib/thunderbird/include/mozilla-1.5b/layout/nsGridRowLeafFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsGridRowLeafLayout.h -lib/thunderbird/include/mozilla-1.5b/layout/nsHTMLParts.h -lib/thunderbird/include/mozilla-1.5b/layout/nsHTMLReflowMetrics.h -lib/thunderbird/include/mozilla-1.5b/layout/nsHTMLReflowState.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIAutoCopy.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIBoxLayoutManager.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIBoxObject.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIBoxPaintManager.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIBrowserBoxObject.h -lib/thunderbird/include/mozilla-1.5b/layout/nsICSSFrameConstructor.h -lib/thunderbird/include/mozilla-1.5b/layout/nsICanvasFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsICaret.h -lib/thunderbird/include/mozilla-1.5b/layout/nsICheckboxControlFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIChromeEventHandler.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIComboboxControlFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIEditorBoxObject.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFocusTracker.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFormControlFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFormProcessor.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFormSubmitObserver.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFrameDebug.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFrameFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFrameManager.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFrameSelection.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFrameTraversal.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFrameUtil.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIGridPart.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIHTMLStyleSheet.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIIFrameBoxObject.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIImageControlFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIImageFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIImageMap.h -lib/thunderbird/include/mozilla-1.5b/layout/nsILayoutDebugger.h -lib/thunderbird/include/mozilla-1.5b/layout/nsILayoutHistoryState.h -lib/thunderbird/include/mozilla-1.5b/layout/nsILineIterator.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIListBoxObject.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIListControlFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIMenuBoxObject.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIMenuFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIMutableStyleContext.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIObjectFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIPageSequenceFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIPercentHeightObserver.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIPopupBoxObject.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIPopupSetFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIPresContext.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIPresShell.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIPresState.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIPrintContext.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIPrintPreviewContext.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIRadioControlFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIReflowCallback.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIScrollBoxObject.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIScrollableFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIScrollableViewProvider.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIScrollbarMediator.h -lib/thunderbird/include/mozilla-1.5b/layout/nsISelectControlFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsISelectionImageService.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIStatefulFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIStyleFrameConstruction.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIStyleSet.h -lib/thunderbird/include/mozilla-1.5b/layout/nsITableCellLayout.h -lib/thunderbird/include/mozilla-1.5b/layout/nsITableLayout.h -lib/thunderbird/include/mozilla-1.5b/layout/nsITextControlFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsITreeBoxObject.h -lib/thunderbird/include/mozilla-1.5b/layout/nsITreeContentView.h -lib/thunderbird/include/mozilla-1.5b/layout/nsITreeSelection.h -lib/thunderbird/include/mozilla-1.5b/layout/nsITreeView.h -lib/thunderbird/include/mozilla-1.5b/layout/nsLayoutCID.h -lib/thunderbird/include/mozilla-1.5b/layout/nsLayoutErrors.h -lib/thunderbird/include/mozilla-1.5b/layout/nsLayoutUtils.h -lib/thunderbird/include/mozilla-1.5b/layout/nsPIBoxObject.h -lib/thunderbird/include/mozilla-1.5b/layout/nsReflowType.h -lib/thunderbird/include/mozilla-1.5b/layout/nsStyleChangeList.h -lib/thunderbird/include/mozilla-1.5b/layout/nsStyleConsts.h -lib/thunderbird/include/mozilla-1.5b/layout/nsTextTransformer.h -lib/thunderbird/include/mozilla-1.5b/layout/nsTreeBodyFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsTreeColFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsTreeContentView.h -lib/thunderbird/include/mozilla-1.5b/layout/nsTreeSelection.h -lib/thunderbird/include/mozilla-1.5b/layout/nsTreeUtils.h -lib/thunderbird/include/mozilla-1.5b/ldap/disptmpl.h -lib/thunderbird/include/mozilla-1.5b/ldap/iutil.h -lib/thunderbird/include/mozilla-1.5b/ldap/lber.h -lib/thunderbird/include/mozilla-1.5b/ldap/ldap-deprecated.h -lib/thunderbird/include/mozilla-1.5b/ldap/ldap-extension.h -lib/thunderbird/include/mozilla-1.5b/ldap/ldap-platform.h -lib/thunderbird/include/mozilla-1.5b/ldap/ldap-standard.h -lib/thunderbird/include/mozilla-1.5b/ldap/ldap-to-be-deprecated.h -lib/thunderbird/include/mozilla-1.5b/ldap/ldap.h -lib/thunderbird/include/mozilla-1.5b/ldap/ldap_ssl.h -lib/thunderbird/include/mozilla-1.5b/ldap/ldappr.h -lib/thunderbird/include/mozilla-1.5b/ldap/srchpref.h -lib/thunderbird/include/mozilla-1.5b/libreg/NSReg.h -lib/thunderbird/include/mozilla-1.5b/libreg/VerReg.h -lib/thunderbird/include/mozilla-1.5b/locale/nsCollation.h -lib/thunderbird/include/mozilla-1.5b/locale/nsCollationCID.h -lib/thunderbird/include/mozilla-1.5b/locale/nsDateTimeFormatCID.h -lib/thunderbird/include/mozilla-1.5b/locale/nsICollation.h -lib/thunderbird/include/mozilla-1.5b/locale/nsIDateTimeFormat.h -lib/thunderbird/include/mozilla-1.5b/locale/nsIFontPackageHandler.h -lib/thunderbird/include/mozilla-1.5b/locale/nsIFontPackageProxy.h -lib/thunderbird/include/mozilla-1.5b/locale/nsIFontPackageService.h -lib/thunderbird/include/mozilla-1.5b/locale/nsILanguageAtom.h -lib/thunderbird/include/mozilla-1.5b/locale/nsILanguageAtomService.h -lib/thunderbird/include/mozilla-1.5b/locale/nsILocale.h -lib/thunderbird/include/mozilla-1.5b/locale/nsILocaleService.h -lib/thunderbird/include/mozilla-1.5b/locale/nsIMacLocale.h -lib/thunderbird/include/mozilla-1.5b/locale/nsIOS2Locale.h -lib/thunderbird/include/mozilla-1.5b/locale/nsIPosixLocale.h -lib/thunderbird/include/mozilla-1.5b/locale/nsIScriptableDateFormat.h -lib/thunderbird/include/mozilla-1.5b/locale/nsIWin32Locale.h -lib/thunderbird/include/mozilla-1.5b/locale/nsLocaleCID.h -lib/thunderbird/include/mozilla-1.5b/lwbrk/nsIBinarySearchIterator.h -lib/thunderbird/include/mozilla-1.5b/lwbrk/nsIBreakState.h -lib/thunderbird/include/mozilla-1.5b/lwbrk/nsILineBreaker.h -lib/thunderbird/include/mozilla-1.5b/lwbrk/nsILineBreakerFactory.h -lib/thunderbird/include/mozilla-1.5b/lwbrk/nsILinearIterator.h -lib/thunderbird/include/mozilla-1.5b/lwbrk/nsISemanticUnitScanner.h -lib/thunderbird/include/mozilla-1.5b/lwbrk/nsIWordBreaker.h -lib/thunderbird/include/mozilla-1.5b/lwbrk/nsIWordBreakerFactory.h -lib/thunderbird/include/mozilla-1.5b/lwbrk/nsLWBrkCIID.h -lib/thunderbird/include/mozilla-1.5b/mailnews/MailNewsTypes.h -lib/thunderbird/include/mozilla-1.5b/mailnews/MailNewsTypes2.h -lib/thunderbird/include/mozilla-1.5b/mailview/nsIMsgMailView.h -lib/thunderbird/include/mozilla-1.5b/mailview/nsIMsgMailViewList.h -lib/thunderbird/include/mozilla-1.5b/mailview/nsMsgMailViewList.h -lib/thunderbird/include/mozilla-1.5b/mailview/nsMsgMailViewsCID.h -lib/thunderbird/include/mozilla-1.5b/mime/comi18n.h -lib/thunderbird/include/mozilla-1.5b/mime/mimecont.h -lib/thunderbird/include/mozilla-1.5b/mime/mimecth.h -lib/thunderbird/include/mozilla-1.5b/mime/mimehdrs.h -lib/thunderbird/include/mozilla-1.5b/mime/mimei.h -lib/thunderbird/include/mozilla-1.5b/mime/mimeleaf.h -lib/thunderbird/include/mozilla-1.5b/mime/mimemsig.h -lib/thunderbird/include/mozilla-1.5b/mime/mimemult.h -lib/thunderbird/include/mozilla-1.5b/mime/mimeobj.h -lib/thunderbird/include/mozilla-1.5b/mime/mimepbuf.h -lib/thunderbird/include/mozilla-1.5b/mime/mimetext.h -lib/thunderbird/include/mozilla-1.5b/mime/modlmime.h -lib/thunderbird/include/mozilla-1.5b/mime/modmimee.h -lib/thunderbird/include/mozilla-1.5b/mime/nsIMimeContentTypeHandler.h -lib/thunderbird/include/mozilla-1.5b/mime/nsIMimeConverter.h -lib/thunderbird/include/mozilla-1.5b/mime/nsIMimeEmitter.h -lib/thunderbird/include/mozilla-1.5b/mime/nsIMimeHeaders.h -lib/thunderbird/include/mozilla-1.5b/mime/nsIMimeMiscStatus.h -lib/thunderbird/include/mozilla-1.5b/mime/nsIMimeObjectClassAccess.h -lib/thunderbird/include/mozilla-1.5b/mime/nsIMimeStreamConverter.h -lib/thunderbird/include/mozilla-1.5b/mime/nsIMsgHeaderParser.h -lib/thunderbird/include/mozilla-1.5b/mime/nsMailHeaders.h -lib/thunderbird/include/mozilla-1.5b/mime/nsMimeContentTypeHandler.h -lib/thunderbird/include/mozilla-1.5b/mime/nsMimeConverter.h -lib/thunderbird/include/mozilla-1.5b/mime/nsMimeHeaders.h -lib/thunderbird/include/mozilla-1.5b/mime/nsMimeObjectClassAccess.h -lib/thunderbird/include/mozilla-1.5b/mime/nsMimeStringResources.h -lib/thunderbird/include/mozilla-1.5b/mime/nsMsgHeaderParser.h -lib/thunderbird/include/mozilla-1.5b/mime/nsMsgMimeCID.h -lib/thunderbird/include/mozilla-1.5b/mime/nsStreamConverter.h -lib/thunderbird/include/mozilla-1.5b/mimeemitter/nsEmitterUtils.h -lib/thunderbird/include/mozilla-1.5b/mimeemitter/nsMimeBaseEmitter.h -lib/thunderbird/include/mozilla-1.5b/mimeemitter/nsMimeEmitterCID.h -lib/thunderbird/include/mozilla-1.5b/mimeemitter/nsMimeHtmlEmitter.h -lib/thunderbird/include/mozilla-1.5b/mimeemitter/nsMimePlainEmitter.h -lib/thunderbird/include/mozilla-1.5b/mimeemitter/nsMimeRawEmitter.h -lib/thunderbird/include/mozilla-1.5b/mimeemitter/nsMimeRebuffer.h -lib/thunderbird/include/mozilla-1.5b/mimeemitter/nsMimeXmlEmitter.h -lib/thunderbird/include/mozilla-1.5b/mimetype/nsIMIMEHeaderParam.h -lib/thunderbird/include/mozilla-1.5b/mimetype/nsIMIMEInfo.h -lib/thunderbird/include/mozilla-1.5b/mimetype/nsIMIMEService.h -lib/thunderbird/include/mozilla-1.5b/mimetype/nsMimeTypes.h -lib/thunderbird/include/mozilla-1.5b/mork/mdb.h -lib/thunderbird/include/mozilla-1.5b/mork/nsIMdbFactoryFactory.h -lib/thunderbird/include/mozilla-1.5b/mork/nsMorkCID.h -lib/thunderbird/include/mozilla-1.5b/mozilla-config.h -lib/thunderbird/include/mozilla-1.5b/mozldap/nsILDAPBERValue.h -lib/thunderbird/include/mozilla-1.5b/mozldap/nsILDAPConnection.h -lib/thunderbird/include/mozilla-1.5b/mozldap/nsILDAPErrors.h -lib/thunderbird/include/mozilla-1.5b/mozldap/nsILDAPMessage.h -lib/thunderbird/include/mozilla-1.5b/mozldap/nsILDAPMessageListener.h -lib/thunderbird/include/mozilla-1.5b/mozldap/nsILDAPOperation.h -lib/thunderbird/include/mozilla-1.5b/mozldap/nsILDAPServer.h -lib/thunderbird/include/mozilla-1.5b/mozldap/nsILDAPService.h -lib/thunderbird/include/mozilla-1.5b/mozldap/nsILDAPURL.h -lib/thunderbird/include/mozilla-1.5b/mozldap/nsLDAP.h -lib/thunderbird/include/mozilla-1.5b/msgbase/msgCore.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsCopyMessageStreamListener.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsICopyMessageListener.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsICopyMsgStreamListener.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIFolder.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIFolderListener.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIIncomingServerListener.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMessenger.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMessengerMigrator.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMessengerOSIntegration.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMessengerWindowService.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgAccount.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgAccountManager.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgBiffManager.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgCopyService.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgCopyServiceListener.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgDBView.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgFilter.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgFilterHitNotify.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgFilterList.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgFilterPlugin.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgFilterService.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgFolder.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgFolderCache.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgFolderCacheElement.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgFolderCompactor.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgGroupRecord.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgHdr.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgHost.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgIdentity.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgMailNewsUrl.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgMailSession.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgMdnGenerator.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgMessageService.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgOfflineManager.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgPrintEngine.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgProgress.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgProtocolInfo.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgPurgeService.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgRDFDataSource.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgSearchAdapter.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgSearchNotify.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgSearchScopeTerm.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgSearchSession.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgSearchTerm.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgSearchValidityManager.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgSearchValidityTable.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgSearchValue.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgSignature.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgStatusFeedback.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgStringService.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgThread.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgVCard.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgWindow.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsISpamSettings.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsISubscribableServer.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIUrlListener.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIUrlListenerManager.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMessenger.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMessengerBootstrap.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMessengerContentHandler.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMessengerMigrator.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgAccount.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgAccountManager.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgAccountManagerDS.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgBaseCID.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgBiffManager.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgBodyHandler.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgContentPolicy.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgCopyService.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgFilterCore.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgFilterDataSource.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgFilterDelegateFactory.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgFilterService.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgFolderCache.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgFolderDataSource.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgFolderFlags.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgHeaderMasks.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgLocalFolderHdrs.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgMailSession.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgMessageFlags.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgPrintEngine.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgProgress.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgPurgeService.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgRDFDataSource.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgRDFUtils.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgResultElement.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgSearchAdapter.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgSearchArray.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgSearchBoolExpression.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgSearchCore.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgSearchScopeTerm.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgSearchSession.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgSearchTerm.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgServiceProvider.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgStatusFeedback.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgWindow.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsStatusBarBiffManager.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsSubscribableServer.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsSubscribeDataSource.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsUrlListenerManager.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsAdapterEnumerator.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsLocalFolderSummarySpec.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgDBFolder.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgFolder.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgGroupRecord.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgI18N.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgIdentity.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgKeyArray.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgKeySet.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgLineBuffer.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgMailNewsUrl.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgProtocol.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgTxn.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgUtf7Utils.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgUtils.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsNewsSummarySpec.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsUInt32Array.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsUint8Array.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgAttachment.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgCompFields.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgCompUtils.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgCompose.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgComposeParams.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgComposeProgressParams.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgComposeSecure.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgComposeService.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgDraft.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgQuote.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgRecipientArray.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgSend.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgSendLater.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgSendLaterListener.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgSendListener.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgSendReport.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsISmtpServer.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsISmtpService.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsISmtpUrl.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIURLFetcher.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgAttachment.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgAttachmentHandler.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgCompCID.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgCompFields.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgCompUtils.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgCompose.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgComposeContentHandler.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgComposeParams.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgComposeProgressParams.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgComposeService.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgComposeStringBundle.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgCopy.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgCreate.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgDeliveryListener.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgEncoders.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgPrompts.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgQuote.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgRecipientArray.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgSend.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgSendLater.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgSendReport.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgSimulateError.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsSmtpDataSource.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsSmtpDelegateFactory.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsSmtpProtocol.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsSmtpServer.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsSmtpService.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsSmtpUrl.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsURLFetcher.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsDBFolderInfo.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsIDBChangeAnnouncer.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsIDBChangeListener.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsIDBFolderInfo.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsIMsgDatabase.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsIMsgOfflineImapOperation.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsINewsDatabase.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsImapMailDatabase.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsMailDatabase.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsMsgDBCID.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsMsgDatabase.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsMsgHdr.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsMsgThread.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsNewsDatabase.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIIMAPHostSessionList.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapExtensionSink.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapFlagAndUidState.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapHeaderXferInfo.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapMailFolderSink.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapMessageSink.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapMiscellaneousSink.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapMockChannel.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapProtocol.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapServerSink.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapService.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapUrl.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIMAPBodyShell.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIMAPGenericParser.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIMAPHostSessionList.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIMAPNamespace.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIMailboxSpec.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIMsgImapMailFolder.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIMsgLogonRedirector.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapCore.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapFlagAndUidState.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapMailFolder.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapProtocol.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapProxyEvent.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapSearchResults.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapServerResponseParser.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapService.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapUrl.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapUtils.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsMsgImapCID.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsILocalMailIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsIMailboxService.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsIMailboxUrl.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsIMovemailIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsIMovemailService.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsIMsgLocalMailFolder.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsIMsgParseMailMsgState.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsINoIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsINoneService.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsIPop3IncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsIPop3Service.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsIPop3Sink.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsIPop3URL.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsLocalMailFolder.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsLocalStringBundle.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsMailboxProtocol.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsMailboxService.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsMailboxUrl.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsMovemailIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsMovemailService.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsMsgLocalCID.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsNoIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsNoneService.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsParseMailbox.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsPop3IncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsPop3Protocol.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsPop3Service.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsPop3Sink.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsPop3URL.h -lib/thunderbird/include/mozilla-1.5b/msgmdn/nsMsgMdnCID.h -lib/thunderbird/include/mozilla-1.5b/msgmdn/nsMsgMdnGenerator.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nntpCore.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsIMsgNewsFolder.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsIMsgOfflineNewsState.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsINNTPArticleList.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsINNTPNewsgroupList.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsINNTPNewsgroupPost.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsINNTPProtocol.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsINewsDownloadDialogArgs.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsINntpIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsINntpService.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsINntpUrl.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsMsgNewsCID.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsNNTPArticleList.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsNNTPNewsgroupList.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsNNTPNewsgroupPost.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsNNTPProtocol.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsNewsDownloadDialogArgs.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsNewsFolder.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsNewsUtils.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsNntpIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsNntpService.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsNntpUrl.h -lib/thunderbird/include/mozilla-1.5b/msgsmime/nsEncryptedSMIMEURIsService.h -lib/thunderbird/include/mozilla-1.5b/msgsmime/nsIEncryptedSMIMEURIsSrvc.h -lib/thunderbird/include/mozilla-1.5b/msgsmime/nsIMsgSMIMECompFields.h -lib/thunderbird/include/mozilla-1.5b/msgsmime/nsIMsgSMIMEHeaderSink.h -lib/thunderbird/include/mozilla-1.5b/msgsmime/nsISMimeJSHelper.h -lib/thunderbird/include/mozilla-1.5b/msgsmime/nsMsgComposeSecure.h -lib/thunderbird/include/mozilla-1.5b/msgsmime/nsMsgSMIMECID.h -lib/thunderbird/include/mozilla-1.5b/msgsmime/nsSMimeJSHelper.h -lib/thunderbird/include/mozilla-1.5b/necko/ftpCore.h -lib/thunderbird/include/mozilla-1.5b/necko/mozITXTToHTMLConv.h -lib/thunderbird/include/mozilla-1.5b/necko/necko-config.h -lib/thunderbird/include/mozilla-1.5b/necko/netCore.h -lib/thunderbird/include/mozilla-1.5b/necko/nsCPasswordManager.h -lib/thunderbird/include/mozilla-1.5b/necko/nsCPasswordManagerInternal.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIAboutModule.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIAsyncStreamCopier.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIAuthPrompt.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIBufferedStreams.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIByteRangeRequest.h -lib/thunderbird/include/mozilla-1.5b/necko/nsICachingChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsICookieService.h -lib/thunderbird/include/mozilla-1.5b/necko/nsICryptoFIPSInfo.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIDNSListener.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIDNSService.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIDataChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIDirIndex.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIDirIndexListener.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIDirectoryListing.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIDownloader.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIEncodedChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIExternalProtocolHandler.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIFTPChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIFileChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIFileProtocolHandler.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIFileStreams.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIFileURL.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIHttpAuthManager.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIHttpAuthenticator.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIHttpChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIHttpChannelInternal.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIHttpEventSink.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIHttpHeaderVisitor.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIHttpNotify.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIHttpProtocolHandler.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIIDNService.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIIOService.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIInputStreamChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIInputStreamPump.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIJARChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIJARProtocolHandler.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIJARURI.h -lib/thunderbird/include/mozilla-1.5b/necko/nsILoadGroup.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIMIMEInputStream.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIMultiPartChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsINetModRegEntry.h -lib/thunderbird/include/mozilla-1.5b/necko/nsINetModuleMgr.h -lib/thunderbird/include/mozilla-1.5b/necko/nsINetNotify.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIPasswordManager.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIPasswordManagerInternal.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIProgressEventSink.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIPrompt.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIProtocolHandler.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIProtocolProxyService.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIProxiedProtocolHandler.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIProxy.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIProxyAutoConfig.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIProxyInfo.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIRequest.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIRequestObserver.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIRequestObserverProxy.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIResProtocolHandler.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIResumableChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIResumableEntityID.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISOCKS4SocketInfo.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISOCKS4SocketProvider.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISOCKSSocketInfo.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISOCKSSocketProvider.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISSLSocketControl.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISSLSocketProvider.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISecretDecoderRing.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISecureBrowserUI.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISecurityEventSink.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISimpleStreamListener.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISocketProvider.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISocketProviderService.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISocketTransport.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISocketTransportService.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIStandardURL.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIStreamConverter.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIStreamConverterService.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIStreamListener.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIStreamListenerProxy.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIStreamListenerTee.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIStreamLoader.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIStreamTransportService.h -lib/thunderbird/include/mozilla-1.5b/necko/nsITXTToHTMLConv.h -lib/thunderbird/include/mozilla-1.5b/necko/nsITransport.h -lib/thunderbird/include/mozilla-1.5b/necko/nsITransportSecurityInfo.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIURI.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIURIChecker.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIURL.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIURLParser.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIUnicharStreamLoader.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIUploadChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsNetCID.h -lib/thunderbird/include/mozilla-1.5b/necko/nsNetError.h -lib/thunderbird/include/mozilla-1.5b/necko/nsNetUtil.h -lib/thunderbird/include/mozilla-1.5b/necko/nsReadLine.h -lib/thunderbird/include/mozilla-1.5b/necko/nsURIHashKey.h -lib/thunderbird/include/mozilla-1.5b/necko/nsUnixColorPrintf.h -lib/thunderbird/include/mozilla-1.5b/necko2/nsIViewSourceChannel.h -lib/thunderbird/include/mozilla-1.5b/nkcache/nsCacheService.h -lib/thunderbird/include/mozilla-1.5b/nkcache/nsICache.h -lib/thunderbird/include/mozilla-1.5b/nkcache/nsICacheEntryDescriptor.h -lib/thunderbird/include/mozilla-1.5b/nkcache/nsICacheListener.h -lib/thunderbird/include/mozilla-1.5b/nkcache/nsICacheService.h -lib/thunderbird/include/mozilla-1.5b/nkcache/nsICacheSession.h -lib/thunderbird/include/mozilla-1.5b/nkcache/nsICacheVisitor.h -lib/thunderbird/include/mozilla-1.5b/nsBuildID.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_aix.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_beos.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_bsdi.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_darwin.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_dgux.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_freebsd.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_hpux.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_irix.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_linux.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_macos.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_ncr.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_nec.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_netbsd.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_nextstep.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_nspr_pthread.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_nto.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_openbsd.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_openvms.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_os2.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_os2_errors.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_osf1.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_pcos.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_pth.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_qnx.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_reliantunix.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_rhapsody.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_scoos.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_solaris.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_sony.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_sunos4.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_unix_errors.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_unixos.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_unixware.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_win16.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_win32_errors.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_win95.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_winnt.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/prosdep.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/sunos4.h -lib/thunderbird/include/mozilla-1.5b/nspr/nspr.h -lib/thunderbird/include/mozilla-1.5b/nspr/obsolete/pralarm.h -lib/thunderbird/include/mozilla-1.5b/nspr/obsolete/probslet.h -lib/thunderbird/include/mozilla-1.5b/nspr/obsolete/protypes.h -lib/thunderbird/include/mozilla-1.5b/nspr/obsolete/prsem.h -lib/thunderbird/include/mozilla-1.5b/nspr/plarena.h -lib/thunderbird/include/mozilla-1.5b/nspr/plarenas.h -lib/thunderbird/include/mozilla-1.5b/nspr/plbase64.h -lib/thunderbird/include/mozilla-1.5b/nspr/plerror.h -lib/thunderbird/include/mozilla-1.5b/nspr/plgetopt.h -lib/thunderbird/include/mozilla-1.5b/nspr/plhash.h -lib/thunderbird/include/mozilla-1.5b/nspr/plresolv.h -lib/thunderbird/include/mozilla-1.5b/nspr/plstr.h -lib/thunderbird/include/mozilla-1.5b/nspr/pratom.h -lib/thunderbird/include/mozilla-1.5b/nspr/prbit.h -lib/thunderbird/include/mozilla-1.5b/nspr/prclist.h -lib/thunderbird/include/mozilla-1.5b/nspr/prcmon.h -lib/thunderbird/include/mozilla-1.5b/nspr/prcountr.h -lib/thunderbird/include/mozilla-1.5b/nspr/prcpucfg.h -lib/thunderbird/include/mozilla-1.5b/nspr/prcvar.h -lib/thunderbird/include/mozilla-1.5b/nspr/prdtoa.h -lib/thunderbird/include/mozilla-1.5b/nspr/prenv.h -lib/thunderbird/include/mozilla-1.5b/nspr/prerr.h -lib/thunderbird/include/mozilla-1.5b/nspr/prerror.h -lib/thunderbird/include/mozilla-1.5b/nspr/prinet.h -lib/thunderbird/include/mozilla-1.5b/nspr/prinit.h -lib/thunderbird/include/mozilla-1.5b/nspr/prinrval.h -lib/thunderbird/include/mozilla-1.5b/nspr/prio.h -lib/thunderbird/include/mozilla-1.5b/nspr/pripcsem.h -lib/thunderbird/include/mozilla-1.5b/nspr/private/pprio.h -lib/thunderbird/include/mozilla-1.5b/nspr/private/pprthred.h -lib/thunderbird/include/mozilla-1.5b/nspr/private/prpriv.h -lib/thunderbird/include/mozilla-1.5b/nspr/prlink.h -lib/thunderbird/include/mozilla-1.5b/nspr/prlock.h -lib/thunderbird/include/mozilla-1.5b/nspr/prlog.h -lib/thunderbird/include/mozilla-1.5b/nspr/prlong.h -lib/thunderbird/include/mozilla-1.5b/nspr/prmem.h -lib/thunderbird/include/mozilla-1.5b/nspr/prmon.h -lib/thunderbird/include/mozilla-1.5b/nspr/prmwait.h -lib/thunderbird/include/mozilla-1.5b/nspr/prnetdb.h -lib/thunderbird/include/mozilla-1.5b/nspr/prolock.h -lib/thunderbird/include/mozilla-1.5b/nspr/prpdce.h -lib/thunderbird/include/mozilla-1.5b/nspr/prprf.h -lib/thunderbird/include/mozilla-1.5b/nspr/prproces.h -lib/thunderbird/include/mozilla-1.5b/nspr/prrng.h -lib/thunderbird/include/mozilla-1.5b/nspr/prrwlock.h -lib/thunderbird/include/mozilla-1.5b/nspr/prshm.h -lib/thunderbird/include/mozilla-1.5b/nspr/prshma.h -lib/thunderbird/include/mozilla-1.5b/nspr/prsystem.h -lib/thunderbird/include/mozilla-1.5b/nspr/prthread.h -lib/thunderbird/include/mozilla-1.5b/nspr/prtime.h -lib/thunderbird/include/mozilla-1.5b/nspr/prtpool.h -lib/thunderbird/include/mozilla-1.5b/nspr/prtrace.h -lib/thunderbird/include/mozilla-1.5b/nspr/prtypes.h -lib/thunderbird/include/mozilla-1.5b/nspr/prvrsion.h -lib/thunderbird/include/mozilla-1.5b/nspr/prwin16.h -lib/thunderbird/include/mozilla-1.5b/pipboot/nsIBufEntropyCollector.h -lib/thunderbird/include/mozilla-1.5b/pipboot/nsISSLStatusProvider.h -lib/thunderbird/include/mozilla-1.5b/pipboot/nsISecurityWarningDialogs.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIASN1Object.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIASN1PrintableItem.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIASN1Sequence.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIBadCertListener.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICMSDecoder.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICMSEncoder.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICMSMessage.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICMSMessageErrors.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICMSSecureMessage.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICRLInfo.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICRLManager.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICertPickDialogs.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICertSelect.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICertTree.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICertificateDialogs.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICipherInfo.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIClientAuthDialogs.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIDOMCryptoDialogs.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIGenKeypairInfoDlg.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIHash.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIKeygenThread.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsINSSCertCache.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIOCSPResponder.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIPK11Token.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIPK11TokenDB.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIPKCS11Module.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIPKCS11ModuleDB.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIPKCS11Slot.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsISMimeCert.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsISSLStatus.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsITokenDialogs.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsITokenPasswordDialogs.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIUserCertPicker.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIX509Cert.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIX509CertDB.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIX509CertValidity.h -lib/thunderbird/include/mozilla-1.5b/pippki/nsIASN1Tree.h -lib/thunderbird/include/mozilla-1.5b/pippki/nsIPKIParamBlock.h -lib/thunderbird/include/mozilla-1.5b/plugin/npapi.h -lib/thunderbird/include/mozilla-1.5b/plugin/npupp.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsDefaultPlugin.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIClassicPluginFactory.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsICookieStorage.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIEventHandler.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIFileUtilities.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIHTTPHeaderListener.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIJRILiveConnectPIPeer.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIJRILiveConnectPlugin.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPlugin.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginDocument.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginHost.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginInputStream.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginInstance.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginInstanceOwner.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginInstancePeer.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginInstancePeer2.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginManager.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginManager2.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginStreamInfo.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginStreamListener.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginTagInfo.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginTagInfo2.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIScriptablePlugin.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIWindowlessPlugInstPeer.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsPIPluginHost.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsPIPluginInstancePeer.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsPluginError.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsPluginLogging.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsPluginNativeWindow.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsPluginsCID.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsplugin.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsplugindefs.h -lib/thunderbird/include/mozilla-1.5b/plugin/nspluginroot.h -lib/thunderbird/include/mozilla-1.5b/pref/nsIPref.h -lib/thunderbird/include/mozilla-1.5b/pref/nsIPrefBranch.h -lib/thunderbird/include/mozilla-1.5b/pref/nsIPrefBranchInternal.h -lib/thunderbird/include/mozilla-1.5b/pref/nsIPrefLocalizedString.h -lib/thunderbird/include/mozilla-1.5b/pref/nsIPrefService.h -lib/thunderbird/include/mozilla-1.5b/pref/nsIRelativeFilePref.h -lib/thunderbird/include/mozilla-1.5b/pref/nsISecurityPref.h -lib/thunderbird/include/mozilla-1.5b/prefetch/nsCPrefetchService.h -lib/thunderbird/include/mozilla-1.5b/prefetch/nsIPrefetchService.h -lib/thunderbird/include/mozilla-1.5b/prefmigr/nsIPrefMigration.h -lib/thunderbird/include/mozilla-1.5b/prefmigr/nsIPrefMigrationProgress.h -lib/thunderbird/include/mozilla-1.5b/prefmigr/nsPrefMigration.h -lib/thunderbird/include/mozilla-1.5b/prefmigr/nsPrefMigrationCIDs.h -lib/thunderbird/include/mozilla-1.5b/prefmigr/nsPrefMigrationFactory.h -lib/thunderbird/include/mozilla-1.5b/profdirserviceprovider/nsProfileDirServiceProvider.h -lib/thunderbird/include/mozilla-1.5b/profile/nsIProfile.h -lib/thunderbird/include/mozilla-1.5b/profile/nsIProfileChangeStatus.h -lib/thunderbird/include/mozilla-1.5b/profile/nsIProfileInternal.h -lib/thunderbird/include/mozilla-1.5b/profile/nsIProfileStartupListener.h -lib/thunderbird/include/mozilla-1.5b/progressDlg/nsIProgressDialog.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsILocalStore.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFCompositeDataSource.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFContainer.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFContainerUtils.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFContentSink.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFDataSource.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFDelegateFactory.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFFileSystem.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFInMemoryDataSource.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFLiteral.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFNode.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFObserver.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFPropagatableDataSource.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFPurgeableDataSource.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFRemoteDataSource.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFResource.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFService.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFXMLParser.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFXMLSerializer.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFXMLSink.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFXMLSource.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsRDFCID.h -lib/thunderbird/include/mozilla-1.5b/rdf/rdf.h -lib/thunderbird/include/mozilla-1.5b/rdfutil/nsRDFResource.h -lib/thunderbird/include/mozilla-1.5b/shistory/nsIHistoryEntry.h -lib/thunderbird/include/mozilla-1.5b/shistory/nsISHContainer.h -lib/thunderbird/include/mozilla-1.5b/shistory/nsISHEntry.h -lib/thunderbird/include/mozilla-1.5b/shistory/nsISHTransaction.h -lib/thunderbird/include/mozilla-1.5b/shistory/nsISHistory.h -lib/thunderbird/include/mozilla-1.5b/shistory/nsISHistoryInternal.h -lib/thunderbird/include/mozilla-1.5b/shistory/nsISHistoryListener.h -lib/thunderbird/include/mozilla-1.5b/sidebar/nsISidebar.h -lib/thunderbird/include/mozilla-1.5b/spellchecker/mozIPersonalDictionary.h -lib/thunderbird/include/mozilla-1.5b/spellchecker/mozISpellCheckingEngine.h -lib/thunderbird/include/mozilla-1.5b/spellchecker/mozISpellI18NManager.h -lib/thunderbird/include/mozilla-1.5b/spellchecker/mozISpellI18NUtil.h -lib/thunderbird/include/mozilla-1.5b/string/nsAFlatString.h -lib/thunderbird/include/mozilla-1.5b/string/nsASingleFragmentString.h -lib/thunderbird/include/mozilla-1.5b/string/nsAString.h -lib/thunderbird/include/mozilla-1.5b/string/nsAStringGenerator.h -lib/thunderbird/include/mozilla-1.5b/string/nsAlgorithm.h -lib/thunderbird/include/mozilla-1.5b/string/nsBufferHandle.h -lib/thunderbird/include/mozilla-1.5b/string/nsBufferHandleUtils.h -lib/thunderbird/include/mozilla-1.5b/string/nsCharTraits.h -lib/thunderbird/include/mozilla-1.5b/string/nsDependentConcatenation.h -lib/thunderbird/include/mozilla-1.5b/string/nsDependentString.h -lib/thunderbird/include/mozilla-1.5b/string/nsDependentSubstring.h -lib/thunderbird/include/mozilla-1.5b/string/nsFragmentedString.h -lib/thunderbird/include/mozilla-1.5b/string/nsLiteralString.h -lib/thunderbird/include/mozilla-1.5b/string/nsPrintfCString.h -lib/thunderbird/include/mozilla-1.5b/string/nsPromiseFlatString.h -lib/thunderbird/include/mozilla-1.5b/string/nsReadableUtils.h -lib/thunderbird/include/mozilla-1.5b/string/nsSharableString.h -lib/thunderbird/include/mozilla-1.5b/string/nsSharedBufferList.h -lib/thunderbird/include/mozilla-1.5b/string/nsSlidingString.h -lib/thunderbird/include/mozilla-1.5b/string/nsStr.h -lib/thunderbird/include/mozilla-1.5b/string/nsStrShared.h -lib/thunderbird/include/mozilla-1.5b/string/nsString.h -lib/thunderbird/include/mozilla-1.5b/string/nsString2.h -lib/thunderbird/include/mozilla-1.5b/string/nsStringDefines.h -lib/thunderbird/include/mozilla-1.5b/string/nsStringFragment.h -lib/thunderbird/include/mozilla-1.5b/string/nsStringFwd.h -lib/thunderbird/include/mozilla-1.5b/string/nsStringIterator.h -lib/thunderbird/include/mozilla-1.5b/string/nsStringIteratorUtils.h -lib/thunderbird/include/mozilla-1.5b/string/nsStringTraits.h -lib/thunderbird/include/mozilla-1.5b/string/nsUTF8Utils.h -lib/thunderbird/include/mozilla-1.5b/string/nsXPIDLString.h -lib/thunderbird/include/mozilla-1.5b/txmgr/nsITransaction.h -lib/thunderbird/include/mozilla-1.5b/txmgr/nsITransactionList.h -lib/thunderbird/include/mozilla-1.5b/txmgr/nsITransactionListener.h -lib/thunderbird/include/mozilla-1.5b/txmgr/nsITransactionManager.h -lib/thunderbird/include/mozilla-1.5b/txmgr/nsTransactionManagerCID.h -lib/thunderbird/include/mozilla-1.5b/txtsvc/nsISpellChecker.h -lib/thunderbird/include/mozilla-1.5b/txtsvc/nsITextService.h -lib/thunderbird/include/mozilla-1.5b/txtsvc/nsITextServicesDocument.h -lib/thunderbird/include/mozilla-1.5b/txtsvc/nsITextServicesFilter.h -lib/thunderbird/include/mozilla-1.5b/txtsvc/nsTextServicesCID.h -lib/thunderbird/include/mozilla-1.5b/ucnative/nsINativeUConvService.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsEncoderDecoderUtils.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsICharRepresentable.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsICharsetAlias.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsICharsetConverterManager.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsIConverterInputStream.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsICurrentCharsetListener.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsIMappingCache.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsIPlatformCharset.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsIScriptableUConv.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsITextToSubURI.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsIUTF8ConverterService.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsIUnicodeDecodeHelper.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsIUnicodeDecoder.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsIUnicodeEncodeHelper.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsIUnicodeEncoder.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsUConvCID.h -lib/thunderbird/include/mozilla-1.5b/uconv/uconvutil.h -lib/thunderbird/include/mozilla-1.5b/ucvcn/nsUCvCnCID.h -lib/thunderbird/include/mozilla-1.5b/ucvibm/nsUCvIBMCID.h -lib/thunderbird/include/mozilla-1.5b/ucvja/nsUCVJA2CID.h -lib/thunderbird/include/mozilla-1.5b/ucvja/nsUCVJACID.h -lib/thunderbird/include/mozilla-1.5b/ucvko/nsUCvKOCID.h -lib/thunderbird/include/mozilla-1.5b/ucvlatin/nsUCvLatinCID.h -lib/thunderbird/include/mozilla-1.5b/ucvtw/nsUCvTWCID.h -lib/thunderbird/include/mozilla-1.5b/ucvtw2/nsUCvTW2CID.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsHankakuToZenkakuCID.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsICaseConversion.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsIEntityConverter.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsIOrderIdFormater.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsISaveAsCharset.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsITextTransform.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsIUGenCategory.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsIUGenDetailCategory.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsIUnicodeNormalizer.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsUnicharUtilCIID.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsUnicharUtils.h -lib/thunderbird/include/mozilla-1.5b/uriloader/nsCURILoader.h -lib/thunderbird/include/mozilla-1.5b/uriloader/nsDocLoader.h -lib/thunderbird/include/mozilla-1.5b/uriloader/nsIContentHandler.h -lib/thunderbird/include/mozilla-1.5b/uriloader/nsIDocumentLoader.h -lib/thunderbird/include/mozilla-1.5b/uriloader/nsIDownload.h -lib/thunderbird/include/mozilla-1.5b/uriloader/nsIURIContentListener.h -lib/thunderbird/include/mozilla-1.5b/uriloader/nsIURILoader.h -lib/thunderbird/include/mozilla-1.5b/uriloader/nsIWebProgress.h -lib/thunderbird/include/mozilla-1.5b/uriloader/nsIWebProgressListener.h -lib/thunderbird/include/mozilla-1.5b/uriloader/nsURILoader.h -lib/thunderbird/include/mozilla-1.5b/util/nsITimeRecorder.h -lib/thunderbird/include/mozilla-1.5b/util/nsTimer.h -lib/thunderbird/include/mozilla-1.5b/util/stopwatch.h -lib/thunderbird/include/mozilla-1.5b/util/xp_obs.h -lib/thunderbird/include/mozilla-1.5b/view/nsICompositeListener.h -lib/thunderbird/include/mozilla-1.5b/view/nsIScrollPositionListener.h -lib/thunderbird/include/mozilla-1.5b/view/nsIScrollableView.h -lib/thunderbird/include/mozilla-1.5b/view/nsIView.h -lib/thunderbird/include/mozilla-1.5b/view/nsIViewManager.h -lib/thunderbird/include/mozilla-1.5b/view/nsIViewObserver.h -lib/thunderbird/include/mozilla-1.5b/view/nsViewsCID.h -lib/thunderbird/include/mozilla-1.5b/wallet/nsCPassword.h -lib/thunderbird/include/mozilla-1.5b/wallet/nsIKeyedStreamGenerator.h -lib/thunderbird/include/mozilla-1.5b/wallet/nsIPassword.h -lib/thunderbird/include/mozilla-1.5b/wallet/nsIPasswordSink.h -lib/thunderbird/include/mozilla-1.5b/wallet/nsIWalletService.h -lib/thunderbird/include/mozilla-1.5b/walletviewers/nsISignonViewer.h -lib/thunderbird/include/mozilla-1.5b/walletviewers/nsIWalletEditor.h -lib/thunderbird/include/mozilla-1.5b/walletviewers/nsIWalletPreview.h -lib/thunderbird/include/mozilla-1.5b/webbrowserpersist/nsCWebBrowserPersist.h -lib/thunderbird/include/mozilla-1.5b/webbrowserpersist/nsIWebBrowserPersist.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsCTooltipTextProvider.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsCWebBrowser.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsICommandHandler.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIContextMenuListener.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIContextMenuListener2.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIEmbeddingSiteWindow.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIEmbeddingSiteWindow2.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIPrintingPrompt.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIPrintingPromptService.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsITooltipListener.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsITooltipTextProvider.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIWebBrowser.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIWebBrowserChrome.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIWebBrowserChromeFocus.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIWebBrowserFocus.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIWebBrowserPrint.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIWebBrowserSetup.h -lib/thunderbird/include/mozilla-1.5b/webshell/nsIClipboardCommands.h -lib/thunderbird/include/mozilla-1.5b/webshell/nsIContentViewerContainer.h -lib/thunderbird/include/mozilla-1.5b/webshell/nsIDocStreamLoaderFactory.h -lib/thunderbird/include/mozilla-1.5b/webshell/nsIDocumentLoaderFactory.h -lib/thunderbird/include/mozilla-1.5b/webshell/nsILinkHandler.h -lib/thunderbird/include/mozilla-1.5b/webshell/nsIRefreshURI.h -lib/thunderbird/include/mozilla-1.5b/webshell/nsIWebShell.h -lib/thunderbird/include/mozilla-1.5b/webshell/nsIWebShellServices.h -lib/thunderbird/include/mozilla-1.5b/widget/mozcontainer.h -lib/thunderbird/include/mozilla-1.5b/widget/mozdrawingarea.h -lib/thunderbird/include/mozilla-1.5b/widget/nsEvent.h -lib/thunderbird/include/mozilla-1.5b/widget/nsGUIEvent.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIAppShell.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIBaseWindow.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIBidiKeyboard.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIButton.h -lib/thunderbird/include/mozilla-1.5b/widget/nsICheckButton.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIClipboard.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIClipboardDragDropHookList.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIClipboardDragDropHooks.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIClipboardHelper.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIClipboardOwner.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIDragService.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIDragSession.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIDragSessionGTK.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIDragSessionMac.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIDragSessionXlib.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIEventListener.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIFilePicker.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIFormatConverter.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIFullScreen.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIKBStateControl.h -lib/thunderbird/include/mozilla-1.5b/widget/nsILabel.h -lib/thunderbird/include/mozilla-1.5b/widget/nsILookAndFeel.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIMenu.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIMenuBar.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIMenuItem.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIMenuListener.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIMenuRollup.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIMouseListener.h -lib/thunderbird/include/mozilla-1.5b/widget/nsINativeScrollbar.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIPluginWidget.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIRollupListener.h -lib/thunderbird/include/mozilla-1.5b/widget/nsISound.h -lib/thunderbird/include/mozilla-1.5b/widget/nsITextWidget.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIToolkit.h -lib/thunderbird/include/mozilla-1.5b/widget/nsITransferable.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIWidget.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIXRemoteClient.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIXRemoteWidgetHelper.h -lib/thunderbird/include/mozilla-1.5b/widget/nsStringUtil.h -lib/thunderbird/include/mozilla-1.5b/widget/nsWidgetSupport.h -lib/thunderbird/include/mozilla-1.5b/widget/nsWidgetsCID.h -lib/thunderbird/include/mozilla-1.5b/widget/nsXRemoteClientCID.h -lib/thunderbird/include/mozilla-1.5b/windowwatcher/nsIAuthPromptWrapper.h -lib/thunderbird/include/mozilla-1.5b/windowwatcher/nsIDialogParamBlock.h -lib/thunderbird/include/mozilla-1.5b/windowwatcher/nsIPromptService.h -lib/thunderbird/include/mozilla-1.5b/windowwatcher/nsIWindowWatcher.h -lib/thunderbird/include/mozilla-1.5b/windowwatcher/nsPIPromptService.h -lib/thunderbird/include/mozilla-1.5b/windowwatcher/nsPIWindowWatcher.h -lib/thunderbird/include/mozilla-1.5b/xlibrgb/xlibrgb.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsAgg.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsAppDirectoryServiceDefs.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsArray.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsArrayEnumerator.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsAtomService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsAutoLock.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsAutoPtr.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsBaseHashtable.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsCOMArray.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsCOMPtr.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsCRT.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsCWeakReference.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsCategoryManagerUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsCheapSets.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsClassHashtable.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsCom.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsComObsolete.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsComponentManagerObsolete.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsComponentManagerUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsCppSharedAllocator.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsDataHashtable.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsDebug.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsDebugImpl.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsDeque.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsDirectoryService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsDirectoryServiceDefs.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsDirectoryServiceUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsDoubleHashtable.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsEnumeratorUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsError.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsEscape.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsEventQueueUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsFastLoadPtr.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsFastLoadService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsFixedSizeAllocator.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsGenericFactory.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsHashKeys.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsHashSets.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsHashtable.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIAllocator.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIArray.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIAsyncInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIAsyncOutputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIAtom.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIAtomService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIBinaryInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIBinaryOutputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIByteArrayInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIByteBuffer.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsICategoryManager.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIClassInfo.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsICollection.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIComponentLoader.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIComponentLoaderManager.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIComponentManager.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIComponentManagerObsolete.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIComponentRegistrar.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIConsoleListener.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIConsoleMessage.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIConsoleService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsID.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIDebug.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIDirectoryService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIEnumerator.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIErrorService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIEventQueue.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIEventQueueService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIException.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIExceptionService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIFactory.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIFastLoadFileControl.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIFastLoadService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIFile.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIGenericFactory.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIID.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIInputStreamTee.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIInterfaceInfo.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIInterfaceInfoManager.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIInterfaceRequestor.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIInterfaceRequestorUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsILineInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsILocalFile.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIMemory.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIModule.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIMultiplexInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsINativeComponentLoader.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIObjectInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIObjectOutputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIObserver.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIObserverService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIOutputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIPersistentProperties2.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIPipe.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIProcess.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIProgrammingLanguage.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIProperties.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIPropertyBag.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIProxyCreateInstance.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIProxyObjectManager.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIRecyclingAllocator.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIRunnable.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIScriptableInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISeekableStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISerializable.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIServiceManager.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIServiceManagerObsolete.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIServiceManagerUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISimpleEnumerator.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIStorageStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIStreamBufferAccess.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIStringEnumerator.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIStringService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIStringStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISupports.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISupportsArray.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISupportsBase.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISupportsImpl.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISupportsIterators.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISupportsObsolete.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISupportsPrimitives.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISupportsUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIThread.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIThreadPool.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsITimelineService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsITimer.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsITimerInternal.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsITimerManager.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsITraceRefcnt.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIUnicharBuffer.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIUnicharInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIVariant.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIWeakReference.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIWeakReferenceUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIXPTLoader.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsInt64.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsInterfaceHashtable.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsLinebreakConverter.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsLocalFile.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsLocalFileUnix.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsMemory.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsMultiplexInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsNativeCharsetUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsNativeComponentLoader.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsObserverService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsObsoleteModuleLoading.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsProcess.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsProxiedService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsProxyEvent.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsProxyRelease.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsQuickSort.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsRecyclingAllocator.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsScriptableInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsStaticAtom.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsStaticComponent.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsStaticNameTable.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsStorageStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsStreamUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsStringEnumerator.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsStringIO.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsStringStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsSupportsArray.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsSupportsPrimitives.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsTHashtable.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsTextFormatter.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsTime.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsTraceRefcnt.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsTraceRefcntImpl.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsUnitConversion.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsValueArray.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsVariant.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsVector.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsVoidArray.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsWeakPtr.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsWeakReference.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsXPCOM.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsXPCOMCID.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsXPCOMGlue.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nscore.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsrootidl.h -lib/thunderbird/include/mozilla-1.5b/xpcom/pldhash.h -lib/thunderbird/include/mozilla-1.5b/xpcom/plevent.h -lib/thunderbird/include/mozilla-1.5b/xpcom/plvector.h -lib/thunderbird/include/mozilla-1.5b/xpcom/xcDll.h -lib/thunderbird/include/mozilla-1.5b/xpcom/xpcom-config.h -lib/thunderbird/include/mozilla-1.5b/xpcom/xpt_arena.h -lib/thunderbird/include/mozilla-1.5b/xpcom/xpt_struct.h -lib/thunderbird/include/mozilla-1.5b/xpcom/xpt_xdr.h -lib/thunderbird/include/mozilla-1.5b/xpcom/xptcall.h -lib/thunderbird/include/mozilla-1.5b/xpcom/xptcstubsdecl.inc -lib/thunderbird/include/mozilla-1.5b/xpcom/xptcstubsdef.inc -lib/thunderbird/include/mozilla-1.5b/xpcom/xptinfo.h -lib/thunderbird/include/mozilla-1.5b/xpcom_obsolete/nsFileSpec.h -lib/thunderbird/include/mozilla-1.5b/xpcom_obsolete/nsFileStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom_obsolete/nsIFileSpec.h -lib/thunderbird/include/mozilla-1.5b/xpcom_obsolete/nsIFileStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom_obsolete/nsIRegistry.h -lib/thunderbird/include/mozilla-1.5b/xpcom_obsolete/nsIRegistryUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom_obsolete/nsSpecialSystemDirectory.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/XPCIDispatch.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/mozIJSSubScriptLoader.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/nsIJSContextStack.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/nsIJSRuntimeService.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/nsIScriptError.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/nsIScriptableInterfaces.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/nsIXPCScriptNotify.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/nsIXPCScriptable.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/nsIXPCSecurityManager.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/nsIXPConnect.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/xpc_map_end.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/xpccomponents.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/xpcexception.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/xpcjsid.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/InstallCleanupDefines.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsIDOMInstallTriggerGlobal.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsIDOMInstallVersion.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsISoftwareUpdate.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsIXPIDialogService.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsIXPINotifier.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsIXPIProgressDialog.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsPICertNotification.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsPIXPIProxy.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsPIXPIStubHook.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsSoftwareUpdateIIDs.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsXPITriggerInfo.h -lib/thunderbird/include/mozilla-1.5b/xprintutil/xprintutil.h -lib/thunderbird/include/mozilla-1.5b/xremoteservice/nsIXRemoteService.h -lib/thunderbird/include/mozilla-1.5b/xul/nsIXULContent.h -lib/thunderbird/include/mozilla-1.5b/xul/nsIXULPopupListener.h -lib/thunderbird/include/mozilla-1.5b/xulapp/nsXULAppAPI.h -lib/thunderbird/include/mozilla-1.5b/xuldoc/nsIController.h -lib/thunderbird/include/mozilla-1.5b/xuldoc/nsIControllers.h -lib/thunderbird/include/mozilla-1.5b/xuldoc/nsIXULContentSink.h -lib/thunderbird/include/mozilla-1.5b/xuldoc/nsIXULDocument.h -lib/thunderbird/include/mozilla-1.5b/xuldoc/nsIXULPrototypeCache.h -lib/thunderbird/include/mozilla-1.5b/xuldoc/nsIXULPrototypeDocument.h -lib/thunderbird/include/mozilla-1.5b/xultmpl/nsIXULBuilderListener.h -lib/thunderbird/include/mozilla-1.5b/xultmpl/nsIXULSortService.h -lib/thunderbird/include/mozilla-1.5b/xultmpl/nsIXULTemplateBuilder.h -lib/thunderbird/lib/mozilla-1.5b/TestGtkEmbed -lib/thunderbird/lib/mozilla-1.5b/chrome/US.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/chromelist.txt -lib/thunderbird/lib/mozilla-1.5b/chrome/classic.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/comm.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/en-US.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/en-win.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/icons/default/abcardWindow.ico -lib/thunderbird/lib/mozilla-1.5b/chrome/icons/default/addressbookWindow.ico -lib/thunderbird/lib/mozilla-1.5b/chrome/icons/default/default.xpm -lib/thunderbird/lib/mozilla-1.5b/chrome/icons/default/messengerWindow.ico -lib/thunderbird/lib/mozilla-1.5b/chrome/icons/default/msgcomposeWindow.ico -lib/thunderbird/lib/mozilla-1.5b/chrome/installed-chrome.txt -lib/thunderbird/lib/mozilla-1.5b/chrome/messenger.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/modern.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/pipnss.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/pippki.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit.jar -lib/thunderbird/lib/mozilla-1.5b/components/accessibility-atk.xpt -lib/thunderbird/lib/mozilla-1.5b/components/accessibility.xpt -lib/thunderbird/lib/mozilla-1.5b/components/addrbook.xpt -lib/thunderbird/lib/mozilla-1.5b/components/appshell.xpt -lib/thunderbird/lib/mozilla-1.5b/components/autocomplete.xpt -lib/thunderbird/lib/mozilla-1.5b/components/bookmarks.xpt -lib/thunderbird/lib/mozilla-1.5b/components/caps.xpt -lib/thunderbird/lib/mozilla-1.5b/components/chardet.xpt -lib/thunderbird/lib/mozilla-1.5b/components/chrome.xpt -lib/thunderbird/lib/mozilla-1.5b/components/commandhandler.xpt -lib/thunderbird/lib/mozilla-1.5b/components/composer.xpt -lib/thunderbird/lib/mozilla-1.5b/components/content_base.xpt -lib/thunderbird/lib/mozilla-1.5b/components/content_html.xpt -lib/thunderbird/lib/mozilla-1.5b/components/content_htmldoc.xpt -lib/thunderbird/lib/mozilla-1.5b/components/content_xmldoc.xpt -lib/thunderbird/lib/mozilla-1.5b/components/content_xslt.xpt -lib/thunderbird/lib/mozilla-1.5b/components/docshell.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_base.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_core.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_css.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_events.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_html.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_range.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_stylesheets.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_traversal.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_views.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_xbl.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_xpath.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_xul.xpt -lib/thunderbird/lib/mozilla-1.5b/components/downloadmanager.xpt -lib/thunderbird/lib/mozilla-1.5b/components/editor.xpt -lib/thunderbird/lib/mozilla-1.5b/components/embed_base.xpt -lib/thunderbird/lib/mozilla-1.5b/components/exthandler.xpt -lib/thunderbird/lib/mozilla-1.5b/components/filepicker.xpt -lib/thunderbird/lib/mozilla-1.5b/components/find.xpt -lib/thunderbird/lib/mozilla-1.5b/components/gfx.xpt -lib/thunderbird/lib/mozilla-1.5b/components/helperAppDlg.xpt -lib/thunderbird/lib/mozilla-1.5b/components/history.xpt -lib/thunderbird/lib/mozilla-1.5b/components/htmlparser.xpt -lib/thunderbird/lib/mozilla-1.5b/components/imglib2.xpt -lib/thunderbird/lib/mozilla-1.5b/components/impComm4xMail.xpt -lib/thunderbird/lib/mozilla-1.5b/components/import.xpt -lib/thunderbird/lib/mozilla-1.5b/components/intl.xpt -lib/thunderbird/lib/mozilla-1.5b/components/jar.xpt -lib/thunderbird/lib/mozilla-1.5b/components/jsconsole-clhandler.js -lib/thunderbird/lib/mozilla-1.5b/components/jsconsole.xpt -lib/thunderbird/lib/mozilla-1.5b/components/jsdservice.xpt -lib/thunderbird/lib/mozilla-1.5b/components/jsurl.xpt -lib/thunderbird/lib/mozilla-1.5b/components/layout_base.xpt -lib/thunderbird/lib/mozilla-1.5b/components/layout_xul.xpt -lib/thunderbird/lib/mozilla-1.5b/components/layout_xul_tree.xpt -lib/thunderbird/lib/mozilla-1.5b/components/libaccessibility.so -lib/thunderbird/lib/mozilla-1.5b/components/libappcomps.so -lib/thunderbird/lib/mozilla-1.5b/components/libcaps.so -lib/thunderbird/lib/mozilla-1.5b/components/libchrome.so -lib/thunderbird/lib/mozilla-1.5b/components/libcomposer.so -lib/thunderbird/lib/mozilla-1.5b/components/libdocshell.so -lib/thunderbird/lib/mozilla-1.5b/components/libeditor.so -lib/thunderbird/lib/mozilla-1.5b/components/libembed_lite.so -lib/thunderbird/lib/mozilla-1.5b/components/libembedcomponents.so -lib/thunderbird/lib/mozilla-1.5b/components/libfileview.so -lib/thunderbird/lib/mozilla-1.5b/components/libgfx_gtk.so -lib/thunderbird/lib/mozilla-1.5b/components/libgfxps.so -lib/thunderbird/lib/mozilla-1.5b/components/libgfxxprint.so -lib/thunderbird/lib/mozilla-1.5b/components/libgklayout.so -lib/thunderbird/lib/mozilla-1.5b/components/libgkplugin.so -lib/thunderbird/lib/mozilla-1.5b/components/libhtmlpars.so -lib/thunderbird/lib/mozilla-1.5b/components/libi18n.so -lib/thunderbird/lib/mozilla-1.5b/components/libimglib2.so -lib/thunderbird/lib/mozilla-1.5b/components/libimport.so -lib/thunderbird/lib/mozilla-1.5b/components/libjar50.so -lib/thunderbird/lib/mozilla-1.5b/components/libjsd.so -lib/thunderbird/lib/mozilla-1.5b/components/libjsdom.so -lib/thunderbird/lib/mozilla-1.5b/components/libmail.so -lib/thunderbird/lib/mozilla-1.5b/components/libmork.so -lib/thunderbird/lib/mozilla-1.5b/components/libmozfind.so -lib/thunderbird/lib/mozilla-1.5b/components/libmozldap.so -lib/thunderbird/lib/mozilla-1.5b/components/libmsgsmime.so -lib/thunderbird/lib/mozilla-1.5b/components/libmyspell.so -lib/thunderbird/lib/mozilla-1.5b/components/libnecko.so -lib/thunderbird/lib/mozilla-1.5b/components/libnecko2.so -lib/thunderbird/lib/mozilla-1.5b/components/libnsappshell.so -lib/thunderbird/lib/mozilla-1.5b/components/libnsprefm.so -lib/thunderbird/lib/mozilla-1.5b/components/libpipboot.so -lib/thunderbird/lib/mozilla-1.5b/components/libpipnss.so -lib/thunderbird/lib/mozilla-1.5b/components/libpippki.so -lib/thunderbird/lib/mozilla-1.5b/components/libpref.so -lib/thunderbird/lib/mozilla-1.5b/components/libprofile.so -lib/thunderbird/lib/mozilla-1.5b/components/librdf.so -lib/thunderbird/lib/mozilla-1.5b/components/libspellchecker.so -lib/thunderbird/lib/mozilla-1.5b/components/libtxmgr.so -lib/thunderbird/lib/mozilla-1.5b/components/libuconv.so -lib/thunderbird/lib/mozilla-1.5b/components/libwallet.so -lib/thunderbird/lib/mozilla-1.5b/components/libwalletviewers.so -lib/thunderbird/lib/mozilla-1.5b/components/libwebbrwsr.so -lib/thunderbird/lib/mozilla-1.5b/components/libwidget_gtk2.so -lib/thunderbird/lib/mozilla-1.5b/components/libxpcom_compat_c.so -lib/thunderbird/lib/mozilla-1.5b/components/libxpconnect.so -lib/thunderbird/lib/mozilla-1.5b/components/libxpinstall.so -lib/thunderbird/lib/mozilla-1.5b/components/libxremote_client.so -lib/thunderbird/lib/mozilla-1.5b/components/libxremoteservice.so -lib/thunderbird/lib/mozilla-1.5b/components/locale.xpt -lib/thunderbird/lib/mozilla-1.5b/components/lwbrk.xpt -lib/thunderbird/lib/mozilla-1.5b/components/mailnews.xpt -lib/thunderbird/lib/mozilla-1.5b/components/mailview.xpt -lib/thunderbird/lib/mozilla-1.5b/components/mdn-service.js -lib/thunderbird/lib/mozilla-1.5b/components/mime.xpt -lib/thunderbird/lib/mozilla-1.5b/components/mimetype.xpt -lib/thunderbird/lib/mozilla-1.5b/components/mozbrwsr.xpt -lib/thunderbird/lib/mozilla-1.5b/components/mozfind.xpt -lib/thunderbird/lib/mozilla-1.5b/components/mozldap.xpt -lib/thunderbird/lib/mozilla-1.5b/components/msgbase.xpt -lib/thunderbird/lib/mozilla-1.5b/components/msgcompose.xpt -lib/thunderbird/lib/mozilla-1.5b/components/msgdb.xpt -lib/thunderbird/lib/mozilla-1.5b/components/msgimap.xpt -lib/thunderbird/lib/mozilla-1.5b/components/msglocal.xpt -lib/thunderbird/lib/mozilla-1.5b/components/msgnews.xpt -lib/thunderbird/lib/mozilla-1.5b/components/msgsearch.xpt -lib/thunderbird/lib/mozilla-1.5b/components/msgsmime.xpt -lib/thunderbird/lib/mozilla-1.5b/components/myspell/en-US.aff -lib/thunderbird/lib/mozilla-1.5b/components/myspell/en-US.dic -lib/thunderbird/lib/mozilla-1.5b/components/necko.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_about.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_cache.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_cookie.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_data.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_dns.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_file.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_ftp.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_http.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_jar.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_res.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_socket.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_strconv.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_viewsource.xpt -lib/thunderbird/lib/mozilla-1.5b/components/nsCloseAllWindows.js -lib/thunderbird/lib/mozilla-1.5b/components/nsDownloadProgressListener.js -lib/thunderbird/lib/mozilla-1.5b/components/nsFilePicker.js -lib/thunderbird/lib/mozilla-1.5b/components/nsHelperAppDlg.js -lib/thunderbird/lib/mozilla-1.5b/components/nsLDAPPrefsService.js -lib/thunderbird/lib/mozilla-1.5b/components/nsProgressDialog.js -lib/thunderbird/lib/mozilla-1.5b/components/nsProxyAutoConfig.js -lib/thunderbird/lib/mozilla-1.5b/components/pipboot.xpt -lib/thunderbird/lib/mozilla-1.5b/components/pipnss.xpt -lib/thunderbird/lib/mozilla-1.5b/components/pippki.xpt -lib/thunderbird/lib/mozilla-1.5b/components/plugin.xpt -lib/thunderbird/lib/mozilla-1.5b/components/pref.xpt -lib/thunderbird/lib/mozilla-1.5b/components/prefetch.xpt -lib/thunderbird/lib/mozilla-1.5b/components/prefmigr.xpt -lib/thunderbird/lib/mozilla-1.5b/components/profile.xpt -lib/thunderbird/lib/mozilla-1.5b/components/progressDlg.xpt -lib/thunderbird/lib/mozilla-1.5b/components/proxyObjInst.xpt -lib/thunderbird/lib/mozilla-1.5b/components/rdf.xpt -lib/thunderbird/lib/mozilla-1.5b/components/shistory.xpt -lib/thunderbird/lib/mozilla-1.5b/components/sidebar.xpt -lib/thunderbird/lib/mozilla-1.5b/components/signonviewer.xpt -lib/thunderbird/lib/mozilla-1.5b/components/smime-service.js -lib/thunderbird/lib/mozilla-1.5b/components/spellchecker.xpt -lib/thunderbird/lib/mozilla-1.5b/components/timebomb.xpt -lib/thunderbird/lib/mozilla-1.5b/components/txmgr.xpt -lib/thunderbird/lib/mozilla-1.5b/components/txtsvc.xpt -lib/thunderbird/lib/mozilla-1.5b/components/ucnative.xpt -lib/thunderbird/lib/mozilla-1.5b/components/uconv.xpt -lib/thunderbird/lib/mozilla-1.5b/components/unicharutil.xpt -lib/thunderbird/lib/mozilla-1.5b/components/uriloader.xpt -lib/thunderbird/lib/mozilla-1.5b/components/util.xpt -lib/thunderbird/lib/mozilla-1.5b/components/wallet.xpt -lib/thunderbird/lib/mozilla-1.5b/components/walleteditor.xpt -lib/thunderbird/lib/mozilla-1.5b/components/walletpreview.xpt -lib/thunderbird/lib/mozilla-1.5b/components/webBrowser_core.xpt -lib/thunderbird/lib/mozilla-1.5b/components/webbrowserpersist.xpt -lib/thunderbird/lib/mozilla-1.5b/components/webshell_idls.xpt -lib/thunderbird/lib/mozilla-1.5b/components/widget.xpt -lib/thunderbird/lib/mozilla-1.5b/components/windowds.xpt -lib/thunderbird/lib/mozilla-1.5b/components/windowwatcher.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xpcom_base.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xpcom_components.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xpcom_ds.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xpcom_io.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xpcom_obsolete.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xpcom_threads.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xpcom_xpti.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xpconnect.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xpinstall.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xremoteservice.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xuldoc.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xultmpl.xpt -lib/thunderbird/lib/mozilla-1.5b/defaults/messenger/US/mailViews.dat -lib/thunderbird/lib/mozilla-1.5b/defaults/messenger/mailViews.dat -lib/thunderbird/lib/mozilla-1.5b/defaults/pref/all.js -lib/thunderbird/lib/mozilla-1.5b/defaults/pref/editor.js -lib/thunderbird/lib/mozilla-1.5b/defaults/pref/mailnews.js -lib/thunderbird/lib/mozilla-1.5b/defaults/pref/mdn.js -lib/thunderbird/lib/mozilla-1.5b/defaults/pref/security-prefs.js -lib/thunderbird/lib/mozilla-1.5b/defaults/pref/smime.js -lib/thunderbird/lib/mozilla-1.5b/defaults/pref/unix.js -lib/thunderbird/lib/mozilla-1.5b/defaults/pref/xpinstall.js -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/US/bookmarks.html -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/US/chrome/userChrome-example.css -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/US/chrome/userContent-example.css -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/US/localstore.rdf -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/US/mimeTypes.rdf -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/US/panels.rdf -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/US/search.rdf -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/bookmarks.html -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/chrome/userChrome-example.css -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/chrome/userContent-example.css -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/localstore.rdf -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/mimeTypes.rdf -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/panels.rdf -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/search.rdf -lib/thunderbird/lib/mozilla-1.5b/defaults/wallet/DistinguishedSchema.tbl -lib/thunderbird/lib/mozilla-1.5b/defaults/wallet/FieldSchema.tbl -lib/thunderbird/lib/mozilla-1.5b/defaults/wallet/PositionalSchema.tbl -lib/thunderbird/lib/mozilla-1.5b/defaults/wallet/SchemaConcat.tbl -lib/thunderbird/lib/mozilla-1.5b/defaults/wallet/SchemaStrings.tbl -lib/thunderbird/lib/mozilla-1.5b/defaults/wallet/StateSchema.tbl -lib/thunderbird/lib/mozilla-1.5b/defaults/wallet/VcardSchema.tbl -lib/thunderbird/lib/mozilla-1.5b/libgkgfx.so -lib/thunderbird/lib/mozilla-1.5b/libgtkembedmoz.so -lib/thunderbird/lib/mozilla-1.5b/libgtkxtbin.so -lib/thunderbird/lib/mozilla-1.5b/libldap50.so -lib/thunderbird/lib/mozilla-1.5b/libmozjs.so -lib/thunderbird/lib/mozilla-1.5b/libnspr4.so -lib/thunderbird/lib/mozilla-1.5b/libnss3.so -lib/thunderbird/lib/mozilla-1.5b/libnssckbi.so -lib/thunderbird/lib/mozilla-1.5b/libnullplugin.so -lib/thunderbird/lib/mozilla-1.5b/libplc4.so -lib/thunderbird/lib/mozilla-1.5b/libplds4.so -lib/thunderbird/lib/mozilla-1.5b/libprldap50.so -lib/thunderbird/lib/mozilla-1.5b/libsmime3.so -lib/thunderbird/lib/mozilla-1.5b/libsoftokn3.chk -lib/thunderbird/lib/mozilla-1.5b/libsoftokn3.so -lib/thunderbird/lib/mozilla-1.5b/libssl3.so -lib/thunderbird/lib/mozilla-1.5b/libxlibrgb.so -lib/thunderbird/lib/mozilla-1.5b/libxpcom.so -lib/thunderbird/lib/mozilla-1.5b/libxpcom_compat.so -lib/thunderbird/lib/mozilla-1.5b/libxpistub.so -lib/thunderbird/lib/mozilla-1.5b/mozilla-xremote-client -lib/thunderbird/lib/mozilla-1.5b/plugins/libnullplugin.so -lib/thunderbird/lib/mozilla-1.5b/regchrome -lib/thunderbird/lib/mozilla-1.5b/regxpcom -lib/thunderbird/lib/mozilla-1.5b/res/EditorOverride.css -lib/thunderbird/lib/mozilla-1.5b/res/arrow.gif -lib/thunderbird/lib/mozilla-1.5b/res/arrowd.gif -lib/thunderbird/lib/mozilla-1.5b/res/broken-image.gif -lib/thunderbird/lib/mozilla-1.5b/res/builtin/htmlBindings.xml -lib/thunderbird/lib/mozilla-1.5b/res/builtin/platformHTMLBindings.xml -lib/thunderbird/lib/mozilla-1.5b/res/charsetData.properties -lib/thunderbird/lib/mozilla-1.5b/res/charsetalias.properties -lib/thunderbird/lib/mozilla-1.5b/res/cmessage.txt -lib/thunderbird/lib/mozilla-1.5b/res/dtd/xhtml11.dtd -lib/thunderbird/lib/mozilla-1.5b/res/entityTables/html40Latin1.properties -lib/thunderbird/lib/mozilla-1.5b/res/entityTables/html40Special.properties -lib/thunderbird/lib/mozilla-1.5b/res/entityTables/html40Symbols.properties -lib/thunderbird/lib/mozilla-1.5b/res/entityTables/htmlEntityVersions.properties -lib/thunderbird/lib/mozilla-1.5b/res/entityTables/transliterate.properties -lib/thunderbird/lib/mozilla-1.5b/res/fonts/fontEncoding.properties -lib/thunderbird/lib/mozilla-1.5b/res/forms.css -lib/thunderbird/lib/mozilla-1.5b/res/grabber.gif -lib/thunderbird/lib/mozilla-1.5b/res/html.css -lib/thunderbird/lib/mozilla-1.5b/res/html/gopher-audio.gif -lib/thunderbird/lib/mozilla-1.5b/res/html/gopher-binary.gif -lib/thunderbird/lib/mozilla-1.5b/res/html/gopher-find.gif -lib/thunderbird/lib/mozilla-1.5b/res/html/gopher-image.gif -lib/thunderbird/lib/mozilla-1.5b/res/html/gopher-menu.gif -lib/thunderbird/lib/mozilla-1.5b/res/html/gopher-movie.gif -lib/thunderbird/lib/mozilla-1.5b/res/html/gopher-sound.gif -lib/thunderbird/lib/mozilla-1.5b/res/html/gopher-telnet.gif -lib/thunderbird/lib/mozilla-1.5b/res/html/gopher-text.gif -lib/thunderbird/lib/mozilla-1.5b/res/html/gopher-unknown.gif -lib/thunderbird/lib/mozilla-1.5b/res/langGroups.properties -lib/thunderbird/lib/mozilla-1.5b/res/language.properties -lib/thunderbird/lib/mozilla-1.5b/res/loading-image.gif -lib/thunderbird/lib/mozilla-1.5b/res/platform-forms.css -lib/thunderbird/lib/mozilla-1.5b/res/quirk.css -lib/thunderbird/lib/mozilla-1.5b/res/rdf/article.gif -lib/thunderbird/lib/mozilla-1.5b/res/rdf/document.gif -lib/thunderbird/lib/mozilla-1.5b/res/rdf/dom-test-1.xul -lib/thunderbird/lib/mozilla-1.5b/res/rdf/dom-test-2.xul -lib/thunderbird/lib/mozilla-1.5b/res/rdf/dom-test-3.xul -lib/thunderbird/lib/mozilla-1.5b/res/rdf/dom-test-4.css -lib/thunderbird/lib/mozilla-1.5b/res/rdf/dom-test-4.xul -lib/thunderbird/lib/mozilla-1.5b/res/rdf/dom-test-5.xul -lib/thunderbird/lib/mozilla-1.5b/res/rdf/dom-test-6.xul -lib/thunderbird/lib/mozilla-1.5b/res/rdf/dom-test-7.xul -lib/thunderbird/lib/mozilla-1.5b/res/rdf/dom-test-8.xul -lib/thunderbird/lib/mozilla-1.5b/res/rdf/folder-closed.gif -lib/thunderbird/lib/mozilla-1.5b/res/rdf/folder-open.gif -lib/thunderbird/lib/mozilla-1.5b/res/rdf/ignore-test.xul -lib/thunderbird/lib/mozilla-1.5b/res/rdf/loading.gif -lib/thunderbird/lib/mozilla-1.5b/res/rdf/xpidl-test-1.xul -lib/thunderbird/lib/mozilla-1.5b/res/sample.unixpsfonts.properties -lib/thunderbird/lib/mozilla-1.5b/res/samples/Anieyes.gif -lib/thunderbird/lib/mozilla-1.5b/res/samples/aform.css -lib/thunderbird/lib/mozilla-1.5b/res/samples/beeptest.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/bform.css -lib/thunderbird/lib/mozilla-1.5b/res/samples/bg.jpg -lib/thunderbird/lib/mozilla-1.5b/res/samples/cform.css -lib/thunderbird/lib/mozilla-1.5b/res/samples/checkboxTest.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/colorpicker.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/demoform.css -lib/thunderbird/lib/mozilla-1.5b/res/samples/dexopenchrome.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/dexparamdialog.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/dexparamdialog.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/find.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/gear1.gif -lib/thunderbird/lib/mozilla-1.5b/res/samples/hidetoolicon.css -lib/thunderbird/lib/mozilla-1.5b/res/samples/hidetoolicon.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/image_props.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/mozform.css -lib/thunderbird/lib/mozilla-1.5b/res/samples/printsetup.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/raptor.jpg -lib/thunderbird/lib/mozilla-1.5b/res/samples/rock_gra.gif -lib/thunderbird/lib/mozilla-1.5b/res/samples/sampleimages/bongo.gif -lib/thunderbird/lib/mozilla-1.5b/res/samples/sampleimages/down.gif -lib/thunderbird/lib/mozilla-1.5b/res/samples/sampleimages/left.gif -lib/thunderbird/lib/mozilla-1.5b/res/samples/sampleimages/right.gif -lib/thunderbird/lib/mozilla-1.5b/res/samples/sampleimages/up.gif -lib/thunderbird/lib/mozilla-1.5b/res/samples/scrollbarTest1.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/scrollbarTest2.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/sliderTest1.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/soundtest.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/tab.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/test.wav -lib/thunderbird/lib/mozilla-1.5b/res/samples/test0.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test1.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test10.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test11.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test12.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test13.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test14.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test15.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test16.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test2.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test3.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test4.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test5.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test6.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test7.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test8-1.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test8.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test8dom.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test8sca.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test8siz.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test8tab.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test9.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test9a.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test9b.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test_ed.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test_form.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test_gfx.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test_lbox.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test_pr.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test_weight.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/toolbarTest1.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/treeTest1.css -lib/thunderbird/lib/mozilla-1.5b/res/samples/treeTest1.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/widgets.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/xpmenu.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/xulTest.css -lib/thunderbird/lib/mozilla-1.5b/res/table-add-column-after-active.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-column-after-hover.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-column-after.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-column-before-active.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-column-before-hover.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-column-before.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-row-after-active.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-row-after-hover.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-row-after.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-row-before-active.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-row-before-hover.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-row-before.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-remove-column-active.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-remove-column-hover.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-remove-column.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-remove-row-active.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-remove-row-hover.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-remove-row.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anim.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims00.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims01.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims02.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims03.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims04.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims05.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims06.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims07.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims08.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims09.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims10.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims11.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims12.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims13.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims14.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims15.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims16.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims17.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims18.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims19.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims20.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims21.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims22.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims23.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims24.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims25.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims26.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims27.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims28.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims29.gif -lib/thunderbird/lib/mozilla-1.5b/res/ua.css -lib/thunderbird/lib/mozilla-1.5b/res/unixcharset.properties -lib/thunderbird/lib/mozilla-1.5b/res/viewer.properties -lib/thunderbird/lib/mozilla-1.5b/res/viewsource.css -lib/thunderbird/lib/mozilla-1.5b/run-mozilla.sh -lib/thunderbird/lib/mozilla-1.5b/thunderbird-bin -lib/thunderbird/lib/mozilla-1.5b/timebombgen -lib/thunderbird/lib/mozilla-1.5b/xpcshell -lib/thunderbird/lib/mozilla-1.5b/xpicleanup -lib/thunderbird/lib/mozilla-1.5b/xpidl -lib/thunderbird/lib/mozilla-1.5b/xpt_dump -lib/thunderbird/lib/mozilla-1.5b/xpt_link -lib/thunderbird/lib/pkgconfig/mozilla-gtkmozembed.pc -lib/thunderbird/lib/pkgconfig/mozilla-js.pc -lib/thunderbird/lib/pkgconfig/mozilla-nspr.pc -lib/thunderbird/lib/pkgconfig/mozilla-nss.pc -lib/thunderbird/lib/pkgconfig/mozilla-plugin.pc -lib/thunderbird/lib/pkgconfig/mozilla-xpcom.pc -lib/thunderbird/share/aclocal/nspr.m4 -lib/thunderbird/share/idl/mozilla-1.5b/MailNewsTypes2.idl -lib/thunderbird/share/idl/mozilla-1.5b/XPCIDispatch.idl -lib/thunderbird/share/idl/mozilla-1.5b/domstubs.idl -lib/thunderbird/share/idl/mozilla-1.5b/gfxIFormats.idl -lib/thunderbird/share/idl/mozilla-1.5b/gfxIImageFrame.idl -lib/thunderbird/share/idl/mozilla-1.5b/gfxtypes.idl -lib/thunderbird/share/idl/mozilla-1.5b/imgICache.idl -lib/thunderbird/share/idl/mozilla-1.5b/imgIContainer.idl -lib/thunderbird/share/idl/mozilla-1.5b/imgIContainerObserver.idl -lib/thunderbird/share/idl/mozilla-1.5b/imgIDecoder.idl -lib/thunderbird/share/idl/mozilla-1.5b/imgIDecoderObserver.idl -lib/thunderbird/share/idl/mozilla-1.5b/imgILoad.idl -lib/thunderbird/share/idl/mozilla-1.5b/imgILoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/imgIRequest.idl -lib/thunderbird/share/idl/mozilla-1.5b/jsdIDebuggerService.idl -lib/thunderbird/share/idl/mozilla-1.5b/mozIJSSubScriptLoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/mozIPersonalDictionary.idl -lib/thunderbird/share/idl/mozilla-1.5b/mozISpellCheckingEngine.idl -lib/thunderbird/share/idl/mozilla-1.5b/mozISpellI18NManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/mozISpellI18NUtil.idl -lib/thunderbird/share/idl/mozilla-1.5b/mozITXTToHTMLConv.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsCDefaultURIFixup.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsCDocShell.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsCExternalHandlerService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsCURILoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsCWebBrowser.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsCWebBrowserPersist.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIASN1Object.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIASN1PrintableItem.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIASN1Sequence.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIASN1Tree.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbAddressCollecter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbAutoCompleteSession.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbBase.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbBooleanExpression.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbCard.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbDirFactory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbDirFactoryService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbDirectory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbDirectoryQuery.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbDirectoryQueryProxy.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbDirectorySearch.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbLDAPAutoCompFormatter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbLDAPReplicationData.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbLDAPReplicationQuery.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbLDAPReplicationService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbMDBCard.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbMDBDirectory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbUpgrader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbView.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAboutModule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessNode.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibilityService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessible.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleAction.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleCaret.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleDocument.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleEditableText.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleHyperLink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleHyperText.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleProvider.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleRetrieval.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleSelectable.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleTable.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleText.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleValue.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAddbookUrl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAddrBookSession.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAddrDBAnnouncer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAddrDBListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAddrDatabase.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAddressBook.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAggregatePrincipal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAppShell.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAppShellService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIArray.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAsyncInputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAsyncOutputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAsyncStreamCopier.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAtom.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAtomService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAuthPrompt.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAuthPromptWrapper.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAutoCompleteListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAutoCompleteResults.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAutoCompleteSession.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBadCertListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBaseWindow.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBidiKeyboard.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBinaryInputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBinaryOutputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBookmarksService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBoxLayoutManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBoxObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBoxPaintManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBrowserBoxObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBrowserHistory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBrowserInstance.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBufEntropyCollector.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBufferedStreams.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIByteArrayInputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIByteRangeRequest.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICMSDecoder.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICMSEncoder.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICMSMessage.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICMSMessageErrors.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICMSSecureMessage.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICRLInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICRLManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICache.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICacheEntryDescriptor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICacheListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICacheService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICacheSession.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICacheVisitor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICachingChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICategoryManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICertPickDialogs.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICertSelect.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICertTree.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICertificateDialogs.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICertificatePrincipal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICharsetConverterManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICharsetResolver.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIChromeEventHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIChromeRegistry.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICipherInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICiter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIClassInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIClassicPluginFactory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIClientAuthDialogs.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIClipboard.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIClipboardCommands.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIClipboardDragDropHookList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIClipboardDragDropHooks.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIClipboardHelper.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIClipboardOwner.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICloseAllWindows.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICmdLineHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICmdLineService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICodebasePrincipal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICollection.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIComm4xProfile.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICommandHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICommandManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICommandParams.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIComponentLoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIComponentLoaderManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIComponentManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIComponentManagerObsolete.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIComponentRegistrar.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIConsoleListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIConsoleMessage.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIConsoleService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIContentFilter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIContentHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIContentPolicy.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIContentViewer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIContentViewerContainer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIContentViewerEdit.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIContentViewerFile.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIContextMenuListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIContextMenuListener2.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIController.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIControllerCommand.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIControllerCommandTable.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIControllerContext.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIControllers.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICookieService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICookieStorage.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICopyMessageListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICopyMsgStreamListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICryptoFIPSInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICurrentCharsetListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDBChangeAnnouncer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDBChangeListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDBFolderInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDNSListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDNSService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOM3Document.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOM3DocumentEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOM3EventTarget.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOM3Node.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMAbstractView.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMAttr.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMBarProp.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCDATASection.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCRMFObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSS2Properties.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSCharsetRule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSFontFaceRule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSImportRule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSMediaRule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSPageRule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSPrimitiveValue.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSRule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSRuleList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSStyleDeclaration.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSStyleRule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSStyleSheet.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSUnknownRule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSValue.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSValueList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCharacterData.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMChromeWindow.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMComment.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCounter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCrypto.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCryptoDialogs.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCustomEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDOMConfiguration.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDOMException.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDOMImplementation.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDocument.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDocumentCSS.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDocumentEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDocumentFragment.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDocumentRange.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDocumentStyle.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDocumentTraversal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDocumentType.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDocumentView.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDocumentXBL.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMElementCSSInlineStyle.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMEntity.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMEntityReference.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMEventGroup.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMEventListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMEventTarget.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLAnchorElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLAppletElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLAreaElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLBRElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLBaseElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLBaseFontElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLBodyElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLButtonElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLCollection.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLDListElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLDirectoryElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLDivElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLDocument.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLEmbedElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLFieldSetElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLFontElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLFormElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLFrameElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLFrameSetElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLHRElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLHeadElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLHeadingElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLHtmlElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLIFrameElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLImageElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLInputElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLIsIndexElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLLIElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLLabelElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLLegendElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLLinkElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLMapElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLMenuElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLMetaElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLModElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLOListElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLObjectElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLOptGroupElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLOptionElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLOptionsCollection.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLParagraphElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLParamElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLPreElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLQuoteElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLScriptElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLSelectElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLStyleElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLTableCaptionElem.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLTableCellElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLTableColElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLTableElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLTableRowElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLTableSectionElem.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLTextAreaElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLTitleElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLUListElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHistory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMJSWindow.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMKeyEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMLinkStyle.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMLocation.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMMediaList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMMimeType.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMMimeTypeArray.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMMouseEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMMutationEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSDocument.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLAnchorElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLAreaElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLButtonElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLDocument.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLFormControlList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLFormElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLFrameElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLHRElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLImageElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLInputElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLOptionCollectn.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLOptionElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLSelectElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLTextAreaElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHistory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSLocation.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSRange.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSUIEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSXBLFormControl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNamedNodeMap.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNavigator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNode.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNodeFilter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNodeIterator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNodeList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNotation.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMPkcs11.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMPlugin.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMPluginArray.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMPopupBlockedEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMProcessingInstruction.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMRGBColor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMRange.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMRangeException.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMRect.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMScreen.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMStyleSheet.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMStyleSheetList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMText.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMTreeWalker.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMUIEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMUserDataHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMViewCSS.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMWindow.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMWindowCollection.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMWindowInternal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXMLDocument.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXPathEvaluator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXPathException.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXPathExpression.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXPathNSResolver.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXPathNamespace.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXPathResult.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULButtonElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULCheckboxElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULCommandDispatcher.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULControlElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULDescriptionElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULDocument.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULImageElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULLabelElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULLabeledControlEl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULMenuListElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULMultSelectCntrlEl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULPopupElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULSelectCntrlEl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULSelectCntrlItemEl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULTextboxElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDataChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDebug.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDialogParamBlock.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDirIndex.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDirIndexListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDirectoryListing.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDirectoryService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocCharset.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocShell.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocShellHistory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocShellLoadInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocShellTreeItem.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocShellTreeNode.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocShellTreeOwner.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocumentCharsetInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocumentLoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocumentLoaderFactory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocumentStateListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDownload.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDownloadManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDownloadProgressListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDownloader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDragDropHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDragService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDragSession.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditActionListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditingSession.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditorBoxObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditorDocShell.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditorIMESupport.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditorLogging.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditorMailSupport.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditorObserver.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditorSpellCheck.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditorStyleSheets.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEmbeddingSiteWindow.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEmbeddingSiteWindow2.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEncodedChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEncryptedSMIMEURIsSrvc.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEntityConverter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEntropyCollector.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEnumerator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIErrorService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEvaluateStringProxy.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEventHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEventQueue.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEventQueueService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIException.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIExceptionService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIExpatSink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIExternalHelperAppService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIExternalProtocolHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIExternalProtocolService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFIXptr.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFTPChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFactory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFastLoadFileControl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFastLoadService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFile.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFileChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFilePicker.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFileProtocolHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFileSpec.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFileStreams.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFileURL.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFileUtilities.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFileView.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFind.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFindService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFolder.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFolderListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFontCatalogService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFontEnumerator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFontList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFontPackageHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFontPackageProxy.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFontPackageService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFormatConverter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFreeType2.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFullScreen.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIGenKeypairInfoDlg.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIGlobalHistory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIGraphics.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHTMLAbsPosEditor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHTMLEditor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHTMLInlineTableEditor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHTMLObjectResizeListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHTMLObjectResizer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHTTPHeaderListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHash.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHelperAppLauncherDialog.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHistoryEntry.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHttpAuthManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHttpAuthenticator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHttpChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHttpChannelInternal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHttpEventSink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHttpHeaderVisitor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHttpNotify.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHttpProtocolHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIIDNService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIIFrameBoxObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIIOService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImageDocument.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImageLoadingContent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImapFlagAndUidState.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImapHeaderXferInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImapIncomingServer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImapMailFolderSink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImapMessageSink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImapMockChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImapProtocol.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImapServerSink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImapService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImapUrl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImportABDescriptor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImportAddressBooks.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImportFieldMap.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImportGeneric.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImportMail.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImportMailboxDescriptor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImportMimeEncode.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImportModule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImportService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImportSettings.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIIncomingServerListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIInputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIInputStreamChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIInputStreamPump.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIInputStreamTee.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIInterfaceInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIInterfaceInfoManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIInterfaceRequestor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIJAR.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIJARChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIJARProtocolHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIJARURI.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIJRILiveConnectPIPeer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIJRILiveConnectPlugin.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIJSConsoleService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIJSContextStack.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIJSRuntimeService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIKeyedStreamGenerator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIKeygenThread.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPAutoCompFormatter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPAutoCompleteSession.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPBERValue.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPConnection.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPErrors.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPMessage.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPMessageListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPOperation.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPPrefsService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPServer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPURL.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILanguageAtom.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILanguageAtomService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILineInputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIListBoxObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILoadGroup.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILocalFile.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILocalMailIncomingServer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILocale.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILocaleService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMIMEHeaderParam.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMIMEInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMIMEInputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMIMEService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMailboxService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMailboxSpec.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMailboxUrl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMarkupDocumentViewer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMemory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMenuBoxObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMenuRollup.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMessenger.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMessengerMigrator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMessengerOSIntegration.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMessengerWindowService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMimeEmitter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMimeHeaders.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMimeMiscStatus.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMimeStreamConverter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIModifyableXPointer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIModule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMovemailIncomingServer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMovemailService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgAccount.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgAccountManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgAttachment.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgBiffManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgCompFields.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgCompUtils.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgCompose.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgComposeParams.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgComposeProgressParams.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgComposeSecure.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgComposeService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgCopyService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgCopyServiceListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgDBView.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgDatabase.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgDraft.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgFilter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgFilterHitNotify.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgFilterList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgFilterPlugin.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgFilterService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgFolder.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgFolderCache.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgFolderCacheElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgFolderCompactor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgGroupRecord.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgHdr.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgHeaderParser.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgHost.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgIdentity.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgImapMailFolder.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgIncomingServer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgLocalMailFolder.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgLogonRedirector.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgMailNewsUrl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgMailSession.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgMailView.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgMailViewList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgMdnGenerator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgMessageService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgNewsFolder.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgOfflineImapOperation.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgOfflineManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgOfflineNewsState.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgParseMailMsgState.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgPrintEngine.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgProgress.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgProtocolInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgPurgeService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgQuote.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgRDFDataSource.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgRecipientArray.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSMIMECompFields.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSMIMEHeaderSink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSearchAdapter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSearchNotify.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSearchScopeTerm.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSearchSession.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSearchTerm.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSearchValidityManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSearchValidityTable.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSearchValue.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSend.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSendLater.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSendLaterListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSendListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSendReport.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSignature.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgStatusFeedback.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgStringService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgThread.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgVCard.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgWindow.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMultiPartChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMultiplexInputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINNTPArticleList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINNTPNewsgroupList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINNTPNewsgroupPost.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINNTPProtocol.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINSSCertCache.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINativeAppSupport.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINativeComponentLoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINativeScrollbar.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINativeUConvService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINetModRegEntry.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINetModuleMgr.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINetNotify.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINewsDatabase.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINewsDownloadDialogArgs.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINntpIncomingServer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINntpService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINntpUrl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINoIncomingServer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINoneService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIOCSPResponder.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIObjectInputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIObjectOutputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIObserver.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIObserverService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIOutputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPK11Token.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPK11TokenDB.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPKCS11Module.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPKCS11ModuleDB.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPKCS11Slot.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPKIParamBlock.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPassword.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPasswordManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPasswordManagerInternal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPasswordSink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPersistentProperties2.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPhonetic.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPipe.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPlaintextEditor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPlugin.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginDocument.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginHost.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginInputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginInstance.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginInstanceOwner.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginInstancePeer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginInstancePeer2.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginManager2.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginStreamInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginStreamListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginTagInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginTagInfo2.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPop3IncomingServer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPop3Service.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPop3Sink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPop3URL.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPopupBoxObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPopupWindowManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPref.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrefBranch.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrefBranchInternal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrefLocalizedString.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrefMigration.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrefMigrationProgress.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrefService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrefetchService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrincipal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrintOptions.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrintProgress.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrintProgressParams.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrintSession.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrintSettings.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrintSettingsService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrintStatusFeedback.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrintingPrompt.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrintingPromptService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProcess.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProfile.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProfileChangeStatus.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProfileInternal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProfileStartupListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProgrammingLanguage.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProgressDialog.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProgressEventSink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrompt.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPromptService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProperties.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPropertyBag.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProtocolHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProtocolProxyService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProxiedProtocolHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProxy.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProxyAutoConfig.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProxyCreateInstance.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProxyInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProxyObjectManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFCompositeDataSource.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFContainer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFContainerUtils.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFDataSource.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFDelegateFactory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFInMemoryDataSource.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFLiteral.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFNode.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFObserver.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFPropagatableDataSource.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFPurgeableDataSource.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFRemoteDataSource.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFResource.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFXMLParser.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFXMLSerializer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFXMLSink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFXMLSource.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRecyclingAllocator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRefreshURI.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRegistry.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRelativeFilePref.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRequest.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRequestObserver.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRequestObserverProxy.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIResProtocolHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIResumableChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIResumableEntityID.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRollupListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRunnable.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISHContainer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISHEntry.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISHTransaction.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISHistory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISHistoryInternal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISHistoryListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISMimeCert.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISMimeJSHelper.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISOCKS4SocketInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISOCKS4SocketProvider.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISOCKSSocketInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISOCKSSocketProvider.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISSLSocketControl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISSLSocketProvider.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISSLStatus.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISSLStatusProvider.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISaveAsCharset.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScreen.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScreenManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptContextOwner.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptError.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptEventHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptEventManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptGlobalObjectOwner.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptLoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptLoaderObserver.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptSecurityManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptableDateFormat.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptableInputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptableInterfaces.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptablePlugin.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptableRegion.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptableUConv.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScrollBoxObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScrollable.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISearchContext.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISecretDecoderRing.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISecureBrowserUI.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISecurityCheckedComponent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISecurityEventSink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISecurityPref.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISecurityWarningDialogs.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISeekableStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISelectElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISelection.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISelectionController.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISelectionDisplay.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISelectionImageService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISelectionListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISelectionPrivate.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISemanticUnitScanner.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISerializable.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIServiceManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISidebar.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISignatureVerifier.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISignonViewer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISimpleEnumerator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISimpleStreamListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISmtpServer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISmtpService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISmtpUrl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISocketProvider.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISocketProviderService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISocketTransport.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISocketTransportService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISound.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISpamSettings.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStandardURL.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStorageStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStreamBufferAccess.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStreamConverter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStreamConverterService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStreamListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStreamListenerProxy.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStreamListenerTee.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStreamLoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStreamTransportService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStringBundle.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStringBundleOverride.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStringEnumerator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStringService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStringStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISubscribableServer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISupports.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISupportsArray.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISupportsIterators.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISupportsPrimitives.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISyncLoadDOMService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITXTToHTMLConv.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITableEditor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITextAreaElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITextScroll.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITextServicesFilter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITextToSubURI.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIThread.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIThreadPool.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITimeBomb.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITimeRecorder.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITimelineService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITimer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITimerInternal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITimerManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITimingService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITokenDialogs.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITokenPasswordDialogs.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIToolkit.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITooltipListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITooltipTextProvider.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITraceRefcnt.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITransaction.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITransactionList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITransactionListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITransactionManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITransferable.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITransport.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITransportSecurityInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITreeBoxObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITreeContentView.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITreeSelection.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITreeView.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIURI.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIURIChecker.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIURIContentListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIURIFixup.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIURILoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIURIRefObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIURL.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIURLFetcher.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIURLParser.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIUTF8ConverterService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIUnicharStreamLoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIUnicodeNormalizer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIUploadChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIUrlListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIUrlListenerManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIUserCertPicker.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIUserInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIVariant.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIViewSourceChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWalletEditor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWalletPreview.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWalletService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWeakReference.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebBrowser.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebBrowserChrome.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebBrowserChromeFocus.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebBrowserFind.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebBrowserFocus.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebBrowserPersist.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebBrowserPrint.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebBrowserSetup.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebNavigation.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebPageDescriptor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebProgress.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebProgressListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWindowCreator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWindowCreator2.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWindowDataSource.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWindowMediator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWindowMediatorListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWindowWatcher.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWindowlessPlugInstPeer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWyciwygChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIX509Cert.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIX509CertDB.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIX509CertValidity.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXPCScriptNotify.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXPCScriptable.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXPCSecurityManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXPConnect.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXPIDialogService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXPINotifier.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXPIProgressDialog.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXPTLoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXPointer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXRemoteClient.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXRemoteService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXSLTException.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXSLTProcessor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXSLTProcessorObsolete.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXULBrowserWindow.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXULBuilderListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXULSortService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXULTemplateBuilder.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXULWindow.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIZipReader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsMsgFilterCore.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsMsgSearchCore.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPIAccessNode.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPIAccessible.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPIAccessibleDocument.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPICertNotification.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPICommandUpdater.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPIEditorTransaction.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPIPluginHost.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPIPluginInstancePeer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPIPromptService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPIWindowWatcher.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPIXPIProxy.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPIXPIStubHook.idl -lib/thunderbird/share/idl/mozilla-1.5b/nspluginroot.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsrootidl.idl -lib/thunderbird/share/idl/mozilla-1.5b/xpccomponents.idl -lib/thunderbird/share/idl/mozilla-1.5b/xpcexception.idl -lib/thunderbird/share/idl/mozilla-1.5b/xpcjsid.idl -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/communicator-region/wallet || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/editor-region || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/global-region || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/messenger-region || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/navigator-region || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/alerts || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/bookmarks || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/brand || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/directory || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/pref || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/profile || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/related || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/search || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/sidebar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/taskbar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/xpinstall || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/editor/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/arrow || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/checkbox || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/console || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/filepicker || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/menu || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/progressmeter || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/radio || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/scrollbar/slider || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/splitter || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/toolbar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/tree || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger/addressbook/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger/messengercompose || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger/smime/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/mozapps/downloads || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/mozapps/pref || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/navigator/btn1 || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/navigator/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator-platform || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator-region || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/alerts || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/directory || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/downloadmanager || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/history || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/pref || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/profile || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/related || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/search || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/sidebar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/timebomb || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/wallet || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/xml || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/xpinstall || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/editor-region || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/editor/images || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/help || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/mozldap || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/navigator || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/navigator-platform || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/navigator-region || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/necko || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/wallet || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/xbl-marquee || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/content/embed || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/locale/en-US/embed || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/skin/classic/embed || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/directory || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/dom || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/downloadmanager || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/history || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/layout || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/pref || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/profile || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/search || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/security || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/sidebar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/timebomb || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/wallet || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/xml || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/xpinstall || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/editor || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/global || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/messenger-mdn || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/messenger-smime || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/messenger/addressbook || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/messenger/messengercompose || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/mozapps/downloads || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/mozldap || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/navigator || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/necko || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/pipnss || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/pippki || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/wallet || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac/locale/en-US/communicator-platform/pref || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac/locale/en-US/global-platform || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac/locale/en-US/navigator-platform || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix/locale/en-US/communicator-platform/pref || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix/locale/en-US/global-platform || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix/locale/en-US/navigator-platform || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale/en-US/communicator-platform/pref || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale/en-US/global-platform || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale/en-US/messenger-mapi || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale/en-US/navigator-platform || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/editor/images || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger-mdn || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger-region || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger-smime || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger-views || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger/addressbook || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger/messengercompose || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/alerts || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/bookmarks || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/brand || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/directory || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/profile || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/related || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/search || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/sidebar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/taskbar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/toolbar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/xpinstall || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/editor/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/arrow || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/button || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/checkbox || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/console || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/filepicker || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/menu || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/menulist || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/progressmeter || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/radio || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/scrollbar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/splitter || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/toolbar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/tree || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/addressbook/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/messengercompose/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/smime/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/navigator/btn1 || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/navigator/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/navigator/toolbar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/pipnss/content/pipnss || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/pippki/content/pippki || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/communicator || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/global-platform || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/global-region || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/global/bindings || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/global/widgets || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/mozapps/downloads || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/mozapps/downloads || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/global/widgets || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/global/bindings || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/global-region || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/global-platform || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/communicator || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/pippki/content/pippki || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/pipnss/content/pipnss || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/navigator/toolbar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/navigator/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/navigator/btn1 || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/smime/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/messengercompose/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/addressbook/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/tree || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/toolbar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/splitter || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/scrollbar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/radio || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/progressmeter || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/menulist || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/menu || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/filepicker || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/console || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/checkbox || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/button || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/arrow || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/editor/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/xpinstall || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/toolbar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/taskbar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/sidebar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/search || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/related || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/profile || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/directory || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/brand || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/bookmarks || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/alerts || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger/messengercompose || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger/addressbook || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger-views || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger-smime || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger-region || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger-mdn || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/editor/images || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale/en-US/navigator-platform || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale/en-US/messenger-mapi || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale/en-US/global-platform || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale/en-US/communicator-platform/pref || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix/locale/en-US/navigator-platform || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix/locale/en-US/global-platform || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix/locale/en-US/communicator-platform/pref || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac/locale/en-US/navigator-platform || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac/locale/en-US/global-platform || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac/locale/en-US/communicator-platform/pref || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/wallet || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/pippki || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/pipnss || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/necko || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/navigator || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/mozldap || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/mozapps/downloads || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/messenger/messengercompose || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/messenger/addressbook || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/messenger-smime || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/messenger-mdn || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/global || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/editor || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/xpinstall || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/xml || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/wallet || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/timebomb || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/sidebar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/security || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/search || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/profile || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/pref || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/layout || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/history || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/downloadmanager || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/dom || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/directory || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/skin/classic/embed || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/locale/en-US/embed || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/content/embed || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/xbl-marquee || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/wallet || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/necko || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/navigator-region || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/navigator-platform || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/navigator || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/mozldap || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/help || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/editor/images || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/editor-region || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/xpinstall || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/xml || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/wallet || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/timebomb || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/sidebar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/search || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/related || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/profile || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/pref || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/history || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/downloadmanager || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/directory || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/alerts || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator-region || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator-platform || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/navigator/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/navigator/btn1 || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/mozapps/pref || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/mozapps/downloads || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger/smime/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger/messengercompose || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger/addressbook/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/tree || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/toolbar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/splitter || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/scrollbar/slider || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/radio || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/progressmeter || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/menu || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/filepicker || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/console || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/checkbox || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/arrow || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/editor/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/xpinstall || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/taskbar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/sidebar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/search || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/related || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/profile || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/pref || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/directory || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/brand || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/bookmarks || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/alerts || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/navigator-region || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/messenger-region || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/global-region || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/editor-region || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/communicator-region/wallet || true -@dirrm lib/thunderbird/share/idl/mozilla-1.5b -@dirrm lib/thunderbird/share/idl -@dirrm lib/thunderbird/share/aclocal -@dirrm lib/thunderbird/share -@dirrm lib/thunderbird/lib/pkgconfig -@dirrm lib/thunderbird/lib/mozilla-1.5b/res/throbber -@dirrm lib/thunderbird/lib/mozilla-1.5b/res/samples/sampleimages -@dirrm lib/thunderbird/lib/mozilla-1.5b/res/samples -@dirrm lib/thunderbird/lib/mozilla-1.5b/res/rdf -@dirrm lib/thunderbird/lib/mozilla-1.5b/res/html -@dirrm lib/thunderbird/lib/mozilla-1.5b/res/fonts -@dirrm lib/thunderbird/lib/mozilla-1.5b/res/entityTables -@dirrm lib/thunderbird/lib/mozilla-1.5b/res/dtd -@dirrm lib/thunderbird/lib/mozilla-1.5b/res/builtin -@dirrm lib/thunderbird/lib/mozilla-1.5b/res -@dirrm lib/thunderbird/lib/mozilla-1.5b/plugins -@dirrm lib/thunderbird/lib/mozilla-1.5b/defaults/wallet -@dirrm lib/thunderbird/lib/mozilla-1.5b/defaults/profile/chrome -@dirrm lib/thunderbird/lib/mozilla-1.5b/defaults/profile/US/chrome -@dirrm lib/thunderbird/lib/mozilla-1.5b/defaults/profile/US -@dirrm lib/thunderbird/lib/mozilla-1.5b/defaults/profile -@dirrm lib/thunderbird/lib/mozilla-1.5b/defaults/pref -@dirrm lib/thunderbird/lib/mozilla-1.5b/defaults/messenger/US -@dirrm lib/thunderbird/lib/mozilla-1.5b/defaults/messenger -@dirrm lib/thunderbird/lib/mozilla-1.5b/defaults -@dirrm lib/thunderbird/lib/mozilla-1.5b/components/myspell -@dirrm lib/thunderbird/lib/mozilla-1.5b/components -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/mozapps -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/global -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/pippki/content -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/pippki -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/pipnss/content -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/pipnss -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/navigator -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/smime -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/messengercompose -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/addressbook -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/editor -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/editor -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/messenger -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/icons/default -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/icons -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale/en-US/communicator-platform -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale/en-US -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-win -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix/locale/en-US/communicator-platform -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix/locale/en-US -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix/locale -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac/locale/en-US/communicator-platform -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac/locale/en-US -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac/locale -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/mozapps -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/messenger -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-US -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/skin/classic -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/skin -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/locale/en-US -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/locale -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/content -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/editor -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/comm -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/navigator -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/mozapps -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger/smime -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger/addressbook -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/scrollbar -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/editor -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/communicator-region -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/US -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome -@dirrm lib/thunderbird/lib/mozilla-1.5b -@dirrm lib/thunderbird/lib -@dirrm lib/thunderbird/include/mozilla-1.5b/xultmpl -@dirrm lib/thunderbird/include/mozilla-1.5b/xuldoc -@dirrm lib/thunderbird/include/mozilla-1.5b/xulapp -@dirrm lib/thunderbird/include/mozilla-1.5b/xul -@dirrm lib/thunderbird/include/mozilla-1.5b/xremoteservice -@dirrm lib/thunderbird/include/mozilla-1.5b/xprintutil -@dirrm lib/thunderbird/include/mozilla-1.5b/xpinstall -@dirrm lib/thunderbird/include/mozilla-1.5b/xpconnect -@dirrm lib/thunderbird/include/mozilla-1.5b/xpcom_obsolete -@dirrm lib/thunderbird/include/mozilla-1.5b/xpcom -@dirrm lib/thunderbird/include/mozilla-1.5b/xlibrgb -@dirrm lib/thunderbird/include/mozilla-1.5b/windowwatcher -@dirrm lib/thunderbird/include/mozilla-1.5b/widget -@dirrm lib/thunderbird/include/mozilla-1.5b/webshell -@dirrm lib/thunderbird/include/mozilla-1.5b/webbrwsr -@dirrm lib/thunderbird/include/mozilla-1.5b/webbrowserpersist -@dirrm lib/thunderbird/include/mozilla-1.5b/walletviewers -@dirrm lib/thunderbird/include/mozilla-1.5b/wallet -@dirrm lib/thunderbird/include/mozilla-1.5b/view -@dirrm lib/thunderbird/include/mozilla-1.5b/util -@dirrm lib/thunderbird/include/mozilla-1.5b/uriloader -@dirrm lib/thunderbird/include/mozilla-1.5b/unicharutil -@dirrm lib/thunderbird/include/mozilla-1.5b/ucvtw2 -@dirrm lib/thunderbird/include/mozilla-1.5b/ucvtw -@dirrm lib/thunderbird/include/mozilla-1.5b/ucvlatin -@dirrm lib/thunderbird/include/mozilla-1.5b/ucvko -@dirrm lib/thunderbird/include/mozilla-1.5b/ucvja -@dirrm lib/thunderbird/include/mozilla-1.5b/ucvibm -@dirrm lib/thunderbird/include/mozilla-1.5b/ucvcn -@dirrm lib/thunderbird/include/mozilla-1.5b/uconv -@dirrm lib/thunderbird/include/mozilla-1.5b/ucnative -@dirrm lib/thunderbird/include/mozilla-1.5b/txtsvc -@dirrm lib/thunderbird/include/mozilla-1.5b/txmgr -@dirrm lib/thunderbird/include/mozilla-1.5b/string -@dirrm lib/thunderbird/include/mozilla-1.5b/spellchecker -@dirrm lib/thunderbird/include/mozilla-1.5b/sidebar -@dirrm lib/thunderbird/include/mozilla-1.5b/shistory -@dirrm lib/thunderbird/include/mozilla-1.5b/rdfutil -@dirrm lib/thunderbird/include/mozilla-1.5b/rdf -@dirrm lib/thunderbird/include/mozilla-1.5b/progressDlg -@dirrm lib/thunderbird/include/mozilla-1.5b/profile -@dirrm lib/thunderbird/include/mozilla-1.5b/profdirserviceprovider -@dirrm lib/thunderbird/include/mozilla-1.5b/prefmigr -@dirrm lib/thunderbird/include/mozilla-1.5b/prefetch -@dirrm lib/thunderbird/include/mozilla-1.5b/pref -@dirrm lib/thunderbird/include/mozilla-1.5b/plugin -@dirrm lib/thunderbird/include/mozilla-1.5b/pippki -@dirrm lib/thunderbird/include/mozilla-1.5b/pipnss -@dirrm lib/thunderbird/include/mozilla-1.5b/pipboot -@dirrm lib/thunderbird/include/mozilla-1.5b/nspr/private -@dirrm lib/thunderbird/include/mozilla-1.5b/nspr/obsolete -@dirrm lib/thunderbird/include/mozilla-1.5b/nspr/md -@dirrm lib/thunderbird/include/mozilla-1.5b/nspr -@dirrm lib/thunderbird/include/mozilla-1.5b/nkcache -@dirrm lib/thunderbird/include/mozilla-1.5b/necko2 -@dirrm lib/thunderbird/include/mozilla-1.5b/necko -@dirrm lib/thunderbird/include/mozilla-1.5b/msgsmime -@dirrm lib/thunderbird/include/mozilla-1.5b/msgnews -@dirrm lib/thunderbird/include/mozilla-1.5b/msgmdn -@dirrm lib/thunderbird/include/mozilla-1.5b/msglocal -@dirrm lib/thunderbird/include/mozilla-1.5b/msgimap -@dirrm lib/thunderbird/include/mozilla-1.5b/msgdb -@dirrm lib/thunderbird/include/mozilla-1.5b/msgcompose -@dirrm lib/thunderbird/include/mozilla-1.5b/msgbaseutil -@dirrm lib/thunderbird/include/mozilla-1.5b/msgbase -@dirrm lib/thunderbird/include/mozilla-1.5b/mozldap -@dirrm lib/thunderbird/include/mozilla-1.5b/mork -@dirrm lib/thunderbird/include/mozilla-1.5b/mimetype -@dirrm lib/thunderbird/include/mozilla-1.5b/mimeemitter -@dirrm lib/thunderbird/include/mozilla-1.5b/mime -@dirrm lib/thunderbird/include/mozilla-1.5b/mailview -@dirrm lib/thunderbird/include/mozilla-1.5b/mailnews -@dirrm lib/thunderbird/include/mozilla-1.5b/lwbrk -@dirrm lib/thunderbird/include/mozilla-1.5b/locale -@dirrm lib/thunderbird/include/mozilla-1.5b/libreg -@dirrm lib/thunderbird/include/mozilla-1.5b/ldap -@dirrm lib/thunderbird/include/mozilla-1.5b/layout -@dirrm lib/thunderbird/include/mozilla-1.5b/jsurl -@dirrm lib/thunderbird/include/mozilla-1.5b/jsdebug -@dirrm lib/thunderbird/include/mozilla-1.5b/jsconsole -@dirrm lib/thunderbird/include/mozilla-1.5b/js -@dirrm lib/thunderbird/include/mozilla-1.5b/java -@dirrm lib/thunderbird/include/mozilla-1.5b/jar -@dirrm lib/thunderbird/include/mozilla-1.5b/intl -@dirrm lib/thunderbird/include/mozilla-1.5b/import -@dirrm lib/thunderbird/include/mozilla-1.5b/impText -@dirrm lib/thunderbird/include/mozilla-1.5b/impComm4xMail -@dirrm lib/thunderbird/include/mozilla-1.5b/imglib2 -@dirrm lib/thunderbird/include/mozilla-1.5b/htmlparser -@dirrm lib/thunderbird/include/mozilla-1.5b/history -@dirrm lib/thunderbird/include/mozilla-1.5b/helperAppDlg -@dirrm lib/thunderbird/include/mozilla-1.5b/gtkxtbin -@dirrm lib/thunderbird/include/mozilla-1.5b/gtkembedmoz -@dirrm lib/thunderbird/include/mozilla-1.5b/gfx -@dirrm lib/thunderbird/include/mozilla-1.5b/find -@dirrm lib/thunderbird/include/mozilla-1.5b/filepicker -@dirrm lib/thunderbird/include/mozilla-1.5b/exthandler -@dirrm lib/thunderbird/include/mozilla-1.5b/expat -@dirrm lib/thunderbird/include/mozilla-1.5b/embedstring -@dirrm lib/thunderbird/include/mozilla-1.5b/embedcomponents -@dirrm lib/thunderbird/include/mozilla-1.5b/embed_base -@dirrm lib/thunderbird/include/mozilla-1.5b/editor -@dirrm lib/thunderbird/include/mozilla-1.5b/downloadmanager -@dirrm lib/thunderbird/include/mozilla-1.5b/dom -@dirrm lib/thunderbird/include/mozilla-1.5b/docshell -@dirrm lib/thunderbird/include/mozilla-1.5b/dbm -@dirrm lib/thunderbird/include/mozilla-1.5b/content -@dirrm lib/thunderbird/include/mozilla-1.5b/composer -@dirrm lib/thunderbird/include/mozilla-1.5b/commandhandler -@dirrm lib/thunderbird/include/mozilla-1.5b/chrome -@dirrm lib/thunderbird/include/mozilla-1.5b/chardet -@dirrm lib/thunderbird/include/mozilla-1.5b/caps -@dirrm lib/thunderbird/include/mozilla-1.5b/browser -@dirrm lib/thunderbird/include/mozilla-1.5b/bayesflt -@dirrm lib/thunderbird/include/mozilla-1.5b/appshell -@dirrm lib/thunderbird/include/mozilla-1.5b/appcomps -@dirrm lib/thunderbird/include/mozilla-1.5b/addrbook -@dirrm lib/thunderbird/include/mozilla-1.5b/accessibility -@dirrm lib/thunderbird/include/mozilla-1.5b -@dirrm lib/thunderbird/include -@dirrm lib/thunderbird/bin -@dirrm lib/thunderbird diff --git a/mail/thunderbird-esr/Makefile b/mail/thunderbird-esr/Makefile deleted file mode 100644 index 329f2d6b8b7b..000000000000 --- a/mail/thunderbird-esr/Makefile +++ /dev/null @@ -1,154 +0,0 @@ -# New ports collection makefile for: mozilla-thunderbird -# Date created: 4 September 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= thunderbird -PORTVERSION= 0.3 -CATEGORIES= mail -MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION} -PKGNAMEPREFIX= mozilla- -DISTNAME= ${PORTNAME}-source-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Mozilla Thunderbird is standalone mail and news that stands above - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png \ - mng.1:${PORTSDIR}/graphics/libmng \ - freetype.9:${PORTSDIR}/print/freetype2 \ - iconv.3:${PORTSDIR}/converters/libiconv \ - nspr4.1:${PORTSDIR}/devel/nspr -BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ - freetype-config:${PORTSDIR}/print/freetype2 - -USE_X_PREFIX= yes - -USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5= yes -USE_REINPLACE= yes -HAS_CONFIGURE= yes -ALL_TARGET= default -USE_GNOME= gtk20 libidl - -NO_MTREE= yes -WRKSRC= ${WRKDIR}/mozilla -LOCAL_SUBDIR= lib/${PORTNAME} -LOCAL_PREFIX= ${PREFIX}/${LOCAL_SUBDIR} - -NOT_FOR_ARCHS= amd64 - -.include <bsd.port.pre.mk> - -SORT?=/usr/bin/sort - -.if ${ARCH} == "i386" -CONFIGURE_ENV+= WITH_REORDER=yes -.endif # ${ARCH} == "i386" - -.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 -IGNORE= "core dumps at runtime" -.endif # ${ARCH} == "alpha" && ${OSVERSION} < 500035 - -.if defined(WITH_DEBUG) -WITH_LOGGING= yes -CONFIGURE_ENV+= WITH_DEBUG=yes -.endif # defined(WITH_DEBUG) - -.if defined(WITH_OPTIMIZED_CFLAGS) -CFLAGS+= -O2 -.endif # defined(WITH_OPTIMIZED_CFLAGS) - -.if defined(WITH_LOGGING) -CONFIGURE_ENV+= WITH_LOGGING=yes -.endif # defined(WITH_LOGGING) - -.if defined(WITHOUT_XFT) -CONFIGURE_ENV+= WITHOUT_XFT=yes -.else -LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft -.endif # !defined(WITHOUT_XFT) - -CPPFLAGS+= -I${X11BASE}/include -CFLAGS+= ${PTHREAD_CFLAGS} -LDFLAGS+= -L${X11BASE}/lib -LIBS+= ${PTHREAD_LIBS} - -pre-extract:: - @${ECHO_MSG} - @${ECHO_MSG} "Extracting source (this takes a while) ..." - @${ECHO_MSG} - -post-extract:: - @${SED} -e 's|@CPPFLAGS@|${CPPFLAGS}|' \ - -e 's|@CFLAGS@|${CFLAGS}|' \ - -e 's|@LDFLAGS@|${LDFLAGS}|' \ - -e 's|@LIBS@|${LIBS}|' \ - -e 's|@X11BASE@|${X11BASE}|' \ - -e 's|@LOCALBASE@|${LOCALBASE}|' \ - -e 's|@PREFIX@|${LOCAL_PREFIX}|' \ - -e 's|@PERL@|${PERL5}|' \ - <${FILESDIR}/mozconfig.in >${WRKSRC}/.mozconfig - -post-patch: - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ - ${WRKSRC}/build/unix/run-mozilla.sh - @${REINPLACE_CMD} -e 's|-lc_r|${PTHREAD_LIBS}|g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g' \ - ${WRKSRC}/nsprpub/config/FreeBSD.mk \ - ${WRKSRC}/security/coreconf/FreeBSD.mk \ - ${WRKSRC}/directory/c-sdk/config/FreeBSD.mk \ - ${WRKSRC}/js/src/Makefile.in - -pre-install: - ${RM} -fr ${LOCAL_PREFIX} - -link-bins: - ${RM} -f ${PREFIX}/bin/thunderbird - ${LN} -s ${LOCAL_PREFIX}/bin/thunderbird \ - ${PREFIX}/bin/thunderbird - ${RM} -f ${PREFIX}/bin/thunderbird-config - ${LN} -s ${LOCAL_PREFIX}/bin/mozilla-config \ - ${PREFIX}/bin/thunderbird-config - -cleanup-install: - ${RM} -fr ${LOCAL_PREFIX}/share/idl - ${RM} -fr ${LOCAL_PREFIX}/include - -cons-plist: - -${RM} -f ${PLIST} - ${TOUCH} ${PLIST} - ${ECHO_CMD} bin/thunderbird >>${PLIST} - ${ECHO_CMD} bin/thunderbird-config >>${PLIST} -.for i in ${EXTRA_SCRIPTS} - ${ECHO_CMD} bin/${i} >>${PLIST} -.endfor # i in ${EXTRA_SCRIPTS} - cd ${PREFIX}; \ - ${FIND} ${LOCAL_SUBDIR} ! -type d | ${SORT} >>${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d -empty | ${SORT} \ - | ${SED} -e "s:^:@exec ${MKDIR} %D/:" -e "s:$$: || true:" \ - >> ${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d -empty | ${SORT} -r \ - | ${SED} -e "s:^:@unexec ${RMDIR} %D/:" -e "s:$$: || true:" \ - >> ${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d ! -empty | ${SORT} -r \ - | ${SED} -e "s:^:@dirrm :" >> ${PLIST} - -.PHONY: link-bins cleanup-install cons-plist - -.include <bsd.port.post.mk> - -# <alane> -# Under normal circumstances, you should not put anything after -# the above line. However, this is the only way I can state the -# dependency without trashing the actual code of the generate-plist -# target. This is a limitation of the make(1) program itself. -# </alane> -generate-plist: link-bins cleanup-install - -#EOF diff --git a/mail/thunderbird-esr/distinfo b/mail/thunderbird-esr/distinfo deleted file mode 100644 index 2a1b70736533..000000000000 --- a/mail/thunderbird-esr/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (thunderbird-source-0.3.tar.bz2) = 63bfc18db94e605a25a222e417d3a69d diff --git a/mail/thunderbird-esr/files/mozconfig.in b/mail/thunderbird-esr/files/mozconfig.in deleted file mode 100644 index 25aec5d460a6..000000000000 --- a/mail/thunderbird-esr/files/mozconfig.in +++ /dev/null @@ -1,65 +0,0 @@ -# .mozconfig.in -*-shell-script-*- -# $FreeBSD$ -###################################################################### -# standard opts from README -export MOZ_THUNDERBIRD=1 -mk_add_options MOZ_MOZ_THUNDERBIRD=1 -ac_add_options --enable-crypto -ac_add_options --disable-mathml -ac_add_options --disable-installer -ac_add_options --disable-activex -ac_add_options --disable-activex-scripting -ac_add_options --disable-oji -ac_add_options --disable-necko-disk-cache -ac_add_options --disable-tests -ac_add_options --disable-profilesharing -ac_add_options --enable-extensions=wallet,spellcheck -ac_add_options --enable-necko-protocols=http,file,jar,viewsource,res,data -ac_add_options --enable-image-decoders=png,gif,jpeg -ac_add_options --enable-default-toolkit=gtk2 -###################################################################### -# FBSD specific -export CPPFLAGS="@CPPFLAGS@" -export CFLAGS="@CFLAGS@" -export LIBS="@LIBS@" -export LDFLAGS="@LDFLAGS@" -export CONFIG_SH=/bin/sh -export XP_UNIX=1 -mk_add_options XP_UNIX=1 -export PERL="@PERL@" -mk_add_options PERL=$PERL -# Configure options for installation -ac_add_options --prefix=@PREFIX@ -###################################################################### -# Use ports for these libraries -ac_add_options --with-system-jpeg=@LOCALBASE@ -ac_add_options --with-system-zlib -ac_add_options --with-system-png=@LOCALBASE@ -ac_add_options --with-system-mng=@LOCALBASE@ -###################################################################### -# set compile/link features -ac_add_options --with-pthreads -ac_add_options --enable-strip -###################################################################### -# conditional from port Makefile -if test -n "$WITH_REORDER"; then - ac_add_options --enable-reorder -else - ac_add_options --disable-reorder -fi # test -n "$WITH_REORDER" -if test -n "$WITH_DEBUG"; then - ac_add_options --enable-debug -else - ac_add_options --disable-debug -fi # test -n "$WITH_DEBUG" -if test -n "$WITH_LOGGING"; then - ac_add_options --enable-logging -else - ac_add_options --disable-logging -fi # test -n "$WITH_LOGGING" -if test -z "$WITHOUT_XFT"; then - ac_add_options --enable-xft -else - ac_add_options --disable-xft -fi # test -z "$WITHOUT_XFT" -###################################################################### diff --git a/mail/thunderbird-esr/files/patch-Double.cpp b/mail/thunderbird-esr/files/patch-Double.cpp deleted file mode 100644 index 5cd13e4ff4fe..000000000000 --- a/mail/thunderbird-esr/files/patch-Double.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- extensions/transformiix/source/base/Double.cpp.orig Thu Jan 30 09:26:46 2003 -+++ extensions/transformiix/source/base/Double.cpp Sun Nov 16 01:46:42 2003 -@@ -51,10 +51,10 @@ - //A trick to handle IEEE floating point exceptions on FreeBSD - E.D. - #ifdef __FreeBSD__ - #include <ieeefp.h> --#ifdef __alpha__ --fp_except_t allmask = FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP; --#else -+#if defined(__i386__) - fp_except_t allmask = FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP|FP_X_DNML; -+#else -+fp_except_t allmask = FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP; - #endif - fp_except_t oldmask = fpsetmask(~allmask); - #endif -@@ -75,22 +75,31 @@ - #define TX_DOUBLE_HI32_EXPMASK 0x7ff00000 - #define TX_DOUBLE_HI32_MANTMASK 0x000fffff - -+union ui32dun { -+ PRUint32 i[2]; -+ double d; -+}; -+ - //-- Initialize Double related constants - #ifdef IS_BIG_ENDIAN --const PRUint32 nanMask[2] = {TX_DOUBLE_HI32_EXPMASK | TX_DOUBLE_HI32_MANTMASK, -- 0xffffffff}; --const PRUint32 infMask[2] = {TX_DOUBLE_HI32_EXPMASK, 0}; --const PRUint32 negInfMask[2] = {TX_DOUBLE_HI32_EXPMASK | TX_DOUBLE_HI32_SIGNBIT, 0}; -+const union ui32dun nanMask = -+ {{TX_DOUBLE_HI32_EXPMASK | TX_DOUBLE_HI32_MANTMASK, 0xffffffff}}; -+const union ui32dun infMask = -+ {{TX_DOUBLE_HI32_EXPMASK, 0}}; -+const union ui32dun negInfMask = -+ {{TX_DOUBLE_HI32_EXPMASK | TX_DOUBLE_HI32_SIGNBIT, 0}}; - #else --const PRUint32 nanMask[2] = {0xffffffff, -- TX_DOUBLE_HI32_EXPMASK | TX_DOUBLE_HI32_MANTMASK}; --const PRUint32 infMask[2] = {0, TX_DOUBLE_HI32_EXPMASK}; --const PRUint32 negInfMask[2] = {0, TX_DOUBLE_HI32_EXPMASK | TX_DOUBLE_HI32_SIGNBIT}; -+const union ui32dun nanMask = -+ {{0xffffffff, TX_DOUBLE_HI32_EXPMASK | TX_DOUBLE_HI32_MANTMASK}}; -+const union ui32dun infMask = -+ {{0, TX_DOUBLE_HI32_EXPMASK}}; -+const union ui32dun negInfMask = -+ {{0, TX_DOUBLE_HI32_EXPMASK | TX_DOUBLE_HI32_SIGNBIT}}; - #endif - --const double Double::NaN = *((double*)nanMask); --const double Double::POSITIVE_INFINITY = *((double*)infMask); --const double Double::NEGATIVE_INFINITY = *((double*)negInfMask); -+const double Double::NaN = nanMask.d; -+const double Double::POSITIVE_INFINITY = infMask.d; -+const double Double::NEGATIVE_INFINITY = negInfMask.d; - - /* - * Determines whether the given double represents positive or negative diff --git a/mail/thunderbird-esr/files/patch-alpha b/mail/thunderbird-esr/files/patch-alpha deleted file mode 100644 index f8c1b081c9fa..000000000000 --- a/mail/thunderbird-esr/files/patch-alpha +++ /dev/null @@ -1,492 +0,0 @@ ---- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig Mon Jan 27 22:52:51 2003 -+++ xpcom/reflect/xptcall/src/md/unix/Makefile.in Tue May 27 01:41:12 2003 -@@ -100,9 +100,15 @@ - ASFILES := xptcinvoke_asm_osf1_alpha.s xptcstubs_asm_osf1_alpha.s - endif - # -+# FreeBSD/Alpha -+# -+ifeq ($(OS_ARCH)$(OS_TEST),FreeBSDalpha) -+CPPSRCS := xptcinvoke_freebsd_alpha.cpp xptcstubs_freebsd_alpha.cpp -+endif -+# - # Linux/Alpha - # --ifneq (,$(filter Linuxalpha FreeBSDalpha NetBSDalpha,$(OS_ARCH)$(OS_TEST))) -+ifneq (,$(filter Linuxalpha NetBSDalpha,$(OS_ARCH)$(OS_TEST))) - CPPSRCS := xptcinvoke_linux_alpha.cpp xptcstubs_linux_alpha.cpp - endif - # ---- config/rules.mk.orig Mon May 5 21:04:55 2003 -+++ config/rules.mk Tue May 27 01:33:11 2003 -@@ -444,7 +444,11 @@ - - ifeq ($(OS_ARCH),FreeBSD) - ifdef IS_COMPONENT -+ifneq (,$(filter alpha,$(OS_TEST))) -+EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic -lc -+else - EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic -+endif - endif - endif - ---- xpcom/reflect/xptcall/src/md/unix/xptcinvoke_freebsd_alpha.cpp.orig Tue May 27 01:37:25 2003 -+++ xpcom/reflect/xptcall/src/md/unix/xptcinvoke_freebsd_alpha.cpp Tue May 27 01:37:00 2003 -@@ -0,0 +1,184 @@ -+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -+/* ***** BEGIN LICENSE BLOCK ***** -+ * Version: NPL 1.1/GPL 2.0/LGPL 2.1 -+ * -+ * The contents of this file are subject to the Netscape Public License -+ * Version 1.1 (the "License"); you may not use this file except in -+ * compliance with the License. You may obtain a copy of the License at -+ * http://www.mozilla.org/NPL/ -+ * -+ * Software distributed under the License is distributed on an "AS IS" basis, -+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -+ * for the specific language governing rights and limitations under the -+ * License. -+ * -+ * The Original Code is mozilla.org code. -+ * -+ * The Initial Developer of the Original Code is -+ * Netscape Communications Corporation. -+ * Portions created by the Initial Developer are Copyright (C) 1998 -+ * the Initial Developer. All Rights Reserved. -+ * -+ * Contributor(s): -+ * -+ * Alternatively, the contents of this file may be used under the terms of -+ * either the GNU General Public License Version 2 or later (the "GPL"), or -+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), -+ * in which case the provisions of the GPL or the LGPL are applicable instead -+ * of those above. If you wish to allow use of your version of this file only -+ * under the terms of either the GPL or the LGPL, and not to allow others to -+ * use your version of this file under the terms of the NPL, indicate your -+ * decision by deleting the provisions above and replace them with the notice -+ * and other provisions required by the GPL or the LGPL. If you do not delete -+ * the provisions above, a recipient may use your version of this file under -+ * the terms of any one of the NPL, the GPL or the LGPL. -+ * -+ * ***** END LICENSE BLOCK ***** */ -+ -+/* Platform specific code to invoke XPCOM methods on native objects */ -+ -+/* contributed by Glen Nakamura <glen.nakamura@usa.net> */ -+ -+#include "xptcprivate.h" -+ -+/* Prototype specifies unmangled function name and disables unused warning */ -+static void -+invoke_copy_to_stack(PRUint64* d, PRUint32 paramCount, nsXPTCVariant* s) -+__asm__("invoke_copy_to_stack") __attribute__((unused)); -+ -+static void -+invoke_copy_to_stack(PRUint64* d, PRUint32 paramCount, nsXPTCVariant* s) -+{ -+ const PRUint8 NUM_ARG_REGS = 6-1; // -1 for "this" pointer -+ -+ for(PRUint32 i = 0; i < paramCount; i++, d++, s++) -+ { -+ if(s->IsPtrData()) -+ { -+ *d = (PRUint64)s->ptr; -+ continue; -+ } -+ switch(s->type) -+ { -+ case nsXPTType::T_I8 : *d = (PRUint64)s->val.i8; break; -+ case nsXPTType::T_I16 : *d = (PRUint64)s->val.i16; break; -+ case nsXPTType::T_I32 : *d = (PRUint64)s->val.i32; break; -+ case nsXPTType::T_I64 : *d = (PRUint64)s->val.i64; break; -+ case nsXPTType::T_U8 : *d = (PRUint64)s->val.u8; break; -+ case nsXPTType::T_U16 : *d = (PRUint64)s->val.u16; break; -+ case nsXPTType::T_U32 : *d = (PRUint64)s->val.u32; break; -+ case nsXPTType::T_U64 : *d = (PRUint64)s->val.u64; break; -+ case nsXPTType::T_FLOAT : -+ if(i < NUM_ARG_REGS) -+ { -+ // convert floats to doubles if they are to be passed -+ // via registers so we can just deal with doubles later -+ union { PRUint64 u64; double d; } t; -+ t.d = (double)s->val.f; -+ *d = t.u64; -+ } -+ else -+ // otherwise copy to stack normally -+ *d = (PRUint64)s->val.u32; -+ break; -+ case nsXPTType::T_DOUBLE : *d = (PRUint64)s->val.u64; break; -+ case nsXPTType::T_BOOL : *d = (PRUint64)s->val.b; break; -+ case nsXPTType::T_CHAR : *d = (PRUint64)s->val.c; break; -+ case nsXPTType::T_WCHAR : *d = (PRUint64)s->val.wc; break; -+ default: -+ // all the others are plain pointer types -+ *d = (PRUint64)s->val.p; -+ break; -+ } -+ } -+} -+ -+/* -+ * XPTC_PUBLIC_API(nsresult) -+ * XPTC_InvokeByIndex(nsISupports* that, PRUint32 methodIndex, -+ * PRUint32 paramCount, nsXPTCVariant* params, void* vt) -+ */ -+__asm__( -+ "#### XPTC_InvokeByIndex ####\n" -+".text\n\t" -+ ".align 5\n\t" -+ ".globl XPTC_InvokeByIndex\n\t" -+ ".ent XPTC_InvokeByIndex\n" -+"XPTC_InvokeByIndex:\n\t" -+ ".frame $15,32,$26,0\n\t" -+ ".mask 0x4008000,-32\n\t" -+ "ldgp $29,0($27)\n" -+"$XPTC_InvokeByIndex..ng:\n\t" -+ "subq $30,32,$30\n\t" -+ "stq $26,0($30)\n\t" -+ "stq $15,8($30)\n\t" -+ "bis $30,$30,$15\n\t" -+ ".prologue 1\n\t" -+ -+ /* -+ * Allocate enough stack space to hold the greater of 6 or "paramCount"+1 -+ * parameters. (+1 for "this" pointer) Room for at least 6 parameters -+ * is required for storage of those passed via registers. -+ */ -+ -+ "bis $31,5,$2\n\t" /* count = MAX(5, "paramCount") */ -+ "cmplt $2,$18,$1\n\t" -+ "cmovne $1,$18,$2\n\t" -+ "s8addq $2,16,$1\n\t" /* room for count+1 params (8 bytes each) */ -+ "bic $1,15,$1\n\t" /* stack space is rounded up to 0 % 16 */ -+ "subq $30,$1,$30\n\t" -+ -+ "stq $16,0($30)\n\t" /* save "that" (as "this" pointer) */ -+ "stq $17,16($15)\n\t" /* save "methodIndex" */ -+ -+ "addq $30,8,$16\n\t" /* pass stack pointer */ -+ "bis $18,$18,$17\n\t" /* pass "paramCount" */ -+ "bis $19,$19,$18\n\t" /* pass "params" */ -+ "bsr $26,$invoke_copy_to_stack..ng\n\t" /* call invoke_copy_to_stack */ -+ -+ /* -+ * Copy the first 6 parameters to registers and remove from stack frame. -+ * Both the integer and floating point registers are set for each parameter -+ * except the first which is the "this" pointer. (integer only) -+ * The floating point registers are all set as doubles since the -+ * invoke_copy_to_stack function should have converted the floats. -+ */ -+ "ldq $16,0($30)\n\t" /* integer registers */ -+ "ldq $17,8($30)\n\t" -+ "ldq $18,16($30)\n\t" -+ "ldq $19,24($30)\n\t" -+ "ldq $20,32($30)\n\t" -+ "ldq $21,40($30)\n\t" -+ "ldt $f17,8($30)\n\t" /* floating point registers */ -+ "ldt $f18,16($30)\n\t" -+ "ldt $f19,24($30)\n\t" -+ "ldt $f20,32($30)\n\t" -+ "ldt $f21,40($30)\n\t" -+ -+ "addq $30,48,$30\n\t" /* remove params from stack */ -+ -+ /* -+ * Call the virtual function with the constructed stack frame. -+ */ -+ "bis $16,$16,$1\n\t" /* load "this" */ -+ "ldq $2,16($15)\n\t" /* load "methodIndex" */ -+ "ldq $1,0($1)\n\t" /* load vtable */ -+#if 0 -+ "s8addq $2,16,$2\n\t" /* vtable index = "methodIndex" * 8 + 16 */ -+#else -+ "mulq $2, 8, $2\n\t" -+ "addq $2, 0, $2\n\t" /* vtable index = "methodIndex" * 16 + 24 */ -+#endif -+ "addq $1,$2,$1\n\t" -+ "ldq $27,0($1)\n\t" /* load address of function */ -+ "jsr $26,($27),0\n\t" /* call virtual function */ -+ "ldgp $29,0($26)\n\t" -+ -+ "bis $15,$15,$30\n\t" -+ "ldq $26,0($30)\n\t" -+ "ldq $15,8($30)\n\t" -+ "addq $30,32,$30\n\t" -+ "ret $31,($26),1\n\t" -+ ".end XPTC_InvokeByIndex" -+ ); -+ ---- xpcom/reflect/xptcall/src/md/unix/xptcstubs_freebsd_alpha.cpp.orig Tue May 27 01:37:30 2003 -+++ xpcom/reflect/xptcall/src/md/unix/xptcstubs_freebsd_alpha.cpp Tue May 27 01:37:04 2003 -@@ -0,0 +1,269 @@ -+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -+/* ***** BEGIN LICENSE BLOCK ***** -+ * Version: NPL 1.1/GPL 2.0/LGPL 2.1 -+ * -+ * The contents of this file are subject to the Netscape Public License -+ * Version 1.1 (the "License"); you may not use this file except in -+ * compliance with the License. You may obtain a copy of the License at -+ * http://www.mozilla.org/NPL/ -+ * -+ * Software distributed under the License is distributed on an "AS IS" basis, -+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -+ * for the specific language governing rights and limitations under the -+ * License. -+ * -+ * The Original Code is mozilla.org code. -+ * -+ * The Initial Developer of the Original Code is -+ * Netscape Communications Corporation. -+ * Portions created by the Initial Developer are Copyright (C) 1999 -+ * the Initial Developer. All Rights Reserved. -+ * -+ * Contributor(s): -+ * -+ * Alternatively, the contents of this file may be used under the terms of -+ * either the GNU General Public License Version 2 or later (the "GPL"), or -+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), -+ * in which case the provisions of the GPL or the LGPL are applicable instead -+ * of those above. If you wish to allow use of your version of this file only -+ * under the terms of either the GPL or the LGPL, and not to allow others to -+ * use your version of this file under the terms of the NPL, indicate your -+ * decision by deleting the provisions above and replace them with the notice -+ * and other provisions required by the GPL or the LGPL. If you do not delete -+ * the provisions above, a recipient may use your version of this file under -+ * the terms of any one of the NPL, the GPL or the LGPL. -+ * -+ * ***** END LICENSE BLOCK ***** */ -+ -+/* Implement shared vtbl methods. */ -+ -+/* contributed by Glen Nakamura <glen.nakamura@usa.net> */ -+ -+#include <sys/types.h> -+#include <machine/cpu.h> -+#include "xptcprivate.h" -+ -+/* Prototype specifies unmangled function name and disables unused warning */ -+static nsresult -+PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint64* args) -+__asm__("PrepareAndDispatch") __attribute__((unused)); -+ -+static nsresult -+PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint64* args) -+{ -+ const PRUint8 PARAM_BUFFER_COUNT = 16; -+ const PRUint8 NUM_ARG_REGS = 6-1; // -1 for "this" pointer -+ -+ nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT]; -+ nsXPTCMiniVariant* dispatchParams = NULL; -+ nsIInterfaceInfo* iface_info = NULL; -+ const nsXPTMethodInfo* info; -+ PRUint8 paramCount; -+ PRUint8 i; -+ nsresult result = NS_ERROR_FAILURE; -+ -+ NS_ASSERTION(self,"no self"); -+ -+ self->GetInterfaceInfo(&iface_info); -+ NS_ASSERTION(iface_info,"no interface info"); -+ -+ iface_info->GetMethodInfo(PRUint16(methodIndex), &info); -+ NS_ASSERTION(info,"no interface info"); -+ -+ paramCount = info->GetParamCount(); -+ -+ // setup variant array pointer -+ if(paramCount > PARAM_BUFFER_COUNT) -+ dispatchParams = new nsXPTCMiniVariant[paramCount]; -+ else -+ dispatchParams = paramBuffer; -+ NS_ASSERTION(dispatchParams,"no place for params"); -+ -+ // args[0] to args[NUM_ARG_REGS] hold floating point register values -+ PRUint64* ap = args + NUM_ARG_REGS; -+ for(i = 0; i < paramCount; i++, ap++) -+ { -+ const nsXPTParamInfo& param = info->GetParam(i); -+ const nsXPTType& type = param.GetType(); -+ nsXPTCMiniVariant* dp = &dispatchParams[i]; -+ -+ if(param.IsOut() || !type.IsArithmetic()) -+ { -+ dp->val.p = (void*) *ap; -+ continue; -+ } -+ // else -+ switch(type) -+ { -+ case nsXPTType::T_I8 : dp->val.i8 = (PRInt8) *ap; break; -+ case nsXPTType::T_I16 : dp->val.i16 = (PRInt16) *ap; break; -+ case nsXPTType::T_I32 : dp->val.i32 = (PRInt32) *ap; break; -+ case nsXPTType::T_I64 : dp->val.i64 = (PRInt64) *ap; break; -+ case nsXPTType::T_U8 : dp->val.u8 = (PRUint8) *ap; break; -+ case nsXPTType::T_U16 : dp->val.u16 = (PRUint16) *ap; break; -+ case nsXPTType::T_U32 : dp->val.u32 = (PRUint32) *ap; break; -+ case nsXPTType::T_U64 : dp->val.u64 = (PRUint64) *ap; break; -+ case nsXPTType::T_FLOAT : -+ if(i < NUM_ARG_REGS) -+ { -+ // floats passed via registers are stored as doubles -+ // in the first NUM_ARG_REGS entries in args -+ dp->val.u64 = (PRUint64) args[i]; -+ dp->val.f = (float) dp->val.d; // convert double to float -+ } -+ else -+ dp->val.u32 = (PRUint32) *ap; -+ break; -+ case nsXPTType::T_DOUBLE : -+ // doubles passed via registers are also stored -+ // in the first NUM_ARG_REGS entries in args -+ dp->val.u64 = (i < NUM_ARG_REGS) ? args[i] : *ap; -+ break; -+ case nsXPTType::T_BOOL : dp->val.b = (PRBool) *ap; break; -+ case nsXPTType::T_CHAR : dp->val.c = (char) *ap; break; -+ case nsXPTType::T_WCHAR : dp->val.wc = (PRUnichar) *ap; break; -+ default: -+ NS_ASSERTION(0, "bad type"); -+ break; -+ } -+ } -+ -+ result = self->CallMethod((PRUint16)methodIndex, info, dispatchParams); -+ -+ NS_RELEASE(iface_info); -+ -+ if(dispatchParams != paramBuffer) -+ delete [] dispatchParams; -+ -+ return result; -+} -+ -+/* -+ * SharedStub() -+ * Collects arguments and calls PrepareAndDispatch. The "methodIndex" is -+ * passed to this function via $1 to preserve the argument registers. -+ */ -+__asm__( -+ "#### SharedStub ####\n" -+".text\n\t" -+ ".align 5\n\t" -+ ".ent SharedStub\n" -+"SharedStub:\n\t" -+ ".frame $30,96,$26,0\n\t" -+ ".mask 0x4000000,-96\n\t" -+ "ldgp $29,0($27)\n" -+"$SharedStub..ng:\n\t" -+ "subq $30,96,$30\n\t" -+ "stq $26,0($30)\n\t" -+ ".prologue 1\n\t" -+ -+ /* -+ * Store arguments passed via registers to the stack. -+ * Floating point registers are stored as doubles and converted -+ * to floats in PrepareAndDispatch if necessary. -+ */ -+ "stt $f17,16($30)\n\t" /* floating point registers */ -+ "stt $f18,24($30)\n\t" -+ "stt $f19,32($30)\n\t" -+ "stt $f20,40($30)\n\t" -+ "stt $f21,48($30)\n\t" -+ "stq $17,56($30)\n\t" /* integer registers */ -+ "stq $18,64($30)\n\t" -+ "stq $19,72($30)\n\t" -+ "stq $20,80($30)\n\t" -+ "stq $21,88($30)\n\t" -+ -+ /* -+ * Call PrepareAndDispatch function. -+ */ -+ "bis $1,$1,$17\n\t" /* pass "methodIndex" */ -+ "addq $30,16,$18\n\t" /* pass "args" */ -+ "bsr $26,$PrepareAndDispatch..ng\n\t" -+ -+ "ldq $26,0($30)\n\t" -+ "addq $30,96,$30\n\t" -+ "ret $31,($26),1\n\t" -+ ".end SharedStub" -+ ); -+ -+#if defined(__GXX_ABI_VERSION) && __GXX_ABI_VERSION >= 100 /* G++ V3 ABI */ -+/* -+ * nsresult nsXPTCStubBase::Stub##n() -+ * Sets register $1 to "methodIndex" and jumps to SharedStub. -+ */ -+#define STUB_ENTRY(n) \ -+__asm__( \ -+ "#### Stub"#n" ####\n" \ -+".text\n\t" \ -+ ".align 5\n\t" \ -+ ".globl _ZN14nsXPTCStubBase5Stub"#n"Ev\n\t" \ -+ ".ent _ZN14nsXPTCStubBase5Stub"#n"Ev\n" \ -+"_ZN14nsXPTCStubBase5Stub"#n"Ev:\n\t" \ -+ ".frame $30,0,$26,0\n\t" \ -+ "ldgp $29,0($27)\n" \ -+"$_ZN14nsXPTCStubBase5Stub"#n"Ev..ng:\n\t" \ -+ ".prologue 1\n\t" \ -+ "lda $1,"#n"\n\t" \ -+ "br $31,$SharedStub..ng\n\t" \ -+ ".end _ZN14nsXPTCStubBase5Stub"#n"Ev" \ -+ ); \ -+__asm__( \ -+ "#### Stub"#n" ####\n" \ -+".text\n\t" \ -+ ".align 5\n\t" \ -+ ".globl _ZN14nsXPTCStubBase6Stub"#n"Ev\n\t" \ -+ ".ent _ZN14nsXPTCStubBase6Stub"#n"Ev\n" \ -+"_ZN14nsXPTCStubBase6Stub"#n"Ev:\n\t" \ -+ ".frame $30,0,$26,0\n\t" \ -+ "ldgp $29,0($27)\n" \ -+"$_ZN14nsXPTCStubBase6Stub"#n"Ev..ng:\n\t" \ -+ ".prologue 1\n\t" \ -+ "lda $1,"#n"\n\t" \ -+ "br $31,$SharedStub..ng\n\t" \ -+ ".end _ZN14nsXPTCStubBase6Stub"#n"Ev" \ -+ ); \ -+__asm__( \ -+ "#### Stub"#n" ####\n" \ -+".text\n\t" \ -+ ".align 5\n\t" \ -+ ".globl _ZN14nsXPTCStubBase7Stub"#n"Ev\n\t" \ -+ ".ent _ZN14nsXPTCStubBase7Stub"#n"Ev\n" \ -+"_ZN14nsXPTCStubBase7Stub"#n"Ev:\n\t" \ -+ ".frame $30,0,$26,0\n\t" \ -+ "ldgp $29,0($27)\n" \ -+"$_ZN14nsXPTCStubBase7Stub"#n"Ev..ng:\n\t" \ -+ ".prologue 1\n\t" \ -+ "lda $1,"#n"\n\t" \ -+ "br $31,$SharedStub..ng\n\t" \ -+ ".end _ZN14nsXPTCStubBase7Stub"#n"Ev" \ -+ ); -+#else -+/* -+ * nsresult nsXPTCStubBase::Stub##n() -+ * Sets register $1 to "methodIndex" and jumps to SharedStub. -+ */ -+#define STUB_ENTRY(n) \ -+nsresult nsXPTCStubBase::Stub##n() \ -+{ \ -+ nsresult result; \ -+__asm__ __volatile__( \ -+ "ldah $29,0($27)\n\t" \ -+ "lda $29,0($29)\n\t" \ -+ "lda $1, "#n"\n\t" \ -+ "br $31, $SharedStub..ng\n\t" \ -+ "mov $0, %0\n\t" \ -+ : "=r" (result) \ -+ ); \ -+ return result; \ -+} -+#endif -+ -+#define SENTINEL_ENTRY(n) \ -+nsresult nsXPTCStubBase::Sentinel##n() \ -+{ \ -+ NS_ASSERTION(0,"nsXPTCStubBase::Sentinel called"); \ -+ return NS_ERROR_NOT_IMPLEMENTED; \ -+} -+ -+#include "xptcstubsdef.inc" -+ diff --git a/mail/thunderbird-esr/files/patch-build_unix_run-mozilla.sh b/mail/thunderbird-esr/files/patch-build_unix_run-mozilla.sh deleted file mode 100644 index e7b80ed29c53..000000000000 --- a/mail/thunderbird-esr/files/patch-build_unix_run-mozilla.sh +++ /dev/null @@ -1,30 +0,0 @@ ---- build/unix/run-mozilla.sh.orig Fri Apr 18 23:12:28 2003 -+++ build/unix/run-mozilla.sh Sat May 31 19:03:29 2003 -@@ -355,7 +355,7 @@ - fi - ## - ## Set LD_LIBRARY_PATH --LD_LIBRARY_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:${MRE_HOME}${LD_LIBRARY_PATH+":$LD_LIBRARY_PATH"} -+LD_LIBRARY_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:%%PREFIX%%/lib/browser_plugins:${MRE_HOME}${LD_LIBRARY_PATH+":$LD_LIBRARY_PATH"} - if [ -n "$LD_LIBRARYN32_PATH" ] - then - LD_LIBRARYN32_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:${MRE_HOME}${LD_LIBRARYN32_PATH+":$LD_LIBRARYN32_PATH"} -@@ -402,7 +402,7 @@ - fi - fi - # Font path for Xft --FONTCONFIG_PATH="/etc/fonts:${MOZILLA_FIVE_HOME}/res/Xft" -+FONTCONFIG_PATH="%%PREFIX%%/etc/fonts:${MOZILLA_FIVE_HOME}/res/Xft" - export FONTCONFIG_PATH - - if [ "$moz_debug" -eq 1 ] -@@ -445,6 +445,9 @@ - # - export MOZILLA_FIVE_HOME LD_LIBRARY_PATH - export SHLIB_PATH LIBPATH LIBRARY_PATH ADDON_PATH DYLD_LIBRARY_PATH -+ -+MOZ_PLUGIN_PATH=%%PREFIX%%/lib/browser_plugins -+export MOZ_PLUGIN_PATH - - if [ $moz_debug -eq 1 ] - then diff --git a/mail/thunderbird-esr/files/patch-config_preprocess.pl b/mail/thunderbird-esr/files/patch-config_preprocess.pl deleted file mode 100644 index da1f69a2d338..000000000000 --- a/mail/thunderbird-esr/files/patch-config_preprocess.pl +++ /dev/null @@ -1,56 +0,0 @@ ---- config/preprocessor.pl.orig Wed Aug 13 05:46:33 2003 -+++ config/preprocessor.pl Thu Sep 4 00:42:12 2003 -@@ -71,16 +71,40 @@ - ######################################################################## - - package main; --use File::Spec 0.8; -+use File::Spec; - use File::Spec::Unix; # on all platforms, because the #include syntax is unix-based -+use File::Basename; -+use Cwd; -+ -+# This code is taken from File::Spec::Unix 0.8. -+sub rel2abs { -+ my ($path, $base) = @_; -+ -+ if ( ! File::Spec->file_name_is_absolute( $path ) ) { -+ if ( !defined( $base ) || $base eq '' ) { -+ $base = cwd() ; -+ } -+ elsif ( ! File::Spec->file_name_is_absolute( $base ) ) { -+ $base = rel2abs( $base ); -+ } -+ else { -+ $base = File::Spec->canonpath( $base ); -+ } -+ -+ $path = File::Spec->catdir( $base, $path ); -+ } -+ -+ return File::Spec->canonpath( $path ); -+} -+# End code from File::Spec::Unix -+ - - sub include { - my($stack, $filename) = @_; - my $directory = $stack->{'variables'}->{'DIRECTORY'}; - if ($filename ne '-') { -- $filename = File::Spec->rel2abs($filename, $directory); -- my($volume, $path) = File::Spec->splitpath($filename); -- $directory = File::Spec->catpath($volume, $path, ''); -+ $filename = rel2abs($filename, $directory); -+ $directory = File::Spec->catdir(dirname($filename)); - } - local $stack->{'variables'}->{'DIRECTORY'} = $directory; - local $stack->{'variables'}->{'FILE'} = $filename; -@@ -374,7 +398,7 @@ - my $stack = shift; - return if $stack->disabled; - die "argument expected\n" unless @_; -- main::include($stack, File::Spec->catpath(File::Spec::Unix->splitpath(@_))); -+ main::include($stack, File::Spec->catfile(dirname(@_), basename(@_))); - } - - sub filter { diff --git a/mail/thunderbird-esr/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp b/mail/thunderbird-esr/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp deleted file mode 100644 index 0b0e08247101..000000000000 --- a/mail/thunderbird-esr/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp +++ /dev/null @@ -1,57 +0,0 @@ ---- gfx/src/gtk/nsFontMetricsXft.cpp.save Thu Aug 7 12:14:49 2003 -+++ gfx/src/gtk/nsFontMetricsXft.cpp Thu Aug 7 12:33:45 2003 -@@ -106,6 +106,7 @@ - FcPattern *mPattern; - FcPattern *mFontName; - FcCharSet *mCharset; -+ int mNotXft; - }; - - class nsFontXftInfo; -@@ -1051,7 +1052,7 @@ - // font in our loaded list that supports the character - for (PRInt32 i = 0, end = mLoadedFonts.Count(); i < end; ++i) { - nsFontXft *font = (nsFontXft *)mLoadedFonts.ElementAt(i); -- if (font->HasChar(PRUint32(aChar))) -+ if (font->HasChar(PRUint32(aChar)) && font->GetXftFont()) - return font; - } - -@@ -1492,7 +1493,7 @@ - // this character. - for (PRInt32 j = 0, end = mLoadedFonts.Count(); j < end; ++j) { - font = (nsFontXft *)mLoadedFonts.ElementAt(j); -- if (font->HasChar(c)) { -+ if (font->HasChar(c) && font->GetXftFont()) { - currFont = font; - goto FoundFont; // for speed -- avoid "if" statement - } -@@ -1922,6 +1923,7 @@ - FcPatternReference(mFontName); - - mXftFont = nsnull; -+ mNotXft = 0; - - // set up our charset - mCharset = nsnull; -@@ -1948,7 +1950,7 @@ - XftFont * - nsFontXft::GetXftFont(void) - { -- if (!mXftFont) { -+ if (!mXftFont && !mNotXft) { - FcPattern *pat = FcFontRenderPrepare(0, mPattern, mFontName); - if (!pat) - return nsnull; -@@ -1967,8 +1969,10 @@ - FcPatternDel(pat, FC_SPACING); - - mXftFont = XftFontOpenPattern(GDK_DISPLAY(), pat); -- if (!mXftFont) -+ if (!mXftFont) { - FcPatternDestroy(pat); -+ mNotXft = 1; -+ } - } - - return mXftFont; diff --git a/mail/thunderbird-esr/files/patch-nspr-unix.c b/mail/thunderbird-esr/files/patch-nspr-unix.c deleted file mode 100644 index 6bb4ed08fb40..000000000000 --- a/mail/thunderbird-esr/files/patch-nspr-unix.c +++ /dev/null @@ -1,21 +0,0 @@ ---- nsprpub/pr/src/md/unix/unix.c.orig Sat May 31 18:06:04 2003 -+++ nsprpub/pr/src/md/unix/unix.c Sat May 31 18:04:43 2003 -@@ -65,7 +65,8 @@ - * PRInt32* pointer to a _PRSockLen_t* pointer. - */ - #if defined(HAVE_SOCKLEN_T) \ -- || (defined(LINUX) && defined(__GLIBC__) && __GLIBC__ >= 2) -+ || (defined(LINUX) && defined(__GLIBC__) && __GLIBC__ >= 2) \ -+ || defined(FREEBSD) - #define _PRSockLen_t socklen_t - #elif defined(IRIX) || defined(HPUX) || defined(OSF1) || defined(SOLARIS) \ - || defined(AIX4_1) || defined(LINUX) || defined(SONY) \ -@@ -73,7 +74,7 @@ - || defined(SUNOS4) || defined(NCR) || defined(DARWIN) \ - || defined(NEXTSTEP) || defined(QNX) - #define _PRSockLen_t int --#elif (defined(AIX) && !defined(AIX4_1)) || defined(FREEBSD) \ -+#elif (defined(AIX) && !defined(AIX4_1)) \ - || defined(NETBSD) || defined(OPENBSD) || defined(UNIXWARE) \ - || defined(DGUX) || defined(VMS) || defined(NTO) - #define _PRSockLen_t size_t diff --git a/mail/thunderbird-esr/files/patch-nsprpub-pr-src-misc-prtime.c b/mail/thunderbird-esr/files/patch-nsprpub-pr-src-misc-prtime.c deleted file mode 100644 index 9682808e4d9e..000000000000 --- a/mail/thunderbird-esr/files/patch-nsprpub-pr-src-misc-prtime.c +++ /dev/null @@ -1,11 +0,0 @@ ---- nsprpub/pr/src/misc/prtime.c.orig Thu Feb 27 01:01:02 2003 -+++ nsprpub/pr/src/misc/prtime.c Thu May 22 16:46:49 2003 -@@ -1666,7 +1666,7 @@ - */ - - #if defined(SUNOS4) || (__GLIBC__ >= 2) || defined(XP_BEOS) \ -- || defined(NETBSD) -+ || defined(NETBSD) || defined(__FreeBSD__) - a.tm_zone = NULL; - a.tm_gmtoff = tm->tm_params.tp_gmt_offset + tm->tm_params.tp_dst_offset; - #endif diff --git a/mail/thunderbird-esr/files/patch-nsprpub-pr-src-pthreads-ptio.c b/mail/thunderbird-esr/files/patch-nsprpub-pr-src-pthreads-ptio.c deleted file mode 100644 index 08346f235416..000000000000 --- a/mail/thunderbird-esr/files/patch-nsprpub-pr-src-pthreads-ptio.c +++ /dev/null @@ -1,29 +0,0 @@ ---- nsprpub/pr/src/pthreads/ptio.c.orig Mon Jul 14 17:59:47 2003 -+++ nsprpub/pr/src/pthreads/ptio.c Fri Aug 29 15:39:46 2003 -@@ -189,7 +189,7 @@ - #endif - #endif - --#ifdef DARWIN -+#if defined(DARWIN) || defined(FREEBSD) - static PRBool _pr_ipv6_v6only_on_by_default; - /* The IPV6_V6ONLY socket option is not defined on Mac OS X 10.1. */ - #ifndef IPV6_V6ONLY -@@ -1154,7 +1154,7 @@ - _pr_stderr = pt_SetMethods(2, PR_DESC_FILE, PR_FALSE, PR_TRUE); - PR_ASSERT(_pr_stdin && _pr_stdout && _pr_stderr); - --#ifdef DARWIN -+#if defined(DARWIN) || defined(FREEBSD) - /* In Mac OS X v10.3 Panther Beta the IPV6_V6ONLY socket option - * is turned on by default, contrary to what RFC 3493, Section - * 5.3 says. So we have to turn it off. Find out whether we -@@ -3462,7 +3462,7 @@ - if (osfd == -1) pt_MapError(_PR_MD_MAP_SOCKET_ERROR, errno); - else - { --#ifdef DARWIN -+#if defined(DARWIN) || defined(FREEBSD) - if ((domain == AF_INET6) && _pr_ipv6_v6only_on_by_default) - { - int on = 0; diff --git a/mail/thunderbird-esr/files/patch-sparc64 b/mail/thunderbird-esr/files/patch-sparc64 deleted file mode 100644 index b9cb83058235..000000000000 --- a/mail/thunderbird-esr/files/patch-sparc64 +++ /dev/null @@ -1,69 +0,0 @@ -diff -ru ./nsprpub/pr/include/md/_freebsd.cfg ../../work~/mozilla/nsprpub/pr/include/md/_freebsd.cfg ---- ./nsprpub/pr/include/md/_freebsd.cfg Wed Jan 2 18:38:25 2002 -+++ ../../work~/mozilla/nsprpub/pr/include/md/_freebsd.cfg Tue May 20 21:27:31 2003 -@@ -138,6 +138,53 @@ - #define PR_ALIGN_OF_DOUBLE 8 - #define PR_ALIGN_OF_POINTER 8 - -+#elif defined(__sparc__) -+ -+#undef IS_LITTLE_ENDIAN -+#define IS_BIG_ENDIAN 1 -+#define HAVE_LONG_LONG -+#define HAVE_ALIGNED_DOUBLES -+#define HAVE_ALIGNED_LONGLONGS -+#define IS_64 -+ -+#define PR_BYTES_PER_BYTE 1 -+#define PR_BYTES_PER_SHORT 2 -+#define PR_BYTES_PER_INT 4 -+#define PR_BYTES_PER_INT64 8 -+#define PR_BYTES_PER_LONG 8 -+#define PR_BYTES_PER_FLOAT 4 -+#define PR_BYTES_PER_DOUBLE 8 -+#define PR_BYTES_PER_WORD 8 -+#define PR_BYTES_PER_DWORD 8 -+#define PR_BYTES_PER_WORD_LOG2 3 -+#define PR_BYTES_PER_DWORD_LOG2 3 -+ -+#define PR_BITS_PER_BYTE 8 -+#define PR_BITS_PER_SHORT 16 -+#define PR_BITS_PER_INT 32 -+#define PR_BITS_PER_INT64 64 -+#define PR_BITS_PER_LONG 64 -+#define PR_BITS_PER_FLOAT 32 -+#define PR_BITS_PER_DOUBLE 64 -+#define PR_BITS_PER_WORD 64 -+ -+#define PR_BITS_PER_BYTE_LOG2 3 -+#define PR_BITS_PER_SHORT_LOG2 4 -+#define PR_BITS_PER_INT_LOG2 5 -+#define PR_BITS_PER_INT64_LOG2 6 -+#define PR_BITS_PER_LONG_LOG2 6 -+#define PR_BITS_PER_FLOAT_LOG2 5 -+#define PR_BITS_PER_DOUBLE_LOG2 6 -+#define PR_BITS_PER_WORD_LOG2 6 -+ -+#define PR_ALIGN_OF_SHORT 2 -+#define PR_ALIGN_OF_INT 4 -+#define PR_ALIGN_OF_LONG 8 -+#define PR_ALIGN_OF_INT64 8 -+#define PR_ALIGN_OF_FLOAT 4 -+#define PR_ALIGN_OF_DOUBLE 8 -+#define PR_ALIGN_OF_POINTER 8 -+ - #else - - #error "Unknown CPU architecture" -diff -ru ./nsprpub/pr/include/md/_freebsd.h ../../work~/mozilla/nsprpub/pr/include/md/_freebsd.h ---- ./nsprpub/pr/include/md/_freebsd.h Thu Jan 16 15:09:12 2003 -+++ ../../work~/mozilla/nsprpub/pr/include/md/_freebsd.h Tue May 20 21:27:13 2003 -@@ -48,6 +48,8 @@ - #define _PR_SI_ARCHITECTURE "x86" - #elif defined(__alpha) - #define _PR_SI_ARCHITECTURE "alpha" -+#elif defined(__sparc__) -+#define _PR_SI_ARCHITECTURE "sparc" - #else - #error "Unknown CPU architecture" - #endif diff --git a/mail/thunderbird-esr/files/patch-xptcall-sparc64 b/mail/thunderbird-esr/files/patch-xptcall-sparc64 deleted file mode 100644 index ea2773ced7d9..000000000000 --- a/mail/thunderbird-esr/files/patch-xptcall-sparc64 +++ /dev/null @@ -1,345 +0,0 @@ ---- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig Mon May 26 13:26:01 2003 -+++ xpcom/reflect/xptcall/src/md/unix/Makefile.in Mon May 26 13:30:04 2003 -@@ -287,6 +287,15 @@ - ASFILES := xptcinvoke_asm_sparc_netbsd.s xptcstubs_asm_sparc_netbsd.s - endif - # -+# FreeBSD/SPARC64 -+# -+ifeq ($(OS_ARCH),FreeBSD) -+ifneq (,$(findstring sparc,$(OS_TEST))) -+CPPSRCS := xptcinvoke_sparc64_freebsd.cpp xptcstubs_sparc64_freebsd.cpp -+ASFILES := xptcinvoke_asm_sparc64_freebsd.s xptcstubs_asm_sparcv9_solaris.s -+endif -+endif -+# - # Solaris/SPARC - # - ifeq ($(OS_ARCH),SunOS) ---- /dev/null Mon May 26 13:22:00 2003 -+++ xpcom/reflect/xptcall/src/md/unix/xptcstubs_sparc64_freebsd.cpp Mon May 26 04:12:55 2003 -@@ -0,0 +1,123 @@ -+/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- -+ * -+ * The contents of this file are subject to the Mozilla Public -+ * License Version 1.1 (the "License"); you may not use this file -+ * except in compliance with the License. You may obtain a copy of -+ * the License at http://www.mozilla.org/MPL/ -+ * -+ * Software distributed under the License is distributed on an "AS -+ * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or -+ * implied. See the License for the specific language governing -+ * rights and limitations under the License. -+ * -+ * The Original Code is mozilla.org code. -+ * -+ * The Initial Developer of the Original Code is Netscape -+ * Communications Corporation. Portions created by Netscape are -+ * Copyright (C) 2001 Netscape Communications Corporation. All -+ * Rights Reserved. -+ * -+ * Contributor(s): -+ * Stuart Parmenter <pavlov@netscape.com> -+ */ -+ -+/* Implement shared vtbl methods. */ -+ -+#include "xptcprivate.h" -+ -+#if defined(sparc) || defined(__sparc__) -+ -+extern "C" nsresult -+PrepareAndDispatch(nsXPTCStubBase* self, PRUint64 methodIndex, PRUint64* args) -+{ -+ -+#define PARAM_BUFFER_COUNT 16 -+ -+ nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT]; -+ nsXPTCMiniVariant* dispatchParams = NULL; -+ nsIInterfaceInfo* iface_info = NULL; -+ const nsXPTMethodInfo* info; -+ PRUint8 paramCount; -+ PRUint8 i; -+ nsresult result = NS_ERROR_FAILURE; -+ -+ NS_ASSERTION(self,"no self"); -+ -+ self->GetInterfaceInfo(&iface_info); -+ NS_ASSERTION(iface_info,"no interface info"); -+ -+ iface_info->GetMethodInfo(PRUint16(methodIndex), &info); -+ NS_ASSERTION(info,"no interface info"); -+ -+ paramCount = info->GetParamCount(); -+ -+ // setup variant array pointer -+ if(paramCount > PARAM_BUFFER_COUNT) -+ dispatchParams = new nsXPTCMiniVariant[paramCount]; -+ else -+ dispatchParams = paramBuffer; -+ NS_ASSERTION(dispatchParams,"no place for params"); -+ -+ PRUint64* ap = args; -+ for(i = 0; i < paramCount; i++, ap++) -+ { -+ const nsXPTParamInfo& param = info->GetParam(i); -+ const nsXPTType& type = param.GetType(); -+ nsXPTCMiniVariant* dp = &dispatchParams[i]; -+ -+ if(param.IsOut() || !type.IsArithmetic()) -+ { -+ dp->val.p = (void*) *ap; -+ continue; -+ } -+ // else -+ switch(type) -+ { -+ case nsXPTType::T_I8 : dp->val.i8 = *((PRInt64*) ap); break; -+ case nsXPTType::T_I16 : dp->val.i16 = *((PRInt64*) ap); break; -+ case nsXPTType::T_I32 : dp->val.i32 = *((PRInt64*) ap); break; -+ case nsXPTType::T_DOUBLE : dp->val.d = *((double*) ap); break; -+ case nsXPTType::T_U64 : dp->val.u64 = *((PRUint64*) ap); break; -+ case nsXPTType::T_I64 : dp->val.i64 = *((PRInt64*) ap); break; -+ case nsXPTType::T_U8 : dp->val.u8 = *((PRUint64*) ap); break; -+ case nsXPTType::T_U16 : dp->val.u16 = *((PRUint64*)ap); break; -+ case nsXPTType::T_U32 : dp->val.u32 = *((PRUint64*)ap); break; -+ case nsXPTType::T_FLOAT : dp->val.f = ((float*) ap)[1]; break; -+ case nsXPTType::T_BOOL : dp->val.b = *((PRInt64*) ap); break; -+ case nsXPTType::T_CHAR : dp->val.c = *((PRUint64*) ap); break; -+ case nsXPTType::T_WCHAR : dp->val.wc = *((PRInt64*) ap); break; -+ default: -+ NS_ASSERTION(0, "bad type"); -+ break; -+ } -+ } -+ -+ result = self->CallMethod((PRUint16)methodIndex, info, dispatchParams); -+ -+ NS_RELEASE(iface_info); -+ -+ if(dispatchParams != paramBuffer) -+ delete [] dispatchParams; -+ -+ return result; -+} -+ -+extern "C" int SharedStub(int, int*); -+ -+#define STUB_ENTRY(n) \ -+nsresult nsXPTCStubBase::Stub##n() \ -+{ \ -+ int dummy; /* defeat tail-call optimization */ \ -+ return SharedStub(n, &dummy); \ -+} -+ -+#define SENTINEL_ENTRY(n) \ -+nsresult nsXPTCStubBase::Sentinel##n() \ -+{ \ -+ NS_ASSERTION(0,"nsXPTCStubBase::Sentinel called"); \ -+ return NS_ERROR_NOT_IMPLEMENTED; \ -+} -+ -+#include "xptcstubsdef.inc" -+ -+#endif /* sparc || __sparc__ */ ---- /dev/null Mon May 26 13:22:00 2003 -+++ xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_sparc64_freebsd.s Mon May 26 04:06:09 2003 -@@ -0,0 +1,104 @@ -+/* -*- Mode: asm; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- -+ * -+ * The contents of this file are subject to the Mozilla Public -+ * License Version 1.1 (the "License"); you may not use this file -+ * except in compliance with the License. You may obtain a copy of -+ * the License at http://www.mozilla.org/MPL/ -+ * -+ * Software distributed under the License is distributed on an "AS -+ * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or -+ * implied. See the License for the specific language governing -+ * rights and limitations under the License. -+ * -+ * The Original Code is mozilla.org code. -+ * -+ * The Initial Developer of the Original Code is Netscape -+ * Communications Corporation. Portions created by Netscape are -+ * Copyright (C) 2001 Netscape Communications Corporation. All -+ * Rights Reserved. -+ * -+ * Contributor(s): -+ * Stuart Parmenter <pavlov@netscape.com> -+ * Chris Seawood <cls@seawood.org> -+ */ -+ -+/* -+ Platform specific code to invoke XPCOM methods on native objects -+ for sparcv9 Solaris. -+ -+ See the SPARC Compliance Definition (SCD) Chapter 3 -+ for more information about what is going on here, including -+ the use of BIAS (0x7ff). -+ The SCD is available from http://www.sparc.com/. -+*/ -+ -+ .global XPTC_InvokeByIndex -+ .type XPTC_InvokeByIndex, #function -+ -+/* -+ XPTC_InvokeByIndex(nsISupports* that, PRUint32 methodIndex, -+ PRUint32 paramCount, nsXPTCVariant* params); -+ -+*/ -+XPTC_InvokeByIndex: -+ save %sp,-(128 + 64),%sp ! room for the register window and -+ ! struct pointer, rounded up to 0 % 64 -+ sll %i2,4,%l0 ! assume the worst case -+ ! paramCount * 2 * 8 bytes -+ cmp %l0, 0 ! are there any args? If not, -+ be .invoke ! no need to copy args to stack -+ nop -+ -+ sub %sp,%l0,%sp ! create the additional stack space -+ add %sp,0x7ff+136,%o0 ! step past the register window, the -+ ! struct result pointer and the 'this' slot -+ mov %i2,%o1 ! paramCount -+ call invoke_copy_to_stack -+ mov %i3,%o2 ! params -+ -+! -+! load arguments from stack into the outgoing registers -+! BIAS is 0x7ff (2047) -+! -+ -+! load the %o1..5 64bit (extended word) output registers registers -+ ldx [%sp + 0x7ff + 136],%o1 ! %i1 -+ ldx [%sp + 0x7ff + 144],%o2 ! %i2 -+ ldx [%sp + 0x7ff + 152],%o3 ! %i3 -+ ldx [%sp + 0x7ff + 160],%o4 ! %i4 -+ ldx [%sp + 0x7ff + 168],%o5 ! %i5 -+ -+! load the even number double registers starting with %d2 -+ ldd [%sp + 0x7ff + 136],%f2 -+ ldd [%sp + 0x7ff + 144],%f4 -+ ldd [%sp + 0x7ff + 152],%f6 -+ ldd [%sp + 0x7ff + 160],%f8 -+ ldd [%sp + 0x7ff + 168],%f10 -+ ldd [%sp + 0x7ff + 176],%f12 -+ ldd [%sp + 0x7ff + 184],%f14 -+ ldd [%sp + 0x7ff + 192],%f16 -+ ldd [%sp + 0x7ff + 200],%f18 -+ ldd [%sp + 0x7ff + 208],%f20 -+ ldd [%sp + 0x7ff + 216],%f22 -+ ldd [%sp + 0x7ff + 224],%f24 -+ ldd [%sp + 0x7ff + 232],%f26 -+ ldd [%sp + 0x7ff + 240],%f28 -+ ldd [%sp + 0x7ff + 248],%f30 -+ -+! -+! calculate the target address from the vtable -+! -+.invoke: -+ sll %i1,3,%l0 ! index *= 8 -+! add %l0,16,%l0 ! there are 2 extra entries in the vTable (16bytes) -+ ldx [%i0],%l1 ! *that --> address of vtable -+ ldx [%l0 + %l1],%l0 ! that->vtable[index * 8 + 16] --> address -+ -+ jmpl %l0,%o7 ! call the routine -+ mov %i0,%o0 ! move 'this' pointer to out register -+ -+ mov %o0,%i0 ! propagate return value -+ ret -+ restore -+ -+ .size XPTC_InvokeByIndex, .-XPTC_InvokeByIndex ---- /dev/null Mon May 26 14:00:00 2003 -+++ xpcom/reflect/xptcall/src/md/unix/xptcinvoke_sparc64_freebsd.cpp Mon May 26 14:00:49 2003 -@@ -0,0 +1,91 @@ -+/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- -+ * -+ * The contents of this file are subject to the Mozilla Public -+ * License Version 1.1 (the "License"); you may not use this file -+ * except in compliance with the License. You may obtain a copy of -+ * the License at http://www.mozilla.org/MPL/ -+ * -+ * Software distributed under the License is distributed on an "AS -+ * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or -+ * implied. See the License for the specific language governing -+ * rights and limitations under the License. -+ * -+ * The Original Code is mozilla.org code. -+ * -+ * The Initial Developer of the Original Code is Netscape -+ * Communications Corporation. Portions created by Netscape are -+ * Copyright (C) 2001 Netscape Communications Corporation. All -+ * Rights Reserved. -+ * -+ * Contributor(s): -+ * Stuart Parmenter <pavlov@netscape.com> -+ * Chris Seawood <cls@seawood.org> -+ */ -+ -+ -+/* Platform specific code to invoke XPCOM methods on native objects */ -+ -+#include "xptcprivate.h" -+ -+#if !defined(__sparc) && !defined(__sparc__) -+#error "This code is for Sparc only" -+#endif -+ -+/* Prototype specifies unmangled function name */ -+extern "C" PRUint64 -+invoke_copy_to_stack(PRUint64* d, PRUint32 paramCount, nsXPTCVariant* s); -+ -+extern "C" PRUint64 -+invoke_copy_to_stack(PRUint64* d, PRUint32 paramCount, nsXPTCVariant* s) -+{ -+ /* -+ We need to copy the parameters for this function to locals and use them -+ from there since the parameters occupy the same stack space as the stack -+ we're trying to populate. -+ */ -+ PRUint64 *l_d = d; -+ nsXPTCVariant *l_s = s; -+ PRUint64 l_paramCount = paramCount; -+ PRUint64 regCount = 0; // return the number of registers to load from the stack -+ -+ for(PRUint64 i = 0; i < l_paramCount; i++, l_d++, l_s++) -+ { -+ if (regCount < 5) regCount++; -+ -+ if (l_s->IsPtrData()) -+ { -+ *l_d = (PRUint64)l_s->ptr; -+ continue; -+ } -+ switch (l_s->type) -+ { -+ case nsXPTType::T_I8 : *((PRInt64*)l_d) = l_s->val.i8; break; -+ case nsXPTType::T_I16 : *((PRInt64*)l_d) = l_s->val.i16; break; -+ case nsXPTType::T_I32 : *((PRInt64*)l_d) = l_s->val.i32; break; -+ case nsXPTType::T_I64 : *((PRInt64*)l_d) = l_s->val.i64; break; -+ -+ case nsXPTType::T_U8 : *((PRUint64*)l_d) = l_s->val.u8; break; -+ case nsXPTType::T_U16 : *((PRUint64*)l_d) = l_s->val.u16; break; -+ case nsXPTType::T_U32 : *((PRUint64*)l_d) = l_s->val.u32; break; -+ case nsXPTType::T_U64 : *((PRUint64*)l_d) = l_s->val.u64; break; -+ -+ /* in the case of floats, we want to put the bits in to the -+ 64bit space right justified... floats in the paramter array on -+ sparcv9 use odd numbered registers.. %f1, %f3, so we have to skip -+ the space that would be occupied by %f0, %f2, etc. -+ */ -+ case nsXPTType::T_FLOAT : *(((float*)l_d) + 1) = l_s->val.f; break; -+ case nsXPTType::T_DOUBLE: *((double*)l_d) = l_s->val.d; break; -+ case nsXPTType::T_BOOL : *((PRInt64*)l_d) = l_s->val.b; break; -+ case nsXPTType::T_CHAR : *((PRUint64*)l_d) = l_s->val.c; break; -+ case nsXPTType::T_WCHAR : *((PRInt64*)l_d) = l_s->val.wc; break; -+ -+ default: -+ // all the others are plain pointer types -+ *((void**)l_d) = l_s->val.p; -+ break; -+ } -+ } -+ -+ return regCount; -+} diff --git a/mail/thunderbird-esr/pkg-descr b/mail/thunderbird-esr/pkg-descr deleted file mode 100644 index 5a21b98b08cc..000000000000 --- a/mail/thunderbird-esr/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Mozilla Thunderbird is a redesign of the Mozilla mail component with the goal -of becoming a cross-platform stand alone mail application using the XUL -user interface language. See the Mozilla Thunderbird project page for -more details. - -WWW: http://www.mozilla.org/projects/thunderbird/ diff --git a/mail/thunderbird-esr/pkg-plist b/mail/thunderbird-esr/pkg-plist deleted file mode 100644 index 6706e0ff59b3..000000000000 --- a/mail/thunderbird-esr/pkg-plist +++ /dev/null @@ -1,3957 +0,0 @@ -bin/thunderbird -bin/thunderbird-config -lib/thunderbird/bin/mozilla-config -lib/thunderbird/bin/thunderbird -lib/thunderbird/include/mozilla-1.5b/accessibility/nsAccessNode.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsAccessNodeWrap.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsAccessibleEventData.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsAccessibleText.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsAccessibleWrap.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsDocAccessibleWrap.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessNode.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibilityService.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessible.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleAction.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleCaret.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleDocument.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleEditableText.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleEvent.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleHyperLink.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleHyperText.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleProvider.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleRetrieval.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleSelectable.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleTable.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleText.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleValue.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsPIAccessNode.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsPIAccessible.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsPIAccessibleDocument.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsRootAccessible.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsRootAccessibleWrap.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsTextAccessibleWrap.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbAddressCollecter.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbAutoCompleteSession.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbBSDirectory.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbBaseCID.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbBooleanExpression.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbCardProperty.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbDirFactoryService.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbDirProperty.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbDirSearchListener.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbDirectoryQuery.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbDirectoryQueryProxy.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbDirectoryRDFResource.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbLDAPAutoCompFormatter.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbLDAPCard.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbLDAPChangeLogData.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbLDAPChangeLogQuery.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbLDAPDirFactory.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbLDAPDirectory.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbLDAPDirectoryQuery.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbLDAPReplicationData.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbLDAPReplicationQuery.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbLDAPReplicationService.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbMDBCard.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbMDBCardProperty.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbMDBDirFactory.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbMDBDirProperty.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbMDBDirectory.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbRDFDataSource.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbView.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAddbookProtocolHandler.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAddbookUrl.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAddrBookSession.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAddrDatabase.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAddressBook.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsDirPrefs.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsDirectoryDataSource.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbAddressCollecter.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbAutoCompleteSession.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbBase.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbBooleanExpression.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbCard.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbDirFactory.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbDirFactoryService.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbDirectory.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbDirectoryQuery.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbDirectoryQueryProxy.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbDirectorySearch.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbLDAPAutoCompFormatter.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbLDAPReplicationData.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbLDAPReplicationQuery.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbLDAPReplicationService.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbListener.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbMDBCard.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbMDBDirectory.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbUpgrader.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbView.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAddbookUrl.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAddrBookSession.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAddrDBAnnouncer.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAddrDBListener.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAddrDatabase.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAddressBook.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsILDAPPrefsService.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsCharsetMenu.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsFontPackageHandler.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsIAutoCompleteListener.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsIAutoCompleteResults.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsIAutoCompleteSession.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsIBookmarksService.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsIFindService.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsILDAPAutoCompFormatter.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsILDAPAutoCompleteSession.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsISearchContext.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsITimeBomb.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsIWindowDataSource.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsTimeBomb.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsAppShellCIDs.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsIAppShellService.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsICloseAllWindows.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsICmdLineHandler.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsICmdLineService.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsINativeAppSupport.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsIPopupWindowManager.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsISplashScreen.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsITimingService.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsIUserInfo.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsIWebShellWindow.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsIWindowMediator.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsIWindowMediatorListener.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsIXULWindow.h -lib/thunderbird/include/mozilla-1.5b/bayesflt/nsBayesianFilter.h -lib/thunderbird/include/mozilla-1.5b/bayesflt/nsBayesianFilterCID.h -lib/thunderbird/include/mozilla-1.5b/browser/nsIBrowserInstance.h -lib/thunderbird/include/mozilla-1.5b/browser/nsIXULBrowserWindow.h -lib/thunderbird/include/mozilla-1.5b/caps/nsAggregatePrincipal.h -lib/thunderbird/include/mozilla-1.5b/caps/nsBasePrincipal.h -lib/thunderbird/include/mozilla-1.5b/caps/nsCertificatePrincipal.h -lib/thunderbird/include/mozilla-1.5b/caps/nsCodebasePrincipal.h -lib/thunderbird/include/mozilla-1.5b/caps/nsIAggregatePrincipal.h -lib/thunderbird/include/mozilla-1.5b/caps/nsICertificatePrincipal.h -lib/thunderbird/include/mozilla-1.5b/caps/nsICodebasePrincipal.h -lib/thunderbird/include/mozilla-1.5b/caps/nsIPrincipal.h -lib/thunderbird/include/mozilla-1.5b/caps/nsIScriptSecurityManager.h -lib/thunderbird/include/mozilla-1.5b/caps/nsISecurityCheckedComponent.h -lib/thunderbird/include/mozilla-1.5b/caps/nsISignatureVerifier.h -lib/thunderbird/include/mozilla-1.5b/caps/nsJSPrincipals.h -lib/thunderbird/include/mozilla-1.5b/caps/nsScriptSecurityManager.h -lib/thunderbird/include/mozilla-1.5b/caps/nsSystemPrincipal.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsCharsetDetectionAdaptorCID.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsDetectionConfident.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsDocumentCharsetInfoCID.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsICharsetDetectionAdaptor.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsICharsetDetectionObserver.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsICharsetDetector.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsICharsetResolver.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsIDocCharset.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsIDocumentCharsetInfo.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsIMetaCharsetService.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsIStringCharsetDetector.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsIXMLEncodingService.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsMetaCharsetCID.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsXMLEncodingCID.h -lib/thunderbird/include/mozilla-1.5b/chrome/nsIChromeRegistry.h -lib/thunderbird/include/mozilla-1.5b/commandhandler/nsICommandManager.h -lib/thunderbird/include/mozilla-1.5b/commandhandler/nsICommandParams.h -lib/thunderbird/include/mozilla-1.5b/commandhandler/nsIControllerCommand.h -lib/thunderbird/include/mozilla-1.5b/commandhandler/nsIControllerCommandTable.h -lib/thunderbird/include/mozilla-1.5b/commandhandler/nsIControllerContext.h -lib/thunderbird/include/mozilla-1.5b/commandhandler/nsPICommandUpdater.h -lib/thunderbird/include/mozilla-1.5b/composer/nsIEditingSession.h -lib/thunderbird/include/mozilla-1.5b/content/mozISanitizingSerializer.h -lib/thunderbird/include/mozilla-1.5b/content/nsAtomListUtils.h -lib/thunderbird/include/mozilla-1.5b/content/nsBidiUtils.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSAnonBoxList.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSAnonBoxes.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSKeywordList.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSKeywords.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSPropList.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSProperty.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSProps.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSPseudoClassList.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSPseudoClasses.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSPseudoElementList.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSPseudoElements.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSStruct.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSValue.h -lib/thunderbird/include/mozilla-1.5b/content/nsChangeHint.h -lib/thunderbird/include/mozilla-1.5b/content/nsContentCID.h -lib/thunderbird/include/mozilla-1.5b/content/nsContentErrors.h -lib/thunderbird/include/mozilla-1.5b/content/nsContentPolicyUtils.h -lib/thunderbird/include/mozilla-1.5b/content/nsContentUtils.h -lib/thunderbird/include/mozilla-1.5b/content/nsDOMCSSDeclaration.h -lib/thunderbird/include/mozilla-1.5b/content/nsHTMLAtomList.h -lib/thunderbird/include/mozilla-1.5b/content/nsHTMLAtoms.h -lib/thunderbird/include/mozilla-1.5b/content/nsHTMLValue.h -lib/thunderbird/include/mozilla-1.5b/content/nsIAnonymousContent.h -lib/thunderbird/include/mozilla-1.5b/content/nsIAttribute.h -lib/thunderbird/include/mozilla-1.5b/content/nsIAttributeContent.h -lib/thunderbird/include/mozilla-1.5b/content/nsIBindingManager.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSGroupRule.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSImportRule.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSLoader.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSLoaderObserver.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSMediaRule.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSNameSpaceRule.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSOMFactory.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSParser.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSPseudoComparator.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSRule.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSStyleRule.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSStyleRuleDOMWrapper.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSStyleRuleProcessor.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSStyleSheet.h -lib/thunderbird/include/mozilla-1.5b/content/nsIComputedDOMStyle.h -lib/thunderbird/include/mozilla-1.5b/content/nsIContent.h -lib/thunderbird/include/mozilla-1.5b/content/nsIContentIterator.h -lib/thunderbird/include/mozilla-1.5b/content/nsIContentList.h -lib/thunderbird/include/mozilla-1.5b/content/nsIContentPolicy.h -lib/thunderbird/include/mozilla-1.5b/content/nsIContentSerializer.h -lib/thunderbird/include/mozilla-1.5b/content/nsIDocument.h -lib/thunderbird/include/mozilla-1.5b/content/nsIDocumentEncoder.h -lib/thunderbird/include/mozilla-1.5b/content/nsIDocumentObserver.h -lib/thunderbird/include/mozilla-1.5b/content/nsIDocumentTransformer.h -lib/thunderbird/include/mozilla-1.5b/content/nsIDocumentViewer.h -lib/thunderbird/include/mozilla-1.5b/content/nsIDragDropHandler.h -lib/thunderbird/include/mozilla-1.5b/content/nsIElementFactory.h -lib/thunderbird/include/mozilla-1.5b/content/nsIEventListenerManager.h -lib/thunderbird/include/mozilla-1.5b/content/nsIEventStateManager.h -lib/thunderbird/include/mozilla-1.5b/content/nsIFIXptr.h -lib/thunderbird/include/mozilla-1.5b/content/nsIForm.h -lib/thunderbird/include/mozilla-1.5b/content/nsIFormControl.h -lib/thunderbird/include/mozilla-1.5b/content/nsIFormSubmission.h -lib/thunderbird/include/mozilla-1.5b/content/nsIFrameLoader.h -lib/thunderbird/include/mozilla-1.5b/content/nsIFrameSetElement.h -lib/thunderbird/include/mozilla-1.5b/content/nsIHTMLCSSStyleSheet.h -lib/thunderbird/include/mozilla-1.5b/content/nsIHTMLContent.h -lib/thunderbird/include/mozilla-1.5b/content/nsIHTMLContentContainer.h -lib/thunderbird/include/mozilla-1.5b/content/nsIHTMLDocument.h -lib/thunderbird/include/mozilla-1.5b/content/nsIHTMLTableCellElement.h -lib/thunderbird/include/mozilla-1.5b/content/nsIHTMLTableColElement.h -lib/thunderbird/include/mozilla-1.5b/content/nsIHTMLToTextSink.h -lib/thunderbird/include/mozilla-1.5b/content/nsIImageDocument.h -lib/thunderbird/include/mozilla-1.5b/content/nsIImageLoadingContent.h -lib/thunderbird/include/mozilla-1.5b/content/nsIInspectorCSSUtils.h -lib/thunderbird/include/mozilla-1.5b/content/nsILink.h -lib/thunderbird/include/mozilla-1.5b/content/nsIMediaList.h -lib/thunderbird/include/mozilla-1.5b/content/nsIModifyableXPointer.h -lib/thunderbird/include/mozilla-1.5b/content/nsINameSpace.h -lib/thunderbird/include/mozilla-1.5b/content/nsINameSpaceManager.h -lib/thunderbird/include/mozilla-1.5b/content/nsINodeInfo.h -lib/thunderbird/include/mozilla-1.5b/content/nsIOptionElement.h -lib/thunderbird/include/mozilla-1.5b/content/nsIPhonetic.h -lib/thunderbird/include/mozilla-1.5b/content/nsIPrintProgress.h -lib/thunderbird/include/mozilla-1.5b/content/nsIPrintProgressParams.h -lib/thunderbird/include/mozilla-1.5b/content/nsIPrintStatusFeedback.h -lib/thunderbird/include/mozilla-1.5b/content/nsIPrivateCompositionEvent.h -lib/thunderbird/include/mozilla-1.5b/content/nsIPrivateDOMEvent.h -lib/thunderbird/include/mozilla-1.5b/content/nsIPrivateDOMImplementation.h -lib/thunderbird/include/mozilla-1.5b/content/nsIPrivateTextEvent.h -lib/thunderbird/include/mozilla-1.5b/content/nsIPrivateTextRange.h -lib/thunderbird/include/mozilla-1.5b/content/nsIRadioControlElement.h -lib/thunderbird/include/mozilla-1.5b/content/nsIRadioGroupContainer.h -lib/thunderbird/include/mozilla-1.5b/content/nsIRadioVisitor.h -lib/thunderbird/include/mozilla-1.5b/content/nsIRangeUtils.h -lib/thunderbird/include/mozilla-1.5b/content/nsIScriptElement.h -lib/thunderbird/include/mozilla-1.5b/content/nsIScriptEventHandler.h -lib/thunderbird/include/mozilla-1.5b/content/nsIScriptEventManager.h -lib/thunderbird/include/mozilla-1.5b/content/nsIScriptLoader.h -lib/thunderbird/include/mozilla-1.5b/content/nsIScriptLoaderObserver.h -lib/thunderbird/include/mozilla-1.5b/content/nsISelectElement.h -lib/thunderbird/include/mozilla-1.5b/content/nsISelection.h -lib/thunderbird/include/mozilla-1.5b/content/nsISelectionController.h -lib/thunderbird/include/mozilla-1.5b/content/nsISelectionDisplay.h -lib/thunderbird/include/mozilla-1.5b/content/nsISelectionListener.h -lib/thunderbird/include/mozilla-1.5b/content/nsISelectionPrivate.h -lib/thunderbird/include/mozilla-1.5b/content/nsIStyleRule.h -lib/thunderbird/include/mozilla-1.5b/content/nsIStyleRuleProcessor.h -lib/thunderbird/include/mozilla-1.5b/content/nsIStyleRuleSupplier.h -lib/thunderbird/include/mozilla-1.5b/content/nsIStyleSheet.h -lib/thunderbird/include/mozilla-1.5b/content/nsIStyleSheetLinkingElement.h -lib/thunderbird/include/mozilla-1.5b/content/nsIStyledContent.h -lib/thunderbird/include/mozilla-1.5b/content/nsISyncLoadDOMService.h -lib/thunderbird/include/mozilla-1.5b/content/nsITextAreaElement.h -lib/thunderbird/include/mozilla-1.5b/content/nsITextContent.h -lib/thunderbird/include/mozilla-1.5b/content/nsITextControlElement.h -lib/thunderbird/include/mozilla-1.5b/content/nsIWyciwygChannel.h -lib/thunderbird/include/mozilla-1.5b/content/nsIXBLBinding.h -lib/thunderbird/include/mozilla-1.5b/content/nsIXBLDocumentInfo.h -lib/thunderbird/include/mozilla-1.5b/content/nsIXBLService.h -lib/thunderbird/include/mozilla-1.5b/content/nsIXMLContent.h -lib/thunderbird/include/mozilla-1.5b/content/nsIXMLContentSink.h -lib/thunderbird/include/mozilla-1.5b/content/nsIXPathEvaluatorInternal.h -lib/thunderbird/include/mozilla-1.5b/content/nsIXPointer.h -lib/thunderbird/include/mozilla-1.5b/content/nsIXSLTException.h -lib/thunderbird/include/mozilla-1.5b/content/nsIXSLTProcessor.h -lib/thunderbird/include/mozilla-1.5b/content/nsIXSLTProcessorObsolete.h -lib/thunderbird/include/mozilla-1.5b/content/nsImageMapUtils.h -lib/thunderbird/include/mozilla-1.5b/content/nsLayoutAtomList.h -lib/thunderbird/include/mozilla-1.5b/content/nsLayoutAtoms.h -lib/thunderbird/include/mozilla-1.5b/content/nsMutationEvent.h -lib/thunderbird/include/mozilla-1.5b/content/nsRuleNode.h -lib/thunderbird/include/mozilla-1.5b/content/nsRuleWalker.h -lib/thunderbird/include/mozilla-1.5b/content/nsStyleContext.h -lib/thunderbird/include/mozilla-1.5b/content/nsStyleCoord.h -lib/thunderbird/include/mozilla-1.5b/content/nsStyleStruct.h -lib/thunderbird/include/mozilla-1.5b/content/nsStyleStructList.h -lib/thunderbird/include/mozilla-1.5b/content/nsStyleUtil.h -lib/thunderbird/include/mozilla-1.5b/content/nsTextFragment.h -lib/thunderbird/include/mozilla-1.5b/content/nsXBLAtomList.h -lib/thunderbird/include/mozilla-1.5b/content/nsXBLAtoms.h -lib/thunderbird/include/mozilla-1.5b/content/nsXULAtomList.h -lib/thunderbird/include/mozilla-1.5b/content/nsXULAtoms.h -lib/thunderbird/include/mozilla-1.5b/dbm/cdefs.h -lib/thunderbird/include/mozilla-1.5b/dbm/mcom_db.h -lib/thunderbird/include/mozilla-1.5b/dbm/ncompat.h -lib/thunderbird/include/mozilla-1.5b/dbm/nsres.h -lib/thunderbird/include/mozilla-1.5b/dbm/winfile.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsCDefaultURIFixup.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsCDocShell.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIContentViewer.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIContentViewerEdit.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIContentViewerFile.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIDocShell.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIDocShellHistory.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIDocShellLoadInfo.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIDocShellTreeItem.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIDocShellTreeNode.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIDocShellTreeOwner.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIEditorDocShell.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIMarkupDocumentViewer.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIScrollable.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsITextScroll.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIURIFixup.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIWebNavigation.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIWebPageDescriptor.h -lib/thunderbird/include/mozilla-1.5b/dom/domstubs.h -lib/thunderbird/include/mozilla-1.5b/dom/nsDOMCID.h -lib/thunderbird/include/mozilla-1.5b/dom/nsDOMError.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIBaseDOMException.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOM3Document.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOM3DocumentEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOM3EventTarget.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOM3Node.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMAbstractView.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMAttr.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMBarProp.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCDATASection.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCRMFObject.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSS2Properties.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSCharsetRule.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSFontFaceRule.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSImportRule.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSMediaRule.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSPageRule.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSPrimitiveValue.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSRule.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSRuleList.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSStyleDeclaration.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSStyleRule.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSStyleSheet.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSUnknownRule.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSValue.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSValueList.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCharacterData.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMChromeWindow.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMClassInfo.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMComment.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCompositionListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMContextMenuListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCounter.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCrypto.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCustomEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDOMConfiguration.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDOMException.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDOMImplementation.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDocument.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDocumentCSS.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDocumentEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDocumentFragment.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDocumentRange.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDocumentStyle.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDocumentTraversal.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDocumentType.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDocumentView.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDocumentXBL.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDragListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMElementCSSInlineStyle.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMEntity.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMEntityReference.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMEventGroup.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMEventListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMEventReceiver.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMEventTarget.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMFocusListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMFormListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLAnchorElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLAppletElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLAreaElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLBRElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLBaseElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLBaseFontElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLBodyElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLButtonElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLCollection.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLDListElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLDirectoryElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLDivElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLDocument.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLEmbedElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLFieldSetElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLFontElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLFormElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLFrameElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLFrameSetElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLHRElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLHeadElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLHeadingElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLHtmlElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLIFrameElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLImageElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLInputElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLIsIndexElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLLIElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLLabelElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLLegendElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLLinkElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLMapElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLMenuElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLMetaElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLModElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLOListElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLObjectElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLOptGroupElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLOptionElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLOptionsCollection.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLParagraphElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLParamElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLPreElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLQuoteElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLScriptElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLSelectElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLStyleElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLTableCaptionElem.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLTableCellElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLTableColElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLTableElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLTableRowElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLTableSectionElem.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLTextAreaElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLTitleElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLUListElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHistory.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMJSWindow.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMKeyEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMKeyListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMLinkStyle.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMLoadListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMLocation.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMMediaList.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMMimeType.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMMimeTypeArray.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMMouseEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMMouseListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMMouseMotionListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMMutationEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMMutationListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSDocument.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLAnchorElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLAreaElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLButtonElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLDocument.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLFormControlList.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLFormElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLFrameElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLHRElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLImageElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLInputElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLOptionCollectn.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLOptionElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLSelectElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLTextAreaElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHistory.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSLocation.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSRange.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSUIEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSXBLFormControl.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNamedNodeMap.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNavigator.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNode.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNodeFilter.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNodeIterator.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNodeList.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNotation.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMPaintListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMPkcs11.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMPlugin.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMPluginArray.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMPopupBlockedEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMProcessingInstruction.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMRGBColor.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMRange.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMRangeException.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMRect.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMScreen.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMScriptObjectFactory.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMScrollListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMStyleSheet.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMStyleSheetList.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMText.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMTextListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMTreeWalker.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMUIEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMUserDataHandler.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMViewCSS.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMWindow.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMWindowCollection.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMWindowInternal.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXMLDocument.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXPathEvaluator.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXPathException.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXPathExpression.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXPathNSResolver.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXPathNamespace.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXPathResult.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULButtonElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULCheckboxElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULCommandDispatcher.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULControlElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULDescriptionElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULDocument.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULImageElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULLabelElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULLabeledControlEl.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULMenuListElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULMultSelectCntrlEl.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULPopupElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULSelectCntrlEl.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULSelectCntrlItemEl.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULTextboxElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIEntropyCollector.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIFocusController.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIJSEventListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIJSNativeInitializer.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIScriptContext.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIScriptContextOwner.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIScriptEventListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIScriptExternalNameSet.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIScriptGlobalObject.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIScriptGlobalObjectOwner.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIScriptNameSpaceManager.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIScriptObjectOwner.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIScriptObjectPrincipal.h -lib/thunderbird/include/mozilla-1.5b/dom/nsPIDOMWindow.h -lib/thunderbird/include/mozilla-1.5b/dom/nsPIWindowRoot.h -lib/thunderbird/include/mozilla-1.5b/downloadmanager/nsIDownloadManager.h -lib/thunderbird/include/mozilla-1.5b/downloadmanager/nsIDownloadProgressListener.h -lib/thunderbird/include/mozilla-1.5b/editor/nsEditorCID.h -lib/thunderbird/include/mozilla-1.5b/editor/nsICiter.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIContentFilter.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIDocumentStateListener.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIEditActionListener.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIEditor.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIEditorIMESupport.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIEditorLogging.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIEditorMailSupport.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIEditorObserver.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIEditorSpellCheck.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIEditorStyleSheets.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIHTMLAbsPosEditor.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIHTMLEditor.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIHTMLInlineTableEditor.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIHTMLObjectResizeListener.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIHTMLObjectResizer.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIPlaintextEditor.h -lib/thunderbird/include/mozilla-1.5b/editor/nsITableEditor.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIURIRefObject.h -lib/thunderbird/include/mozilla-1.5b/editor/nsPIEditorTransaction.h -lib/thunderbird/include/mozilla-1.5b/embed_base/nsEmbedAPI.h -lib/thunderbird/include/mozilla-1.5b/embed_base/nsIWindowCreator.h -lib/thunderbird/include/mozilla-1.5b/embed_base/nsIWindowCreator2.h -lib/thunderbird/include/mozilla-1.5b/embedcomponents/nsIAppStartupNotifier.h -lib/thunderbird/include/mozilla-1.5b/embedstring/nsEmbedString.h -lib/thunderbird/include/mozilla-1.5b/expat/xmlparse.h -lib/thunderbird/include/mozilla-1.5b/exthandler/nsCExternalHandlerService.h -lib/thunderbird/include/mozilla-1.5b/exthandler/nsExternalHelperAppService.h -lib/thunderbird/include/mozilla-1.5b/exthandler/nsExternalProtocolHandler.h -lib/thunderbird/include/mozilla-1.5b/exthandler/nsHelperAppRDF.h -lib/thunderbird/include/mozilla-1.5b/exthandler/nsIExternalHelperAppService.h -lib/thunderbird/include/mozilla-1.5b/exthandler/nsIExternalProtocolService.h -lib/thunderbird/include/mozilla-1.5b/exthandler/nsOSHelperAppService.h -lib/thunderbird/include/mozilla-1.5b/filepicker/nsIFileView.h -lib/thunderbird/include/mozilla-1.5b/find/nsIFind.h -lib/thunderbird/include/mozilla-1.5b/find/nsIWebBrowserFind.h -lib/thunderbird/include/mozilla-1.5b/gfx/gfxIFormats.h -lib/thunderbird/include/mozilla-1.5b/gfx/gfxIImageFrame.h -lib/thunderbird/include/mozilla-1.5b/gfx/gfxtypes.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsColor.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsColorNameList.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsColorNames.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsCompressedCharMap.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsCoord.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsDeviceContext.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsFont.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsGfxCIID.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsGfxPSCID.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsGfxXPrintCID.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIBlender.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIDeviceContext.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIDeviceContextPS.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIDeviceContextSpec.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIDeviceContextSpecFactory.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIDeviceContextSpecPS.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIDeviceContextSpecXPrint.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIDeviceContextXPrint.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIDrawingSurface.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIFontCatalogService.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIFontEnumerator.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIFontList.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIFontMetrics.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIFreeType2.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIGraphics.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIImage.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIPrintOptions.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIPrintSession.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIPrintSettings.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIPrintSettingsService.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIRegion.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIRenderingContext.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIScreen.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIScreenManager.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIScriptableRegion.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsITheme.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsMargin.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsPoint.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsPostScriptObj.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsRect.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsRegion.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsSize.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsThemeConstants.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsTransform2D.h -lib/thunderbird/include/mozilla-1.5b/gtkembedmoz/gtkmozembed.h -lib/thunderbird/include/mozilla-1.5b/gtkembedmoz/gtkmozembed_internal.h -lib/thunderbird/include/mozilla-1.5b/gtkxtbin/gtk2xtbin.h -lib/thunderbird/include/mozilla-1.5b/gtkxtbin/gtkxtbin.h -lib/thunderbird/include/mozilla-1.5b/helperAppDlg/nsIHelperAppLauncherDialog.h -lib/thunderbird/include/mozilla-1.5b/history/nsIBrowserHistory.h -lib/thunderbird/include/mozilla-1.5b/history/nsIGlobalHistory.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsHTMLTagList.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsHTMLTags.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsHTMLTokens.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsIContentSink.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsIDTD.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsIElementObserver.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsIExpatSink.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsIHTMLContentSink.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsIHTMLFragmentContentSink.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsIParser.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsIParserFilter.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsIParserNode.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsIParserService.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsITokenizer.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsParserCIID.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsParserError.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsToken.h -lib/thunderbird/include/mozilla-1.5b/imglib2/ImageErrors.h -lib/thunderbird/include/mozilla-1.5b/imglib2/ImageLogging.h -lib/thunderbird/include/mozilla-1.5b/imglib2/imgICache.h -lib/thunderbird/include/mozilla-1.5b/imglib2/imgIContainer.h -lib/thunderbird/include/mozilla-1.5b/imglib2/imgIContainerObserver.h -lib/thunderbird/include/mozilla-1.5b/imglib2/imgIDecoder.h -lib/thunderbird/include/mozilla-1.5b/imglib2/imgIDecoderObserver.h -lib/thunderbird/include/mozilla-1.5b/imglib2/imgILoad.h -lib/thunderbird/include/mozilla-1.5b/imglib2/imgILoader.h -lib/thunderbird/include/mozilla-1.5b/imglib2/imgIRequest.h -lib/thunderbird/include/mozilla-1.5b/impComm4xMail/nsComm4xMail.h -lib/thunderbird/include/mozilla-1.5b/impComm4xMail/nsComm4xMailImport.h -lib/thunderbird/include/mozilla-1.5b/impComm4xMail/nsComm4xMailStringBundle.h -lib/thunderbird/include/mozilla-1.5b/impComm4xMail/nsComm4xProfile.h -lib/thunderbird/include/mozilla-1.5b/impComm4xMail/nsIComm4xProfile.h -lib/thunderbird/include/mozilla-1.5b/impText/nsTextImport.h -lib/thunderbird/include/mozilla-1.5b/impText/nsTextStringBundle.h -lib/thunderbird/include/mozilla-1.5b/import/ImportOutFile.h -lib/thunderbird/include/mozilla-1.5b/import/nsIImportABDescriptor.h -lib/thunderbird/include/mozilla-1.5b/import/nsIImportAddressBooks.h -lib/thunderbird/include/mozilla-1.5b/import/nsIImportFieldMap.h -lib/thunderbird/include/mozilla-1.5b/import/nsIImportGeneric.h -lib/thunderbird/include/mozilla-1.5b/import/nsIImportMail.h -lib/thunderbird/include/mozilla-1.5b/import/nsIImportMailboxDescriptor.h -lib/thunderbird/include/mozilla-1.5b/import/nsIImportMimeEncode.h -lib/thunderbird/include/mozilla-1.5b/import/nsIImportModule.h -lib/thunderbird/include/mozilla-1.5b/import/nsIImportService.h -lib/thunderbird/include/mozilla-1.5b/import/nsIImportSettings.h -lib/thunderbird/include/mozilla-1.5b/import/nsImportEncodeScan.h -lib/thunderbird/include/mozilla-1.5b/import/nsImportMimeEncode.h -lib/thunderbird/include/mozilla-1.5b/import/nsImportScanFile.h -lib/thunderbird/include/mozilla-1.5b/import/nsImportService.h -lib/thunderbird/include/mozilla-1.5b/import/nsImportStringBundle.h -lib/thunderbird/include/mozilla-1.5b/import/nsImportTranslator.h -lib/thunderbird/include/mozilla-1.5b/intl/nsIStringBundle.h -lib/thunderbird/include/mozilla-1.5b/intl/nsIStringBundleOverride.h -lib/thunderbird/include/mozilla-1.5b/jar/nsIJAR.h -lib/thunderbird/include/mozilla-1.5b/jar/nsIZipReader.h -lib/thunderbird/include/mozilla-1.5b/jar/zipfile.h -lib/thunderbird/include/mozilla-1.5b/jar/zipstruct.h -lib/thunderbird/include/mozilla-1.5b/jar/zipstub.h -lib/thunderbird/include/mozilla-1.5b/java/bool.h -lib/thunderbird/include/mozilla-1.5b/java/interpreter.h -lib/thunderbird/include/mozilla-1.5b/java/javaString.h -lib/thunderbird/include/mozilla-1.5b/java/javaThreads.h -lib/thunderbird/include/mozilla-1.5b/java/java_lang_String.h -lib/thunderbird/include/mozilla-1.5b/java/jdk_java_lang_String.h -lib/thunderbird/include/mozilla-1.5b/java/jmc.h -lib/thunderbird/include/mozilla-1.5b/java/jni.h -lib/thunderbird/include/mozilla-1.5b/java/jni_md.h -lib/thunderbird/include/mozilla-1.5b/java/jri.h -lib/thunderbird/include/mozilla-1.5b/java/jri_md.h -lib/thunderbird/include/mozilla-1.5b/java/jriext.h -lib/thunderbird/include/mozilla-1.5b/java/jritypes.h -lib/thunderbird/include/mozilla-1.5b/java/nspr_md.h -lib/thunderbird/include/mozilla-1.5b/java/oobj.h -lib/thunderbird/include/mozilla-1.5b/java/sysmacros_md.h -lib/thunderbird/include/mozilla-1.5b/java/tree.h -lib/thunderbird/include/mozilla-1.5b/java/typedefs.h -lib/thunderbird/include/mozilla-1.5b/java/typedefs_md.h -lib/thunderbird/include/mozilla-1.5b/java/zip.h -lib/thunderbird/include/mozilla-1.5b/js/fdlibm.h -lib/thunderbird/include/mozilla-1.5b/js/js.msg -lib/thunderbird/include/mozilla-1.5b/js/jsapi.h -lib/thunderbird/include/mozilla-1.5b/js/jsarena.h -lib/thunderbird/include/mozilla-1.5b/js/jsarray.h -lib/thunderbird/include/mozilla-1.5b/js/jsatom.h -lib/thunderbird/include/mozilla-1.5b/js/jsautocfg.h -lib/thunderbird/include/mozilla-1.5b/js/jsbit.h -lib/thunderbird/include/mozilla-1.5b/js/jsbool.h -lib/thunderbird/include/mozilla-1.5b/js/jsclist.h -lib/thunderbird/include/mozilla-1.5b/js/jscntxt.h -lib/thunderbird/include/mozilla-1.5b/js/jscompat.h -lib/thunderbird/include/mozilla-1.5b/js/jsconfig.h -lib/thunderbird/include/mozilla-1.5b/js/jsdate.h -lib/thunderbird/include/mozilla-1.5b/js/jsdbgapi.h -lib/thunderbird/include/mozilla-1.5b/js/jsdhash.h -lib/thunderbird/include/mozilla-1.5b/js/jsemit.h -lib/thunderbird/include/mozilla-1.5b/js/jsfun.h -lib/thunderbird/include/mozilla-1.5b/js/jsgc.h -lib/thunderbird/include/mozilla-1.5b/js/jshash.h -lib/thunderbird/include/mozilla-1.5b/js/jsinterp.h -lib/thunderbird/include/mozilla-1.5b/js/jslock.h -lib/thunderbird/include/mozilla-1.5b/js/jslong.h -lib/thunderbird/include/mozilla-1.5b/js/jsmath.h -lib/thunderbird/include/mozilla-1.5b/js/jsnum.h -lib/thunderbird/include/mozilla-1.5b/js/jsobj.h -lib/thunderbird/include/mozilla-1.5b/js/jsopcode.h -lib/thunderbird/include/mozilla-1.5b/js/jsopcode.tbl -lib/thunderbird/include/mozilla-1.5b/js/jsosdep.h -lib/thunderbird/include/mozilla-1.5b/js/jsotypes.h -lib/thunderbird/include/mozilla-1.5b/js/jsparse.h -lib/thunderbird/include/mozilla-1.5b/js/jsprf.h -lib/thunderbird/include/mozilla-1.5b/js/jsprvtd.h -lib/thunderbird/include/mozilla-1.5b/js/jspubtd.h -lib/thunderbird/include/mozilla-1.5b/js/jsregexp.h -lib/thunderbird/include/mozilla-1.5b/js/jsscan.h -lib/thunderbird/include/mozilla-1.5b/js/jsscope.h -lib/thunderbird/include/mozilla-1.5b/js/jsscript.h -lib/thunderbird/include/mozilla-1.5b/js/jsstddef.h -lib/thunderbird/include/mozilla-1.5b/js/jsstr.h -lib/thunderbird/include/mozilla-1.5b/js/jstypes.h -lib/thunderbird/include/mozilla-1.5b/js/jsutil.h -lib/thunderbird/include/mozilla-1.5b/js/jsxdrapi.h -lib/thunderbird/include/mozilla-1.5b/jsconsole/nsIJSConsoleService.h -lib/thunderbird/include/mozilla-1.5b/jsdebug/jsdIDebuggerService.h -lib/thunderbird/include/mozilla-1.5b/jsdebug/jsdebug.h -lib/thunderbird/include/mozilla-1.5b/jsurl/nsIEvaluateStringProxy.h -lib/thunderbird/include/mozilla-1.5b/jsurl/nsJSProtocolHandler.h -lib/thunderbird/include/mozilla-1.5b/layout/nsBidi.h -lib/thunderbird/include/mozilla-1.5b/layout/nsBidiFrames.h -lib/thunderbird/include/mozilla-1.5b/layout/nsBidiPresUtils.h -lib/thunderbird/include/mozilla-1.5b/layout/nsCompatibility.h -lib/thunderbird/include/mozilla-1.5b/layout/nsFrameList.h -lib/thunderbird/include/mozilla-1.5b/layout/nsFrameTraversal.h -lib/thunderbird/include/mozilla-1.5b/layout/nsGrid.h -lib/thunderbird/include/mozilla-1.5b/layout/nsGridCell.h -lib/thunderbird/include/mozilla-1.5b/layout/nsGridLayout2.h -lib/thunderbird/include/mozilla-1.5b/layout/nsGridRow.h -lib/thunderbird/include/mozilla-1.5b/layout/nsGridRowGroupLayout.h -lib/thunderbird/include/mozilla-1.5b/layout/nsGridRowLayout.h -lib/thunderbird/include/mozilla-1.5b/layout/nsGridRowLeafFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsGridRowLeafLayout.h -lib/thunderbird/include/mozilla-1.5b/layout/nsHTMLParts.h -lib/thunderbird/include/mozilla-1.5b/layout/nsHTMLReflowMetrics.h -lib/thunderbird/include/mozilla-1.5b/layout/nsHTMLReflowState.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIAutoCopy.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIBoxLayoutManager.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIBoxObject.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIBoxPaintManager.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIBrowserBoxObject.h -lib/thunderbird/include/mozilla-1.5b/layout/nsICSSFrameConstructor.h -lib/thunderbird/include/mozilla-1.5b/layout/nsICanvasFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsICaret.h -lib/thunderbird/include/mozilla-1.5b/layout/nsICheckboxControlFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIChromeEventHandler.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIComboboxControlFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIEditorBoxObject.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFocusTracker.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFormControlFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFormProcessor.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFormSubmitObserver.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFrameDebug.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFrameFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFrameManager.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFrameSelection.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFrameTraversal.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFrameUtil.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIGridPart.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIHTMLStyleSheet.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIIFrameBoxObject.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIImageControlFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIImageFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIImageMap.h -lib/thunderbird/include/mozilla-1.5b/layout/nsILayoutDebugger.h -lib/thunderbird/include/mozilla-1.5b/layout/nsILayoutHistoryState.h -lib/thunderbird/include/mozilla-1.5b/layout/nsILineIterator.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIListBoxObject.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIListControlFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIMenuBoxObject.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIMenuFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIMutableStyleContext.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIObjectFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIPageSequenceFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIPercentHeightObserver.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIPopupBoxObject.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIPopupSetFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIPresContext.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIPresShell.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIPresState.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIPrintContext.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIPrintPreviewContext.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIRadioControlFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIReflowCallback.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIScrollBoxObject.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIScrollableFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIScrollableViewProvider.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIScrollbarMediator.h -lib/thunderbird/include/mozilla-1.5b/layout/nsISelectControlFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsISelectionImageService.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIStatefulFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIStyleFrameConstruction.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIStyleSet.h -lib/thunderbird/include/mozilla-1.5b/layout/nsITableCellLayout.h -lib/thunderbird/include/mozilla-1.5b/layout/nsITableLayout.h -lib/thunderbird/include/mozilla-1.5b/layout/nsITextControlFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsITreeBoxObject.h -lib/thunderbird/include/mozilla-1.5b/layout/nsITreeContentView.h -lib/thunderbird/include/mozilla-1.5b/layout/nsITreeSelection.h -lib/thunderbird/include/mozilla-1.5b/layout/nsITreeView.h -lib/thunderbird/include/mozilla-1.5b/layout/nsLayoutCID.h -lib/thunderbird/include/mozilla-1.5b/layout/nsLayoutErrors.h -lib/thunderbird/include/mozilla-1.5b/layout/nsLayoutUtils.h -lib/thunderbird/include/mozilla-1.5b/layout/nsPIBoxObject.h -lib/thunderbird/include/mozilla-1.5b/layout/nsReflowType.h -lib/thunderbird/include/mozilla-1.5b/layout/nsStyleChangeList.h -lib/thunderbird/include/mozilla-1.5b/layout/nsStyleConsts.h -lib/thunderbird/include/mozilla-1.5b/layout/nsTextTransformer.h -lib/thunderbird/include/mozilla-1.5b/layout/nsTreeBodyFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsTreeColFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsTreeContentView.h -lib/thunderbird/include/mozilla-1.5b/layout/nsTreeSelection.h -lib/thunderbird/include/mozilla-1.5b/layout/nsTreeUtils.h -lib/thunderbird/include/mozilla-1.5b/ldap/disptmpl.h -lib/thunderbird/include/mozilla-1.5b/ldap/iutil.h -lib/thunderbird/include/mozilla-1.5b/ldap/lber.h -lib/thunderbird/include/mozilla-1.5b/ldap/ldap-deprecated.h -lib/thunderbird/include/mozilla-1.5b/ldap/ldap-extension.h -lib/thunderbird/include/mozilla-1.5b/ldap/ldap-platform.h -lib/thunderbird/include/mozilla-1.5b/ldap/ldap-standard.h -lib/thunderbird/include/mozilla-1.5b/ldap/ldap-to-be-deprecated.h -lib/thunderbird/include/mozilla-1.5b/ldap/ldap.h -lib/thunderbird/include/mozilla-1.5b/ldap/ldap_ssl.h -lib/thunderbird/include/mozilla-1.5b/ldap/ldappr.h -lib/thunderbird/include/mozilla-1.5b/ldap/srchpref.h -lib/thunderbird/include/mozilla-1.5b/libreg/NSReg.h -lib/thunderbird/include/mozilla-1.5b/libreg/VerReg.h -lib/thunderbird/include/mozilla-1.5b/locale/nsCollation.h -lib/thunderbird/include/mozilla-1.5b/locale/nsCollationCID.h -lib/thunderbird/include/mozilla-1.5b/locale/nsDateTimeFormatCID.h -lib/thunderbird/include/mozilla-1.5b/locale/nsICollation.h -lib/thunderbird/include/mozilla-1.5b/locale/nsIDateTimeFormat.h -lib/thunderbird/include/mozilla-1.5b/locale/nsIFontPackageHandler.h -lib/thunderbird/include/mozilla-1.5b/locale/nsIFontPackageProxy.h -lib/thunderbird/include/mozilla-1.5b/locale/nsIFontPackageService.h -lib/thunderbird/include/mozilla-1.5b/locale/nsILanguageAtom.h -lib/thunderbird/include/mozilla-1.5b/locale/nsILanguageAtomService.h -lib/thunderbird/include/mozilla-1.5b/locale/nsILocale.h -lib/thunderbird/include/mozilla-1.5b/locale/nsILocaleService.h -lib/thunderbird/include/mozilla-1.5b/locale/nsIMacLocale.h -lib/thunderbird/include/mozilla-1.5b/locale/nsIOS2Locale.h -lib/thunderbird/include/mozilla-1.5b/locale/nsIPosixLocale.h -lib/thunderbird/include/mozilla-1.5b/locale/nsIScriptableDateFormat.h -lib/thunderbird/include/mozilla-1.5b/locale/nsIWin32Locale.h -lib/thunderbird/include/mozilla-1.5b/locale/nsLocaleCID.h -lib/thunderbird/include/mozilla-1.5b/lwbrk/nsIBinarySearchIterator.h -lib/thunderbird/include/mozilla-1.5b/lwbrk/nsIBreakState.h -lib/thunderbird/include/mozilla-1.5b/lwbrk/nsILineBreaker.h -lib/thunderbird/include/mozilla-1.5b/lwbrk/nsILineBreakerFactory.h -lib/thunderbird/include/mozilla-1.5b/lwbrk/nsILinearIterator.h -lib/thunderbird/include/mozilla-1.5b/lwbrk/nsISemanticUnitScanner.h -lib/thunderbird/include/mozilla-1.5b/lwbrk/nsIWordBreaker.h -lib/thunderbird/include/mozilla-1.5b/lwbrk/nsIWordBreakerFactory.h -lib/thunderbird/include/mozilla-1.5b/lwbrk/nsLWBrkCIID.h -lib/thunderbird/include/mozilla-1.5b/mailnews/MailNewsTypes.h -lib/thunderbird/include/mozilla-1.5b/mailnews/MailNewsTypes2.h -lib/thunderbird/include/mozilla-1.5b/mailview/nsIMsgMailView.h -lib/thunderbird/include/mozilla-1.5b/mailview/nsIMsgMailViewList.h -lib/thunderbird/include/mozilla-1.5b/mailview/nsMsgMailViewList.h -lib/thunderbird/include/mozilla-1.5b/mailview/nsMsgMailViewsCID.h -lib/thunderbird/include/mozilla-1.5b/mime/comi18n.h -lib/thunderbird/include/mozilla-1.5b/mime/mimecont.h -lib/thunderbird/include/mozilla-1.5b/mime/mimecth.h -lib/thunderbird/include/mozilla-1.5b/mime/mimehdrs.h -lib/thunderbird/include/mozilla-1.5b/mime/mimei.h -lib/thunderbird/include/mozilla-1.5b/mime/mimeleaf.h -lib/thunderbird/include/mozilla-1.5b/mime/mimemsig.h -lib/thunderbird/include/mozilla-1.5b/mime/mimemult.h -lib/thunderbird/include/mozilla-1.5b/mime/mimeobj.h -lib/thunderbird/include/mozilla-1.5b/mime/mimepbuf.h -lib/thunderbird/include/mozilla-1.5b/mime/mimetext.h -lib/thunderbird/include/mozilla-1.5b/mime/modlmime.h -lib/thunderbird/include/mozilla-1.5b/mime/modmimee.h -lib/thunderbird/include/mozilla-1.5b/mime/nsIMimeContentTypeHandler.h -lib/thunderbird/include/mozilla-1.5b/mime/nsIMimeConverter.h -lib/thunderbird/include/mozilla-1.5b/mime/nsIMimeEmitter.h -lib/thunderbird/include/mozilla-1.5b/mime/nsIMimeHeaders.h -lib/thunderbird/include/mozilla-1.5b/mime/nsIMimeMiscStatus.h -lib/thunderbird/include/mozilla-1.5b/mime/nsIMimeObjectClassAccess.h -lib/thunderbird/include/mozilla-1.5b/mime/nsIMimeStreamConverter.h -lib/thunderbird/include/mozilla-1.5b/mime/nsIMsgHeaderParser.h -lib/thunderbird/include/mozilla-1.5b/mime/nsMailHeaders.h -lib/thunderbird/include/mozilla-1.5b/mime/nsMimeContentTypeHandler.h -lib/thunderbird/include/mozilla-1.5b/mime/nsMimeConverter.h -lib/thunderbird/include/mozilla-1.5b/mime/nsMimeHeaders.h -lib/thunderbird/include/mozilla-1.5b/mime/nsMimeObjectClassAccess.h -lib/thunderbird/include/mozilla-1.5b/mime/nsMimeStringResources.h -lib/thunderbird/include/mozilla-1.5b/mime/nsMsgHeaderParser.h -lib/thunderbird/include/mozilla-1.5b/mime/nsMsgMimeCID.h -lib/thunderbird/include/mozilla-1.5b/mime/nsStreamConverter.h -lib/thunderbird/include/mozilla-1.5b/mimeemitter/nsEmitterUtils.h -lib/thunderbird/include/mozilla-1.5b/mimeemitter/nsMimeBaseEmitter.h -lib/thunderbird/include/mozilla-1.5b/mimeemitter/nsMimeEmitterCID.h -lib/thunderbird/include/mozilla-1.5b/mimeemitter/nsMimeHtmlEmitter.h -lib/thunderbird/include/mozilla-1.5b/mimeemitter/nsMimePlainEmitter.h -lib/thunderbird/include/mozilla-1.5b/mimeemitter/nsMimeRawEmitter.h -lib/thunderbird/include/mozilla-1.5b/mimeemitter/nsMimeRebuffer.h -lib/thunderbird/include/mozilla-1.5b/mimeemitter/nsMimeXmlEmitter.h -lib/thunderbird/include/mozilla-1.5b/mimetype/nsIMIMEHeaderParam.h -lib/thunderbird/include/mozilla-1.5b/mimetype/nsIMIMEInfo.h -lib/thunderbird/include/mozilla-1.5b/mimetype/nsIMIMEService.h -lib/thunderbird/include/mozilla-1.5b/mimetype/nsMimeTypes.h -lib/thunderbird/include/mozilla-1.5b/mork/mdb.h -lib/thunderbird/include/mozilla-1.5b/mork/nsIMdbFactoryFactory.h -lib/thunderbird/include/mozilla-1.5b/mork/nsMorkCID.h -lib/thunderbird/include/mozilla-1.5b/mozilla-config.h -lib/thunderbird/include/mozilla-1.5b/mozldap/nsILDAPBERValue.h -lib/thunderbird/include/mozilla-1.5b/mozldap/nsILDAPConnection.h -lib/thunderbird/include/mozilla-1.5b/mozldap/nsILDAPErrors.h -lib/thunderbird/include/mozilla-1.5b/mozldap/nsILDAPMessage.h -lib/thunderbird/include/mozilla-1.5b/mozldap/nsILDAPMessageListener.h -lib/thunderbird/include/mozilla-1.5b/mozldap/nsILDAPOperation.h -lib/thunderbird/include/mozilla-1.5b/mozldap/nsILDAPServer.h -lib/thunderbird/include/mozilla-1.5b/mozldap/nsILDAPService.h -lib/thunderbird/include/mozilla-1.5b/mozldap/nsILDAPURL.h -lib/thunderbird/include/mozilla-1.5b/mozldap/nsLDAP.h -lib/thunderbird/include/mozilla-1.5b/msgbase/msgCore.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsCopyMessageStreamListener.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsICopyMessageListener.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsICopyMsgStreamListener.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIFolder.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIFolderListener.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIIncomingServerListener.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMessenger.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMessengerMigrator.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMessengerOSIntegration.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMessengerWindowService.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgAccount.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgAccountManager.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgBiffManager.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgCopyService.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgCopyServiceListener.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgDBView.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgFilter.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgFilterHitNotify.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgFilterList.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgFilterPlugin.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgFilterService.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgFolder.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgFolderCache.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgFolderCacheElement.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgFolderCompactor.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgGroupRecord.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgHdr.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgHost.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgIdentity.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgMailNewsUrl.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgMailSession.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgMdnGenerator.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgMessageService.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgOfflineManager.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgPrintEngine.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgProgress.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgProtocolInfo.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgPurgeService.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgRDFDataSource.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgSearchAdapter.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgSearchNotify.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgSearchScopeTerm.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgSearchSession.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgSearchTerm.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgSearchValidityManager.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgSearchValidityTable.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgSearchValue.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgSignature.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgStatusFeedback.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgStringService.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgThread.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgVCard.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgWindow.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsISpamSettings.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsISubscribableServer.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIUrlListener.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIUrlListenerManager.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMessenger.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMessengerBootstrap.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMessengerContentHandler.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMessengerMigrator.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgAccount.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgAccountManager.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgAccountManagerDS.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgBaseCID.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgBiffManager.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgBodyHandler.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgContentPolicy.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgCopyService.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgFilterCore.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgFilterDataSource.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgFilterDelegateFactory.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgFilterService.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgFolderCache.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgFolderDataSource.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgFolderFlags.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgHeaderMasks.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgLocalFolderHdrs.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgMailSession.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgMessageFlags.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgPrintEngine.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgProgress.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgPurgeService.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgRDFDataSource.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgRDFUtils.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgResultElement.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgSearchAdapter.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgSearchArray.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgSearchBoolExpression.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgSearchCore.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgSearchScopeTerm.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgSearchSession.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgSearchTerm.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgServiceProvider.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgStatusFeedback.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgWindow.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsStatusBarBiffManager.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsSubscribableServer.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsSubscribeDataSource.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsUrlListenerManager.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsAdapterEnumerator.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsLocalFolderSummarySpec.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgDBFolder.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgFolder.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgGroupRecord.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgI18N.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgIdentity.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgKeyArray.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgKeySet.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgLineBuffer.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgMailNewsUrl.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgProtocol.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgTxn.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgUtf7Utils.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgUtils.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsNewsSummarySpec.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsUInt32Array.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsUint8Array.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgAttachment.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgCompFields.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgCompUtils.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgCompose.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgComposeParams.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgComposeProgressParams.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgComposeSecure.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgComposeService.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgDraft.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgQuote.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgRecipientArray.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgSend.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgSendLater.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgSendLaterListener.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgSendListener.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgSendReport.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsISmtpServer.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsISmtpService.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsISmtpUrl.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIURLFetcher.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgAttachment.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgAttachmentHandler.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgCompCID.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgCompFields.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgCompUtils.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgCompose.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgComposeContentHandler.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgComposeParams.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgComposeProgressParams.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgComposeService.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgComposeStringBundle.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgCopy.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgCreate.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgDeliveryListener.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgEncoders.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgPrompts.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgQuote.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgRecipientArray.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgSend.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgSendLater.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgSendReport.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgSimulateError.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsSmtpDataSource.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsSmtpDelegateFactory.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsSmtpProtocol.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsSmtpServer.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsSmtpService.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsSmtpUrl.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsURLFetcher.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsDBFolderInfo.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsIDBChangeAnnouncer.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsIDBChangeListener.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsIDBFolderInfo.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsIMsgDatabase.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsIMsgOfflineImapOperation.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsINewsDatabase.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsImapMailDatabase.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsMailDatabase.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsMsgDBCID.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsMsgDatabase.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsMsgHdr.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsMsgThread.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsNewsDatabase.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIIMAPHostSessionList.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapExtensionSink.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapFlagAndUidState.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapHeaderXferInfo.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapMailFolderSink.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapMessageSink.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapMiscellaneousSink.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapMockChannel.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapProtocol.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapServerSink.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapService.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapUrl.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIMAPBodyShell.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIMAPGenericParser.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIMAPHostSessionList.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIMAPNamespace.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIMailboxSpec.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIMsgImapMailFolder.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIMsgLogonRedirector.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapCore.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapFlagAndUidState.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapMailFolder.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapProtocol.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapProxyEvent.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapSearchResults.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapServerResponseParser.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapService.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapUrl.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapUtils.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsMsgImapCID.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsILocalMailIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsIMailboxService.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsIMailboxUrl.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsIMovemailIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsIMovemailService.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsIMsgLocalMailFolder.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsIMsgParseMailMsgState.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsINoIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsINoneService.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsIPop3IncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsIPop3Service.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsIPop3Sink.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsIPop3URL.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsLocalMailFolder.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsLocalStringBundle.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsMailboxProtocol.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsMailboxService.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsMailboxUrl.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsMovemailIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsMovemailService.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsMsgLocalCID.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsNoIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsNoneService.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsParseMailbox.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsPop3IncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsPop3Protocol.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsPop3Service.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsPop3Sink.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsPop3URL.h -lib/thunderbird/include/mozilla-1.5b/msgmdn/nsMsgMdnCID.h -lib/thunderbird/include/mozilla-1.5b/msgmdn/nsMsgMdnGenerator.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nntpCore.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsIMsgNewsFolder.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsIMsgOfflineNewsState.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsINNTPArticleList.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsINNTPNewsgroupList.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsINNTPNewsgroupPost.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsINNTPProtocol.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsINewsDownloadDialogArgs.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsINntpIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsINntpService.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsINntpUrl.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsMsgNewsCID.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsNNTPArticleList.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsNNTPNewsgroupList.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsNNTPNewsgroupPost.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsNNTPProtocol.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsNewsDownloadDialogArgs.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsNewsFolder.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsNewsUtils.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsNntpIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsNntpService.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsNntpUrl.h -lib/thunderbird/include/mozilla-1.5b/msgsmime/nsEncryptedSMIMEURIsService.h -lib/thunderbird/include/mozilla-1.5b/msgsmime/nsIEncryptedSMIMEURIsSrvc.h -lib/thunderbird/include/mozilla-1.5b/msgsmime/nsIMsgSMIMECompFields.h -lib/thunderbird/include/mozilla-1.5b/msgsmime/nsIMsgSMIMEHeaderSink.h -lib/thunderbird/include/mozilla-1.5b/msgsmime/nsISMimeJSHelper.h -lib/thunderbird/include/mozilla-1.5b/msgsmime/nsMsgComposeSecure.h -lib/thunderbird/include/mozilla-1.5b/msgsmime/nsMsgSMIMECID.h -lib/thunderbird/include/mozilla-1.5b/msgsmime/nsSMimeJSHelper.h -lib/thunderbird/include/mozilla-1.5b/necko/ftpCore.h -lib/thunderbird/include/mozilla-1.5b/necko/mozITXTToHTMLConv.h -lib/thunderbird/include/mozilla-1.5b/necko/necko-config.h -lib/thunderbird/include/mozilla-1.5b/necko/netCore.h -lib/thunderbird/include/mozilla-1.5b/necko/nsCPasswordManager.h -lib/thunderbird/include/mozilla-1.5b/necko/nsCPasswordManagerInternal.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIAboutModule.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIAsyncStreamCopier.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIAuthPrompt.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIBufferedStreams.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIByteRangeRequest.h -lib/thunderbird/include/mozilla-1.5b/necko/nsICachingChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsICookieService.h -lib/thunderbird/include/mozilla-1.5b/necko/nsICryptoFIPSInfo.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIDNSListener.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIDNSService.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIDataChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIDirIndex.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIDirIndexListener.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIDirectoryListing.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIDownloader.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIEncodedChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIExternalProtocolHandler.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIFTPChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIFileChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIFileProtocolHandler.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIFileStreams.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIFileURL.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIHttpAuthManager.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIHttpAuthenticator.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIHttpChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIHttpChannelInternal.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIHttpEventSink.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIHttpHeaderVisitor.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIHttpNotify.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIHttpProtocolHandler.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIIDNService.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIIOService.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIInputStreamChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIInputStreamPump.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIJARChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIJARProtocolHandler.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIJARURI.h -lib/thunderbird/include/mozilla-1.5b/necko/nsILoadGroup.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIMIMEInputStream.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIMultiPartChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsINetModRegEntry.h -lib/thunderbird/include/mozilla-1.5b/necko/nsINetModuleMgr.h -lib/thunderbird/include/mozilla-1.5b/necko/nsINetNotify.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIPasswordManager.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIPasswordManagerInternal.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIProgressEventSink.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIPrompt.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIProtocolHandler.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIProtocolProxyService.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIProxiedProtocolHandler.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIProxy.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIProxyAutoConfig.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIProxyInfo.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIRequest.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIRequestObserver.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIRequestObserverProxy.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIResProtocolHandler.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIResumableChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIResumableEntityID.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISOCKS4SocketInfo.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISOCKS4SocketProvider.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISOCKSSocketInfo.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISOCKSSocketProvider.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISSLSocketControl.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISSLSocketProvider.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISecretDecoderRing.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISecureBrowserUI.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISecurityEventSink.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISimpleStreamListener.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISocketProvider.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISocketProviderService.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISocketTransport.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISocketTransportService.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIStandardURL.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIStreamConverter.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIStreamConverterService.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIStreamListener.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIStreamListenerProxy.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIStreamListenerTee.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIStreamLoader.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIStreamTransportService.h -lib/thunderbird/include/mozilla-1.5b/necko/nsITXTToHTMLConv.h -lib/thunderbird/include/mozilla-1.5b/necko/nsITransport.h -lib/thunderbird/include/mozilla-1.5b/necko/nsITransportSecurityInfo.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIURI.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIURIChecker.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIURL.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIURLParser.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIUnicharStreamLoader.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIUploadChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsNetCID.h -lib/thunderbird/include/mozilla-1.5b/necko/nsNetError.h -lib/thunderbird/include/mozilla-1.5b/necko/nsNetUtil.h -lib/thunderbird/include/mozilla-1.5b/necko/nsReadLine.h -lib/thunderbird/include/mozilla-1.5b/necko/nsURIHashKey.h -lib/thunderbird/include/mozilla-1.5b/necko/nsUnixColorPrintf.h -lib/thunderbird/include/mozilla-1.5b/necko2/nsIViewSourceChannel.h -lib/thunderbird/include/mozilla-1.5b/nkcache/nsCacheService.h -lib/thunderbird/include/mozilla-1.5b/nkcache/nsICache.h -lib/thunderbird/include/mozilla-1.5b/nkcache/nsICacheEntryDescriptor.h -lib/thunderbird/include/mozilla-1.5b/nkcache/nsICacheListener.h -lib/thunderbird/include/mozilla-1.5b/nkcache/nsICacheService.h -lib/thunderbird/include/mozilla-1.5b/nkcache/nsICacheSession.h -lib/thunderbird/include/mozilla-1.5b/nkcache/nsICacheVisitor.h -lib/thunderbird/include/mozilla-1.5b/nsBuildID.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_aix.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_beos.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_bsdi.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_darwin.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_dgux.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_freebsd.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_hpux.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_irix.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_linux.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_macos.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_ncr.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_nec.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_netbsd.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_nextstep.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_nspr_pthread.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_nto.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_openbsd.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_openvms.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_os2.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_os2_errors.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_osf1.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_pcos.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_pth.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_qnx.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_reliantunix.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_rhapsody.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_scoos.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_solaris.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_sony.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_sunos4.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_unix_errors.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_unixos.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_unixware.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_win16.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_win32_errors.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_win95.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_winnt.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/prosdep.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/sunos4.h -lib/thunderbird/include/mozilla-1.5b/nspr/nspr.h -lib/thunderbird/include/mozilla-1.5b/nspr/obsolete/pralarm.h -lib/thunderbird/include/mozilla-1.5b/nspr/obsolete/probslet.h -lib/thunderbird/include/mozilla-1.5b/nspr/obsolete/protypes.h -lib/thunderbird/include/mozilla-1.5b/nspr/obsolete/prsem.h -lib/thunderbird/include/mozilla-1.5b/nspr/plarena.h -lib/thunderbird/include/mozilla-1.5b/nspr/plarenas.h -lib/thunderbird/include/mozilla-1.5b/nspr/plbase64.h -lib/thunderbird/include/mozilla-1.5b/nspr/plerror.h -lib/thunderbird/include/mozilla-1.5b/nspr/plgetopt.h -lib/thunderbird/include/mozilla-1.5b/nspr/plhash.h -lib/thunderbird/include/mozilla-1.5b/nspr/plresolv.h -lib/thunderbird/include/mozilla-1.5b/nspr/plstr.h -lib/thunderbird/include/mozilla-1.5b/nspr/pratom.h -lib/thunderbird/include/mozilla-1.5b/nspr/prbit.h -lib/thunderbird/include/mozilla-1.5b/nspr/prclist.h -lib/thunderbird/include/mozilla-1.5b/nspr/prcmon.h -lib/thunderbird/include/mozilla-1.5b/nspr/prcountr.h -lib/thunderbird/include/mozilla-1.5b/nspr/prcpucfg.h -lib/thunderbird/include/mozilla-1.5b/nspr/prcvar.h -lib/thunderbird/include/mozilla-1.5b/nspr/prdtoa.h -lib/thunderbird/include/mozilla-1.5b/nspr/prenv.h -lib/thunderbird/include/mozilla-1.5b/nspr/prerr.h -lib/thunderbird/include/mozilla-1.5b/nspr/prerror.h -lib/thunderbird/include/mozilla-1.5b/nspr/prinet.h -lib/thunderbird/include/mozilla-1.5b/nspr/prinit.h -lib/thunderbird/include/mozilla-1.5b/nspr/prinrval.h -lib/thunderbird/include/mozilla-1.5b/nspr/prio.h -lib/thunderbird/include/mozilla-1.5b/nspr/pripcsem.h -lib/thunderbird/include/mozilla-1.5b/nspr/private/pprio.h -lib/thunderbird/include/mozilla-1.5b/nspr/private/pprthred.h -lib/thunderbird/include/mozilla-1.5b/nspr/private/prpriv.h -lib/thunderbird/include/mozilla-1.5b/nspr/prlink.h -lib/thunderbird/include/mozilla-1.5b/nspr/prlock.h -lib/thunderbird/include/mozilla-1.5b/nspr/prlog.h -lib/thunderbird/include/mozilla-1.5b/nspr/prlong.h -lib/thunderbird/include/mozilla-1.5b/nspr/prmem.h -lib/thunderbird/include/mozilla-1.5b/nspr/prmon.h -lib/thunderbird/include/mozilla-1.5b/nspr/prmwait.h -lib/thunderbird/include/mozilla-1.5b/nspr/prnetdb.h -lib/thunderbird/include/mozilla-1.5b/nspr/prolock.h -lib/thunderbird/include/mozilla-1.5b/nspr/prpdce.h -lib/thunderbird/include/mozilla-1.5b/nspr/prprf.h -lib/thunderbird/include/mozilla-1.5b/nspr/prproces.h -lib/thunderbird/include/mozilla-1.5b/nspr/prrng.h -lib/thunderbird/include/mozilla-1.5b/nspr/prrwlock.h -lib/thunderbird/include/mozilla-1.5b/nspr/prshm.h -lib/thunderbird/include/mozilla-1.5b/nspr/prshma.h -lib/thunderbird/include/mozilla-1.5b/nspr/prsystem.h -lib/thunderbird/include/mozilla-1.5b/nspr/prthread.h -lib/thunderbird/include/mozilla-1.5b/nspr/prtime.h -lib/thunderbird/include/mozilla-1.5b/nspr/prtpool.h -lib/thunderbird/include/mozilla-1.5b/nspr/prtrace.h -lib/thunderbird/include/mozilla-1.5b/nspr/prtypes.h -lib/thunderbird/include/mozilla-1.5b/nspr/prvrsion.h -lib/thunderbird/include/mozilla-1.5b/nspr/prwin16.h -lib/thunderbird/include/mozilla-1.5b/pipboot/nsIBufEntropyCollector.h -lib/thunderbird/include/mozilla-1.5b/pipboot/nsISSLStatusProvider.h -lib/thunderbird/include/mozilla-1.5b/pipboot/nsISecurityWarningDialogs.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIASN1Object.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIASN1PrintableItem.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIASN1Sequence.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIBadCertListener.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICMSDecoder.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICMSEncoder.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICMSMessage.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICMSMessageErrors.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICMSSecureMessage.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICRLInfo.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICRLManager.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICertPickDialogs.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICertSelect.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICertTree.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICertificateDialogs.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICipherInfo.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIClientAuthDialogs.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIDOMCryptoDialogs.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIGenKeypairInfoDlg.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIHash.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIKeygenThread.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsINSSCertCache.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIOCSPResponder.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIPK11Token.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIPK11TokenDB.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIPKCS11Module.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIPKCS11ModuleDB.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIPKCS11Slot.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsISMimeCert.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsISSLStatus.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsITokenDialogs.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsITokenPasswordDialogs.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIUserCertPicker.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIX509Cert.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIX509CertDB.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIX509CertValidity.h -lib/thunderbird/include/mozilla-1.5b/pippki/nsIASN1Tree.h -lib/thunderbird/include/mozilla-1.5b/pippki/nsIPKIParamBlock.h -lib/thunderbird/include/mozilla-1.5b/plugin/npapi.h -lib/thunderbird/include/mozilla-1.5b/plugin/npupp.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsDefaultPlugin.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIClassicPluginFactory.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsICookieStorage.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIEventHandler.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIFileUtilities.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIHTTPHeaderListener.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIJRILiveConnectPIPeer.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIJRILiveConnectPlugin.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPlugin.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginDocument.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginHost.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginInputStream.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginInstance.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginInstanceOwner.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginInstancePeer.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginInstancePeer2.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginManager.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginManager2.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginStreamInfo.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginStreamListener.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginTagInfo.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginTagInfo2.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIScriptablePlugin.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIWindowlessPlugInstPeer.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsPIPluginHost.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsPIPluginInstancePeer.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsPluginError.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsPluginLogging.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsPluginNativeWindow.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsPluginsCID.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsplugin.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsplugindefs.h -lib/thunderbird/include/mozilla-1.5b/plugin/nspluginroot.h -lib/thunderbird/include/mozilla-1.5b/pref/nsIPref.h -lib/thunderbird/include/mozilla-1.5b/pref/nsIPrefBranch.h -lib/thunderbird/include/mozilla-1.5b/pref/nsIPrefBranchInternal.h -lib/thunderbird/include/mozilla-1.5b/pref/nsIPrefLocalizedString.h -lib/thunderbird/include/mozilla-1.5b/pref/nsIPrefService.h -lib/thunderbird/include/mozilla-1.5b/pref/nsIRelativeFilePref.h -lib/thunderbird/include/mozilla-1.5b/pref/nsISecurityPref.h -lib/thunderbird/include/mozilla-1.5b/prefetch/nsCPrefetchService.h -lib/thunderbird/include/mozilla-1.5b/prefetch/nsIPrefetchService.h -lib/thunderbird/include/mozilla-1.5b/prefmigr/nsIPrefMigration.h -lib/thunderbird/include/mozilla-1.5b/prefmigr/nsIPrefMigrationProgress.h -lib/thunderbird/include/mozilla-1.5b/prefmigr/nsPrefMigration.h -lib/thunderbird/include/mozilla-1.5b/prefmigr/nsPrefMigrationCIDs.h -lib/thunderbird/include/mozilla-1.5b/prefmigr/nsPrefMigrationFactory.h -lib/thunderbird/include/mozilla-1.5b/profdirserviceprovider/nsProfileDirServiceProvider.h -lib/thunderbird/include/mozilla-1.5b/profile/nsIProfile.h -lib/thunderbird/include/mozilla-1.5b/profile/nsIProfileChangeStatus.h -lib/thunderbird/include/mozilla-1.5b/profile/nsIProfileInternal.h -lib/thunderbird/include/mozilla-1.5b/profile/nsIProfileStartupListener.h -lib/thunderbird/include/mozilla-1.5b/progressDlg/nsIProgressDialog.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsILocalStore.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFCompositeDataSource.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFContainer.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFContainerUtils.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFContentSink.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFDataSource.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFDelegateFactory.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFFileSystem.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFInMemoryDataSource.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFLiteral.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFNode.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFObserver.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFPropagatableDataSource.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFPurgeableDataSource.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFRemoteDataSource.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFResource.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFService.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFXMLParser.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFXMLSerializer.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFXMLSink.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFXMLSource.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsRDFCID.h -lib/thunderbird/include/mozilla-1.5b/rdf/rdf.h -lib/thunderbird/include/mozilla-1.5b/rdfutil/nsRDFResource.h -lib/thunderbird/include/mozilla-1.5b/shistory/nsIHistoryEntry.h -lib/thunderbird/include/mozilla-1.5b/shistory/nsISHContainer.h -lib/thunderbird/include/mozilla-1.5b/shistory/nsISHEntry.h -lib/thunderbird/include/mozilla-1.5b/shistory/nsISHTransaction.h -lib/thunderbird/include/mozilla-1.5b/shistory/nsISHistory.h -lib/thunderbird/include/mozilla-1.5b/shistory/nsISHistoryInternal.h -lib/thunderbird/include/mozilla-1.5b/shistory/nsISHistoryListener.h -lib/thunderbird/include/mozilla-1.5b/sidebar/nsISidebar.h -lib/thunderbird/include/mozilla-1.5b/spellchecker/mozIPersonalDictionary.h -lib/thunderbird/include/mozilla-1.5b/spellchecker/mozISpellCheckingEngine.h -lib/thunderbird/include/mozilla-1.5b/spellchecker/mozISpellI18NManager.h -lib/thunderbird/include/mozilla-1.5b/spellchecker/mozISpellI18NUtil.h -lib/thunderbird/include/mozilla-1.5b/string/nsAFlatString.h -lib/thunderbird/include/mozilla-1.5b/string/nsASingleFragmentString.h -lib/thunderbird/include/mozilla-1.5b/string/nsAString.h -lib/thunderbird/include/mozilla-1.5b/string/nsAStringGenerator.h -lib/thunderbird/include/mozilla-1.5b/string/nsAlgorithm.h -lib/thunderbird/include/mozilla-1.5b/string/nsBufferHandle.h -lib/thunderbird/include/mozilla-1.5b/string/nsBufferHandleUtils.h -lib/thunderbird/include/mozilla-1.5b/string/nsCharTraits.h -lib/thunderbird/include/mozilla-1.5b/string/nsDependentConcatenation.h -lib/thunderbird/include/mozilla-1.5b/string/nsDependentString.h -lib/thunderbird/include/mozilla-1.5b/string/nsDependentSubstring.h -lib/thunderbird/include/mozilla-1.5b/string/nsFragmentedString.h -lib/thunderbird/include/mozilla-1.5b/string/nsLiteralString.h -lib/thunderbird/include/mozilla-1.5b/string/nsPrintfCString.h -lib/thunderbird/include/mozilla-1.5b/string/nsPromiseFlatString.h -lib/thunderbird/include/mozilla-1.5b/string/nsReadableUtils.h -lib/thunderbird/include/mozilla-1.5b/string/nsSharableString.h -lib/thunderbird/include/mozilla-1.5b/string/nsSharedBufferList.h -lib/thunderbird/include/mozilla-1.5b/string/nsSlidingString.h -lib/thunderbird/include/mozilla-1.5b/string/nsStr.h -lib/thunderbird/include/mozilla-1.5b/string/nsStrShared.h -lib/thunderbird/include/mozilla-1.5b/string/nsString.h -lib/thunderbird/include/mozilla-1.5b/string/nsString2.h -lib/thunderbird/include/mozilla-1.5b/string/nsStringDefines.h -lib/thunderbird/include/mozilla-1.5b/string/nsStringFragment.h -lib/thunderbird/include/mozilla-1.5b/string/nsStringFwd.h -lib/thunderbird/include/mozilla-1.5b/string/nsStringIterator.h -lib/thunderbird/include/mozilla-1.5b/string/nsStringIteratorUtils.h -lib/thunderbird/include/mozilla-1.5b/string/nsStringTraits.h -lib/thunderbird/include/mozilla-1.5b/string/nsUTF8Utils.h -lib/thunderbird/include/mozilla-1.5b/string/nsXPIDLString.h -lib/thunderbird/include/mozilla-1.5b/txmgr/nsITransaction.h -lib/thunderbird/include/mozilla-1.5b/txmgr/nsITransactionList.h -lib/thunderbird/include/mozilla-1.5b/txmgr/nsITransactionListener.h -lib/thunderbird/include/mozilla-1.5b/txmgr/nsITransactionManager.h -lib/thunderbird/include/mozilla-1.5b/txmgr/nsTransactionManagerCID.h -lib/thunderbird/include/mozilla-1.5b/txtsvc/nsISpellChecker.h -lib/thunderbird/include/mozilla-1.5b/txtsvc/nsITextService.h -lib/thunderbird/include/mozilla-1.5b/txtsvc/nsITextServicesDocument.h -lib/thunderbird/include/mozilla-1.5b/txtsvc/nsITextServicesFilter.h -lib/thunderbird/include/mozilla-1.5b/txtsvc/nsTextServicesCID.h -lib/thunderbird/include/mozilla-1.5b/ucnative/nsINativeUConvService.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsEncoderDecoderUtils.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsICharRepresentable.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsICharsetAlias.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsICharsetConverterManager.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsIConverterInputStream.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsICurrentCharsetListener.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsIMappingCache.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsIPlatformCharset.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsIScriptableUConv.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsITextToSubURI.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsIUTF8ConverterService.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsIUnicodeDecodeHelper.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsIUnicodeDecoder.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsIUnicodeEncodeHelper.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsIUnicodeEncoder.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsUConvCID.h -lib/thunderbird/include/mozilla-1.5b/uconv/uconvutil.h -lib/thunderbird/include/mozilla-1.5b/ucvcn/nsUCvCnCID.h -lib/thunderbird/include/mozilla-1.5b/ucvibm/nsUCvIBMCID.h -lib/thunderbird/include/mozilla-1.5b/ucvja/nsUCVJA2CID.h -lib/thunderbird/include/mozilla-1.5b/ucvja/nsUCVJACID.h -lib/thunderbird/include/mozilla-1.5b/ucvko/nsUCvKOCID.h -lib/thunderbird/include/mozilla-1.5b/ucvlatin/nsUCvLatinCID.h -lib/thunderbird/include/mozilla-1.5b/ucvtw/nsUCvTWCID.h -lib/thunderbird/include/mozilla-1.5b/ucvtw2/nsUCvTW2CID.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsHankakuToZenkakuCID.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsICaseConversion.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsIEntityConverter.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsIOrderIdFormater.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsISaveAsCharset.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsITextTransform.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsIUGenCategory.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsIUGenDetailCategory.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsIUnicodeNormalizer.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsUnicharUtilCIID.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsUnicharUtils.h -lib/thunderbird/include/mozilla-1.5b/uriloader/nsCURILoader.h -lib/thunderbird/include/mozilla-1.5b/uriloader/nsDocLoader.h -lib/thunderbird/include/mozilla-1.5b/uriloader/nsIContentHandler.h -lib/thunderbird/include/mozilla-1.5b/uriloader/nsIDocumentLoader.h -lib/thunderbird/include/mozilla-1.5b/uriloader/nsIDownload.h -lib/thunderbird/include/mozilla-1.5b/uriloader/nsIURIContentListener.h -lib/thunderbird/include/mozilla-1.5b/uriloader/nsIURILoader.h -lib/thunderbird/include/mozilla-1.5b/uriloader/nsIWebProgress.h -lib/thunderbird/include/mozilla-1.5b/uriloader/nsIWebProgressListener.h -lib/thunderbird/include/mozilla-1.5b/uriloader/nsURILoader.h -lib/thunderbird/include/mozilla-1.5b/util/nsITimeRecorder.h -lib/thunderbird/include/mozilla-1.5b/util/nsTimer.h -lib/thunderbird/include/mozilla-1.5b/util/stopwatch.h -lib/thunderbird/include/mozilla-1.5b/util/xp_obs.h -lib/thunderbird/include/mozilla-1.5b/view/nsICompositeListener.h -lib/thunderbird/include/mozilla-1.5b/view/nsIScrollPositionListener.h -lib/thunderbird/include/mozilla-1.5b/view/nsIScrollableView.h -lib/thunderbird/include/mozilla-1.5b/view/nsIView.h -lib/thunderbird/include/mozilla-1.5b/view/nsIViewManager.h -lib/thunderbird/include/mozilla-1.5b/view/nsIViewObserver.h -lib/thunderbird/include/mozilla-1.5b/view/nsViewsCID.h -lib/thunderbird/include/mozilla-1.5b/wallet/nsCPassword.h -lib/thunderbird/include/mozilla-1.5b/wallet/nsIKeyedStreamGenerator.h -lib/thunderbird/include/mozilla-1.5b/wallet/nsIPassword.h -lib/thunderbird/include/mozilla-1.5b/wallet/nsIPasswordSink.h -lib/thunderbird/include/mozilla-1.5b/wallet/nsIWalletService.h -lib/thunderbird/include/mozilla-1.5b/walletviewers/nsISignonViewer.h -lib/thunderbird/include/mozilla-1.5b/walletviewers/nsIWalletEditor.h -lib/thunderbird/include/mozilla-1.5b/walletviewers/nsIWalletPreview.h -lib/thunderbird/include/mozilla-1.5b/webbrowserpersist/nsCWebBrowserPersist.h -lib/thunderbird/include/mozilla-1.5b/webbrowserpersist/nsIWebBrowserPersist.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsCTooltipTextProvider.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsCWebBrowser.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsICommandHandler.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIContextMenuListener.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIContextMenuListener2.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIEmbeddingSiteWindow.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIEmbeddingSiteWindow2.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIPrintingPrompt.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIPrintingPromptService.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsITooltipListener.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsITooltipTextProvider.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIWebBrowser.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIWebBrowserChrome.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIWebBrowserChromeFocus.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIWebBrowserFocus.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIWebBrowserPrint.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIWebBrowserSetup.h -lib/thunderbird/include/mozilla-1.5b/webshell/nsIClipboardCommands.h -lib/thunderbird/include/mozilla-1.5b/webshell/nsIContentViewerContainer.h -lib/thunderbird/include/mozilla-1.5b/webshell/nsIDocStreamLoaderFactory.h -lib/thunderbird/include/mozilla-1.5b/webshell/nsIDocumentLoaderFactory.h -lib/thunderbird/include/mozilla-1.5b/webshell/nsILinkHandler.h -lib/thunderbird/include/mozilla-1.5b/webshell/nsIRefreshURI.h -lib/thunderbird/include/mozilla-1.5b/webshell/nsIWebShell.h -lib/thunderbird/include/mozilla-1.5b/webshell/nsIWebShellServices.h -lib/thunderbird/include/mozilla-1.5b/widget/mozcontainer.h -lib/thunderbird/include/mozilla-1.5b/widget/mozdrawingarea.h -lib/thunderbird/include/mozilla-1.5b/widget/nsEvent.h -lib/thunderbird/include/mozilla-1.5b/widget/nsGUIEvent.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIAppShell.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIBaseWindow.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIBidiKeyboard.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIButton.h -lib/thunderbird/include/mozilla-1.5b/widget/nsICheckButton.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIClipboard.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIClipboardDragDropHookList.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIClipboardDragDropHooks.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIClipboardHelper.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIClipboardOwner.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIDragService.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIDragSession.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIDragSessionGTK.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIDragSessionMac.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIDragSessionXlib.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIEventListener.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIFilePicker.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIFormatConverter.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIFullScreen.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIKBStateControl.h -lib/thunderbird/include/mozilla-1.5b/widget/nsILabel.h -lib/thunderbird/include/mozilla-1.5b/widget/nsILookAndFeel.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIMenu.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIMenuBar.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIMenuItem.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIMenuListener.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIMenuRollup.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIMouseListener.h -lib/thunderbird/include/mozilla-1.5b/widget/nsINativeScrollbar.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIPluginWidget.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIRollupListener.h -lib/thunderbird/include/mozilla-1.5b/widget/nsISound.h -lib/thunderbird/include/mozilla-1.5b/widget/nsITextWidget.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIToolkit.h -lib/thunderbird/include/mozilla-1.5b/widget/nsITransferable.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIWidget.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIXRemoteClient.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIXRemoteWidgetHelper.h -lib/thunderbird/include/mozilla-1.5b/widget/nsStringUtil.h -lib/thunderbird/include/mozilla-1.5b/widget/nsWidgetSupport.h -lib/thunderbird/include/mozilla-1.5b/widget/nsWidgetsCID.h -lib/thunderbird/include/mozilla-1.5b/widget/nsXRemoteClientCID.h -lib/thunderbird/include/mozilla-1.5b/windowwatcher/nsIAuthPromptWrapper.h -lib/thunderbird/include/mozilla-1.5b/windowwatcher/nsIDialogParamBlock.h -lib/thunderbird/include/mozilla-1.5b/windowwatcher/nsIPromptService.h -lib/thunderbird/include/mozilla-1.5b/windowwatcher/nsIWindowWatcher.h -lib/thunderbird/include/mozilla-1.5b/windowwatcher/nsPIPromptService.h -lib/thunderbird/include/mozilla-1.5b/windowwatcher/nsPIWindowWatcher.h -lib/thunderbird/include/mozilla-1.5b/xlibrgb/xlibrgb.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsAgg.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsAppDirectoryServiceDefs.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsArray.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsArrayEnumerator.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsAtomService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsAutoLock.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsAutoPtr.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsBaseHashtable.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsCOMArray.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsCOMPtr.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsCRT.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsCWeakReference.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsCategoryManagerUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsCheapSets.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsClassHashtable.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsCom.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsComObsolete.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsComponentManagerObsolete.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsComponentManagerUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsCppSharedAllocator.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsDataHashtable.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsDebug.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsDebugImpl.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsDeque.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsDirectoryService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsDirectoryServiceDefs.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsDirectoryServiceUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsDoubleHashtable.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsEnumeratorUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsError.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsEscape.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsEventQueueUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsFastLoadPtr.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsFastLoadService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsFixedSizeAllocator.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsGenericFactory.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsHashKeys.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsHashSets.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsHashtable.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIAllocator.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIArray.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIAsyncInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIAsyncOutputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIAtom.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIAtomService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIBinaryInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIBinaryOutputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIByteArrayInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIByteBuffer.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsICategoryManager.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIClassInfo.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsICollection.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIComponentLoader.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIComponentLoaderManager.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIComponentManager.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIComponentManagerObsolete.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIComponentRegistrar.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIConsoleListener.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIConsoleMessage.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIConsoleService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsID.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIDebug.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIDirectoryService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIEnumerator.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIErrorService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIEventQueue.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIEventQueueService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIException.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIExceptionService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIFactory.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIFastLoadFileControl.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIFastLoadService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIFile.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIGenericFactory.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIID.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIInputStreamTee.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIInterfaceInfo.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIInterfaceInfoManager.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIInterfaceRequestor.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIInterfaceRequestorUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsILineInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsILocalFile.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIMemory.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIModule.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIMultiplexInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsINativeComponentLoader.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIObjectInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIObjectOutputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIObserver.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIObserverService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIOutputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIPersistentProperties2.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIPipe.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIProcess.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIProgrammingLanguage.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIProperties.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIPropertyBag.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIProxyCreateInstance.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIProxyObjectManager.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIRecyclingAllocator.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIRunnable.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIScriptableInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISeekableStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISerializable.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIServiceManager.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIServiceManagerObsolete.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIServiceManagerUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISimpleEnumerator.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIStorageStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIStreamBufferAccess.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIStringEnumerator.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIStringService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIStringStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISupports.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISupportsArray.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISupportsBase.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISupportsImpl.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISupportsIterators.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISupportsObsolete.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISupportsPrimitives.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISupportsUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIThread.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIThreadPool.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsITimelineService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsITimer.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsITimerInternal.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsITimerManager.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsITraceRefcnt.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIUnicharBuffer.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIUnicharInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIVariant.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIWeakReference.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIWeakReferenceUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIXPTLoader.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsInt64.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsInterfaceHashtable.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsLinebreakConverter.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsLocalFile.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsLocalFileUnix.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsMemory.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsMultiplexInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsNativeCharsetUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsNativeComponentLoader.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsObserverService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsObsoleteModuleLoading.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsProcess.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsProxiedService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsProxyEvent.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsProxyRelease.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsQuickSort.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsRecyclingAllocator.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsScriptableInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsStaticAtom.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsStaticComponent.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsStaticNameTable.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsStorageStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsStreamUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsStringEnumerator.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsStringIO.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsStringStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsSupportsArray.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsSupportsPrimitives.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsTHashtable.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsTextFormatter.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsTime.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsTraceRefcnt.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsTraceRefcntImpl.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsUnitConversion.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsValueArray.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsVariant.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsVector.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsVoidArray.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsWeakPtr.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsWeakReference.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsXPCOM.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsXPCOMCID.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsXPCOMGlue.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nscore.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsrootidl.h -lib/thunderbird/include/mozilla-1.5b/xpcom/pldhash.h -lib/thunderbird/include/mozilla-1.5b/xpcom/plevent.h -lib/thunderbird/include/mozilla-1.5b/xpcom/plvector.h -lib/thunderbird/include/mozilla-1.5b/xpcom/xcDll.h -lib/thunderbird/include/mozilla-1.5b/xpcom/xpcom-config.h -lib/thunderbird/include/mozilla-1.5b/xpcom/xpt_arena.h -lib/thunderbird/include/mozilla-1.5b/xpcom/xpt_struct.h -lib/thunderbird/include/mozilla-1.5b/xpcom/xpt_xdr.h -lib/thunderbird/include/mozilla-1.5b/xpcom/xptcall.h -lib/thunderbird/include/mozilla-1.5b/xpcom/xptcstubsdecl.inc -lib/thunderbird/include/mozilla-1.5b/xpcom/xptcstubsdef.inc -lib/thunderbird/include/mozilla-1.5b/xpcom/xptinfo.h -lib/thunderbird/include/mozilla-1.5b/xpcom_obsolete/nsFileSpec.h -lib/thunderbird/include/mozilla-1.5b/xpcom_obsolete/nsFileStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom_obsolete/nsIFileSpec.h -lib/thunderbird/include/mozilla-1.5b/xpcom_obsolete/nsIFileStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom_obsolete/nsIRegistry.h -lib/thunderbird/include/mozilla-1.5b/xpcom_obsolete/nsIRegistryUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom_obsolete/nsSpecialSystemDirectory.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/XPCIDispatch.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/mozIJSSubScriptLoader.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/nsIJSContextStack.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/nsIJSRuntimeService.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/nsIScriptError.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/nsIScriptableInterfaces.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/nsIXPCScriptNotify.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/nsIXPCScriptable.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/nsIXPCSecurityManager.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/nsIXPConnect.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/xpc_map_end.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/xpccomponents.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/xpcexception.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/xpcjsid.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/InstallCleanupDefines.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsIDOMInstallTriggerGlobal.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsIDOMInstallVersion.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsISoftwareUpdate.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsIXPIDialogService.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsIXPINotifier.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsIXPIProgressDialog.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsPICertNotification.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsPIXPIProxy.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsPIXPIStubHook.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsSoftwareUpdateIIDs.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsXPITriggerInfo.h -lib/thunderbird/include/mozilla-1.5b/xprintutil/xprintutil.h -lib/thunderbird/include/mozilla-1.5b/xremoteservice/nsIXRemoteService.h -lib/thunderbird/include/mozilla-1.5b/xul/nsIXULContent.h -lib/thunderbird/include/mozilla-1.5b/xul/nsIXULPopupListener.h -lib/thunderbird/include/mozilla-1.5b/xulapp/nsXULAppAPI.h -lib/thunderbird/include/mozilla-1.5b/xuldoc/nsIController.h -lib/thunderbird/include/mozilla-1.5b/xuldoc/nsIControllers.h -lib/thunderbird/include/mozilla-1.5b/xuldoc/nsIXULContentSink.h -lib/thunderbird/include/mozilla-1.5b/xuldoc/nsIXULDocument.h -lib/thunderbird/include/mozilla-1.5b/xuldoc/nsIXULPrototypeCache.h -lib/thunderbird/include/mozilla-1.5b/xuldoc/nsIXULPrototypeDocument.h -lib/thunderbird/include/mozilla-1.5b/xultmpl/nsIXULBuilderListener.h -lib/thunderbird/include/mozilla-1.5b/xultmpl/nsIXULSortService.h -lib/thunderbird/include/mozilla-1.5b/xultmpl/nsIXULTemplateBuilder.h -lib/thunderbird/lib/mozilla-1.5b/TestGtkEmbed -lib/thunderbird/lib/mozilla-1.5b/chrome/US.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/chromelist.txt -lib/thunderbird/lib/mozilla-1.5b/chrome/classic.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/comm.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/en-US.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/en-win.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/icons/default/abcardWindow.ico -lib/thunderbird/lib/mozilla-1.5b/chrome/icons/default/addressbookWindow.ico -lib/thunderbird/lib/mozilla-1.5b/chrome/icons/default/default.xpm -lib/thunderbird/lib/mozilla-1.5b/chrome/icons/default/messengerWindow.ico -lib/thunderbird/lib/mozilla-1.5b/chrome/icons/default/msgcomposeWindow.ico -lib/thunderbird/lib/mozilla-1.5b/chrome/installed-chrome.txt -lib/thunderbird/lib/mozilla-1.5b/chrome/messenger.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/modern.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/pipnss.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/pippki.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit.jar -lib/thunderbird/lib/mozilla-1.5b/components/accessibility-atk.xpt -lib/thunderbird/lib/mozilla-1.5b/components/accessibility.xpt -lib/thunderbird/lib/mozilla-1.5b/components/addrbook.xpt -lib/thunderbird/lib/mozilla-1.5b/components/appshell.xpt -lib/thunderbird/lib/mozilla-1.5b/components/autocomplete.xpt -lib/thunderbird/lib/mozilla-1.5b/components/bookmarks.xpt -lib/thunderbird/lib/mozilla-1.5b/components/caps.xpt -lib/thunderbird/lib/mozilla-1.5b/components/chardet.xpt -lib/thunderbird/lib/mozilla-1.5b/components/chrome.xpt -lib/thunderbird/lib/mozilla-1.5b/components/commandhandler.xpt -lib/thunderbird/lib/mozilla-1.5b/components/composer.xpt -lib/thunderbird/lib/mozilla-1.5b/components/content_base.xpt -lib/thunderbird/lib/mozilla-1.5b/components/content_html.xpt -lib/thunderbird/lib/mozilla-1.5b/components/content_htmldoc.xpt -lib/thunderbird/lib/mozilla-1.5b/components/content_xmldoc.xpt -lib/thunderbird/lib/mozilla-1.5b/components/content_xslt.xpt -lib/thunderbird/lib/mozilla-1.5b/components/docshell.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_base.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_core.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_css.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_events.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_html.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_range.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_stylesheets.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_traversal.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_views.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_xbl.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_xpath.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_xul.xpt -lib/thunderbird/lib/mozilla-1.5b/components/downloadmanager.xpt -lib/thunderbird/lib/mozilla-1.5b/components/editor.xpt -lib/thunderbird/lib/mozilla-1.5b/components/embed_base.xpt -lib/thunderbird/lib/mozilla-1.5b/components/exthandler.xpt -lib/thunderbird/lib/mozilla-1.5b/components/filepicker.xpt -lib/thunderbird/lib/mozilla-1.5b/components/find.xpt -lib/thunderbird/lib/mozilla-1.5b/components/gfx.xpt -lib/thunderbird/lib/mozilla-1.5b/components/helperAppDlg.xpt -lib/thunderbird/lib/mozilla-1.5b/components/history.xpt -lib/thunderbird/lib/mozilla-1.5b/components/htmlparser.xpt -lib/thunderbird/lib/mozilla-1.5b/components/imglib2.xpt -lib/thunderbird/lib/mozilla-1.5b/components/impComm4xMail.xpt -lib/thunderbird/lib/mozilla-1.5b/components/import.xpt -lib/thunderbird/lib/mozilla-1.5b/components/intl.xpt -lib/thunderbird/lib/mozilla-1.5b/components/jar.xpt -lib/thunderbird/lib/mozilla-1.5b/components/jsconsole-clhandler.js -lib/thunderbird/lib/mozilla-1.5b/components/jsconsole.xpt -lib/thunderbird/lib/mozilla-1.5b/components/jsdservice.xpt -lib/thunderbird/lib/mozilla-1.5b/components/jsurl.xpt -lib/thunderbird/lib/mozilla-1.5b/components/layout_base.xpt -lib/thunderbird/lib/mozilla-1.5b/components/layout_xul.xpt -lib/thunderbird/lib/mozilla-1.5b/components/layout_xul_tree.xpt -lib/thunderbird/lib/mozilla-1.5b/components/libaccessibility.so -lib/thunderbird/lib/mozilla-1.5b/components/libappcomps.so -lib/thunderbird/lib/mozilla-1.5b/components/libcaps.so -lib/thunderbird/lib/mozilla-1.5b/components/libchrome.so -lib/thunderbird/lib/mozilla-1.5b/components/libcomposer.so -lib/thunderbird/lib/mozilla-1.5b/components/libdocshell.so -lib/thunderbird/lib/mozilla-1.5b/components/libeditor.so -lib/thunderbird/lib/mozilla-1.5b/components/libembed_lite.so -lib/thunderbird/lib/mozilla-1.5b/components/libembedcomponents.so -lib/thunderbird/lib/mozilla-1.5b/components/libfileview.so -lib/thunderbird/lib/mozilla-1.5b/components/libgfx_gtk.so -lib/thunderbird/lib/mozilla-1.5b/components/libgfxps.so -lib/thunderbird/lib/mozilla-1.5b/components/libgfxxprint.so -lib/thunderbird/lib/mozilla-1.5b/components/libgklayout.so -lib/thunderbird/lib/mozilla-1.5b/components/libgkplugin.so -lib/thunderbird/lib/mozilla-1.5b/components/libhtmlpars.so -lib/thunderbird/lib/mozilla-1.5b/components/libi18n.so -lib/thunderbird/lib/mozilla-1.5b/components/libimglib2.so -lib/thunderbird/lib/mozilla-1.5b/components/libimport.so -lib/thunderbird/lib/mozilla-1.5b/components/libjar50.so -lib/thunderbird/lib/mozilla-1.5b/components/libjsd.so -lib/thunderbird/lib/mozilla-1.5b/components/libjsdom.so -lib/thunderbird/lib/mozilla-1.5b/components/libmail.so -lib/thunderbird/lib/mozilla-1.5b/components/libmork.so -lib/thunderbird/lib/mozilla-1.5b/components/libmozfind.so -lib/thunderbird/lib/mozilla-1.5b/components/libmozldap.so -lib/thunderbird/lib/mozilla-1.5b/components/libmsgsmime.so -lib/thunderbird/lib/mozilla-1.5b/components/libmyspell.so -lib/thunderbird/lib/mozilla-1.5b/components/libnecko.so -lib/thunderbird/lib/mozilla-1.5b/components/libnecko2.so -lib/thunderbird/lib/mozilla-1.5b/components/libnsappshell.so -lib/thunderbird/lib/mozilla-1.5b/components/libnsprefm.so -lib/thunderbird/lib/mozilla-1.5b/components/libpipboot.so -lib/thunderbird/lib/mozilla-1.5b/components/libpipnss.so -lib/thunderbird/lib/mozilla-1.5b/components/libpippki.so -lib/thunderbird/lib/mozilla-1.5b/components/libpref.so -lib/thunderbird/lib/mozilla-1.5b/components/libprofile.so -lib/thunderbird/lib/mozilla-1.5b/components/librdf.so -lib/thunderbird/lib/mozilla-1.5b/components/libspellchecker.so -lib/thunderbird/lib/mozilla-1.5b/components/libtxmgr.so -lib/thunderbird/lib/mozilla-1.5b/components/libuconv.so -lib/thunderbird/lib/mozilla-1.5b/components/libwallet.so -lib/thunderbird/lib/mozilla-1.5b/components/libwalletviewers.so -lib/thunderbird/lib/mozilla-1.5b/components/libwebbrwsr.so -lib/thunderbird/lib/mozilla-1.5b/components/libwidget_gtk2.so -lib/thunderbird/lib/mozilla-1.5b/components/libxpcom_compat_c.so -lib/thunderbird/lib/mozilla-1.5b/components/libxpconnect.so -lib/thunderbird/lib/mozilla-1.5b/components/libxpinstall.so -lib/thunderbird/lib/mozilla-1.5b/components/libxremote_client.so -lib/thunderbird/lib/mozilla-1.5b/components/libxremoteservice.so -lib/thunderbird/lib/mozilla-1.5b/components/locale.xpt -lib/thunderbird/lib/mozilla-1.5b/components/lwbrk.xpt -lib/thunderbird/lib/mozilla-1.5b/components/mailnews.xpt -lib/thunderbird/lib/mozilla-1.5b/components/mailview.xpt -lib/thunderbird/lib/mozilla-1.5b/components/mdn-service.js -lib/thunderbird/lib/mozilla-1.5b/components/mime.xpt -lib/thunderbird/lib/mozilla-1.5b/components/mimetype.xpt -lib/thunderbird/lib/mozilla-1.5b/components/mozbrwsr.xpt -lib/thunderbird/lib/mozilla-1.5b/components/mozfind.xpt -lib/thunderbird/lib/mozilla-1.5b/components/mozldap.xpt -lib/thunderbird/lib/mozilla-1.5b/components/msgbase.xpt -lib/thunderbird/lib/mozilla-1.5b/components/msgcompose.xpt -lib/thunderbird/lib/mozilla-1.5b/components/msgdb.xpt -lib/thunderbird/lib/mozilla-1.5b/components/msgimap.xpt -lib/thunderbird/lib/mozilla-1.5b/components/msglocal.xpt -lib/thunderbird/lib/mozilla-1.5b/components/msgnews.xpt -lib/thunderbird/lib/mozilla-1.5b/components/msgsearch.xpt -lib/thunderbird/lib/mozilla-1.5b/components/msgsmime.xpt -lib/thunderbird/lib/mozilla-1.5b/components/myspell/en-US.aff -lib/thunderbird/lib/mozilla-1.5b/components/myspell/en-US.dic -lib/thunderbird/lib/mozilla-1.5b/components/necko.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_about.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_cache.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_cookie.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_data.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_dns.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_file.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_ftp.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_http.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_jar.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_res.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_socket.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_strconv.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_viewsource.xpt -lib/thunderbird/lib/mozilla-1.5b/components/nsCloseAllWindows.js -lib/thunderbird/lib/mozilla-1.5b/components/nsDownloadProgressListener.js -lib/thunderbird/lib/mozilla-1.5b/components/nsFilePicker.js -lib/thunderbird/lib/mozilla-1.5b/components/nsHelperAppDlg.js -lib/thunderbird/lib/mozilla-1.5b/components/nsLDAPPrefsService.js -lib/thunderbird/lib/mozilla-1.5b/components/nsProgressDialog.js -lib/thunderbird/lib/mozilla-1.5b/components/nsProxyAutoConfig.js -lib/thunderbird/lib/mozilla-1.5b/components/pipboot.xpt -lib/thunderbird/lib/mozilla-1.5b/components/pipnss.xpt -lib/thunderbird/lib/mozilla-1.5b/components/pippki.xpt -lib/thunderbird/lib/mozilla-1.5b/components/plugin.xpt -lib/thunderbird/lib/mozilla-1.5b/components/pref.xpt -lib/thunderbird/lib/mozilla-1.5b/components/prefetch.xpt -lib/thunderbird/lib/mozilla-1.5b/components/prefmigr.xpt -lib/thunderbird/lib/mozilla-1.5b/components/profile.xpt -lib/thunderbird/lib/mozilla-1.5b/components/progressDlg.xpt -lib/thunderbird/lib/mozilla-1.5b/components/proxyObjInst.xpt -lib/thunderbird/lib/mozilla-1.5b/components/rdf.xpt -lib/thunderbird/lib/mozilla-1.5b/components/shistory.xpt -lib/thunderbird/lib/mozilla-1.5b/components/sidebar.xpt -lib/thunderbird/lib/mozilla-1.5b/components/signonviewer.xpt -lib/thunderbird/lib/mozilla-1.5b/components/smime-service.js -lib/thunderbird/lib/mozilla-1.5b/components/spellchecker.xpt -lib/thunderbird/lib/mozilla-1.5b/components/timebomb.xpt -lib/thunderbird/lib/mozilla-1.5b/components/txmgr.xpt -lib/thunderbird/lib/mozilla-1.5b/components/txtsvc.xpt -lib/thunderbird/lib/mozilla-1.5b/components/ucnative.xpt -lib/thunderbird/lib/mozilla-1.5b/components/uconv.xpt -lib/thunderbird/lib/mozilla-1.5b/components/unicharutil.xpt -lib/thunderbird/lib/mozilla-1.5b/components/uriloader.xpt -lib/thunderbird/lib/mozilla-1.5b/components/util.xpt -lib/thunderbird/lib/mozilla-1.5b/components/wallet.xpt -lib/thunderbird/lib/mozilla-1.5b/components/walleteditor.xpt -lib/thunderbird/lib/mozilla-1.5b/components/walletpreview.xpt -lib/thunderbird/lib/mozilla-1.5b/components/webBrowser_core.xpt -lib/thunderbird/lib/mozilla-1.5b/components/webbrowserpersist.xpt -lib/thunderbird/lib/mozilla-1.5b/components/webshell_idls.xpt -lib/thunderbird/lib/mozilla-1.5b/components/widget.xpt -lib/thunderbird/lib/mozilla-1.5b/components/windowds.xpt -lib/thunderbird/lib/mozilla-1.5b/components/windowwatcher.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xpcom_base.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xpcom_components.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xpcom_ds.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xpcom_io.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xpcom_obsolete.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xpcom_threads.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xpcom_xpti.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xpconnect.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xpinstall.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xremoteservice.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xuldoc.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xultmpl.xpt -lib/thunderbird/lib/mozilla-1.5b/defaults/messenger/US/mailViews.dat -lib/thunderbird/lib/mozilla-1.5b/defaults/messenger/mailViews.dat -lib/thunderbird/lib/mozilla-1.5b/defaults/pref/all.js -lib/thunderbird/lib/mozilla-1.5b/defaults/pref/editor.js -lib/thunderbird/lib/mozilla-1.5b/defaults/pref/mailnews.js -lib/thunderbird/lib/mozilla-1.5b/defaults/pref/mdn.js -lib/thunderbird/lib/mozilla-1.5b/defaults/pref/security-prefs.js -lib/thunderbird/lib/mozilla-1.5b/defaults/pref/smime.js -lib/thunderbird/lib/mozilla-1.5b/defaults/pref/unix.js -lib/thunderbird/lib/mozilla-1.5b/defaults/pref/xpinstall.js -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/US/bookmarks.html -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/US/chrome/userChrome-example.css -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/US/chrome/userContent-example.css -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/US/localstore.rdf -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/US/mimeTypes.rdf -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/US/panels.rdf -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/US/search.rdf -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/bookmarks.html -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/chrome/userChrome-example.css -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/chrome/userContent-example.css -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/localstore.rdf -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/mimeTypes.rdf -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/panels.rdf -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/search.rdf -lib/thunderbird/lib/mozilla-1.5b/defaults/wallet/DistinguishedSchema.tbl -lib/thunderbird/lib/mozilla-1.5b/defaults/wallet/FieldSchema.tbl -lib/thunderbird/lib/mozilla-1.5b/defaults/wallet/PositionalSchema.tbl -lib/thunderbird/lib/mozilla-1.5b/defaults/wallet/SchemaConcat.tbl -lib/thunderbird/lib/mozilla-1.5b/defaults/wallet/SchemaStrings.tbl -lib/thunderbird/lib/mozilla-1.5b/defaults/wallet/StateSchema.tbl -lib/thunderbird/lib/mozilla-1.5b/defaults/wallet/VcardSchema.tbl -lib/thunderbird/lib/mozilla-1.5b/libgkgfx.so -lib/thunderbird/lib/mozilla-1.5b/libgtkembedmoz.so -lib/thunderbird/lib/mozilla-1.5b/libgtkxtbin.so -lib/thunderbird/lib/mozilla-1.5b/libldap50.so -lib/thunderbird/lib/mozilla-1.5b/libmozjs.so -lib/thunderbird/lib/mozilla-1.5b/libnspr4.so -lib/thunderbird/lib/mozilla-1.5b/libnss3.so -lib/thunderbird/lib/mozilla-1.5b/libnssckbi.so -lib/thunderbird/lib/mozilla-1.5b/libnullplugin.so -lib/thunderbird/lib/mozilla-1.5b/libplc4.so -lib/thunderbird/lib/mozilla-1.5b/libplds4.so -lib/thunderbird/lib/mozilla-1.5b/libprldap50.so -lib/thunderbird/lib/mozilla-1.5b/libsmime3.so -lib/thunderbird/lib/mozilla-1.5b/libsoftokn3.chk -lib/thunderbird/lib/mozilla-1.5b/libsoftokn3.so -lib/thunderbird/lib/mozilla-1.5b/libssl3.so -lib/thunderbird/lib/mozilla-1.5b/libxlibrgb.so -lib/thunderbird/lib/mozilla-1.5b/libxpcom.so -lib/thunderbird/lib/mozilla-1.5b/libxpcom_compat.so -lib/thunderbird/lib/mozilla-1.5b/libxpistub.so -lib/thunderbird/lib/mozilla-1.5b/mozilla-xremote-client -lib/thunderbird/lib/mozilla-1.5b/plugins/libnullplugin.so -lib/thunderbird/lib/mozilla-1.5b/regchrome -lib/thunderbird/lib/mozilla-1.5b/regxpcom -lib/thunderbird/lib/mozilla-1.5b/res/EditorOverride.css -lib/thunderbird/lib/mozilla-1.5b/res/arrow.gif -lib/thunderbird/lib/mozilla-1.5b/res/arrowd.gif -lib/thunderbird/lib/mozilla-1.5b/res/broken-image.gif -lib/thunderbird/lib/mozilla-1.5b/res/builtin/htmlBindings.xml -lib/thunderbird/lib/mozilla-1.5b/res/builtin/platformHTMLBindings.xml -lib/thunderbird/lib/mozilla-1.5b/res/charsetData.properties -lib/thunderbird/lib/mozilla-1.5b/res/charsetalias.properties -lib/thunderbird/lib/mozilla-1.5b/res/cmessage.txt -lib/thunderbird/lib/mozilla-1.5b/res/dtd/xhtml11.dtd -lib/thunderbird/lib/mozilla-1.5b/res/entityTables/html40Latin1.properties -lib/thunderbird/lib/mozilla-1.5b/res/entityTables/html40Special.properties -lib/thunderbird/lib/mozilla-1.5b/res/entityTables/html40Symbols.properties -lib/thunderbird/lib/mozilla-1.5b/res/entityTables/htmlEntityVersions.properties -lib/thunderbird/lib/mozilla-1.5b/res/entityTables/transliterate.properties -lib/thunderbird/lib/mozilla-1.5b/res/fonts/fontEncoding.properties -lib/thunderbird/lib/mozilla-1.5b/res/forms.css -lib/thunderbird/lib/mozilla-1.5b/res/grabber.gif -lib/thunderbird/lib/mozilla-1.5b/res/html.css -lib/thunderbird/lib/mozilla-1.5b/res/html/gopher-audio.gif -lib/thunderbird/lib/mozilla-1.5b/res/html/gopher-binary.gif -lib/thunderbird/lib/mozilla-1.5b/res/html/gopher-find.gif -lib/thunderbird/lib/mozilla-1.5b/res/html/gopher-image.gif -lib/thunderbird/lib/mozilla-1.5b/res/html/gopher-menu.gif -lib/thunderbird/lib/mozilla-1.5b/res/html/gopher-movie.gif -lib/thunderbird/lib/mozilla-1.5b/res/html/gopher-sound.gif -lib/thunderbird/lib/mozilla-1.5b/res/html/gopher-telnet.gif -lib/thunderbird/lib/mozilla-1.5b/res/html/gopher-text.gif -lib/thunderbird/lib/mozilla-1.5b/res/html/gopher-unknown.gif -lib/thunderbird/lib/mozilla-1.5b/res/langGroups.properties -lib/thunderbird/lib/mozilla-1.5b/res/language.properties -lib/thunderbird/lib/mozilla-1.5b/res/loading-image.gif -lib/thunderbird/lib/mozilla-1.5b/res/platform-forms.css -lib/thunderbird/lib/mozilla-1.5b/res/quirk.css -lib/thunderbird/lib/mozilla-1.5b/res/rdf/article.gif -lib/thunderbird/lib/mozilla-1.5b/res/rdf/document.gif -lib/thunderbird/lib/mozilla-1.5b/res/rdf/dom-test-1.xul -lib/thunderbird/lib/mozilla-1.5b/res/rdf/dom-test-2.xul -lib/thunderbird/lib/mozilla-1.5b/res/rdf/dom-test-3.xul -lib/thunderbird/lib/mozilla-1.5b/res/rdf/dom-test-4.css -lib/thunderbird/lib/mozilla-1.5b/res/rdf/dom-test-4.xul -lib/thunderbird/lib/mozilla-1.5b/res/rdf/dom-test-5.xul -lib/thunderbird/lib/mozilla-1.5b/res/rdf/dom-test-6.xul -lib/thunderbird/lib/mozilla-1.5b/res/rdf/dom-test-7.xul -lib/thunderbird/lib/mozilla-1.5b/res/rdf/dom-test-8.xul -lib/thunderbird/lib/mozilla-1.5b/res/rdf/folder-closed.gif -lib/thunderbird/lib/mozilla-1.5b/res/rdf/folder-open.gif -lib/thunderbird/lib/mozilla-1.5b/res/rdf/ignore-test.xul -lib/thunderbird/lib/mozilla-1.5b/res/rdf/loading.gif -lib/thunderbird/lib/mozilla-1.5b/res/rdf/xpidl-test-1.xul -lib/thunderbird/lib/mozilla-1.5b/res/sample.unixpsfonts.properties -lib/thunderbird/lib/mozilla-1.5b/res/samples/Anieyes.gif -lib/thunderbird/lib/mozilla-1.5b/res/samples/aform.css -lib/thunderbird/lib/mozilla-1.5b/res/samples/beeptest.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/bform.css -lib/thunderbird/lib/mozilla-1.5b/res/samples/bg.jpg -lib/thunderbird/lib/mozilla-1.5b/res/samples/cform.css -lib/thunderbird/lib/mozilla-1.5b/res/samples/checkboxTest.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/colorpicker.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/demoform.css -lib/thunderbird/lib/mozilla-1.5b/res/samples/dexopenchrome.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/dexparamdialog.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/dexparamdialog.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/find.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/gear1.gif -lib/thunderbird/lib/mozilla-1.5b/res/samples/hidetoolicon.css -lib/thunderbird/lib/mozilla-1.5b/res/samples/hidetoolicon.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/image_props.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/mozform.css -lib/thunderbird/lib/mozilla-1.5b/res/samples/printsetup.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/raptor.jpg -lib/thunderbird/lib/mozilla-1.5b/res/samples/rock_gra.gif -lib/thunderbird/lib/mozilla-1.5b/res/samples/sampleimages/bongo.gif -lib/thunderbird/lib/mozilla-1.5b/res/samples/sampleimages/down.gif -lib/thunderbird/lib/mozilla-1.5b/res/samples/sampleimages/left.gif -lib/thunderbird/lib/mozilla-1.5b/res/samples/sampleimages/right.gif -lib/thunderbird/lib/mozilla-1.5b/res/samples/sampleimages/up.gif -lib/thunderbird/lib/mozilla-1.5b/res/samples/scrollbarTest1.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/scrollbarTest2.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/sliderTest1.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/soundtest.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/tab.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/test.wav -lib/thunderbird/lib/mozilla-1.5b/res/samples/test0.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test1.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test10.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test11.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test12.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test13.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test14.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test15.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test16.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test2.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test3.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test4.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test5.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test6.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test7.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test8-1.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test8.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test8dom.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test8sca.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test8siz.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test8tab.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test9.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test9a.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test9b.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test_ed.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test_form.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test_gfx.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test_lbox.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test_pr.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test_weight.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/toolbarTest1.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/treeTest1.css -lib/thunderbird/lib/mozilla-1.5b/res/samples/treeTest1.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/widgets.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/xpmenu.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/xulTest.css -lib/thunderbird/lib/mozilla-1.5b/res/table-add-column-after-active.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-column-after-hover.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-column-after.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-column-before-active.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-column-before-hover.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-column-before.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-row-after-active.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-row-after-hover.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-row-after.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-row-before-active.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-row-before-hover.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-row-before.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-remove-column-active.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-remove-column-hover.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-remove-column.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-remove-row-active.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-remove-row-hover.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-remove-row.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anim.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims00.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims01.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims02.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims03.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims04.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims05.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims06.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims07.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims08.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims09.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims10.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims11.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims12.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims13.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims14.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims15.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims16.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims17.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims18.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims19.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims20.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims21.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims22.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims23.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims24.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims25.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims26.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims27.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims28.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims29.gif -lib/thunderbird/lib/mozilla-1.5b/res/ua.css -lib/thunderbird/lib/mozilla-1.5b/res/unixcharset.properties -lib/thunderbird/lib/mozilla-1.5b/res/viewer.properties -lib/thunderbird/lib/mozilla-1.5b/res/viewsource.css -lib/thunderbird/lib/mozilla-1.5b/run-mozilla.sh -lib/thunderbird/lib/mozilla-1.5b/thunderbird-bin -lib/thunderbird/lib/mozilla-1.5b/timebombgen -lib/thunderbird/lib/mozilla-1.5b/xpcshell -lib/thunderbird/lib/mozilla-1.5b/xpicleanup -lib/thunderbird/lib/mozilla-1.5b/xpidl -lib/thunderbird/lib/mozilla-1.5b/xpt_dump -lib/thunderbird/lib/mozilla-1.5b/xpt_link -lib/thunderbird/lib/pkgconfig/mozilla-gtkmozembed.pc -lib/thunderbird/lib/pkgconfig/mozilla-js.pc -lib/thunderbird/lib/pkgconfig/mozilla-nspr.pc -lib/thunderbird/lib/pkgconfig/mozilla-nss.pc -lib/thunderbird/lib/pkgconfig/mozilla-plugin.pc -lib/thunderbird/lib/pkgconfig/mozilla-xpcom.pc -lib/thunderbird/share/aclocal/nspr.m4 -lib/thunderbird/share/idl/mozilla-1.5b/MailNewsTypes2.idl -lib/thunderbird/share/idl/mozilla-1.5b/XPCIDispatch.idl -lib/thunderbird/share/idl/mozilla-1.5b/domstubs.idl -lib/thunderbird/share/idl/mozilla-1.5b/gfxIFormats.idl -lib/thunderbird/share/idl/mozilla-1.5b/gfxIImageFrame.idl -lib/thunderbird/share/idl/mozilla-1.5b/gfxtypes.idl -lib/thunderbird/share/idl/mozilla-1.5b/imgICache.idl -lib/thunderbird/share/idl/mozilla-1.5b/imgIContainer.idl -lib/thunderbird/share/idl/mozilla-1.5b/imgIContainerObserver.idl -lib/thunderbird/share/idl/mozilla-1.5b/imgIDecoder.idl -lib/thunderbird/share/idl/mozilla-1.5b/imgIDecoderObserver.idl -lib/thunderbird/share/idl/mozilla-1.5b/imgILoad.idl -lib/thunderbird/share/idl/mozilla-1.5b/imgILoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/imgIRequest.idl -lib/thunderbird/share/idl/mozilla-1.5b/jsdIDebuggerService.idl -lib/thunderbird/share/idl/mozilla-1.5b/mozIJSSubScriptLoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/mozIPersonalDictionary.idl -lib/thunderbird/share/idl/mozilla-1.5b/mozISpellCheckingEngine.idl -lib/thunderbird/share/idl/mozilla-1.5b/mozISpellI18NManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/mozISpellI18NUtil.idl -lib/thunderbird/share/idl/mozilla-1.5b/mozITXTToHTMLConv.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsCDefaultURIFixup.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsCDocShell.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsCExternalHandlerService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsCURILoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsCWebBrowser.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsCWebBrowserPersist.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIASN1Object.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIASN1PrintableItem.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIASN1Sequence.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIASN1Tree.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbAddressCollecter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbAutoCompleteSession.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbBase.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbBooleanExpression.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbCard.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbDirFactory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbDirFactoryService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbDirectory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbDirectoryQuery.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbDirectoryQueryProxy.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbDirectorySearch.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbLDAPAutoCompFormatter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbLDAPReplicationData.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbLDAPReplicationQuery.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbLDAPReplicationService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbMDBCard.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbMDBDirectory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbUpgrader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbView.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAboutModule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessNode.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibilityService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessible.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleAction.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleCaret.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleDocument.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleEditableText.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleHyperLink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleHyperText.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleProvider.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleRetrieval.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleSelectable.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleTable.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleText.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleValue.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAddbookUrl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAddrBookSession.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAddrDBAnnouncer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAddrDBListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAddrDatabase.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAddressBook.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAggregatePrincipal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAppShell.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAppShellService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIArray.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAsyncInputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAsyncOutputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAsyncStreamCopier.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAtom.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAtomService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAuthPrompt.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAuthPromptWrapper.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAutoCompleteListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAutoCompleteResults.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAutoCompleteSession.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBadCertListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBaseWindow.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBidiKeyboard.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBinaryInputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBinaryOutputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBookmarksService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBoxLayoutManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBoxObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBoxPaintManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBrowserBoxObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBrowserHistory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBrowserInstance.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBufEntropyCollector.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBufferedStreams.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIByteArrayInputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIByteRangeRequest.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICMSDecoder.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICMSEncoder.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICMSMessage.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICMSMessageErrors.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICMSSecureMessage.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICRLInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICRLManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICache.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICacheEntryDescriptor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICacheListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICacheService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICacheSession.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICacheVisitor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICachingChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICategoryManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICertPickDialogs.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICertSelect.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICertTree.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICertificateDialogs.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICertificatePrincipal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICharsetConverterManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICharsetResolver.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIChromeEventHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIChromeRegistry.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICipherInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICiter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIClassInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIClassicPluginFactory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIClientAuthDialogs.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIClipboard.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIClipboardCommands.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIClipboardDragDropHookList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIClipboardDragDropHooks.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIClipboardHelper.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIClipboardOwner.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICloseAllWindows.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICmdLineHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICmdLineService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICodebasePrincipal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICollection.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIComm4xProfile.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICommandHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICommandManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICommandParams.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIComponentLoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIComponentLoaderManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIComponentManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIComponentManagerObsolete.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIComponentRegistrar.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIConsoleListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIConsoleMessage.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIConsoleService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIContentFilter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIContentHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIContentPolicy.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIContentViewer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIContentViewerContainer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIContentViewerEdit.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIContentViewerFile.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIContextMenuListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIContextMenuListener2.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIController.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIControllerCommand.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIControllerCommandTable.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIControllerContext.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIControllers.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICookieService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICookieStorage.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICopyMessageListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICopyMsgStreamListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICryptoFIPSInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICurrentCharsetListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDBChangeAnnouncer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDBChangeListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDBFolderInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDNSListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDNSService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOM3Document.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOM3DocumentEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOM3EventTarget.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOM3Node.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMAbstractView.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMAttr.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMBarProp.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCDATASection.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCRMFObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSS2Properties.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSCharsetRule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSFontFaceRule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSImportRule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSMediaRule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSPageRule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSPrimitiveValue.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSRule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSRuleList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSStyleDeclaration.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSStyleRule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSStyleSheet.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSUnknownRule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSValue.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSValueList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCharacterData.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMChromeWindow.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMComment.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCounter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCrypto.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCryptoDialogs.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCustomEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDOMConfiguration.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDOMException.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDOMImplementation.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDocument.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDocumentCSS.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDocumentEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDocumentFragment.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDocumentRange.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDocumentStyle.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDocumentTraversal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDocumentType.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDocumentView.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDocumentXBL.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMElementCSSInlineStyle.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMEntity.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMEntityReference.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMEventGroup.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMEventListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMEventTarget.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLAnchorElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLAppletElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLAreaElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLBRElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLBaseElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLBaseFontElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLBodyElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLButtonElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLCollection.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLDListElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLDirectoryElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLDivElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLDocument.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLEmbedElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLFieldSetElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLFontElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLFormElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLFrameElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLFrameSetElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLHRElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLHeadElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLHeadingElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLHtmlElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLIFrameElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLImageElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLInputElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLIsIndexElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLLIElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLLabelElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLLegendElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLLinkElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLMapElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLMenuElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLMetaElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLModElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLOListElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLObjectElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLOptGroupElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLOptionElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLOptionsCollection.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLParagraphElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLParamElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLPreElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLQuoteElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLScriptElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLSelectElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLStyleElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLTableCaptionElem.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLTableCellElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLTableColElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLTableElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLTableRowElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLTableSectionElem.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLTextAreaElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLTitleElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLUListElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHistory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMJSWindow.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMKeyEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMLinkStyle.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMLocation.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMMediaList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMMimeType.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMMimeTypeArray.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMMouseEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMMutationEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSDocument.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLAnchorElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLAreaElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLButtonElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLDocument.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLFormControlList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLFormElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLFrameElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLHRElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLImageElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLInputElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLOptionCollectn.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLOptionElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLSelectElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLTextAreaElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHistory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSLocation.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSRange.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSUIEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSXBLFormControl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNamedNodeMap.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNavigator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNode.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNodeFilter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNodeIterator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNodeList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNotation.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMPkcs11.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMPlugin.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMPluginArray.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMPopupBlockedEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMProcessingInstruction.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMRGBColor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMRange.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMRangeException.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMRect.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMScreen.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMStyleSheet.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMStyleSheetList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMText.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMTreeWalker.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMUIEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMUserDataHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMViewCSS.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMWindow.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMWindowCollection.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMWindowInternal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXMLDocument.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXPathEvaluator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXPathException.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXPathExpression.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXPathNSResolver.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXPathNamespace.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXPathResult.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULButtonElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULCheckboxElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULCommandDispatcher.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULControlElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULDescriptionElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULDocument.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULImageElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULLabelElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULLabeledControlEl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULMenuListElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULMultSelectCntrlEl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULPopupElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULSelectCntrlEl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULSelectCntrlItemEl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULTextboxElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDataChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDebug.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDialogParamBlock.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDirIndex.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDirIndexListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDirectoryListing.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDirectoryService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocCharset.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocShell.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocShellHistory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocShellLoadInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocShellTreeItem.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocShellTreeNode.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocShellTreeOwner.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocumentCharsetInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocumentLoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocumentLoaderFactory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocumentStateListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDownload.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDownloadManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDownloadProgressListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDownloader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDragDropHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDragService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDragSession.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditActionListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditingSession.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditorBoxObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditorDocShell.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditorIMESupport.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditorLogging.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditorMailSupport.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditorObserver.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditorSpellCheck.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditorStyleSheets.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEmbeddingSiteWindow.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEmbeddingSiteWindow2.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEncodedChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEncryptedSMIMEURIsSrvc.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEntityConverter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEntropyCollector.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEnumerator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIErrorService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEvaluateStringProxy.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEventHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEventQueue.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEventQueueService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIException.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIExceptionService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIExpatSink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIExternalHelperAppService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIExternalProtocolHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIExternalProtocolService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFIXptr.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFTPChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFactory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFastLoadFileControl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFastLoadService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFile.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFileChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFilePicker.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFileProtocolHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFileSpec.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFileStreams.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFileURL.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFileUtilities.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFileView.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFind.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFindService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFolder.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFolderListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFontCatalogService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFontEnumerator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFontList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFontPackageHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFontPackageProxy.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFontPackageService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFormatConverter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFreeType2.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFullScreen.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIGenKeypairInfoDlg.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIGlobalHistory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIGraphics.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHTMLAbsPosEditor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHTMLEditor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHTMLInlineTableEditor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHTMLObjectResizeListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHTMLObjectResizer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHTTPHeaderListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHash.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHelperAppLauncherDialog.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHistoryEntry.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHttpAuthManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHttpAuthenticator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHttpChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHttpChannelInternal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHttpEventSink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHttpHeaderVisitor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHttpNotify.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHttpProtocolHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIIDNService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIIFrameBoxObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIIOService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImageDocument.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImageLoadingContent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImapFlagAndUidState.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImapHeaderXferInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImapIncomingServer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImapMailFolderSink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImapMessageSink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImapMockChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImapProtocol.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImapServerSink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImapService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImapUrl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImportABDescriptor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImportAddressBooks.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImportFieldMap.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImportGeneric.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImportMail.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImportMailboxDescriptor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImportMimeEncode.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImportModule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImportService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImportSettings.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIIncomingServerListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIInputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIInputStreamChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIInputStreamPump.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIInputStreamTee.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIInterfaceInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIInterfaceInfoManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIInterfaceRequestor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIJAR.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIJARChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIJARProtocolHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIJARURI.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIJRILiveConnectPIPeer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIJRILiveConnectPlugin.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIJSConsoleService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIJSContextStack.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIJSRuntimeService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIKeyedStreamGenerator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIKeygenThread.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPAutoCompFormatter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPAutoCompleteSession.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPBERValue.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPConnection.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPErrors.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPMessage.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPMessageListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPOperation.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPPrefsService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPServer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPURL.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILanguageAtom.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILanguageAtomService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILineInputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIListBoxObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILoadGroup.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILocalFile.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILocalMailIncomingServer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILocale.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILocaleService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMIMEHeaderParam.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMIMEInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMIMEInputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMIMEService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMailboxService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMailboxSpec.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMailboxUrl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMarkupDocumentViewer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMemory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMenuBoxObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMenuRollup.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMessenger.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMessengerMigrator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMessengerOSIntegration.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMessengerWindowService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMimeEmitter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMimeHeaders.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMimeMiscStatus.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMimeStreamConverter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIModifyableXPointer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIModule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMovemailIncomingServer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMovemailService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgAccount.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgAccountManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgAttachment.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgBiffManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgCompFields.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgCompUtils.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgCompose.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgComposeParams.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgComposeProgressParams.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgComposeSecure.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgComposeService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgCopyService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgCopyServiceListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgDBView.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgDatabase.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgDraft.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgFilter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgFilterHitNotify.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgFilterList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgFilterPlugin.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgFilterService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgFolder.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgFolderCache.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgFolderCacheElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgFolderCompactor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgGroupRecord.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgHdr.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgHeaderParser.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgHost.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgIdentity.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgImapMailFolder.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgIncomingServer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgLocalMailFolder.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgLogonRedirector.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgMailNewsUrl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgMailSession.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgMailView.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgMailViewList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgMdnGenerator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgMessageService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgNewsFolder.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgOfflineImapOperation.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgOfflineManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgOfflineNewsState.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgParseMailMsgState.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgPrintEngine.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgProgress.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgProtocolInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgPurgeService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgQuote.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgRDFDataSource.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgRecipientArray.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSMIMECompFields.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSMIMEHeaderSink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSearchAdapter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSearchNotify.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSearchScopeTerm.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSearchSession.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSearchTerm.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSearchValidityManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSearchValidityTable.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSearchValue.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSend.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSendLater.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSendLaterListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSendListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSendReport.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSignature.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgStatusFeedback.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgStringService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgThread.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgVCard.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgWindow.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMultiPartChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMultiplexInputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINNTPArticleList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINNTPNewsgroupList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINNTPNewsgroupPost.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINNTPProtocol.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINSSCertCache.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINativeAppSupport.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINativeComponentLoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINativeScrollbar.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINativeUConvService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINetModRegEntry.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINetModuleMgr.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINetNotify.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINewsDatabase.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINewsDownloadDialogArgs.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINntpIncomingServer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINntpService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINntpUrl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINoIncomingServer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINoneService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIOCSPResponder.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIObjectInputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIObjectOutputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIObserver.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIObserverService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIOutputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPK11Token.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPK11TokenDB.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPKCS11Module.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPKCS11ModuleDB.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPKCS11Slot.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPKIParamBlock.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPassword.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPasswordManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPasswordManagerInternal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPasswordSink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPersistentProperties2.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPhonetic.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPipe.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPlaintextEditor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPlugin.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginDocument.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginHost.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginInputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginInstance.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginInstanceOwner.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginInstancePeer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginInstancePeer2.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginManager2.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginStreamInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginStreamListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginTagInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginTagInfo2.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPop3IncomingServer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPop3Service.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPop3Sink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPop3URL.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPopupBoxObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPopupWindowManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPref.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrefBranch.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrefBranchInternal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrefLocalizedString.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrefMigration.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrefMigrationProgress.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrefService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrefetchService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrincipal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrintOptions.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrintProgress.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrintProgressParams.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrintSession.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrintSettings.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrintSettingsService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrintStatusFeedback.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrintingPrompt.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrintingPromptService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProcess.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProfile.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProfileChangeStatus.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProfileInternal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProfileStartupListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProgrammingLanguage.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProgressDialog.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProgressEventSink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrompt.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPromptService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProperties.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPropertyBag.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProtocolHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProtocolProxyService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProxiedProtocolHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProxy.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProxyAutoConfig.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProxyCreateInstance.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProxyInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProxyObjectManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFCompositeDataSource.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFContainer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFContainerUtils.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFDataSource.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFDelegateFactory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFInMemoryDataSource.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFLiteral.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFNode.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFObserver.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFPropagatableDataSource.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFPurgeableDataSource.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFRemoteDataSource.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFResource.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFXMLParser.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFXMLSerializer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFXMLSink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFXMLSource.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRecyclingAllocator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRefreshURI.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRegistry.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRelativeFilePref.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRequest.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRequestObserver.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRequestObserverProxy.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIResProtocolHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIResumableChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIResumableEntityID.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRollupListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRunnable.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISHContainer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISHEntry.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISHTransaction.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISHistory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISHistoryInternal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISHistoryListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISMimeCert.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISMimeJSHelper.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISOCKS4SocketInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISOCKS4SocketProvider.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISOCKSSocketInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISOCKSSocketProvider.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISSLSocketControl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISSLSocketProvider.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISSLStatus.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISSLStatusProvider.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISaveAsCharset.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScreen.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScreenManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptContextOwner.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptError.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptEventHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptEventManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptGlobalObjectOwner.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptLoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptLoaderObserver.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptSecurityManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptableDateFormat.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptableInputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptableInterfaces.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptablePlugin.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptableRegion.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptableUConv.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScrollBoxObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScrollable.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISearchContext.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISecretDecoderRing.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISecureBrowserUI.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISecurityCheckedComponent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISecurityEventSink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISecurityPref.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISecurityWarningDialogs.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISeekableStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISelectElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISelection.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISelectionController.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISelectionDisplay.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISelectionImageService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISelectionListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISelectionPrivate.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISemanticUnitScanner.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISerializable.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIServiceManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISidebar.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISignatureVerifier.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISignonViewer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISimpleEnumerator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISimpleStreamListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISmtpServer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISmtpService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISmtpUrl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISocketProvider.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISocketProviderService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISocketTransport.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISocketTransportService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISound.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISpamSettings.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStandardURL.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStorageStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStreamBufferAccess.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStreamConverter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStreamConverterService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStreamListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStreamListenerProxy.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStreamListenerTee.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStreamLoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStreamTransportService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStringBundle.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStringBundleOverride.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStringEnumerator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStringService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStringStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISubscribableServer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISupports.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISupportsArray.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISupportsIterators.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISupportsPrimitives.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISyncLoadDOMService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITXTToHTMLConv.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITableEditor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITextAreaElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITextScroll.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITextServicesFilter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITextToSubURI.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIThread.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIThreadPool.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITimeBomb.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITimeRecorder.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITimelineService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITimer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITimerInternal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITimerManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITimingService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITokenDialogs.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITokenPasswordDialogs.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIToolkit.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITooltipListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITooltipTextProvider.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITraceRefcnt.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITransaction.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITransactionList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITransactionListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITransactionManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITransferable.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITransport.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITransportSecurityInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITreeBoxObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITreeContentView.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITreeSelection.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITreeView.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIURI.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIURIChecker.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIURIContentListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIURIFixup.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIURILoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIURIRefObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIURL.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIURLFetcher.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIURLParser.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIUTF8ConverterService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIUnicharStreamLoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIUnicodeNormalizer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIUploadChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIUrlListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIUrlListenerManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIUserCertPicker.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIUserInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIVariant.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIViewSourceChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWalletEditor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWalletPreview.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWalletService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWeakReference.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebBrowser.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebBrowserChrome.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebBrowserChromeFocus.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebBrowserFind.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebBrowserFocus.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebBrowserPersist.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebBrowserPrint.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebBrowserSetup.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebNavigation.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebPageDescriptor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebProgress.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebProgressListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWindowCreator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWindowCreator2.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWindowDataSource.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWindowMediator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWindowMediatorListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWindowWatcher.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWindowlessPlugInstPeer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWyciwygChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIX509Cert.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIX509CertDB.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIX509CertValidity.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXPCScriptNotify.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXPCScriptable.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXPCSecurityManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXPConnect.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXPIDialogService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXPINotifier.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXPIProgressDialog.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXPTLoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXPointer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXRemoteClient.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXRemoteService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXSLTException.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXSLTProcessor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXSLTProcessorObsolete.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXULBrowserWindow.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXULBuilderListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXULSortService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXULTemplateBuilder.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXULWindow.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIZipReader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsMsgFilterCore.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsMsgSearchCore.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPIAccessNode.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPIAccessible.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPIAccessibleDocument.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPICertNotification.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPICommandUpdater.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPIEditorTransaction.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPIPluginHost.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPIPluginInstancePeer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPIPromptService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPIWindowWatcher.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPIXPIProxy.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPIXPIStubHook.idl -lib/thunderbird/share/idl/mozilla-1.5b/nspluginroot.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsrootidl.idl -lib/thunderbird/share/idl/mozilla-1.5b/xpccomponents.idl -lib/thunderbird/share/idl/mozilla-1.5b/xpcexception.idl -lib/thunderbird/share/idl/mozilla-1.5b/xpcjsid.idl -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/communicator-region/wallet || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/editor-region || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/global-region || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/messenger-region || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/navigator-region || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/alerts || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/bookmarks || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/brand || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/directory || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/pref || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/profile || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/related || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/search || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/sidebar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/taskbar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/xpinstall || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/editor/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/arrow || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/checkbox || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/console || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/filepicker || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/menu || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/progressmeter || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/radio || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/scrollbar/slider || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/splitter || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/toolbar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/tree || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger/addressbook/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger/messengercompose || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger/smime/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/mozapps/downloads || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/mozapps/pref || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/navigator/btn1 || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/navigator/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator-platform || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator-region || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/alerts || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/directory || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/downloadmanager || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/history || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/pref || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/profile || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/related || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/search || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/sidebar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/timebomb || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/wallet || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/xml || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/xpinstall || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/editor-region || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/editor/images || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/help || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/mozldap || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/navigator || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/navigator-platform || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/navigator-region || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/necko || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/wallet || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/xbl-marquee || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/content/embed || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/locale/en-US/embed || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/skin/classic/embed || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/directory || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/dom || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/downloadmanager || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/history || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/layout || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/pref || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/profile || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/search || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/security || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/sidebar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/timebomb || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/wallet || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/xml || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/xpinstall || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/editor || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/global || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/messenger-mdn || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/messenger-smime || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/messenger/addressbook || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/messenger/messengercompose || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/mozapps/downloads || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/mozldap || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/navigator || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/necko || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/pipnss || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/pippki || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/wallet || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac/locale/en-US/communicator-platform/pref || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac/locale/en-US/global-platform || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac/locale/en-US/navigator-platform || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix/locale/en-US/communicator-platform/pref || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix/locale/en-US/global-platform || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix/locale/en-US/navigator-platform || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale/en-US/communicator-platform/pref || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale/en-US/global-platform || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale/en-US/messenger-mapi || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale/en-US/navigator-platform || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/editor/images || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger-mdn || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger-region || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger-smime || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger-views || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger/addressbook || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger/messengercompose || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/alerts || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/bookmarks || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/brand || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/directory || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/profile || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/related || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/search || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/sidebar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/taskbar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/toolbar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/xpinstall || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/editor/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/arrow || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/button || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/checkbox || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/console || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/filepicker || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/menu || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/menulist || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/progressmeter || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/radio || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/scrollbar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/splitter || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/toolbar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/tree || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/addressbook/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/messengercompose/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/smime/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/navigator/btn1 || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/navigator/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/navigator/toolbar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/pipnss/content/pipnss || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/pippki/content/pippki || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/communicator || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/global-platform || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/global-region || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/global/bindings || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/global/widgets || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/mozapps/downloads || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/mozapps/downloads || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/global/widgets || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/global/bindings || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/global-region || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/global-platform || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/communicator || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/pippki/content/pippki || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/pipnss/content/pipnss || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/navigator/toolbar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/navigator/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/navigator/btn1 || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/smime/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/messengercompose/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/addressbook/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/tree || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/toolbar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/splitter || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/scrollbar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/radio || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/progressmeter || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/menulist || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/menu || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/filepicker || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/console || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/checkbox || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/button || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/arrow || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/editor/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/xpinstall || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/toolbar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/taskbar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/sidebar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/search || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/related || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/profile || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/directory || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/brand || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/bookmarks || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/alerts || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger/messengercompose || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger/addressbook || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger-views || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger-smime || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger-region || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger-mdn || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/editor/images || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale/en-US/navigator-platform || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale/en-US/messenger-mapi || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale/en-US/global-platform || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale/en-US/communicator-platform/pref || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix/locale/en-US/navigator-platform || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix/locale/en-US/global-platform || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix/locale/en-US/communicator-platform/pref || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac/locale/en-US/navigator-platform || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac/locale/en-US/global-platform || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac/locale/en-US/communicator-platform/pref || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/wallet || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/pippki || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/pipnss || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/necko || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/navigator || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/mozldap || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/mozapps/downloads || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/messenger/messengercompose || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/messenger/addressbook || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/messenger-smime || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/messenger-mdn || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/global || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/editor || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/xpinstall || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/xml || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/wallet || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/timebomb || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/sidebar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/security || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/search || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/profile || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/pref || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/layout || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/history || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/downloadmanager || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/dom || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/directory || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/skin/classic/embed || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/locale/en-US/embed || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/content/embed || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/xbl-marquee || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/wallet || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/necko || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/navigator-region || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/navigator-platform || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/navigator || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/mozldap || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/help || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/editor/images || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/editor-region || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/xpinstall || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/xml || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/wallet || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/timebomb || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/sidebar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/search || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/related || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/profile || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/pref || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/history || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/downloadmanager || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/directory || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/alerts || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator-region || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator-platform || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/navigator/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/navigator/btn1 || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/mozapps/pref || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/mozapps/downloads || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger/smime/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger/messengercompose || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger/addressbook/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/tree || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/toolbar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/splitter || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/scrollbar/slider || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/radio || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/progressmeter || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/menu || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/filepicker || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/console || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/checkbox || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/arrow || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/editor/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/xpinstall || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/taskbar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/sidebar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/search || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/related || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/profile || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/pref || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/directory || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/brand || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/bookmarks || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/alerts || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/navigator-region || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/messenger-region || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/global-region || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/editor-region || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/communicator-region/wallet || true -@dirrm lib/thunderbird/share/idl/mozilla-1.5b -@dirrm lib/thunderbird/share/idl -@dirrm lib/thunderbird/share/aclocal -@dirrm lib/thunderbird/share -@dirrm lib/thunderbird/lib/pkgconfig -@dirrm lib/thunderbird/lib/mozilla-1.5b/res/throbber -@dirrm lib/thunderbird/lib/mozilla-1.5b/res/samples/sampleimages -@dirrm lib/thunderbird/lib/mozilla-1.5b/res/samples -@dirrm lib/thunderbird/lib/mozilla-1.5b/res/rdf -@dirrm lib/thunderbird/lib/mozilla-1.5b/res/html -@dirrm lib/thunderbird/lib/mozilla-1.5b/res/fonts -@dirrm lib/thunderbird/lib/mozilla-1.5b/res/entityTables -@dirrm lib/thunderbird/lib/mozilla-1.5b/res/dtd -@dirrm lib/thunderbird/lib/mozilla-1.5b/res/builtin -@dirrm lib/thunderbird/lib/mozilla-1.5b/res -@dirrm lib/thunderbird/lib/mozilla-1.5b/plugins -@dirrm lib/thunderbird/lib/mozilla-1.5b/defaults/wallet -@dirrm lib/thunderbird/lib/mozilla-1.5b/defaults/profile/chrome -@dirrm lib/thunderbird/lib/mozilla-1.5b/defaults/profile/US/chrome -@dirrm lib/thunderbird/lib/mozilla-1.5b/defaults/profile/US -@dirrm lib/thunderbird/lib/mozilla-1.5b/defaults/profile -@dirrm lib/thunderbird/lib/mozilla-1.5b/defaults/pref -@dirrm lib/thunderbird/lib/mozilla-1.5b/defaults/messenger/US -@dirrm lib/thunderbird/lib/mozilla-1.5b/defaults/messenger -@dirrm lib/thunderbird/lib/mozilla-1.5b/defaults -@dirrm lib/thunderbird/lib/mozilla-1.5b/components/myspell -@dirrm lib/thunderbird/lib/mozilla-1.5b/components -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/mozapps -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/global -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/pippki/content -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/pippki -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/pipnss/content -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/pipnss -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/navigator -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/smime -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/messengercompose -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/addressbook -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/editor -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/editor -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/messenger -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/icons/default -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/icons -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale/en-US/communicator-platform -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale/en-US -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-win -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix/locale/en-US/communicator-platform -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix/locale/en-US -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix/locale -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac/locale/en-US/communicator-platform -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac/locale/en-US -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac/locale -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/mozapps -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/messenger -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-US -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/skin/classic -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/skin -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/locale/en-US -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/locale -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/content -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/editor -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/comm -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/navigator -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/mozapps -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger/smime -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger/addressbook -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/scrollbar -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/editor -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/communicator-region -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/US -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome -@dirrm lib/thunderbird/lib/mozilla-1.5b -@dirrm lib/thunderbird/lib -@dirrm lib/thunderbird/include/mozilla-1.5b/xultmpl -@dirrm lib/thunderbird/include/mozilla-1.5b/xuldoc -@dirrm lib/thunderbird/include/mozilla-1.5b/xulapp -@dirrm lib/thunderbird/include/mozilla-1.5b/xul -@dirrm lib/thunderbird/include/mozilla-1.5b/xremoteservice -@dirrm lib/thunderbird/include/mozilla-1.5b/xprintutil -@dirrm lib/thunderbird/include/mozilla-1.5b/xpinstall -@dirrm lib/thunderbird/include/mozilla-1.5b/xpconnect -@dirrm lib/thunderbird/include/mozilla-1.5b/xpcom_obsolete -@dirrm lib/thunderbird/include/mozilla-1.5b/xpcom -@dirrm lib/thunderbird/include/mozilla-1.5b/xlibrgb -@dirrm lib/thunderbird/include/mozilla-1.5b/windowwatcher -@dirrm lib/thunderbird/include/mozilla-1.5b/widget -@dirrm lib/thunderbird/include/mozilla-1.5b/webshell -@dirrm lib/thunderbird/include/mozilla-1.5b/webbrwsr -@dirrm lib/thunderbird/include/mozilla-1.5b/webbrowserpersist -@dirrm lib/thunderbird/include/mozilla-1.5b/walletviewers -@dirrm lib/thunderbird/include/mozilla-1.5b/wallet -@dirrm lib/thunderbird/include/mozilla-1.5b/view -@dirrm lib/thunderbird/include/mozilla-1.5b/util -@dirrm lib/thunderbird/include/mozilla-1.5b/uriloader -@dirrm lib/thunderbird/include/mozilla-1.5b/unicharutil -@dirrm lib/thunderbird/include/mozilla-1.5b/ucvtw2 -@dirrm lib/thunderbird/include/mozilla-1.5b/ucvtw -@dirrm lib/thunderbird/include/mozilla-1.5b/ucvlatin -@dirrm lib/thunderbird/include/mozilla-1.5b/ucvko -@dirrm lib/thunderbird/include/mozilla-1.5b/ucvja -@dirrm lib/thunderbird/include/mozilla-1.5b/ucvibm -@dirrm lib/thunderbird/include/mozilla-1.5b/ucvcn -@dirrm lib/thunderbird/include/mozilla-1.5b/uconv -@dirrm lib/thunderbird/include/mozilla-1.5b/ucnative -@dirrm lib/thunderbird/include/mozilla-1.5b/txtsvc -@dirrm lib/thunderbird/include/mozilla-1.5b/txmgr -@dirrm lib/thunderbird/include/mozilla-1.5b/string -@dirrm lib/thunderbird/include/mozilla-1.5b/spellchecker -@dirrm lib/thunderbird/include/mozilla-1.5b/sidebar -@dirrm lib/thunderbird/include/mozilla-1.5b/shistory -@dirrm lib/thunderbird/include/mozilla-1.5b/rdfutil -@dirrm lib/thunderbird/include/mozilla-1.5b/rdf -@dirrm lib/thunderbird/include/mozilla-1.5b/progressDlg -@dirrm lib/thunderbird/include/mozilla-1.5b/profile -@dirrm lib/thunderbird/include/mozilla-1.5b/profdirserviceprovider -@dirrm lib/thunderbird/include/mozilla-1.5b/prefmigr -@dirrm lib/thunderbird/include/mozilla-1.5b/prefetch -@dirrm lib/thunderbird/include/mozilla-1.5b/pref -@dirrm lib/thunderbird/include/mozilla-1.5b/plugin -@dirrm lib/thunderbird/include/mozilla-1.5b/pippki -@dirrm lib/thunderbird/include/mozilla-1.5b/pipnss -@dirrm lib/thunderbird/include/mozilla-1.5b/pipboot -@dirrm lib/thunderbird/include/mozilla-1.5b/nspr/private -@dirrm lib/thunderbird/include/mozilla-1.5b/nspr/obsolete -@dirrm lib/thunderbird/include/mozilla-1.5b/nspr/md -@dirrm lib/thunderbird/include/mozilla-1.5b/nspr -@dirrm lib/thunderbird/include/mozilla-1.5b/nkcache -@dirrm lib/thunderbird/include/mozilla-1.5b/necko2 -@dirrm lib/thunderbird/include/mozilla-1.5b/necko -@dirrm lib/thunderbird/include/mozilla-1.5b/msgsmime -@dirrm lib/thunderbird/include/mozilla-1.5b/msgnews -@dirrm lib/thunderbird/include/mozilla-1.5b/msgmdn -@dirrm lib/thunderbird/include/mozilla-1.5b/msglocal -@dirrm lib/thunderbird/include/mozilla-1.5b/msgimap -@dirrm lib/thunderbird/include/mozilla-1.5b/msgdb -@dirrm lib/thunderbird/include/mozilla-1.5b/msgcompose -@dirrm lib/thunderbird/include/mozilla-1.5b/msgbaseutil -@dirrm lib/thunderbird/include/mozilla-1.5b/msgbase -@dirrm lib/thunderbird/include/mozilla-1.5b/mozldap -@dirrm lib/thunderbird/include/mozilla-1.5b/mork -@dirrm lib/thunderbird/include/mozilla-1.5b/mimetype -@dirrm lib/thunderbird/include/mozilla-1.5b/mimeemitter -@dirrm lib/thunderbird/include/mozilla-1.5b/mime -@dirrm lib/thunderbird/include/mozilla-1.5b/mailview -@dirrm lib/thunderbird/include/mozilla-1.5b/mailnews -@dirrm lib/thunderbird/include/mozilla-1.5b/lwbrk -@dirrm lib/thunderbird/include/mozilla-1.5b/locale -@dirrm lib/thunderbird/include/mozilla-1.5b/libreg -@dirrm lib/thunderbird/include/mozilla-1.5b/ldap -@dirrm lib/thunderbird/include/mozilla-1.5b/layout -@dirrm lib/thunderbird/include/mozilla-1.5b/jsurl -@dirrm lib/thunderbird/include/mozilla-1.5b/jsdebug -@dirrm lib/thunderbird/include/mozilla-1.5b/jsconsole -@dirrm lib/thunderbird/include/mozilla-1.5b/js -@dirrm lib/thunderbird/include/mozilla-1.5b/java -@dirrm lib/thunderbird/include/mozilla-1.5b/jar -@dirrm lib/thunderbird/include/mozilla-1.5b/intl -@dirrm lib/thunderbird/include/mozilla-1.5b/import -@dirrm lib/thunderbird/include/mozilla-1.5b/impText -@dirrm lib/thunderbird/include/mozilla-1.5b/impComm4xMail -@dirrm lib/thunderbird/include/mozilla-1.5b/imglib2 -@dirrm lib/thunderbird/include/mozilla-1.5b/htmlparser -@dirrm lib/thunderbird/include/mozilla-1.5b/history -@dirrm lib/thunderbird/include/mozilla-1.5b/helperAppDlg -@dirrm lib/thunderbird/include/mozilla-1.5b/gtkxtbin -@dirrm lib/thunderbird/include/mozilla-1.5b/gtkembedmoz -@dirrm lib/thunderbird/include/mozilla-1.5b/gfx -@dirrm lib/thunderbird/include/mozilla-1.5b/find -@dirrm lib/thunderbird/include/mozilla-1.5b/filepicker -@dirrm lib/thunderbird/include/mozilla-1.5b/exthandler -@dirrm lib/thunderbird/include/mozilla-1.5b/expat -@dirrm lib/thunderbird/include/mozilla-1.5b/embedstring -@dirrm lib/thunderbird/include/mozilla-1.5b/embedcomponents -@dirrm lib/thunderbird/include/mozilla-1.5b/embed_base -@dirrm lib/thunderbird/include/mozilla-1.5b/editor -@dirrm lib/thunderbird/include/mozilla-1.5b/downloadmanager -@dirrm lib/thunderbird/include/mozilla-1.5b/dom -@dirrm lib/thunderbird/include/mozilla-1.5b/docshell -@dirrm lib/thunderbird/include/mozilla-1.5b/dbm -@dirrm lib/thunderbird/include/mozilla-1.5b/content -@dirrm lib/thunderbird/include/mozilla-1.5b/composer -@dirrm lib/thunderbird/include/mozilla-1.5b/commandhandler -@dirrm lib/thunderbird/include/mozilla-1.5b/chrome -@dirrm lib/thunderbird/include/mozilla-1.5b/chardet -@dirrm lib/thunderbird/include/mozilla-1.5b/caps -@dirrm lib/thunderbird/include/mozilla-1.5b/browser -@dirrm lib/thunderbird/include/mozilla-1.5b/bayesflt -@dirrm lib/thunderbird/include/mozilla-1.5b/appshell -@dirrm lib/thunderbird/include/mozilla-1.5b/appcomps -@dirrm lib/thunderbird/include/mozilla-1.5b/addrbook -@dirrm lib/thunderbird/include/mozilla-1.5b/accessibility -@dirrm lib/thunderbird/include/mozilla-1.5b -@dirrm lib/thunderbird/include -@dirrm lib/thunderbird/bin -@dirrm lib/thunderbird diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile deleted file mode 100644 index 329f2d6b8b7b..000000000000 --- a/mail/thunderbird/Makefile +++ /dev/null @@ -1,154 +0,0 @@ -# New ports collection makefile for: mozilla-thunderbird -# Date created: 4 September 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= thunderbird -PORTVERSION= 0.3 -CATEGORIES= mail -MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION} -PKGNAMEPREFIX= mozilla- -DISTNAME= ${PORTNAME}-source-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Mozilla Thunderbird is standalone mail and news that stands above - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png \ - mng.1:${PORTSDIR}/graphics/libmng \ - freetype.9:${PORTSDIR}/print/freetype2 \ - iconv.3:${PORTSDIR}/converters/libiconv \ - nspr4.1:${PORTSDIR}/devel/nspr -BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ - freetype-config:${PORTSDIR}/print/freetype2 - -USE_X_PREFIX= yes - -USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5= yes -USE_REINPLACE= yes -HAS_CONFIGURE= yes -ALL_TARGET= default -USE_GNOME= gtk20 libidl - -NO_MTREE= yes -WRKSRC= ${WRKDIR}/mozilla -LOCAL_SUBDIR= lib/${PORTNAME} -LOCAL_PREFIX= ${PREFIX}/${LOCAL_SUBDIR} - -NOT_FOR_ARCHS= amd64 - -.include <bsd.port.pre.mk> - -SORT?=/usr/bin/sort - -.if ${ARCH} == "i386" -CONFIGURE_ENV+= WITH_REORDER=yes -.endif # ${ARCH} == "i386" - -.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 -IGNORE= "core dumps at runtime" -.endif # ${ARCH} == "alpha" && ${OSVERSION} < 500035 - -.if defined(WITH_DEBUG) -WITH_LOGGING= yes -CONFIGURE_ENV+= WITH_DEBUG=yes -.endif # defined(WITH_DEBUG) - -.if defined(WITH_OPTIMIZED_CFLAGS) -CFLAGS+= -O2 -.endif # defined(WITH_OPTIMIZED_CFLAGS) - -.if defined(WITH_LOGGING) -CONFIGURE_ENV+= WITH_LOGGING=yes -.endif # defined(WITH_LOGGING) - -.if defined(WITHOUT_XFT) -CONFIGURE_ENV+= WITHOUT_XFT=yes -.else -LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft -.endif # !defined(WITHOUT_XFT) - -CPPFLAGS+= -I${X11BASE}/include -CFLAGS+= ${PTHREAD_CFLAGS} -LDFLAGS+= -L${X11BASE}/lib -LIBS+= ${PTHREAD_LIBS} - -pre-extract:: - @${ECHO_MSG} - @${ECHO_MSG} "Extracting source (this takes a while) ..." - @${ECHO_MSG} - -post-extract:: - @${SED} -e 's|@CPPFLAGS@|${CPPFLAGS}|' \ - -e 's|@CFLAGS@|${CFLAGS}|' \ - -e 's|@LDFLAGS@|${LDFLAGS}|' \ - -e 's|@LIBS@|${LIBS}|' \ - -e 's|@X11BASE@|${X11BASE}|' \ - -e 's|@LOCALBASE@|${LOCALBASE}|' \ - -e 's|@PREFIX@|${LOCAL_PREFIX}|' \ - -e 's|@PERL@|${PERL5}|' \ - <${FILESDIR}/mozconfig.in >${WRKSRC}/.mozconfig - -post-patch: - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ - ${WRKSRC}/build/unix/run-mozilla.sh - @${REINPLACE_CMD} -e 's|-lc_r|${PTHREAD_LIBS}|g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g' \ - ${WRKSRC}/nsprpub/config/FreeBSD.mk \ - ${WRKSRC}/security/coreconf/FreeBSD.mk \ - ${WRKSRC}/directory/c-sdk/config/FreeBSD.mk \ - ${WRKSRC}/js/src/Makefile.in - -pre-install: - ${RM} -fr ${LOCAL_PREFIX} - -link-bins: - ${RM} -f ${PREFIX}/bin/thunderbird - ${LN} -s ${LOCAL_PREFIX}/bin/thunderbird \ - ${PREFIX}/bin/thunderbird - ${RM} -f ${PREFIX}/bin/thunderbird-config - ${LN} -s ${LOCAL_PREFIX}/bin/mozilla-config \ - ${PREFIX}/bin/thunderbird-config - -cleanup-install: - ${RM} -fr ${LOCAL_PREFIX}/share/idl - ${RM} -fr ${LOCAL_PREFIX}/include - -cons-plist: - -${RM} -f ${PLIST} - ${TOUCH} ${PLIST} - ${ECHO_CMD} bin/thunderbird >>${PLIST} - ${ECHO_CMD} bin/thunderbird-config >>${PLIST} -.for i in ${EXTRA_SCRIPTS} - ${ECHO_CMD} bin/${i} >>${PLIST} -.endfor # i in ${EXTRA_SCRIPTS} - cd ${PREFIX}; \ - ${FIND} ${LOCAL_SUBDIR} ! -type d | ${SORT} >>${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d -empty | ${SORT} \ - | ${SED} -e "s:^:@exec ${MKDIR} %D/:" -e "s:$$: || true:" \ - >> ${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d -empty | ${SORT} -r \ - | ${SED} -e "s:^:@unexec ${RMDIR} %D/:" -e "s:$$: || true:" \ - >> ${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d ! -empty | ${SORT} -r \ - | ${SED} -e "s:^:@dirrm :" >> ${PLIST} - -.PHONY: link-bins cleanup-install cons-plist - -.include <bsd.port.post.mk> - -# <alane> -# Under normal circumstances, you should not put anything after -# the above line. However, this is the only way I can state the -# dependency without trashing the actual code of the generate-plist -# target. This is a limitation of the make(1) program itself. -# </alane> -generate-plist: link-bins cleanup-install - -#EOF diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo deleted file mode 100644 index 2a1b70736533..000000000000 --- a/mail/thunderbird/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (thunderbird-source-0.3.tar.bz2) = 63bfc18db94e605a25a222e417d3a69d diff --git a/mail/thunderbird/files/mozconfig.in b/mail/thunderbird/files/mozconfig.in deleted file mode 100644 index 25aec5d460a6..000000000000 --- a/mail/thunderbird/files/mozconfig.in +++ /dev/null @@ -1,65 +0,0 @@ -# .mozconfig.in -*-shell-script-*- -# $FreeBSD$ -###################################################################### -# standard opts from README -export MOZ_THUNDERBIRD=1 -mk_add_options MOZ_MOZ_THUNDERBIRD=1 -ac_add_options --enable-crypto -ac_add_options --disable-mathml -ac_add_options --disable-installer -ac_add_options --disable-activex -ac_add_options --disable-activex-scripting -ac_add_options --disable-oji -ac_add_options --disable-necko-disk-cache -ac_add_options --disable-tests -ac_add_options --disable-profilesharing -ac_add_options --enable-extensions=wallet,spellcheck -ac_add_options --enable-necko-protocols=http,file,jar,viewsource,res,data -ac_add_options --enable-image-decoders=png,gif,jpeg -ac_add_options --enable-default-toolkit=gtk2 -###################################################################### -# FBSD specific -export CPPFLAGS="@CPPFLAGS@" -export CFLAGS="@CFLAGS@" -export LIBS="@LIBS@" -export LDFLAGS="@LDFLAGS@" -export CONFIG_SH=/bin/sh -export XP_UNIX=1 -mk_add_options XP_UNIX=1 -export PERL="@PERL@" -mk_add_options PERL=$PERL -# Configure options for installation -ac_add_options --prefix=@PREFIX@ -###################################################################### -# Use ports for these libraries -ac_add_options --with-system-jpeg=@LOCALBASE@ -ac_add_options --with-system-zlib -ac_add_options --with-system-png=@LOCALBASE@ -ac_add_options --with-system-mng=@LOCALBASE@ -###################################################################### -# set compile/link features -ac_add_options --with-pthreads -ac_add_options --enable-strip -###################################################################### -# conditional from port Makefile -if test -n "$WITH_REORDER"; then - ac_add_options --enable-reorder -else - ac_add_options --disable-reorder -fi # test -n "$WITH_REORDER" -if test -n "$WITH_DEBUG"; then - ac_add_options --enable-debug -else - ac_add_options --disable-debug -fi # test -n "$WITH_DEBUG" -if test -n "$WITH_LOGGING"; then - ac_add_options --enable-logging -else - ac_add_options --disable-logging -fi # test -n "$WITH_LOGGING" -if test -z "$WITHOUT_XFT"; then - ac_add_options --enable-xft -else - ac_add_options --disable-xft -fi # test -z "$WITHOUT_XFT" -###################################################################### diff --git a/mail/thunderbird/files/patch-Double.cpp b/mail/thunderbird/files/patch-Double.cpp deleted file mode 100644 index 5cd13e4ff4fe..000000000000 --- a/mail/thunderbird/files/patch-Double.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- extensions/transformiix/source/base/Double.cpp.orig Thu Jan 30 09:26:46 2003 -+++ extensions/transformiix/source/base/Double.cpp Sun Nov 16 01:46:42 2003 -@@ -51,10 +51,10 @@ - //A trick to handle IEEE floating point exceptions on FreeBSD - E.D. - #ifdef __FreeBSD__ - #include <ieeefp.h> --#ifdef __alpha__ --fp_except_t allmask = FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP; --#else -+#if defined(__i386__) - fp_except_t allmask = FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP|FP_X_DNML; -+#else -+fp_except_t allmask = FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP; - #endif - fp_except_t oldmask = fpsetmask(~allmask); - #endif -@@ -75,22 +75,31 @@ - #define TX_DOUBLE_HI32_EXPMASK 0x7ff00000 - #define TX_DOUBLE_HI32_MANTMASK 0x000fffff - -+union ui32dun { -+ PRUint32 i[2]; -+ double d; -+}; -+ - //-- Initialize Double related constants - #ifdef IS_BIG_ENDIAN --const PRUint32 nanMask[2] = {TX_DOUBLE_HI32_EXPMASK | TX_DOUBLE_HI32_MANTMASK, -- 0xffffffff}; --const PRUint32 infMask[2] = {TX_DOUBLE_HI32_EXPMASK, 0}; --const PRUint32 negInfMask[2] = {TX_DOUBLE_HI32_EXPMASK | TX_DOUBLE_HI32_SIGNBIT, 0}; -+const union ui32dun nanMask = -+ {{TX_DOUBLE_HI32_EXPMASK | TX_DOUBLE_HI32_MANTMASK, 0xffffffff}}; -+const union ui32dun infMask = -+ {{TX_DOUBLE_HI32_EXPMASK, 0}}; -+const union ui32dun negInfMask = -+ {{TX_DOUBLE_HI32_EXPMASK | TX_DOUBLE_HI32_SIGNBIT, 0}}; - #else --const PRUint32 nanMask[2] = {0xffffffff, -- TX_DOUBLE_HI32_EXPMASK | TX_DOUBLE_HI32_MANTMASK}; --const PRUint32 infMask[2] = {0, TX_DOUBLE_HI32_EXPMASK}; --const PRUint32 negInfMask[2] = {0, TX_DOUBLE_HI32_EXPMASK | TX_DOUBLE_HI32_SIGNBIT}; -+const union ui32dun nanMask = -+ {{0xffffffff, TX_DOUBLE_HI32_EXPMASK | TX_DOUBLE_HI32_MANTMASK}}; -+const union ui32dun infMask = -+ {{0, TX_DOUBLE_HI32_EXPMASK}}; -+const union ui32dun negInfMask = -+ {{0, TX_DOUBLE_HI32_EXPMASK | TX_DOUBLE_HI32_SIGNBIT}}; - #endif - --const double Double::NaN = *((double*)nanMask); --const double Double::POSITIVE_INFINITY = *((double*)infMask); --const double Double::NEGATIVE_INFINITY = *((double*)negInfMask); -+const double Double::NaN = nanMask.d; -+const double Double::POSITIVE_INFINITY = infMask.d; -+const double Double::NEGATIVE_INFINITY = negInfMask.d; - - /* - * Determines whether the given double represents positive or negative diff --git a/mail/thunderbird/files/patch-alpha b/mail/thunderbird/files/patch-alpha deleted file mode 100644 index f8c1b081c9fa..000000000000 --- a/mail/thunderbird/files/patch-alpha +++ /dev/null @@ -1,492 +0,0 @@ ---- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig Mon Jan 27 22:52:51 2003 -+++ xpcom/reflect/xptcall/src/md/unix/Makefile.in Tue May 27 01:41:12 2003 -@@ -100,9 +100,15 @@ - ASFILES := xptcinvoke_asm_osf1_alpha.s xptcstubs_asm_osf1_alpha.s - endif - # -+# FreeBSD/Alpha -+# -+ifeq ($(OS_ARCH)$(OS_TEST),FreeBSDalpha) -+CPPSRCS := xptcinvoke_freebsd_alpha.cpp xptcstubs_freebsd_alpha.cpp -+endif -+# - # Linux/Alpha - # --ifneq (,$(filter Linuxalpha FreeBSDalpha NetBSDalpha,$(OS_ARCH)$(OS_TEST))) -+ifneq (,$(filter Linuxalpha NetBSDalpha,$(OS_ARCH)$(OS_TEST))) - CPPSRCS := xptcinvoke_linux_alpha.cpp xptcstubs_linux_alpha.cpp - endif - # ---- config/rules.mk.orig Mon May 5 21:04:55 2003 -+++ config/rules.mk Tue May 27 01:33:11 2003 -@@ -444,7 +444,11 @@ - - ifeq ($(OS_ARCH),FreeBSD) - ifdef IS_COMPONENT -+ifneq (,$(filter alpha,$(OS_TEST))) -+EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic -lc -+else - EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic -+endif - endif - endif - ---- xpcom/reflect/xptcall/src/md/unix/xptcinvoke_freebsd_alpha.cpp.orig Tue May 27 01:37:25 2003 -+++ xpcom/reflect/xptcall/src/md/unix/xptcinvoke_freebsd_alpha.cpp Tue May 27 01:37:00 2003 -@@ -0,0 +1,184 @@ -+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -+/* ***** BEGIN LICENSE BLOCK ***** -+ * Version: NPL 1.1/GPL 2.0/LGPL 2.1 -+ * -+ * The contents of this file are subject to the Netscape Public License -+ * Version 1.1 (the "License"); you may not use this file except in -+ * compliance with the License. You may obtain a copy of the License at -+ * http://www.mozilla.org/NPL/ -+ * -+ * Software distributed under the License is distributed on an "AS IS" basis, -+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -+ * for the specific language governing rights and limitations under the -+ * License. -+ * -+ * The Original Code is mozilla.org code. -+ * -+ * The Initial Developer of the Original Code is -+ * Netscape Communications Corporation. -+ * Portions created by the Initial Developer are Copyright (C) 1998 -+ * the Initial Developer. All Rights Reserved. -+ * -+ * Contributor(s): -+ * -+ * Alternatively, the contents of this file may be used under the terms of -+ * either the GNU General Public License Version 2 or later (the "GPL"), or -+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), -+ * in which case the provisions of the GPL or the LGPL are applicable instead -+ * of those above. If you wish to allow use of your version of this file only -+ * under the terms of either the GPL or the LGPL, and not to allow others to -+ * use your version of this file under the terms of the NPL, indicate your -+ * decision by deleting the provisions above and replace them with the notice -+ * and other provisions required by the GPL or the LGPL. If you do not delete -+ * the provisions above, a recipient may use your version of this file under -+ * the terms of any one of the NPL, the GPL or the LGPL. -+ * -+ * ***** END LICENSE BLOCK ***** */ -+ -+/* Platform specific code to invoke XPCOM methods on native objects */ -+ -+/* contributed by Glen Nakamura <glen.nakamura@usa.net> */ -+ -+#include "xptcprivate.h" -+ -+/* Prototype specifies unmangled function name and disables unused warning */ -+static void -+invoke_copy_to_stack(PRUint64* d, PRUint32 paramCount, nsXPTCVariant* s) -+__asm__("invoke_copy_to_stack") __attribute__((unused)); -+ -+static void -+invoke_copy_to_stack(PRUint64* d, PRUint32 paramCount, nsXPTCVariant* s) -+{ -+ const PRUint8 NUM_ARG_REGS = 6-1; // -1 for "this" pointer -+ -+ for(PRUint32 i = 0; i < paramCount; i++, d++, s++) -+ { -+ if(s->IsPtrData()) -+ { -+ *d = (PRUint64)s->ptr; -+ continue; -+ } -+ switch(s->type) -+ { -+ case nsXPTType::T_I8 : *d = (PRUint64)s->val.i8; break; -+ case nsXPTType::T_I16 : *d = (PRUint64)s->val.i16; break; -+ case nsXPTType::T_I32 : *d = (PRUint64)s->val.i32; break; -+ case nsXPTType::T_I64 : *d = (PRUint64)s->val.i64; break; -+ case nsXPTType::T_U8 : *d = (PRUint64)s->val.u8; break; -+ case nsXPTType::T_U16 : *d = (PRUint64)s->val.u16; break; -+ case nsXPTType::T_U32 : *d = (PRUint64)s->val.u32; break; -+ case nsXPTType::T_U64 : *d = (PRUint64)s->val.u64; break; -+ case nsXPTType::T_FLOAT : -+ if(i < NUM_ARG_REGS) -+ { -+ // convert floats to doubles if they are to be passed -+ // via registers so we can just deal with doubles later -+ union { PRUint64 u64; double d; } t; -+ t.d = (double)s->val.f; -+ *d = t.u64; -+ } -+ else -+ // otherwise copy to stack normally -+ *d = (PRUint64)s->val.u32; -+ break; -+ case nsXPTType::T_DOUBLE : *d = (PRUint64)s->val.u64; break; -+ case nsXPTType::T_BOOL : *d = (PRUint64)s->val.b; break; -+ case nsXPTType::T_CHAR : *d = (PRUint64)s->val.c; break; -+ case nsXPTType::T_WCHAR : *d = (PRUint64)s->val.wc; break; -+ default: -+ // all the others are plain pointer types -+ *d = (PRUint64)s->val.p; -+ break; -+ } -+ } -+} -+ -+/* -+ * XPTC_PUBLIC_API(nsresult) -+ * XPTC_InvokeByIndex(nsISupports* that, PRUint32 methodIndex, -+ * PRUint32 paramCount, nsXPTCVariant* params, void* vt) -+ */ -+__asm__( -+ "#### XPTC_InvokeByIndex ####\n" -+".text\n\t" -+ ".align 5\n\t" -+ ".globl XPTC_InvokeByIndex\n\t" -+ ".ent XPTC_InvokeByIndex\n" -+"XPTC_InvokeByIndex:\n\t" -+ ".frame $15,32,$26,0\n\t" -+ ".mask 0x4008000,-32\n\t" -+ "ldgp $29,0($27)\n" -+"$XPTC_InvokeByIndex..ng:\n\t" -+ "subq $30,32,$30\n\t" -+ "stq $26,0($30)\n\t" -+ "stq $15,8($30)\n\t" -+ "bis $30,$30,$15\n\t" -+ ".prologue 1\n\t" -+ -+ /* -+ * Allocate enough stack space to hold the greater of 6 or "paramCount"+1 -+ * parameters. (+1 for "this" pointer) Room for at least 6 parameters -+ * is required for storage of those passed via registers. -+ */ -+ -+ "bis $31,5,$2\n\t" /* count = MAX(5, "paramCount") */ -+ "cmplt $2,$18,$1\n\t" -+ "cmovne $1,$18,$2\n\t" -+ "s8addq $2,16,$1\n\t" /* room for count+1 params (8 bytes each) */ -+ "bic $1,15,$1\n\t" /* stack space is rounded up to 0 % 16 */ -+ "subq $30,$1,$30\n\t" -+ -+ "stq $16,0($30)\n\t" /* save "that" (as "this" pointer) */ -+ "stq $17,16($15)\n\t" /* save "methodIndex" */ -+ -+ "addq $30,8,$16\n\t" /* pass stack pointer */ -+ "bis $18,$18,$17\n\t" /* pass "paramCount" */ -+ "bis $19,$19,$18\n\t" /* pass "params" */ -+ "bsr $26,$invoke_copy_to_stack..ng\n\t" /* call invoke_copy_to_stack */ -+ -+ /* -+ * Copy the first 6 parameters to registers and remove from stack frame. -+ * Both the integer and floating point registers are set for each parameter -+ * except the first which is the "this" pointer. (integer only) -+ * The floating point registers are all set as doubles since the -+ * invoke_copy_to_stack function should have converted the floats. -+ */ -+ "ldq $16,0($30)\n\t" /* integer registers */ -+ "ldq $17,8($30)\n\t" -+ "ldq $18,16($30)\n\t" -+ "ldq $19,24($30)\n\t" -+ "ldq $20,32($30)\n\t" -+ "ldq $21,40($30)\n\t" -+ "ldt $f17,8($30)\n\t" /* floating point registers */ -+ "ldt $f18,16($30)\n\t" -+ "ldt $f19,24($30)\n\t" -+ "ldt $f20,32($30)\n\t" -+ "ldt $f21,40($30)\n\t" -+ -+ "addq $30,48,$30\n\t" /* remove params from stack */ -+ -+ /* -+ * Call the virtual function with the constructed stack frame. -+ */ -+ "bis $16,$16,$1\n\t" /* load "this" */ -+ "ldq $2,16($15)\n\t" /* load "methodIndex" */ -+ "ldq $1,0($1)\n\t" /* load vtable */ -+#if 0 -+ "s8addq $2,16,$2\n\t" /* vtable index = "methodIndex" * 8 + 16 */ -+#else -+ "mulq $2, 8, $2\n\t" -+ "addq $2, 0, $2\n\t" /* vtable index = "methodIndex" * 16 + 24 */ -+#endif -+ "addq $1,$2,$1\n\t" -+ "ldq $27,0($1)\n\t" /* load address of function */ -+ "jsr $26,($27),0\n\t" /* call virtual function */ -+ "ldgp $29,0($26)\n\t" -+ -+ "bis $15,$15,$30\n\t" -+ "ldq $26,0($30)\n\t" -+ "ldq $15,8($30)\n\t" -+ "addq $30,32,$30\n\t" -+ "ret $31,($26),1\n\t" -+ ".end XPTC_InvokeByIndex" -+ ); -+ ---- xpcom/reflect/xptcall/src/md/unix/xptcstubs_freebsd_alpha.cpp.orig Tue May 27 01:37:30 2003 -+++ xpcom/reflect/xptcall/src/md/unix/xptcstubs_freebsd_alpha.cpp Tue May 27 01:37:04 2003 -@@ -0,0 +1,269 @@ -+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -+/* ***** BEGIN LICENSE BLOCK ***** -+ * Version: NPL 1.1/GPL 2.0/LGPL 2.1 -+ * -+ * The contents of this file are subject to the Netscape Public License -+ * Version 1.1 (the "License"); you may not use this file except in -+ * compliance with the License. You may obtain a copy of the License at -+ * http://www.mozilla.org/NPL/ -+ * -+ * Software distributed under the License is distributed on an "AS IS" basis, -+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -+ * for the specific language governing rights and limitations under the -+ * License. -+ * -+ * The Original Code is mozilla.org code. -+ * -+ * The Initial Developer of the Original Code is -+ * Netscape Communications Corporation. -+ * Portions created by the Initial Developer are Copyright (C) 1999 -+ * the Initial Developer. All Rights Reserved. -+ * -+ * Contributor(s): -+ * -+ * Alternatively, the contents of this file may be used under the terms of -+ * either the GNU General Public License Version 2 or later (the "GPL"), or -+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), -+ * in which case the provisions of the GPL or the LGPL are applicable instead -+ * of those above. If you wish to allow use of your version of this file only -+ * under the terms of either the GPL or the LGPL, and not to allow others to -+ * use your version of this file under the terms of the NPL, indicate your -+ * decision by deleting the provisions above and replace them with the notice -+ * and other provisions required by the GPL or the LGPL. If you do not delete -+ * the provisions above, a recipient may use your version of this file under -+ * the terms of any one of the NPL, the GPL or the LGPL. -+ * -+ * ***** END LICENSE BLOCK ***** */ -+ -+/* Implement shared vtbl methods. */ -+ -+/* contributed by Glen Nakamura <glen.nakamura@usa.net> */ -+ -+#include <sys/types.h> -+#include <machine/cpu.h> -+#include "xptcprivate.h" -+ -+/* Prototype specifies unmangled function name and disables unused warning */ -+static nsresult -+PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint64* args) -+__asm__("PrepareAndDispatch") __attribute__((unused)); -+ -+static nsresult -+PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint64* args) -+{ -+ const PRUint8 PARAM_BUFFER_COUNT = 16; -+ const PRUint8 NUM_ARG_REGS = 6-1; // -1 for "this" pointer -+ -+ nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT]; -+ nsXPTCMiniVariant* dispatchParams = NULL; -+ nsIInterfaceInfo* iface_info = NULL; -+ const nsXPTMethodInfo* info; -+ PRUint8 paramCount; -+ PRUint8 i; -+ nsresult result = NS_ERROR_FAILURE; -+ -+ NS_ASSERTION(self,"no self"); -+ -+ self->GetInterfaceInfo(&iface_info); -+ NS_ASSERTION(iface_info,"no interface info"); -+ -+ iface_info->GetMethodInfo(PRUint16(methodIndex), &info); -+ NS_ASSERTION(info,"no interface info"); -+ -+ paramCount = info->GetParamCount(); -+ -+ // setup variant array pointer -+ if(paramCount > PARAM_BUFFER_COUNT) -+ dispatchParams = new nsXPTCMiniVariant[paramCount]; -+ else -+ dispatchParams = paramBuffer; -+ NS_ASSERTION(dispatchParams,"no place for params"); -+ -+ // args[0] to args[NUM_ARG_REGS] hold floating point register values -+ PRUint64* ap = args + NUM_ARG_REGS; -+ for(i = 0; i < paramCount; i++, ap++) -+ { -+ const nsXPTParamInfo& param = info->GetParam(i); -+ const nsXPTType& type = param.GetType(); -+ nsXPTCMiniVariant* dp = &dispatchParams[i]; -+ -+ if(param.IsOut() || !type.IsArithmetic()) -+ { -+ dp->val.p = (void*) *ap; -+ continue; -+ } -+ // else -+ switch(type) -+ { -+ case nsXPTType::T_I8 : dp->val.i8 = (PRInt8) *ap; break; -+ case nsXPTType::T_I16 : dp->val.i16 = (PRInt16) *ap; break; -+ case nsXPTType::T_I32 : dp->val.i32 = (PRInt32) *ap; break; -+ case nsXPTType::T_I64 : dp->val.i64 = (PRInt64) *ap; break; -+ case nsXPTType::T_U8 : dp->val.u8 = (PRUint8) *ap; break; -+ case nsXPTType::T_U16 : dp->val.u16 = (PRUint16) *ap; break; -+ case nsXPTType::T_U32 : dp->val.u32 = (PRUint32) *ap; break; -+ case nsXPTType::T_U64 : dp->val.u64 = (PRUint64) *ap; break; -+ case nsXPTType::T_FLOAT : -+ if(i < NUM_ARG_REGS) -+ { -+ // floats passed via registers are stored as doubles -+ // in the first NUM_ARG_REGS entries in args -+ dp->val.u64 = (PRUint64) args[i]; -+ dp->val.f = (float) dp->val.d; // convert double to float -+ } -+ else -+ dp->val.u32 = (PRUint32) *ap; -+ break; -+ case nsXPTType::T_DOUBLE : -+ // doubles passed via registers are also stored -+ // in the first NUM_ARG_REGS entries in args -+ dp->val.u64 = (i < NUM_ARG_REGS) ? args[i] : *ap; -+ break; -+ case nsXPTType::T_BOOL : dp->val.b = (PRBool) *ap; break; -+ case nsXPTType::T_CHAR : dp->val.c = (char) *ap; break; -+ case nsXPTType::T_WCHAR : dp->val.wc = (PRUnichar) *ap; break; -+ default: -+ NS_ASSERTION(0, "bad type"); -+ break; -+ } -+ } -+ -+ result = self->CallMethod((PRUint16)methodIndex, info, dispatchParams); -+ -+ NS_RELEASE(iface_info); -+ -+ if(dispatchParams != paramBuffer) -+ delete [] dispatchParams; -+ -+ return result; -+} -+ -+/* -+ * SharedStub() -+ * Collects arguments and calls PrepareAndDispatch. The "methodIndex" is -+ * passed to this function via $1 to preserve the argument registers. -+ */ -+__asm__( -+ "#### SharedStub ####\n" -+".text\n\t" -+ ".align 5\n\t" -+ ".ent SharedStub\n" -+"SharedStub:\n\t" -+ ".frame $30,96,$26,0\n\t" -+ ".mask 0x4000000,-96\n\t" -+ "ldgp $29,0($27)\n" -+"$SharedStub..ng:\n\t" -+ "subq $30,96,$30\n\t" -+ "stq $26,0($30)\n\t" -+ ".prologue 1\n\t" -+ -+ /* -+ * Store arguments passed via registers to the stack. -+ * Floating point registers are stored as doubles and converted -+ * to floats in PrepareAndDispatch if necessary. -+ */ -+ "stt $f17,16($30)\n\t" /* floating point registers */ -+ "stt $f18,24($30)\n\t" -+ "stt $f19,32($30)\n\t" -+ "stt $f20,40($30)\n\t" -+ "stt $f21,48($30)\n\t" -+ "stq $17,56($30)\n\t" /* integer registers */ -+ "stq $18,64($30)\n\t" -+ "stq $19,72($30)\n\t" -+ "stq $20,80($30)\n\t" -+ "stq $21,88($30)\n\t" -+ -+ /* -+ * Call PrepareAndDispatch function. -+ */ -+ "bis $1,$1,$17\n\t" /* pass "methodIndex" */ -+ "addq $30,16,$18\n\t" /* pass "args" */ -+ "bsr $26,$PrepareAndDispatch..ng\n\t" -+ -+ "ldq $26,0($30)\n\t" -+ "addq $30,96,$30\n\t" -+ "ret $31,($26),1\n\t" -+ ".end SharedStub" -+ ); -+ -+#if defined(__GXX_ABI_VERSION) && __GXX_ABI_VERSION >= 100 /* G++ V3 ABI */ -+/* -+ * nsresult nsXPTCStubBase::Stub##n() -+ * Sets register $1 to "methodIndex" and jumps to SharedStub. -+ */ -+#define STUB_ENTRY(n) \ -+__asm__( \ -+ "#### Stub"#n" ####\n" \ -+".text\n\t" \ -+ ".align 5\n\t" \ -+ ".globl _ZN14nsXPTCStubBase5Stub"#n"Ev\n\t" \ -+ ".ent _ZN14nsXPTCStubBase5Stub"#n"Ev\n" \ -+"_ZN14nsXPTCStubBase5Stub"#n"Ev:\n\t" \ -+ ".frame $30,0,$26,0\n\t" \ -+ "ldgp $29,0($27)\n" \ -+"$_ZN14nsXPTCStubBase5Stub"#n"Ev..ng:\n\t" \ -+ ".prologue 1\n\t" \ -+ "lda $1,"#n"\n\t" \ -+ "br $31,$SharedStub..ng\n\t" \ -+ ".end _ZN14nsXPTCStubBase5Stub"#n"Ev" \ -+ ); \ -+__asm__( \ -+ "#### Stub"#n" ####\n" \ -+".text\n\t" \ -+ ".align 5\n\t" \ -+ ".globl _ZN14nsXPTCStubBase6Stub"#n"Ev\n\t" \ -+ ".ent _ZN14nsXPTCStubBase6Stub"#n"Ev\n" \ -+"_ZN14nsXPTCStubBase6Stub"#n"Ev:\n\t" \ -+ ".frame $30,0,$26,0\n\t" \ -+ "ldgp $29,0($27)\n" \ -+"$_ZN14nsXPTCStubBase6Stub"#n"Ev..ng:\n\t" \ -+ ".prologue 1\n\t" \ -+ "lda $1,"#n"\n\t" \ -+ "br $31,$SharedStub..ng\n\t" \ -+ ".end _ZN14nsXPTCStubBase6Stub"#n"Ev" \ -+ ); \ -+__asm__( \ -+ "#### Stub"#n" ####\n" \ -+".text\n\t" \ -+ ".align 5\n\t" \ -+ ".globl _ZN14nsXPTCStubBase7Stub"#n"Ev\n\t" \ -+ ".ent _ZN14nsXPTCStubBase7Stub"#n"Ev\n" \ -+"_ZN14nsXPTCStubBase7Stub"#n"Ev:\n\t" \ -+ ".frame $30,0,$26,0\n\t" \ -+ "ldgp $29,0($27)\n" \ -+"$_ZN14nsXPTCStubBase7Stub"#n"Ev..ng:\n\t" \ -+ ".prologue 1\n\t" \ -+ "lda $1,"#n"\n\t" \ -+ "br $31,$SharedStub..ng\n\t" \ -+ ".end _ZN14nsXPTCStubBase7Stub"#n"Ev" \ -+ ); -+#else -+/* -+ * nsresult nsXPTCStubBase::Stub##n() -+ * Sets register $1 to "methodIndex" and jumps to SharedStub. -+ */ -+#define STUB_ENTRY(n) \ -+nsresult nsXPTCStubBase::Stub##n() \ -+{ \ -+ nsresult result; \ -+__asm__ __volatile__( \ -+ "ldah $29,0($27)\n\t" \ -+ "lda $29,0($29)\n\t" \ -+ "lda $1, "#n"\n\t" \ -+ "br $31, $SharedStub..ng\n\t" \ -+ "mov $0, %0\n\t" \ -+ : "=r" (result) \ -+ ); \ -+ return result; \ -+} -+#endif -+ -+#define SENTINEL_ENTRY(n) \ -+nsresult nsXPTCStubBase::Sentinel##n() \ -+{ \ -+ NS_ASSERTION(0,"nsXPTCStubBase::Sentinel called"); \ -+ return NS_ERROR_NOT_IMPLEMENTED; \ -+} -+ -+#include "xptcstubsdef.inc" -+ diff --git a/mail/thunderbird/files/patch-build_unix_run-mozilla.sh b/mail/thunderbird/files/patch-build_unix_run-mozilla.sh deleted file mode 100644 index e7b80ed29c53..000000000000 --- a/mail/thunderbird/files/patch-build_unix_run-mozilla.sh +++ /dev/null @@ -1,30 +0,0 @@ ---- build/unix/run-mozilla.sh.orig Fri Apr 18 23:12:28 2003 -+++ build/unix/run-mozilla.sh Sat May 31 19:03:29 2003 -@@ -355,7 +355,7 @@ - fi - ## - ## Set LD_LIBRARY_PATH --LD_LIBRARY_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:${MRE_HOME}${LD_LIBRARY_PATH+":$LD_LIBRARY_PATH"} -+LD_LIBRARY_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:%%PREFIX%%/lib/browser_plugins:${MRE_HOME}${LD_LIBRARY_PATH+":$LD_LIBRARY_PATH"} - if [ -n "$LD_LIBRARYN32_PATH" ] - then - LD_LIBRARYN32_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:${MRE_HOME}${LD_LIBRARYN32_PATH+":$LD_LIBRARYN32_PATH"} -@@ -402,7 +402,7 @@ - fi - fi - # Font path for Xft --FONTCONFIG_PATH="/etc/fonts:${MOZILLA_FIVE_HOME}/res/Xft" -+FONTCONFIG_PATH="%%PREFIX%%/etc/fonts:${MOZILLA_FIVE_HOME}/res/Xft" - export FONTCONFIG_PATH - - if [ "$moz_debug" -eq 1 ] -@@ -445,6 +445,9 @@ - # - export MOZILLA_FIVE_HOME LD_LIBRARY_PATH - export SHLIB_PATH LIBPATH LIBRARY_PATH ADDON_PATH DYLD_LIBRARY_PATH -+ -+MOZ_PLUGIN_PATH=%%PREFIX%%/lib/browser_plugins -+export MOZ_PLUGIN_PATH - - if [ $moz_debug -eq 1 ] - then diff --git a/mail/thunderbird/files/patch-config_preprocess.pl b/mail/thunderbird/files/patch-config_preprocess.pl deleted file mode 100644 index da1f69a2d338..000000000000 --- a/mail/thunderbird/files/patch-config_preprocess.pl +++ /dev/null @@ -1,56 +0,0 @@ ---- config/preprocessor.pl.orig Wed Aug 13 05:46:33 2003 -+++ config/preprocessor.pl Thu Sep 4 00:42:12 2003 -@@ -71,16 +71,40 @@ - ######################################################################## - - package main; --use File::Spec 0.8; -+use File::Spec; - use File::Spec::Unix; # on all platforms, because the #include syntax is unix-based -+use File::Basename; -+use Cwd; -+ -+# This code is taken from File::Spec::Unix 0.8. -+sub rel2abs { -+ my ($path, $base) = @_; -+ -+ if ( ! File::Spec->file_name_is_absolute( $path ) ) { -+ if ( !defined( $base ) || $base eq '' ) { -+ $base = cwd() ; -+ } -+ elsif ( ! File::Spec->file_name_is_absolute( $base ) ) { -+ $base = rel2abs( $base ); -+ } -+ else { -+ $base = File::Spec->canonpath( $base ); -+ } -+ -+ $path = File::Spec->catdir( $base, $path ); -+ } -+ -+ return File::Spec->canonpath( $path ); -+} -+# End code from File::Spec::Unix -+ - - sub include { - my($stack, $filename) = @_; - my $directory = $stack->{'variables'}->{'DIRECTORY'}; - if ($filename ne '-') { -- $filename = File::Spec->rel2abs($filename, $directory); -- my($volume, $path) = File::Spec->splitpath($filename); -- $directory = File::Spec->catpath($volume, $path, ''); -+ $filename = rel2abs($filename, $directory); -+ $directory = File::Spec->catdir(dirname($filename)); - } - local $stack->{'variables'}->{'DIRECTORY'} = $directory; - local $stack->{'variables'}->{'FILE'} = $filename; -@@ -374,7 +398,7 @@ - my $stack = shift; - return if $stack->disabled; - die "argument expected\n" unless @_; -- main::include($stack, File::Spec->catpath(File::Spec::Unix->splitpath(@_))); -+ main::include($stack, File::Spec->catfile(dirname(@_), basename(@_))); - } - - sub filter { diff --git a/mail/thunderbird/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp b/mail/thunderbird/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp deleted file mode 100644 index 0b0e08247101..000000000000 --- a/mail/thunderbird/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp +++ /dev/null @@ -1,57 +0,0 @@ ---- gfx/src/gtk/nsFontMetricsXft.cpp.save Thu Aug 7 12:14:49 2003 -+++ gfx/src/gtk/nsFontMetricsXft.cpp Thu Aug 7 12:33:45 2003 -@@ -106,6 +106,7 @@ - FcPattern *mPattern; - FcPattern *mFontName; - FcCharSet *mCharset; -+ int mNotXft; - }; - - class nsFontXftInfo; -@@ -1051,7 +1052,7 @@ - // font in our loaded list that supports the character - for (PRInt32 i = 0, end = mLoadedFonts.Count(); i < end; ++i) { - nsFontXft *font = (nsFontXft *)mLoadedFonts.ElementAt(i); -- if (font->HasChar(PRUint32(aChar))) -+ if (font->HasChar(PRUint32(aChar)) && font->GetXftFont()) - return font; - } - -@@ -1492,7 +1493,7 @@ - // this character. - for (PRInt32 j = 0, end = mLoadedFonts.Count(); j < end; ++j) { - font = (nsFontXft *)mLoadedFonts.ElementAt(j); -- if (font->HasChar(c)) { -+ if (font->HasChar(c) && font->GetXftFont()) { - currFont = font; - goto FoundFont; // for speed -- avoid "if" statement - } -@@ -1922,6 +1923,7 @@ - FcPatternReference(mFontName); - - mXftFont = nsnull; -+ mNotXft = 0; - - // set up our charset - mCharset = nsnull; -@@ -1948,7 +1950,7 @@ - XftFont * - nsFontXft::GetXftFont(void) - { -- if (!mXftFont) { -+ if (!mXftFont && !mNotXft) { - FcPattern *pat = FcFontRenderPrepare(0, mPattern, mFontName); - if (!pat) - return nsnull; -@@ -1967,8 +1969,10 @@ - FcPatternDel(pat, FC_SPACING); - - mXftFont = XftFontOpenPattern(GDK_DISPLAY(), pat); -- if (!mXftFont) -+ if (!mXftFont) { - FcPatternDestroy(pat); -+ mNotXft = 1; -+ } - } - - return mXftFont; diff --git a/mail/thunderbird/files/patch-nspr-unix.c b/mail/thunderbird/files/patch-nspr-unix.c deleted file mode 100644 index 6bb4ed08fb40..000000000000 --- a/mail/thunderbird/files/patch-nspr-unix.c +++ /dev/null @@ -1,21 +0,0 @@ ---- nsprpub/pr/src/md/unix/unix.c.orig Sat May 31 18:06:04 2003 -+++ nsprpub/pr/src/md/unix/unix.c Sat May 31 18:04:43 2003 -@@ -65,7 +65,8 @@ - * PRInt32* pointer to a _PRSockLen_t* pointer. - */ - #if defined(HAVE_SOCKLEN_T) \ -- || (defined(LINUX) && defined(__GLIBC__) && __GLIBC__ >= 2) -+ || (defined(LINUX) && defined(__GLIBC__) && __GLIBC__ >= 2) \ -+ || defined(FREEBSD) - #define _PRSockLen_t socklen_t - #elif defined(IRIX) || defined(HPUX) || defined(OSF1) || defined(SOLARIS) \ - || defined(AIX4_1) || defined(LINUX) || defined(SONY) \ -@@ -73,7 +74,7 @@ - || defined(SUNOS4) || defined(NCR) || defined(DARWIN) \ - || defined(NEXTSTEP) || defined(QNX) - #define _PRSockLen_t int --#elif (defined(AIX) && !defined(AIX4_1)) || defined(FREEBSD) \ -+#elif (defined(AIX) && !defined(AIX4_1)) \ - || defined(NETBSD) || defined(OPENBSD) || defined(UNIXWARE) \ - || defined(DGUX) || defined(VMS) || defined(NTO) - #define _PRSockLen_t size_t diff --git a/mail/thunderbird/files/patch-nsprpub-pr-src-misc-prtime.c b/mail/thunderbird/files/patch-nsprpub-pr-src-misc-prtime.c deleted file mode 100644 index 9682808e4d9e..000000000000 --- a/mail/thunderbird/files/patch-nsprpub-pr-src-misc-prtime.c +++ /dev/null @@ -1,11 +0,0 @@ ---- nsprpub/pr/src/misc/prtime.c.orig Thu Feb 27 01:01:02 2003 -+++ nsprpub/pr/src/misc/prtime.c Thu May 22 16:46:49 2003 -@@ -1666,7 +1666,7 @@ - */ - - #if defined(SUNOS4) || (__GLIBC__ >= 2) || defined(XP_BEOS) \ -- || defined(NETBSD) -+ || defined(NETBSD) || defined(__FreeBSD__) - a.tm_zone = NULL; - a.tm_gmtoff = tm->tm_params.tp_gmt_offset + tm->tm_params.tp_dst_offset; - #endif diff --git a/mail/thunderbird/files/patch-nsprpub-pr-src-pthreads-ptio.c b/mail/thunderbird/files/patch-nsprpub-pr-src-pthreads-ptio.c deleted file mode 100644 index 08346f235416..000000000000 --- a/mail/thunderbird/files/patch-nsprpub-pr-src-pthreads-ptio.c +++ /dev/null @@ -1,29 +0,0 @@ ---- nsprpub/pr/src/pthreads/ptio.c.orig Mon Jul 14 17:59:47 2003 -+++ nsprpub/pr/src/pthreads/ptio.c Fri Aug 29 15:39:46 2003 -@@ -189,7 +189,7 @@ - #endif - #endif - --#ifdef DARWIN -+#if defined(DARWIN) || defined(FREEBSD) - static PRBool _pr_ipv6_v6only_on_by_default; - /* The IPV6_V6ONLY socket option is not defined on Mac OS X 10.1. */ - #ifndef IPV6_V6ONLY -@@ -1154,7 +1154,7 @@ - _pr_stderr = pt_SetMethods(2, PR_DESC_FILE, PR_FALSE, PR_TRUE); - PR_ASSERT(_pr_stdin && _pr_stdout && _pr_stderr); - --#ifdef DARWIN -+#if defined(DARWIN) || defined(FREEBSD) - /* In Mac OS X v10.3 Panther Beta the IPV6_V6ONLY socket option - * is turned on by default, contrary to what RFC 3493, Section - * 5.3 says. So we have to turn it off. Find out whether we -@@ -3462,7 +3462,7 @@ - if (osfd == -1) pt_MapError(_PR_MD_MAP_SOCKET_ERROR, errno); - else - { --#ifdef DARWIN -+#if defined(DARWIN) || defined(FREEBSD) - if ((domain == AF_INET6) && _pr_ipv6_v6only_on_by_default) - { - int on = 0; diff --git a/mail/thunderbird/files/patch-sparc64 b/mail/thunderbird/files/patch-sparc64 deleted file mode 100644 index b9cb83058235..000000000000 --- a/mail/thunderbird/files/patch-sparc64 +++ /dev/null @@ -1,69 +0,0 @@ -diff -ru ./nsprpub/pr/include/md/_freebsd.cfg ../../work~/mozilla/nsprpub/pr/include/md/_freebsd.cfg ---- ./nsprpub/pr/include/md/_freebsd.cfg Wed Jan 2 18:38:25 2002 -+++ ../../work~/mozilla/nsprpub/pr/include/md/_freebsd.cfg Tue May 20 21:27:31 2003 -@@ -138,6 +138,53 @@ - #define PR_ALIGN_OF_DOUBLE 8 - #define PR_ALIGN_OF_POINTER 8 - -+#elif defined(__sparc__) -+ -+#undef IS_LITTLE_ENDIAN -+#define IS_BIG_ENDIAN 1 -+#define HAVE_LONG_LONG -+#define HAVE_ALIGNED_DOUBLES -+#define HAVE_ALIGNED_LONGLONGS -+#define IS_64 -+ -+#define PR_BYTES_PER_BYTE 1 -+#define PR_BYTES_PER_SHORT 2 -+#define PR_BYTES_PER_INT 4 -+#define PR_BYTES_PER_INT64 8 -+#define PR_BYTES_PER_LONG 8 -+#define PR_BYTES_PER_FLOAT 4 -+#define PR_BYTES_PER_DOUBLE 8 -+#define PR_BYTES_PER_WORD 8 -+#define PR_BYTES_PER_DWORD 8 -+#define PR_BYTES_PER_WORD_LOG2 3 -+#define PR_BYTES_PER_DWORD_LOG2 3 -+ -+#define PR_BITS_PER_BYTE 8 -+#define PR_BITS_PER_SHORT 16 -+#define PR_BITS_PER_INT 32 -+#define PR_BITS_PER_INT64 64 -+#define PR_BITS_PER_LONG 64 -+#define PR_BITS_PER_FLOAT 32 -+#define PR_BITS_PER_DOUBLE 64 -+#define PR_BITS_PER_WORD 64 -+ -+#define PR_BITS_PER_BYTE_LOG2 3 -+#define PR_BITS_PER_SHORT_LOG2 4 -+#define PR_BITS_PER_INT_LOG2 5 -+#define PR_BITS_PER_INT64_LOG2 6 -+#define PR_BITS_PER_LONG_LOG2 6 -+#define PR_BITS_PER_FLOAT_LOG2 5 -+#define PR_BITS_PER_DOUBLE_LOG2 6 -+#define PR_BITS_PER_WORD_LOG2 6 -+ -+#define PR_ALIGN_OF_SHORT 2 -+#define PR_ALIGN_OF_INT 4 -+#define PR_ALIGN_OF_LONG 8 -+#define PR_ALIGN_OF_INT64 8 -+#define PR_ALIGN_OF_FLOAT 4 -+#define PR_ALIGN_OF_DOUBLE 8 -+#define PR_ALIGN_OF_POINTER 8 -+ - #else - - #error "Unknown CPU architecture" -diff -ru ./nsprpub/pr/include/md/_freebsd.h ../../work~/mozilla/nsprpub/pr/include/md/_freebsd.h ---- ./nsprpub/pr/include/md/_freebsd.h Thu Jan 16 15:09:12 2003 -+++ ../../work~/mozilla/nsprpub/pr/include/md/_freebsd.h Tue May 20 21:27:13 2003 -@@ -48,6 +48,8 @@ - #define _PR_SI_ARCHITECTURE "x86" - #elif defined(__alpha) - #define _PR_SI_ARCHITECTURE "alpha" -+#elif defined(__sparc__) -+#define _PR_SI_ARCHITECTURE "sparc" - #else - #error "Unknown CPU architecture" - #endif diff --git a/mail/thunderbird/files/patch-xptcall-sparc64 b/mail/thunderbird/files/patch-xptcall-sparc64 deleted file mode 100644 index ea2773ced7d9..000000000000 --- a/mail/thunderbird/files/patch-xptcall-sparc64 +++ /dev/null @@ -1,345 +0,0 @@ ---- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig Mon May 26 13:26:01 2003 -+++ xpcom/reflect/xptcall/src/md/unix/Makefile.in Mon May 26 13:30:04 2003 -@@ -287,6 +287,15 @@ - ASFILES := xptcinvoke_asm_sparc_netbsd.s xptcstubs_asm_sparc_netbsd.s - endif - # -+# FreeBSD/SPARC64 -+# -+ifeq ($(OS_ARCH),FreeBSD) -+ifneq (,$(findstring sparc,$(OS_TEST))) -+CPPSRCS := xptcinvoke_sparc64_freebsd.cpp xptcstubs_sparc64_freebsd.cpp -+ASFILES := xptcinvoke_asm_sparc64_freebsd.s xptcstubs_asm_sparcv9_solaris.s -+endif -+endif -+# - # Solaris/SPARC - # - ifeq ($(OS_ARCH),SunOS) ---- /dev/null Mon May 26 13:22:00 2003 -+++ xpcom/reflect/xptcall/src/md/unix/xptcstubs_sparc64_freebsd.cpp Mon May 26 04:12:55 2003 -@@ -0,0 +1,123 @@ -+/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- -+ * -+ * The contents of this file are subject to the Mozilla Public -+ * License Version 1.1 (the "License"); you may not use this file -+ * except in compliance with the License. You may obtain a copy of -+ * the License at http://www.mozilla.org/MPL/ -+ * -+ * Software distributed under the License is distributed on an "AS -+ * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or -+ * implied. See the License for the specific language governing -+ * rights and limitations under the License. -+ * -+ * The Original Code is mozilla.org code. -+ * -+ * The Initial Developer of the Original Code is Netscape -+ * Communications Corporation. Portions created by Netscape are -+ * Copyright (C) 2001 Netscape Communications Corporation. All -+ * Rights Reserved. -+ * -+ * Contributor(s): -+ * Stuart Parmenter <pavlov@netscape.com> -+ */ -+ -+/* Implement shared vtbl methods. */ -+ -+#include "xptcprivate.h" -+ -+#if defined(sparc) || defined(__sparc__) -+ -+extern "C" nsresult -+PrepareAndDispatch(nsXPTCStubBase* self, PRUint64 methodIndex, PRUint64* args) -+{ -+ -+#define PARAM_BUFFER_COUNT 16 -+ -+ nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT]; -+ nsXPTCMiniVariant* dispatchParams = NULL; -+ nsIInterfaceInfo* iface_info = NULL; -+ const nsXPTMethodInfo* info; -+ PRUint8 paramCount; -+ PRUint8 i; -+ nsresult result = NS_ERROR_FAILURE; -+ -+ NS_ASSERTION(self,"no self"); -+ -+ self->GetInterfaceInfo(&iface_info); -+ NS_ASSERTION(iface_info,"no interface info"); -+ -+ iface_info->GetMethodInfo(PRUint16(methodIndex), &info); -+ NS_ASSERTION(info,"no interface info"); -+ -+ paramCount = info->GetParamCount(); -+ -+ // setup variant array pointer -+ if(paramCount > PARAM_BUFFER_COUNT) -+ dispatchParams = new nsXPTCMiniVariant[paramCount]; -+ else -+ dispatchParams = paramBuffer; -+ NS_ASSERTION(dispatchParams,"no place for params"); -+ -+ PRUint64* ap = args; -+ for(i = 0; i < paramCount; i++, ap++) -+ { -+ const nsXPTParamInfo& param = info->GetParam(i); -+ const nsXPTType& type = param.GetType(); -+ nsXPTCMiniVariant* dp = &dispatchParams[i]; -+ -+ if(param.IsOut() || !type.IsArithmetic()) -+ { -+ dp->val.p = (void*) *ap; -+ continue; -+ } -+ // else -+ switch(type) -+ { -+ case nsXPTType::T_I8 : dp->val.i8 = *((PRInt64*) ap); break; -+ case nsXPTType::T_I16 : dp->val.i16 = *((PRInt64*) ap); break; -+ case nsXPTType::T_I32 : dp->val.i32 = *((PRInt64*) ap); break; -+ case nsXPTType::T_DOUBLE : dp->val.d = *((double*) ap); break; -+ case nsXPTType::T_U64 : dp->val.u64 = *((PRUint64*) ap); break; -+ case nsXPTType::T_I64 : dp->val.i64 = *((PRInt64*) ap); break; -+ case nsXPTType::T_U8 : dp->val.u8 = *((PRUint64*) ap); break; -+ case nsXPTType::T_U16 : dp->val.u16 = *((PRUint64*)ap); break; -+ case nsXPTType::T_U32 : dp->val.u32 = *((PRUint64*)ap); break; -+ case nsXPTType::T_FLOAT : dp->val.f = ((float*) ap)[1]; break; -+ case nsXPTType::T_BOOL : dp->val.b = *((PRInt64*) ap); break; -+ case nsXPTType::T_CHAR : dp->val.c = *((PRUint64*) ap); break; -+ case nsXPTType::T_WCHAR : dp->val.wc = *((PRInt64*) ap); break; -+ default: -+ NS_ASSERTION(0, "bad type"); -+ break; -+ } -+ } -+ -+ result = self->CallMethod((PRUint16)methodIndex, info, dispatchParams); -+ -+ NS_RELEASE(iface_info); -+ -+ if(dispatchParams != paramBuffer) -+ delete [] dispatchParams; -+ -+ return result; -+} -+ -+extern "C" int SharedStub(int, int*); -+ -+#define STUB_ENTRY(n) \ -+nsresult nsXPTCStubBase::Stub##n() \ -+{ \ -+ int dummy; /* defeat tail-call optimization */ \ -+ return SharedStub(n, &dummy); \ -+} -+ -+#define SENTINEL_ENTRY(n) \ -+nsresult nsXPTCStubBase::Sentinel##n() \ -+{ \ -+ NS_ASSERTION(0,"nsXPTCStubBase::Sentinel called"); \ -+ return NS_ERROR_NOT_IMPLEMENTED; \ -+} -+ -+#include "xptcstubsdef.inc" -+ -+#endif /* sparc || __sparc__ */ ---- /dev/null Mon May 26 13:22:00 2003 -+++ xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_sparc64_freebsd.s Mon May 26 04:06:09 2003 -@@ -0,0 +1,104 @@ -+/* -*- Mode: asm; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- -+ * -+ * The contents of this file are subject to the Mozilla Public -+ * License Version 1.1 (the "License"); you may not use this file -+ * except in compliance with the License. You may obtain a copy of -+ * the License at http://www.mozilla.org/MPL/ -+ * -+ * Software distributed under the License is distributed on an "AS -+ * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or -+ * implied. See the License for the specific language governing -+ * rights and limitations under the License. -+ * -+ * The Original Code is mozilla.org code. -+ * -+ * The Initial Developer of the Original Code is Netscape -+ * Communications Corporation. Portions created by Netscape are -+ * Copyright (C) 2001 Netscape Communications Corporation. All -+ * Rights Reserved. -+ * -+ * Contributor(s): -+ * Stuart Parmenter <pavlov@netscape.com> -+ * Chris Seawood <cls@seawood.org> -+ */ -+ -+/* -+ Platform specific code to invoke XPCOM methods on native objects -+ for sparcv9 Solaris. -+ -+ See the SPARC Compliance Definition (SCD) Chapter 3 -+ for more information about what is going on here, including -+ the use of BIAS (0x7ff). -+ The SCD is available from http://www.sparc.com/. -+*/ -+ -+ .global XPTC_InvokeByIndex -+ .type XPTC_InvokeByIndex, #function -+ -+/* -+ XPTC_InvokeByIndex(nsISupports* that, PRUint32 methodIndex, -+ PRUint32 paramCount, nsXPTCVariant* params); -+ -+*/ -+XPTC_InvokeByIndex: -+ save %sp,-(128 + 64),%sp ! room for the register window and -+ ! struct pointer, rounded up to 0 % 64 -+ sll %i2,4,%l0 ! assume the worst case -+ ! paramCount * 2 * 8 bytes -+ cmp %l0, 0 ! are there any args? If not, -+ be .invoke ! no need to copy args to stack -+ nop -+ -+ sub %sp,%l0,%sp ! create the additional stack space -+ add %sp,0x7ff+136,%o0 ! step past the register window, the -+ ! struct result pointer and the 'this' slot -+ mov %i2,%o1 ! paramCount -+ call invoke_copy_to_stack -+ mov %i3,%o2 ! params -+ -+! -+! load arguments from stack into the outgoing registers -+! BIAS is 0x7ff (2047) -+! -+ -+! load the %o1..5 64bit (extended word) output registers registers -+ ldx [%sp + 0x7ff + 136],%o1 ! %i1 -+ ldx [%sp + 0x7ff + 144],%o2 ! %i2 -+ ldx [%sp + 0x7ff + 152],%o3 ! %i3 -+ ldx [%sp + 0x7ff + 160],%o4 ! %i4 -+ ldx [%sp + 0x7ff + 168],%o5 ! %i5 -+ -+! load the even number double registers starting with %d2 -+ ldd [%sp + 0x7ff + 136],%f2 -+ ldd [%sp + 0x7ff + 144],%f4 -+ ldd [%sp + 0x7ff + 152],%f6 -+ ldd [%sp + 0x7ff + 160],%f8 -+ ldd [%sp + 0x7ff + 168],%f10 -+ ldd [%sp + 0x7ff + 176],%f12 -+ ldd [%sp + 0x7ff + 184],%f14 -+ ldd [%sp + 0x7ff + 192],%f16 -+ ldd [%sp + 0x7ff + 200],%f18 -+ ldd [%sp + 0x7ff + 208],%f20 -+ ldd [%sp + 0x7ff + 216],%f22 -+ ldd [%sp + 0x7ff + 224],%f24 -+ ldd [%sp + 0x7ff + 232],%f26 -+ ldd [%sp + 0x7ff + 240],%f28 -+ ldd [%sp + 0x7ff + 248],%f30 -+ -+! -+! calculate the target address from the vtable -+! -+.invoke: -+ sll %i1,3,%l0 ! index *= 8 -+! add %l0,16,%l0 ! there are 2 extra entries in the vTable (16bytes) -+ ldx [%i0],%l1 ! *that --> address of vtable -+ ldx [%l0 + %l1],%l0 ! that->vtable[index * 8 + 16] --> address -+ -+ jmpl %l0,%o7 ! call the routine -+ mov %i0,%o0 ! move 'this' pointer to out register -+ -+ mov %o0,%i0 ! propagate return value -+ ret -+ restore -+ -+ .size XPTC_InvokeByIndex, .-XPTC_InvokeByIndex ---- /dev/null Mon May 26 14:00:00 2003 -+++ xpcom/reflect/xptcall/src/md/unix/xptcinvoke_sparc64_freebsd.cpp Mon May 26 14:00:49 2003 -@@ -0,0 +1,91 @@ -+/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- -+ * -+ * The contents of this file are subject to the Mozilla Public -+ * License Version 1.1 (the "License"); you may not use this file -+ * except in compliance with the License. You may obtain a copy of -+ * the License at http://www.mozilla.org/MPL/ -+ * -+ * Software distributed under the License is distributed on an "AS -+ * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or -+ * implied. See the License for the specific language governing -+ * rights and limitations under the License. -+ * -+ * The Original Code is mozilla.org code. -+ * -+ * The Initial Developer of the Original Code is Netscape -+ * Communications Corporation. Portions created by Netscape are -+ * Copyright (C) 2001 Netscape Communications Corporation. All -+ * Rights Reserved. -+ * -+ * Contributor(s): -+ * Stuart Parmenter <pavlov@netscape.com> -+ * Chris Seawood <cls@seawood.org> -+ */ -+ -+ -+/* Platform specific code to invoke XPCOM methods on native objects */ -+ -+#include "xptcprivate.h" -+ -+#if !defined(__sparc) && !defined(__sparc__) -+#error "This code is for Sparc only" -+#endif -+ -+/* Prototype specifies unmangled function name */ -+extern "C" PRUint64 -+invoke_copy_to_stack(PRUint64* d, PRUint32 paramCount, nsXPTCVariant* s); -+ -+extern "C" PRUint64 -+invoke_copy_to_stack(PRUint64* d, PRUint32 paramCount, nsXPTCVariant* s) -+{ -+ /* -+ We need to copy the parameters for this function to locals and use them -+ from there since the parameters occupy the same stack space as the stack -+ we're trying to populate. -+ */ -+ PRUint64 *l_d = d; -+ nsXPTCVariant *l_s = s; -+ PRUint64 l_paramCount = paramCount; -+ PRUint64 regCount = 0; // return the number of registers to load from the stack -+ -+ for(PRUint64 i = 0; i < l_paramCount; i++, l_d++, l_s++) -+ { -+ if (regCount < 5) regCount++; -+ -+ if (l_s->IsPtrData()) -+ { -+ *l_d = (PRUint64)l_s->ptr; -+ continue; -+ } -+ switch (l_s->type) -+ { -+ case nsXPTType::T_I8 : *((PRInt64*)l_d) = l_s->val.i8; break; -+ case nsXPTType::T_I16 : *((PRInt64*)l_d) = l_s->val.i16; break; -+ case nsXPTType::T_I32 : *((PRInt64*)l_d) = l_s->val.i32; break; -+ case nsXPTType::T_I64 : *((PRInt64*)l_d) = l_s->val.i64; break; -+ -+ case nsXPTType::T_U8 : *((PRUint64*)l_d) = l_s->val.u8; break; -+ case nsXPTType::T_U16 : *((PRUint64*)l_d) = l_s->val.u16; break; -+ case nsXPTType::T_U32 : *((PRUint64*)l_d) = l_s->val.u32; break; -+ case nsXPTType::T_U64 : *((PRUint64*)l_d) = l_s->val.u64; break; -+ -+ /* in the case of floats, we want to put the bits in to the -+ 64bit space right justified... floats in the paramter array on -+ sparcv9 use odd numbered registers.. %f1, %f3, so we have to skip -+ the space that would be occupied by %f0, %f2, etc. -+ */ -+ case nsXPTType::T_FLOAT : *(((float*)l_d) + 1) = l_s->val.f; break; -+ case nsXPTType::T_DOUBLE: *((double*)l_d) = l_s->val.d; break; -+ case nsXPTType::T_BOOL : *((PRInt64*)l_d) = l_s->val.b; break; -+ case nsXPTType::T_CHAR : *((PRUint64*)l_d) = l_s->val.c; break; -+ case nsXPTType::T_WCHAR : *((PRInt64*)l_d) = l_s->val.wc; break; -+ -+ default: -+ // all the others are plain pointer types -+ *((void**)l_d) = l_s->val.p; -+ break; -+ } -+ } -+ -+ return regCount; -+} diff --git a/mail/thunderbird/pkg-descr b/mail/thunderbird/pkg-descr deleted file mode 100644 index 5a21b98b08cc..000000000000 --- a/mail/thunderbird/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Mozilla Thunderbird is a redesign of the Mozilla mail component with the goal -of becoming a cross-platform stand alone mail application using the XUL -user interface language. See the Mozilla Thunderbird project page for -more details. - -WWW: http://www.mozilla.org/projects/thunderbird/ diff --git a/mail/thunderbird/pkg-plist b/mail/thunderbird/pkg-plist deleted file mode 100644 index 6706e0ff59b3..000000000000 --- a/mail/thunderbird/pkg-plist +++ /dev/null @@ -1,3957 +0,0 @@ -bin/thunderbird -bin/thunderbird-config -lib/thunderbird/bin/mozilla-config -lib/thunderbird/bin/thunderbird -lib/thunderbird/include/mozilla-1.5b/accessibility/nsAccessNode.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsAccessNodeWrap.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsAccessibleEventData.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsAccessibleText.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsAccessibleWrap.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsDocAccessibleWrap.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessNode.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibilityService.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessible.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleAction.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleCaret.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleDocument.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleEditableText.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleEvent.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleHyperLink.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleHyperText.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleProvider.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleRetrieval.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleSelectable.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleTable.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleText.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleValue.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsPIAccessNode.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsPIAccessible.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsPIAccessibleDocument.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsRootAccessible.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsRootAccessibleWrap.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsTextAccessibleWrap.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbAddressCollecter.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbAutoCompleteSession.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbBSDirectory.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbBaseCID.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbBooleanExpression.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbCardProperty.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbDirFactoryService.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbDirProperty.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbDirSearchListener.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbDirectoryQuery.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbDirectoryQueryProxy.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbDirectoryRDFResource.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbLDAPAutoCompFormatter.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbLDAPCard.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbLDAPChangeLogData.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbLDAPChangeLogQuery.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbLDAPDirFactory.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbLDAPDirectory.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbLDAPDirectoryQuery.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbLDAPReplicationData.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbLDAPReplicationQuery.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbLDAPReplicationService.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbMDBCard.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbMDBCardProperty.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbMDBDirFactory.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbMDBDirProperty.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbMDBDirectory.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbRDFDataSource.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbView.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAddbookProtocolHandler.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAddbookUrl.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAddrBookSession.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAddrDatabase.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAddressBook.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsDirPrefs.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsDirectoryDataSource.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbAddressCollecter.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbAutoCompleteSession.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbBase.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbBooleanExpression.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbCard.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbDirFactory.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbDirFactoryService.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbDirectory.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbDirectoryQuery.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbDirectoryQueryProxy.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbDirectorySearch.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbLDAPAutoCompFormatter.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbLDAPReplicationData.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbLDAPReplicationQuery.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbLDAPReplicationService.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbListener.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbMDBCard.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbMDBDirectory.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbUpgrader.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbView.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAddbookUrl.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAddrBookSession.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAddrDBAnnouncer.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAddrDBListener.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAddrDatabase.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAddressBook.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsILDAPPrefsService.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsCharsetMenu.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsFontPackageHandler.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsIAutoCompleteListener.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsIAutoCompleteResults.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsIAutoCompleteSession.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsIBookmarksService.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsIFindService.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsILDAPAutoCompFormatter.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsILDAPAutoCompleteSession.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsISearchContext.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsITimeBomb.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsIWindowDataSource.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsTimeBomb.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsAppShellCIDs.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsIAppShellService.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsICloseAllWindows.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsICmdLineHandler.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsICmdLineService.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsINativeAppSupport.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsIPopupWindowManager.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsISplashScreen.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsITimingService.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsIUserInfo.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsIWebShellWindow.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsIWindowMediator.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsIWindowMediatorListener.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsIXULWindow.h -lib/thunderbird/include/mozilla-1.5b/bayesflt/nsBayesianFilter.h -lib/thunderbird/include/mozilla-1.5b/bayesflt/nsBayesianFilterCID.h -lib/thunderbird/include/mozilla-1.5b/browser/nsIBrowserInstance.h -lib/thunderbird/include/mozilla-1.5b/browser/nsIXULBrowserWindow.h -lib/thunderbird/include/mozilla-1.5b/caps/nsAggregatePrincipal.h -lib/thunderbird/include/mozilla-1.5b/caps/nsBasePrincipal.h -lib/thunderbird/include/mozilla-1.5b/caps/nsCertificatePrincipal.h -lib/thunderbird/include/mozilla-1.5b/caps/nsCodebasePrincipal.h -lib/thunderbird/include/mozilla-1.5b/caps/nsIAggregatePrincipal.h -lib/thunderbird/include/mozilla-1.5b/caps/nsICertificatePrincipal.h -lib/thunderbird/include/mozilla-1.5b/caps/nsICodebasePrincipal.h -lib/thunderbird/include/mozilla-1.5b/caps/nsIPrincipal.h -lib/thunderbird/include/mozilla-1.5b/caps/nsIScriptSecurityManager.h -lib/thunderbird/include/mozilla-1.5b/caps/nsISecurityCheckedComponent.h -lib/thunderbird/include/mozilla-1.5b/caps/nsISignatureVerifier.h -lib/thunderbird/include/mozilla-1.5b/caps/nsJSPrincipals.h -lib/thunderbird/include/mozilla-1.5b/caps/nsScriptSecurityManager.h -lib/thunderbird/include/mozilla-1.5b/caps/nsSystemPrincipal.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsCharsetDetectionAdaptorCID.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsDetectionConfident.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsDocumentCharsetInfoCID.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsICharsetDetectionAdaptor.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsICharsetDetectionObserver.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsICharsetDetector.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsICharsetResolver.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsIDocCharset.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsIDocumentCharsetInfo.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsIMetaCharsetService.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsIStringCharsetDetector.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsIXMLEncodingService.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsMetaCharsetCID.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsXMLEncodingCID.h -lib/thunderbird/include/mozilla-1.5b/chrome/nsIChromeRegistry.h -lib/thunderbird/include/mozilla-1.5b/commandhandler/nsICommandManager.h -lib/thunderbird/include/mozilla-1.5b/commandhandler/nsICommandParams.h -lib/thunderbird/include/mozilla-1.5b/commandhandler/nsIControllerCommand.h -lib/thunderbird/include/mozilla-1.5b/commandhandler/nsIControllerCommandTable.h -lib/thunderbird/include/mozilla-1.5b/commandhandler/nsIControllerContext.h -lib/thunderbird/include/mozilla-1.5b/commandhandler/nsPICommandUpdater.h -lib/thunderbird/include/mozilla-1.5b/composer/nsIEditingSession.h -lib/thunderbird/include/mozilla-1.5b/content/mozISanitizingSerializer.h -lib/thunderbird/include/mozilla-1.5b/content/nsAtomListUtils.h -lib/thunderbird/include/mozilla-1.5b/content/nsBidiUtils.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSAnonBoxList.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSAnonBoxes.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSKeywordList.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSKeywords.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSPropList.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSProperty.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSProps.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSPseudoClassList.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSPseudoClasses.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSPseudoElementList.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSPseudoElements.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSStruct.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSValue.h -lib/thunderbird/include/mozilla-1.5b/content/nsChangeHint.h -lib/thunderbird/include/mozilla-1.5b/content/nsContentCID.h -lib/thunderbird/include/mozilla-1.5b/content/nsContentErrors.h -lib/thunderbird/include/mozilla-1.5b/content/nsContentPolicyUtils.h -lib/thunderbird/include/mozilla-1.5b/content/nsContentUtils.h -lib/thunderbird/include/mozilla-1.5b/content/nsDOMCSSDeclaration.h -lib/thunderbird/include/mozilla-1.5b/content/nsHTMLAtomList.h -lib/thunderbird/include/mozilla-1.5b/content/nsHTMLAtoms.h -lib/thunderbird/include/mozilla-1.5b/content/nsHTMLValue.h -lib/thunderbird/include/mozilla-1.5b/content/nsIAnonymousContent.h -lib/thunderbird/include/mozilla-1.5b/content/nsIAttribute.h -lib/thunderbird/include/mozilla-1.5b/content/nsIAttributeContent.h -lib/thunderbird/include/mozilla-1.5b/content/nsIBindingManager.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSGroupRule.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSImportRule.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSLoader.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSLoaderObserver.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSMediaRule.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSNameSpaceRule.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSOMFactory.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSParser.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSPseudoComparator.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSRule.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSStyleRule.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSStyleRuleDOMWrapper.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSStyleRuleProcessor.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSStyleSheet.h -lib/thunderbird/include/mozilla-1.5b/content/nsIComputedDOMStyle.h -lib/thunderbird/include/mozilla-1.5b/content/nsIContent.h -lib/thunderbird/include/mozilla-1.5b/content/nsIContentIterator.h -lib/thunderbird/include/mozilla-1.5b/content/nsIContentList.h -lib/thunderbird/include/mozilla-1.5b/content/nsIContentPolicy.h -lib/thunderbird/include/mozilla-1.5b/content/nsIContentSerializer.h -lib/thunderbird/include/mozilla-1.5b/content/nsIDocument.h -lib/thunderbird/include/mozilla-1.5b/content/nsIDocumentEncoder.h -lib/thunderbird/include/mozilla-1.5b/content/nsIDocumentObserver.h -lib/thunderbird/include/mozilla-1.5b/content/nsIDocumentTransformer.h -lib/thunderbird/include/mozilla-1.5b/content/nsIDocumentViewer.h -lib/thunderbird/include/mozilla-1.5b/content/nsIDragDropHandler.h -lib/thunderbird/include/mozilla-1.5b/content/nsIElementFactory.h -lib/thunderbird/include/mozilla-1.5b/content/nsIEventListenerManager.h -lib/thunderbird/include/mozilla-1.5b/content/nsIEventStateManager.h -lib/thunderbird/include/mozilla-1.5b/content/nsIFIXptr.h -lib/thunderbird/include/mozilla-1.5b/content/nsIForm.h -lib/thunderbird/include/mozilla-1.5b/content/nsIFormControl.h -lib/thunderbird/include/mozilla-1.5b/content/nsIFormSubmission.h -lib/thunderbird/include/mozilla-1.5b/content/nsIFrameLoader.h -lib/thunderbird/include/mozilla-1.5b/content/nsIFrameSetElement.h -lib/thunderbird/include/mozilla-1.5b/content/nsIHTMLCSSStyleSheet.h -lib/thunderbird/include/mozilla-1.5b/content/nsIHTMLContent.h -lib/thunderbird/include/mozilla-1.5b/content/nsIHTMLContentContainer.h -lib/thunderbird/include/mozilla-1.5b/content/nsIHTMLDocument.h -lib/thunderbird/include/mozilla-1.5b/content/nsIHTMLTableCellElement.h -lib/thunderbird/include/mozilla-1.5b/content/nsIHTMLTableColElement.h -lib/thunderbird/include/mozilla-1.5b/content/nsIHTMLToTextSink.h -lib/thunderbird/include/mozilla-1.5b/content/nsIImageDocument.h -lib/thunderbird/include/mozilla-1.5b/content/nsIImageLoadingContent.h -lib/thunderbird/include/mozilla-1.5b/content/nsIInspectorCSSUtils.h -lib/thunderbird/include/mozilla-1.5b/content/nsILink.h -lib/thunderbird/include/mozilla-1.5b/content/nsIMediaList.h -lib/thunderbird/include/mozilla-1.5b/content/nsIModifyableXPointer.h -lib/thunderbird/include/mozilla-1.5b/content/nsINameSpace.h -lib/thunderbird/include/mozilla-1.5b/content/nsINameSpaceManager.h -lib/thunderbird/include/mozilla-1.5b/content/nsINodeInfo.h -lib/thunderbird/include/mozilla-1.5b/content/nsIOptionElement.h -lib/thunderbird/include/mozilla-1.5b/content/nsIPhonetic.h -lib/thunderbird/include/mozilla-1.5b/content/nsIPrintProgress.h -lib/thunderbird/include/mozilla-1.5b/content/nsIPrintProgressParams.h -lib/thunderbird/include/mozilla-1.5b/content/nsIPrintStatusFeedback.h -lib/thunderbird/include/mozilla-1.5b/content/nsIPrivateCompositionEvent.h -lib/thunderbird/include/mozilla-1.5b/content/nsIPrivateDOMEvent.h -lib/thunderbird/include/mozilla-1.5b/content/nsIPrivateDOMImplementation.h -lib/thunderbird/include/mozilla-1.5b/content/nsIPrivateTextEvent.h -lib/thunderbird/include/mozilla-1.5b/content/nsIPrivateTextRange.h -lib/thunderbird/include/mozilla-1.5b/content/nsIRadioControlElement.h -lib/thunderbird/include/mozilla-1.5b/content/nsIRadioGroupContainer.h -lib/thunderbird/include/mozilla-1.5b/content/nsIRadioVisitor.h -lib/thunderbird/include/mozilla-1.5b/content/nsIRangeUtils.h -lib/thunderbird/include/mozilla-1.5b/content/nsIScriptElement.h -lib/thunderbird/include/mozilla-1.5b/content/nsIScriptEventHandler.h -lib/thunderbird/include/mozilla-1.5b/content/nsIScriptEventManager.h -lib/thunderbird/include/mozilla-1.5b/content/nsIScriptLoader.h -lib/thunderbird/include/mozilla-1.5b/content/nsIScriptLoaderObserver.h -lib/thunderbird/include/mozilla-1.5b/content/nsISelectElement.h -lib/thunderbird/include/mozilla-1.5b/content/nsISelection.h -lib/thunderbird/include/mozilla-1.5b/content/nsISelectionController.h -lib/thunderbird/include/mozilla-1.5b/content/nsISelectionDisplay.h -lib/thunderbird/include/mozilla-1.5b/content/nsISelectionListener.h -lib/thunderbird/include/mozilla-1.5b/content/nsISelectionPrivate.h -lib/thunderbird/include/mozilla-1.5b/content/nsIStyleRule.h -lib/thunderbird/include/mozilla-1.5b/content/nsIStyleRuleProcessor.h -lib/thunderbird/include/mozilla-1.5b/content/nsIStyleRuleSupplier.h -lib/thunderbird/include/mozilla-1.5b/content/nsIStyleSheet.h -lib/thunderbird/include/mozilla-1.5b/content/nsIStyleSheetLinkingElement.h -lib/thunderbird/include/mozilla-1.5b/content/nsIStyledContent.h -lib/thunderbird/include/mozilla-1.5b/content/nsISyncLoadDOMService.h -lib/thunderbird/include/mozilla-1.5b/content/nsITextAreaElement.h -lib/thunderbird/include/mozilla-1.5b/content/nsITextContent.h -lib/thunderbird/include/mozilla-1.5b/content/nsITextControlElement.h -lib/thunderbird/include/mozilla-1.5b/content/nsIWyciwygChannel.h -lib/thunderbird/include/mozilla-1.5b/content/nsIXBLBinding.h -lib/thunderbird/include/mozilla-1.5b/content/nsIXBLDocumentInfo.h -lib/thunderbird/include/mozilla-1.5b/content/nsIXBLService.h -lib/thunderbird/include/mozilla-1.5b/content/nsIXMLContent.h -lib/thunderbird/include/mozilla-1.5b/content/nsIXMLContentSink.h -lib/thunderbird/include/mozilla-1.5b/content/nsIXPathEvaluatorInternal.h -lib/thunderbird/include/mozilla-1.5b/content/nsIXPointer.h -lib/thunderbird/include/mozilla-1.5b/content/nsIXSLTException.h -lib/thunderbird/include/mozilla-1.5b/content/nsIXSLTProcessor.h -lib/thunderbird/include/mozilla-1.5b/content/nsIXSLTProcessorObsolete.h -lib/thunderbird/include/mozilla-1.5b/content/nsImageMapUtils.h -lib/thunderbird/include/mozilla-1.5b/content/nsLayoutAtomList.h -lib/thunderbird/include/mozilla-1.5b/content/nsLayoutAtoms.h -lib/thunderbird/include/mozilla-1.5b/content/nsMutationEvent.h -lib/thunderbird/include/mozilla-1.5b/content/nsRuleNode.h -lib/thunderbird/include/mozilla-1.5b/content/nsRuleWalker.h -lib/thunderbird/include/mozilla-1.5b/content/nsStyleContext.h -lib/thunderbird/include/mozilla-1.5b/content/nsStyleCoord.h -lib/thunderbird/include/mozilla-1.5b/content/nsStyleStruct.h -lib/thunderbird/include/mozilla-1.5b/content/nsStyleStructList.h -lib/thunderbird/include/mozilla-1.5b/content/nsStyleUtil.h -lib/thunderbird/include/mozilla-1.5b/content/nsTextFragment.h -lib/thunderbird/include/mozilla-1.5b/content/nsXBLAtomList.h -lib/thunderbird/include/mozilla-1.5b/content/nsXBLAtoms.h -lib/thunderbird/include/mozilla-1.5b/content/nsXULAtomList.h -lib/thunderbird/include/mozilla-1.5b/content/nsXULAtoms.h -lib/thunderbird/include/mozilla-1.5b/dbm/cdefs.h -lib/thunderbird/include/mozilla-1.5b/dbm/mcom_db.h -lib/thunderbird/include/mozilla-1.5b/dbm/ncompat.h -lib/thunderbird/include/mozilla-1.5b/dbm/nsres.h -lib/thunderbird/include/mozilla-1.5b/dbm/winfile.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsCDefaultURIFixup.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsCDocShell.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIContentViewer.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIContentViewerEdit.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIContentViewerFile.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIDocShell.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIDocShellHistory.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIDocShellLoadInfo.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIDocShellTreeItem.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIDocShellTreeNode.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIDocShellTreeOwner.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIEditorDocShell.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIMarkupDocumentViewer.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIScrollable.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsITextScroll.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIURIFixup.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIWebNavigation.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIWebPageDescriptor.h -lib/thunderbird/include/mozilla-1.5b/dom/domstubs.h -lib/thunderbird/include/mozilla-1.5b/dom/nsDOMCID.h -lib/thunderbird/include/mozilla-1.5b/dom/nsDOMError.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIBaseDOMException.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOM3Document.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOM3DocumentEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOM3EventTarget.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOM3Node.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMAbstractView.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMAttr.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMBarProp.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCDATASection.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCRMFObject.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSS2Properties.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSCharsetRule.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSFontFaceRule.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSImportRule.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSMediaRule.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSPageRule.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSPrimitiveValue.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSRule.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSRuleList.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSStyleDeclaration.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSStyleRule.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSStyleSheet.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSUnknownRule.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSValue.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSValueList.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCharacterData.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMChromeWindow.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMClassInfo.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMComment.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCompositionListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMContextMenuListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCounter.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCrypto.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCustomEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDOMConfiguration.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDOMException.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDOMImplementation.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDocument.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDocumentCSS.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDocumentEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDocumentFragment.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDocumentRange.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDocumentStyle.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDocumentTraversal.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDocumentType.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDocumentView.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDocumentXBL.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDragListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMElementCSSInlineStyle.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMEntity.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMEntityReference.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMEventGroup.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMEventListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMEventReceiver.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMEventTarget.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMFocusListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMFormListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLAnchorElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLAppletElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLAreaElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLBRElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLBaseElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLBaseFontElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLBodyElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLButtonElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLCollection.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLDListElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLDirectoryElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLDivElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLDocument.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLEmbedElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLFieldSetElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLFontElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLFormElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLFrameElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLFrameSetElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLHRElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLHeadElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLHeadingElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLHtmlElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLIFrameElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLImageElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLInputElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLIsIndexElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLLIElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLLabelElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLLegendElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLLinkElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLMapElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLMenuElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLMetaElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLModElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLOListElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLObjectElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLOptGroupElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLOptionElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLOptionsCollection.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLParagraphElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLParamElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLPreElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLQuoteElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLScriptElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLSelectElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLStyleElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLTableCaptionElem.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLTableCellElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLTableColElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLTableElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLTableRowElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLTableSectionElem.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLTextAreaElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLTitleElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLUListElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHistory.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMJSWindow.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMKeyEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMKeyListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMLinkStyle.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMLoadListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMLocation.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMMediaList.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMMimeType.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMMimeTypeArray.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMMouseEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMMouseListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMMouseMotionListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMMutationEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMMutationListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSDocument.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLAnchorElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLAreaElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLButtonElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLDocument.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLFormControlList.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLFormElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLFrameElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLHRElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLImageElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLInputElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLOptionCollectn.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLOptionElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLSelectElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLTextAreaElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHistory.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSLocation.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSRange.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSUIEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSXBLFormControl.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNamedNodeMap.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNavigator.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNode.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNodeFilter.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNodeIterator.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNodeList.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNotation.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMPaintListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMPkcs11.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMPlugin.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMPluginArray.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMPopupBlockedEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMProcessingInstruction.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMRGBColor.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMRange.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMRangeException.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMRect.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMScreen.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMScriptObjectFactory.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMScrollListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMStyleSheet.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMStyleSheetList.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMText.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMTextListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMTreeWalker.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMUIEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMUserDataHandler.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMViewCSS.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMWindow.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMWindowCollection.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMWindowInternal.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXMLDocument.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXPathEvaluator.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXPathException.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXPathExpression.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXPathNSResolver.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXPathNamespace.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXPathResult.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULButtonElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULCheckboxElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULCommandDispatcher.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULControlElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULDescriptionElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULDocument.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULImageElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULLabelElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULLabeledControlEl.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULMenuListElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULMultSelectCntrlEl.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULPopupElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULSelectCntrlEl.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULSelectCntrlItemEl.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULTextboxElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIEntropyCollector.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIFocusController.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIJSEventListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIJSNativeInitializer.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIScriptContext.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIScriptContextOwner.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIScriptEventListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIScriptExternalNameSet.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIScriptGlobalObject.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIScriptGlobalObjectOwner.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIScriptNameSpaceManager.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIScriptObjectOwner.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIScriptObjectPrincipal.h -lib/thunderbird/include/mozilla-1.5b/dom/nsPIDOMWindow.h -lib/thunderbird/include/mozilla-1.5b/dom/nsPIWindowRoot.h -lib/thunderbird/include/mozilla-1.5b/downloadmanager/nsIDownloadManager.h -lib/thunderbird/include/mozilla-1.5b/downloadmanager/nsIDownloadProgressListener.h -lib/thunderbird/include/mozilla-1.5b/editor/nsEditorCID.h -lib/thunderbird/include/mozilla-1.5b/editor/nsICiter.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIContentFilter.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIDocumentStateListener.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIEditActionListener.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIEditor.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIEditorIMESupport.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIEditorLogging.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIEditorMailSupport.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIEditorObserver.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIEditorSpellCheck.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIEditorStyleSheets.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIHTMLAbsPosEditor.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIHTMLEditor.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIHTMLInlineTableEditor.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIHTMLObjectResizeListener.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIHTMLObjectResizer.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIPlaintextEditor.h -lib/thunderbird/include/mozilla-1.5b/editor/nsITableEditor.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIURIRefObject.h -lib/thunderbird/include/mozilla-1.5b/editor/nsPIEditorTransaction.h -lib/thunderbird/include/mozilla-1.5b/embed_base/nsEmbedAPI.h -lib/thunderbird/include/mozilla-1.5b/embed_base/nsIWindowCreator.h -lib/thunderbird/include/mozilla-1.5b/embed_base/nsIWindowCreator2.h -lib/thunderbird/include/mozilla-1.5b/embedcomponents/nsIAppStartupNotifier.h -lib/thunderbird/include/mozilla-1.5b/embedstring/nsEmbedString.h -lib/thunderbird/include/mozilla-1.5b/expat/xmlparse.h -lib/thunderbird/include/mozilla-1.5b/exthandler/nsCExternalHandlerService.h -lib/thunderbird/include/mozilla-1.5b/exthandler/nsExternalHelperAppService.h -lib/thunderbird/include/mozilla-1.5b/exthandler/nsExternalProtocolHandler.h -lib/thunderbird/include/mozilla-1.5b/exthandler/nsHelperAppRDF.h -lib/thunderbird/include/mozilla-1.5b/exthandler/nsIExternalHelperAppService.h -lib/thunderbird/include/mozilla-1.5b/exthandler/nsIExternalProtocolService.h -lib/thunderbird/include/mozilla-1.5b/exthandler/nsOSHelperAppService.h -lib/thunderbird/include/mozilla-1.5b/filepicker/nsIFileView.h -lib/thunderbird/include/mozilla-1.5b/find/nsIFind.h -lib/thunderbird/include/mozilla-1.5b/find/nsIWebBrowserFind.h -lib/thunderbird/include/mozilla-1.5b/gfx/gfxIFormats.h -lib/thunderbird/include/mozilla-1.5b/gfx/gfxIImageFrame.h -lib/thunderbird/include/mozilla-1.5b/gfx/gfxtypes.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsColor.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsColorNameList.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsColorNames.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsCompressedCharMap.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsCoord.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsDeviceContext.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsFont.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsGfxCIID.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsGfxPSCID.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsGfxXPrintCID.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIBlender.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIDeviceContext.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIDeviceContextPS.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIDeviceContextSpec.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIDeviceContextSpecFactory.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIDeviceContextSpecPS.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIDeviceContextSpecXPrint.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIDeviceContextXPrint.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIDrawingSurface.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIFontCatalogService.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIFontEnumerator.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIFontList.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIFontMetrics.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIFreeType2.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIGraphics.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIImage.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIPrintOptions.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIPrintSession.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIPrintSettings.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIPrintSettingsService.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIRegion.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIRenderingContext.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIScreen.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIScreenManager.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIScriptableRegion.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsITheme.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsMargin.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsPoint.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsPostScriptObj.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsRect.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsRegion.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsSize.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsThemeConstants.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsTransform2D.h -lib/thunderbird/include/mozilla-1.5b/gtkembedmoz/gtkmozembed.h -lib/thunderbird/include/mozilla-1.5b/gtkembedmoz/gtkmozembed_internal.h -lib/thunderbird/include/mozilla-1.5b/gtkxtbin/gtk2xtbin.h -lib/thunderbird/include/mozilla-1.5b/gtkxtbin/gtkxtbin.h -lib/thunderbird/include/mozilla-1.5b/helperAppDlg/nsIHelperAppLauncherDialog.h -lib/thunderbird/include/mozilla-1.5b/history/nsIBrowserHistory.h -lib/thunderbird/include/mozilla-1.5b/history/nsIGlobalHistory.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsHTMLTagList.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsHTMLTags.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsHTMLTokens.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsIContentSink.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsIDTD.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsIElementObserver.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsIExpatSink.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsIHTMLContentSink.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsIHTMLFragmentContentSink.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsIParser.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsIParserFilter.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsIParserNode.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsIParserService.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsITokenizer.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsParserCIID.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsParserError.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsToken.h -lib/thunderbird/include/mozilla-1.5b/imglib2/ImageErrors.h -lib/thunderbird/include/mozilla-1.5b/imglib2/ImageLogging.h -lib/thunderbird/include/mozilla-1.5b/imglib2/imgICache.h -lib/thunderbird/include/mozilla-1.5b/imglib2/imgIContainer.h -lib/thunderbird/include/mozilla-1.5b/imglib2/imgIContainerObserver.h -lib/thunderbird/include/mozilla-1.5b/imglib2/imgIDecoder.h -lib/thunderbird/include/mozilla-1.5b/imglib2/imgIDecoderObserver.h -lib/thunderbird/include/mozilla-1.5b/imglib2/imgILoad.h -lib/thunderbird/include/mozilla-1.5b/imglib2/imgILoader.h -lib/thunderbird/include/mozilla-1.5b/imglib2/imgIRequest.h -lib/thunderbird/include/mozilla-1.5b/impComm4xMail/nsComm4xMail.h -lib/thunderbird/include/mozilla-1.5b/impComm4xMail/nsComm4xMailImport.h -lib/thunderbird/include/mozilla-1.5b/impComm4xMail/nsComm4xMailStringBundle.h -lib/thunderbird/include/mozilla-1.5b/impComm4xMail/nsComm4xProfile.h -lib/thunderbird/include/mozilla-1.5b/impComm4xMail/nsIComm4xProfile.h -lib/thunderbird/include/mozilla-1.5b/impText/nsTextImport.h -lib/thunderbird/include/mozilla-1.5b/impText/nsTextStringBundle.h -lib/thunderbird/include/mozilla-1.5b/import/ImportOutFile.h -lib/thunderbird/include/mozilla-1.5b/import/nsIImportABDescriptor.h -lib/thunderbird/include/mozilla-1.5b/import/nsIImportAddressBooks.h -lib/thunderbird/include/mozilla-1.5b/import/nsIImportFieldMap.h -lib/thunderbird/include/mozilla-1.5b/import/nsIImportGeneric.h -lib/thunderbird/include/mozilla-1.5b/import/nsIImportMail.h -lib/thunderbird/include/mozilla-1.5b/import/nsIImportMailboxDescriptor.h -lib/thunderbird/include/mozilla-1.5b/import/nsIImportMimeEncode.h -lib/thunderbird/include/mozilla-1.5b/import/nsIImportModule.h -lib/thunderbird/include/mozilla-1.5b/import/nsIImportService.h -lib/thunderbird/include/mozilla-1.5b/import/nsIImportSettings.h -lib/thunderbird/include/mozilla-1.5b/import/nsImportEncodeScan.h -lib/thunderbird/include/mozilla-1.5b/import/nsImportMimeEncode.h -lib/thunderbird/include/mozilla-1.5b/import/nsImportScanFile.h -lib/thunderbird/include/mozilla-1.5b/import/nsImportService.h -lib/thunderbird/include/mozilla-1.5b/import/nsImportStringBundle.h -lib/thunderbird/include/mozilla-1.5b/import/nsImportTranslator.h -lib/thunderbird/include/mozilla-1.5b/intl/nsIStringBundle.h -lib/thunderbird/include/mozilla-1.5b/intl/nsIStringBundleOverride.h -lib/thunderbird/include/mozilla-1.5b/jar/nsIJAR.h -lib/thunderbird/include/mozilla-1.5b/jar/nsIZipReader.h -lib/thunderbird/include/mozilla-1.5b/jar/zipfile.h -lib/thunderbird/include/mozilla-1.5b/jar/zipstruct.h -lib/thunderbird/include/mozilla-1.5b/jar/zipstub.h -lib/thunderbird/include/mozilla-1.5b/java/bool.h -lib/thunderbird/include/mozilla-1.5b/java/interpreter.h -lib/thunderbird/include/mozilla-1.5b/java/javaString.h -lib/thunderbird/include/mozilla-1.5b/java/javaThreads.h -lib/thunderbird/include/mozilla-1.5b/java/java_lang_String.h -lib/thunderbird/include/mozilla-1.5b/java/jdk_java_lang_String.h -lib/thunderbird/include/mozilla-1.5b/java/jmc.h -lib/thunderbird/include/mozilla-1.5b/java/jni.h -lib/thunderbird/include/mozilla-1.5b/java/jni_md.h -lib/thunderbird/include/mozilla-1.5b/java/jri.h -lib/thunderbird/include/mozilla-1.5b/java/jri_md.h -lib/thunderbird/include/mozilla-1.5b/java/jriext.h -lib/thunderbird/include/mozilla-1.5b/java/jritypes.h -lib/thunderbird/include/mozilla-1.5b/java/nspr_md.h -lib/thunderbird/include/mozilla-1.5b/java/oobj.h -lib/thunderbird/include/mozilla-1.5b/java/sysmacros_md.h -lib/thunderbird/include/mozilla-1.5b/java/tree.h -lib/thunderbird/include/mozilla-1.5b/java/typedefs.h -lib/thunderbird/include/mozilla-1.5b/java/typedefs_md.h -lib/thunderbird/include/mozilla-1.5b/java/zip.h -lib/thunderbird/include/mozilla-1.5b/js/fdlibm.h -lib/thunderbird/include/mozilla-1.5b/js/js.msg -lib/thunderbird/include/mozilla-1.5b/js/jsapi.h -lib/thunderbird/include/mozilla-1.5b/js/jsarena.h -lib/thunderbird/include/mozilla-1.5b/js/jsarray.h -lib/thunderbird/include/mozilla-1.5b/js/jsatom.h -lib/thunderbird/include/mozilla-1.5b/js/jsautocfg.h -lib/thunderbird/include/mozilla-1.5b/js/jsbit.h -lib/thunderbird/include/mozilla-1.5b/js/jsbool.h -lib/thunderbird/include/mozilla-1.5b/js/jsclist.h -lib/thunderbird/include/mozilla-1.5b/js/jscntxt.h -lib/thunderbird/include/mozilla-1.5b/js/jscompat.h -lib/thunderbird/include/mozilla-1.5b/js/jsconfig.h -lib/thunderbird/include/mozilla-1.5b/js/jsdate.h -lib/thunderbird/include/mozilla-1.5b/js/jsdbgapi.h -lib/thunderbird/include/mozilla-1.5b/js/jsdhash.h -lib/thunderbird/include/mozilla-1.5b/js/jsemit.h -lib/thunderbird/include/mozilla-1.5b/js/jsfun.h -lib/thunderbird/include/mozilla-1.5b/js/jsgc.h -lib/thunderbird/include/mozilla-1.5b/js/jshash.h -lib/thunderbird/include/mozilla-1.5b/js/jsinterp.h -lib/thunderbird/include/mozilla-1.5b/js/jslock.h -lib/thunderbird/include/mozilla-1.5b/js/jslong.h -lib/thunderbird/include/mozilla-1.5b/js/jsmath.h -lib/thunderbird/include/mozilla-1.5b/js/jsnum.h -lib/thunderbird/include/mozilla-1.5b/js/jsobj.h -lib/thunderbird/include/mozilla-1.5b/js/jsopcode.h -lib/thunderbird/include/mozilla-1.5b/js/jsopcode.tbl -lib/thunderbird/include/mozilla-1.5b/js/jsosdep.h -lib/thunderbird/include/mozilla-1.5b/js/jsotypes.h -lib/thunderbird/include/mozilla-1.5b/js/jsparse.h -lib/thunderbird/include/mozilla-1.5b/js/jsprf.h -lib/thunderbird/include/mozilla-1.5b/js/jsprvtd.h -lib/thunderbird/include/mozilla-1.5b/js/jspubtd.h -lib/thunderbird/include/mozilla-1.5b/js/jsregexp.h -lib/thunderbird/include/mozilla-1.5b/js/jsscan.h -lib/thunderbird/include/mozilla-1.5b/js/jsscope.h -lib/thunderbird/include/mozilla-1.5b/js/jsscript.h -lib/thunderbird/include/mozilla-1.5b/js/jsstddef.h -lib/thunderbird/include/mozilla-1.5b/js/jsstr.h -lib/thunderbird/include/mozilla-1.5b/js/jstypes.h -lib/thunderbird/include/mozilla-1.5b/js/jsutil.h -lib/thunderbird/include/mozilla-1.5b/js/jsxdrapi.h -lib/thunderbird/include/mozilla-1.5b/jsconsole/nsIJSConsoleService.h -lib/thunderbird/include/mozilla-1.5b/jsdebug/jsdIDebuggerService.h -lib/thunderbird/include/mozilla-1.5b/jsdebug/jsdebug.h -lib/thunderbird/include/mozilla-1.5b/jsurl/nsIEvaluateStringProxy.h -lib/thunderbird/include/mozilla-1.5b/jsurl/nsJSProtocolHandler.h -lib/thunderbird/include/mozilla-1.5b/layout/nsBidi.h -lib/thunderbird/include/mozilla-1.5b/layout/nsBidiFrames.h -lib/thunderbird/include/mozilla-1.5b/layout/nsBidiPresUtils.h -lib/thunderbird/include/mozilla-1.5b/layout/nsCompatibility.h -lib/thunderbird/include/mozilla-1.5b/layout/nsFrameList.h -lib/thunderbird/include/mozilla-1.5b/layout/nsFrameTraversal.h -lib/thunderbird/include/mozilla-1.5b/layout/nsGrid.h -lib/thunderbird/include/mozilla-1.5b/layout/nsGridCell.h -lib/thunderbird/include/mozilla-1.5b/layout/nsGridLayout2.h -lib/thunderbird/include/mozilla-1.5b/layout/nsGridRow.h -lib/thunderbird/include/mozilla-1.5b/layout/nsGridRowGroupLayout.h -lib/thunderbird/include/mozilla-1.5b/layout/nsGridRowLayout.h -lib/thunderbird/include/mozilla-1.5b/layout/nsGridRowLeafFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsGridRowLeafLayout.h -lib/thunderbird/include/mozilla-1.5b/layout/nsHTMLParts.h -lib/thunderbird/include/mozilla-1.5b/layout/nsHTMLReflowMetrics.h -lib/thunderbird/include/mozilla-1.5b/layout/nsHTMLReflowState.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIAutoCopy.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIBoxLayoutManager.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIBoxObject.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIBoxPaintManager.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIBrowserBoxObject.h -lib/thunderbird/include/mozilla-1.5b/layout/nsICSSFrameConstructor.h -lib/thunderbird/include/mozilla-1.5b/layout/nsICanvasFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsICaret.h -lib/thunderbird/include/mozilla-1.5b/layout/nsICheckboxControlFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIChromeEventHandler.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIComboboxControlFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIEditorBoxObject.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFocusTracker.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFormControlFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFormProcessor.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFormSubmitObserver.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFrameDebug.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFrameFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFrameManager.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFrameSelection.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFrameTraversal.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFrameUtil.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIGridPart.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIHTMLStyleSheet.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIIFrameBoxObject.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIImageControlFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIImageFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIImageMap.h -lib/thunderbird/include/mozilla-1.5b/layout/nsILayoutDebugger.h -lib/thunderbird/include/mozilla-1.5b/layout/nsILayoutHistoryState.h -lib/thunderbird/include/mozilla-1.5b/layout/nsILineIterator.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIListBoxObject.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIListControlFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIMenuBoxObject.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIMenuFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIMutableStyleContext.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIObjectFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIPageSequenceFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIPercentHeightObserver.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIPopupBoxObject.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIPopupSetFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIPresContext.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIPresShell.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIPresState.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIPrintContext.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIPrintPreviewContext.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIRadioControlFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIReflowCallback.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIScrollBoxObject.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIScrollableFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIScrollableViewProvider.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIScrollbarMediator.h -lib/thunderbird/include/mozilla-1.5b/layout/nsISelectControlFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsISelectionImageService.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIStatefulFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIStyleFrameConstruction.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIStyleSet.h -lib/thunderbird/include/mozilla-1.5b/layout/nsITableCellLayout.h -lib/thunderbird/include/mozilla-1.5b/layout/nsITableLayout.h -lib/thunderbird/include/mozilla-1.5b/layout/nsITextControlFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsITreeBoxObject.h -lib/thunderbird/include/mozilla-1.5b/layout/nsITreeContentView.h -lib/thunderbird/include/mozilla-1.5b/layout/nsITreeSelection.h -lib/thunderbird/include/mozilla-1.5b/layout/nsITreeView.h -lib/thunderbird/include/mozilla-1.5b/layout/nsLayoutCID.h -lib/thunderbird/include/mozilla-1.5b/layout/nsLayoutErrors.h -lib/thunderbird/include/mozilla-1.5b/layout/nsLayoutUtils.h -lib/thunderbird/include/mozilla-1.5b/layout/nsPIBoxObject.h -lib/thunderbird/include/mozilla-1.5b/layout/nsReflowType.h -lib/thunderbird/include/mozilla-1.5b/layout/nsStyleChangeList.h -lib/thunderbird/include/mozilla-1.5b/layout/nsStyleConsts.h -lib/thunderbird/include/mozilla-1.5b/layout/nsTextTransformer.h -lib/thunderbird/include/mozilla-1.5b/layout/nsTreeBodyFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsTreeColFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsTreeContentView.h -lib/thunderbird/include/mozilla-1.5b/layout/nsTreeSelection.h -lib/thunderbird/include/mozilla-1.5b/layout/nsTreeUtils.h -lib/thunderbird/include/mozilla-1.5b/ldap/disptmpl.h -lib/thunderbird/include/mozilla-1.5b/ldap/iutil.h -lib/thunderbird/include/mozilla-1.5b/ldap/lber.h -lib/thunderbird/include/mozilla-1.5b/ldap/ldap-deprecated.h -lib/thunderbird/include/mozilla-1.5b/ldap/ldap-extension.h -lib/thunderbird/include/mozilla-1.5b/ldap/ldap-platform.h -lib/thunderbird/include/mozilla-1.5b/ldap/ldap-standard.h -lib/thunderbird/include/mozilla-1.5b/ldap/ldap-to-be-deprecated.h -lib/thunderbird/include/mozilla-1.5b/ldap/ldap.h -lib/thunderbird/include/mozilla-1.5b/ldap/ldap_ssl.h -lib/thunderbird/include/mozilla-1.5b/ldap/ldappr.h -lib/thunderbird/include/mozilla-1.5b/ldap/srchpref.h -lib/thunderbird/include/mozilla-1.5b/libreg/NSReg.h -lib/thunderbird/include/mozilla-1.5b/libreg/VerReg.h -lib/thunderbird/include/mozilla-1.5b/locale/nsCollation.h -lib/thunderbird/include/mozilla-1.5b/locale/nsCollationCID.h -lib/thunderbird/include/mozilla-1.5b/locale/nsDateTimeFormatCID.h -lib/thunderbird/include/mozilla-1.5b/locale/nsICollation.h -lib/thunderbird/include/mozilla-1.5b/locale/nsIDateTimeFormat.h -lib/thunderbird/include/mozilla-1.5b/locale/nsIFontPackageHandler.h -lib/thunderbird/include/mozilla-1.5b/locale/nsIFontPackageProxy.h -lib/thunderbird/include/mozilla-1.5b/locale/nsIFontPackageService.h -lib/thunderbird/include/mozilla-1.5b/locale/nsILanguageAtom.h -lib/thunderbird/include/mozilla-1.5b/locale/nsILanguageAtomService.h -lib/thunderbird/include/mozilla-1.5b/locale/nsILocale.h -lib/thunderbird/include/mozilla-1.5b/locale/nsILocaleService.h -lib/thunderbird/include/mozilla-1.5b/locale/nsIMacLocale.h -lib/thunderbird/include/mozilla-1.5b/locale/nsIOS2Locale.h -lib/thunderbird/include/mozilla-1.5b/locale/nsIPosixLocale.h -lib/thunderbird/include/mozilla-1.5b/locale/nsIScriptableDateFormat.h -lib/thunderbird/include/mozilla-1.5b/locale/nsIWin32Locale.h -lib/thunderbird/include/mozilla-1.5b/locale/nsLocaleCID.h -lib/thunderbird/include/mozilla-1.5b/lwbrk/nsIBinarySearchIterator.h -lib/thunderbird/include/mozilla-1.5b/lwbrk/nsIBreakState.h -lib/thunderbird/include/mozilla-1.5b/lwbrk/nsILineBreaker.h -lib/thunderbird/include/mozilla-1.5b/lwbrk/nsILineBreakerFactory.h -lib/thunderbird/include/mozilla-1.5b/lwbrk/nsILinearIterator.h -lib/thunderbird/include/mozilla-1.5b/lwbrk/nsISemanticUnitScanner.h -lib/thunderbird/include/mozilla-1.5b/lwbrk/nsIWordBreaker.h -lib/thunderbird/include/mozilla-1.5b/lwbrk/nsIWordBreakerFactory.h -lib/thunderbird/include/mozilla-1.5b/lwbrk/nsLWBrkCIID.h -lib/thunderbird/include/mozilla-1.5b/mailnews/MailNewsTypes.h -lib/thunderbird/include/mozilla-1.5b/mailnews/MailNewsTypes2.h -lib/thunderbird/include/mozilla-1.5b/mailview/nsIMsgMailView.h -lib/thunderbird/include/mozilla-1.5b/mailview/nsIMsgMailViewList.h -lib/thunderbird/include/mozilla-1.5b/mailview/nsMsgMailViewList.h -lib/thunderbird/include/mozilla-1.5b/mailview/nsMsgMailViewsCID.h -lib/thunderbird/include/mozilla-1.5b/mime/comi18n.h -lib/thunderbird/include/mozilla-1.5b/mime/mimecont.h -lib/thunderbird/include/mozilla-1.5b/mime/mimecth.h -lib/thunderbird/include/mozilla-1.5b/mime/mimehdrs.h -lib/thunderbird/include/mozilla-1.5b/mime/mimei.h -lib/thunderbird/include/mozilla-1.5b/mime/mimeleaf.h -lib/thunderbird/include/mozilla-1.5b/mime/mimemsig.h -lib/thunderbird/include/mozilla-1.5b/mime/mimemult.h -lib/thunderbird/include/mozilla-1.5b/mime/mimeobj.h -lib/thunderbird/include/mozilla-1.5b/mime/mimepbuf.h -lib/thunderbird/include/mozilla-1.5b/mime/mimetext.h -lib/thunderbird/include/mozilla-1.5b/mime/modlmime.h -lib/thunderbird/include/mozilla-1.5b/mime/modmimee.h -lib/thunderbird/include/mozilla-1.5b/mime/nsIMimeContentTypeHandler.h -lib/thunderbird/include/mozilla-1.5b/mime/nsIMimeConverter.h -lib/thunderbird/include/mozilla-1.5b/mime/nsIMimeEmitter.h -lib/thunderbird/include/mozilla-1.5b/mime/nsIMimeHeaders.h -lib/thunderbird/include/mozilla-1.5b/mime/nsIMimeMiscStatus.h -lib/thunderbird/include/mozilla-1.5b/mime/nsIMimeObjectClassAccess.h -lib/thunderbird/include/mozilla-1.5b/mime/nsIMimeStreamConverter.h -lib/thunderbird/include/mozilla-1.5b/mime/nsIMsgHeaderParser.h -lib/thunderbird/include/mozilla-1.5b/mime/nsMailHeaders.h -lib/thunderbird/include/mozilla-1.5b/mime/nsMimeContentTypeHandler.h -lib/thunderbird/include/mozilla-1.5b/mime/nsMimeConverter.h -lib/thunderbird/include/mozilla-1.5b/mime/nsMimeHeaders.h -lib/thunderbird/include/mozilla-1.5b/mime/nsMimeObjectClassAccess.h -lib/thunderbird/include/mozilla-1.5b/mime/nsMimeStringResources.h -lib/thunderbird/include/mozilla-1.5b/mime/nsMsgHeaderParser.h -lib/thunderbird/include/mozilla-1.5b/mime/nsMsgMimeCID.h -lib/thunderbird/include/mozilla-1.5b/mime/nsStreamConverter.h -lib/thunderbird/include/mozilla-1.5b/mimeemitter/nsEmitterUtils.h -lib/thunderbird/include/mozilla-1.5b/mimeemitter/nsMimeBaseEmitter.h -lib/thunderbird/include/mozilla-1.5b/mimeemitter/nsMimeEmitterCID.h -lib/thunderbird/include/mozilla-1.5b/mimeemitter/nsMimeHtmlEmitter.h -lib/thunderbird/include/mozilla-1.5b/mimeemitter/nsMimePlainEmitter.h -lib/thunderbird/include/mozilla-1.5b/mimeemitter/nsMimeRawEmitter.h -lib/thunderbird/include/mozilla-1.5b/mimeemitter/nsMimeRebuffer.h -lib/thunderbird/include/mozilla-1.5b/mimeemitter/nsMimeXmlEmitter.h -lib/thunderbird/include/mozilla-1.5b/mimetype/nsIMIMEHeaderParam.h -lib/thunderbird/include/mozilla-1.5b/mimetype/nsIMIMEInfo.h -lib/thunderbird/include/mozilla-1.5b/mimetype/nsIMIMEService.h -lib/thunderbird/include/mozilla-1.5b/mimetype/nsMimeTypes.h -lib/thunderbird/include/mozilla-1.5b/mork/mdb.h -lib/thunderbird/include/mozilla-1.5b/mork/nsIMdbFactoryFactory.h -lib/thunderbird/include/mozilla-1.5b/mork/nsMorkCID.h -lib/thunderbird/include/mozilla-1.5b/mozilla-config.h -lib/thunderbird/include/mozilla-1.5b/mozldap/nsILDAPBERValue.h -lib/thunderbird/include/mozilla-1.5b/mozldap/nsILDAPConnection.h -lib/thunderbird/include/mozilla-1.5b/mozldap/nsILDAPErrors.h -lib/thunderbird/include/mozilla-1.5b/mozldap/nsILDAPMessage.h -lib/thunderbird/include/mozilla-1.5b/mozldap/nsILDAPMessageListener.h -lib/thunderbird/include/mozilla-1.5b/mozldap/nsILDAPOperation.h -lib/thunderbird/include/mozilla-1.5b/mozldap/nsILDAPServer.h -lib/thunderbird/include/mozilla-1.5b/mozldap/nsILDAPService.h -lib/thunderbird/include/mozilla-1.5b/mozldap/nsILDAPURL.h -lib/thunderbird/include/mozilla-1.5b/mozldap/nsLDAP.h -lib/thunderbird/include/mozilla-1.5b/msgbase/msgCore.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsCopyMessageStreamListener.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsICopyMessageListener.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsICopyMsgStreamListener.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIFolder.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIFolderListener.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIIncomingServerListener.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMessenger.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMessengerMigrator.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMessengerOSIntegration.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMessengerWindowService.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgAccount.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgAccountManager.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgBiffManager.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgCopyService.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgCopyServiceListener.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgDBView.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgFilter.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgFilterHitNotify.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgFilterList.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgFilterPlugin.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgFilterService.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgFolder.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgFolderCache.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgFolderCacheElement.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgFolderCompactor.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgGroupRecord.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgHdr.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgHost.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgIdentity.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgMailNewsUrl.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgMailSession.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgMdnGenerator.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgMessageService.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgOfflineManager.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgPrintEngine.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgProgress.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgProtocolInfo.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgPurgeService.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgRDFDataSource.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgSearchAdapter.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgSearchNotify.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgSearchScopeTerm.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgSearchSession.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgSearchTerm.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgSearchValidityManager.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgSearchValidityTable.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgSearchValue.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgSignature.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgStatusFeedback.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgStringService.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgThread.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgVCard.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgWindow.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsISpamSettings.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsISubscribableServer.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIUrlListener.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIUrlListenerManager.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMessenger.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMessengerBootstrap.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMessengerContentHandler.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMessengerMigrator.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgAccount.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgAccountManager.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgAccountManagerDS.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgBaseCID.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgBiffManager.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgBodyHandler.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgContentPolicy.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgCopyService.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgFilterCore.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgFilterDataSource.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgFilterDelegateFactory.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgFilterService.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgFolderCache.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgFolderDataSource.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgFolderFlags.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgHeaderMasks.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgLocalFolderHdrs.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgMailSession.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgMessageFlags.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgPrintEngine.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgProgress.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgPurgeService.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgRDFDataSource.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgRDFUtils.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgResultElement.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgSearchAdapter.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgSearchArray.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgSearchBoolExpression.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgSearchCore.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgSearchScopeTerm.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgSearchSession.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgSearchTerm.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgServiceProvider.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgStatusFeedback.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgWindow.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsStatusBarBiffManager.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsSubscribableServer.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsSubscribeDataSource.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsUrlListenerManager.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsAdapterEnumerator.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsLocalFolderSummarySpec.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgDBFolder.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgFolder.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgGroupRecord.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgI18N.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgIdentity.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgKeyArray.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgKeySet.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgLineBuffer.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgMailNewsUrl.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgProtocol.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgTxn.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgUtf7Utils.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgUtils.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsNewsSummarySpec.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsUInt32Array.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsUint8Array.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgAttachment.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgCompFields.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgCompUtils.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgCompose.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgComposeParams.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgComposeProgressParams.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgComposeSecure.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgComposeService.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgDraft.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgQuote.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgRecipientArray.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgSend.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgSendLater.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgSendLaterListener.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgSendListener.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgSendReport.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsISmtpServer.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsISmtpService.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsISmtpUrl.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIURLFetcher.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgAttachment.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgAttachmentHandler.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgCompCID.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgCompFields.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgCompUtils.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgCompose.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgComposeContentHandler.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgComposeParams.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgComposeProgressParams.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgComposeService.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgComposeStringBundle.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgCopy.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgCreate.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgDeliveryListener.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgEncoders.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgPrompts.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgQuote.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgRecipientArray.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgSend.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgSendLater.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgSendReport.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgSimulateError.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsSmtpDataSource.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsSmtpDelegateFactory.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsSmtpProtocol.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsSmtpServer.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsSmtpService.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsSmtpUrl.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsURLFetcher.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsDBFolderInfo.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsIDBChangeAnnouncer.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsIDBChangeListener.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsIDBFolderInfo.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsIMsgDatabase.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsIMsgOfflineImapOperation.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsINewsDatabase.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsImapMailDatabase.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsMailDatabase.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsMsgDBCID.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsMsgDatabase.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsMsgHdr.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsMsgThread.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsNewsDatabase.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIIMAPHostSessionList.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapExtensionSink.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapFlagAndUidState.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapHeaderXferInfo.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapMailFolderSink.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapMessageSink.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapMiscellaneousSink.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapMockChannel.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapProtocol.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapServerSink.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapService.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapUrl.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIMAPBodyShell.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIMAPGenericParser.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIMAPHostSessionList.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIMAPNamespace.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIMailboxSpec.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIMsgImapMailFolder.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIMsgLogonRedirector.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapCore.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapFlagAndUidState.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapMailFolder.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapProtocol.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapProxyEvent.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapSearchResults.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapServerResponseParser.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapService.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapUrl.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapUtils.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsMsgImapCID.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsILocalMailIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsIMailboxService.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsIMailboxUrl.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsIMovemailIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsIMovemailService.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsIMsgLocalMailFolder.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsIMsgParseMailMsgState.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsINoIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsINoneService.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsIPop3IncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsIPop3Service.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsIPop3Sink.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsIPop3URL.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsLocalMailFolder.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsLocalStringBundle.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsMailboxProtocol.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsMailboxService.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsMailboxUrl.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsMovemailIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsMovemailService.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsMsgLocalCID.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsNoIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsNoneService.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsParseMailbox.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsPop3IncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsPop3Protocol.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsPop3Service.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsPop3Sink.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsPop3URL.h -lib/thunderbird/include/mozilla-1.5b/msgmdn/nsMsgMdnCID.h -lib/thunderbird/include/mozilla-1.5b/msgmdn/nsMsgMdnGenerator.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nntpCore.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsIMsgNewsFolder.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsIMsgOfflineNewsState.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsINNTPArticleList.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsINNTPNewsgroupList.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsINNTPNewsgroupPost.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsINNTPProtocol.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsINewsDownloadDialogArgs.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsINntpIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsINntpService.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsINntpUrl.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsMsgNewsCID.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsNNTPArticleList.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsNNTPNewsgroupList.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsNNTPNewsgroupPost.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsNNTPProtocol.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsNewsDownloadDialogArgs.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsNewsFolder.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsNewsUtils.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsNntpIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsNntpService.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsNntpUrl.h -lib/thunderbird/include/mozilla-1.5b/msgsmime/nsEncryptedSMIMEURIsService.h -lib/thunderbird/include/mozilla-1.5b/msgsmime/nsIEncryptedSMIMEURIsSrvc.h -lib/thunderbird/include/mozilla-1.5b/msgsmime/nsIMsgSMIMECompFields.h -lib/thunderbird/include/mozilla-1.5b/msgsmime/nsIMsgSMIMEHeaderSink.h -lib/thunderbird/include/mozilla-1.5b/msgsmime/nsISMimeJSHelper.h -lib/thunderbird/include/mozilla-1.5b/msgsmime/nsMsgComposeSecure.h -lib/thunderbird/include/mozilla-1.5b/msgsmime/nsMsgSMIMECID.h -lib/thunderbird/include/mozilla-1.5b/msgsmime/nsSMimeJSHelper.h -lib/thunderbird/include/mozilla-1.5b/necko/ftpCore.h -lib/thunderbird/include/mozilla-1.5b/necko/mozITXTToHTMLConv.h -lib/thunderbird/include/mozilla-1.5b/necko/necko-config.h -lib/thunderbird/include/mozilla-1.5b/necko/netCore.h -lib/thunderbird/include/mozilla-1.5b/necko/nsCPasswordManager.h -lib/thunderbird/include/mozilla-1.5b/necko/nsCPasswordManagerInternal.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIAboutModule.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIAsyncStreamCopier.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIAuthPrompt.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIBufferedStreams.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIByteRangeRequest.h -lib/thunderbird/include/mozilla-1.5b/necko/nsICachingChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsICookieService.h -lib/thunderbird/include/mozilla-1.5b/necko/nsICryptoFIPSInfo.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIDNSListener.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIDNSService.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIDataChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIDirIndex.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIDirIndexListener.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIDirectoryListing.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIDownloader.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIEncodedChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIExternalProtocolHandler.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIFTPChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIFileChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIFileProtocolHandler.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIFileStreams.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIFileURL.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIHttpAuthManager.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIHttpAuthenticator.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIHttpChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIHttpChannelInternal.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIHttpEventSink.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIHttpHeaderVisitor.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIHttpNotify.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIHttpProtocolHandler.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIIDNService.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIIOService.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIInputStreamChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIInputStreamPump.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIJARChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIJARProtocolHandler.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIJARURI.h -lib/thunderbird/include/mozilla-1.5b/necko/nsILoadGroup.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIMIMEInputStream.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIMultiPartChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsINetModRegEntry.h -lib/thunderbird/include/mozilla-1.5b/necko/nsINetModuleMgr.h -lib/thunderbird/include/mozilla-1.5b/necko/nsINetNotify.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIPasswordManager.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIPasswordManagerInternal.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIProgressEventSink.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIPrompt.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIProtocolHandler.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIProtocolProxyService.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIProxiedProtocolHandler.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIProxy.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIProxyAutoConfig.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIProxyInfo.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIRequest.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIRequestObserver.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIRequestObserverProxy.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIResProtocolHandler.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIResumableChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIResumableEntityID.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISOCKS4SocketInfo.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISOCKS4SocketProvider.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISOCKSSocketInfo.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISOCKSSocketProvider.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISSLSocketControl.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISSLSocketProvider.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISecretDecoderRing.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISecureBrowserUI.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISecurityEventSink.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISimpleStreamListener.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISocketProvider.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISocketProviderService.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISocketTransport.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISocketTransportService.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIStandardURL.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIStreamConverter.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIStreamConverterService.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIStreamListener.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIStreamListenerProxy.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIStreamListenerTee.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIStreamLoader.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIStreamTransportService.h -lib/thunderbird/include/mozilla-1.5b/necko/nsITXTToHTMLConv.h -lib/thunderbird/include/mozilla-1.5b/necko/nsITransport.h -lib/thunderbird/include/mozilla-1.5b/necko/nsITransportSecurityInfo.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIURI.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIURIChecker.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIURL.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIURLParser.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIUnicharStreamLoader.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIUploadChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsNetCID.h -lib/thunderbird/include/mozilla-1.5b/necko/nsNetError.h -lib/thunderbird/include/mozilla-1.5b/necko/nsNetUtil.h -lib/thunderbird/include/mozilla-1.5b/necko/nsReadLine.h -lib/thunderbird/include/mozilla-1.5b/necko/nsURIHashKey.h -lib/thunderbird/include/mozilla-1.5b/necko/nsUnixColorPrintf.h -lib/thunderbird/include/mozilla-1.5b/necko2/nsIViewSourceChannel.h -lib/thunderbird/include/mozilla-1.5b/nkcache/nsCacheService.h -lib/thunderbird/include/mozilla-1.5b/nkcache/nsICache.h -lib/thunderbird/include/mozilla-1.5b/nkcache/nsICacheEntryDescriptor.h -lib/thunderbird/include/mozilla-1.5b/nkcache/nsICacheListener.h -lib/thunderbird/include/mozilla-1.5b/nkcache/nsICacheService.h -lib/thunderbird/include/mozilla-1.5b/nkcache/nsICacheSession.h -lib/thunderbird/include/mozilla-1.5b/nkcache/nsICacheVisitor.h -lib/thunderbird/include/mozilla-1.5b/nsBuildID.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_aix.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_beos.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_bsdi.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_darwin.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_dgux.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_freebsd.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_hpux.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_irix.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_linux.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_macos.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_ncr.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_nec.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_netbsd.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_nextstep.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_nspr_pthread.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_nto.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_openbsd.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_openvms.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_os2.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_os2_errors.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_osf1.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_pcos.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_pth.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_qnx.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_reliantunix.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_rhapsody.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_scoos.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_solaris.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_sony.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_sunos4.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_unix_errors.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_unixos.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_unixware.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_win16.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_win32_errors.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_win95.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_winnt.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/prosdep.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/sunos4.h -lib/thunderbird/include/mozilla-1.5b/nspr/nspr.h -lib/thunderbird/include/mozilla-1.5b/nspr/obsolete/pralarm.h -lib/thunderbird/include/mozilla-1.5b/nspr/obsolete/probslet.h -lib/thunderbird/include/mozilla-1.5b/nspr/obsolete/protypes.h -lib/thunderbird/include/mozilla-1.5b/nspr/obsolete/prsem.h -lib/thunderbird/include/mozilla-1.5b/nspr/plarena.h -lib/thunderbird/include/mozilla-1.5b/nspr/plarenas.h -lib/thunderbird/include/mozilla-1.5b/nspr/plbase64.h -lib/thunderbird/include/mozilla-1.5b/nspr/plerror.h -lib/thunderbird/include/mozilla-1.5b/nspr/plgetopt.h -lib/thunderbird/include/mozilla-1.5b/nspr/plhash.h -lib/thunderbird/include/mozilla-1.5b/nspr/plresolv.h -lib/thunderbird/include/mozilla-1.5b/nspr/plstr.h -lib/thunderbird/include/mozilla-1.5b/nspr/pratom.h -lib/thunderbird/include/mozilla-1.5b/nspr/prbit.h -lib/thunderbird/include/mozilla-1.5b/nspr/prclist.h -lib/thunderbird/include/mozilla-1.5b/nspr/prcmon.h -lib/thunderbird/include/mozilla-1.5b/nspr/prcountr.h -lib/thunderbird/include/mozilla-1.5b/nspr/prcpucfg.h -lib/thunderbird/include/mozilla-1.5b/nspr/prcvar.h -lib/thunderbird/include/mozilla-1.5b/nspr/prdtoa.h -lib/thunderbird/include/mozilla-1.5b/nspr/prenv.h -lib/thunderbird/include/mozilla-1.5b/nspr/prerr.h -lib/thunderbird/include/mozilla-1.5b/nspr/prerror.h -lib/thunderbird/include/mozilla-1.5b/nspr/prinet.h -lib/thunderbird/include/mozilla-1.5b/nspr/prinit.h -lib/thunderbird/include/mozilla-1.5b/nspr/prinrval.h -lib/thunderbird/include/mozilla-1.5b/nspr/prio.h -lib/thunderbird/include/mozilla-1.5b/nspr/pripcsem.h -lib/thunderbird/include/mozilla-1.5b/nspr/private/pprio.h -lib/thunderbird/include/mozilla-1.5b/nspr/private/pprthred.h -lib/thunderbird/include/mozilla-1.5b/nspr/private/prpriv.h -lib/thunderbird/include/mozilla-1.5b/nspr/prlink.h -lib/thunderbird/include/mozilla-1.5b/nspr/prlock.h -lib/thunderbird/include/mozilla-1.5b/nspr/prlog.h -lib/thunderbird/include/mozilla-1.5b/nspr/prlong.h -lib/thunderbird/include/mozilla-1.5b/nspr/prmem.h -lib/thunderbird/include/mozilla-1.5b/nspr/prmon.h -lib/thunderbird/include/mozilla-1.5b/nspr/prmwait.h -lib/thunderbird/include/mozilla-1.5b/nspr/prnetdb.h -lib/thunderbird/include/mozilla-1.5b/nspr/prolock.h -lib/thunderbird/include/mozilla-1.5b/nspr/prpdce.h -lib/thunderbird/include/mozilla-1.5b/nspr/prprf.h -lib/thunderbird/include/mozilla-1.5b/nspr/prproces.h -lib/thunderbird/include/mozilla-1.5b/nspr/prrng.h -lib/thunderbird/include/mozilla-1.5b/nspr/prrwlock.h -lib/thunderbird/include/mozilla-1.5b/nspr/prshm.h -lib/thunderbird/include/mozilla-1.5b/nspr/prshma.h -lib/thunderbird/include/mozilla-1.5b/nspr/prsystem.h -lib/thunderbird/include/mozilla-1.5b/nspr/prthread.h -lib/thunderbird/include/mozilla-1.5b/nspr/prtime.h -lib/thunderbird/include/mozilla-1.5b/nspr/prtpool.h -lib/thunderbird/include/mozilla-1.5b/nspr/prtrace.h -lib/thunderbird/include/mozilla-1.5b/nspr/prtypes.h -lib/thunderbird/include/mozilla-1.5b/nspr/prvrsion.h -lib/thunderbird/include/mozilla-1.5b/nspr/prwin16.h -lib/thunderbird/include/mozilla-1.5b/pipboot/nsIBufEntropyCollector.h -lib/thunderbird/include/mozilla-1.5b/pipboot/nsISSLStatusProvider.h -lib/thunderbird/include/mozilla-1.5b/pipboot/nsISecurityWarningDialogs.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIASN1Object.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIASN1PrintableItem.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIASN1Sequence.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIBadCertListener.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICMSDecoder.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICMSEncoder.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICMSMessage.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICMSMessageErrors.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICMSSecureMessage.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICRLInfo.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICRLManager.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICertPickDialogs.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICertSelect.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICertTree.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICertificateDialogs.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICipherInfo.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIClientAuthDialogs.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIDOMCryptoDialogs.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIGenKeypairInfoDlg.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIHash.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIKeygenThread.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsINSSCertCache.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIOCSPResponder.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIPK11Token.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIPK11TokenDB.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIPKCS11Module.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIPKCS11ModuleDB.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIPKCS11Slot.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsISMimeCert.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsISSLStatus.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsITokenDialogs.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsITokenPasswordDialogs.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIUserCertPicker.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIX509Cert.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIX509CertDB.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIX509CertValidity.h -lib/thunderbird/include/mozilla-1.5b/pippki/nsIASN1Tree.h -lib/thunderbird/include/mozilla-1.5b/pippki/nsIPKIParamBlock.h -lib/thunderbird/include/mozilla-1.5b/plugin/npapi.h -lib/thunderbird/include/mozilla-1.5b/plugin/npupp.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsDefaultPlugin.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIClassicPluginFactory.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsICookieStorage.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIEventHandler.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIFileUtilities.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIHTTPHeaderListener.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIJRILiveConnectPIPeer.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIJRILiveConnectPlugin.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPlugin.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginDocument.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginHost.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginInputStream.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginInstance.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginInstanceOwner.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginInstancePeer.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginInstancePeer2.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginManager.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginManager2.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginStreamInfo.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginStreamListener.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginTagInfo.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginTagInfo2.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIScriptablePlugin.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIWindowlessPlugInstPeer.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsPIPluginHost.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsPIPluginInstancePeer.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsPluginError.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsPluginLogging.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsPluginNativeWindow.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsPluginsCID.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsplugin.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsplugindefs.h -lib/thunderbird/include/mozilla-1.5b/plugin/nspluginroot.h -lib/thunderbird/include/mozilla-1.5b/pref/nsIPref.h -lib/thunderbird/include/mozilla-1.5b/pref/nsIPrefBranch.h -lib/thunderbird/include/mozilla-1.5b/pref/nsIPrefBranchInternal.h -lib/thunderbird/include/mozilla-1.5b/pref/nsIPrefLocalizedString.h -lib/thunderbird/include/mozilla-1.5b/pref/nsIPrefService.h -lib/thunderbird/include/mozilla-1.5b/pref/nsIRelativeFilePref.h -lib/thunderbird/include/mozilla-1.5b/pref/nsISecurityPref.h -lib/thunderbird/include/mozilla-1.5b/prefetch/nsCPrefetchService.h -lib/thunderbird/include/mozilla-1.5b/prefetch/nsIPrefetchService.h -lib/thunderbird/include/mozilla-1.5b/prefmigr/nsIPrefMigration.h -lib/thunderbird/include/mozilla-1.5b/prefmigr/nsIPrefMigrationProgress.h -lib/thunderbird/include/mozilla-1.5b/prefmigr/nsPrefMigration.h -lib/thunderbird/include/mozilla-1.5b/prefmigr/nsPrefMigrationCIDs.h -lib/thunderbird/include/mozilla-1.5b/prefmigr/nsPrefMigrationFactory.h -lib/thunderbird/include/mozilla-1.5b/profdirserviceprovider/nsProfileDirServiceProvider.h -lib/thunderbird/include/mozilla-1.5b/profile/nsIProfile.h -lib/thunderbird/include/mozilla-1.5b/profile/nsIProfileChangeStatus.h -lib/thunderbird/include/mozilla-1.5b/profile/nsIProfileInternal.h -lib/thunderbird/include/mozilla-1.5b/profile/nsIProfileStartupListener.h -lib/thunderbird/include/mozilla-1.5b/progressDlg/nsIProgressDialog.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsILocalStore.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFCompositeDataSource.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFContainer.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFContainerUtils.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFContentSink.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFDataSource.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFDelegateFactory.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFFileSystem.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFInMemoryDataSource.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFLiteral.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFNode.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFObserver.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFPropagatableDataSource.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFPurgeableDataSource.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFRemoteDataSource.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFResource.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFService.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFXMLParser.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFXMLSerializer.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFXMLSink.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFXMLSource.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsRDFCID.h -lib/thunderbird/include/mozilla-1.5b/rdf/rdf.h -lib/thunderbird/include/mozilla-1.5b/rdfutil/nsRDFResource.h -lib/thunderbird/include/mozilla-1.5b/shistory/nsIHistoryEntry.h -lib/thunderbird/include/mozilla-1.5b/shistory/nsISHContainer.h -lib/thunderbird/include/mozilla-1.5b/shistory/nsISHEntry.h -lib/thunderbird/include/mozilla-1.5b/shistory/nsISHTransaction.h -lib/thunderbird/include/mozilla-1.5b/shistory/nsISHistory.h -lib/thunderbird/include/mozilla-1.5b/shistory/nsISHistoryInternal.h -lib/thunderbird/include/mozilla-1.5b/shistory/nsISHistoryListener.h -lib/thunderbird/include/mozilla-1.5b/sidebar/nsISidebar.h -lib/thunderbird/include/mozilla-1.5b/spellchecker/mozIPersonalDictionary.h -lib/thunderbird/include/mozilla-1.5b/spellchecker/mozISpellCheckingEngine.h -lib/thunderbird/include/mozilla-1.5b/spellchecker/mozISpellI18NManager.h -lib/thunderbird/include/mozilla-1.5b/spellchecker/mozISpellI18NUtil.h -lib/thunderbird/include/mozilla-1.5b/string/nsAFlatString.h -lib/thunderbird/include/mozilla-1.5b/string/nsASingleFragmentString.h -lib/thunderbird/include/mozilla-1.5b/string/nsAString.h -lib/thunderbird/include/mozilla-1.5b/string/nsAStringGenerator.h -lib/thunderbird/include/mozilla-1.5b/string/nsAlgorithm.h -lib/thunderbird/include/mozilla-1.5b/string/nsBufferHandle.h -lib/thunderbird/include/mozilla-1.5b/string/nsBufferHandleUtils.h -lib/thunderbird/include/mozilla-1.5b/string/nsCharTraits.h -lib/thunderbird/include/mozilla-1.5b/string/nsDependentConcatenation.h -lib/thunderbird/include/mozilla-1.5b/string/nsDependentString.h -lib/thunderbird/include/mozilla-1.5b/string/nsDependentSubstring.h -lib/thunderbird/include/mozilla-1.5b/string/nsFragmentedString.h -lib/thunderbird/include/mozilla-1.5b/string/nsLiteralString.h -lib/thunderbird/include/mozilla-1.5b/string/nsPrintfCString.h -lib/thunderbird/include/mozilla-1.5b/string/nsPromiseFlatString.h -lib/thunderbird/include/mozilla-1.5b/string/nsReadableUtils.h -lib/thunderbird/include/mozilla-1.5b/string/nsSharableString.h -lib/thunderbird/include/mozilla-1.5b/string/nsSharedBufferList.h -lib/thunderbird/include/mozilla-1.5b/string/nsSlidingString.h -lib/thunderbird/include/mozilla-1.5b/string/nsStr.h -lib/thunderbird/include/mozilla-1.5b/string/nsStrShared.h -lib/thunderbird/include/mozilla-1.5b/string/nsString.h -lib/thunderbird/include/mozilla-1.5b/string/nsString2.h -lib/thunderbird/include/mozilla-1.5b/string/nsStringDefines.h -lib/thunderbird/include/mozilla-1.5b/string/nsStringFragment.h -lib/thunderbird/include/mozilla-1.5b/string/nsStringFwd.h -lib/thunderbird/include/mozilla-1.5b/string/nsStringIterator.h -lib/thunderbird/include/mozilla-1.5b/string/nsStringIteratorUtils.h -lib/thunderbird/include/mozilla-1.5b/string/nsStringTraits.h -lib/thunderbird/include/mozilla-1.5b/string/nsUTF8Utils.h -lib/thunderbird/include/mozilla-1.5b/string/nsXPIDLString.h -lib/thunderbird/include/mozilla-1.5b/txmgr/nsITransaction.h -lib/thunderbird/include/mozilla-1.5b/txmgr/nsITransactionList.h -lib/thunderbird/include/mozilla-1.5b/txmgr/nsITransactionListener.h -lib/thunderbird/include/mozilla-1.5b/txmgr/nsITransactionManager.h -lib/thunderbird/include/mozilla-1.5b/txmgr/nsTransactionManagerCID.h -lib/thunderbird/include/mozilla-1.5b/txtsvc/nsISpellChecker.h -lib/thunderbird/include/mozilla-1.5b/txtsvc/nsITextService.h -lib/thunderbird/include/mozilla-1.5b/txtsvc/nsITextServicesDocument.h -lib/thunderbird/include/mozilla-1.5b/txtsvc/nsITextServicesFilter.h -lib/thunderbird/include/mozilla-1.5b/txtsvc/nsTextServicesCID.h -lib/thunderbird/include/mozilla-1.5b/ucnative/nsINativeUConvService.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsEncoderDecoderUtils.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsICharRepresentable.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsICharsetAlias.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsICharsetConverterManager.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsIConverterInputStream.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsICurrentCharsetListener.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsIMappingCache.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsIPlatformCharset.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsIScriptableUConv.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsITextToSubURI.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsIUTF8ConverterService.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsIUnicodeDecodeHelper.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsIUnicodeDecoder.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsIUnicodeEncodeHelper.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsIUnicodeEncoder.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsUConvCID.h -lib/thunderbird/include/mozilla-1.5b/uconv/uconvutil.h -lib/thunderbird/include/mozilla-1.5b/ucvcn/nsUCvCnCID.h -lib/thunderbird/include/mozilla-1.5b/ucvibm/nsUCvIBMCID.h -lib/thunderbird/include/mozilla-1.5b/ucvja/nsUCVJA2CID.h -lib/thunderbird/include/mozilla-1.5b/ucvja/nsUCVJACID.h -lib/thunderbird/include/mozilla-1.5b/ucvko/nsUCvKOCID.h -lib/thunderbird/include/mozilla-1.5b/ucvlatin/nsUCvLatinCID.h -lib/thunderbird/include/mozilla-1.5b/ucvtw/nsUCvTWCID.h -lib/thunderbird/include/mozilla-1.5b/ucvtw2/nsUCvTW2CID.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsHankakuToZenkakuCID.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsICaseConversion.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsIEntityConverter.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsIOrderIdFormater.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsISaveAsCharset.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsITextTransform.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsIUGenCategory.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsIUGenDetailCategory.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsIUnicodeNormalizer.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsUnicharUtilCIID.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsUnicharUtils.h -lib/thunderbird/include/mozilla-1.5b/uriloader/nsCURILoader.h -lib/thunderbird/include/mozilla-1.5b/uriloader/nsDocLoader.h -lib/thunderbird/include/mozilla-1.5b/uriloader/nsIContentHandler.h -lib/thunderbird/include/mozilla-1.5b/uriloader/nsIDocumentLoader.h -lib/thunderbird/include/mozilla-1.5b/uriloader/nsIDownload.h -lib/thunderbird/include/mozilla-1.5b/uriloader/nsIURIContentListener.h -lib/thunderbird/include/mozilla-1.5b/uriloader/nsIURILoader.h -lib/thunderbird/include/mozilla-1.5b/uriloader/nsIWebProgress.h -lib/thunderbird/include/mozilla-1.5b/uriloader/nsIWebProgressListener.h -lib/thunderbird/include/mozilla-1.5b/uriloader/nsURILoader.h -lib/thunderbird/include/mozilla-1.5b/util/nsITimeRecorder.h -lib/thunderbird/include/mozilla-1.5b/util/nsTimer.h -lib/thunderbird/include/mozilla-1.5b/util/stopwatch.h -lib/thunderbird/include/mozilla-1.5b/util/xp_obs.h -lib/thunderbird/include/mozilla-1.5b/view/nsICompositeListener.h -lib/thunderbird/include/mozilla-1.5b/view/nsIScrollPositionListener.h -lib/thunderbird/include/mozilla-1.5b/view/nsIScrollableView.h -lib/thunderbird/include/mozilla-1.5b/view/nsIView.h -lib/thunderbird/include/mozilla-1.5b/view/nsIViewManager.h -lib/thunderbird/include/mozilla-1.5b/view/nsIViewObserver.h -lib/thunderbird/include/mozilla-1.5b/view/nsViewsCID.h -lib/thunderbird/include/mozilla-1.5b/wallet/nsCPassword.h -lib/thunderbird/include/mozilla-1.5b/wallet/nsIKeyedStreamGenerator.h -lib/thunderbird/include/mozilla-1.5b/wallet/nsIPassword.h -lib/thunderbird/include/mozilla-1.5b/wallet/nsIPasswordSink.h -lib/thunderbird/include/mozilla-1.5b/wallet/nsIWalletService.h -lib/thunderbird/include/mozilla-1.5b/walletviewers/nsISignonViewer.h -lib/thunderbird/include/mozilla-1.5b/walletviewers/nsIWalletEditor.h -lib/thunderbird/include/mozilla-1.5b/walletviewers/nsIWalletPreview.h -lib/thunderbird/include/mozilla-1.5b/webbrowserpersist/nsCWebBrowserPersist.h -lib/thunderbird/include/mozilla-1.5b/webbrowserpersist/nsIWebBrowserPersist.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsCTooltipTextProvider.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsCWebBrowser.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsICommandHandler.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIContextMenuListener.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIContextMenuListener2.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIEmbeddingSiteWindow.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIEmbeddingSiteWindow2.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIPrintingPrompt.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIPrintingPromptService.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsITooltipListener.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsITooltipTextProvider.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIWebBrowser.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIWebBrowserChrome.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIWebBrowserChromeFocus.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIWebBrowserFocus.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIWebBrowserPrint.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIWebBrowserSetup.h -lib/thunderbird/include/mozilla-1.5b/webshell/nsIClipboardCommands.h -lib/thunderbird/include/mozilla-1.5b/webshell/nsIContentViewerContainer.h -lib/thunderbird/include/mozilla-1.5b/webshell/nsIDocStreamLoaderFactory.h -lib/thunderbird/include/mozilla-1.5b/webshell/nsIDocumentLoaderFactory.h -lib/thunderbird/include/mozilla-1.5b/webshell/nsILinkHandler.h -lib/thunderbird/include/mozilla-1.5b/webshell/nsIRefreshURI.h -lib/thunderbird/include/mozilla-1.5b/webshell/nsIWebShell.h -lib/thunderbird/include/mozilla-1.5b/webshell/nsIWebShellServices.h -lib/thunderbird/include/mozilla-1.5b/widget/mozcontainer.h -lib/thunderbird/include/mozilla-1.5b/widget/mozdrawingarea.h -lib/thunderbird/include/mozilla-1.5b/widget/nsEvent.h -lib/thunderbird/include/mozilla-1.5b/widget/nsGUIEvent.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIAppShell.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIBaseWindow.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIBidiKeyboard.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIButton.h -lib/thunderbird/include/mozilla-1.5b/widget/nsICheckButton.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIClipboard.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIClipboardDragDropHookList.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIClipboardDragDropHooks.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIClipboardHelper.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIClipboardOwner.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIDragService.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIDragSession.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIDragSessionGTK.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIDragSessionMac.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIDragSessionXlib.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIEventListener.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIFilePicker.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIFormatConverter.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIFullScreen.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIKBStateControl.h -lib/thunderbird/include/mozilla-1.5b/widget/nsILabel.h -lib/thunderbird/include/mozilla-1.5b/widget/nsILookAndFeel.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIMenu.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIMenuBar.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIMenuItem.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIMenuListener.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIMenuRollup.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIMouseListener.h -lib/thunderbird/include/mozilla-1.5b/widget/nsINativeScrollbar.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIPluginWidget.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIRollupListener.h -lib/thunderbird/include/mozilla-1.5b/widget/nsISound.h -lib/thunderbird/include/mozilla-1.5b/widget/nsITextWidget.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIToolkit.h -lib/thunderbird/include/mozilla-1.5b/widget/nsITransferable.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIWidget.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIXRemoteClient.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIXRemoteWidgetHelper.h -lib/thunderbird/include/mozilla-1.5b/widget/nsStringUtil.h -lib/thunderbird/include/mozilla-1.5b/widget/nsWidgetSupport.h -lib/thunderbird/include/mozilla-1.5b/widget/nsWidgetsCID.h -lib/thunderbird/include/mozilla-1.5b/widget/nsXRemoteClientCID.h -lib/thunderbird/include/mozilla-1.5b/windowwatcher/nsIAuthPromptWrapper.h -lib/thunderbird/include/mozilla-1.5b/windowwatcher/nsIDialogParamBlock.h -lib/thunderbird/include/mozilla-1.5b/windowwatcher/nsIPromptService.h -lib/thunderbird/include/mozilla-1.5b/windowwatcher/nsIWindowWatcher.h -lib/thunderbird/include/mozilla-1.5b/windowwatcher/nsPIPromptService.h -lib/thunderbird/include/mozilla-1.5b/windowwatcher/nsPIWindowWatcher.h -lib/thunderbird/include/mozilla-1.5b/xlibrgb/xlibrgb.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsAgg.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsAppDirectoryServiceDefs.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsArray.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsArrayEnumerator.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsAtomService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsAutoLock.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsAutoPtr.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsBaseHashtable.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsCOMArray.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsCOMPtr.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsCRT.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsCWeakReference.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsCategoryManagerUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsCheapSets.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsClassHashtable.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsCom.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsComObsolete.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsComponentManagerObsolete.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsComponentManagerUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsCppSharedAllocator.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsDataHashtable.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsDebug.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsDebugImpl.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsDeque.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsDirectoryService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsDirectoryServiceDefs.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsDirectoryServiceUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsDoubleHashtable.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsEnumeratorUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsError.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsEscape.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsEventQueueUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsFastLoadPtr.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsFastLoadService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsFixedSizeAllocator.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsGenericFactory.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsHashKeys.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsHashSets.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsHashtable.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIAllocator.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIArray.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIAsyncInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIAsyncOutputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIAtom.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIAtomService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIBinaryInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIBinaryOutputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIByteArrayInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIByteBuffer.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsICategoryManager.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIClassInfo.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsICollection.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIComponentLoader.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIComponentLoaderManager.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIComponentManager.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIComponentManagerObsolete.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIComponentRegistrar.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIConsoleListener.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIConsoleMessage.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIConsoleService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsID.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIDebug.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIDirectoryService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIEnumerator.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIErrorService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIEventQueue.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIEventQueueService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIException.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIExceptionService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIFactory.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIFastLoadFileControl.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIFastLoadService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIFile.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIGenericFactory.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIID.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIInputStreamTee.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIInterfaceInfo.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIInterfaceInfoManager.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIInterfaceRequestor.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIInterfaceRequestorUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsILineInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsILocalFile.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIMemory.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIModule.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIMultiplexInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsINativeComponentLoader.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIObjectInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIObjectOutputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIObserver.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIObserverService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIOutputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIPersistentProperties2.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIPipe.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIProcess.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIProgrammingLanguage.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIProperties.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIPropertyBag.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIProxyCreateInstance.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIProxyObjectManager.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIRecyclingAllocator.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIRunnable.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIScriptableInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISeekableStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISerializable.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIServiceManager.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIServiceManagerObsolete.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIServiceManagerUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISimpleEnumerator.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIStorageStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIStreamBufferAccess.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIStringEnumerator.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIStringService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIStringStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISupports.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISupportsArray.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISupportsBase.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISupportsImpl.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISupportsIterators.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISupportsObsolete.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISupportsPrimitives.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISupportsUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIThread.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIThreadPool.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsITimelineService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsITimer.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsITimerInternal.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsITimerManager.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsITraceRefcnt.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIUnicharBuffer.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIUnicharInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIVariant.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIWeakReference.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIWeakReferenceUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIXPTLoader.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsInt64.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsInterfaceHashtable.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsLinebreakConverter.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsLocalFile.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsLocalFileUnix.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsMemory.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsMultiplexInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsNativeCharsetUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsNativeComponentLoader.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsObserverService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsObsoleteModuleLoading.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsProcess.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsProxiedService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsProxyEvent.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsProxyRelease.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsQuickSort.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsRecyclingAllocator.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsScriptableInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsStaticAtom.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsStaticComponent.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsStaticNameTable.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsStorageStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsStreamUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsStringEnumerator.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsStringIO.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsStringStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsSupportsArray.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsSupportsPrimitives.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsTHashtable.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsTextFormatter.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsTime.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsTraceRefcnt.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsTraceRefcntImpl.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsUnitConversion.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsValueArray.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsVariant.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsVector.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsVoidArray.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsWeakPtr.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsWeakReference.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsXPCOM.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsXPCOMCID.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsXPCOMGlue.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nscore.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsrootidl.h -lib/thunderbird/include/mozilla-1.5b/xpcom/pldhash.h -lib/thunderbird/include/mozilla-1.5b/xpcom/plevent.h -lib/thunderbird/include/mozilla-1.5b/xpcom/plvector.h -lib/thunderbird/include/mozilla-1.5b/xpcom/xcDll.h -lib/thunderbird/include/mozilla-1.5b/xpcom/xpcom-config.h -lib/thunderbird/include/mozilla-1.5b/xpcom/xpt_arena.h -lib/thunderbird/include/mozilla-1.5b/xpcom/xpt_struct.h -lib/thunderbird/include/mozilla-1.5b/xpcom/xpt_xdr.h -lib/thunderbird/include/mozilla-1.5b/xpcom/xptcall.h -lib/thunderbird/include/mozilla-1.5b/xpcom/xptcstubsdecl.inc -lib/thunderbird/include/mozilla-1.5b/xpcom/xptcstubsdef.inc -lib/thunderbird/include/mozilla-1.5b/xpcom/xptinfo.h -lib/thunderbird/include/mozilla-1.5b/xpcom_obsolete/nsFileSpec.h -lib/thunderbird/include/mozilla-1.5b/xpcom_obsolete/nsFileStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom_obsolete/nsIFileSpec.h -lib/thunderbird/include/mozilla-1.5b/xpcom_obsolete/nsIFileStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom_obsolete/nsIRegistry.h -lib/thunderbird/include/mozilla-1.5b/xpcom_obsolete/nsIRegistryUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom_obsolete/nsSpecialSystemDirectory.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/XPCIDispatch.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/mozIJSSubScriptLoader.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/nsIJSContextStack.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/nsIJSRuntimeService.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/nsIScriptError.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/nsIScriptableInterfaces.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/nsIXPCScriptNotify.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/nsIXPCScriptable.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/nsIXPCSecurityManager.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/nsIXPConnect.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/xpc_map_end.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/xpccomponents.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/xpcexception.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/xpcjsid.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/InstallCleanupDefines.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsIDOMInstallTriggerGlobal.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsIDOMInstallVersion.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsISoftwareUpdate.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsIXPIDialogService.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsIXPINotifier.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsIXPIProgressDialog.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsPICertNotification.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsPIXPIProxy.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsPIXPIStubHook.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsSoftwareUpdateIIDs.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsXPITriggerInfo.h -lib/thunderbird/include/mozilla-1.5b/xprintutil/xprintutil.h -lib/thunderbird/include/mozilla-1.5b/xremoteservice/nsIXRemoteService.h -lib/thunderbird/include/mozilla-1.5b/xul/nsIXULContent.h -lib/thunderbird/include/mozilla-1.5b/xul/nsIXULPopupListener.h -lib/thunderbird/include/mozilla-1.5b/xulapp/nsXULAppAPI.h -lib/thunderbird/include/mozilla-1.5b/xuldoc/nsIController.h -lib/thunderbird/include/mozilla-1.5b/xuldoc/nsIControllers.h -lib/thunderbird/include/mozilla-1.5b/xuldoc/nsIXULContentSink.h -lib/thunderbird/include/mozilla-1.5b/xuldoc/nsIXULDocument.h -lib/thunderbird/include/mozilla-1.5b/xuldoc/nsIXULPrototypeCache.h -lib/thunderbird/include/mozilla-1.5b/xuldoc/nsIXULPrototypeDocument.h -lib/thunderbird/include/mozilla-1.5b/xultmpl/nsIXULBuilderListener.h -lib/thunderbird/include/mozilla-1.5b/xultmpl/nsIXULSortService.h -lib/thunderbird/include/mozilla-1.5b/xultmpl/nsIXULTemplateBuilder.h -lib/thunderbird/lib/mozilla-1.5b/TestGtkEmbed -lib/thunderbird/lib/mozilla-1.5b/chrome/US.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/chromelist.txt -lib/thunderbird/lib/mozilla-1.5b/chrome/classic.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/comm.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/en-US.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/en-win.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/icons/default/abcardWindow.ico -lib/thunderbird/lib/mozilla-1.5b/chrome/icons/default/addressbookWindow.ico -lib/thunderbird/lib/mozilla-1.5b/chrome/icons/default/default.xpm -lib/thunderbird/lib/mozilla-1.5b/chrome/icons/default/messengerWindow.ico -lib/thunderbird/lib/mozilla-1.5b/chrome/icons/default/msgcomposeWindow.ico -lib/thunderbird/lib/mozilla-1.5b/chrome/installed-chrome.txt -lib/thunderbird/lib/mozilla-1.5b/chrome/messenger.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/modern.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/pipnss.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/pippki.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit.jar -lib/thunderbird/lib/mozilla-1.5b/components/accessibility-atk.xpt -lib/thunderbird/lib/mozilla-1.5b/components/accessibility.xpt -lib/thunderbird/lib/mozilla-1.5b/components/addrbook.xpt -lib/thunderbird/lib/mozilla-1.5b/components/appshell.xpt -lib/thunderbird/lib/mozilla-1.5b/components/autocomplete.xpt -lib/thunderbird/lib/mozilla-1.5b/components/bookmarks.xpt -lib/thunderbird/lib/mozilla-1.5b/components/caps.xpt -lib/thunderbird/lib/mozilla-1.5b/components/chardet.xpt -lib/thunderbird/lib/mozilla-1.5b/components/chrome.xpt -lib/thunderbird/lib/mozilla-1.5b/components/commandhandler.xpt -lib/thunderbird/lib/mozilla-1.5b/components/composer.xpt -lib/thunderbird/lib/mozilla-1.5b/components/content_base.xpt -lib/thunderbird/lib/mozilla-1.5b/components/content_html.xpt -lib/thunderbird/lib/mozilla-1.5b/components/content_htmldoc.xpt -lib/thunderbird/lib/mozilla-1.5b/components/content_xmldoc.xpt -lib/thunderbird/lib/mozilla-1.5b/components/content_xslt.xpt -lib/thunderbird/lib/mozilla-1.5b/components/docshell.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_base.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_core.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_css.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_events.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_html.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_range.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_stylesheets.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_traversal.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_views.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_xbl.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_xpath.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_xul.xpt -lib/thunderbird/lib/mozilla-1.5b/components/downloadmanager.xpt -lib/thunderbird/lib/mozilla-1.5b/components/editor.xpt -lib/thunderbird/lib/mozilla-1.5b/components/embed_base.xpt -lib/thunderbird/lib/mozilla-1.5b/components/exthandler.xpt -lib/thunderbird/lib/mozilla-1.5b/components/filepicker.xpt -lib/thunderbird/lib/mozilla-1.5b/components/find.xpt -lib/thunderbird/lib/mozilla-1.5b/components/gfx.xpt -lib/thunderbird/lib/mozilla-1.5b/components/helperAppDlg.xpt -lib/thunderbird/lib/mozilla-1.5b/components/history.xpt -lib/thunderbird/lib/mozilla-1.5b/components/htmlparser.xpt -lib/thunderbird/lib/mozilla-1.5b/components/imglib2.xpt -lib/thunderbird/lib/mozilla-1.5b/components/impComm4xMail.xpt -lib/thunderbird/lib/mozilla-1.5b/components/import.xpt -lib/thunderbird/lib/mozilla-1.5b/components/intl.xpt -lib/thunderbird/lib/mozilla-1.5b/components/jar.xpt -lib/thunderbird/lib/mozilla-1.5b/components/jsconsole-clhandler.js -lib/thunderbird/lib/mozilla-1.5b/components/jsconsole.xpt -lib/thunderbird/lib/mozilla-1.5b/components/jsdservice.xpt -lib/thunderbird/lib/mozilla-1.5b/components/jsurl.xpt -lib/thunderbird/lib/mozilla-1.5b/components/layout_base.xpt -lib/thunderbird/lib/mozilla-1.5b/components/layout_xul.xpt -lib/thunderbird/lib/mozilla-1.5b/components/layout_xul_tree.xpt -lib/thunderbird/lib/mozilla-1.5b/components/libaccessibility.so -lib/thunderbird/lib/mozilla-1.5b/components/libappcomps.so -lib/thunderbird/lib/mozilla-1.5b/components/libcaps.so -lib/thunderbird/lib/mozilla-1.5b/components/libchrome.so -lib/thunderbird/lib/mozilla-1.5b/components/libcomposer.so -lib/thunderbird/lib/mozilla-1.5b/components/libdocshell.so -lib/thunderbird/lib/mozilla-1.5b/components/libeditor.so -lib/thunderbird/lib/mozilla-1.5b/components/libembed_lite.so -lib/thunderbird/lib/mozilla-1.5b/components/libembedcomponents.so -lib/thunderbird/lib/mozilla-1.5b/components/libfileview.so -lib/thunderbird/lib/mozilla-1.5b/components/libgfx_gtk.so -lib/thunderbird/lib/mozilla-1.5b/components/libgfxps.so -lib/thunderbird/lib/mozilla-1.5b/components/libgfxxprint.so -lib/thunderbird/lib/mozilla-1.5b/components/libgklayout.so -lib/thunderbird/lib/mozilla-1.5b/components/libgkplugin.so -lib/thunderbird/lib/mozilla-1.5b/components/libhtmlpars.so -lib/thunderbird/lib/mozilla-1.5b/components/libi18n.so -lib/thunderbird/lib/mozilla-1.5b/components/libimglib2.so -lib/thunderbird/lib/mozilla-1.5b/components/libimport.so -lib/thunderbird/lib/mozilla-1.5b/components/libjar50.so -lib/thunderbird/lib/mozilla-1.5b/components/libjsd.so -lib/thunderbird/lib/mozilla-1.5b/components/libjsdom.so -lib/thunderbird/lib/mozilla-1.5b/components/libmail.so -lib/thunderbird/lib/mozilla-1.5b/components/libmork.so -lib/thunderbird/lib/mozilla-1.5b/components/libmozfind.so -lib/thunderbird/lib/mozilla-1.5b/components/libmozldap.so -lib/thunderbird/lib/mozilla-1.5b/components/libmsgsmime.so -lib/thunderbird/lib/mozilla-1.5b/components/libmyspell.so -lib/thunderbird/lib/mozilla-1.5b/components/libnecko.so -lib/thunderbird/lib/mozilla-1.5b/components/libnecko2.so -lib/thunderbird/lib/mozilla-1.5b/components/libnsappshell.so -lib/thunderbird/lib/mozilla-1.5b/components/libnsprefm.so -lib/thunderbird/lib/mozilla-1.5b/components/libpipboot.so -lib/thunderbird/lib/mozilla-1.5b/components/libpipnss.so -lib/thunderbird/lib/mozilla-1.5b/components/libpippki.so -lib/thunderbird/lib/mozilla-1.5b/components/libpref.so -lib/thunderbird/lib/mozilla-1.5b/components/libprofile.so -lib/thunderbird/lib/mozilla-1.5b/components/librdf.so -lib/thunderbird/lib/mozilla-1.5b/components/libspellchecker.so -lib/thunderbird/lib/mozilla-1.5b/components/libtxmgr.so -lib/thunderbird/lib/mozilla-1.5b/components/libuconv.so -lib/thunderbird/lib/mozilla-1.5b/components/libwallet.so -lib/thunderbird/lib/mozilla-1.5b/components/libwalletviewers.so -lib/thunderbird/lib/mozilla-1.5b/components/libwebbrwsr.so -lib/thunderbird/lib/mozilla-1.5b/components/libwidget_gtk2.so -lib/thunderbird/lib/mozilla-1.5b/components/libxpcom_compat_c.so -lib/thunderbird/lib/mozilla-1.5b/components/libxpconnect.so -lib/thunderbird/lib/mozilla-1.5b/components/libxpinstall.so -lib/thunderbird/lib/mozilla-1.5b/components/libxremote_client.so -lib/thunderbird/lib/mozilla-1.5b/components/libxremoteservice.so -lib/thunderbird/lib/mozilla-1.5b/components/locale.xpt -lib/thunderbird/lib/mozilla-1.5b/components/lwbrk.xpt -lib/thunderbird/lib/mozilla-1.5b/components/mailnews.xpt -lib/thunderbird/lib/mozilla-1.5b/components/mailview.xpt -lib/thunderbird/lib/mozilla-1.5b/components/mdn-service.js -lib/thunderbird/lib/mozilla-1.5b/components/mime.xpt -lib/thunderbird/lib/mozilla-1.5b/components/mimetype.xpt -lib/thunderbird/lib/mozilla-1.5b/components/mozbrwsr.xpt -lib/thunderbird/lib/mozilla-1.5b/components/mozfind.xpt -lib/thunderbird/lib/mozilla-1.5b/components/mozldap.xpt -lib/thunderbird/lib/mozilla-1.5b/components/msgbase.xpt -lib/thunderbird/lib/mozilla-1.5b/components/msgcompose.xpt -lib/thunderbird/lib/mozilla-1.5b/components/msgdb.xpt -lib/thunderbird/lib/mozilla-1.5b/components/msgimap.xpt -lib/thunderbird/lib/mozilla-1.5b/components/msglocal.xpt -lib/thunderbird/lib/mozilla-1.5b/components/msgnews.xpt -lib/thunderbird/lib/mozilla-1.5b/components/msgsearch.xpt -lib/thunderbird/lib/mozilla-1.5b/components/msgsmime.xpt -lib/thunderbird/lib/mozilla-1.5b/components/myspell/en-US.aff -lib/thunderbird/lib/mozilla-1.5b/components/myspell/en-US.dic -lib/thunderbird/lib/mozilla-1.5b/components/necko.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_about.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_cache.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_cookie.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_data.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_dns.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_file.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_ftp.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_http.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_jar.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_res.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_socket.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_strconv.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_viewsource.xpt -lib/thunderbird/lib/mozilla-1.5b/components/nsCloseAllWindows.js -lib/thunderbird/lib/mozilla-1.5b/components/nsDownloadProgressListener.js -lib/thunderbird/lib/mozilla-1.5b/components/nsFilePicker.js -lib/thunderbird/lib/mozilla-1.5b/components/nsHelperAppDlg.js -lib/thunderbird/lib/mozilla-1.5b/components/nsLDAPPrefsService.js -lib/thunderbird/lib/mozilla-1.5b/components/nsProgressDialog.js -lib/thunderbird/lib/mozilla-1.5b/components/nsProxyAutoConfig.js -lib/thunderbird/lib/mozilla-1.5b/components/pipboot.xpt -lib/thunderbird/lib/mozilla-1.5b/components/pipnss.xpt -lib/thunderbird/lib/mozilla-1.5b/components/pippki.xpt -lib/thunderbird/lib/mozilla-1.5b/components/plugin.xpt -lib/thunderbird/lib/mozilla-1.5b/components/pref.xpt -lib/thunderbird/lib/mozilla-1.5b/components/prefetch.xpt -lib/thunderbird/lib/mozilla-1.5b/components/prefmigr.xpt -lib/thunderbird/lib/mozilla-1.5b/components/profile.xpt -lib/thunderbird/lib/mozilla-1.5b/components/progressDlg.xpt -lib/thunderbird/lib/mozilla-1.5b/components/proxyObjInst.xpt -lib/thunderbird/lib/mozilla-1.5b/components/rdf.xpt -lib/thunderbird/lib/mozilla-1.5b/components/shistory.xpt -lib/thunderbird/lib/mozilla-1.5b/components/sidebar.xpt -lib/thunderbird/lib/mozilla-1.5b/components/signonviewer.xpt -lib/thunderbird/lib/mozilla-1.5b/components/smime-service.js -lib/thunderbird/lib/mozilla-1.5b/components/spellchecker.xpt -lib/thunderbird/lib/mozilla-1.5b/components/timebomb.xpt -lib/thunderbird/lib/mozilla-1.5b/components/txmgr.xpt -lib/thunderbird/lib/mozilla-1.5b/components/txtsvc.xpt -lib/thunderbird/lib/mozilla-1.5b/components/ucnative.xpt -lib/thunderbird/lib/mozilla-1.5b/components/uconv.xpt -lib/thunderbird/lib/mozilla-1.5b/components/unicharutil.xpt -lib/thunderbird/lib/mozilla-1.5b/components/uriloader.xpt -lib/thunderbird/lib/mozilla-1.5b/components/util.xpt -lib/thunderbird/lib/mozilla-1.5b/components/wallet.xpt -lib/thunderbird/lib/mozilla-1.5b/components/walleteditor.xpt -lib/thunderbird/lib/mozilla-1.5b/components/walletpreview.xpt -lib/thunderbird/lib/mozilla-1.5b/components/webBrowser_core.xpt -lib/thunderbird/lib/mozilla-1.5b/components/webbrowserpersist.xpt -lib/thunderbird/lib/mozilla-1.5b/components/webshell_idls.xpt -lib/thunderbird/lib/mozilla-1.5b/components/widget.xpt -lib/thunderbird/lib/mozilla-1.5b/components/windowds.xpt -lib/thunderbird/lib/mozilla-1.5b/components/windowwatcher.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xpcom_base.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xpcom_components.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xpcom_ds.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xpcom_io.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xpcom_obsolete.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xpcom_threads.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xpcom_xpti.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xpconnect.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xpinstall.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xremoteservice.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xuldoc.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xultmpl.xpt -lib/thunderbird/lib/mozilla-1.5b/defaults/messenger/US/mailViews.dat -lib/thunderbird/lib/mozilla-1.5b/defaults/messenger/mailViews.dat -lib/thunderbird/lib/mozilla-1.5b/defaults/pref/all.js -lib/thunderbird/lib/mozilla-1.5b/defaults/pref/editor.js -lib/thunderbird/lib/mozilla-1.5b/defaults/pref/mailnews.js -lib/thunderbird/lib/mozilla-1.5b/defaults/pref/mdn.js -lib/thunderbird/lib/mozilla-1.5b/defaults/pref/security-prefs.js -lib/thunderbird/lib/mozilla-1.5b/defaults/pref/smime.js -lib/thunderbird/lib/mozilla-1.5b/defaults/pref/unix.js -lib/thunderbird/lib/mozilla-1.5b/defaults/pref/xpinstall.js -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/US/bookmarks.html -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/US/chrome/userChrome-example.css -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/US/chrome/userContent-example.css -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/US/localstore.rdf -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/US/mimeTypes.rdf -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/US/panels.rdf -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/US/search.rdf -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/bookmarks.html -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/chrome/userChrome-example.css -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/chrome/userContent-example.css -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/localstore.rdf -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/mimeTypes.rdf -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/panels.rdf -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/search.rdf -lib/thunderbird/lib/mozilla-1.5b/defaults/wallet/DistinguishedSchema.tbl -lib/thunderbird/lib/mozilla-1.5b/defaults/wallet/FieldSchema.tbl -lib/thunderbird/lib/mozilla-1.5b/defaults/wallet/PositionalSchema.tbl -lib/thunderbird/lib/mozilla-1.5b/defaults/wallet/SchemaConcat.tbl -lib/thunderbird/lib/mozilla-1.5b/defaults/wallet/SchemaStrings.tbl -lib/thunderbird/lib/mozilla-1.5b/defaults/wallet/StateSchema.tbl -lib/thunderbird/lib/mozilla-1.5b/defaults/wallet/VcardSchema.tbl -lib/thunderbird/lib/mozilla-1.5b/libgkgfx.so -lib/thunderbird/lib/mozilla-1.5b/libgtkembedmoz.so -lib/thunderbird/lib/mozilla-1.5b/libgtkxtbin.so -lib/thunderbird/lib/mozilla-1.5b/libldap50.so -lib/thunderbird/lib/mozilla-1.5b/libmozjs.so -lib/thunderbird/lib/mozilla-1.5b/libnspr4.so -lib/thunderbird/lib/mozilla-1.5b/libnss3.so -lib/thunderbird/lib/mozilla-1.5b/libnssckbi.so -lib/thunderbird/lib/mozilla-1.5b/libnullplugin.so -lib/thunderbird/lib/mozilla-1.5b/libplc4.so -lib/thunderbird/lib/mozilla-1.5b/libplds4.so -lib/thunderbird/lib/mozilla-1.5b/libprldap50.so -lib/thunderbird/lib/mozilla-1.5b/libsmime3.so -lib/thunderbird/lib/mozilla-1.5b/libsoftokn3.chk -lib/thunderbird/lib/mozilla-1.5b/libsoftokn3.so -lib/thunderbird/lib/mozilla-1.5b/libssl3.so -lib/thunderbird/lib/mozilla-1.5b/libxlibrgb.so -lib/thunderbird/lib/mozilla-1.5b/libxpcom.so -lib/thunderbird/lib/mozilla-1.5b/libxpcom_compat.so -lib/thunderbird/lib/mozilla-1.5b/libxpistub.so -lib/thunderbird/lib/mozilla-1.5b/mozilla-xremote-client -lib/thunderbird/lib/mozilla-1.5b/plugins/libnullplugin.so -lib/thunderbird/lib/mozilla-1.5b/regchrome -lib/thunderbird/lib/mozilla-1.5b/regxpcom -lib/thunderbird/lib/mozilla-1.5b/res/EditorOverride.css -lib/thunderbird/lib/mozilla-1.5b/res/arrow.gif -lib/thunderbird/lib/mozilla-1.5b/res/arrowd.gif -lib/thunderbird/lib/mozilla-1.5b/res/broken-image.gif -lib/thunderbird/lib/mozilla-1.5b/res/builtin/htmlBindings.xml -lib/thunderbird/lib/mozilla-1.5b/res/builtin/platformHTMLBindings.xml -lib/thunderbird/lib/mozilla-1.5b/res/charsetData.properties -lib/thunderbird/lib/mozilla-1.5b/res/charsetalias.properties -lib/thunderbird/lib/mozilla-1.5b/res/cmessage.txt -lib/thunderbird/lib/mozilla-1.5b/res/dtd/xhtml11.dtd -lib/thunderbird/lib/mozilla-1.5b/res/entityTables/html40Latin1.properties -lib/thunderbird/lib/mozilla-1.5b/res/entityTables/html40Special.properties -lib/thunderbird/lib/mozilla-1.5b/res/entityTables/html40Symbols.properties -lib/thunderbird/lib/mozilla-1.5b/res/entityTables/htmlEntityVersions.properties -lib/thunderbird/lib/mozilla-1.5b/res/entityTables/transliterate.properties -lib/thunderbird/lib/mozilla-1.5b/res/fonts/fontEncoding.properties -lib/thunderbird/lib/mozilla-1.5b/res/forms.css -lib/thunderbird/lib/mozilla-1.5b/res/grabber.gif -lib/thunderbird/lib/mozilla-1.5b/res/html.css -lib/thunderbird/lib/mozilla-1.5b/res/html/gopher-audio.gif -lib/thunderbird/lib/mozilla-1.5b/res/html/gopher-binary.gif -lib/thunderbird/lib/mozilla-1.5b/res/html/gopher-find.gif -lib/thunderbird/lib/mozilla-1.5b/res/html/gopher-image.gif -lib/thunderbird/lib/mozilla-1.5b/res/html/gopher-menu.gif -lib/thunderbird/lib/mozilla-1.5b/res/html/gopher-movie.gif -lib/thunderbird/lib/mozilla-1.5b/res/html/gopher-sound.gif -lib/thunderbird/lib/mozilla-1.5b/res/html/gopher-telnet.gif -lib/thunderbird/lib/mozilla-1.5b/res/html/gopher-text.gif -lib/thunderbird/lib/mozilla-1.5b/res/html/gopher-unknown.gif -lib/thunderbird/lib/mozilla-1.5b/res/langGroups.properties -lib/thunderbird/lib/mozilla-1.5b/res/language.properties -lib/thunderbird/lib/mozilla-1.5b/res/loading-image.gif -lib/thunderbird/lib/mozilla-1.5b/res/platform-forms.css -lib/thunderbird/lib/mozilla-1.5b/res/quirk.css -lib/thunderbird/lib/mozilla-1.5b/res/rdf/article.gif -lib/thunderbird/lib/mozilla-1.5b/res/rdf/document.gif -lib/thunderbird/lib/mozilla-1.5b/res/rdf/dom-test-1.xul -lib/thunderbird/lib/mozilla-1.5b/res/rdf/dom-test-2.xul -lib/thunderbird/lib/mozilla-1.5b/res/rdf/dom-test-3.xul -lib/thunderbird/lib/mozilla-1.5b/res/rdf/dom-test-4.css -lib/thunderbird/lib/mozilla-1.5b/res/rdf/dom-test-4.xul -lib/thunderbird/lib/mozilla-1.5b/res/rdf/dom-test-5.xul -lib/thunderbird/lib/mozilla-1.5b/res/rdf/dom-test-6.xul -lib/thunderbird/lib/mozilla-1.5b/res/rdf/dom-test-7.xul -lib/thunderbird/lib/mozilla-1.5b/res/rdf/dom-test-8.xul -lib/thunderbird/lib/mozilla-1.5b/res/rdf/folder-closed.gif -lib/thunderbird/lib/mozilla-1.5b/res/rdf/folder-open.gif -lib/thunderbird/lib/mozilla-1.5b/res/rdf/ignore-test.xul -lib/thunderbird/lib/mozilla-1.5b/res/rdf/loading.gif -lib/thunderbird/lib/mozilla-1.5b/res/rdf/xpidl-test-1.xul -lib/thunderbird/lib/mozilla-1.5b/res/sample.unixpsfonts.properties -lib/thunderbird/lib/mozilla-1.5b/res/samples/Anieyes.gif -lib/thunderbird/lib/mozilla-1.5b/res/samples/aform.css -lib/thunderbird/lib/mozilla-1.5b/res/samples/beeptest.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/bform.css -lib/thunderbird/lib/mozilla-1.5b/res/samples/bg.jpg -lib/thunderbird/lib/mozilla-1.5b/res/samples/cform.css -lib/thunderbird/lib/mozilla-1.5b/res/samples/checkboxTest.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/colorpicker.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/demoform.css -lib/thunderbird/lib/mozilla-1.5b/res/samples/dexopenchrome.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/dexparamdialog.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/dexparamdialog.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/find.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/gear1.gif -lib/thunderbird/lib/mozilla-1.5b/res/samples/hidetoolicon.css -lib/thunderbird/lib/mozilla-1.5b/res/samples/hidetoolicon.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/image_props.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/mozform.css -lib/thunderbird/lib/mozilla-1.5b/res/samples/printsetup.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/raptor.jpg -lib/thunderbird/lib/mozilla-1.5b/res/samples/rock_gra.gif -lib/thunderbird/lib/mozilla-1.5b/res/samples/sampleimages/bongo.gif -lib/thunderbird/lib/mozilla-1.5b/res/samples/sampleimages/down.gif -lib/thunderbird/lib/mozilla-1.5b/res/samples/sampleimages/left.gif -lib/thunderbird/lib/mozilla-1.5b/res/samples/sampleimages/right.gif -lib/thunderbird/lib/mozilla-1.5b/res/samples/sampleimages/up.gif -lib/thunderbird/lib/mozilla-1.5b/res/samples/scrollbarTest1.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/scrollbarTest2.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/sliderTest1.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/soundtest.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/tab.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/test.wav -lib/thunderbird/lib/mozilla-1.5b/res/samples/test0.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test1.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test10.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test11.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test12.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test13.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test14.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test15.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test16.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test2.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test3.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test4.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test5.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test6.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test7.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test8-1.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test8.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test8dom.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test8sca.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test8siz.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test8tab.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test9.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test9a.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test9b.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test_ed.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test_form.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test_gfx.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test_lbox.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test_pr.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test_weight.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/toolbarTest1.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/treeTest1.css -lib/thunderbird/lib/mozilla-1.5b/res/samples/treeTest1.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/widgets.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/xpmenu.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/xulTest.css -lib/thunderbird/lib/mozilla-1.5b/res/table-add-column-after-active.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-column-after-hover.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-column-after.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-column-before-active.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-column-before-hover.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-column-before.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-row-after-active.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-row-after-hover.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-row-after.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-row-before-active.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-row-before-hover.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-row-before.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-remove-column-active.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-remove-column-hover.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-remove-column.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-remove-row-active.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-remove-row-hover.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-remove-row.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anim.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims00.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims01.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims02.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims03.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims04.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims05.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims06.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims07.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims08.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims09.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims10.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims11.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims12.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims13.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims14.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims15.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims16.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims17.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims18.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims19.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims20.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims21.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims22.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims23.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims24.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims25.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims26.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims27.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims28.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims29.gif -lib/thunderbird/lib/mozilla-1.5b/res/ua.css -lib/thunderbird/lib/mozilla-1.5b/res/unixcharset.properties -lib/thunderbird/lib/mozilla-1.5b/res/viewer.properties -lib/thunderbird/lib/mozilla-1.5b/res/viewsource.css -lib/thunderbird/lib/mozilla-1.5b/run-mozilla.sh -lib/thunderbird/lib/mozilla-1.5b/thunderbird-bin -lib/thunderbird/lib/mozilla-1.5b/timebombgen -lib/thunderbird/lib/mozilla-1.5b/xpcshell -lib/thunderbird/lib/mozilla-1.5b/xpicleanup -lib/thunderbird/lib/mozilla-1.5b/xpidl -lib/thunderbird/lib/mozilla-1.5b/xpt_dump -lib/thunderbird/lib/mozilla-1.5b/xpt_link -lib/thunderbird/lib/pkgconfig/mozilla-gtkmozembed.pc -lib/thunderbird/lib/pkgconfig/mozilla-js.pc -lib/thunderbird/lib/pkgconfig/mozilla-nspr.pc -lib/thunderbird/lib/pkgconfig/mozilla-nss.pc -lib/thunderbird/lib/pkgconfig/mozilla-plugin.pc -lib/thunderbird/lib/pkgconfig/mozilla-xpcom.pc -lib/thunderbird/share/aclocal/nspr.m4 -lib/thunderbird/share/idl/mozilla-1.5b/MailNewsTypes2.idl -lib/thunderbird/share/idl/mozilla-1.5b/XPCIDispatch.idl -lib/thunderbird/share/idl/mozilla-1.5b/domstubs.idl -lib/thunderbird/share/idl/mozilla-1.5b/gfxIFormats.idl -lib/thunderbird/share/idl/mozilla-1.5b/gfxIImageFrame.idl -lib/thunderbird/share/idl/mozilla-1.5b/gfxtypes.idl -lib/thunderbird/share/idl/mozilla-1.5b/imgICache.idl -lib/thunderbird/share/idl/mozilla-1.5b/imgIContainer.idl -lib/thunderbird/share/idl/mozilla-1.5b/imgIContainerObserver.idl -lib/thunderbird/share/idl/mozilla-1.5b/imgIDecoder.idl -lib/thunderbird/share/idl/mozilla-1.5b/imgIDecoderObserver.idl -lib/thunderbird/share/idl/mozilla-1.5b/imgILoad.idl -lib/thunderbird/share/idl/mozilla-1.5b/imgILoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/imgIRequest.idl -lib/thunderbird/share/idl/mozilla-1.5b/jsdIDebuggerService.idl -lib/thunderbird/share/idl/mozilla-1.5b/mozIJSSubScriptLoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/mozIPersonalDictionary.idl -lib/thunderbird/share/idl/mozilla-1.5b/mozISpellCheckingEngine.idl -lib/thunderbird/share/idl/mozilla-1.5b/mozISpellI18NManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/mozISpellI18NUtil.idl -lib/thunderbird/share/idl/mozilla-1.5b/mozITXTToHTMLConv.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsCDefaultURIFixup.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsCDocShell.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsCExternalHandlerService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsCURILoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsCWebBrowser.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsCWebBrowserPersist.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIASN1Object.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIASN1PrintableItem.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIASN1Sequence.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIASN1Tree.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbAddressCollecter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbAutoCompleteSession.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbBase.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbBooleanExpression.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbCard.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbDirFactory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbDirFactoryService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbDirectory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbDirectoryQuery.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbDirectoryQueryProxy.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbDirectorySearch.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbLDAPAutoCompFormatter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbLDAPReplicationData.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbLDAPReplicationQuery.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbLDAPReplicationService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbMDBCard.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbMDBDirectory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbUpgrader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbView.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAboutModule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessNode.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibilityService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessible.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleAction.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleCaret.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleDocument.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleEditableText.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleHyperLink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleHyperText.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleProvider.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleRetrieval.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleSelectable.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleTable.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleText.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleValue.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAddbookUrl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAddrBookSession.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAddrDBAnnouncer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAddrDBListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAddrDatabase.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAddressBook.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAggregatePrincipal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAppShell.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAppShellService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIArray.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAsyncInputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAsyncOutputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAsyncStreamCopier.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAtom.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAtomService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAuthPrompt.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAuthPromptWrapper.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAutoCompleteListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAutoCompleteResults.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAutoCompleteSession.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBadCertListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBaseWindow.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBidiKeyboard.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBinaryInputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBinaryOutputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBookmarksService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBoxLayoutManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBoxObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBoxPaintManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBrowserBoxObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBrowserHistory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBrowserInstance.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBufEntropyCollector.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBufferedStreams.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIByteArrayInputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIByteRangeRequest.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICMSDecoder.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICMSEncoder.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICMSMessage.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICMSMessageErrors.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICMSSecureMessage.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICRLInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICRLManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICache.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICacheEntryDescriptor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICacheListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICacheService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICacheSession.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICacheVisitor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICachingChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICategoryManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICertPickDialogs.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICertSelect.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICertTree.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICertificateDialogs.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICertificatePrincipal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICharsetConverterManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICharsetResolver.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIChromeEventHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIChromeRegistry.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICipherInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICiter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIClassInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIClassicPluginFactory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIClientAuthDialogs.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIClipboard.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIClipboardCommands.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIClipboardDragDropHookList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIClipboardDragDropHooks.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIClipboardHelper.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIClipboardOwner.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICloseAllWindows.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICmdLineHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICmdLineService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICodebasePrincipal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICollection.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIComm4xProfile.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICommandHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICommandManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICommandParams.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIComponentLoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIComponentLoaderManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIComponentManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIComponentManagerObsolete.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIComponentRegistrar.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIConsoleListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIConsoleMessage.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIConsoleService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIContentFilter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIContentHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIContentPolicy.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIContentViewer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIContentViewerContainer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIContentViewerEdit.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIContentViewerFile.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIContextMenuListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIContextMenuListener2.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIController.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIControllerCommand.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIControllerCommandTable.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIControllerContext.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIControllers.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICookieService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICookieStorage.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICopyMessageListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICopyMsgStreamListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICryptoFIPSInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICurrentCharsetListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDBChangeAnnouncer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDBChangeListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDBFolderInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDNSListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDNSService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOM3Document.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOM3DocumentEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOM3EventTarget.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOM3Node.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMAbstractView.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMAttr.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMBarProp.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCDATASection.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCRMFObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSS2Properties.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSCharsetRule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSFontFaceRule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSImportRule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSMediaRule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSPageRule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSPrimitiveValue.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSRule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSRuleList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSStyleDeclaration.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSStyleRule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSStyleSheet.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSUnknownRule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSValue.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSValueList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCharacterData.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMChromeWindow.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMComment.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCounter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCrypto.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCryptoDialogs.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCustomEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDOMConfiguration.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDOMException.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDOMImplementation.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDocument.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDocumentCSS.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDocumentEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDocumentFragment.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDocumentRange.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDocumentStyle.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDocumentTraversal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDocumentType.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDocumentView.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDocumentXBL.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMElementCSSInlineStyle.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMEntity.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMEntityReference.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMEventGroup.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMEventListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMEventTarget.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLAnchorElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLAppletElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLAreaElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLBRElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLBaseElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLBaseFontElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLBodyElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLButtonElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLCollection.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLDListElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLDirectoryElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLDivElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLDocument.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLEmbedElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLFieldSetElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLFontElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLFormElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLFrameElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLFrameSetElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLHRElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLHeadElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLHeadingElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLHtmlElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLIFrameElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLImageElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLInputElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLIsIndexElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLLIElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLLabelElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLLegendElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLLinkElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLMapElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLMenuElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLMetaElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLModElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLOListElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLObjectElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLOptGroupElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLOptionElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLOptionsCollection.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLParagraphElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLParamElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLPreElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLQuoteElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLScriptElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLSelectElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLStyleElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLTableCaptionElem.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLTableCellElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLTableColElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLTableElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLTableRowElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLTableSectionElem.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLTextAreaElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLTitleElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLUListElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHistory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMJSWindow.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMKeyEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMLinkStyle.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMLocation.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMMediaList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMMimeType.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMMimeTypeArray.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMMouseEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMMutationEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSDocument.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLAnchorElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLAreaElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLButtonElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLDocument.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLFormControlList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLFormElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLFrameElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLHRElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLImageElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLInputElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLOptionCollectn.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLOptionElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLSelectElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLTextAreaElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHistory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSLocation.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSRange.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSUIEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSXBLFormControl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNamedNodeMap.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNavigator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNode.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNodeFilter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNodeIterator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNodeList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNotation.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMPkcs11.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMPlugin.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMPluginArray.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMPopupBlockedEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMProcessingInstruction.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMRGBColor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMRange.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMRangeException.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMRect.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMScreen.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMStyleSheet.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMStyleSheetList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMText.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMTreeWalker.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMUIEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMUserDataHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMViewCSS.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMWindow.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMWindowCollection.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMWindowInternal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXMLDocument.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXPathEvaluator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXPathException.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXPathExpression.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXPathNSResolver.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXPathNamespace.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXPathResult.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULButtonElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULCheckboxElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULCommandDispatcher.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULControlElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULDescriptionElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULDocument.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULImageElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULLabelElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULLabeledControlEl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULMenuListElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULMultSelectCntrlEl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULPopupElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULSelectCntrlEl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULSelectCntrlItemEl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULTextboxElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDataChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDebug.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDialogParamBlock.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDirIndex.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDirIndexListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDirectoryListing.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDirectoryService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocCharset.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocShell.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocShellHistory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocShellLoadInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocShellTreeItem.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocShellTreeNode.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocShellTreeOwner.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocumentCharsetInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocumentLoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocumentLoaderFactory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocumentStateListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDownload.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDownloadManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDownloadProgressListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDownloader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDragDropHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDragService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDragSession.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditActionListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditingSession.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditorBoxObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditorDocShell.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditorIMESupport.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditorLogging.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditorMailSupport.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditorObserver.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditorSpellCheck.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditorStyleSheets.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEmbeddingSiteWindow.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEmbeddingSiteWindow2.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEncodedChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEncryptedSMIMEURIsSrvc.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEntityConverter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEntropyCollector.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEnumerator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIErrorService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEvaluateStringProxy.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEventHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEventQueue.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEventQueueService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIException.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIExceptionService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIExpatSink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIExternalHelperAppService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIExternalProtocolHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIExternalProtocolService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFIXptr.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFTPChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFactory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFastLoadFileControl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFastLoadService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFile.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFileChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFilePicker.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFileProtocolHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFileSpec.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFileStreams.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFileURL.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFileUtilities.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFileView.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFind.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFindService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFolder.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFolderListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFontCatalogService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFontEnumerator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFontList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFontPackageHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFontPackageProxy.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFontPackageService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFormatConverter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFreeType2.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFullScreen.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIGenKeypairInfoDlg.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIGlobalHistory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIGraphics.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHTMLAbsPosEditor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHTMLEditor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHTMLInlineTableEditor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHTMLObjectResizeListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHTMLObjectResizer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHTTPHeaderListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHash.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHelperAppLauncherDialog.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHistoryEntry.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHttpAuthManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHttpAuthenticator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHttpChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHttpChannelInternal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHttpEventSink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHttpHeaderVisitor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHttpNotify.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHttpProtocolHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIIDNService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIIFrameBoxObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIIOService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImageDocument.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImageLoadingContent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImapFlagAndUidState.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImapHeaderXferInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImapIncomingServer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImapMailFolderSink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImapMessageSink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImapMockChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImapProtocol.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImapServerSink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImapService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImapUrl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImportABDescriptor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImportAddressBooks.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImportFieldMap.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImportGeneric.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImportMail.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImportMailboxDescriptor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImportMimeEncode.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImportModule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImportService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImportSettings.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIIncomingServerListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIInputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIInputStreamChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIInputStreamPump.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIInputStreamTee.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIInterfaceInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIInterfaceInfoManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIInterfaceRequestor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIJAR.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIJARChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIJARProtocolHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIJARURI.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIJRILiveConnectPIPeer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIJRILiveConnectPlugin.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIJSConsoleService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIJSContextStack.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIJSRuntimeService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIKeyedStreamGenerator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIKeygenThread.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPAutoCompFormatter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPAutoCompleteSession.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPBERValue.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPConnection.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPErrors.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPMessage.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPMessageListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPOperation.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPPrefsService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPServer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPURL.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILanguageAtom.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILanguageAtomService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILineInputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIListBoxObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILoadGroup.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILocalFile.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILocalMailIncomingServer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILocale.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILocaleService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMIMEHeaderParam.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMIMEInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMIMEInputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMIMEService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMailboxService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMailboxSpec.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMailboxUrl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMarkupDocumentViewer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMemory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMenuBoxObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMenuRollup.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMessenger.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMessengerMigrator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMessengerOSIntegration.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMessengerWindowService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMimeEmitter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMimeHeaders.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMimeMiscStatus.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMimeStreamConverter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIModifyableXPointer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIModule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMovemailIncomingServer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMovemailService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgAccount.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgAccountManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgAttachment.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgBiffManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgCompFields.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgCompUtils.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgCompose.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgComposeParams.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgComposeProgressParams.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgComposeSecure.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgComposeService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgCopyService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgCopyServiceListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgDBView.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgDatabase.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgDraft.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgFilter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgFilterHitNotify.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgFilterList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgFilterPlugin.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgFilterService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgFolder.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgFolderCache.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgFolderCacheElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgFolderCompactor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgGroupRecord.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgHdr.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgHeaderParser.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgHost.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgIdentity.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgImapMailFolder.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgIncomingServer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgLocalMailFolder.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgLogonRedirector.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgMailNewsUrl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgMailSession.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgMailView.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgMailViewList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgMdnGenerator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgMessageService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgNewsFolder.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgOfflineImapOperation.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgOfflineManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgOfflineNewsState.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgParseMailMsgState.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgPrintEngine.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgProgress.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgProtocolInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgPurgeService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgQuote.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgRDFDataSource.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgRecipientArray.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSMIMECompFields.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSMIMEHeaderSink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSearchAdapter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSearchNotify.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSearchScopeTerm.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSearchSession.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSearchTerm.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSearchValidityManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSearchValidityTable.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSearchValue.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSend.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSendLater.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSendLaterListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSendListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSendReport.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSignature.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgStatusFeedback.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgStringService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgThread.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgVCard.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgWindow.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMultiPartChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMultiplexInputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINNTPArticleList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINNTPNewsgroupList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINNTPNewsgroupPost.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINNTPProtocol.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINSSCertCache.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINativeAppSupport.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINativeComponentLoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINativeScrollbar.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINativeUConvService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINetModRegEntry.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINetModuleMgr.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINetNotify.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINewsDatabase.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINewsDownloadDialogArgs.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINntpIncomingServer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINntpService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINntpUrl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINoIncomingServer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINoneService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIOCSPResponder.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIObjectInputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIObjectOutputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIObserver.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIObserverService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIOutputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPK11Token.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPK11TokenDB.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPKCS11Module.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPKCS11ModuleDB.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPKCS11Slot.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPKIParamBlock.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPassword.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPasswordManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPasswordManagerInternal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPasswordSink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPersistentProperties2.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPhonetic.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPipe.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPlaintextEditor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPlugin.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginDocument.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginHost.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginInputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginInstance.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginInstanceOwner.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginInstancePeer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginInstancePeer2.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginManager2.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginStreamInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginStreamListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginTagInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginTagInfo2.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPop3IncomingServer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPop3Service.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPop3Sink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPop3URL.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPopupBoxObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPopupWindowManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPref.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrefBranch.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrefBranchInternal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrefLocalizedString.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrefMigration.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrefMigrationProgress.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrefService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrefetchService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrincipal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrintOptions.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrintProgress.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrintProgressParams.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrintSession.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrintSettings.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrintSettingsService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrintStatusFeedback.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrintingPrompt.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrintingPromptService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProcess.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProfile.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProfileChangeStatus.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProfileInternal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProfileStartupListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProgrammingLanguage.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProgressDialog.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProgressEventSink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrompt.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPromptService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProperties.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPropertyBag.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProtocolHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProtocolProxyService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProxiedProtocolHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProxy.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProxyAutoConfig.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProxyCreateInstance.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProxyInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProxyObjectManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFCompositeDataSource.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFContainer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFContainerUtils.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFDataSource.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFDelegateFactory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFInMemoryDataSource.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFLiteral.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFNode.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFObserver.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFPropagatableDataSource.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFPurgeableDataSource.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFRemoteDataSource.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFResource.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFXMLParser.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFXMLSerializer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFXMLSink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFXMLSource.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRecyclingAllocator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRefreshURI.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRegistry.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRelativeFilePref.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRequest.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRequestObserver.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRequestObserverProxy.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIResProtocolHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIResumableChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIResumableEntityID.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRollupListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRunnable.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISHContainer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISHEntry.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISHTransaction.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISHistory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISHistoryInternal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISHistoryListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISMimeCert.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISMimeJSHelper.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISOCKS4SocketInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISOCKS4SocketProvider.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISOCKSSocketInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISOCKSSocketProvider.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISSLSocketControl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISSLSocketProvider.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISSLStatus.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISSLStatusProvider.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISaveAsCharset.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScreen.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScreenManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptContextOwner.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptError.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptEventHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptEventManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptGlobalObjectOwner.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptLoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptLoaderObserver.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptSecurityManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptableDateFormat.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptableInputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptableInterfaces.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptablePlugin.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptableRegion.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptableUConv.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScrollBoxObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScrollable.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISearchContext.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISecretDecoderRing.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISecureBrowserUI.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISecurityCheckedComponent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISecurityEventSink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISecurityPref.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISecurityWarningDialogs.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISeekableStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISelectElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISelection.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISelectionController.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISelectionDisplay.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISelectionImageService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISelectionListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISelectionPrivate.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISemanticUnitScanner.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISerializable.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIServiceManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISidebar.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISignatureVerifier.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISignonViewer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISimpleEnumerator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISimpleStreamListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISmtpServer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISmtpService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISmtpUrl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISocketProvider.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISocketProviderService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISocketTransport.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISocketTransportService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISound.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISpamSettings.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStandardURL.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStorageStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStreamBufferAccess.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStreamConverter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStreamConverterService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStreamListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStreamListenerProxy.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStreamListenerTee.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStreamLoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStreamTransportService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStringBundle.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStringBundleOverride.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStringEnumerator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStringService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStringStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISubscribableServer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISupports.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISupportsArray.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISupportsIterators.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISupportsPrimitives.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISyncLoadDOMService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITXTToHTMLConv.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITableEditor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITextAreaElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITextScroll.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITextServicesFilter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITextToSubURI.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIThread.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIThreadPool.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITimeBomb.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITimeRecorder.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITimelineService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITimer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITimerInternal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITimerManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITimingService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITokenDialogs.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITokenPasswordDialogs.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIToolkit.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITooltipListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITooltipTextProvider.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITraceRefcnt.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITransaction.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITransactionList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITransactionListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITransactionManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITransferable.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITransport.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITransportSecurityInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITreeBoxObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITreeContentView.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITreeSelection.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITreeView.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIURI.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIURIChecker.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIURIContentListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIURIFixup.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIURILoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIURIRefObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIURL.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIURLFetcher.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIURLParser.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIUTF8ConverterService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIUnicharStreamLoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIUnicodeNormalizer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIUploadChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIUrlListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIUrlListenerManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIUserCertPicker.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIUserInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIVariant.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIViewSourceChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWalletEditor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWalletPreview.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWalletService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWeakReference.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebBrowser.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebBrowserChrome.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebBrowserChromeFocus.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebBrowserFind.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebBrowserFocus.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebBrowserPersist.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebBrowserPrint.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebBrowserSetup.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebNavigation.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebPageDescriptor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebProgress.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebProgressListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWindowCreator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWindowCreator2.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWindowDataSource.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWindowMediator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWindowMediatorListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWindowWatcher.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWindowlessPlugInstPeer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWyciwygChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIX509Cert.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIX509CertDB.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIX509CertValidity.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXPCScriptNotify.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXPCScriptable.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXPCSecurityManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXPConnect.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXPIDialogService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXPINotifier.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXPIProgressDialog.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXPTLoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXPointer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXRemoteClient.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXRemoteService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXSLTException.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXSLTProcessor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXSLTProcessorObsolete.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXULBrowserWindow.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXULBuilderListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXULSortService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXULTemplateBuilder.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXULWindow.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIZipReader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsMsgFilterCore.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsMsgSearchCore.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPIAccessNode.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPIAccessible.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPIAccessibleDocument.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPICertNotification.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPICommandUpdater.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPIEditorTransaction.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPIPluginHost.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPIPluginInstancePeer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPIPromptService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPIWindowWatcher.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPIXPIProxy.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPIXPIStubHook.idl -lib/thunderbird/share/idl/mozilla-1.5b/nspluginroot.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsrootidl.idl -lib/thunderbird/share/idl/mozilla-1.5b/xpccomponents.idl -lib/thunderbird/share/idl/mozilla-1.5b/xpcexception.idl -lib/thunderbird/share/idl/mozilla-1.5b/xpcjsid.idl -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/communicator-region/wallet || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/editor-region || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/global-region || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/messenger-region || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/navigator-region || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/alerts || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/bookmarks || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/brand || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/directory || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/pref || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/profile || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/related || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/search || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/sidebar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/taskbar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/xpinstall || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/editor/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/arrow || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/checkbox || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/console || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/filepicker || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/menu || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/progressmeter || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/radio || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/scrollbar/slider || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/splitter || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/toolbar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/tree || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger/addressbook/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger/messengercompose || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger/smime/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/mozapps/downloads || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/mozapps/pref || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/navigator/btn1 || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/navigator/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator-platform || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator-region || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/alerts || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/directory || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/downloadmanager || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/history || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/pref || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/profile || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/related || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/search || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/sidebar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/timebomb || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/wallet || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/xml || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/xpinstall || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/editor-region || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/editor/images || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/help || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/mozldap || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/navigator || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/navigator-platform || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/navigator-region || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/necko || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/wallet || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/xbl-marquee || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/content/embed || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/locale/en-US/embed || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/skin/classic/embed || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/directory || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/dom || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/downloadmanager || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/history || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/layout || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/pref || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/profile || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/search || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/security || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/sidebar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/timebomb || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/wallet || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/xml || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/xpinstall || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/editor || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/global || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/messenger-mdn || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/messenger-smime || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/messenger/addressbook || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/messenger/messengercompose || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/mozapps/downloads || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/mozldap || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/navigator || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/necko || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/pipnss || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/pippki || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/wallet || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac/locale/en-US/communicator-platform/pref || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac/locale/en-US/global-platform || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac/locale/en-US/navigator-platform || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix/locale/en-US/communicator-platform/pref || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix/locale/en-US/global-platform || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix/locale/en-US/navigator-platform || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale/en-US/communicator-platform/pref || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale/en-US/global-platform || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale/en-US/messenger-mapi || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale/en-US/navigator-platform || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/editor/images || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger-mdn || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger-region || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger-smime || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger-views || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger/addressbook || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger/messengercompose || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/alerts || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/bookmarks || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/brand || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/directory || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/profile || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/related || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/search || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/sidebar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/taskbar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/toolbar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/xpinstall || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/editor/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/arrow || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/button || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/checkbox || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/console || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/filepicker || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/menu || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/menulist || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/progressmeter || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/radio || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/scrollbar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/splitter || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/toolbar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/tree || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/addressbook/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/messengercompose/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/smime/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/navigator/btn1 || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/navigator/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/navigator/toolbar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/pipnss/content/pipnss || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/pippki/content/pippki || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/communicator || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/global-platform || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/global-region || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/global/bindings || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/global/widgets || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/mozapps/downloads || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/mozapps/downloads || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/global/widgets || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/global/bindings || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/global-region || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/global-platform || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/communicator || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/pippki/content/pippki || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/pipnss/content/pipnss || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/navigator/toolbar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/navigator/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/navigator/btn1 || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/smime/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/messengercompose/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/addressbook/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/tree || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/toolbar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/splitter || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/scrollbar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/radio || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/progressmeter || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/menulist || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/menu || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/filepicker || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/console || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/checkbox || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/button || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/arrow || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/editor/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/xpinstall || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/toolbar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/taskbar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/sidebar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/search || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/related || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/profile || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/directory || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/brand || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/bookmarks || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/alerts || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger/messengercompose || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger/addressbook || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger-views || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger-smime || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger-region || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger-mdn || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/editor/images || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale/en-US/navigator-platform || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale/en-US/messenger-mapi || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale/en-US/global-platform || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale/en-US/communicator-platform/pref || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix/locale/en-US/navigator-platform || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix/locale/en-US/global-platform || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix/locale/en-US/communicator-platform/pref || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac/locale/en-US/navigator-platform || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac/locale/en-US/global-platform || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac/locale/en-US/communicator-platform/pref || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/wallet || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/pippki || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/pipnss || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/necko || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/navigator || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/mozldap || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/mozapps/downloads || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/messenger/messengercompose || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/messenger/addressbook || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/messenger-smime || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/messenger-mdn || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/global || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/editor || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/xpinstall || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/xml || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/wallet || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/timebomb || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/sidebar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/security || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/search || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/profile || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/pref || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/layout || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/history || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/downloadmanager || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/dom || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/directory || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/skin/classic/embed || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/locale/en-US/embed || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/content/embed || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/xbl-marquee || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/wallet || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/necko || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/navigator-region || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/navigator-platform || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/navigator || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/mozldap || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/help || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/editor/images || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/editor-region || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/xpinstall || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/xml || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/wallet || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/timebomb || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/sidebar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/search || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/related || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/profile || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/pref || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/history || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/downloadmanager || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/directory || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/alerts || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator-region || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator-platform || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/navigator/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/navigator/btn1 || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/mozapps/pref || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/mozapps/downloads || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger/smime/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger/messengercompose || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger/addressbook/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/tree || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/toolbar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/splitter || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/scrollbar/slider || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/radio || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/progressmeter || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/menu || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/filepicker || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/console || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/checkbox || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/arrow || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/editor/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/xpinstall || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/taskbar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/sidebar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/search || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/related || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/profile || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/pref || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/directory || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/brand || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/bookmarks || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/alerts || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/navigator-region || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/messenger-region || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/global-region || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/editor-region || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/communicator-region/wallet || true -@dirrm lib/thunderbird/share/idl/mozilla-1.5b -@dirrm lib/thunderbird/share/idl -@dirrm lib/thunderbird/share/aclocal -@dirrm lib/thunderbird/share -@dirrm lib/thunderbird/lib/pkgconfig -@dirrm lib/thunderbird/lib/mozilla-1.5b/res/throbber -@dirrm lib/thunderbird/lib/mozilla-1.5b/res/samples/sampleimages -@dirrm lib/thunderbird/lib/mozilla-1.5b/res/samples -@dirrm lib/thunderbird/lib/mozilla-1.5b/res/rdf -@dirrm lib/thunderbird/lib/mozilla-1.5b/res/html -@dirrm lib/thunderbird/lib/mozilla-1.5b/res/fonts -@dirrm lib/thunderbird/lib/mozilla-1.5b/res/entityTables -@dirrm lib/thunderbird/lib/mozilla-1.5b/res/dtd -@dirrm lib/thunderbird/lib/mozilla-1.5b/res/builtin -@dirrm lib/thunderbird/lib/mozilla-1.5b/res -@dirrm lib/thunderbird/lib/mozilla-1.5b/plugins -@dirrm lib/thunderbird/lib/mozilla-1.5b/defaults/wallet -@dirrm lib/thunderbird/lib/mozilla-1.5b/defaults/profile/chrome -@dirrm lib/thunderbird/lib/mozilla-1.5b/defaults/profile/US/chrome -@dirrm lib/thunderbird/lib/mozilla-1.5b/defaults/profile/US -@dirrm lib/thunderbird/lib/mozilla-1.5b/defaults/profile -@dirrm lib/thunderbird/lib/mozilla-1.5b/defaults/pref -@dirrm lib/thunderbird/lib/mozilla-1.5b/defaults/messenger/US -@dirrm lib/thunderbird/lib/mozilla-1.5b/defaults/messenger -@dirrm lib/thunderbird/lib/mozilla-1.5b/defaults -@dirrm lib/thunderbird/lib/mozilla-1.5b/components/myspell -@dirrm lib/thunderbird/lib/mozilla-1.5b/components -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/mozapps -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/global -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/pippki/content -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/pippki -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/pipnss/content -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/pipnss -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/navigator -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/smime -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/messengercompose -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/addressbook -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/editor -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/editor -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/messenger -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/icons/default -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/icons -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale/en-US/communicator-platform -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale/en-US -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-win -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix/locale/en-US/communicator-platform -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix/locale/en-US -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix/locale -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac/locale/en-US/communicator-platform -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac/locale/en-US -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac/locale -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/mozapps -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/messenger -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-US -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/skin/classic -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/skin -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/locale/en-US -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/locale -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/content -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/editor -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/comm -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/navigator -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/mozapps -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger/smime -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger/addressbook -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/scrollbar -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/editor -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/communicator-region -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/US -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome -@dirrm lib/thunderbird/lib/mozilla-1.5b -@dirrm lib/thunderbird/lib -@dirrm lib/thunderbird/include/mozilla-1.5b/xultmpl -@dirrm lib/thunderbird/include/mozilla-1.5b/xuldoc -@dirrm lib/thunderbird/include/mozilla-1.5b/xulapp -@dirrm lib/thunderbird/include/mozilla-1.5b/xul -@dirrm lib/thunderbird/include/mozilla-1.5b/xremoteservice -@dirrm lib/thunderbird/include/mozilla-1.5b/xprintutil -@dirrm lib/thunderbird/include/mozilla-1.5b/xpinstall -@dirrm lib/thunderbird/include/mozilla-1.5b/xpconnect -@dirrm lib/thunderbird/include/mozilla-1.5b/xpcom_obsolete -@dirrm lib/thunderbird/include/mozilla-1.5b/xpcom -@dirrm lib/thunderbird/include/mozilla-1.5b/xlibrgb -@dirrm lib/thunderbird/include/mozilla-1.5b/windowwatcher -@dirrm lib/thunderbird/include/mozilla-1.5b/widget -@dirrm lib/thunderbird/include/mozilla-1.5b/webshell -@dirrm lib/thunderbird/include/mozilla-1.5b/webbrwsr -@dirrm lib/thunderbird/include/mozilla-1.5b/webbrowserpersist -@dirrm lib/thunderbird/include/mozilla-1.5b/walletviewers -@dirrm lib/thunderbird/include/mozilla-1.5b/wallet -@dirrm lib/thunderbird/include/mozilla-1.5b/view -@dirrm lib/thunderbird/include/mozilla-1.5b/util -@dirrm lib/thunderbird/include/mozilla-1.5b/uriloader -@dirrm lib/thunderbird/include/mozilla-1.5b/unicharutil -@dirrm lib/thunderbird/include/mozilla-1.5b/ucvtw2 -@dirrm lib/thunderbird/include/mozilla-1.5b/ucvtw -@dirrm lib/thunderbird/include/mozilla-1.5b/ucvlatin -@dirrm lib/thunderbird/include/mozilla-1.5b/ucvko -@dirrm lib/thunderbird/include/mozilla-1.5b/ucvja -@dirrm lib/thunderbird/include/mozilla-1.5b/ucvibm -@dirrm lib/thunderbird/include/mozilla-1.5b/ucvcn -@dirrm lib/thunderbird/include/mozilla-1.5b/uconv -@dirrm lib/thunderbird/include/mozilla-1.5b/ucnative -@dirrm lib/thunderbird/include/mozilla-1.5b/txtsvc -@dirrm lib/thunderbird/include/mozilla-1.5b/txmgr -@dirrm lib/thunderbird/include/mozilla-1.5b/string -@dirrm lib/thunderbird/include/mozilla-1.5b/spellchecker -@dirrm lib/thunderbird/include/mozilla-1.5b/sidebar -@dirrm lib/thunderbird/include/mozilla-1.5b/shistory -@dirrm lib/thunderbird/include/mozilla-1.5b/rdfutil -@dirrm lib/thunderbird/include/mozilla-1.5b/rdf -@dirrm lib/thunderbird/include/mozilla-1.5b/progressDlg -@dirrm lib/thunderbird/include/mozilla-1.5b/profile -@dirrm lib/thunderbird/include/mozilla-1.5b/profdirserviceprovider -@dirrm lib/thunderbird/include/mozilla-1.5b/prefmigr -@dirrm lib/thunderbird/include/mozilla-1.5b/prefetch -@dirrm lib/thunderbird/include/mozilla-1.5b/pref -@dirrm lib/thunderbird/include/mozilla-1.5b/plugin -@dirrm lib/thunderbird/include/mozilla-1.5b/pippki -@dirrm lib/thunderbird/include/mozilla-1.5b/pipnss -@dirrm lib/thunderbird/include/mozilla-1.5b/pipboot -@dirrm lib/thunderbird/include/mozilla-1.5b/nspr/private -@dirrm lib/thunderbird/include/mozilla-1.5b/nspr/obsolete -@dirrm lib/thunderbird/include/mozilla-1.5b/nspr/md -@dirrm lib/thunderbird/include/mozilla-1.5b/nspr -@dirrm lib/thunderbird/include/mozilla-1.5b/nkcache -@dirrm lib/thunderbird/include/mozilla-1.5b/necko2 -@dirrm lib/thunderbird/include/mozilla-1.5b/necko -@dirrm lib/thunderbird/include/mozilla-1.5b/msgsmime -@dirrm lib/thunderbird/include/mozilla-1.5b/msgnews -@dirrm lib/thunderbird/include/mozilla-1.5b/msgmdn -@dirrm lib/thunderbird/include/mozilla-1.5b/msglocal -@dirrm lib/thunderbird/include/mozilla-1.5b/msgimap -@dirrm lib/thunderbird/include/mozilla-1.5b/msgdb -@dirrm lib/thunderbird/include/mozilla-1.5b/msgcompose -@dirrm lib/thunderbird/include/mozilla-1.5b/msgbaseutil -@dirrm lib/thunderbird/include/mozilla-1.5b/msgbase -@dirrm lib/thunderbird/include/mozilla-1.5b/mozldap -@dirrm lib/thunderbird/include/mozilla-1.5b/mork -@dirrm lib/thunderbird/include/mozilla-1.5b/mimetype -@dirrm lib/thunderbird/include/mozilla-1.5b/mimeemitter -@dirrm lib/thunderbird/include/mozilla-1.5b/mime -@dirrm lib/thunderbird/include/mozilla-1.5b/mailview -@dirrm lib/thunderbird/include/mozilla-1.5b/mailnews -@dirrm lib/thunderbird/include/mozilla-1.5b/lwbrk -@dirrm lib/thunderbird/include/mozilla-1.5b/locale -@dirrm lib/thunderbird/include/mozilla-1.5b/libreg -@dirrm lib/thunderbird/include/mozilla-1.5b/ldap -@dirrm lib/thunderbird/include/mozilla-1.5b/layout -@dirrm lib/thunderbird/include/mozilla-1.5b/jsurl -@dirrm lib/thunderbird/include/mozilla-1.5b/jsdebug -@dirrm lib/thunderbird/include/mozilla-1.5b/jsconsole -@dirrm lib/thunderbird/include/mozilla-1.5b/js -@dirrm lib/thunderbird/include/mozilla-1.5b/java -@dirrm lib/thunderbird/include/mozilla-1.5b/jar -@dirrm lib/thunderbird/include/mozilla-1.5b/intl -@dirrm lib/thunderbird/include/mozilla-1.5b/import -@dirrm lib/thunderbird/include/mozilla-1.5b/impText -@dirrm lib/thunderbird/include/mozilla-1.5b/impComm4xMail -@dirrm lib/thunderbird/include/mozilla-1.5b/imglib2 -@dirrm lib/thunderbird/include/mozilla-1.5b/htmlparser -@dirrm lib/thunderbird/include/mozilla-1.5b/history -@dirrm lib/thunderbird/include/mozilla-1.5b/helperAppDlg -@dirrm lib/thunderbird/include/mozilla-1.5b/gtkxtbin -@dirrm lib/thunderbird/include/mozilla-1.5b/gtkembedmoz -@dirrm lib/thunderbird/include/mozilla-1.5b/gfx -@dirrm lib/thunderbird/include/mozilla-1.5b/find -@dirrm lib/thunderbird/include/mozilla-1.5b/filepicker -@dirrm lib/thunderbird/include/mozilla-1.5b/exthandler -@dirrm lib/thunderbird/include/mozilla-1.5b/expat -@dirrm lib/thunderbird/include/mozilla-1.5b/embedstring -@dirrm lib/thunderbird/include/mozilla-1.5b/embedcomponents -@dirrm lib/thunderbird/include/mozilla-1.5b/embed_base -@dirrm lib/thunderbird/include/mozilla-1.5b/editor -@dirrm lib/thunderbird/include/mozilla-1.5b/downloadmanager -@dirrm lib/thunderbird/include/mozilla-1.5b/dom -@dirrm lib/thunderbird/include/mozilla-1.5b/docshell -@dirrm lib/thunderbird/include/mozilla-1.5b/dbm -@dirrm lib/thunderbird/include/mozilla-1.5b/content -@dirrm lib/thunderbird/include/mozilla-1.5b/composer -@dirrm lib/thunderbird/include/mozilla-1.5b/commandhandler -@dirrm lib/thunderbird/include/mozilla-1.5b/chrome -@dirrm lib/thunderbird/include/mozilla-1.5b/chardet -@dirrm lib/thunderbird/include/mozilla-1.5b/caps -@dirrm lib/thunderbird/include/mozilla-1.5b/browser -@dirrm lib/thunderbird/include/mozilla-1.5b/bayesflt -@dirrm lib/thunderbird/include/mozilla-1.5b/appshell -@dirrm lib/thunderbird/include/mozilla-1.5b/appcomps -@dirrm lib/thunderbird/include/mozilla-1.5b/addrbook -@dirrm lib/thunderbird/include/mozilla-1.5b/accessibility -@dirrm lib/thunderbird/include/mozilla-1.5b -@dirrm lib/thunderbird/include -@dirrm lib/thunderbird/bin -@dirrm lib/thunderbird diff --git a/mail/thunderbird3/Makefile b/mail/thunderbird3/Makefile deleted file mode 100644 index 329f2d6b8b7b..000000000000 --- a/mail/thunderbird3/Makefile +++ /dev/null @@ -1,154 +0,0 @@ -# New ports collection makefile for: mozilla-thunderbird -# Date created: 4 September 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= thunderbird -PORTVERSION= 0.3 -CATEGORIES= mail -MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION} -PKGNAMEPREFIX= mozilla- -DISTNAME= ${PORTNAME}-source-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Mozilla Thunderbird is standalone mail and news that stands above - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png \ - mng.1:${PORTSDIR}/graphics/libmng \ - freetype.9:${PORTSDIR}/print/freetype2 \ - iconv.3:${PORTSDIR}/converters/libiconv \ - nspr4.1:${PORTSDIR}/devel/nspr -BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ - freetype-config:${PORTSDIR}/print/freetype2 - -USE_X_PREFIX= yes - -USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5= yes -USE_REINPLACE= yes -HAS_CONFIGURE= yes -ALL_TARGET= default -USE_GNOME= gtk20 libidl - -NO_MTREE= yes -WRKSRC= ${WRKDIR}/mozilla -LOCAL_SUBDIR= lib/${PORTNAME} -LOCAL_PREFIX= ${PREFIX}/${LOCAL_SUBDIR} - -NOT_FOR_ARCHS= amd64 - -.include <bsd.port.pre.mk> - -SORT?=/usr/bin/sort - -.if ${ARCH} == "i386" -CONFIGURE_ENV+= WITH_REORDER=yes -.endif # ${ARCH} == "i386" - -.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 -IGNORE= "core dumps at runtime" -.endif # ${ARCH} == "alpha" && ${OSVERSION} < 500035 - -.if defined(WITH_DEBUG) -WITH_LOGGING= yes -CONFIGURE_ENV+= WITH_DEBUG=yes -.endif # defined(WITH_DEBUG) - -.if defined(WITH_OPTIMIZED_CFLAGS) -CFLAGS+= -O2 -.endif # defined(WITH_OPTIMIZED_CFLAGS) - -.if defined(WITH_LOGGING) -CONFIGURE_ENV+= WITH_LOGGING=yes -.endif # defined(WITH_LOGGING) - -.if defined(WITHOUT_XFT) -CONFIGURE_ENV+= WITHOUT_XFT=yes -.else -LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft -.endif # !defined(WITHOUT_XFT) - -CPPFLAGS+= -I${X11BASE}/include -CFLAGS+= ${PTHREAD_CFLAGS} -LDFLAGS+= -L${X11BASE}/lib -LIBS+= ${PTHREAD_LIBS} - -pre-extract:: - @${ECHO_MSG} - @${ECHO_MSG} "Extracting source (this takes a while) ..." - @${ECHO_MSG} - -post-extract:: - @${SED} -e 's|@CPPFLAGS@|${CPPFLAGS}|' \ - -e 's|@CFLAGS@|${CFLAGS}|' \ - -e 's|@LDFLAGS@|${LDFLAGS}|' \ - -e 's|@LIBS@|${LIBS}|' \ - -e 's|@X11BASE@|${X11BASE}|' \ - -e 's|@LOCALBASE@|${LOCALBASE}|' \ - -e 's|@PREFIX@|${LOCAL_PREFIX}|' \ - -e 's|@PERL@|${PERL5}|' \ - <${FILESDIR}/mozconfig.in >${WRKSRC}/.mozconfig - -post-patch: - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ - ${WRKSRC}/build/unix/run-mozilla.sh - @${REINPLACE_CMD} -e 's|-lc_r|${PTHREAD_LIBS}|g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g' \ - ${WRKSRC}/nsprpub/config/FreeBSD.mk \ - ${WRKSRC}/security/coreconf/FreeBSD.mk \ - ${WRKSRC}/directory/c-sdk/config/FreeBSD.mk \ - ${WRKSRC}/js/src/Makefile.in - -pre-install: - ${RM} -fr ${LOCAL_PREFIX} - -link-bins: - ${RM} -f ${PREFIX}/bin/thunderbird - ${LN} -s ${LOCAL_PREFIX}/bin/thunderbird \ - ${PREFIX}/bin/thunderbird - ${RM} -f ${PREFIX}/bin/thunderbird-config - ${LN} -s ${LOCAL_PREFIX}/bin/mozilla-config \ - ${PREFIX}/bin/thunderbird-config - -cleanup-install: - ${RM} -fr ${LOCAL_PREFIX}/share/idl - ${RM} -fr ${LOCAL_PREFIX}/include - -cons-plist: - -${RM} -f ${PLIST} - ${TOUCH} ${PLIST} - ${ECHO_CMD} bin/thunderbird >>${PLIST} - ${ECHO_CMD} bin/thunderbird-config >>${PLIST} -.for i in ${EXTRA_SCRIPTS} - ${ECHO_CMD} bin/${i} >>${PLIST} -.endfor # i in ${EXTRA_SCRIPTS} - cd ${PREFIX}; \ - ${FIND} ${LOCAL_SUBDIR} ! -type d | ${SORT} >>${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d -empty | ${SORT} \ - | ${SED} -e "s:^:@exec ${MKDIR} %D/:" -e "s:$$: || true:" \ - >> ${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d -empty | ${SORT} -r \ - | ${SED} -e "s:^:@unexec ${RMDIR} %D/:" -e "s:$$: || true:" \ - >> ${PLIST}; \ - ${FIND} ${LOCAL_SUBDIR} -type d ! -empty | ${SORT} -r \ - | ${SED} -e "s:^:@dirrm :" >> ${PLIST} - -.PHONY: link-bins cleanup-install cons-plist - -.include <bsd.port.post.mk> - -# <alane> -# Under normal circumstances, you should not put anything after -# the above line. However, this is the only way I can state the -# dependency without trashing the actual code of the generate-plist -# target. This is a limitation of the make(1) program itself. -# </alane> -generate-plist: link-bins cleanup-install - -#EOF diff --git a/mail/thunderbird3/distinfo b/mail/thunderbird3/distinfo deleted file mode 100644 index 2a1b70736533..000000000000 --- a/mail/thunderbird3/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (thunderbird-source-0.3.tar.bz2) = 63bfc18db94e605a25a222e417d3a69d diff --git a/mail/thunderbird3/files/mozconfig.in b/mail/thunderbird3/files/mozconfig.in deleted file mode 100644 index 25aec5d460a6..000000000000 --- a/mail/thunderbird3/files/mozconfig.in +++ /dev/null @@ -1,65 +0,0 @@ -# .mozconfig.in -*-shell-script-*- -# $FreeBSD$ -###################################################################### -# standard opts from README -export MOZ_THUNDERBIRD=1 -mk_add_options MOZ_MOZ_THUNDERBIRD=1 -ac_add_options --enable-crypto -ac_add_options --disable-mathml -ac_add_options --disable-installer -ac_add_options --disable-activex -ac_add_options --disable-activex-scripting -ac_add_options --disable-oji -ac_add_options --disable-necko-disk-cache -ac_add_options --disable-tests -ac_add_options --disable-profilesharing -ac_add_options --enable-extensions=wallet,spellcheck -ac_add_options --enable-necko-protocols=http,file,jar,viewsource,res,data -ac_add_options --enable-image-decoders=png,gif,jpeg -ac_add_options --enable-default-toolkit=gtk2 -###################################################################### -# FBSD specific -export CPPFLAGS="@CPPFLAGS@" -export CFLAGS="@CFLAGS@" -export LIBS="@LIBS@" -export LDFLAGS="@LDFLAGS@" -export CONFIG_SH=/bin/sh -export XP_UNIX=1 -mk_add_options XP_UNIX=1 -export PERL="@PERL@" -mk_add_options PERL=$PERL -# Configure options for installation -ac_add_options --prefix=@PREFIX@ -###################################################################### -# Use ports for these libraries -ac_add_options --with-system-jpeg=@LOCALBASE@ -ac_add_options --with-system-zlib -ac_add_options --with-system-png=@LOCALBASE@ -ac_add_options --with-system-mng=@LOCALBASE@ -###################################################################### -# set compile/link features -ac_add_options --with-pthreads -ac_add_options --enable-strip -###################################################################### -# conditional from port Makefile -if test -n "$WITH_REORDER"; then - ac_add_options --enable-reorder -else - ac_add_options --disable-reorder -fi # test -n "$WITH_REORDER" -if test -n "$WITH_DEBUG"; then - ac_add_options --enable-debug -else - ac_add_options --disable-debug -fi # test -n "$WITH_DEBUG" -if test -n "$WITH_LOGGING"; then - ac_add_options --enable-logging -else - ac_add_options --disable-logging -fi # test -n "$WITH_LOGGING" -if test -z "$WITHOUT_XFT"; then - ac_add_options --enable-xft -else - ac_add_options --disable-xft -fi # test -z "$WITHOUT_XFT" -###################################################################### diff --git a/mail/thunderbird3/files/patch-Double.cpp b/mail/thunderbird3/files/patch-Double.cpp deleted file mode 100644 index 5cd13e4ff4fe..000000000000 --- a/mail/thunderbird3/files/patch-Double.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- extensions/transformiix/source/base/Double.cpp.orig Thu Jan 30 09:26:46 2003 -+++ extensions/transformiix/source/base/Double.cpp Sun Nov 16 01:46:42 2003 -@@ -51,10 +51,10 @@ - //A trick to handle IEEE floating point exceptions on FreeBSD - E.D. - #ifdef __FreeBSD__ - #include <ieeefp.h> --#ifdef __alpha__ --fp_except_t allmask = FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP; --#else -+#if defined(__i386__) - fp_except_t allmask = FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP|FP_X_DNML; -+#else -+fp_except_t allmask = FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP; - #endif - fp_except_t oldmask = fpsetmask(~allmask); - #endif -@@ -75,22 +75,31 @@ - #define TX_DOUBLE_HI32_EXPMASK 0x7ff00000 - #define TX_DOUBLE_HI32_MANTMASK 0x000fffff - -+union ui32dun { -+ PRUint32 i[2]; -+ double d; -+}; -+ - //-- Initialize Double related constants - #ifdef IS_BIG_ENDIAN --const PRUint32 nanMask[2] = {TX_DOUBLE_HI32_EXPMASK | TX_DOUBLE_HI32_MANTMASK, -- 0xffffffff}; --const PRUint32 infMask[2] = {TX_DOUBLE_HI32_EXPMASK, 0}; --const PRUint32 negInfMask[2] = {TX_DOUBLE_HI32_EXPMASK | TX_DOUBLE_HI32_SIGNBIT, 0}; -+const union ui32dun nanMask = -+ {{TX_DOUBLE_HI32_EXPMASK | TX_DOUBLE_HI32_MANTMASK, 0xffffffff}}; -+const union ui32dun infMask = -+ {{TX_DOUBLE_HI32_EXPMASK, 0}}; -+const union ui32dun negInfMask = -+ {{TX_DOUBLE_HI32_EXPMASK | TX_DOUBLE_HI32_SIGNBIT, 0}}; - #else --const PRUint32 nanMask[2] = {0xffffffff, -- TX_DOUBLE_HI32_EXPMASK | TX_DOUBLE_HI32_MANTMASK}; --const PRUint32 infMask[2] = {0, TX_DOUBLE_HI32_EXPMASK}; --const PRUint32 negInfMask[2] = {0, TX_DOUBLE_HI32_EXPMASK | TX_DOUBLE_HI32_SIGNBIT}; -+const union ui32dun nanMask = -+ {{0xffffffff, TX_DOUBLE_HI32_EXPMASK | TX_DOUBLE_HI32_MANTMASK}}; -+const union ui32dun infMask = -+ {{0, TX_DOUBLE_HI32_EXPMASK}}; -+const union ui32dun negInfMask = -+ {{0, TX_DOUBLE_HI32_EXPMASK | TX_DOUBLE_HI32_SIGNBIT}}; - #endif - --const double Double::NaN = *((double*)nanMask); --const double Double::POSITIVE_INFINITY = *((double*)infMask); --const double Double::NEGATIVE_INFINITY = *((double*)negInfMask); -+const double Double::NaN = nanMask.d; -+const double Double::POSITIVE_INFINITY = infMask.d; -+const double Double::NEGATIVE_INFINITY = negInfMask.d; - - /* - * Determines whether the given double represents positive or negative diff --git a/mail/thunderbird3/files/patch-alpha b/mail/thunderbird3/files/patch-alpha deleted file mode 100644 index f8c1b081c9fa..000000000000 --- a/mail/thunderbird3/files/patch-alpha +++ /dev/null @@ -1,492 +0,0 @@ ---- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig Mon Jan 27 22:52:51 2003 -+++ xpcom/reflect/xptcall/src/md/unix/Makefile.in Tue May 27 01:41:12 2003 -@@ -100,9 +100,15 @@ - ASFILES := xptcinvoke_asm_osf1_alpha.s xptcstubs_asm_osf1_alpha.s - endif - # -+# FreeBSD/Alpha -+# -+ifeq ($(OS_ARCH)$(OS_TEST),FreeBSDalpha) -+CPPSRCS := xptcinvoke_freebsd_alpha.cpp xptcstubs_freebsd_alpha.cpp -+endif -+# - # Linux/Alpha - # --ifneq (,$(filter Linuxalpha FreeBSDalpha NetBSDalpha,$(OS_ARCH)$(OS_TEST))) -+ifneq (,$(filter Linuxalpha NetBSDalpha,$(OS_ARCH)$(OS_TEST))) - CPPSRCS := xptcinvoke_linux_alpha.cpp xptcstubs_linux_alpha.cpp - endif - # ---- config/rules.mk.orig Mon May 5 21:04:55 2003 -+++ config/rules.mk Tue May 27 01:33:11 2003 -@@ -444,7 +444,11 @@ - - ifeq ($(OS_ARCH),FreeBSD) - ifdef IS_COMPONENT -+ifneq (,$(filter alpha,$(OS_TEST))) -+EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic -lc -+else - EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic -+endif - endif - endif - ---- xpcom/reflect/xptcall/src/md/unix/xptcinvoke_freebsd_alpha.cpp.orig Tue May 27 01:37:25 2003 -+++ xpcom/reflect/xptcall/src/md/unix/xptcinvoke_freebsd_alpha.cpp Tue May 27 01:37:00 2003 -@@ -0,0 +1,184 @@ -+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -+/* ***** BEGIN LICENSE BLOCK ***** -+ * Version: NPL 1.1/GPL 2.0/LGPL 2.1 -+ * -+ * The contents of this file are subject to the Netscape Public License -+ * Version 1.1 (the "License"); you may not use this file except in -+ * compliance with the License. You may obtain a copy of the License at -+ * http://www.mozilla.org/NPL/ -+ * -+ * Software distributed under the License is distributed on an "AS IS" basis, -+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -+ * for the specific language governing rights and limitations under the -+ * License. -+ * -+ * The Original Code is mozilla.org code. -+ * -+ * The Initial Developer of the Original Code is -+ * Netscape Communications Corporation. -+ * Portions created by the Initial Developer are Copyright (C) 1998 -+ * the Initial Developer. All Rights Reserved. -+ * -+ * Contributor(s): -+ * -+ * Alternatively, the contents of this file may be used under the terms of -+ * either the GNU General Public License Version 2 or later (the "GPL"), or -+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), -+ * in which case the provisions of the GPL or the LGPL are applicable instead -+ * of those above. If you wish to allow use of your version of this file only -+ * under the terms of either the GPL or the LGPL, and not to allow others to -+ * use your version of this file under the terms of the NPL, indicate your -+ * decision by deleting the provisions above and replace them with the notice -+ * and other provisions required by the GPL or the LGPL. If you do not delete -+ * the provisions above, a recipient may use your version of this file under -+ * the terms of any one of the NPL, the GPL or the LGPL. -+ * -+ * ***** END LICENSE BLOCK ***** */ -+ -+/* Platform specific code to invoke XPCOM methods on native objects */ -+ -+/* contributed by Glen Nakamura <glen.nakamura@usa.net> */ -+ -+#include "xptcprivate.h" -+ -+/* Prototype specifies unmangled function name and disables unused warning */ -+static void -+invoke_copy_to_stack(PRUint64* d, PRUint32 paramCount, nsXPTCVariant* s) -+__asm__("invoke_copy_to_stack") __attribute__((unused)); -+ -+static void -+invoke_copy_to_stack(PRUint64* d, PRUint32 paramCount, nsXPTCVariant* s) -+{ -+ const PRUint8 NUM_ARG_REGS = 6-1; // -1 for "this" pointer -+ -+ for(PRUint32 i = 0; i < paramCount; i++, d++, s++) -+ { -+ if(s->IsPtrData()) -+ { -+ *d = (PRUint64)s->ptr; -+ continue; -+ } -+ switch(s->type) -+ { -+ case nsXPTType::T_I8 : *d = (PRUint64)s->val.i8; break; -+ case nsXPTType::T_I16 : *d = (PRUint64)s->val.i16; break; -+ case nsXPTType::T_I32 : *d = (PRUint64)s->val.i32; break; -+ case nsXPTType::T_I64 : *d = (PRUint64)s->val.i64; break; -+ case nsXPTType::T_U8 : *d = (PRUint64)s->val.u8; break; -+ case nsXPTType::T_U16 : *d = (PRUint64)s->val.u16; break; -+ case nsXPTType::T_U32 : *d = (PRUint64)s->val.u32; break; -+ case nsXPTType::T_U64 : *d = (PRUint64)s->val.u64; break; -+ case nsXPTType::T_FLOAT : -+ if(i < NUM_ARG_REGS) -+ { -+ // convert floats to doubles if they are to be passed -+ // via registers so we can just deal with doubles later -+ union { PRUint64 u64; double d; } t; -+ t.d = (double)s->val.f; -+ *d = t.u64; -+ } -+ else -+ // otherwise copy to stack normally -+ *d = (PRUint64)s->val.u32; -+ break; -+ case nsXPTType::T_DOUBLE : *d = (PRUint64)s->val.u64; break; -+ case nsXPTType::T_BOOL : *d = (PRUint64)s->val.b; break; -+ case nsXPTType::T_CHAR : *d = (PRUint64)s->val.c; break; -+ case nsXPTType::T_WCHAR : *d = (PRUint64)s->val.wc; break; -+ default: -+ // all the others are plain pointer types -+ *d = (PRUint64)s->val.p; -+ break; -+ } -+ } -+} -+ -+/* -+ * XPTC_PUBLIC_API(nsresult) -+ * XPTC_InvokeByIndex(nsISupports* that, PRUint32 methodIndex, -+ * PRUint32 paramCount, nsXPTCVariant* params, void* vt) -+ */ -+__asm__( -+ "#### XPTC_InvokeByIndex ####\n" -+".text\n\t" -+ ".align 5\n\t" -+ ".globl XPTC_InvokeByIndex\n\t" -+ ".ent XPTC_InvokeByIndex\n" -+"XPTC_InvokeByIndex:\n\t" -+ ".frame $15,32,$26,0\n\t" -+ ".mask 0x4008000,-32\n\t" -+ "ldgp $29,0($27)\n" -+"$XPTC_InvokeByIndex..ng:\n\t" -+ "subq $30,32,$30\n\t" -+ "stq $26,0($30)\n\t" -+ "stq $15,8($30)\n\t" -+ "bis $30,$30,$15\n\t" -+ ".prologue 1\n\t" -+ -+ /* -+ * Allocate enough stack space to hold the greater of 6 or "paramCount"+1 -+ * parameters. (+1 for "this" pointer) Room for at least 6 parameters -+ * is required for storage of those passed via registers. -+ */ -+ -+ "bis $31,5,$2\n\t" /* count = MAX(5, "paramCount") */ -+ "cmplt $2,$18,$1\n\t" -+ "cmovne $1,$18,$2\n\t" -+ "s8addq $2,16,$1\n\t" /* room for count+1 params (8 bytes each) */ -+ "bic $1,15,$1\n\t" /* stack space is rounded up to 0 % 16 */ -+ "subq $30,$1,$30\n\t" -+ -+ "stq $16,0($30)\n\t" /* save "that" (as "this" pointer) */ -+ "stq $17,16($15)\n\t" /* save "methodIndex" */ -+ -+ "addq $30,8,$16\n\t" /* pass stack pointer */ -+ "bis $18,$18,$17\n\t" /* pass "paramCount" */ -+ "bis $19,$19,$18\n\t" /* pass "params" */ -+ "bsr $26,$invoke_copy_to_stack..ng\n\t" /* call invoke_copy_to_stack */ -+ -+ /* -+ * Copy the first 6 parameters to registers and remove from stack frame. -+ * Both the integer and floating point registers are set for each parameter -+ * except the first which is the "this" pointer. (integer only) -+ * The floating point registers are all set as doubles since the -+ * invoke_copy_to_stack function should have converted the floats. -+ */ -+ "ldq $16,0($30)\n\t" /* integer registers */ -+ "ldq $17,8($30)\n\t" -+ "ldq $18,16($30)\n\t" -+ "ldq $19,24($30)\n\t" -+ "ldq $20,32($30)\n\t" -+ "ldq $21,40($30)\n\t" -+ "ldt $f17,8($30)\n\t" /* floating point registers */ -+ "ldt $f18,16($30)\n\t" -+ "ldt $f19,24($30)\n\t" -+ "ldt $f20,32($30)\n\t" -+ "ldt $f21,40($30)\n\t" -+ -+ "addq $30,48,$30\n\t" /* remove params from stack */ -+ -+ /* -+ * Call the virtual function with the constructed stack frame. -+ */ -+ "bis $16,$16,$1\n\t" /* load "this" */ -+ "ldq $2,16($15)\n\t" /* load "methodIndex" */ -+ "ldq $1,0($1)\n\t" /* load vtable */ -+#if 0 -+ "s8addq $2,16,$2\n\t" /* vtable index = "methodIndex" * 8 + 16 */ -+#else -+ "mulq $2, 8, $2\n\t" -+ "addq $2, 0, $2\n\t" /* vtable index = "methodIndex" * 16 + 24 */ -+#endif -+ "addq $1,$2,$1\n\t" -+ "ldq $27,0($1)\n\t" /* load address of function */ -+ "jsr $26,($27),0\n\t" /* call virtual function */ -+ "ldgp $29,0($26)\n\t" -+ -+ "bis $15,$15,$30\n\t" -+ "ldq $26,0($30)\n\t" -+ "ldq $15,8($30)\n\t" -+ "addq $30,32,$30\n\t" -+ "ret $31,($26),1\n\t" -+ ".end XPTC_InvokeByIndex" -+ ); -+ ---- xpcom/reflect/xptcall/src/md/unix/xptcstubs_freebsd_alpha.cpp.orig Tue May 27 01:37:30 2003 -+++ xpcom/reflect/xptcall/src/md/unix/xptcstubs_freebsd_alpha.cpp Tue May 27 01:37:04 2003 -@@ -0,0 +1,269 @@ -+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -+/* ***** BEGIN LICENSE BLOCK ***** -+ * Version: NPL 1.1/GPL 2.0/LGPL 2.1 -+ * -+ * The contents of this file are subject to the Netscape Public License -+ * Version 1.1 (the "License"); you may not use this file except in -+ * compliance with the License. You may obtain a copy of the License at -+ * http://www.mozilla.org/NPL/ -+ * -+ * Software distributed under the License is distributed on an "AS IS" basis, -+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -+ * for the specific language governing rights and limitations under the -+ * License. -+ * -+ * The Original Code is mozilla.org code. -+ * -+ * The Initial Developer of the Original Code is -+ * Netscape Communications Corporation. -+ * Portions created by the Initial Developer are Copyright (C) 1999 -+ * the Initial Developer. All Rights Reserved. -+ * -+ * Contributor(s): -+ * -+ * Alternatively, the contents of this file may be used under the terms of -+ * either the GNU General Public License Version 2 or later (the "GPL"), or -+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), -+ * in which case the provisions of the GPL or the LGPL are applicable instead -+ * of those above. If you wish to allow use of your version of this file only -+ * under the terms of either the GPL or the LGPL, and not to allow others to -+ * use your version of this file under the terms of the NPL, indicate your -+ * decision by deleting the provisions above and replace them with the notice -+ * and other provisions required by the GPL or the LGPL. If you do not delete -+ * the provisions above, a recipient may use your version of this file under -+ * the terms of any one of the NPL, the GPL or the LGPL. -+ * -+ * ***** END LICENSE BLOCK ***** */ -+ -+/* Implement shared vtbl methods. */ -+ -+/* contributed by Glen Nakamura <glen.nakamura@usa.net> */ -+ -+#include <sys/types.h> -+#include <machine/cpu.h> -+#include "xptcprivate.h" -+ -+/* Prototype specifies unmangled function name and disables unused warning */ -+static nsresult -+PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint64* args) -+__asm__("PrepareAndDispatch") __attribute__((unused)); -+ -+static nsresult -+PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint64* args) -+{ -+ const PRUint8 PARAM_BUFFER_COUNT = 16; -+ const PRUint8 NUM_ARG_REGS = 6-1; // -1 for "this" pointer -+ -+ nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT]; -+ nsXPTCMiniVariant* dispatchParams = NULL; -+ nsIInterfaceInfo* iface_info = NULL; -+ const nsXPTMethodInfo* info; -+ PRUint8 paramCount; -+ PRUint8 i; -+ nsresult result = NS_ERROR_FAILURE; -+ -+ NS_ASSERTION(self,"no self"); -+ -+ self->GetInterfaceInfo(&iface_info); -+ NS_ASSERTION(iface_info,"no interface info"); -+ -+ iface_info->GetMethodInfo(PRUint16(methodIndex), &info); -+ NS_ASSERTION(info,"no interface info"); -+ -+ paramCount = info->GetParamCount(); -+ -+ // setup variant array pointer -+ if(paramCount > PARAM_BUFFER_COUNT) -+ dispatchParams = new nsXPTCMiniVariant[paramCount]; -+ else -+ dispatchParams = paramBuffer; -+ NS_ASSERTION(dispatchParams,"no place for params"); -+ -+ // args[0] to args[NUM_ARG_REGS] hold floating point register values -+ PRUint64* ap = args + NUM_ARG_REGS; -+ for(i = 0; i < paramCount; i++, ap++) -+ { -+ const nsXPTParamInfo& param = info->GetParam(i); -+ const nsXPTType& type = param.GetType(); -+ nsXPTCMiniVariant* dp = &dispatchParams[i]; -+ -+ if(param.IsOut() || !type.IsArithmetic()) -+ { -+ dp->val.p = (void*) *ap; -+ continue; -+ } -+ // else -+ switch(type) -+ { -+ case nsXPTType::T_I8 : dp->val.i8 = (PRInt8) *ap; break; -+ case nsXPTType::T_I16 : dp->val.i16 = (PRInt16) *ap; break; -+ case nsXPTType::T_I32 : dp->val.i32 = (PRInt32) *ap; break; -+ case nsXPTType::T_I64 : dp->val.i64 = (PRInt64) *ap; break; -+ case nsXPTType::T_U8 : dp->val.u8 = (PRUint8) *ap; break; -+ case nsXPTType::T_U16 : dp->val.u16 = (PRUint16) *ap; break; -+ case nsXPTType::T_U32 : dp->val.u32 = (PRUint32) *ap; break; -+ case nsXPTType::T_U64 : dp->val.u64 = (PRUint64) *ap; break; -+ case nsXPTType::T_FLOAT : -+ if(i < NUM_ARG_REGS) -+ { -+ // floats passed via registers are stored as doubles -+ // in the first NUM_ARG_REGS entries in args -+ dp->val.u64 = (PRUint64) args[i]; -+ dp->val.f = (float) dp->val.d; // convert double to float -+ } -+ else -+ dp->val.u32 = (PRUint32) *ap; -+ break; -+ case nsXPTType::T_DOUBLE : -+ // doubles passed via registers are also stored -+ // in the first NUM_ARG_REGS entries in args -+ dp->val.u64 = (i < NUM_ARG_REGS) ? args[i] : *ap; -+ break; -+ case nsXPTType::T_BOOL : dp->val.b = (PRBool) *ap; break; -+ case nsXPTType::T_CHAR : dp->val.c = (char) *ap; break; -+ case nsXPTType::T_WCHAR : dp->val.wc = (PRUnichar) *ap; break; -+ default: -+ NS_ASSERTION(0, "bad type"); -+ break; -+ } -+ } -+ -+ result = self->CallMethod((PRUint16)methodIndex, info, dispatchParams); -+ -+ NS_RELEASE(iface_info); -+ -+ if(dispatchParams != paramBuffer) -+ delete [] dispatchParams; -+ -+ return result; -+} -+ -+/* -+ * SharedStub() -+ * Collects arguments and calls PrepareAndDispatch. The "methodIndex" is -+ * passed to this function via $1 to preserve the argument registers. -+ */ -+__asm__( -+ "#### SharedStub ####\n" -+".text\n\t" -+ ".align 5\n\t" -+ ".ent SharedStub\n" -+"SharedStub:\n\t" -+ ".frame $30,96,$26,0\n\t" -+ ".mask 0x4000000,-96\n\t" -+ "ldgp $29,0($27)\n" -+"$SharedStub..ng:\n\t" -+ "subq $30,96,$30\n\t" -+ "stq $26,0($30)\n\t" -+ ".prologue 1\n\t" -+ -+ /* -+ * Store arguments passed via registers to the stack. -+ * Floating point registers are stored as doubles and converted -+ * to floats in PrepareAndDispatch if necessary. -+ */ -+ "stt $f17,16($30)\n\t" /* floating point registers */ -+ "stt $f18,24($30)\n\t" -+ "stt $f19,32($30)\n\t" -+ "stt $f20,40($30)\n\t" -+ "stt $f21,48($30)\n\t" -+ "stq $17,56($30)\n\t" /* integer registers */ -+ "stq $18,64($30)\n\t" -+ "stq $19,72($30)\n\t" -+ "stq $20,80($30)\n\t" -+ "stq $21,88($30)\n\t" -+ -+ /* -+ * Call PrepareAndDispatch function. -+ */ -+ "bis $1,$1,$17\n\t" /* pass "methodIndex" */ -+ "addq $30,16,$18\n\t" /* pass "args" */ -+ "bsr $26,$PrepareAndDispatch..ng\n\t" -+ -+ "ldq $26,0($30)\n\t" -+ "addq $30,96,$30\n\t" -+ "ret $31,($26),1\n\t" -+ ".end SharedStub" -+ ); -+ -+#if defined(__GXX_ABI_VERSION) && __GXX_ABI_VERSION >= 100 /* G++ V3 ABI */ -+/* -+ * nsresult nsXPTCStubBase::Stub##n() -+ * Sets register $1 to "methodIndex" and jumps to SharedStub. -+ */ -+#define STUB_ENTRY(n) \ -+__asm__( \ -+ "#### Stub"#n" ####\n" \ -+".text\n\t" \ -+ ".align 5\n\t" \ -+ ".globl _ZN14nsXPTCStubBase5Stub"#n"Ev\n\t" \ -+ ".ent _ZN14nsXPTCStubBase5Stub"#n"Ev\n" \ -+"_ZN14nsXPTCStubBase5Stub"#n"Ev:\n\t" \ -+ ".frame $30,0,$26,0\n\t" \ -+ "ldgp $29,0($27)\n" \ -+"$_ZN14nsXPTCStubBase5Stub"#n"Ev..ng:\n\t" \ -+ ".prologue 1\n\t" \ -+ "lda $1,"#n"\n\t" \ -+ "br $31,$SharedStub..ng\n\t" \ -+ ".end _ZN14nsXPTCStubBase5Stub"#n"Ev" \ -+ ); \ -+__asm__( \ -+ "#### Stub"#n" ####\n" \ -+".text\n\t" \ -+ ".align 5\n\t" \ -+ ".globl _ZN14nsXPTCStubBase6Stub"#n"Ev\n\t" \ -+ ".ent _ZN14nsXPTCStubBase6Stub"#n"Ev\n" \ -+"_ZN14nsXPTCStubBase6Stub"#n"Ev:\n\t" \ -+ ".frame $30,0,$26,0\n\t" \ -+ "ldgp $29,0($27)\n" \ -+"$_ZN14nsXPTCStubBase6Stub"#n"Ev..ng:\n\t" \ -+ ".prologue 1\n\t" \ -+ "lda $1,"#n"\n\t" \ -+ "br $31,$SharedStub..ng\n\t" \ -+ ".end _ZN14nsXPTCStubBase6Stub"#n"Ev" \ -+ ); \ -+__asm__( \ -+ "#### Stub"#n" ####\n" \ -+".text\n\t" \ -+ ".align 5\n\t" \ -+ ".globl _ZN14nsXPTCStubBase7Stub"#n"Ev\n\t" \ -+ ".ent _ZN14nsXPTCStubBase7Stub"#n"Ev\n" \ -+"_ZN14nsXPTCStubBase7Stub"#n"Ev:\n\t" \ -+ ".frame $30,0,$26,0\n\t" \ -+ "ldgp $29,0($27)\n" \ -+"$_ZN14nsXPTCStubBase7Stub"#n"Ev..ng:\n\t" \ -+ ".prologue 1\n\t" \ -+ "lda $1,"#n"\n\t" \ -+ "br $31,$SharedStub..ng\n\t" \ -+ ".end _ZN14nsXPTCStubBase7Stub"#n"Ev" \ -+ ); -+#else -+/* -+ * nsresult nsXPTCStubBase::Stub##n() -+ * Sets register $1 to "methodIndex" and jumps to SharedStub. -+ */ -+#define STUB_ENTRY(n) \ -+nsresult nsXPTCStubBase::Stub##n() \ -+{ \ -+ nsresult result; \ -+__asm__ __volatile__( \ -+ "ldah $29,0($27)\n\t" \ -+ "lda $29,0($29)\n\t" \ -+ "lda $1, "#n"\n\t" \ -+ "br $31, $SharedStub..ng\n\t" \ -+ "mov $0, %0\n\t" \ -+ : "=r" (result) \ -+ ); \ -+ return result; \ -+} -+#endif -+ -+#define SENTINEL_ENTRY(n) \ -+nsresult nsXPTCStubBase::Sentinel##n() \ -+{ \ -+ NS_ASSERTION(0,"nsXPTCStubBase::Sentinel called"); \ -+ return NS_ERROR_NOT_IMPLEMENTED; \ -+} -+ -+#include "xptcstubsdef.inc" -+ diff --git a/mail/thunderbird3/files/patch-build_unix_run-mozilla.sh b/mail/thunderbird3/files/patch-build_unix_run-mozilla.sh deleted file mode 100644 index e7b80ed29c53..000000000000 --- a/mail/thunderbird3/files/patch-build_unix_run-mozilla.sh +++ /dev/null @@ -1,30 +0,0 @@ ---- build/unix/run-mozilla.sh.orig Fri Apr 18 23:12:28 2003 -+++ build/unix/run-mozilla.sh Sat May 31 19:03:29 2003 -@@ -355,7 +355,7 @@ - fi - ## - ## Set LD_LIBRARY_PATH --LD_LIBRARY_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:${MRE_HOME}${LD_LIBRARY_PATH+":$LD_LIBRARY_PATH"} -+LD_LIBRARY_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:%%PREFIX%%/lib/browser_plugins:${MRE_HOME}${LD_LIBRARY_PATH+":$LD_LIBRARY_PATH"} - if [ -n "$LD_LIBRARYN32_PATH" ] - then - LD_LIBRARYN32_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:${MRE_HOME}${LD_LIBRARYN32_PATH+":$LD_LIBRARYN32_PATH"} -@@ -402,7 +402,7 @@ - fi - fi - # Font path for Xft --FONTCONFIG_PATH="/etc/fonts:${MOZILLA_FIVE_HOME}/res/Xft" -+FONTCONFIG_PATH="%%PREFIX%%/etc/fonts:${MOZILLA_FIVE_HOME}/res/Xft" - export FONTCONFIG_PATH - - if [ "$moz_debug" -eq 1 ] -@@ -445,6 +445,9 @@ - # - export MOZILLA_FIVE_HOME LD_LIBRARY_PATH - export SHLIB_PATH LIBPATH LIBRARY_PATH ADDON_PATH DYLD_LIBRARY_PATH -+ -+MOZ_PLUGIN_PATH=%%PREFIX%%/lib/browser_plugins -+export MOZ_PLUGIN_PATH - - if [ $moz_debug -eq 1 ] - then diff --git a/mail/thunderbird3/files/patch-config_preprocess.pl b/mail/thunderbird3/files/patch-config_preprocess.pl deleted file mode 100644 index da1f69a2d338..000000000000 --- a/mail/thunderbird3/files/patch-config_preprocess.pl +++ /dev/null @@ -1,56 +0,0 @@ ---- config/preprocessor.pl.orig Wed Aug 13 05:46:33 2003 -+++ config/preprocessor.pl Thu Sep 4 00:42:12 2003 -@@ -71,16 +71,40 @@ - ######################################################################## - - package main; --use File::Spec 0.8; -+use File::Spec; - use File::Spec::Unix; # on all platforms, because the #include syntax is unix-based -+use File::Basename; -+use Cwd; -+ -+# This code is taken from File::Spec::Unix 0.8. -+sub rel2abs { -+ my ($path, $base) = @_; -+ -+ if ( ! File::Spec->file_name_is_absolute( $path ) ) { -+ if ( !defined( $base ) || $base eq '' ) { -+ $base = cwd() ; -+ } -+ elsif ( ! File::Spec->file_name_is_absolute( $base ) ) { -+ $base = rel2abs( $base ); -+ } -+ else { -+ $base = File::Spec->canonpath( $base ); -+ } -+ -+ $path = File::Spec->catdir( $base, $path ); -+ } -+ -+ return File::Spec->canonpath( $path ); -+} -+# End code from File::Spec::Unix -+ - - sub include { - my($stack, $filename) = @_; - my $directory = $stack->{'variables'}->{'DIRECTORY'}; - if ($filename ne '-') { -- $filename = File::Spec->rel2abs($filename, $directory); -- my($volume, $path) = File::Spec->splitpath($filename); -- $directory = File::Spec->catpath($volume, $path, ''); -+ $filename = rel2abs($filename, $directory); -+ $directory = File::Spec->catdir(dirname($filename)); - } - local $stack->{'variables'}->{'DIRECTORY'} = $directory; - local $stack->{'variables'}->{'FILE'} = $filename; -@@ -374,7 +398,7 @@ - my $stack = shift; - return if $stack->disabled; - die "argument expected\n" unless @_; -- main::include($stack, File::Spec->catpath(File::Spec::Unix->splitpath(@_))); -+ main::include($stack, File::Spec->catfile(dirname(@_), basename(@_))); - } - - sub filter { diff --git a/mail/thunderbird3/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp b/mail/thunderbird3/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp deleted file mode 100644 index 0b0e08247101..000000000000 --- a/mail/thunderbird3/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp +++ /dev/null @@ -1,57 +0,0 @@ ---- gfx/src/gtk/nsFontMetricsXft.cpp.save Thu Aug 7 12:14:49 2003 -+++ gfx/src/gtk/nsFontMetricsXft.cpp Thu Aug 7 12:33:45 2003 -@@ -106,6 +106,7 @@ - FcPattern *mPattern; - FcPattern *mFontName; - FcCharSet *mCharset; -+ int mNotXft; - }; - - class nsFontXftInfo; -@@ -1051,7 +1052,7 @@ - // font in our loaded list that supports the character - for (PRInt32 i = 0, end = mLoadedFonts.Count(); i < end; ++i) { - nsFontXft *font = (nsFontXft *)mLoadedFonts.ElementAt(i); -- if (font->HasChar(PRUint32(aChar))) -+ if (font->HasChar(PRUint32(aChar)) && font->GetXftFont()) - return font; - } - -@@ -1492,7 +1493,7 @@ - // this character. - for (PRInt32 j = 0, end = mLoadedFonts.Count(); j < end; ++j) { - font = (nsFontXft *)mLoadedFonts.ElementAt(j); -- if (font->HasChar(c)) { -+ if (font->HasChar(c) && font->GetXftFont()) { - currFont = font; - goto FoundFont; // for speed -- avoid "if" statement - } -@@ -1922,6 +1923,7 @@ - FcPatternReference(mFontName); - - mXftFont = nsnull; -+ mNotXft = 0; - - // set up our charset - mCharset = nsnull; -@@ -1948,7 +1950,7 @@ - XftFont * - nsFontXft::GetXftFont(void) - { -- if (!mXftFont) { -+ if (!mXftFont && !mNotXft) { - FcPattern *pat = FcFontRenderPrepare(0, mPattern, mFontName); - if (!pat) - return nsnull; -@@ -1967,8 +1969,10 @@ - FcPatternDel(pat, FC_SPACING); - - mXftFont = XftFontOpenPattern(GDK_DISPLAY(), pat); -- if (!mXftFont) -+ if (!mXftFont) { - FcPatternDestroy(pat); -+ mNotXft = 1; -+ } - } - - return mXftFont; diff --git a/mail/thunderbird3/files/patch-nspr-unix.c b/mail/thunderbird3/files/patch-nspr-unix.c deleted file mode 100644 index 6bb4ed08fb40..000000000000 --- a/mail/thunderbird3/files/patch-nspr-unix.c +++ /dev/null @@ -1,21 +0,0 @@ ---- nsprpub/pr/src/md/unix/unix.c.orig Sat May 31 18:06:04 2003 -+++ nsprpub/pr/src/md/unix/unix.c Sat May 31 18:04:43 2003 -@@ -65,7 +65,8 @@ - * PRInt32* pointer to a _PRSockLen_t* pointer. - */ - #if defined(HAVE_SOCKLEN_T) \ -- || (defined(LINUX) && defined(__GLIBC__) && __GLIBC__ >= 2) -+ || (defined(LINUX) && defined(__GLIBC__) && __GLIBC__ >= 2) \ -+ || defined(FREEBSD) - #define _PRSockLen_t socklen_t - #elif defined(IRIX) || defined(HPUX) || defined(OSF1) || defined(SOLARIS) \ - || defined(AIX4_1) || defined(LINUX) || defined(SONY) \ -@@ -73,7 +74,7 @@ - || defined(SUNOS4) || defined(NCR) || defined(DARWIN) \ - || defined(NEXTSTEP) || defined(QNX) - #define _PRSockLen_t int --#elif (defined(AIX) && !defined(AIX4_1)) || defined(FREEBSD) \ -+#elif (defined(AIX) && !defined(AIX4_1)) \ - || defined(NETBSD) || defined(OPENBSD) || defined(UNIXWARE) \ - || defined(DGUX) || defined(VMS) || defined(NTO) - #define _PRSockLen_t size_t diff --git a/mail/thunderbird3/files/patch-nsprpub-pr-src-misc-prtime.c b/mail/thunderbird3/files/patch-nsprpub-pr-src-misc-prtime.c deleted file mode 100644 index 9682808e4d9e..000000000000 --- a/mail/thunderbird3/files/patch-nsprpub-pr-src-misc-prtime.c +++ /dev/null @@ -1,11 +0,0 @@ ---- nsprpub/pr/src/misc/prtime.c.orig Thu Feb 27 01:01:02 2003 -+++ nsprpub/pr/src/misc/prtime.c Thu May 22 16:46:49 2003 -@@ -1666,7 +1666,7 @@ - */ - - #if defined(SUNOS4) || (__GLIBC__ >= 2) || defined(XP_BEOS) \ -- || defined(NETBSD) -+ || defined(NETBSD) || defined(__FreeBSD__) - a.tm_zone = NULL; - a.tm_gmtoff = tm->tm_params.tp_gmt_offset + tm->tm_params.tp_dst_offset; - #endif diff --git a/mail/thunderbird3/files/patch-nsprpub-pr-src-pthreads-ptio.c b/mail/thunderbird3/files/patch-nsprpub-pr-src-pthreads-ptio.c deleted file mode 100644 index 08346f235416..000000000000 --- a/mail/thunderbird3/files/patch-nsprpub-pr-src-pthreads-ptio.c +++ /dev/null @@ -1,29 +0,0 @@ ---- nsprpub/pr/src/pthreads/ptio.c.orig Mon Jul 14 17:59:47 2003 -+++ nsprpub/pr/src/pthreads/ptio.c Fri Aug 29 15:39:46 2003 -@@ -189,7 +189,7 @@ - #endif - #endif - --#ifdef DARWIN -+#if defined(DARWIN) || defined(FREEBSD) - static PRBool _pr_ipv6_v6only_on_by_default; - /* The IPV6_V6ONLY socket option is not defined on Mac OS X 10.1. */ - #ifndef IPV6_V6ONLY -@@ -1154,7 +1154,7 @@ - _pr_stderr = pt_SetMethods(2, PR_DESC_FILE, PR_FALSE, PR_TRUE); - PR_ASSERT(_pr_stdin && _pr_stdout && _pr_stderr); - --#ifdef DARWIN -+#if defined(DARWIN) || defined(FREEBSD) - /* In Mac OS X v10.3 Panther Beta the IPV6_V6ONLY socket option - * is turned on by default, contrary to what RFC 3493, Section - * 5.3 says. So we have to turn it off. Find out whether we -@@ -3462,7 +3462,7 @@ - if (osfd == -1) pt_MapError(_PR_MD_MAP_SOCKET_ERROR, errno); - else - { --#ifdef DARWIN -+#if defined(DARWIN) || defined(FREEBSD) - if ((domain == AF_INET6) && _pr_ipv6_v6only_on_by_default) - { - int on = 0; diff --git a/mail/thunderbird3/files/patch-sparc64 b/mail/thunderbird3/files/patch-sparc64 deleted file mode 100644 index b9cb83058235..000000000000 --- a/mail/thunderbird3/files/patch-sparc64 +++ /dev/null @@ -1,69 +0,0 @@ -diff -ru ./nsprpub/pr/include/md/_freebsd.cfg ../../work~/mozilla/nsprpub/pr/include/md/_freebsd.cfg ---- ./nsprpub/pr/include/md/_freebsd.cfg Wed Jan 2 18:38:25 2002 -+++ ../../work~/mozilla/nsprpub/pr/include/md/_freebsd.cfg Tue May 20 21:27:31 2003 -@@ -138,6 +138,53 @@ - #define PR_ALIGN_OF_DOUBLE 8 - #define PR_ALIGN_OF_POINTER 8 - -+#elif defined(__sparc__) -+ -+#undef IS_LITTLE_ENDIAN -+#define IS_BIG_ENDIAN 1 -+#define HAVE_LONG_LONG -+#define HAVE_ALIGNED_DOUBLES -+#define HAVE_ALIGNED_LONGLONGS -+#define IS_64 -+ -+#define PR_BYTES_PER_BYTE 1 -+#define PR_BYTES_PER_SHORT 2 -+#define PR_BYTES_PER_INT 4 -+#define PR_BYTES_PER_INT64 8 -+#define PR_BYTES_PER_LONG 8 -+#define PR_BYTES_PER_FLOAT 4 -+#define PR_BYTES_PER_DOUBLE 8 -+#define PR_BYTES_PER_WORD 8 -+#define PR_BYTES_PER_DWORD 8 -+#define PR_BYTES_PER_WORD_LOG2 3 -+#define PR_BYTES_PER_DWORD_LOG2 3 -+ -+#define PR_BITS_PER_BYTE 8 -+#define PR_BITS_PER_SHORT 16 -+#define PR_BITS_PER_INT 32 -+#define PR_BITS_PER_INT64 64 -+#define PR_BITS_PER_LONG 64 -+#define PR_BITS_PER_FLOAT 32 -+#define PR_BITS_PER_DOUBLE 64 -+#define PR_BITS_PER_WORD 64 -+ -+#define PR_BITS_PER_BYTE_LOG2 3 -+#define PR_BITS_PER_SHORT_LOG2 4 -+#define PR_BITS_PER_INT_LOG2 5 -+#define PR_BITS_PER_INT64_LOG2 6 -+#define PR_BITS_PER_LONG_LOG2 6 -+#define PR_BITS_PER_FLOAT_LOG2 5 -+#define PR_BITS_PER_DOUBLE_LOG2 6 -+#define PR_BITS_PER_WORD_LOG2 6 -+ -+#define PR_ALIGN_OF_SHORT 2 -+#define PR_ALIGN_OF_INT 4 -+#define PR_ALIGN_OF_LONG 8 -+#define PR_ALIGN_OF_INT64 8 -+#define PR_ALIGN_OF_FLOAT 4 -+#define PR_ALIGN_OF_DOUBLE 8 -+#define PR_ALIGN_OF_POINTER 8 -+ - #else - - #error "Unknown CPU architecture" -diff -ru ./nsprpub/pr/include/md/_freebsd.h ../../work~/mozilla/nsprpub/pr/include/md/_freebsd.h ---- ./nsprpub/pr/include/md/_freebsd.h Thu Jan 16 15:09:12 2003 -+++ ../../work~/mozilla/nsprpub/pr/include/md/_freebsd.h Tue May 20 21:27:13 2003 -@@ -48,6 +48,8 @@ - #define _PR_SI_ARCHITECTURE "x86" - #elif defined(__alpha) - #define _PR_SI_ARCHITECTURE "alpha" -+#elif defined(__sparc__) -+#define _PR_SI_ARCHITECTURE "sparc" - #else - #error "Unknown CPU architecture" - #endif diff --git a/mail/thunderbird3/files/patch-xptcall-sparc64 b/mail/thunderbird3/files/patch-xptcall-sparc64 deleted file mode 100644 index ea2773ced7d9..000000000000 --- a/mail/thunderbird3/files/patch-xptcall-sparc64 +++ /dev/null @@ -1,345 +0,0 @@ ---- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig Mon May 26 13:26:01 2003 -+++ xpcom/reflect/xptcall/src/md/unix/Makefile.in Mon May 26 13:30:04 2003 -@@ -287,6 +287,15 @@ - ASFILES := xptcinvoke_asm_sparc_netbsd.s xptcstubs_asm_sparc_netbsd.s - endif - # -+# FreeBSD/SPARC64 -+# -+ifeq ($(OS_ARCH),FreeBSD) -+ifneq (,$(findstring sparc,$(OS_TEST))) -+CPPSRCS := xptcinvoke_sparc64_freebsd.cpp xptcstubs_sparc64_freebsd.cpp -+ASFILES := xptcinvoke_asm_sparc64_freebsd.s xptcstubs_asm_sparcv9_solaris.s -+endif -+endif -+# - # Solaris/SPARC - # - ifeq ($(OS_ARCH),SunOS) ---- /dev/null Mon May 26 13:22:00 2003 -+++ xpcom/reflect/xptcall/src/md/unix/xptcstubs_sparc64_freebsd.cpp Mon May 26 04:12:55 2003 -@@ -0,0 +1,123 @@ -+/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- -+ * -+ * The contents of this file are subject to the Mozilla Public -+ * License Version 1.1 (the "License"); you may not use this file -+ * except in compliance with the License. You may obtain a copy of -+ * the License at http://www.mozilla.org/MPL/ -+ * -+ * Software distributed under the License is distributed on an "AS -+ * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or -+ * implied. See the License for the specific language governing -+ * rights and limitations under the License. -+ * -+ * The Original Code is mozilla.org code. -+ * -+ * The Initial Developer of the Original Code is Netscape -+ * Communications Corporation. Portions created by Netscape are -+ * Copyright (C) 2001 Netscape Communications Corporation. All -+ * Rights Reserved. -+ * -+ * Contributor(s): -+ * Stuart Parmenter <pavlov@netscape.com> -+ */ -+ -+/* Implement shared vtbl methods. */ -+ -+#include "xptcprivate.h" -+ -+#if defined(sparc) || defined(__sparc__) -+ -+extern "C" nsresult -+PrepareAndDispatch(nsXPTCStubBase* self, PRUint64 methodIndex, PRUint64* args) -+{ -+ -+#define PARAM_BUFFER_COUNT 16 -+ -+ nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT]; -+ nsXPTCMiniVariant* dispatchParams = NULL; -+ nsIInterfaceInfo* iface_info = NULL; -+ const nsXPTMethodInfo* info; -+ PRUint8 paramCount; -+ PRUint8 i; -+ nsresult result = NS_ERROR_FAILURE; -+ -+ NS_ASSERTION(self,"no self"); -+ -+ self->GetInterfaceInfo(&iface_info); -+ NS_ASSERTION(iface_info,"no interface info"); -+ -+ iface_info->GetMethodInfo(PRUint16(methodIndex), &info); -+ NS_ASSERTION(info,"no interface info"); -+ -+ paramCount = info->GetParamCount(); -+ -+ // setup variant array pointer -+ if(paramCount > PARAM_BUFFER_COUNT) -+ dispatchParams = new nsXPTCMiniVariant[paramCount]; -+ else -+ dispatchParams = paramBuffer; -+ NS_ASSERTION(dispatchParams,"no place for params"); -+ -+ PRUint64* ap = args; -+ for(i = 0; i < paramCount; i++, ap++) -+ { -+ const nsXPTParamInfo& param = info->GetParam(i); -+ const nsXPTType& type = param.GetType(); -+ nsXPTCMiniVariant* dp = &dispatchParams[i]; -+ -+ if(param.IsOut() || !type.IsArithmetic()) -+ { -+ dp->val.p = (void*) *ap; -+ continue; -+ } -+ // else -+ switch(type) -+ { -+ case nsXPTType::T_I8 : dp->val.i8 = *((PRInt64*) ap); break; -+ case nsXPTType::T_I16 : dp->val.i16 = *((PRInt64*) ap); break; -+ case nsXPTType::T_I32 : dp->val.i32 = *((PRInt64*) ap); break; -+ case nsXPTType::T_DOUBLE : dp->val.d = *((double*) ap); break; -+ case nsXPTType::T_U64 : dp->val.u64 = *((PRUint64*) ap); break; -+ case nsXPTType::T_I64 : dp->val.i64 = *((PRInt64*) ap); break; -+ case nsXPTType::T_U8 : dp->val.u8 = *((PRUint64*) ap); break; -+ case nsXPTType::T_U16 : dp->val.u16 = *((PRUint64*)ap); break; -+ case nsXPTType::T_U32 : dp->val.u32 = *((PRUint64*)ap); break; -+ case nsXPTType::T_FLOAT : dp->val.f = ((float*) ap)[1]; break; -+ case nsXPTType::T_BOOL : dp->val.b = *((PRInt64*) ap); break; -+ case nsXPTType::T_CHAR : dp->val.c = *((PRUint64*) ap); break; -+ case nsXPTType::T_WCHAR : dp->val.wc = *((PRInt64*) ap); break; -+ default: -+ NS_ASSERTION(0, "bad type"); -+ break; -+ } -+ } -+ -+ result = self->CallMethod((PRUint16)methodIndex, info, dispatchParams); -+ -+ NS_RELEASE(iface_info); -+ -+ if(dispatchParams != paramBuffer) -+ delete [] dispatchParams; -+ -+ return result; -+} -+ -+extern "C" int SharedStub(int, int*); -+ -+#define STUB_ENTRY(n) \ -+nsresult nsXPTCStubBase::Stub##n() \ -+{ \ -+ int dummy; /* defeat tail-call optimization */ \ -+ return SharedStub(n, &dummy); \ -+} -+ -+#define SENTINEL_ENTRY(n) \ -+nsresult nsXPTCStubBase::Sentinel##n() \ -+{ \ -+ NS_ASSERTION(0,"nsXPTCStubBase::Sentinel called"); \ -+ return NS_ERROR_NOT_IMPLEMENTED; \ -+} -+ -+#include "xptcstubsdef.inc" -+ -+#endif /* sparc || __sparc__ */ ---- /dev/null Mon May 26 13:22:00 2003 -+++ xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_sparc64_freebsd.s Mon May 26 04:06:09 2003 -@@ -0,0 +1,104 @@ -+/* -*- Mode: asm; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- -+ * -+ * The contents of this file are subject to the Mozilla Public -+ * License Version 1.1 (the "License"); you may not use this file -+ * except in compliance with the License. You may obtain a copy of -+ * the License at http://www.mozilla.org/MPL/ -+ * -+ * Software distributed under the License is distributed on an "AS -+ * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or -+ * implied. See the License for the specific language governing -+ * rights and limitations under the License. -+ * -+ * The Original Code is mozilla.org code. -+ * -+ * The Initial Developer of the Original Code is Netscape -+ * Communications Corporation. Portions created by Netscape are -+ * Copyright (C) 2001 Netscape Communications Corporation. All -+ * Rights Reserved. -+ * -+ * Contributor(s): -+ * Stuart Parmenter <pavlov@netscape.com> -+ * Chris Seawood <cls@seawood.org> -+ */ -+ -+/* -+ Platform specific code to invoke XPCOM methods on native objects -+ for sparcv9 Solaris. -+ -+ See the SPARC Compliance Definition (SCD) Chapter 3 -+ for more information about what is going on here, including -+ the use of BIAS (0x7ff). -+ The SCD is available from http://www.sparc.com/. -+*/ -+ -+ .global XPTC_InvokeByIndex -+ .type XPTC_InvokeByIndex, #function -+ -+/* -+ XPTC_InvokeByIndex(nsISupports* that, PRUint32 methodIndex, -+ PRUint32 paramCount, nsXPTCVariant* params); -+ -+*/ -+XPTC_InvokeByIndex: -+ save %sp,-(128 + 64),%sp ! room for the register window and -+ ! struct pointer, rounded up to 0 % 64 -+ sll %i2,4,%l0 ! assume the worst case -+ ! paramCount * 2 * 8 bytes -+ cmp %l0, 0 ! are there any args? If not, -+ be .invoke ! no need to copy args to stack -+ nop -+ -+ sub %sp,%l0,%sp ! create the additional stack space -+ add %sp,0x7ff+136,%o0 ! step past the register window, the -+ ! struct result pointer and the 'this' slot -+ mov %i2,%o1 ! paramCount -+ call invoke_copy_to_stack -+ mov %i3,%o2 ! params -+ -+! -+! load arguments from stack into the outgoing registers -+! BIAS is 0x7ff (2047) -+! -+ -+! load the %o1..5 64bit (extended word) output registers registers -+ ldx [%sp + 0x7ff + 136],%o1 ! %i1 -+ ldx [%sp + 0x7ff + 144],%o2 ! %i2 -+ ldx [%sp + 0x7ff + 152],%o3 ! %i3 -+ ldx [%sp + 0x7ff + 160],%o4 ! %i4 -+ ldx [%sp + 0x7ff + 168],%o5 ! %i5 -+ -+! load the even number double registers starting with %d2 -+ ldd [%sp + 0x7ff + 136],%f2 -+ ldd [%sp + 0x7ff + 144],%f4 -+ ldd [%sp + 0x7ff + 152],%f6 -+ ldd [%sp + 0x7ff + 160],%f8 -+ ldd [%sp + 0x7ff + 168],%f10 -+ ldd [%sp + 0x7ff + 176],%f12 -+ ldd [%sp + 0x7ff + 184],%f14 -+ ldd [%sp + 0x7ff + 192],%f16 -+ ldd [%sp + 0x7ff + 200],%f18 -+ ldd [%sp + 0x7ff + 208],%f20 -+ ldd [%sp + 0x7ff + 216],%f22 -+ ldd [%sp + 0x7ff + 224],%f24 -+ ldd [%sp + 0x7ff + 232],%f26 -+ ldd [%sp + 0x7ff + 240],%f28 -+ ldd [%sp + 0x7ff + 248],%f30 -+ -+! -+! calculate the target address from the vtable -+! -+.invoke: -+ sll %i1,3,%l0 ! index *= 8 -+! add %l0,16,%l0 ! there are 2 extra entries in the vTable (16bytes) -+ ldx [%i0],%l1 ! *that --> address of vtable -+ ldx [%l0 + %l1],%l0 ! that->vtable[index * 8 + 16] --> address -+ -+ jmpl %l0,%o7 ! call the routine -+ mov %i0,%o0 ! move 'this' pointer to out register -+ -+ mov %o0,%i0 ! propagate return value -+ ret -+ restore -+ -+ .size XPTC_InvokeByIndex, .-XPTC_InvokeByIndex ---- /dev/null Mon May 26 14:00:00 2003 -+++ xpcom/reflect/xptcall/src/md/unix/xptcinvoke_sparc64_freebsd.cpp Mon May 26 14:00:49 2003 -@@ -0,0 +1,91 @@ -+/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- -+ * -+ * The contents of this file are subject to the Mozilla Public -+ * License Version 1.1 (the "License"); you may not use this file -+ * except in compliance with the License. You may obtain a copy of -+ * the License at http://www.mozilla.org/MPL/ -+ * -+ * Software distributed under the License is distributed on an "AS -+ * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or -+ * implied. See the License for the specific language governing -+ * rights and limitations under the License. -+ * -+ * The Original Code is mozilla.org code. -+ * -+ * The Initial Developer of the Original Code is Netscape -+ * Communications Corporation. Portions created by Netscape are -+ * Copyright (C) 2001 Netscape Communications Corporation. All -+ * Rights Reserved. -+ * -+ * Contributor(s): -+ * Stuart Parmenter <pavlov@netscape.com> -+ * Chris Seawood <cls@seawood.org> -+ */ -+ -+ -+/* Platform specific code to invoke XPCOM methods on native objects */ -+ -+#include "xptcprivate.h" -+ -+#if !defined(__sparc) && !defined(__sparc__) -+#error "This code is for Sparc only" -+#endif -+ -+/* Prototype specifies unmangled function name */ -+extern "C" PRUint64 -+invoke_copy_to_stack(PRUint64* d, PRUint32 paramCount, nsXPTCVariant* s); -+ -+extern "C" PRUint64 -+invoke_copy_to_stack(PRUint64* d, PRUint32 paramCount, nsXPTCVariant* s) -+{ -+ /* -+ We need to copy the parameters for this function to locals and use them -+ from there since the parameters occupy the same stack space as the stack -+ we're trying to populate. -+ */ -+ PRUint64 *l_d = d; -+ nsXPTCVariant *l_s = s; -+ PRUint64 l_paramCount = paramCount; -+ PRUint64 regCount = 0; // return the number of registers to load from the stack -+ -+ for(PRUint64 i = 0; i < l_paramCount; i++, l_d++, l_s++) -+ { -+ if (regCount < 5) regCount++; -+ -+ if (l_s->IsPtrData()) -+ { -+ *l_d = (PRUint64)l_s->ptr; -+ continue; -+ } -+ switch (l_s->type) -+ { -+ case nsXPTType::T_I8 : *((PRInt64*)l_d) = l_s->val.i8; break; -+ case nsXPTType::T_I16 : *((PRInt64*)l_d) = l_s->val.i16; break; -+ case nsXPTType::T_I32 : *((PRInt64*)l_d) = l_s->val.i32; break; -+ case nsXPTType::T_I64 : *((PRInt64*)l_d) = l_s->val.i64; break; -+ -+ case nsXPTType::T_U8 : *((PRUint64*)l_d) = l_s->val.u8; break; -+ case nsXPTType::T_U16 : *((PRUint64*)l_d) = l_s->val.u16; break; -+ case nsXPTType::T_U32 : *((PRUint64*)l_d) = l_s->val.u32; break; -+ case nsXPTType::T_U64 : *((PRUint64*)l_d) = l_s->val.u64; break; -+ -+ /* in the case of floats, we want to put the bits in to the -+ 64bit space right justified... floats in the paramter array on -+ sparcv9 use odd numbered registers.. %f1, %f3, so we have to skip -+ the space that would be occupied by %f0, %f2, etc. -+ */ -+ case nsXPTType::T_FLOAT : *(((float*)l_d) + 1) = l_s->val.f; break; -+ case nsXPTType::T_DOUBLE: *((double*)l_d) = l_s->val.d; break; -+ case nsXPTType::T_BOOL : *((PRInt64*)l_d) = l_s->val.b; break; -+ case nsXPTType::T_CHAR : *((PRUint64*)l_d) = l_s->val.c; break; -+ case nsXPTType::T_WCHAR : *((PRInt64*)l_d) = l_s->val.wc; break; -+ -+ default: -+ // all the others are plain pointer types -+ *((void**)l_d) = l_s->val.p; -+ break; -+ } -+ } -+ -+ return regCount; -+} diff --git a/mail/thunderbird3/pkg-descr b/mail/thunderbird3/pkg-descr deleted file mode 100644 index 5a21b98b08cc..000000000000 --- a/mail/thunderbird3/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Mozilla Thunderbird is a redesign of the Mozilla mail component with the goal -of becoming a cross-platform stand alone mail application using the XUL -user interface language. See the Mozilla Thunderbird project page for -more details. - -WWW: http://www.mozilla.org/projects/thunderbird/ diff --git a/mail/thunderbird3/pkg-plist b/mail/thunderbird3/pkg-plist deleted file mode 100644 index 6706e0ff59b3..000000000000 --- a/mail/thunderbird3/pkg-plist +++ /dev/null @@ -1,3957 +0,0 @@ -bin/thunderbird -bin/thunderbird-config -lib/thunderbird/bin/mozilla-config -lib/thunderbird/bin/thunderbird -lib/thunderbird/include/mozilla-1.5b/accessibility/nsAccessNode.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsAccessNodeWrap.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsAccessibleEventData.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsAccessibleText.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsAccessibleWrap.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsDocAccessibleWrap.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessNode.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibilityService.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessible.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleAction.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleCaret.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleDocument.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleEditableText.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleEvent.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleHyperLink.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleHyperText.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleProvider.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleRetrieval.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleSelectable.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleTable.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleText.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsIAccessibleValue.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsPIAccessNode.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsPIAccessible.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsPIAccessibleDocument.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsRootAccessible.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsRootAccessibleWrap.h -lib/thunderbird/include/mozilla-1.5b/accessibility/nsTextAccessibleWrap.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbAddressCollecter.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbAutoCompleteSession.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbBSDirectory.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbBaseCID.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbBooleanExpression.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbCardProperty.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbDirFactoryService.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbDirProperty.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbDirSearchListener.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbDirectoryQuery.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbDirectoryQueryProxy.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbDirectoryRDFResource.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbLDAPAutoCompFormatter.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbLDAPCard.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbLDAPChangeLogData.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbLDAPChangeLogQuery.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbLDAPDirFactory.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbLDAPDirectory.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbLDAPDirectoryQuery.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbLDAPReplicationData.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbLDAPReplicationQuery.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbLDAPReplicationService.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbMDBCard.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbMDBCardProperty.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbMDBDirFactory.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbMDBDirProperty.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbMDBDirectory.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbRDFDataSource.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAbView.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAddbookProtocolHandler.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAddbookUrl.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAddrBookSession.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAddrDatabase.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsAddressBook.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsDirPrefs.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsDirectoryDataSource.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbAddressCollecter.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbAutoCompleteSession.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbBase.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbBooleanExpression.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbCard.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbDirFactory.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbDirFactoryService.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbDirectory.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbDirectoryQuery.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbDirectoryQueryProxy.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbDirectorySearch.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbLDAPAutoCompFormatter.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbLDAPReplicationData.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbLDAPReplicationQuery.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbLDAPReplicationService.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbListener.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbMDBCard.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbMDBDirectory.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbUpgrader.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAbView.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAddbookUrl.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAddrBookSession.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAddrDBAnnouncer.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAddrDBListener.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAddrDatabase.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsIAddressBook.h -lib/thunderbird/include/mozilla-1.5b/addrbook/nsILDAPPrefsService.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsCharsetMenu.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsFontPackageHandler.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsIAutoCompleteListener.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsIAutoCompleteResults.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsIAutoCompleteSession.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsIBookmarksService.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsIFindService.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsILDAPAutoCompFormatter.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsILDAPAutoCompleteSession.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsISearchContext.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsITimeBomb.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsIWindowDataSource.h -lib/thunderbird/include/mozilla-1.5b/appcomps/nsTimeBomb.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsAppShellCIDs.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsIAppShellService.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsICloseAllWindows.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsICmdLineHandler.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsICmdLineService.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsINativeAppSupport.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsIPopupWindowManager.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsISplashScreen.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsITimingService.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsIUserInfo.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsIWebShellWindow.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsIWindowMediator.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsIWindowMediatorListener.h -lib/thunderbird/include/mozilla-1.5b/appshell/nsIXULWindow.h -lib/thunderbird/include/mozilla-1.5b/bayesflt/nsBayesianFilter.h -lib/thunderbird/include/mozilla-1.5b/bayesflt/nsBayesianFilterCID.h -lib/thunderbird/include/mozilla-1.5b/browser/nsIBrowserInstance.h -lib/thunderbird/include/mozilla-1.5b/browser/nsIXULBrowserWindow.h -lib/thunderbird/include/mozilla-1.5b/caps/nsAggregatePrincipal.h -lib/thunderbird/include/mozilla-1.5b/caps/nsBasePrincipal.h -lib/thunderbird/include/mozilla-1.5b/caps/nsCertificatePrincipal.h -lib/thunderbird/include/mozilla-1.5b/caps/nsCodebasePrincipal.h -lib/thunderbird/include/mozilla-1.5b/caps/nsIAggregatePrincipal.h -lib/thunderbird/include/mozilla-1.5b/caps/nsICertificatePrincipal.h -lib/thunderbird/include/mozilla-1.5b/caps/nsICodebasePrincipal.h -lib/thunderbird/include/mozilla-1.5b/caps/nsIPrincipal.h -lib/thunderbird/include/mozilla-1.5b/caps/nsIScriptSecurityManager.h -lib/thunderbird/include/mozilla-1.5b/caps/nsISecurityCheckedComponent.h -lib/thunderbird/include/mozilla-1.5b/caps/nsISignatureVerifier.h -lib/thunderbird/include/mozilla-1.5b/caps/nsJSPrincipals.h -lib/thunderbird/include/mozilla-1.5b/caps/nsScriptSecurityManager.h -lib/thunderbird/include/mozilla-1.5b/caps/nsSystemPrincipal.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsCharsetDetectionAdaptorCID.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsDetectionConfident.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsDocumentCharsetInfoCID.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsICharsetDetectionAdaptor.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsICharsetDetectionObserver.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsICharsetDetector.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsICharsetResolver.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsIDocCharset.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsIDocumentCharsetInfo.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsIMetaCharsetService.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsIStringCharsetDetector.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsIXMLEncodingService.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsMetaCharsetCID.h -lib/thunderbird/include/mozilla-1.5b/chardet/nsXMLEncodingCID.h -lib/thunderbird/include/mozilla-1.5b/chrome/nsIChromeRegistry.h -lib/thunderbird/include/mozilla-1.5b/commandhandler/nsICommandManager.h -lib/thunderbird/include/mozilla-1.5b/commandhandler/nsICommandParams.h -lib/thunderbird/include/mozilla-1.5b/commandhandler/nsIControllerCommand.h -lib/thunderbird/include/mozilla-1.5b/commandhandler/nsIControllerCommandTable.h -lib/thunderbird/include/mozilla-1.5b/commandhandler/nsIControllerContext.h -lib/thunderbird/include/mozilla-1.5b/commandhandler/nsPICommandUpdater.h -lib/thunderbird/include/mozilla-1.5b/composer/nsIEditingSession.h -lib/thunderbird/include/mozilla-1.5b/content/mozISanitizingSerializer.h -lib/thunderbird/include/mozilla-1.5b/content/nsAtomListUtils.h -lib/thunderbird/include/mozilla-1.5b/content/nsBidiUtils.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSAnonBoxList.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSAnonBoxes.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSKeywordList.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSKeywords.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSPropList.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSProperty.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSProps.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSPseudoClassList.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSPseudoClasses.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSPseudoElementList.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSPseudoElements.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSStruct.h -lib/thunderbird/include/mozilla-1.5b/content/nsCSSValue.h -lib/thunderbird/include/mozilla-1.5b/content/nsChangeHint.h -lib/thunderbird/include/mozilla-1.5b/content/nsContentCID.h -lib/thunderbird/include/mozilla-1.5b/content/nsContentErrors.h -lib/thunderbird/include/mozilla-1.5b/content/nsContentPolicyUtils.h -lib/thunderbird/include/mozilla-1.5b/content/nsContentUtils.h -lib/thunderbird/include/mozilla-1.5b/content/nsDOMCSSDeclaration.h -lib/thunderbird/include/mozilla-1.5b/content/nsHTMLAtomList.h -lib/thunderbird/include/mozilla-1.5b/content/nsHTMLAtoms.h -lib/thunderbird/include/mozilla-1.5b/content/nsHTMLValue.h -lib/thunderbird/include/mozilla-1.5b/content/nsIAnonymousContent.h -lib/thunderbird/include/mozilla-1.5b/content/nsIAttribute.h -lib/thunderbird/include/mozilla-1.5b/content/nsIAttributeContent.h -lib/thunderbird/include/mozilla-1.5b/content/nsIBindingManager.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSGroupRule.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSImportRule.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSLoader.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSLoaderObserver.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSMediaRule.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSNameSpaceRule.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSOMFactory.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSParser.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSPseudoComparator.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSRule.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSStyleRule.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSStyleRuleDOMWrapper.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSStyleRuleProcessor.h -lib/thunderbird/include/mozilla-1.5b/content/nsICSSStyleSheet.h -lib/thunderbird/include/mozilla-1.5b/content/nsIComputedDOMStyle.h -lib/thunderbird/include/mozilla-1.5b/content/nsIContent.h -lib/thunderbird/include/mozilla-1.5b/content/nsIContentIterator.h -lib/thunderbird/include/mozilla-1.5b/content/nsIContentList.h -lib/thunderbird/include/mozilla-1.5b/content/nsIContentPolicy.h -lib/thunderbird/include/mozilla-1.5b/content/nsIContentSerializer.h -lib/thunderbird/include/mozilla-1.5b/content/nsIDocument.h -lib/thunderbird/include/mozilla-1.5b/content/nsIDocumentEncoder.h -lib/thunderbird/include/mozilla-1.5b/content/nsIDocumentObserver.h -lib/thunderbird/include/mozilla-1.5b/content/nsIDocumentTransformer.h -lib/thunderbird/include/mozilla-1.5b/content/nsIDocumentViewer.h -lib/thunderbird/include/mozilla-1.5b/content/nsIDragDropHandler.h -lib/thunderbird/include/mozilla-1.5b/content/nsIElementFactory.h -lib/thunderbird/include/mozilla-1.5b/content/nsIEventListenerManager.h -lib/thunderbird/include/mozilla-1.5b/content/nsIEventStateManager.h -lib/thunderbird/include/mozilla-1.5b/content/nsIFIXptr.h -lib/thunderbird/include/mozilla-1.5b/content/nsIForm.h -lib/thunderbird/include/mozilla-1.5b/content/nsIFormControl.h -lib/thunderbird/include/mozilla-1.5b/content/nsIFormSubmission.h -lib/thunderbird/include/mozilla-1.5b/content/nsIFrameLoader.h -lib/thunderbird/include/mozilla-1.5b/content/nsIFrameSetElement.h -lib/thunderbird/include/mozilla-1.5b/content/nsIHTMLCSSStyleSheet.h -lib/thunderbird/include/mozilla-1.5b/content/nsIHTMLContent.h -lib/thunderbird/include/mozilla-1.5b/content/nsIHTMLContentContainer.h -lib/thunderbird/include/mozilla-1.5b/content/nsIHTMLDocument.h -lib/thunderbird/include/mozilla-1.5b/content/nsIHTMLTableCellElement.h -lib/thunderbird/include/mozilla-1.5b/content/nsIHTMLTableColElement.h -lib/thunderbird/include/mozilla-1.5b/content/nsIHTMLToTextSink.h -lib/thunderbird/include/mozilla-1.5b/content/nsIImageDocument.h -lib/thunderbird/include/mozilla-1.5b/content/nsIImageLoadingContent.h -lib/thunderbird/include/mozilla-1.5b/content/nsIInspectorCSSUtils.h -lib/thunderbird/include/mozilla-1.5b/content/nsILink.h -lib/thunderbird/include/mozilla-1.5b/content/nsIMediaList.h -lib/thunderbird/include/mozilla-1.5b/content/nsIModifyableXPointer.h -lib/thunderbird/include/mozilla-1.5b/content/nsINameSpace.h -lib/thunderbird/include/mozilla-1.5b/content/nsINameSpaceManager.h -lib/thunderbird/include/mozilla-1.5b/content/nsINodeInfo.h -lib/thunderbird/include/mozilla-1.5b/content/nsIOptionElement.h -lib/thunderbird/include/mozilla-1.5b/content/nsIPhonetic.h -lib/thunderbird/include/mozilla-1.5b/content/nsIPrintProgress.h -lib/thunderbird/include/mozilla-1.5b/content/nsIPrintProgressParams.h -lib/thunderbird/include/mozilla-1.5b/content/nsIPrintStatusFeedback.h -lib/thunderbird/include/mozilla-1.5b/content/nsIPrivateCompositionEvent.h -lib/thunderbird/include/mozilla-1.5b/content/nsIPrivateDOMEvent.h -lib/thunderbird/include/mozilla-1.5b/content/nsIPrivateDOMImplementation.h -lib/thunderbird/include/mozilla-1.5b/content/nsIPrivateTextEvent.h -lib/thunderbird/include/mozilla-1.5b/content/nsIPrivateTextRange.h -lib/thunderbird/include/mozilla-1.5b/content/nsIRadioControlElement.h -lib/thunderbird/include/mozilla-1.5b/content/nsIRadioGroupContainer.h -lib/thunderbird/include/mozilla-1.5b/content/nsIRadioVisitor.h -lib/thunderbird/include/mozilla-1.5b/content/nsIRangeUtils.h -lib/thunderbird/include/mozilla-1.5b/content/nsIScriptElement.h -lib/thunderbird/include/mozilla-1.5b/content/nsIScriptEventHandler.h -lib/thunderbird/include/mozilla-1.5b/content/nsIScriptEventManager.h -lib/thunderbird/include/mozilla-1.5b/content/nsIScriptLoader.h -lib/thunderbird/include/mozilla-1.5b/content/nsIScriptLoaderObserver.h -lib/thunderbird/include/mozilla-1.5b/content/nsISelectElement.h -lib/thunderbird/include/mozilla-1.5b/content/nsISelection.h -lib/thunderbird/include/mozilla-1.5b/content/nsISelectionController.h -lib/thunderbird/include/mozilla-1.5b/content/nsISelectionDisplay.h -lib/thunderbird/include/mozilla-1.5b/content/nsISelectionListener.h -lib/thunderbird/include/mozilla-1.5b/content/nsISelectionPrivate.h -lib/thunderbird/include/mozilla-1.5b/content/nsIStyleRule.h -lib/thunderbird/include/mozilla-1.5b/content/nsIStyleRuleProcessor.h -lib/thunderbird/include/mozilla-1.5b/content/nsIStyleRuleSupplier.h -lib/thunderbird/include/mozilla-1.5b/content/nsIStyleSheet.h -lib/thunderbird/include/mozilla-1.5b/content/nsIStyleSheetLinkingElement.h -lib/thunderbird/include/mozilla-1.5b/content/nsIStyledContent.h -lib/thunderbird/include/mozilla-1.5b/content/nsISyncLoadDOMService.h -lib/thunderbird/include/mozilla-1.5b/content/nsITextAreaElement.h -lib/thunderbird/include/mozilla-1.5b/content/nsITextContent.h -lib/thunderbird/include/mozilla-1.5b/content/nsITextControlElement.h -lib/thunderbird/include/mozilla-1.5b/content/nsIWyciwygChannel.h -lib/thunderbird/include/mozilla-1.5b/content/nsIXBLBinding.h -lib/thunderbird/include/mozilla-1.5b/content/nsIXBLDocumentInfo.h -lib/thunderbird/include/mozilla-1.5b/content/nsIXBLService.h -lib/thunderbird/include/mozilla-1.5b/content/nsIXMLContent.h -lib/thunderbird/include/mozilla-1.5b/content/nsIXMLContentSink.h -lib/thunderbird/include/mozilla-1.5b/content/nsIXPathEvaluatorInternal.h -lib/thunderbird/include/mozilla-1.5b/content/nsIXPointer.h -lib/thunderbird/include/mozilla-1.5b/content/nsIXSLTException.h -lib/thunderbird/include/mozilla-1.5b/content/nsIXSLTProcessor.h -lib/thunderbird/include/mozilla-1.5b/content/nsIXSLTProcessorObsolete.h -lib/thunderbird/include/mozilla-1.5b/content/nsImageMapUtils.h -lib/thunderbird/include/mozilla-1.5b/content/nsLayoutAtomList.h -lib/thunderbird/include/mozilla-1.5b/content/nsLayoutAtoms.h -lib/thunderbird/include/mozilla-1.5b/content/nsMutationEvent.h -lib/thunderbird/include/mozilla-1.5b/content/nsRuleNode.h -lib/thunderbird/include/mozilla-1.5b/content/nsRuleWalker.h -lib/thunderbird/include/mozilla-1.5b/content/nsStyleContext.h -lib/thunderbird/include/mozilla-1.5b/content/nsStyleCoord.h -lib/thunderbird/include/mozilla-1.5b/content/nsStyleStruct.h -lib/thunderbird/include/mozilla-1.5b/content/nsStyleStructList.h -lib/thunderbird/include/mozilla-1.5b/content/nsStyleUtil.h -lib/thunderbird/include/mozilla-1.5b/content/nsTextFragment.h -lib/thunderbird/include/mozilla-1.5b/content/nsXBLAtomList.h -lib/thunderbird/include/mozilla-1.5b/content/nsXBLAtoms.h -lib/thunderbird/include/mozilla-1.5b/content/nsXULAtomList.h -lib/thunderbird/include/mozilla-1.5b/content/nsXULAtoms.h -lib/thunderbird/include/mozilla-1.5b/dbm/cdefs.h -lib/thunderbird/include/mozilla-1.5b/dbm/mcom_db.h -lib/thunderbird/include/mozilla-1.5b/dbm/ncompat.h -lib/thunderbird/include/mozilla-1.5b/dbm/nsres.h -lib/thunderbird/include/mozilla-1.5b/dbm/winfile.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsCDefaultURIFixup.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsCDocShell.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIContentViewer.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIContentViewerEdit.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIContentViewerFile.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIDocShell.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIDocShellHistory.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIDocShellLoadInfo.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIDocShellTreeItem.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIDocShellTreeNode.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIDocShellTreeOwner.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIEditorDocShell.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIMarkupDocumentViewer.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIScrollable.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsITextScroll.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIURIFixup.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIWebNavigation.h -lib/thunderbird/include/mozilla-1.5b/docshell/nsIWebPageDescriptor.h -lib/thunderbird/include/mozilla-1.5b/dom/domstubs.h -lib/thunderbird/include/mozilla-1.5b/dom/nsDOMCID.h -lib/thunderbird/include/mozilla-1.5b/dom/nsDOMError.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIBaseDOMException.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOM3Document.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOM3DocumentEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOM3EventTarget.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOM3Node.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMAbstractView.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMAttr.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMBarProp.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCDATASection.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCRMFObject.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSS2Properties.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSCharsetRule.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSFontFaceRule.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSImportRule.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSMediaRule.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSPageRule.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSPrimitiveValue.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSRule.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSRuleList.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSStyleDeclaration.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSStyleRule.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSStyleSheet.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSUnknownRule.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSValue.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCSSValueList.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCharacterData.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMChromeWindow.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMClassInfo.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMComment.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCompositionListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMContextMenuListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCounter.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCrypto.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMCustomEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDOMConfiguration.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDOMException.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDOMImplementation.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDocument.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDocumentCSS.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDocumentEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDocumentFragment.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDocumentRange.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDocumentStyle.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDocumentTraversal.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDocumentType.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDocumentView.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDocumentXBL.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMDragListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMElementCSSInlineStyle.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMEntity.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMEntityReference.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMEventGroup.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMEventListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMEventReceiver.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMEventTarget.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMFocusListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMFormListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLAnchorElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLAppletElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLAreaElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLBRElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLBaseElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLBaseFontElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLBodyElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLButtonElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLCollection.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLDListElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLDirectoryElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLDivElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLDocument.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLEmbedElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLFieldSetElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLFontElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLFormElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLFrameElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLFrameSetElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLHRElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLHeadElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLHeadingElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLHtmlElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLIFrameElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLImageElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLInputElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLIsIndexElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLLIElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLLabelElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLLegendElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLLinkElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLMapElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLMenuElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLMetaElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLModElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLOListElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLObjectElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLOptGroupElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLOptionElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLOptionsCollection.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLParagraphElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLParamElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLPreElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLQuoteElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLScriptElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLSelectElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLStyleElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLTableCaptionElem.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLTableCellElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLTableColElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLTableElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLTableRowElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLTableSectionElem.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLTextAreaElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLTitleElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHTMLUListElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMHistory.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMJSWindow.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMKeyEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMKeyListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMLinkStyle.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMLoadListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMLocation.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMMediaList.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMMimeType.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMMimeTypeArray.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMMouseEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMMouseListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMMouseMotionListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMMutationEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMMutationListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSDocument.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLAnchorElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLAreaElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLButtonElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLDocument.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLFormControlList.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLFormElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLFrameElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLHRElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLImageElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLInputElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLOptionCollectn.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLOptionElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLSelectElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHTMLTextAreaElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSHistory.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSLocation.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSRange.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSUIEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNSXBLFormControl.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNamedNodeMap.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNavigator.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNode.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNodeFilter.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNodeIterator.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNodeList.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMNotation.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMPaintListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMPkcs11.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMPlugin.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMPluginArray.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMPopupBlockedEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMProcessingInstruction.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMRGBColor.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMRange.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMRangeException.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMRect.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMScreen.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMScriptObjectFactory.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMScrollListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMStyleSheet.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMStyleSheetList.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMText.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMTextListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMTreeWalker.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMUIEvent.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMUserDataHandler.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMViewCSS.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMWindow.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMWindowCollection.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMWindowInternal.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXMLDocument.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXPathEvaluator.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXPathException.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXPathExpression.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXPathNSResolver.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXPathNamespace.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXPathResult.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULButtonElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULCheckboxElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULCommandDispatcher.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULControlElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULDescriptionElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULDocument.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULImageElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULLabelElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULLabeledControlEl.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULMenuListElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULMultSelectCntrlEl.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULPopupElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULSelectCntrlEl.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULSelectCntrlItemEl.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIDOMXULTextboxElement.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIEntropyCollector.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIFocusController.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIJSEventListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIJSNativeInitializer.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIScriptContext.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIScriptContextOwner.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIScriptEventListener.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIScriptExternalNameSet.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIScriptGlobalObject.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIScriptGlobalObjectOwner.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIScriptNameSpaceManager.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIScriptObjectOwner.h -lib/thunderbird/include/mozilla-1.5b/dom/nsIScriptObjectPrincipal.h -lib/thunderbird/include/mozilla-1.5b/dom/nsPIDOMWindow.h -lib/thunderbird/include/mozilla-1.5b/dom/nsPIWindowRoot.h -lib/thunderbird/include/mozilla-1.5b/downloadmanager/nsIDownloadManager.h -lib/thunderbird/include/mozilla-1.5b/downloadmanager/nsIDownloadProgressListener.h -lib/thunderbird/include/mozilla-1.5b/editor/nsEditorCID.h -lib/thunderbird/include/mozilla-1.5b/editor/nsICiter.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIContentFilter.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIDocumentStateListener.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIEditActionListener.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIEditor.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIEditorIMESupport.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIEditorLogging.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIEditorMailSupport.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIEditorObserver.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIEditorSpellCheck.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIEditorStyleSheets.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIHTMLAbsPosEditor.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIHTMLEditor.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIHTMLInlineTableEditor.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIHTMLObjectResizeListener.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIHTMLObjectResizer.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIPlaintextEditor.h -lib/thunderbird/include/mozilla-1.5b/editor/nsITableEditor.h -lib/thunderbird/include/mozilla-1.5b/editor/nsIURIRefObject.h -lib/thunderbird/include/mozilla-1.5b/editor/nsPIEditorTransaction.h -lib/thunderbird/include/mozilla-1.5b/embed_base/nsEmbedAPI.h -lib/thunderbird/include/mozilla-1.5b/embed_base/nsIWindowCreator.h -lib/thunderbird/include/mozilla-1.5b/embed_base/nsIWindowCreator2.h -lib/thunderbird/include/mozilla-1.5b/embedcomponents/nsIAppStartupNotifier.h -lib/thunderbird/include/mozilla-1.5b/embedstring/nsEmbedString.h -lib/thunderbird/include/mozilla-1.5b/expat/xmlparse.h -lib/thunderbird/include/mozilla-1.5b/exthandler/nsCExternalHandlerService.h -lib/thunderbird/include/mozilla-1.5b/exthandler/nsExternalHelperAppService.h -lib/thunderbird/include/mozilla-1.5b/exthandler/nsExternalProtocolHandler.h -lib/thunderbird/include/mozilla-1.5b/exthandler/nsHelperAppRDF.h -lib/thunderbird/include/mozilla-1.5b/exthandler/nsIExternalHelperAppService.h -lib/thunderbird/include/mozilla-1.5b/exthandler/nsIExternalProtocolService.h -lib/thunderbird/include/mozilla-1.5b/exthandler/nsOSHelperAppService.h -lib/thunderbird/include/mozilla-1.5b/filepicker/nsIFileView.h -lib/thunderbird/include/mozilla-1.5b/find/nsIFind.h -lib/thunderbird/include/mozilla-1.5b/find/nsIWebBrowserFind.h -lib/thunderbird/include/mozilla-1.5b/gfx/gfxIFormats.h -lib/thunderbird/include/mozilla-1.5b/gfx/gfxIImageFrame.h -lib/thunderbird/include/mozilla-1.5b/gfx/gfxtypes.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsColor.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsColorNameList.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsColorNames.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsCompressedCharMap.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsCoord.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsDeviceContext.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsFont.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsGfxCIID.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsGfxPSCID.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsGfxXPrintCID.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIBlender.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIDeviceContext.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIDeviceContextPS.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIDeviceContextSpec.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIDeviceContextSpecFactory.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIDeviceContextSpecPS.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIDeviceContextSpecXPrint.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIDeviceContextXPrint.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIDrawingSurface.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIFontCatalogService.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIFontEnumerator.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIFontList.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIFontMetrics.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIFreeType2.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIGraphics.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIImage.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIPrintOptions.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIPrintSession.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIPrintSettings.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIPrintSettingsService.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIRegion.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIRenderingContext.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIScreen.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIScreenManager.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsIScriptableRegion.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsITheme.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsMargin.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsPoint.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsPostScriptObj.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsRect.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsRegion.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsSize.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsThemeConstants.h -lib/thunderbird/include/mozilla-1.5b/gfx/nsTransform2D.h -lib/thunderbird/include/mozilla-1.5b/gtkembedmoz/gtkmozembed.h -lib/thunderbird/include/mozilla-1.5b/gtkembedmoz/gtkmozembed_internal.h -lib/thunderbird/include/mozilla-1.5b/gtkxtbin/gtk2xtbin.h -lib/thunderbird/include/mozilla-1.5b/gtkxtbin/gtkxtbin.h -lib/thunderbird/include/mozilla-1.5b/helperAppDlg/nsIHelperAppLauncherDialog.h -lib/thunderbird/include/mozilla-1.5b/history/nsIBrowserHistory.h -lib/thunderbird/include/mozilla-1.5b/history/nsIGlobalHistory.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsHTMLTagList.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsHTMLTags.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsHTMLTokens.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsIContentSink.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsIDTD.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsIElementObserver.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsIExpatSink.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsIHTMLContentSink.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsIHTMLFragmentContentSink.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsIParser.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsIParserFilter.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsIParserNode.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsIParserService.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsITokenizer.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsParserCIID.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsParserError.h -lib/thunderbird/include/mozilla-1.5b/htmlparser/nsToken.h -lib/thunderbird/include/mozilla-1.5b/imglib2/ImageErrors.h -lib/thunderbird/include/mozilla-1.5b/imglib2/ImageLogging.h -lib/thunderbird/include/mozilla-1.5b/imglib2/imgICache.h -lib/thunderbird/include/mozilla-1.5b/imglib2/imgIContainer.h -lib/thunderbird/include/mozilla-1.5b/imglib2/imgIContainerObserver.h -lib/thunderbird/include/mozilla-1.5b/imglib2/imgIDecoder.h -lib/thunderbird/include/mozilla-1.5b/imglib2/imgIDecoderObserver.h -lib/thunderbird/include/mozilla-1.5b/imglib2/imgILoad.h -lib/thunderbird/include/mozilla-1.5b/imglib2/imgILoader.h -lib/thunderbird/include/mozilla-1.5b/imglib2/imgIRequest.h -lib/thunderbird/include/mozilla-1.5b/impComm4xMail/nsComm4xMail.h -lib/thunderbird/include/mozilla-1.5b/impComm4xMail/nsComm4xMailImport.h -lib/thunderbird/include/mozilla-1.5b/impComm4xMail/nsComm4xMailStringBundle.h -lib/thunderbird/include/mozilla-1.5b/impComm4xMail/nsComm4xProfile.h -lib/thunderbird/include/mozilla-1.5b/impComm4xMail/nsIComm4xProfile.h -lib/thunderbird/include/mozilla-1.5b/impText/nsTextImport.h -lib/thunderbird/include/mozilla-1.5b/impText/nsTextStringBundle.h -lib/thunderbird/include/mozilla-1.5b/import/ImportOutFile.h -lib/thunderbird/include/mozilla-1.5b/import/nsIImportABDescriptor.h -lib/thunderbird/include/mozilla-1.5b/import/nsIImportAddressBooks.h -lib/thunderbird/include/mozilla-1.5b/import/nsIImportFieldMap.h -lib/thunderbird/include/mozilla-1.5b/import/nsIImportGeneric.h -lib/thunderbird/include/mozilla-1.5b/import/nsIImportMail.h -lib/thunderbird/include/mozilla-1.5b/import/nsIImportMailboxDescriptor.h -lib/thunderbird/include/mozilla-1.5b/import/nsIImportMimeEncode.h -lib/thunderbird/include/mozilla-1.5b/import/nsIImportModule.h -lib/thunderbird/include/mozilla-1.5b/import/nsIImportService.h -lib/thunderbird/include/mozilla-1.5b/import/nsIImportSettings.h -lib/thunderbird/include/mozilla-1.5b/import/nsImportEncodeScan.h -lib/thunderbird/include/mozilla-1.5b/import/nsImportMimeEncode.h -lib/thunderbird/include/mozilla-1.5b/import/nsImportScanFile.h -lib/thunderbird/include/mozilla-1.5b/import/nsImportService.h -lib/thunderbird/include/mozilla-1.5b/import/nsImportStringBundle.h -lib/thunderbird/include/mozilla-1.5b/import/nsImportTranslator.h -lib/thunderbird/include/mozilla-1.5b/intl/nsIStringBundle.h -lib/thunderbird/include/mozilla-1.5b/intl/nsIStringBundleOverride.h -lib/thunderbird/include/mozilla-1.5b/jar/nsIJAR.h -lib/thunderbird/include/mozilla-1.5b/jar/nsIZipReader.h -lib/thunderbird/include/mozilla-1.5b/jar/zipfile.h -lib/thunderbird/include/mozilla-1.5b/jar/zipstruct.h -lib/thunderbird/include/mozilla-1.5b/jar/zipstub.h -lib/thunderbird/include/mozilla-1.5b/java/bool.h -lib/thunderbird/include/mozilla-1.5b/java/interpreter.h -lib/thunderbird/include/mozilla-1.5b/java/javaString.h -lib/thunderbird/include/mozilla-1.5b/java/javaThreads.h -lib/thunderbird/include/mozilla-1.5b/java/java_lang_String.h -lib/thunderbird/include/mozilla-1.5b/java/jdk_java_lang_String.h -lib/thunderbird/include/mozilla-1.5b/java/jmc.h -lib/thunderbird/include/mozilla-1.5b/java/jni.h -lib/thunderbird/include/mozilla-1.5b/java/jni_md.h -lib/thunderbird/include/mozilla-1.5b/java/jri.h -lib/thunderbird/include/mozilla-1.5b/java/jri_md.h -lib/thunderbird/include/mozilla-1.5b/java/jriext.h -lib/thunderbird/include/mozilla-1.5b/java/jritypes.h -lib/thunderbird/include/mozilla-1.5b/java/nspr_md.h -lib/thunderbird/include/mozilla-1.5b/java/oobj.h -lib/thunderbird/include/mozilla-1.5b/java/sysmacros_md.h -lib/thunderbird/include/mozilla-1.5b/java/tree.h -lib/thunderbird/include/mozilla-1.5b/java/typedefs.h -lib/thunderbird/include/mozilla-1.5b/java/typedefs_md.h -lib/thunderbird/include/mozilla-1.5b/java/zip.h -lib/thunderbird/include/mozilla-1.5b/js/fdlibm.h -lib/thunderbird/include/mozilla-1.5b/js/js.msg -lib/thunderbird/include/mozilla-1.5b/js/jsapi.h -lib/thunderbird/include/mozilla-1.5b/js/jsarena.h -lib/thunderbird/include/mozilla-1.5b/js/jsarray.h -lib/thunderbird/include/mozilla-1.5b/js/jsatom.h -lib/thunderbird/include/mozilla-1.5b/js/jsautocfg.h -lib/thunderbird/include/mozilla-1.5b/js/jsbit.h -lib/thunderbird/include/mozilla-1.5b/js/jsbool.h -lib/thunderbird/include/mozilla-1.5b/js/jsclist.h -lib/thunderbird/include/mozilla-1.5b/js/jscntxt.h -lib/thunderbird/include/mozilla-1.5b/js/jscompat.h -lib/thunderbird/include/mozilla-1.5b/js/jsconfig.h -lib/thunderbird/include/mozilla-1.5b/js/jsdate.h -lib/thunderbird/include/mozilla-1.5b/js/jsdbgapi.h -lib/thunderbird/include/mozilla-1.5b/js/jsdhash.h -lib/thunderbird/include/mozilla-1.5b/js/jsemit.h -lib/thunderbird/include/mozilla-1.5b/js/jsfun.h -lib/thunderbird/include/mozilla-1.5b/js/jsgc.h -lib/thunderbird/include/mozilla-1.5b/js/jshash.h -lib/thunderbird/include/mozilla-1.5b/js/jsinterp.h -lib/thunderbird/include/mozilla-1.5b/js/jslock.h -lib/thunderbird/include/mozilla-1.5b/js/jslong.h -lib/thunderbird/include/mozilla-1.5b/js/jsmath.h -lib/thunderbird/include/mozilla-1.5b/js/jsnum.h -lib/thunderbird/include/mozilla-1.5b/js/jsobj.h -lib/thunderbird/include/mozilla-1.5b/js/jsopcode.h -lib/thunderbird/include/mozilla-1.5b/js/jsopcode.tbl -lib/thunderbird/include/mozilla-1.5b/js/jsosdep.h -lib/thunderbird/include/mozilla-1.5b/js/jsotypes.h -lib/thunderbird/include/mozilla-1.5b/js/jsparse.h -lib/thunderbird/include/mozilla-1.5b/js/jsprf.h -lib/thunderbird/include/mozilla-1.5b/js/jsprvtd.h -lib/thunderbird/include/mozilla-1.5b/js/jspubtd.h -lib/thunderbird/include/mozilla-1.5b/js/jsregexp.h -lib/thunderbird/include/mozilla-1.5b/js/jsscan.h -lib/thunderbird/include/mozilla-1.5b/js/jsscope.h -lib/thunderbird/include/mozilla-1.5b/js/jsscript.h -lib/thunderbird/include/mozilla-1.5b/js/jsstddef.h -lib/thunderbird/include/mozilla-1.5b/js/jsstr.h -lib/thunderbird/include/mozilla-1.5b/js/jstypes.h -lib/thunderbird/include/mozilla-1.5b/js/jsutil.h -lib/thunderbird/include/mozilla-1.5b/js/jsxdrapi.h -lib/thunderbird/include/mozilla-1.5b/jsconsole/nsIJSConsoleService.h -lib/thunderbird/include/mozilla-1.5b/jsdebug/jsdIDebuggerService.h -lib/thunderbird/include/mozilla-1.5b/jsdebug/jsdebug.h -lib/thunderbird/include/mozilla-1.5b/jsurl/nsIEvaluateStringProxy.h -lib/thunderbird/include/mozilla-1.5b/jsurl/nsJSProtocolHandler.h -lib/thunderbird/include/mozilla-1.5b/layout/nsBidi.h -lib/thunderbird/include/mozilla-1.5b/layout/nsBidiFrames.h -lib/thunderbird/include/mozilla-1.5b/layout/nsBidiPresUtils.h -lib/thunderbird/include/mozilla-1.5b/layout/nsCompatibility.h -lib/thunderbird/include/mozilla-1.5b/layout/nsFrameList.h -lib/thunderbird/include/mozilla-1.5b/layout/nsFrameTraversal.h -lib/thunderbird/include/mozilla-1.5b/layout/nsGrid.h -lib/thunderbird/include/mozilla-1.5b/layout/nsGridCell.h -lib/thunderbird/include/mozilla-1.5b/layout/nsGridLayout2.h -lib/thunderbird/include/mozilla-1.5b/layout/nsGridRow.h -lib/thunderbird/include/mozilla-1.5b/layout/nsGridRowGroupLayout.h -lib/thunderbird/include/mozilla-1.5b/layout/nsGridRowLayout.h -lib/thunderbird/include/mozilla-1.5b/layout/nsGridRowLeafFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsGridRowLeafLayout.h -lib/thunderbird/include/mozilla-1.5b/layout/nsHTMLParts.h -lib/thunderbird/include/mozilla-1.5b/layout/nsHTMLReflowMetrics.h -lib/thunderbird/include/mozilla-1.5b/layout/nsHTMLReflowState.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIAutoCopy.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIBoxLayoutManager.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIBoxObject.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIBoxPaintManager.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIBrowserBoxObject.h -lib/thunderbird/include/mozilla-1.5b/layout/nsICSSFrameConstructor.h -lib/thunderbird/include/mozilla-1.5b/layout/nsICanvasFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsICaret.h -lib/thunderbird/include/mozilla-1.5b/layout/nsICheckboxControlFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIChromeEventHandler.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIComboboxControlFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIEditorBoxObject.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFocusTracker.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFormControlFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFormProcessor.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFormSubmitObserver.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFrameDebug.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFrameFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFrameManager.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFrameSelection.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFrameTraversal.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIFrameUtil.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIGridPart.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIHTMLStyleSheet.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIIFrameBoxObject.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIImageControlFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIImageFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIImageMap.h -lib/thunderbird/include/mozilla-1.5b/layout/nsILayoutDebugger.h -lib/thunderbird/include/mozilla-1.5b/layout/nsILayoutHistoryState.h -lib/thunderbird/include/mozilla-1.5b/layout/nsILineIterator.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIListBoxObject.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIListControlFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIMenuBoxObject.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIMenuFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIMutableStyleContext.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIObjectFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIPageSequenceFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIPercentHeightObserver.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIPopupBoxObject.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIPopupSetFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIPresContext.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIPresShell.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIPresState.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIPrintContext.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIPrintPreviewContext.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIRadioControlFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIReflowCallback.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIScrollBoxObject.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIScrollableFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIScrollableViewProvider.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIScrollbarMediator.h -lib/thunderbird/include/mozilla-1.5b/layout/nsISelectControlFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsISelectionImageService.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIStatefulFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIStyleFrameConstruction.h -lib/thunderbird/include/mozilla-1.5b/layout/nsIStyleSet.h -lib/thunderbird/include/mozilla-1.5b/layout/nsITableCellLayout.h -lib/thunderbird/include/mozilla-1.5b/layout/nsITableLayout.h -lib/thunderbird/include/mozilla-1.5b/layout/nsITextControlFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsITreeBoxObject.h -lib/thunderbird/include/mozilla-1.5b/layout/nsITreeContentView.h -lib/thunderbird/include/mozilla-1.5b/layout/nsITreeSelection.h -lib/thunderbird/include/mozilla-1.5b/layout/nsITreeView.h -lib/thunderbird/include/mozilla-1.5b/layout/nsLayoutCID.h -lib/thunderbird/include/mozilla-1.5b/layout/nsLayoutErrors.h -lib/thunderbird/include/mozilla-1.5b/layout/nsLayoutUtils.h -lib/thunderbird/include/mozilla-1.5b/layout/nsPIBoxObject.h -lib/thunderbird/include/mozilla-1.5b/layout/nsReflowType.h -lib/thunderbird/include/mozilla-1.5b/layout/nsStyleChangeList.h -lib/thunderbird/include/mozilla-1.5b/layout/nsStyleConsts.h -lib/thunderbird/include/mozilla-1.5b/layout/nsTextTransformer.h -lib/thunderbird/include/mozilla-1.5b/layout/nsTreeBodyFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsTreeColFrame.h -lib/thunderbird/include/mozilla-1.5b/layout/nsTreeContentView.h -lib/thunderbird/include/mozilla-1.5b/layout/nsTreeSelection.h -lib/thunderbird/include/mozilla-1.5b/layout/nsTreeUtils.h -lib/thunderbird/include/mozilla-1.5b/ldap/disptmpl.h -lib/thunderbird/include/mozilla-1.5b/ldap/iutil.h -lib/thunderbird/include/mozilla-1.5b/ldap/lber.h -lib/thunderbird/include/mozilla-1.5b/ldap/ldap-deprecated.h -lib/thunderbird/include/mozilla-1.5b/ldap/ldap-extension.h -lib/thunderbird/include/mozilla-1.5b/ldap/ldap-platform.h -lib/thunderbird/include/mozilla-1.5b/ldap/ldap-standard.h -lib/thunderbird/include/mozilla-1.5b/ldap/ldap-to-be-deprecated.h -lib/thunderbird/include/mozilla-1.5b/ldap/ldap.h -lib/thunderbird/include/mozilla-1.5b/ldap/ldap_ssl.h -lib/thunderbird/include/mozilla-1.5b/ldap/ldappr.h -lib/thunderbird/include/mozilla-1.5b/ldap/srchpref.h -lib/thunderbird/include/mozilla-1.5b/libreg/NSReg.h -lib/thunderbird/include/mozilla-1.5b/libreg/VerReg.h -lib/thunderbird/include/mozilla-1.5b/locale/nsCollation.h -lib/thunderbird/include/mozilla-1.5b/locale/nsCollationCID.h -lib/thunderbird/include/mozilla-1.5b/locale/nsDateTimeFormatCID.h -lib/thunderbird/include/mozilla-1.5b/locale/nsICollation.h -lib/thunderbird/include/mozilla-1.5b/locale/nsIDateTimeFormat.h -lib/thunderbird/include/mozilla-1.5b/locale/nsIFontPackageHandler.h -lib/thunderbird/include/mozilla-1.5b/locale/nsIFontPackageProxy.h -lib/thunderbird/include/mozilla-1.5b/locale/nsIFontPackageService.h -lib/thunderbird/include/mozilla-1.5b/locale/nsILanguageAtom.h -lib/thunderbird/include/mozilla-1.5b/locale/nsILanguageAtomService.h -lib/thunderbird/include/mozilla-1.5b/locale/nsILocale.h -lib/thunderbird/include/mozilla-1.5b/locale/nsILocaleService.h -lib/thunderbird/include/mozilla-1.5b/locale/nsIMacLocale.h -lib/thunderbird/include/mozilla-1.5b/locale/nsIOS2Locale.h -lib/thunderbird/include/mozilla-1.5b/locale/nsIPosixLocale.h -lib/thunderbird/include/mozilla-1.5b/locale/nsIScriptableDateFormat.h -lib/thunderbird/include/mozilla-1.5b/locale/nsIWin32Locale.h -lib/thunderbird/include/mozilla-1.5b/locale/nsLocaleCID.h -lib/thunderbird/include/mozilla-1.5b/lwbrk/nsIBinarySearchIterator.h -lib/thunderbird/include/mozilla-1.5b/lwbrk/nsIBreakState.h -lib/thunderbird/include/mozilla-1.5b/lwbrk/nsILineBreaker.h -lib/thunderbird/include/mozilla-1.5b/lwbrk/nsILineBreakerFactory.h -lib/thunderbird/include/mozilla-1.5b/lwbrk/nsILinearIterator.h -lib/thunderbird/include/mozilla-1.5b/lwbrk/nsISemanticUnitScanner.h -lib/thunderbird/include/mozilla-1.5b/lwbrk/nsIWordBreaker.h -lib/thunderbird/include/mozilla-1.5b/lwbrk/nsIWordBreakerFactory.h -lib/thunderbird/include/mozilla-1.5b/lwbrk/nsLWBrkCIID.h -lib/thunderbird/include/mozilla-1.5b/mailnews/MailNewsTypes.h -lib/thunderbird/include/mozilla-1.5b/mailnews/MailNewsTypes2.h -lib/thunderbird/include/mozilla-1.5b/mailview/nsIMsgMailView.h -lib/thunderbird/include/mozilla-1.5b/mailview/nsIMsgMailViewList.h -lib/thunderbird/include/mozilla-1.5b/mailview/nsMsgMailViewList.h -lib/thunderbird/include/mozilla-1.5b/mailview/nsMsgMailViewsCID.h -lib/thunderbird/include/mozilla-1.5b/mime/comi18n.h -lib/thunderbird/include/mozilla-1.5b/mime/mimecont.h -lib/thunderbird/include/mozilla-1.5b/mime/mimecth.h -lib/thunderbird/include/mozilla-1.5b/mime/mimehdrs.h -lib/thunderbird/include/mozilla-1.5b/mime/mimei.h -lib/thunderbird/include/mozilla-1.5b/mime/mimeleaf.h -lib/thunderbird/include/mozilla-1.5b/mime/mimemsig.h -lib/thunderbird/include/mozilla-1.5b/mime/mimemult.h -lib/thunderbird/include/mozilla-1.5b/mime/mimeobj.h -lib/thunderbird/include/mozilla-1.5b/mime/mimepbuf.h -lib/thunderbird/include/mozilla-1.5b/mime/mimetext.h -lib/thunderbird/include/mozilla-1.5b/mime/modlmime.h -lib/thunderbird/include/mozilla-1.5b/mime/modmimee.h -lib/thunderbird/include/mozilla-1.5b/mime/nsIMimeContentTypeHandler.h -lib/thunderbird/include/mozilla-1.5b/mime/nsIMimeConverter.h -lib/thunderbird/include/mozilla-1.5b/mime/nsIMimeEmitter.h -lib/thunderbird/include/mozilla-1.5b/mime/nsIMimeHeaders.h -lib/thunderbird/include/mozilla-1.5b/mime/nsIMimeMiscStatus.h -lib/thunderbird/include/mozilla-1.5b/mime/nsIMimeObjectClassAccess.h -lib/thunderbird/include/mozilla-1.5b/mime/nsIMimeStreamConverter.h -lib/thunderbird/include/mozilla-1.5b/mime/nsIMsgHeaderParser.h -lib/thunderbird/include/mozilla-1.5b/mime/nsMailHeaders.h -lib/thunderbird/include/mozilla-1.5b/mime/nsMimeContentTypeHandler.h -lib/thunderbird/include/mozilla-1.5b/mime/nsMimeConverter.h -lib/thunderbird/include/mozilla-1.5b/mime/nsMimeHeaders.h -lib/thunderbird/include/mozilla-1.5b/mime/nsMimeObjectClassAccess.h -lib/thunderbird/include/mozilla-1.5b/mime/nsMimeStringResources.h -lib/thunderbird/include/mozilla-1.5b/mime/nsMsgHeaderParser.h -lib/thunderbird/include/mozilla-1.5b/mime/nsMsgMimeCID.h -lib/thunderbird/include/mozilla-1.5b/mime/nsStreamConverter.h -lib/thunderbird/include/mozilla-1.5b/mimeemitter/nsEmitterUtils.h -lib/thunderbird/include/mozilla-1.5b/mimeemitter/nsMimeBaseEmitter.h -lib/thunderbird/include/mozilla-1.5b/mimeemitter/nsMimeEmitterCID.h -lib/thunderbird/include/mozilla-1.5b/mimeemitter/nsMimeHtmlEmitter.h -lib/thunderbird/include/mozilla-1.5b/mimeemitter/nsMimePlainEmitter.h -lib/thunderbird/include/mozilla-1.5b/mimeemitter/nsMimeRawEmitter.h -lib/thunderbird/include/mozilla-1.5b/mimeemitter/nsMimeRebuffer.h -lib/thunderbird/include/mozilla-1.5b/mimeemitter/nsMimeXmlEmitter.h -lib/thunderbird/include/mozilla-1.5b/mimetype/nsIMIMEHeaderParam.h -lib/thunderbird/include/mozilla-1.5b/mimetype/nsIMIMEInfo.h -lib/thunderbird/include/mozilla-1.5b/mimetype/nsIMIMEService.h -lib/thunderbird/include/mozilla-1.5b/mimetype/nsMimeTypes.h -lib/thunderbird/include/mozilla-1.5b/mork/mdb.h -lib/thunderbird/include/mozilla-1.5b/mork/nsIMdbFactoryFactory.h -lib/thunderbird/include/mozilla-1.5b/mork/nsMorkCID.h -lib/thunderbird/include/mozilla-1.5b/mozilla-config.h -lib/thunderbird/include/mozilla-1.5b/mozldap/nsILDAPBERValue.h -lib/thunderbird/include/mozilla-1.5b/mozldap/nsILDAPConnection.h -lib/thunderbird/include/mozilla-1.5b/mozldap/nsILDAPErrors.h -lib/thunderbird/include/mozilla-1.5b/mozldap/nsILDAPMessage.h -lib/thunderbird/include/mozilla-1.5b/mozldap/nsILDAPMessageListener.h -lib/thunderbird/include/mozilla-1.5b/mozldap/nsILDAPOperation.h -lib/thunderbird/include/mozilla-1.5b/mozldap/nsILDAPServer.h -lib/thunderbird/include/mozilla-1.5b/mozldap/nsILDAPService.h -lib/thunderbird/include/mozilla-1.5b/mozldap/nsILDAPURL.h -lib/thunderbird/include/mozilla-1.5b/mozldap/nsLDAP.h -lib/thunderbird/include/mozilla-1.5b/msgbase/msgCore.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsCopyMessageStreamListener.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsICopyMessageListener.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsICopyMsgStreamListener.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIFolder.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIFolderListener.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIIncomingServerListener.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMessenger.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMessengerMigrator.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMessengerOSIntegration.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMessengerWindowService.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgAccount.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgAccountManager.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgBiffManager.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgCopyService.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgCopyServiceListener.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgDBView.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgFilter.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgFilterHitNotify.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgFilterList.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgFilterPlugin.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgFilterService.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgFolder.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgFolderCache.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgFolderCacheElement.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgFolderCompactor.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgGroupRecord.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgHdr.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgHost.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgIdentity.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgMailNewsUrl.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgMailSession.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgMdnGenerator.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgMessageService.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgOfflineManager.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgPrintEngine.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgProgress.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgProtocolInfo.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgPurgeService.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgRDFDataSource.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgSearchAdapter.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgSearchNotify.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgSearchScopeTerm.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgSearchSession.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgSearchTerm.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgSearchValidityManager.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgSearchValidityTable.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgSearchValue.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgSignature.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgStatusFeedback.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgStringService.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgThread.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgVCard.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIMsgWindow.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsISpamSettings.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsISubscribableServer.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIUrlListener.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsIUrlListenerManager.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMessenger.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMessengerBootstrap.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMessengerContentHandler.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMessengerMigrator.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgAccount.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgAccountManager.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgAccountManagerDS.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgBaseCID.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgBiffManager.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgBodyHandler.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgContentPolicy.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgCopyService.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgFilterCore.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgFilterDataSource.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgFilterDelegateFactory.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgFilterService.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgFolderCache.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgFolderDataSource.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgFolderFlags.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgHeaderMasks.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgLocalFolderHdrs.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgMailSession.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgMessageFlags.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgPrintEngine.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgProgress.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgPurgeService.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgRDFDataSource.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgRDFUtils.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgResultElement.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgSearchAdapter.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgSearchArray.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgSearchBoolExpression.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgSearchCore.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgSearchScopeTerm.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgSearchSession.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgSearchTerm.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgServiceProvider.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgStatusFeedback.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsMsgWindow.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsStatusBarBiffManager.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsSubscribableServer.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsSubscribeDataSource.h -lib/thunderbird/include/mozilla-1.5b/msgbase/nsUrlListenerManager.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsAdapterEnumerator.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsLocalFolderSummarySpec.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgDBFolder.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgFolder.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgGroupRecord.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgI18N.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgIdentity.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgKeyArray.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgKeySet.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgLineBuffer.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgMailNewsUrl.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgProtocol.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgTxn.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgUtf7Utils.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsMsgUtils.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsNewsSummarySpec.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsUInt32Array.h -lib/thunderbird/include/mozilla-1.5b/msgbaseutil/nsUint8Array.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgAttachment.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgCompFields.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgCompUtils.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgCompose.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgComposeParams.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgComposeProgressParams.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgComposeSecure.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgComposeService.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgDraft.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgQuote.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgRecipientArray.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgSend.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgSendLater.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgSendLaterListener.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgSendListener.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIMsgSendReport.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsISmtpServer.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsISmtpService.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsISmtpUrl.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsIURLFetcher.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgAttachment.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgAttachmentHandler.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgCompCID.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgCompFields.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgCompUtils.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgCompose.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgComposeContentHandler.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgComposeParams.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgComposeProgressParams.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgComposeService.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgComposeStringBundle.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgCopy.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgCreate.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgDeliveryListener.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgEncoders.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgPrompts.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgQuote.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgRecipientArray.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgSend.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgSendLater.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgSendReport.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsMsgSimulateError.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsSmtpDataSource.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsSmtpDelegateFactory.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsSmtpProtocol.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsSmtpServer.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsSmtpService.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsSmtpUrl.h -lib/thunderbird/include/mozilla-1.5b/msgcompose/nsURLFetcher.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsDBFolderInfo.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsIDBChangeAnnouncer.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsIDBChangeListener.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsIDBFolderInfo.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsIMsgDatabase.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsIMsgOfflineImapOperation.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsINewsDatabase.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsImapMailDatabase.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsMailDatabase.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsMsgDBCID.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsMsgDatabase.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsMsgHdr.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsMsgThread.h -lib/thunderbird/include/mozilla-1.5b/msgdb/nsNewsDatabase.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIIMAPHostSessionList.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapExtensionSink.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapFlagAndUidState.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapHeaderXferInfo.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapMailFolderSink.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapMessageSink.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapMiscellaneousSink.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapMockChannel.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapProtocol.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapServerSink.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapService.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIImapUrl.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIMAPBodyShell.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIMAPGenericParser.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIMAPHostSessionList.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIMAPNamespace.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIMailboxSpec.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIMsgImapMailFolder.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsIMsgLogonRedirector.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapCore.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapFlagAndUidState.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapMailFolder.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapProtocol.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapProxyEvent.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapSearchResults.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapServerResponseParser.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapService.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapUrl.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsImapUtils.h -lib/thunderbird/include/mozilla-1.5b/msgimap/nsMsgImapCID.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsILocalMailIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsIMailboxService.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsIMailboxUrl.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsIMovemailIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsIMovemailService.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsIMsgLocalMailFolder.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsIMsgParseMailMsgState.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsINoIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsINoneService.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsIPop3IncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsIPop3Service.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsIPop3Sink.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsIPop3URL.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsLocalMailFolder.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsLocalStringBundle.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsMailboxProtocol.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsMailboxService.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsMailboxUrl.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsMovemailIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsMovemailService.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsMsgLocalCID.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsNoIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsNoneService.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsParseMailbox.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsPop3IncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsPop3Protocol.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsPop3Service.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsPop3Sink.h -lib/thunderbird/include/mozilla-1.5b/msglocal/nsPop3URL.h -lib/thunderbird/include/mozilla-1.5b/msgmdn/nsMsgMdnCID.h -lib/thunderbird/include/mozilla-1.5b/msgmdn/nsMsgMdnGenerator.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nntpCore.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsIMsgNewsFolder.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsIMsgOfflineNewsState.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsINNTPArticleList.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsINNTPNewsgroupList.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsINNTPNewsgroupPost.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsINNTPProtocol.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsINewsDownloadDialogArgs.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsINntpIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsINntpService.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsINntpUrl.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsMsgNewsCID.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsNNTPArticleList.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsNNTPNewsgroupList.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsNNTPNewsgroupPost.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsNNTPProtocol.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsNewsDownloadDialogArgs.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsNewsFolder.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsNewsUtils.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsNntpIncomingServer.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsNntpService.h -lib/thunderbird/include/mozilla-1.5b/msgnews/nsNntpUrl.h -lib/thunderbird/include/mozilla-1.5b/msgsmime/nsEncryptedSMIMEURIsService.h -lib/thunderbird/include/mozilla-1.5b/msgsmime/nsIEncryptedSMIMEURIsSrvc.h -lib/thunderbird/include/mozilla-1.5b/msgsmime/nsIMsgSMIMECompFields.h -lib/thunderbird/include/mozilla-1.5b/msgsmime/nsIMsgSMIMEHeaderSink.h -lib/thunderbird/include/mozilla-1.5b/msgsmime/nsISMimeJSHelper.h -lib/thunderbird/include/mozilla-1.5b/msgsmime/nsMsgComposeSecure.h -lib/thunderbird/include/mozilla-1.5b/msgsmime/nsMsgSMIMECID.h -lib/thunderbird/include/mozilla-1.5b/msgsmime/nsSMimeJSHelper.h -lib/thunderbird/include/mozilla-1.5b/necko/ftpCore.h -lib/thunderbird/include/mozilla-1.5b/necko/mozITXTToHTMLConv.h -lib/thunderbird/include/mozilla-1.5b/necko/necko-config.h -lib/thunderbird/include/mozilla-1.5b/necko/netCore.h -lib/thunderbird/include/mozilla-1.5b/necko/nsCPasswordManager.h -lib/thunderbird/include/mozilla-1.5b/necko/nsCPasswordManagerInternal.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIAboutModule.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIAsyncStreamCopier.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIAuthPrompt.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIBufferedStreams.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIByteRangeRequest.h -lib/thunderbird/include/mozilla-1.5b/necko/nsICachingChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsICookieService.h -lib/thunderbird/include/mozilla-1.5b/necko/nsICryptoFIPSInfo.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIDNSListener.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIDNSService.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIDataChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIDirIndex.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIDirIndexListener.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIDirectoryListing.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIDownloader.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIEncodedChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIExternalProtocolHandler.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIFTPChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIFileChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIFileProtocolHandler.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIFileStreams.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIFileURL.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIHttpAuthManager.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIHttpAuthenticator.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIHttpChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIHttpChannelInternal.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIHttpEventSink.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIHttpHeaderVisitor.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIHttpNotify.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIHttpProtocolHandler.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIIDNService.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIIOService.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIInputStreamChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIInputStreamPump.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIJARChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIJARProtocolHandler.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIJARURI.h -lib/thunderbird/include/mozilla-1.5b/necko/nsILoadGroup.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIMIMEInputStream.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIMultiPartChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsINetModRegEntry.h -lib/thunderbird/include/mozilla-1.5b/necko/nsINetModuleMgr.h -lib/thunderbird/include/mozilla-1.5b/necko/nsINetNotify.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIPasswordManager.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIPasswordManagerInternal.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIProgressEventSink.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIPrompt.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIProtocolHandler.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIProtocolProxyService.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIProxiedProtocolHandler.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIProxy.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIProxyAutoConfig.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIProxyInfo.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIRequest.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIRequestObserver.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIRequestObserverProxy.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIResProtocolHandler.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIResumableChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIResumableEntityID.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISOCKS4SocketInfo.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISOCKS4SocketProvider.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISOCKSSocketInfo.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISOCKSSocketProvider.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISSLSocketControl.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISSLSocketProvider.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISecretDecoderRing.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISecureBrowserUI.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISecurityEventSink.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISimpleStreamListener.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISocketProvider.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISocketProviderService.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISocketTransport.h -lib/thunderbird/include/mozilla-1.5b/necko/nsISocketTransportService.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIStandardURL.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIStreamConverter.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIStreamConverterService.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIStreamListener.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIStreamListenerProxy.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIStreamListenerTee.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIStreamLoader.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIStreamTransportService.h -lib/thunderbird/include/mozilla-1.5b/necko/nsITXTToHTMLConv.h -lib/thunderbird/include/mozilla-1.5b/necko/nsITransport.h -lib/thunderbird/include/mozilla-1.5b/necko/nsITransportSecurityInfo.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIURI.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIURIChecker.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIURL.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIURLParser.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIUnicharStreamLoader.h -lib/thunderbird/include/mozilla-1.5b/necko/nsIUploadChannel.h -lib/thunderbird/include/mozilla-1.5b/necko/nsNetCID.h -lib/thunderbird/include/mozilla-1.5b/necko/nsNetError.h -lib/thunderbird/include/mozilla-1.5b/necko/nsNetUtil.h -lib/thunderbird/include/mozilla-1.5b/necko/nsReadLine.h -lib/thunderbird/include/mozilla-1.5b/necko/nsURIHashKey.h -lib/thunderbird/include/mozilla-1.5b/necko/nsUnixColorPrintf.h -lib/thunderbird/include/mozilla-1.5b/necko2/nsIViewSourceChannel.h -lib/thunderbird/include/mozilla-1.5b/nkcache/nsCacheService.h -lib/thunderbird/include/mozilla-1.5b/nkcache/nsICache.h -lib/thunderbird/include/mozilla-1.5b/nkcache/nsICacheEntryDescriptor.h -lib/thunderbird/include/mozilla-1.5b/nkcache/nsICacheListener.h -lib/thunderbird/include/mozilla-1.5b/nkcache/nsICacheService.h -lib/thunderbird/include/mozilla-1.5b/nkcache/nsICacheSession.h -lib/thunderbird/include/mozilla-1.5b/nkcache/nsICacheVisitor.h -lib/thunderbird/include/mozilla-1.5b/nsBuildID.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_aix.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_beos.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_bsdi.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_darwin.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_dgux.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_freebsd.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_hpux.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_irix.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_linux.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_macos.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_ncr.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_nec.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_netbsd.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_nextstep.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_nspr_pthread.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_nto.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_openbsd.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_openvms.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_os2.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_os2_errors.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_osf1.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_pcos.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_pth.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_qnx.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_reliantunix.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_rhapsody.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_scoos.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_solaris.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_sony.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_sunos4.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_unix_errors.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_unixos.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_unixware.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_win16.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_win32_errors.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_win95.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/_winnt.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/prosdep.h -lib/thunderbird/include/mozilla-1.5b/nspr/md/sunos4.h -lib/thunderbird/include/mozilla-1.5b/nspr/nspr.h -lib/thunderbird/include/mozilla-1.5b/nspr/obsolete/pralarm.h -lib/thunderbird/include/mozilla-1.5b/nspr/obsolete/probslet.h -lib/thunderbird/include/mozilla-1.5b/nspr/obsolete/protypes.h -lib/thunderbird/include/mozilla-1.5b/nspr/obsolete/prsem.h -lib/thunderbird/include/mozilla-1.5b/nspr/plarena.h -lib/thunderbird/include/mozilla-1.5b/nspr/plarenas.h -lib/thunderbird/include/mozilla-1.5b/nspr/plbase64.h -lib/thunderbird/include/mozilla-1.5b/nspr/plerror.h -lib/thunderbird/include/mozilla-1.5b/nspr/plgetopt.h -lib/thunderbird/include/mozilla-1.5b/nspr/plhash.h -lib/thunderbird/include/mozilla-1.5b/nspr/plresolv.h -lib/thunderbird/include/mozilla-1.5b/nspr/plstr.h -lib/thunderbird/include/mozilla-1.5b/nspr/pratom.h -lib/thunderbird/include/mozilla-1.5b/nspr/prbit.h -lib/thunderbird/include/mozilla-1.5b/nspr/prclist.h -lib/thunderbird/include/mozilla-1.5b/nspr/prcmon.h -lib/thunderbird/include/mozilla-1.5b/nspr/prcountr.h -lib/thunderbird/include/mozilla-1.5b/nspr/prcpucfg.h -lib/thunderbird/include/mozilla-1.5b/nspr/prcvar.h -lib/thunderbird/include/mozilla-1.5b/nspr/prdtoa.h -lib/thunderbird/include/mozilla-1.5b/nspr/prenv.h -lib/thunderbird/include/mozilla-1.5b/nspr/prerr.h -lib/thunderbird/include/mozilla-1.5b/nspr/prerror.h -lib/thunderbird/include/mozilla-1.5b/nspr/prinet.h -lib/thunderbird/include/mozilla-1.5b/nspr/prinit.h -lib/thunderbird/include/mozilla-1.5b/nspr/prinrval.h -lib/thunderbird/include/mozilla-1.5b/nspr/prio.h -lib/thunderbird/include/mozilla-1.5b/nspr/pripcsem.h -lib/thunderbird/include/mozilla-1.5b/nspr/private/pprio.h -lib/thunderbird/include/mozilla-1.5b/nspr/private/pprthred.h -lib/thunderbird/include/mozilla-1.5b/nspr/private/prpriv.h -lib/thunderbird/include/mozilla-1.5b/nspr/prlink.h -lib/thunderbird/include/mozilla-1.5b/nspr/prlock.h -lib/thunderbird/include/mozilla-1.5b/nspr/prlog.h -lib/thunderbird/include/mozilla-1.5b/nspr/prlong.h -lib/thunderbird/include/mozilla-1.5b/nspr/prmem.h -lib/thunderbird/include/mozilla-1.5b/nspr/prmon.h -lib/thunderbird/include/mozilla-1.5b/nspr/prmwait.h -lib/thunderbird/include/mozilla-1.5b/nspr/prnetdb.h -lib/thunderbird/include/mozilla-1.5b/nspr/prolock.h -lib/thunderbird/include/mozilla-1.5b/nspr/prpdce.h -lib/thunderbird/include/mozilla-1.5b/nspr/prprf.h -lib/thunderbird/include/mozilla-1.5b/nspr/prproces.h -lib/thunderbird/include/mozilla-1.5b/nspr/prrng.h -lib/thunderbird/include/mozilla-1.5b/nspr/prrwlock.h -lib/thunderbird/include/mozilla-1.5b/nspr/prshm.h -lib/thunderbird/include/mozilla-1.5b/nspr/prshma.h -lib/thunderbird/include/mozilla-1.5b/nspr/prsystem.h -lib/thunderbird/include/mozilla-1.5b/nspr/prthread.h -lib/thunderbird/include/mozilla-1.5b/nspr/prtime.h -lib/thunderbird/include/mozilla-1.5b/nspr/prtpool.h -lib/thunderbird/include/mozilla-1.5b/nspr/prtrace.h -lib/thunderbird/include/mozilla-1.5b/nspr/prtypes.h -lib/thunderbird/include/mozilla-1.5b/nspr/prvrsion.h -lib/thunderbird/include/mozilla-1.5b/nspr/prwin16.h -lib/thunderbird/include/mozilla-1.5b/pipboot/nsIBufEntropyCollector.h -lib/thunderbird/include/mozilla-1.5b/pipboot/nsISSLStatusProvider.h -lib/thunderbird/include/mozilla-1.5b/pipboot/nsISecurityWarningDialogs.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIASN1Object.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIASN1PrintableItem.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIASN1Sequence.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIBadCertListener.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICMSDecoder.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICMSEncoder.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICMSMessage.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICMSMessageErrors.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICMSSecureMessage.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICRLInfo.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICRLManager.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICertPickDialogs.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICertSelect.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICertTree.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICertificateDialogs.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsICipherInfo.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIClientAuthDialogs.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIDOMCryptoDialogs.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIGenKeypairInfoDlg.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIHash.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIKeygenThread.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsINSSCertCache.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIOCSPResponder.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIPK11Token.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIPK11TokenDB.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIPKCS11Module.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIPKCS11ModuleDB.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIPKCS11Slot.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsISMimeCert.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsISSLStatus.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsITokenDialogs.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsITokenPasswordDialogs.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIUserCertPicker.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIX509Cert.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIX509CertDB.h -lib/thunderbird/include/mozilla-1.5b/pipnss/nsIX509CertValidity.h -lib/thunderbird/include/mozilla-1.5b/pippki/nsIASN1Tree.h -lib/thunderbird/include/mozilla-1.5b/pippki/nsIPKIParamBlock.h -lib/thunderbird/include/mozilla-1.5b/plugin/npapi.h -lib/thunderbird/include/mozilla-1.5b/plugin/npupp.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsDefaultPlugin.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIClassicPluginFactory.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsICookieStorage.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIEventHandler.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIFileUtilities.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIHTTPHeaderListener.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIJRILiveConnectPIPeer.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIJRILiveConnectPlugin.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPlugin.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginDocument.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginHost.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginInputStream.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginInstance.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginInstanceOwner.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginInstancePeer.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginInstancePeer2.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginManager.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginManager2.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginStreamInfo.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginStreamListener.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginTagInfo.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIPluginTagInfo2.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIScriptablePlugin.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsIWindowlessPlugInstPeer.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsPIPluginHost.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsPIPluginInstancePeer.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsPluginError.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsPluginLogging.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsPluginNativeWindow.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsPluginsCID.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsplugin.h -lib/thunderbird/include/mozilla-1.5b/plugin/nsplugindefs.h -lib/thunderbird/include/mozilla-1.5b/plugin/nspluginroot.h -lib/thunderbird/include/mozilla-1.5b/pref/nsIPref.h -lib/thunderbird/include/mozilla-1.5b/pref/nsIPrefBranch.h -lib/thunderbird/include/mozilla-1.5b/pref/nsIPrefBranchInternal.h -lib/thunderbird/include/mozilla-1.5b/pref/nsIPrefLocalizedString.h -lib/thunderbird/include/mozilla-1.5b/pref/nsIPrefService.h -lib/thunderbird/include/mozilla-1.5b/pref/nsIRelativeFilePref.h -lib/thunderbird/include/mozilla-1.5b/pref/nsISecurityPref.h -lib/thunderbird/include/mozilla-1.5b/prefetch/nsCPrefetchService.h -lib/thunderbird/include/mozilla-1.5b/prefetch/nsIPrefetchService.h -lib/thunderbird/include/mozilla-1.5b/prefmigr/nsIPrefMigration.h -lib/thunderbird/include/mozilla-1.5b/prefmigr/nsIPrefMigrationProgress.h -lib/thunderbird/include/mozilla-1.5b/prefmigr/nsPrefMigration.h -lib/thunderbird/include/mozilla-1.5b/prefmigr/nsPrefMigrationCIDs.h -lib/thunderbird/include/mozilla-1.5b/prefmigr/nsPrefMigrationFactory.h -lib/thunderbird/include/mozilla-1.5b/profdirserviceprovider/nsProfileDirServiceProvider.h -lib/thunderbird/include/mozilla-1.5b/profile/nsIProfile.h -lib/thunderbird/include/mozilla-1.5b/profile/nsIProfileChangeStatus.h -lib/thunderbird/include/mozilla-1.5b/profile/nsIProfileInternal.h -lib/thunderbird/include/mozilla-1.5b/profile/nsIProfileStartupListener.h -lib/thunderbird/include/mozilla-1.5b/progressDlg/nsIProgressDialog.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsILocalStore.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFCompositeDataSource.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFContainer.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFContainerUtils.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFContentSink.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFDataSource.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFDelegateFactory.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFFileSystem.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFInMemoryDataSource.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFLiteral.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFNode.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFObserver.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFPropagatableDataSource.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFPurgeableDataSource.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFRemoteDataSource.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFResource.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFService.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFXMLParser.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFXMLSerializer.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFXMLSink.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsIRDFXMLSource.h -lib/thunderbird/include/mozilla-1.5b/rdf/nsRDFCID.h -lib/thunderbird/include/mozilla-1.5b/rdf/rdf.h -lib/thunderbird/include/mozilla-1.5b/rdfutil/nsRDFResource.h -lib/thunderbird/include/mozilla-1.5b/shistory/nsIHistoryEntry.h -lib/thunderbird/include/mozilla-1.5b/shistory/nsISHContainer.h -lib/thunderbird/include/mozilla-1.5b/shistory/nsISHEntry.h -lib/thunderbird/include/mozilla-1.5b/shistory/nsISHTransaction.h -lib/thunderbird/include/mozilla-1.5b/shistory/nsISHistory.h -lib/thunderbird/include/mozilla-1.5b/shistory/nsISHistoryInternal.h -lib/thunderbird/include/mozilla-1.5b/shistory/nsISHistoryListener.h -lib/thunderbird/include/mozilla-1.5b/sidebar/nsISidebar.h -lib/thunderbird/include/mozilla-1.5b/spellchecker/mozIPersonalDictionary.h -lib/thunderbird/include/mozilla-1.5b/spellchecker/mozISpellCheckingEngine.h -lib/thunderbird/include/mozilla-1.5b/spellchecker/mozISpellI18NManager.h -lib/thunderbird/include/mozilla-1.5b/spellchecker/mozISpellI18NUtil.h -lib/thunderbird/include/mozilla-1.5b/string/nsAFlatString.h -lib/thunderbird/include/mozilla-1.5b/string/nsASingleFragmentString.h -lib/thunderbird/include/mozilla-1.5b/string/nsAString.h -lib/thunderbird/include/mozilla-1.5b/string/nsAStringGenerator.h -lib/thunderbird/include/mozilla-1.5b/string/nsAlgorithm.h -lib/thunderbird/include/mozilla-1.5b/string/nsBufferHandle.h -lib/thunderbird/include/mozilla-1.5b/string/nsBufferHandleUtils.h -lib/thunderbird/include/mozilla-1.5b/string/nsCharTraits.h -lib/thunderbird/include/mozilla-1.5b/string/nsDependentConcatenation.h -lib/thunderbird/include/mozilla-1.5b/string/nsDependentString.h -lib/thunderbird/include/mozilla-1.5b/string/nsDependentSubstring.h -lib/thunderbird/include/mozilla-1.5b/string/nsFragmentedString.h -lib/thunderbird/include/mozilla-1.5b/string/nsLiteralString.h -lib/thunderbird/include/mozilla-1.5b/string/nsPrintfCString.h -lib/thunderbird/include/mozilla-1.5b/string/nsPromiseFlatString.h -lib/thunderbird/include/mozilla-1.5b/string/nsReadableUtils.h -lib/thunderbird/include/mozilla-1.5b/string/nsSharableString.h -lib/thunderbird/include/mozilla-1.5b/string/nsSharedBufferList.h -lib/thunderbird/include/mozilla-1.5b/string/nsSlidingString.h -lib/thunderbird/include/mozilla-1.5b/string/nsStr.h -lib/thunderbird/include/mozilla-1.5b/string/nsStrShared.h -lib/thunderbird/include/mozilla-1.5b/string/nsString.h -lib/thunderbird/include/mozilla-1.5b/string/nsString2.h -lib/thunderbird/include/mozilla-1.5b/string/nsStringDefines.h -lib/thunderbird/include/mozilla-1.5b/string/nsStringFragment.h -lib/thunderbird/include/mozilla-1.5b/string/nsStringFwd.h -lib/thunderbird/include/mozilla-1.5b/string/nsStringIterator.h -lib/thunderbird/include/mozilla-1.5b/string/nsStringIteratorUtils.h -lib/thunderbird/include/mozilla-1.5b/string/nsStringTraits.h -lib/thunderbird/include/mozilla-1.5b/string/nsUTF8Utils.h -lib/thunderbird/include/mozilla-1.5b/string/nsXPIDLString.h -lib/thunderbird/include/mozilla-1.5b/txmgr/nsITransaction.h -lib/thunderbird/include/mozilla-1.5b/txmgr/nsITransactionList.h -lib/thunderbird/include/mozilla-1.5b/txmgr/nsITransactionListener.h -lib/thunderbird/include/mozilla-1.5b/txmgr/nsITransactionManager.h -lib/thunderbird/include/mozilla-1.5b/txmgr/nsTransactionManagerCID.h -lib/thunderbird/include/mozilla-1.5b/txtsvc/nsISpellChecker.h -lib/thunderbird/include/mozilla-1.5b/txtsvc/nsITextService.h -lib/thunderbird/include/mozilla-1.5b/txtsvc/nsITextServicesDocument.h -lib/thunderbird/include/mozilla-1.5b/txtsvc/nsITextServicesFilter.h -lib/thunderbird/include/mozilla-1.5b/txtsvc/nsTextServicesCID.h -lib/thunderbird/include/mozilla-1.5b/ucnative/nsINativeUConvService.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsEncoderDecoderUtils.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsICharRepresentable.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsICharsetAlias.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsICharsetConverterManager.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsIConverterInputStream.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsICurrentCharsetListener.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsIMappingCache.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsIPlatformCharset.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsIScriptableUConv.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsITextToSubURI.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsIUTF8ConverterService.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsIUnicodeDecodeHelper.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsIUnicodeDecoder.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsIUnicodeEncodeHelper.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsIUnicodeEncoder.h -lib/thunderbird/include/mozilla-1.5b/uconv/nsUConvCID.h -lib/thunderbird/include/mozilla-1.5b/uconv/uconvutil.h -lib/thunderbird/include/mozilla-1.5b/ucvcn/nsUCvCnCID.h -lib/thunderbird/include/mozilla-1.5b/ucvibm/nsUCvIBMCID.h -lib/thunderbird/include/mozilla-1.5b/ucvja/nsUCVJA2CID.h -lib/thunderbird/include/mozilla-1.5b/ucvja/nsUCVJACID.h -lib/thunderbird/include/mozilla-1.5b/ucvko/nsUCvKOCID.h -lib/thunderbird/include/mozilla-1.5b/ucvlatin/nsUCvLatinCID.h -lib/thunderbird/include/mozilla-1.5b/ucvtw/nsUCvTWCID.h -lib/thunderbird/include/mozilla-1.5b/ucvtw2/nsUCvTW2CID.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsHankakuToZenkakuCID.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsICaseConversion.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsIEntityConverter.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsIOrderIdFormater.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsISaveAsCharset.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsITextTransform.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsIUGenCategory.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsIUGenDetailCategory.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsIUnicodeNormalizer.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsUnicharUtilCIID.h -lib/thunderbird/include/mozilla-1.5b/unicharutil/nsUnicharUtils.h -lib/thunderbird/include/mozilla-1.5b/uriloader/nsCURILoader.h -lib/thunderbird/include/mozilla-1.5b/uriloader/nsDocLoader.h -lib/thunderbird/include/mozilla-1.5b/uriloader/nsIContentHandler.h -lib/thunderbird/include/mozilla-1.5b/uriloader/nsIDocumentLoader.h -lib/thunderbird/include/mozilla-1.5b/uriloader/nsIDownload.h -lib/thunderbird/include/mozilla-1.5b/uriloader/nsIURIContentListener.h -lib/thunderbird/include/mozilla-1.5b/uriloader/nsIURILoader.h -lib/thunderbird/include/mozilla-1.5b/uriloader/nsIWebProgress.h -lib/thunderbird/include/mozilla-1.5b/uriloader/nsIWebProgressListener.h -lib/thunderbird/include/mozilla-1.5b/uriloader/nsURILoader.h -lib/thunderbird/include/mozilla-1.5b/util/nsITimeRecorder.h -lib/thunderbird/include/mozilla-1.5b/util/nsTimer.h -lib/thunderbird/include/mozilla-1.5b/util/stopwatch.h -lib/thunderbird/include/mozilla-1.5b/util/xp_obs.h -lib/thunderbird/include/mozilla-1.5b/view/nsICompositeListener.h -lib/thunderbird/include/mozilla-1.5b/view/nsIScrollPositionListener.h -lib/thunderbird/include/mozilla-1.5b/view/nsIScrollableView.h -lib/thunderbird/include/mozilla-1.5b/view/nsIView.h -lib/thunderbird/include/mozilla-1.5b/view/nsIViewManager.h -lib/thunderbird/include/mozilla-1.5b/view/nsIViewObserver.h -lib/thunderbird/include/mozilla-1.5b/view/nsViewsCID.h -lib/thunderbird/include/mozilla-1.5b/wallet/nsCPassword.h -lib/thunderbird/include/mozilla-1.5b/wallet/nsIKeyedStreamGenerator.h -lib/thunderbird/include/mozilla-1.5b/wallet/nsIPassword.h -lib/thunderbird/include/mozilla-1.5b/wallet/nsIPasswordSink.h -lib/thunderbird/include/mozilla-1.5b/wallet/nsIWalletService.h -lib/thunderbird/include/mozilla-1.5b/walletviewers/nsISignonViewer.h -lib/thunderbird/include/mozilla-1.5b/walletviewers/nsIWalletEditor.h -lib/thunderbird/include/mozilla-1.5b/walletviewers/nsIWalletPreview.h -lib/thunderbird/include/mozilla-1.5b/webbrowserpersist/nsCWebBrowserPersist.h -lib/thunderbird/include/mozilla-1.5b/webbrowserpersist/nsIWebBrowserPersist.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsCTooltipTextProvider.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsCWebBrowser.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsICommandHandler.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIContextMenuListener.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIContextMenuListener2.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIEmbeddingSiteWindow.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIEmbeddingSiteWindow2.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIPrintingPrompt.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIPrintingPromptService.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsITooltipListener.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsITooltipTextProvider.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIWebBrowser.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIWebBrowserChrome.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIWebBrowserChromeFocus.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIWebBrowserFocus.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIWebBrowserPrint.h -lib/thunderbird/include/mozilla-1.5b/webbrwsr/nsIWebBrowserSetup.h -lib/thunderbird/include/mozilla-1.5b/webshell/nsIClipboardCommands.h -lib/thunderbird/include/mozilla-1.5b/webshell/nsIContentViewerContainer.h -lib/thunderbird/include/mozilla-1.5b/webshell/nsIDocStreamLoaderFactory.h -lib/thunderbird/include/mozilla-1.5b/webshell/nsIDocumentLoaderFactory.h -lib/thunderbird/include/mozilla-1.5b/webshell/nsILinkHandler.h -lib/thunderbird/include/mozilla-1.5b/webshell/nsIRefreshURI.h -lib/thunderbird/include/mozilla-1.5b/webshell/nsIWebShell.h -lib/thunderbird/include/mozilla-1.5b/webshell/nsIWebShellServices.h -lib/thunderbird/include/mozilla-1.5b/widget/mozcontainer.h -lib/thunderbird/include/mozilla-1.5b/widget/mozdrawingarea.h -lib/thunderbird/include/mozilla-1.5b/widget/nsEvent.h -lib/thunderbird/include/mozilla-1.5b/widget/nsGUIEvent.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIAppShell.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIBaseWindow.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIBidiKeyboard.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIButton.h -lib/thunderbird/include/mozilla-1.5b/widget/nsICheckButton.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIClipboard.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIClipboardDragDropHookList.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIClipboardDragDropHooks.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIClipboardHelper.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIClipboardOwner.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIDragService.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIDragSession.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIDragSessionGTK.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIDragSessionMac.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIDragSessionXlib.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIEventListener.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIFilePicker.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIFormatConverter.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIFullScreen.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIKBStateControl.h -lib/thunderbird/include/mozilla-1.5b/widget/nsILabel.h -lib/thunderbird/include/mozilla-1.5b/widget/nsILookAndFeel.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIMenu.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIMenuBar.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIMenuItem.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIMenuListener.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIMenuRollup.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIMouseListener.h -lib/thunderbird/include/mozilla-1.5b/widget/nsINativeScrollbar.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIPluginWidget.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIRollupListener.h -lib/thunderbird/include/mozilla-1.5b/widget/nsISound.h -lib/thunderbird/include/mozilla-1.5b/widget/nsITextWidget.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIToolkit.h -lib/thunderbird/include/mozilla-1.5b/widget/nsITransferable.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIWidget.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIXRemoteClient.h -lib/thunderbird/include/mozilla-1.5b/widget/nsIXRemoteWidgetHelper.h -lib/thunderbird/include/mozilla-1.5b/widget/nsStringUtil.h -lib/thunderbird/include/mozilla-1.5b/widget/nsWidgetSupport.h -lib/thunderbird/include/mozilla-1.5b/widget/nsWidgetsCID.h -lib/thunderbird/include/mozilla-1.5b/widget/nsXRemoteClientCID.h -lib/thunderbird/include/mozilla-1.5b/windowwatcher/nsIAuthPromptWrapper.h -lib/thunderbird/include/mozilla-1.5b/windowwatcher/nsIDialogParamBlock.h -lib/thunderbird/include/mozilla-1.5b/windowwatcher/nsIPromptService.h -lib/thunderbird/include/mozilla-1.5b/windowwatcher/nsIWindowWatcher.h -lib/thunderbird/include/mozilla-1.5b/windowwatcher/nsPIPromptService.h -lib/thunderbird/include/mozilla-1.5b/windowwatcher/nsPIWindowWatcher.h -lib/thunderbird/include/mozilla-1.5b/xlibrgb/xlibrgb.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsAgg.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsAppDirectoryServiceDefs.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsArray.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsArrayEnumerator.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsAtomService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsAutoLock.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsAutoPtr.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsBaseHashtable.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsCOMArray.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsCOMPtr.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsCRT.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsCWeakReference.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsCategoryManagerUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsCheapSets.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsClassHashtable.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsCom.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsComObsolete.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsComponentManagerObsolete.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsComponentManagerUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsCppSharedAllocator.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsDataHashtable.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsDebug.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsDebugImpl.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsDeque.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsDirectoryService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsDirectoryServiceDefs.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsDirectoryServiceUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsDoubleHashtable.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsEnumeratorUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsError.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsEscape.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsEventQueueUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsFastLoadPtr.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsFastLoadService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsFixedSizeAllocator.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsGenericFactory.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsHashKeys.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsHashSets.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsHashtable.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIAllocator.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIArray.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIAsyncInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIAsyncOutputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIAtom.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIAtomService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIBinaryInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIBinaryOutputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIByteArrayInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIByteBuffer.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsICategoryManager.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIClassInfo.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsICollection.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIComponentLoader.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIComponentLoaderManager.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIComponentManager.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIComponentManagerObsolete.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIComponentRegistrar.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIConsoleListener.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIConsoleMessage.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIConsoleService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsID.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIDebug.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIDirectoryService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIEnumerator.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIErrorService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIEventQueue.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIEventQueueService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIException.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIExceptionService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIFactory.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIFastLoadFileControl.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIFastLoadService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIFile.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIGenericFactory.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIID.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIInputStreamTee.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIInterfaceInfo.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIInterfaceInfoManager.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIInterfaceRequestor.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIInterfaceRequestorUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsILineInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsILocalFile.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIMemory.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIModule.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIMultiplexInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsINativeComponentLoader.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIObjectInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIObjectOutputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIObserver.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIObserverService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIOutputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIPersistentProperties2.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIPipe.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIProcess.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIProgrammingLanguage.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIProperties.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIPropertyBag.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIProxyCreateInstance.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIProxyObjectManager.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIRecyclingAllocator.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIRunnable.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIScriptableInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISeekableStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISerializable.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIServiceManager.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIServiceManagerObsolete.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIServiceManagerUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISimpleEnumerator.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIStorageStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIStreamBufferAccess.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIStringEnumerator.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIStringService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIStringStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISupports.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISupportsArray.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISupportsBase.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISupportsImpl.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISupportsIterators.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISupportsObsolete.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISupportsPrimitives.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsISupportsUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIThread.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIThreadPool.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsITimelineService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsITimer.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsITimerInternal.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsITimerManager.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsITraceRefcnt.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIUnicharBuffer.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIUnicharInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIVariant.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIWeakReference.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIWeakReferenceUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsIXPTLoader.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsInt64.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsInterfaceHashtable.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsLinebreakConverter.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsLocalFile.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsLocalFileUnix.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsMemory.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsMultiplexInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsNativeCharsetUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsNativeComponentLoader.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsObserverService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsObsoleteModuleLoading.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsProcess.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsProxiedService.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsProxyEvent.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsProxyRelease.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsQuickSort.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsRecyclingAllocator.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsScriptableInputStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsStaticAtom.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsStaticComponent.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsStaticNameTable.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsStorageStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsStreamUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsStringEnumerator.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsStringIO.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsStringStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsSupportsArray.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsSupportsPrimitives.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsTHashtable.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsTextFormatter.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsTime.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsTraceRefcnt.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsTraceRefcntImpl.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsUnitConversion.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsValueArray.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsVariant.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsVector.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsVoidArray.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsWeakPtr.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsWeakReference.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsXPCOM.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsXPCOMCID.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsXPCOMGlue.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nscore.h -lib/thunderbird/include/mozilla-1.5b/xpcom/nsrootidl.h -lib/thunderbird/include/mozilla-1.5b/xpcom/pldhash.h -lib/thunderbird/include/mozilla-1.5b/xpcom/plevent.h -lib/thunderbird/include/mozilla-1.5b/xpcom/plvector.h -lib/thunderbird/include/mozilla-1.5b/xpcom/xcDll.h -lib/thunderbird/include/mozilla-1.5b/xpcom/xpcom-config.h -lib/thunderbird/include/mozilla-1.5b/xpcom/xpt_arena.h -lib/thunderbird/include/mozilla-1.5b/xpcom/xpt_struct.h -lib/thunderbird/include/mozilla-1.5b/xpcom/xpt_xdr.h -lib/thunderbird/include/mozilla-1.5b/xpcom/xptcall.h -lib/thunderbird/include/mozilla-1.5b/xpcom/xptcstubsdecl.inc -lib/thunderbird/include/mozilla-1.5b/xpcom/xptcstubsdef.inc -lib/thunderbird/include/mozilla-1.5b/xpcom/xptinfo.h -lib/thunderbird/include/mozilla-1.5b/xpcom_obsolete/nsFileSpec.h -lib/thunderbird/include/mozilla-1.5b/xpcom_obsolete/nsFileStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom_obsolete/nsIFileSpec.h -lib/thunderbird/include/mozilla-1.5b/xpcom_obsolete/nsIFileStream.h -lib/thunderbird/include/mozilla-1.5b/xpcom_obsolete/nsIRegistry.h -lib/thunderbird/include/mozilla-1.5b/xpcom_obsolete/nsIRegistryUtils.h -lib/thunderbird/include/mozilla-1.5b/xpcom_obsolete/nsSpecialSystemDirectory.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/XPCIDispatch.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/mozIJSSubScriptLoader.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/nsIJSContextStack.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/nsIJSRuntimeService.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/nsIScriptError.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/nsIScriptableInterfaces.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/nsIXPCScriptNotify.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/nsIXPCScriptable.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/nsIXPCSecurityManager.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/nsIXPConnect.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/xpc_map_end.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/xpccomponents.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/xpcexception.h -lib/thunderbird/include/mozilla-1.5b/xpconnect/xpcjsid.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/InstallCleanupDefines.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsIDOMInstallTriggerGlobal.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsIDOMInstallVersion.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsISoftwareUpdate.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsIXPIDialogService.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsIXPINotifier.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsIXPIProgressDialog.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsPICertNotification.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsPIXPIProxy.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsPIXPIStubHook.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsSoftwareUpdateIIDs.h -lib/thunderbird/include/mozilla-1.5b/xpinstall/nsXPITriggerInfo.h -lib/thunderbird/include/mozilla-1.5b/xprintutil/xprintutil.h -lib/thunderbird/include/mozilla-1.5b/xremoteservice/nsIXRemoteService.h -lib/thunderbird/include/mozilla-1.5b/xul/nsIXULContent.h -lib/thunderbird/include/mozilla-1.5b/xul/nsIXULPopupListener.h -lib/thunderbird/include/mozilla-1.5b/xulapp/nsXULAppAPI.h -lib/thunderbird/include/mozilla-1.5b/xuldoc/nsIController.h -lib/thunderbird/include/mozilla-1.5b/xuldoc/nsIControllers.h -lib/thunderbird/include/mozilla-1.5b/xuldoc/nsIXULContentSink.h -lib/thunderbird/include/mozilla-1.5b/xuldoc/nsIXULDocument.h -lib/thunderbird/include/mozilla-1.5b/xuldoc/nsIXULPrototypeCache.h -lib/thunderbird/include/mozilla-1.5b/xuldoc/nsIXULPrototypeDocument.h -lib/thunderbird/include/mozilla-1.5b/xultmpl/nsIXULBuilderListener.h -lib/thunderbird/include/mozilla-1.5b/xultmpl/nsIXULSortService.h -lib/thunderbird/include/mozilla-1.5b/xultmpl/nsIXULTemplateBuilder.h -lib/thunderbird/lib/mozilla-1.5b/TestGtkEmbed -lib/thunderbird/lib/mozilla-1.5b/chrome/US.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/chromelist.txt -lib/thunderbird/lib/mozilla-1.5b/chrome/classic.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/comm.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/en-US.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/en-win.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/icons/default/abcardWindow.ico -lib/thunderbird/lib/mozilla-1.5b/chrome/icons/default/addressbookWindow.ico -lib/thunderbird/lib/mozilla-1.5b/chrome/icons/default/default.xpm -lib/thunderbird/lib/mozilla-1.5b/chrome/icons/default/messengerWindow.ico -lib/thunderbird/lib/mozilla-1.5b/chrome/icons/default/msgcomposeWindow.ico -lib/thunderbird/lib/mozilla-1.5b/chrome/installed-chrome.txt -lib/thunderbird/lib/mozilla-1.5b/chrome/messenger.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/modern.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/pipnss.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/pippki.jar -lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit.jar -lib/thunderbird/lib/mozilla-1.5b/components/accessibility-atk.xpt -lib/thunderbird/lib/mozilla-1.5b/components/accessibility.xpt -lib/thunderbird/lib/mozilla-1.5b/components/addrbook.xpt -lib/thunderbird/lib/mozilla-1.5b/components/appshell.xpt -lib/thunderbird/lib/mozilla-1.5b/components/autocomplete.xpt -lib/thunderbird/lib/mozilla-1.5b/components/bookmarks.xpt -lib/thunderbird/lib/mozilla-1.5b/components/caps.xpt -lib/thunderbird/lib/mozilla-1.5b/components/chardet.xpt -lib/thunderbird/lib/mozilla-1.5b/components/chrome.xpt -lib/thunderbird/lib/mozilla-1.5b/components/commandhandler.xpt -lib/thunderbird/lib/mozilla-1.5b/components/composer.xpt -lib/thunderbird/lib/mozilla-1.5b/components/content_base.xpt -lib/thunderbird/lib/mozilla-1.5b/components/content_html.xpt -lib/thunderbird/lib/mozilla-1.5b/components/content_htmldoc.xpt -lib/thunderbird/lib/mozilla-1.5b/components/content_xmldoc.xpt -lib/thunderbird/lib/mozilla-1.5b/components/content_xslt.xpt -lib/thunderbird/lib/mozilla-1.5b/components/docshell.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_base.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_core.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_css.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_events.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_html.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_range.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_stylesheets.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_traversal.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_views.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_xbl.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_xpath.xpt -lib/thunderbird/lib/mozilla-1.5b/components/dom_xul.xpt -lib/thunderbird/lib/mozilla-1.5b/components/downloadmanager.xpt -lib/thunderbird/lib/mozilla-1.5b/components/editor.xpt -lib/thunderbird/lib/mozilla-1.5b/components/embed_base.xpt -lib/thunderbird/lib/mozilla-1.5b/components/exthandler.xpt -lib/thunderbird/lib/mozilla-1.5b/components/filepicker.xpt -lib/thunderbird/lib/mozilla-1.5b/components/find.xpt -lib/thunderbird/lib/mozilla-1.5b/components/gfx.xpt -lib/thunderbird/lib/mozilla-1.5b/components/helperAppDlg.xpt -lib/thunderbird/lib/mozilla-1.5b/components/history.xpt -lib/thunderbird/lib/mozilla-1.5b/components/htmlparser.xpt -lib/thunderbird/lib/mozilla-1.5b/components/imglib2.xpt -lib/thunderbird/lib/mozilla-1.5b/components/impComm4xMail.xpt -lib/thunderbird/lib/mozilla-1.5b/components/import.xpt -lib/thunderbird/lib/mozilla-1.5b/components/intl.xpt -lib/thunderbird/lib/mozilla-1.5b/components/jar.xpt -lib/thunderbird/lib/mozilla-1.5b/components/jsconsole-clhandler.js -lib/thunderbird/lib/mozilla-1.5b/components/jsconsole.xpt -lib/thunderbird/lib/mozilla-1.5b/components/jsdservice.xpt -lib/thunderbird/lib/mozilla-1.5b/components/jsurl.xpt -lib/thunderbird/lib/mozilla-1.5b/components/layout_base.xpt -lib/thunderbird/lib/mozilla-1.5b/components/layout_xul.xpt -lib/thunderbird/lib/mozilla-1.5b/components/layout_xul_tree.xpt -lib/thunderbird/lib/mozilla-1.5b/components/libaccessibility.so -lib/thunderbird/lib/mozilla-1.5b/components/libappcomps.so -lib/thunderbird/lib/mozilla-1.5b/components/libcaps.so -lib/thunderbird/lib/mozilla-1.5b/components/libchrome.so -lib/thunderbird/lib/mozilla-1.5b/components/libcomposer.so -lib/thunderbird/lib/mozilla-1.5b/components/libdocshell.so -lib/thunderbird/lib/mozilla-1.5b/components/libeditor.so -lib/thunderbird/lib/mozilla-1.5b/components/libembed_lite.so -lib/thunderbird/lib/mozilla-1.5b/components/libembedcomponents.so -lib/thunderbird/lib/mozilla-1.5b/components/libfileview.so -lib/thunderbird/lib/mozilla-1.5b/components/libgfx_gtk.so -lib/thunderbird/lib/mozilla-1.5b/components/libgfxps.so -lib/thunderbird/lib/mozilla-1.5b/components/libgfxxprint.so -lib/thunderbird/lib/mozilla-1.5b/components/libgklayout.so -lib/thunderbird/lib/mozilla-1.5b/components/libgkplugin.so -lib/thunderbird/lib/mozilla-1.5b/components/libhtmlpars.so -lib/thunderbird/lib/mozilla-1.5b/components/libi18n.so -lib/thunderbird/lib/mozilla-1.5b/components/libimglib2.so -lib/thunderbird/lib/mozilla-1.5b/components/libimport.so -lib/thunderbird/lib/mozilla-1.5b/components/libjar50.so -lib/thunderbird/lib/mozilla-1.5b/components/libjsd.so -lib/thunderbird/lib/mozilla-1.5b/components/libjsdom.so -lib/thunderbird/lib/mozilla-1.5b/components/libmail.so -lib/thunderbird/lib/mozilla-1.5b/components/libmork.so -lib/thunderbird/lib/mozilla-1.5b/components/libmozfind.so -lib/thunderbird/lib/mozilla-1.5b/components/libmozldap.so -lib/thunderbird/lib/mozilla-1.5b/components/libmsgsmime.so -lib/thunderbird/lib/mozilla-1.5b/components/libmyspell.so -lib/thunderbird/lib/mozilla-1.5b/components/libnecko.so -lib/thunderbird/lib/mozilla-1.5b/components/libnecko2.so -lib/thunderbird/lib/mozilla-1.5b/components/libnsappshell.so -lib/thunderbird/lib/mozilla-1.5b/components/libnsprefm.so -lib/thunderbird/lib/mozilla-1.5b/components/libpipboot.so -lib/thunderbird/lib/mozilla-1.5b/components/libpipnss.so -lib/thunderbird/lib/mozilla-1.5b/components/libpippki.so -lib/thunderbird/lib/mozilla-1.5b/components/libpref.so -lib/thunderbird/lib/mozilla-1.5b/components/libprofile.so -lib/thunderbird/lib/mozilla-1.5b/components/librdf.so -lib/thunderbird/lib/mozilla-1.5b/components/libspellchecker.so -lib/thunderbird/lib/mozilla-1.5b/components/libtxmgr.so -lib/thunderbird/lib/mozilla-1.5b/components/libuconv.so -lib/thunderbird/lib/mozilla-1.5b/components/libwallet.so -lib/thunderbird/lib/mozilla-1.5b/components/libwalletviewers.so -lib/thunderbird/lib/mozilla-1.5b/components/libwebbrwsr.so -lib/thunderbird/lib/mozilla-1.5b/components/libwidget_gtk2.so -lib/thunderbird/lib/mozilla-1.5b/components/libxpcom_compat_c.so -lib/thunderbird/lib/mozilla-1.5b/components/libxpconnect.so -lib/thunderbird/lib/mozilla-1.5b/components/libxpinstall.so -lib/thunderbird/lib/mozilla-1.5b/components/libxremote_client.so -lib/thunderbird/lib/mozilla-1.5b/components/libxremoteservice.so -lib/thunderbird/lib/mozilla-1.5b/components/locale.xpt -lib/thunderbird/lib/mozilla-1.5b/components/lwbrk.xpt -lib/thunderbird/lib/mozilla-1.5b/components/mailnews.xpt -lib/thunderbird/lib/mozilla-1.5b/components/mailview.xpt -lib/thunderbird/lib/mozilla-1.5b/components/mdn-service.js -lib/thunderbird/lib/mozilla-1.5b/components/mime.xpt -lib/thunderbird/lib/mozilla-1.5b/components/mimetype.xpt -lib/thunderbird/lib/mozilla-1.5b/components/mozbrwsr.xpt -lib/thunderbird/lib/mozilla-1.5b/components/mozfind.xpt -lib/thunderbird/lib/mozilla-1.5b/components/mozldap.xpt -lib/thunderbird/lib/mozilla-1.5b/components/msgbase.xpt -lib/thunderbird/lib/mozilla-1.5b/components/msgcompose.xpt -lib/thunderbird/lib/mozilla-1.5b/components/msgdb.xpt -lib/thunderbird/lib/mozilla-1.5b/components/msgimap.xpt -lib/thunderbird/lib/mozilla-1.5b/components/msglocal.xpt -lib/thunderbird/lib/mozilla-1.5b/components/msgnews.xpt -lib/thunderbird/lib/mozilla-1.5b/components/msgsearch.xpt -lib/thunderbird/lib/mozilla-1.5b/components/msgsmime.xpt -lib/thunderbird/lib/mozilla-1.5b/components/myspell/en-US.aff -lib/thunderbird/lib/mozilla-1.5b/components/myspell/en-US.dic -lib/thunderbird/lib/mozilla-1.5b/components/necko.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_about.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_cache.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_cookie.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_data.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_dns.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_file.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_ftp.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_http.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_jar.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_res.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_socket.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_strconv.xpt -lib/thunderbird/lib/mozilla-1.5b/components/necko_viewsource.xpt -lib/thunderbird/lib/mozilla-1.5b/components/nsCloseAllWindows.js -lib/thunderbird/lib/mozilla-1.5b/components/nsDownloadProgressListener.js -lib/thunderbird/lib/mozilla-1.5b/components/nsFilePicker.js -lib/thunderbird/lib/mozilla-1.5b/components/nsHelperAppDlg.js -lib/thunderbird/lib/mozilla-1.5b/components/nsLDAPPrefsService.js -lib/thunderbird/lib/mozilla-1.5b/components/nsProgressDialog.js -lib/thunderbird/lib/mozilla-1.5b/components/nsProxyAutoConfig.js -lib/thunderbird/lib/mozilla-1.5b/components/pipboot.xpt -lib/thunderbird/lib/mozilla-1.5b/components/pipnss.xpt -lib/thunderbird/lib/mozilla-1.5b/components/pippki.xpt -lib/thunderbird/lib/mozilla-1.5b/components/plugin.xpt -lib/thunderbird/lib/mozilla-1.5b/components/pref.xpt -lib/thunderbird/lib/mozilla-1.5b/components/prefetch.xpt -lib/thunderbird/lib/mozilla-1.5b/components/prefmigr.xpt -lib/thunderbird/lib/mozilla-1.5b/components/profile.xpt -lib/thunderbird/lib/mozilla-1.5b/components/progressDlg.xpt -lib/thunderbird/lib/mozilla-1.5b/components/proxyObjInst.xpt -lib/thunderbird/lib/mozilla-1.5b/components/rdf.xpt -lib/thunderbird/lib/mozilla-1.5b/components/shistory.xpt -lib/thunderbird/lib/mozilla-1.5b/components/sidebar.xpt -lib/thunderbird/lib/mozilla-1.5b/components/signonviewer.xpt -lib/thunderbird/lib/mozilla-1.5b/components/smime-service.js -lib/thunderbird/lib/mozilla-1.5b/components/spellchecker.xpt -lib/thunderbird/lib/mozilla-1.5b/components/timebomb.xpt -lib/thunderbird/lib/mozilla-1.5b/components/txmgr.xpt -lib/thunderbird/lib/mozilla-1.5b/components/txtsvc.xpt -lib/thunderbird/lib/mozilla-1.5b/components/ucnative.xpt -lib/thunderbird/lib/mozilla-1.5b/components/uconv.xpt -lib/thunderbird/lib/mozilla-1.5b/components/unicharutil.xpt -lib/thunderbird/lib/mozilla-1.5b/components/uriloader.xpt -lib/thunderbird/lib/mozilla-1.5b/components/util.xpt -lib/thunderbird/lib/mozilla-1.5b/components/wallet.xpt -lib/thunderbird/lib/mozilla-1.5b/components/walleteditor.xpt -lib/thunderbird/lib/mozilla-1.5b/components/walletpreview.xpt -lib/thunderbird/lib/mozilla-1.5b/components/webBrowser_core.xpt -lib/thunderbird/lib/mozilla-1.5b/components/webbrowserpersist.xpt -lib/thunderbird/lib/mozilla-1.5b/components/webshell_idls.xpt -lib/thunderbird/lib/mozilla-1.5b/components/widget.xpt -lib/thunderbird/lib/mozilla-1.5b/components/windowds.xpt -lib/thunderbird/lib/mozilla-1.5b/components/windowwatcher.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xpcom_base.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xpcom_components.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xpcom_ds.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xpcom_io.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xpcom_obsolete.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xpcom_threads.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xpcom_xpti.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xpconnect.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xpinstall.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xremoteservice.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xuldoc.xpt -lib/thunderbird/lib/mozilla-1.5b/components/xultmpl.xpt -lib/thunderbird/lib/mozilla-1.5b/defaults/messenger/US/mailViews.dat -lib/thunderbird/lib/mozilla-1.5b/defaults/messenger/mailViews.dat -lib/thunderbird/lib/mozilla-1.5b/defaults/pref/all.js -lib/thunderbird/lib/mozilla-1.5b/defaults/pref/editor.js -lib/thunderbird/lib/mozilla-1.5b/defaults/pref/mailnews.js -lib/thunderbird/lib/mozilla-1.5b/defaults/pref/mdn.js -lib/thunderbird/lib/mozilla-1.5b/defaults/pref/security-prefs.js -lib/thunderbird/lib/mozilla-1.5b/defaults/pref/smime.js -lib/thunderbird/lib/mozilla-1.5b/defaults/pref/unix.js -lib/thunderbird/lib/mozilla-1.5b/defaults/pref/xpinstall.js -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/US/bookmarks.html -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/US/chrome/userChrome-example.css -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/US/chrome/userContent-example.css -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/US/localstore.rdf -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/US/mimeTypes.rdf -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/US/panels.rdf -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/US/search.rdf -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/bookmarks.html -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/chrome/userChrome-example.css -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/chrome/userContent-example.css -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/localstore.rdf -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/mimeTypes.rdf -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/panels.rdf -lib/thunderbird/lib/mozilla-1.5b/defaults/profile/search.rdf -lib/thunderbird/lib/mozilla-1.5b/defaults/wallet/DistinguishedSchema.tbl -lib/thunderbird/lib/mozilla-1.5b/defaults/wallet/FieldSchema.tbl -lib/thunderbird/lib/mozilla-1.5b/defaults/wallet/PositionalSchema.tbl -lib/thunderbird/lib/mozilla-1.5b/defaults/wallet/SchemaConcat.tbl -lib/thunderbird/lib/mozilla-1.5b/defaults/wallet/SchemaStrings.tbl -lib/thunderbird/lib/mozilla-1.5b/defaults/wallet/StateSchema.tbl -lib/thunderbird/lib/mozilla-1.5b/defaults/wallet/VcardSchema.tbl -lib/thunderbird/lib/mozilla-1.5b/libgkgfx.so -lib/thunderbird/lib/mozilla-1.5b/libgtkembedmoz.so -lib/thunderbird/lib/mozilla-1.5b/libgtkxtbin.so -lib/thunderbird/lib/mozilla-1.5b/libldap50.so -lib/thunderbird/lib/mozilla-1.5b/libmozjs.so -lib/thunderbird/lib/mozilla-1.5b/libnspr4.so -lib/thunderbird/lib/mozilla-1.5b/libnss3.so -lib/thunderbird/lib/mozilla-1.5b/libnssckbi.so -lib/thunderbird/lib/mozilla-1.5b/libnullplugin.so -lib/thunderbird/lib/mozilla-1.5b/libplc4.so -lib/thunderbird/lib/mozilla-1.5b/libplds4.so -lib/thunderbird/lib/mozilla-1.5b/libprldap50.so -lib/thunderbird/lib/mozilla-1.5b/libsmime3.so -lib/thunderbird/lib/mozilla-1.5b/libsoftokn3.chk -lib/thunderbird/lib/mozilla-1.5b/libsoftokn3.so -lib/thunderbird/lib/mozilla-1.5b/libssl3.so -lib/thunderbird/lib/mozilla-1.5b/libxlibrgb.so -lib/thunderbird/lib/mozilla-1.5b/libxpcom.so -lib/thunderbird/lib/mozilla-1.5b/libxpcom_compat.so -lib/thunderbird/lib/mozilla-1.5b/libxpistub.so -lib/thunderbird/lib/mozilla-1.5b/mozilla-xremote-client -lib/thunderbird/lib/mozilla-1.5b/plugins/libnullplugin.so -lib/thunderbird/lib/mozilla-1.5b/regchrome -lib/thunderbird/lib/mozilla-1.5b/regxpcom -lib/thunderbird/lib/mozilla-1.5b/res/EditorOverride.css -lib/thunderbird/lib/mozilla-1.5b/res/arrow.gif -lib/thunderbird/lib/mozilla-1.5b/res/arrowd.gif -lib/thunderbird/lib/mozilla-1.5b/res/broken-image.gif -lib/thunderbird/lib/mozilla-1.5b/res/builtin/htmlBindings.xml -lib/thunderbird/lib/mozilla-1.5b/res/builtin/platformHTMLBindings.xml -lib/thunderbird/lib/mozilla-1.5b/res/charsetData.properties -lib/thunderbird/lib/mozilla-1.5b/res/charsetalias.properties -lib/thunderbird/lib/mozilla-1.5b/res/cmessage.txt -lib/thunderbird/lib/mozilla-1.5b/res/dtd/xhtml11.dtd -lib/thunderbird/lib/mozilla-1.5b/res/entityTables/html40Latin1.properties -lib/thunderbird/lib/mozilla-1.5b/res/entityTables/html40Special.properties -lib/thunderbird/lib/mozilla-1.5b/res/entityTables/html40Symbols.properties -lib/thunderbird/lib/mozilla-1.5b/res/entityTables/htmlEntityVersions.properties -lib/thunderbird/lib/mozilla-1.5b/res/entityTables/transliterate.properties -lib/thunderbird/lib/mozilla-1.5b/res/fonts/fontEncoding.properties -lib/thunderbird/lib/mozilla-1.5b/res/forms.css -lib/thunderbird/lib/mozilla-1.5b/res/grabber.gif -lib/thunderbird/lib/mozilla-1.5b/res/html.css -lib/thunderbird/lib/mozilla-1.5b/res/html/gopher-audio.gif -lib/thunderbird/lib/mozilla-1.5b/res/html/gopher-binary.gif -lib/thunderbird/lib/mozilla-1.5b/res/html/gopher-find.gif -lib/thunderbird/lib/mozilla-1.5b/res/html/gopher-image.gif -lib/thunderbird/lib/mozilla-1.5b/res/html/gopher-menu.gif -lib/thunderbird/lib/mozilla-1.5b/res/html/gopher-movie.gif -lib/thunderbird/lib/mozilla-1.5b/res/html/gopher-sound.gif -lib/thunderbird/lib/mozilla-1.5b/res/html/gopher-telnet.gif -lib/thunderbird/lib/mozilla-1.5b/res/html/gopher-text.gif -lib/thunderbird/lib/mozilla-1.5b/res/html/gopher-unknown.gif -lib/thunderbird/lib/mozilla-1.5b/res/langGroups.properties -lib/thunderbird/lib/mozilla-1.5b/res/language.properties -lib/thunderbird/lib/mozilla-1.5b/res/loading-image.gif -lib/thunderbird/lib/mozilla-1.5b/res/platform-forms.css -lib/thunderbird/lib/mozilla-1.5b/res/quirk.css -lib/thunderbird/lib/mozilla-1.5b/res/rdf/article.gif -lib/thunderbird/lib/mozilla-1.5b/res/rdf/document.gif -lib/thunderbird/lib/mozilla-1.5b/res/rdf/dom-test-1.xul -lib/thunderbird/lib/mozilla-1.5b/res/rdf/dom-test-2.xul -lib/thunderbird/lib/mozilla-1.5b/res/rdf/dom-test-3.xul -lib/thunderbird/lib/mozilla-1.5b/res/rdf/dom-test-4.css -lib/thunderbird/lib/mozilla-1.5b/res/rdf/dom-test-4.xul -lib/thunderbird/lib/mozilla-1.5b/res/rdf/dom-test-5.xul -lib/thunderbird/lib/mozilla-1.5b/res/rdf/dom-test-6.xul -lib/thunderbird/lib/mozilla-1.5b/res/rdf/dom-test-7.xul -lib/thunderbird/lib/mozilla-1.5b/res/rdf/dom-test-8.xul -lib/thunderbird/lib/mozilla-1.5b/res/rdf/folder-closed.gif -lib/thunderbird/lib/mozilla-1.5b/res/rdf/folder-open.gif -lib/thunderbird/lib/mozilla-1.5b/res/rdf/ignore-test.xul -lib/thunderbird/lib/mozilla-1.5b/res/rdf/loading.gif -lib/thunderbird/lib/mozilla-1.5b/res/rdf/xpidl-test-1.xul -lib/thunderbird/lib/mozilla-1.5b/res/sample.unixpsfonts.properties -lib/thunderbird/lib/mozilla-1.5b/res/samples/Anieyes.gif -lib/thunderbird/lib/mozilla-1.5b/res/samples/aform.css -lib/thunderbird/lib/mozilla-1.5b/res/samples/beeptest.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/bform.css -lib/thunderbird/lib/mozilla-1.5b/res/samples/bg.jpg -lib/thunderbird/lib/mozilla-1.5b/res/samples/cform.css -lib/thunderbird/lib/mozilla-1.5b/res/samples/checkboxTest.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/colorpicker.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/demoform.css -lib/thunderbird/lib/mozilla-1.5b/res/samples/dexopenchrome.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/dexparamdialog.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/dexparamdialog.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/find.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/gear1.gif -lib/thunderbird/lib/mozilla-1.5b/res/samples/hidetoolicon.css -lib/thunderbird/lib/mozilla-1.5b/res/samples/hidetoolicon.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/image_props.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/mozform.css -lib/thunderbird/lib/mozilla-1.5b/res/samples/printsetup.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/raptor.jpg -lib/thunderbird/lib/mozilla-1.5b/res/samples/rock_gra.gif -lib/thunderbird/lib/mozilla-1.5b/res/samples/sampleimages/bongo.gif -lib/thunderbird/lib/mozilla-1.5b/res/samples/sampleimages/down.gif -lib/thunderbird/lib/mozilla-1.5b/res/samples/sampleimages/left.gif -lib/thunderbird/lib/mozilla-1.5b/res/samples/sampleimages/right.gif -lib/thunderbird/lib/mozilla-1.5b/res/samples/sampleimages/up.gif -lib/thunderbird/lib/mozilla-1.5b/res/samples/scrollbarTest1.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/scrollbarTest2.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/sliderTest1.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/soundtest.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/tab.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/test.wav -lib/thunderbird/lib/mozilla-1.5b/res/samples/test0.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test1.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test10.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test11.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test12.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test13.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test14.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test15.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test16.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test2.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test3.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test4.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test5.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test6.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test7.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test8-1.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test8.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test8dom.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test8sca.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test8siz.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test8tab.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test9.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test9a.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test9b.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test_ed.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test_form.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test_gfx.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test_lbox.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test_pr.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/test_weight.html -lib/thunderbird/lib/mozilla-1.5b/res/samples/toolbarTest1.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/treeTest1.css -lib/thunderbird/lib/mozilla-1.5b/res/samples/treeTest1.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/widgets.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/xpmenu.xul -lib/thunderbird/lib/mozilla-1.5b/res/samples/xulTest.css -lib/thunderbird/lib/mozilla-1.5b/res/table-add-column-after-active.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-column-after-hover.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-column-after.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-column-before-active.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-column-before-hover.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-column-before.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-row-after-active.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-row-after-hover.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-row-after.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-row-before-active.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-row-before-hover.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-add-row-before.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-remove-column-active.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-remove-column-hover.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-remove-column.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-remove-row-active.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-remove-row-hover.gif -lib/thunderbird/lib/mozilla-1.5b/res/table-remove-row.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anim.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims00.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims01.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims02.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims03.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims04.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims05.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims06.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims07.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims08.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims09.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims10.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims11.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims12.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims13.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims14.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims15.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims16.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims17.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims18.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims19.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims20.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims21.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims22.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims23.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims24.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims25.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims26.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims27.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims28.gif -lib/thunderbird/lib/mozilla-1.5b/res/throbber/anims29.gif -lib/thunderbird/lib/mozilla-1.5b/res/ua.css -lib/thunderbird/lib/mozilla-1.5b/res/unixcharset.properties -lib/thunderbird/lib/mozilla-1.5b/res/viewer.properties -lib/thunderbird/lib/mozilla-1.5b/res/viewsource.css -lib/thunderbird/lib/mozilla-1.5b/run-mozilla.sh -lib/thunderbird/lib/mozilla-1.5b/thunderbird-bin -lib/thunderbird/lib/mozilla-1.5b/timebombgen -lib/thunderbird/lib/mozilla-1.5b/xpcshell -lib/thunderbird/lib/mozilla-1.5b/xpicleanup -lib/thunderbird/lib/mozilla-1.5b/xpidl -lib/thunderbird/lib/mozilla-1.5b/xpt_dump -lib/thunderbird/lib/mozilla-1.5b/xpt_link -lib/thunderbird/lib/pkgconfig/mozilla-gtkmozembed.pc -lib/thunderbird/lib/pkgconfig/mozilla-js.pc -lib/thunderbird/lib/pkgconfig/mozilla-nspr.pc -lib/thunderbird/lib/pkgconfig/mozilla-nss.pc -lib/thunderbird/lib/pkgconfig/mozilla-plugin.pc -lib/thunderbird/lib/pkgconfig/mozilla-xpcom.pc -lib/thunderbird/share/aclocal/nspr.m4 -lib/thunderbird/share/idl/mozilla-1.5b/MailNewsTypes2.idl -lib/thunderbird/share/idl/mozilla-1.5b/XPCIDispatch.idl -lib/thunderbird/share/idl/mozilla-1.5b/domstubs.idl -lib/thunderbird/share/idl/mozilla-1.5b/gfxIFormats.idl -lib/thunderbird/share/idl/mozilla-1.5b/gfxIImageFrame.idl -lib/thunderbird/share/idl/mozilla-1.5b/gfxtypes.idl -lib/thunderbird/share/idl/mozilla-1.5b/imgICache.idl -lib/thunderbird/share/idl/mozilla-1.5b/imgIContainer.idl -lib/thunderbird/share/idl/mozilla-1.5b/imgIContainerObserver.idl -lib/thunderbird/share/idl/mozilla-1.5b/imgIDecoder.idl -lib/thunderbird/share/idl/mozilla-1.5b/imgIDecoderObserver.idl -lib/thunderbird/share/idl/mozilla-1.5b/imgILoad.idl -lib/thunderbird/share/idl/mozilla-1.5b/imgILoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/imgIRequest.idl -lib/thunderbird/share/idl/mozilla-1.5b/jsdIDebuggerService.idl -lib/thunderbird/share/idl/mozilla-1.5b/mozIJSSubScriptLoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/mozIPersonalDictionary.idl -lib/thunderbird/share/idl/mozilla-1.5b/mozISpellCheckingEngine.idl -lib/thunderbird/share/idl/mozilla-1.5b/mozISpellI18NManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/mozISpellI18NUtil.idl -lib/thunderbird/share/idl/mozilla-1.5b/mozITXTToHTMLConv.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsCDefaultURIFixup.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsCDocShell.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsCExternalHandlerService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsCURILoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsCWebBrowser.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsCWebBrowserPersist.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIASN1Object.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIASN1PrintableItem.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIASN1Sequence.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIASN1Tree.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbAddressCollecter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbAutoCompleteSession.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbBase.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbBooleanExpression.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbCard.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbDirFactory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbDirFactoryService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbDirectory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbDirectoryQuery.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbDirectoryQueryProxy.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbDirectorySearch.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbLDAPAutoCompFormatter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbLDAPReplicationData.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbLDAPReplicationQuery.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbLDAPReplicationService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbMDBCard.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbMDBDirectory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbUpgrader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAbView.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAboutModule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessNode.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibilityService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessible.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleAction.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleCaret.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleDocument.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleEditableText.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleHyperLink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleHyperText.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleProvider.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleRetrieval.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleSelectable.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleTable.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleText.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAccessibleValue.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAddbookUrl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAddrBookSession.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAddrDBAnnouncer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAddrDBListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAddrDatabase.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAddressBook.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAggregatePrincipal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAppShell.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAppShellService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIArray.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAsyncInputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAsyncOutputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAsyncStreamCopier.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAtom.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAtomService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAuthPrompt.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAuthPromptWrapper.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAutoCompleteListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAutoCompleteResults.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIAutoCompleteSession.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBadCertListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBaseWindow.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBidiKeyboard.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBinaryInputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBinaryOutputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBookmarksService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBoxLayoutManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBoxObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBoxPaintManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBrowserBoxObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBrowserHistory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBrowserInstance.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBufEntropyCollector.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIBufferedStreams.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIByteArrayInputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIByteRangeRequest.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICMSDecoder.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICMSEncoder.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICMSMessage.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICMSMessageErrors.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICMSSecureMessage.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICRLInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICRLManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICache.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICacheEntryDescriptor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICacheListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICacheService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICacheSession.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICacheVisitor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICachingChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICategoryManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICertPickDialogs.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICertSelect.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICertTree.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICertificateDialogs.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICertificatePrincipal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICharsetConverterManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICharsetResolver.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIChromeEventHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIChromeRegistry.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICipherInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICiter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIClassInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIClassicPluginFactory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIClientAuthDialogs.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIClipboard.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIClipboardCommands.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIClipboardDragDropHookList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIClipboardDragDropHooks.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIClipboardHelper.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIClipboardOwner.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICloseAllWindows.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICmdLineHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICmdLineService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICodebasePrincipal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICollection.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIComm4xProfile.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICommandHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICommandManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICommandParams.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIComponentLoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIComponentLoaderManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIComponentManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIComponentManagerObsolete.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIComponentRegistrar.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIConsoleListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIConsoleMessage.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIConsoleService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIContentFilter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIContentHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIContentPolicy.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIContentViewer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIContentViewerContainer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIContentViewerEdit.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIContentViewerFile.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIContextMenuListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIContextMenuListener2.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIController.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIControllerCommand.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIControllerCommandTable.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIControllerContext.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIControllers.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICookieService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICookieStorage.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICopyMessageListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICopyMsgStreamListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICryptoFIPSInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsICurrentCharsetListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDBChangeAnnouncer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDBChangeListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDBFolderInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDNSListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDNSService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOM3Document.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOM3DocumentEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOM3EventTarget.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOM3Node.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMAbstractView.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMAttr.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMBarProp.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCDATASection.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCRMFObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSS2Properties.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSCharsetRule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSFontFaceRule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSImportRule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSMediaRule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSPageRule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSPrimitiveValue.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSRule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSRuleList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSStyleDeclaration.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSStyleRule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSStyleSheet.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSUnknownRule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSValue.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCSSValueList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCharacterData.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMChromeWindow.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMComment.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCounter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCrypto.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCryptoDialogs.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMCustomEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDOMConfiguration.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDOMException.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDOMImplementation.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDocument.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDocumentCSS.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDocumentEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDocumentFragment.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDocumentRange.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDocumentStyle.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDocumentTraversal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDocumentType.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDocumentView.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMDocumentXBL.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMElementCSSInlineStyle.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMEntity.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMEntityReference.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMEventGroup.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMEventListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMEventTarget.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLAnchorElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLAppletElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLAreaElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLBRElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLBaseElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLBaseFontElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLBodyElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLButtonElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLCollection.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLDListElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLDirectoryElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLDivElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLDocument.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLEmbedElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLFieldSetElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLFontElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLFormElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLFrameElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLFrameSetElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLHRElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLHeadElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLHeadingElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLHtmlElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLIFrameElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLImageElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLInputElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLIsIndexElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLLIElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLLabelElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLLegendElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLLinkElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLMapElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLMenuElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLMetaElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLModElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLOListElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLObjectElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLOptGroupElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLOptionElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLOptionsCollection.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLParagraphElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLParamElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLPreElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLQuoteElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLScriptElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLSelectElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLStyleElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLTableCaptionElem.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLTableCellElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLTableColElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLTableElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLTableRowElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLTableSectionElem.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLTextAreaElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLTitleElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHTMLUListElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMHistory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMJSWindow.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMKeyEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMLinkStyle.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMLocation.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMMediaList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMMimeType.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMMimeTypeArray.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMMouseEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMMutationEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSDocument.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLAnchorElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLAreaElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLButtonElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLDocument.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLFormControlList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLFormElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLFrameElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLHRElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLImageElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLInputElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLOptionCollectn.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLOptionElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLSelectElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHTMLTextAreaElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSHistory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSLocation.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSRange.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSUIEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNSXBLFormControl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNamedNodeMap.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNavigator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNode.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNodeFilter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNodeIterator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNodeList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMNotation.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMPkcs11.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMPlugin.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMPluginArray.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMPopupBlockedEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMProcessingInstruction.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMRGBColor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMRange.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMRangeException.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMRect.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMScreen.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMStyleSheet.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMStyleSheetList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMText.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMTreeWalker.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMUIEvent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMUserDataHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMViewCSS.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMWindow.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMWindowCollection.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMWindowInternal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXMLDocument.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXPathEvaluator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXPathException.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXPathExpression.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXPathNSResolver.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXPathNamespace.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXPathResult.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULButtonElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULCheckboxElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULCommandDispatcher.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULControlElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULDescriptionElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULDocument.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULImageElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULLabelElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULLabeledControlEl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULMenuListElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULMultSelectCntrlEl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULPopupElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULSelectCntrlEl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULSelectCntrlItemEl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDOMXULTextboxElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDataChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDebug.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDialogParamBlock.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDirIndex.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDirIndexListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDirectoryListing.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDirectoryService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocCharset.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocShell.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocShellHistory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocShellLoadInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocShellTreeItem.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocShellTreeNode.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocShellTreeOwner.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocumentCharsetInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocumentLoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocumentLoaderFactory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDocumentStateListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDownload.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDownloadManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDownloadProgressListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDownloader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDragDropHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDragService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIDragSession.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditActionListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditingSession.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditorBoxObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditorDocShell.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditorIMESupport.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditorLogging.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditorMailSupport.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditorObserver.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditorSpellCheck.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEditorStyleSheets.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEmbeddingSiteWindow.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEmbeddingSiteWindow2.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEncodedChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEncryptedSMIMEURIsSrvc.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEntityConverter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEntropyCollector.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEnumerator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIErrorService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEvaluateStringProxy.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEventHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEventQueue.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIEventQueueService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIException.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIExceptionService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIExpatSink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIExternalHelperAppService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIExternalProtocolHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIExternalProtocolService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFIXptr.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFTPChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFactory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFastLoadFileControl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFastLoadService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFile.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFileChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFilePicker.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFileProtocolHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFileSpec.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFileStreams.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFileURL.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFileUtilities.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFileView.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFind.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFindService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFolder.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFolderListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFontCatalogService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFontEnumerator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFontList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFontPackageHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFontPackageProxy.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFontPackageService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFormatConverter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFreeType2.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIFullScreen.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIGenKeypairInfoDlg.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIGlobalHistory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIGraphics.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHTMLAbsPosEditor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHTMLEditor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHTMLInlineTableEditor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHTMLObjectResizeListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHTMLObjectResizer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHTTPHeaderListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHash.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHelperAppLauncherDialog.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHistoryEntry.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHttpAuthManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHttpAuthenticator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHttpChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHttpChannelInternal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHttpEventSink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHttpHeaderVisitor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHttpNotify.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIHttpProtocolHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIIDNService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIIFrameBoxObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIIOService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImageDocument.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImageLoadingContent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImapFlagAndUidState.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImapHeaderXferInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImapIncomingServer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImapMailFolderSink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImapMessageSink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImapMockChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImapProtocol.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImapServerSink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImapService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImapUrl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImportABDescriptor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImportAddressBooks.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImportFieldMap.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImportGeneric.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImportMail.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImportMailboxDescriptor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImportMimeEncode.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImportModule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImportService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIImportSettings.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIIncomingServerListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIInputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIInputStreamChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIInputStreamPump.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIInputStreamTee.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIInterfaceInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIInterfaceInfoManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIInterfaceRequestor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIJAR.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIJARChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIJARProtocolHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIJARURI.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIJRILiveConnectPIPeer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIJRILiveConnectPlugin.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIJSConsoleService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIJSContextStack.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIJSRuntimeService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIKeyedStreamGenerator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIKeygenThread.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPAutoCompFormatter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPAutoCompleteSession.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPBERValue.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPConnection.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPErrors.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPMessage.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPMessageListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPOperation.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPPrefsService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPServer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILDAPURL.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILanguageAtom.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILanguageAtomService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILineInputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIListBoxObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILoadGroup.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILocalFile.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILocalMailIncomingServer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILocale.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsILocaleService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMIMEHeaderParam.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMIMEInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMIMEInputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMIMEService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMailboxService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMailboxSpec.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMailboxUrl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMarkupDocumentViewer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMemory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMenuBoxObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMenuRollup.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMessenger.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMessengerMigrator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMessengerOSIntegration.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMessengerWindowService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMimeEmitter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMimeHeaders.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMimeMiscStatus.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMimeStreamConverter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIModifyableXPointer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIModule.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMovemailIncomingServer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMovemailService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgAccount.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgAccountManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgAttachment.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgBiffManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgCompFields.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgCompUtils.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgCompose.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgComposeParams.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgComposeProgressParams.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgComposeSecure.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgComposeService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgCopyService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgCopyServiceListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgDBView.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgDatabase.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgDraft.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgFilter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgFilterHitNotify.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgFilterList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgFilterPlugin.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgFilterService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgFolder.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgFolderCache.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgFolderCacheElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgFolderCompactor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgGroupRecord.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgHdr.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgHeaderParser.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgHost.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgIdentity.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgImapMailFolder.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgIncomingServer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgLocalMailFolder.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgLogonRedirector.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgMailNewsUrl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgMailSession.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgMailView.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgMailViewList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgMdnGenerator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgMessageService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgNewsFolder.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgOfflineImapOperation.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgOfflineManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgOfflineNewsState.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgParseMailMsgState.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgPrintEngine.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgProgress.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgProtocolInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgPurgeService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgQuote.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgRDFDataSource.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgRecipientArray.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSMIMECompFields.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSMIMEHeaderSink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSearchAdapter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSearchNotify.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSearchScopeTerm.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSearchSession.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSearchTerm.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSearchValidityManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSearchValidityTable.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSearchValue.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSend.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSendLater.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSendLaterListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSendListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSendReport.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgSignature.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgStatusFeedback.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgStringService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgThread.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgVCard.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMsgWindow.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMultiPartChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIMultiplexInputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINNTPArticleList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINNTPNewsgroupList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINNTPNewsgroupPost.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINNTPProtocol.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINSSCertCache.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINativeAppSupport.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINativeComponentLoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINativeScrollbar.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINativeUConvService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINetModRegEntry.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINetModuleMgr.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINetNotify.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINewsDatabase.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINewsDownloadDialogArgs.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINntpIncomingServer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINntpService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINntpUrl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINoIncomingServer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsINoneService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIOCSPResponder.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIObjectInputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIObjectOutputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIObserver.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIObserverService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIOutputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPK11Token.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPK11TokenDB.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPKCS11Module.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPKCS11ModuleDB.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPKCS11Slot.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPKIParamBlock.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPassword.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPasswordManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPasswordManagerInternal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPasswordSink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPersistentProperties2.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPhonetic.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPipe.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPlaintextEditor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPlugin.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginDocument.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginHost.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginInputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginInstance.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginInstanceOwner.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginInstancePeer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginInstancePeer2.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginManager2.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginStreamInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginStreamListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginTagInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPluginTagInfo2.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPop3IncomingServer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPop3Service.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPop3Sink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPop3URL.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPopupBoxObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPopupWindowManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPref.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrefBranch.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrefBranchInternal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrefLocalizedString.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrefMigration.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrefMigrationProgress.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrefService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrefetchService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrincipal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrintOptions.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrintProgress.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrintProgressParams.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrintSession.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrintSettings.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrintSettingsService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrintStatusFeedback.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrintingPrompt.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrintingPromptService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProcess.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProfile.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProfileChangeStatus.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProfileInternal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProfileStartupListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProgrammingLanguage.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProgressDialog.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProgressEventSink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPrompt.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPromptService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProperties.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIPropertyBag.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProtocolHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProtocolProxyService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProxiedProtocolHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProxy.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProxyAutoConfig.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProxyCreateInstance.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProxyInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIProxyObjectManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFCompositeDataSource.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFContainer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFContainerUtils.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFDataSource.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFDelegateFactory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFInMemoryDataSource.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFLiteral.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFNode.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFObserver.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFPropagatableDataSource.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFPurgeableDataSource.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFRemoteDataSource.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFResource.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFXMLParser.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFXMLSerializer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFXMLSink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRDFXMLSource.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRecyclingAllocator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRefreshURI.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRegistry.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRelativeFilePref.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRequest.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRequestObserver.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRequestObserverProxy.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIResProtocolHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIResumableChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIResumableEntityID.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRollupListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIRunnable.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISHContainer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISHEntry.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISHTransaction.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISHistory.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISHistoryInternal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISHistoryListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISMimeCert.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISMimeJSHelper.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISOCKS4SocketInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISOCKS4SocketProvider.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISOCKSSocketInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISOCKSSocketProvider.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISSLSocketControl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISSLSocketProvider.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISSLStatus.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISSLStatusProvider.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISaveAsCharset.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScreen.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScreenManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptContextOwner.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptError.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptEventHandler.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptEventManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptGlobalObjectOwner.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptLoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptLoaderObserver.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptSecurityManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptableDateFormat.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptableInputStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptableInterfaces.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptablePlugin.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptableRegion.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScriptableUConv.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScrollBoxObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIScrollable.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISearchContext.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISecretDecoderRing.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISecureBrowserUI.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISecurityCheckedComponent.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISecurityEventSink.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISecurityPref.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISecurityWarningDialogs.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISeekableStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISelectElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISelection.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISelectionController.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISelectionDisplay.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISelectionImageService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISelectionListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISelectionPrivate.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISemanticUnitScanner.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISerializable.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIServiceManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISidebar.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISignatureVerifier.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISignonViewer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISimpleEnumerator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISimpleStreamListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISmtpServer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISmtpService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISmtpUrl.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISocketProvider.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISocketProviderService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISocketTransport.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISocketTransportService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISound.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISpamSettings.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStandardURL.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStorageStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStreamBufferAccess.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStreamConverter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStreamConverterService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStreamListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStreamListenerProxy.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStreamListenerTee.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStreamLoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStreamTransportService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStringBundle.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStringBundleOverride.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStringEnumerator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStringService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIStringStream.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISubscribableServer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISupports.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISupportsArray.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISupportsIterators.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISupportsPrimitives.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsISyncLoadDOMService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITXTToHTMLConv.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITableEditor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITextAreaElement.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITextScroll.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITextServicesFilter.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITextToSubURI.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIThread.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIThreadPool.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITimeBomb.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITimeRecorder.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITimelineService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITimer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITimerInternal.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITimerManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITimingService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITokenDialogs.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITokenPasswordDialogs.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIToolkit.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITooltipListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITooltipTextProvider.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITraceRefcnt.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITransaction.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITransactionList.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITransactionListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITransactionManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITransferable.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITransport.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITransportSecurityInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITreeBoxObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITreeContentView.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITreeSelection.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsITreeView.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIURI.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIURIChecker.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIURIContentListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIURIFixup.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIURILoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIURIRefObject.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIURL.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIURLFetcher.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIURLParser.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIUTF8ConverterService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIUnicharStreamLoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIUnicodeNormalizer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIUploadChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIUrlListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIUrlListenerManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIUserCertPicker.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIUserInfo.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIVariant.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIViewSourceChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWalletEditor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWalletPreview.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWalletService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWeakReference.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebBrowser.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebBrowserChrome.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebBrowserChromeFocus.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebBrowserFind.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebBrowserFocus.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebBrowserPersist.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebBrowserPrint.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebBrowserSetup.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebNavigation.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebPageDescriptor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebProgress.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWebProgressListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWindowCreator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWindowCreator2.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWindowDataSource.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWindowMediator.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWindowMediatorListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWindowWatcher.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWindowlessPlugInstPeer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIWyciwygChannel.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIX509Cert.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIX509CertDB.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIX509CertValidity.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXPCScriptNotify.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXPCScriptable.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXPCSecurityManager.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXPConnect.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXPIDialogService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXPINotifier.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXPIProgressDialog.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXPTLoader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXPointer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXRemoteClient.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXRemoteService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXSLTException.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXSLTProcessor.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXSLTProcessorObsolete.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXULBrowserWindow.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXULBuilderListener.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXULSortService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXULTemplateBuilder.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIXULWindow.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsIZipReader.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsMsgFilterCore.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsMsgSearchCore.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPIAccessNode.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPIAccessible.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPIAccessibleDocument.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPICertNotification.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPICommandUpdater.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPIEditorTransaction.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPIPluginHost.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPIPluginInstancePeer.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPIPromptService.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPIWindowWatcher.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPIXPIProxy.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsPIXPIStubHook.idl -lib/thunderbird/share/idl/mozilla-1.5b/nspluginroot.idl -lib/thunderbird/share/idl/mozilla-1.5b/nsrootidl.idl -lib/thunderbird/share/idl/mozilla-1.5b/xpccomponents.idl -lib/thunderbird/share/idl/mozilla-1.5b/xpcexception.idl -lib/thunderbird/share/idl/mozilla-1.5b/xpcjsid.idl -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/communicator-region/wallet || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/editor-region || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/global-region || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/messenger-region || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/navigator-region || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/alerts || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/bookmarks || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/brand || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/directory || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/pref || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/profile || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/related || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/search || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/sidebar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/taskbar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/xpinstall || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/editor/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/arrow || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/checkbox || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/console || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/filepicker || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/menu || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/progressmeter || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/radio || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/scrollbar/slider || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/splitter || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/toolbar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/tree || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger/addressbook/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger/messengercompose || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger/smime/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/mozapps/downloads || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/mozapps/pref || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/navigator/btn1 || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/navigator/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator-platform || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator-region || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/alerts || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/directory || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/downloadmanager || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/history || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/pref || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/profile || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/related || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/search || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/sidebar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/timebomb || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/wallet || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/xml || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/xpinstall || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/editor-region || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/editor/images || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/help || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/mozldap || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/navigator || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/navigator-platform || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/navigator-region || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/necko || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/wallet || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/xbl-marquee || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/content/embed || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/locale/en-US/embed || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/skin/classic/embed || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/directory || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/dom || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/downloadmanager || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/history || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/layout || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/pref || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/profile || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/search || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/security || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/sidebar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/timebomb || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/wallet || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/xml || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/xpinstall || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/editor || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/global || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/messenger-mdn || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/messenger-smime || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/messenger/addressbook || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/messenger/messengercompose || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/mozapps/downloads || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/mozldap || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/navigator || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/necko || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/pipnss || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/pippki || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/wallet || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac/locale/en-US/communicator-platform/pref || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac/locale/en-US/global-platform || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac/locale/en-US/navigator-platform || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix/locale/en-US/communicator-platform/pref || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix/locale/en-US/global-platform || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix/locale/en-US/navigator-platform || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale/en-US/communicator-platform/pref || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale/en-US/global-platform || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale/en-US/messenger-mapi || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale/en-US/navigator-platform || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/editor/images || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger-mdn || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger-region || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger-smime || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger-views || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger/addressbook || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger/messengercompose || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/alerts || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/bookmarks || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/brand || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/directory || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/profile || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/related || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/search || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/sidebar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/taskbar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/toolbar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/xpinstall || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/editor/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/arrow || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/button || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/checkbox || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/console || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/filepicker || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/menu || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/menulist || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/progressmeter || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/radio || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/scrollbar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/splitter || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/toolbar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/tree || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/addressbook/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/messengercompose/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/smime/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/navigator/btn1 || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/navigator/icons || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/navigator/toolbar || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/pipnss/content/pipnss || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/pippki/content/pippki || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/communicator || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/global-platform || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/global-region || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/global/bindings || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/global/widgets || true -@exec /bin/mkdir -p %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/mozapps/downloads || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/mozapps/downloads || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/global/widgets || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/global/bindings || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/global-region || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/global-platform || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/communicator || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/pippki/content/pippki || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/pipnss/content/pipnss || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/navigator/toolbar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/navigator/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/navigator/btn1 || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/smime/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/messengercompose/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/addressbook/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/tree || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/toolbar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/splitter || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/scrollbar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/radio || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/progressmeter || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/menulist || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/menu || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/filepicker || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/console || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/checkbox || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/button || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global/arrow || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/editor/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/xpinstall || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/toolbar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/taskbar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/sidebar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/search || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/related || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/profile || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/directory || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/brand || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/bookmarks || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator/alerts || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger/messengercompose || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger/addressbook || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger-views || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger-smime || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger-region || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger-mdn || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/editor/images || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale/en-US/navigator-platform || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale/en-US/messenger-mapi || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale/en-US/global-platform || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale/en-US/communicator-platform/pref || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix/locale/en-US/navigator-platform || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix/locale/en-US/global-platform || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix/locale/en-US/communicator-platform/pref || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac/locale/en-US/navigator-platform || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac/locale/en-US/global-platform || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac/locale/en-US/communicator-platform/pref || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/wallet || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/pippki || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/pipnss || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/necko || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/navigator || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/mozldap || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/mozapps/downloads || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/messenger/messengercompose || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/messenger/addressbook || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/messenger-smime || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/messenger-mdn || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/global || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/editor || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/xpinstall || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/xml || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/wallet || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/timebomb || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/sidebar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/security || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/search || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/profile || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/pref || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/layout || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/history || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/downloadmanager || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/dom || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator/directory || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/skin/classic/embed || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/locale/en-US/embed || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/content/embed || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/xbl-marquee || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/wallet || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/necko || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/navigator-region || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/navigator-platform || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/navigator || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/mozldap || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/help || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/editor/images || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/editor-region || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/xpinstall || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/xml || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/wallet || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/timebomb || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/sidebar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/search || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/related || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/profile || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/pref || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/history || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/downloadmanager || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/directory || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator/alerts || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator-region || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator-platform || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/navigator/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/navigator/btn1 || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/mozapps/pref || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/mozapps/downloads || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger/smime/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger/messengercompose || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger/addressbook/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/tree || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/toolbar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/splitter || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/scrollbar/slider || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/radio || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/progressmeter || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/menu || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/filepicker || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/console || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/checkbox || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/arrow || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/editor/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/xpinstall || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/taskbar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/sidebar || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/search || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/related || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/profile || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/pref || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/icons || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/directory || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/brand || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/bookmarks || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator/alerts || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/navigator-region || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/messenger-region || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/global-region || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/editor-region || true -@unexec /bin/rmdir %D/lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/communicator-region/wallet || true -@dirrm lib/thunderbird/share/idl/mozilla-1.5b -@dirrm lib/thunderbird/share/idl -@dirrm lib/thunderbird/share/aclocal -@dirrm lib/thunderbird/share -@dirrm lib/thunderbird/lib/pkgconfig -@dirrm lib/thunderbird/lib/mozilla-1.5b/res/throbber -@dirrm lib/thunderbird/lib/mozilla-1.5b/res/samples/sampleimages -@dirrm lib/thunderbird/lib/mozilla-1.5b/res/samples -@dirrm lib/thunderbird/lib/mozilla-1.5b/res/rdf -@dirrm lib/thunderbird/lib/mozilla-1.5b/res/html -@dirrm lib/thunderbird/lib/mozilla-1.5b/res/fonts -@dirrm lib/thunderbird/lib/mozilla-1.5b/res/entityTables -@dirrm lib/thunderbird/lib/mozilla-1.5b/res/dtd -@dirrm lib/thunderbird/lib/mozilla-1.5b/res/builtin -@dirrm lib/thunderbird/lib/mozilla-1.5b/res -@dirrm lib/thunderbird/lib/mozilla-1.5b/plugins -@dirrm lib/thunderbird/lib/mozilla-1.5b/defaults/wallet -@dirrm lib/thunderbird/lib/mozilla-1.5b/defaults/profile/chrome -@dirrm lib/thunderbird/lib/mozilla-1.5b/defaults/profile/US/chrome -@dirrm lib/thunderbird/lib/mozilla-1.5b/defaults/profile/US -@dirrm lib/thunderbird/lib/mozilla-1.5b/defaults/profile -@dirrm lib/thunderbird/lib/mozilla-1.5b/defaults/pref -@dirrm lib/thunderbird/lib/mozilla-1.5b/defaults/messenger/US -@dirrm lib/thunderbird/lib/mozilla-1.5b/defaults/messenger -@dirrm lib/thunderbird/lib/mozilla-1.5b/defaults -@dirrm lib/thunderbird/lib/mozilla-1.5b/components/myspell -@dirrm lib/thunderbird/lib/mozilla-1.5b/components -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/mozapps -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content/global -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit/content -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/toolkit -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/pippki/content -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/pippki -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/pipnss/content -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/pipnss -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/navigator -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/smime -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/messengercompose -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger/addressbook -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/messenger -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/global -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/editor -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern/communicator -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin/modern -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern/skin -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/modern -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/messenger -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content/editor -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/messenger/content -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/messenger -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/icons/default -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/icons -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale/en-US/communicator-platform -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale/en-US -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-win/locale -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-win -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix/locale/en-US/communicator-platform -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix/locale/en-US -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix/locale -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-unix -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac/locale/en-US/communicator-platform -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac/locale/en-US -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac/locale -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-mac -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/mozapps -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/messenger -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US/communicator -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale/en-US -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-US/locale -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/en-US -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/skin/classic -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/skin -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/locale/en-US -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/locale -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample/content -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/embed-sample -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/editor -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content/communicator -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/comm/content -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/comm -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/navigator -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/mozapps -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger/smime -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger/addressbook -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/messenger -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global/scrollbar -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/global -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/editor -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic/communicator -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin/classic -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic/skin -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/classic -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US/communicator-region -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale/US -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/US/locale -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome/US -@dirrm lib/thunderbird/lib/mozilla-1.5b/chrome -@dirrm lib/thunderbird/lib/mozilla-1.5b -@dirrm lib/thunderbird/lib -@dirrm lib/thunderbird/include/mozilla-1.5b/xultmpl -@dirrm lib/thunderbird/include/mozilla-1.5b/xuldoc -@dirrm lib/thunderbird/include/mozilla-1.5b/xulapp -@dirrm lib/thunderbird/include/mozilla-1.5b/xul -@dirrm lib/thunderbird/include/mozilla-1.5b/xremoteservice -@dirrm lib/thunderbird/include/mozilla-1.5b/xprintutil -@dirrm lib/thunderbird/include/mozilla-1.5b/xpinstall -@dirrm lib/thunderbird/include/mozilla-1.5b/xpconnect -@dirrm lib/thunderbird/include/mozilla-1.5b/xpcom_obsolete -@dirrm lib/thunderbird/include/mozilla-1.5b/xpcom -@dirrm lib/thunderbird/include/mozilla-1.5b/xlibrgb -@dirrm lib/thunderbird/include/mozilla-1.5b/windowwatcher -@dirrm lib/thunderbird/include/mozilla-1.5b/widget -@dirrm lib/thunderbird/include/mozilla-1.5b/webshell -@dirrm lib/thunderbird/include/mozilla-1.5b/webbrwsr -@dirrm lib/thunderbird/include/mozilla-1.5b/webbrowserpersist -@dirrm lib/thunderbird/include/mozilla-1.5b/walletviewers -@dirrm lib/thunderbird/include/mozilla-1.5b/wallet -@dirrm lib/thunderbird/include/mozilla-1.5b/view -@dirrm lib/thunderbird/include/mozilla-1.5b/util -@dirrm lib/thunderbird/include/mozilla-1.5b/uriloader -@dirrm lib/thunderbird/include/mozilla-1.5b/unicharutil -@dirrm lib/thunderbird/include/mozilla-1.5b/ucvtw2 -@dirrm lib/thunderbird/include/mozilla-1.5b/ucvtw -@dirrm lib/thunderbird/include/mozilla-1.5b/ucvlatin -@dirrm lib/thunderbird/include/mozilla-1.5b/ucvko -@dirrm lib/thunderbird/include/mozilla-1.5b/ucvja -@dirrm lib/thunderbird/include/mozilla-1.5b/ucvibm -@dirrm lib/thunderbird/include/mozilla-1.5b/ucvcn -@dirrm lib/thunderbird/include/mozilla-1.5b/uconv -@dirrm lib/thunderbird/include/mozilla-1.5b/ucnative -@dirrm lib/thunderbird/include/mozilla-1.5b/txtsvc -@dirrm lib/thunderbird/include/mozilla-1.5b/txmgr -@dirrm lib/thunderbird/include/mozilla-1.5b/string -@dirrm lib/thunderbird/include/mozilla-1.5b/spellchecker -@dirrm lib/thunderbird/include/mozilla-1.5b/sidebar -@dirrm lib/thunderbird/include/mozilla-1.5b/shistory -@dirrm lib/thunderbird/include/mozilla-1.5b/rdfutil -@dirrm lib/thunderbird/include/mozilla-1.5b/rdf -@dirrm lib/thunderbird/include/mozilla-1.5b/progressDlg -@dirrm lib/thunderbird/include/mozilla-1.5b/profile -@dirrm lib/thunderbird/include/mozilla-1.5b/profdirserviceprovider -@dirrm lib/thunderbird/include/mozilla-1.5b/prefmigr -@dirrm lib/thunderbird/include/mozilla-1.5b/prefetch -@dirrm lib/thunderbird/include/mozilla-1.5b/pref -@dirrm lib/thunderbird/include/mozilla-1.5b/plugin -@dirrm lib/thunderbird/include/mozilla-1.5b/pippki -@dirrm lib/thunderbird/include/mozilla-1.5b/pipnss -@dirrm lib/thunderbird/include/mozilla-1.5b/pipboot -@dirrm lib/thunderbird/include/mozilla-1.5b/nspr/private -@dirrm lib/thunderbird/include/mozilla-1.5b/nspr/obsolete -@dirrm lib/thunderbird/include/mozilla-1.5b/nspr/md -@dirrm lib/thunderbird/include/mozilla-1.5b/nspr -@dirrm lib/thunderbird/include/mozilla-1.5b/nkcache -@dirrm lib/thunderbird/include/mozilla-1.5b/necko2 -@dirrm lib/thunderbird/include/mozilla-1.5b/necko -@dirrm lib/thunderbird/include/mozilla-1.5b/msgsmime -@dirrm lib/thunderbird/include/mozilla-1.5b/msgnews -@dirrm lib/thunderbird/include/mozilla-1.5b/msgmdn -@dirrm lib/thunderbird/include/mozilla-1.5b/msglocal -@dirrm lib/thunderbird/include/mozilla-1.5b/msgimap -@dirrm lib/thunderbird/include/mozilla-1.5b/msgdb -@dirrm lib/thunderbird/include/mozilla-1.5b/msgcompose -@dirrm lib/thunderbird/include/mozilla-1.5b/msgbaseutil -@dirrm lib/thunderbird/include/mozilla-1.5b/msgbase -@dirrm lib/thunderbird/include/mozilla-1.5b/mozldap -@dirrm lib/thunderbird/include/mozilla-1.5b/mork -@dirrm lib/thunderbird/include/mozilla-1.5b/mimetype -@dirrm lib/thunderbird/include/mozilla-1.5b/mimeemitter -@dirrm lib/thunderbird/include/mozilla-1.5b/mime -@dirrm lib/thunderbird/include/mozilla-1.5b/mailview -@dirrm lib/thunderbird/include/mozilla-1.5b/mailnews -@dirrm lib/thunderbird/include/mozilla-1.5b/lwbrk -@dirrm lib/thunderbird/include/mozilla-1.5b/locale -@dirrm lib/thunderbird/include/mozilla-1.5b/libreg -@dirrm lib/thunderbird/include/mozilla-1.5b/ldap -@dirrm lib/thunderbird/include/mozilla-1.5b/layout -@dirrm lib/thunderbird/include/mozilla-1.5b/jsurl -@dirrm lib/thunderbird/include/mozilla-1.5b/jsdebug -@dirrm lib/thunderbird/include/mozilla-1.5b/jsconsole -@dirrm lib/thunderbird/include/mozilla-1.5b/js -@dirrm lib/thunderbird/include/mozilla-1.5b/java -@dirrm lib/thunderbird/include/mozilla-1.5b/jar -@dirrm lib/thunderbird/include/mozilla-1.5b/intl -@dirrm lib/thunderbird/include/mozilla-1.5b/import -@dirrm lib/thunderbird/include/mozilla-1.5b/impText -@dirrm lib/thunderbird/include/mozilla-1.5b/impComm4xMail -@dirrm lib/thunderbird/include/mozilla-1.5b/imglib2 -@dirrm lib/thunderbird/include/mozilla-1.5b/htmlparser -@dirrm lib/thunderbird/include/mozilla-1.5b/history -@dirrm lib/thunderbird/include/mozilla-1.5b/helperAppDlg -@dirrm lib/thunderbird/include/mozilla-1.5b/gtkxtbin -@dirrm lib/thunderbird/include/mozilla-1.5b/gtkembedmoz -@dirrm lib/thunderbird/include/mozilla-1.5b/gfx -@dirrm lib/thunderbird/include/mozilla-1.5b/find -@dirrm lib/thunderbird/include/mozilla-1.5b/filepicker -@dirrm lib/thunderbird/include/mozilla-1.5b/exthandler -@dirrm lib/thunderbird/include/mozilla-1.5b/expat -@dirrm lib/thunderbird/include/mozilla-1.5b/embedstring -@dirrm lib/thunderbird/include/mozilla-1.5b/embedcomponents -@dirrm lib/thunderbird/include/mozilla-1.5b/embed_base -@dirrm lib/thunderbird/include/mozilla-1.5b/editor -@dirrm lib/thunderbird/include/mozilla-1.5b/downloadmanager -@dirrm lib/thunderbird/include/mozilla-1.5b/dom -@dirrm lib/thunderbird/include/mozilla-1.5b/docshell -@dirrm lib/thunderbird/include/mozilla-1.5b/dbm -@dirrm lib/thunderbird/include/mozilla-1.5b/content -@dirrm lib/thunderbird/include/mozilla-1.5b/composer -@dirrm lib/thunderbird/include/mozilla-1.5b/commandhandler -@dirrm lib/thunderbird/include/mozilla-1.5b/chrome -@dirrm lib/thunderbird/include/mozilla-1.5b/chardet -@dirrm lib/thunderbird/include/mozilla-1.5b/caps -@dirrm lib/thunderbird/include/mozilla-1.5b/browser -@dirrm lib/thunderbird/include/mozilla-1.5b/bayesflt -@dirrm lib/thunderbird/include/mozilla-1.5b/appshell -@dirrm lib/thunderbird/include/mozilla-1.5b/appcomps -@dirrm lib/thunderbird/include/mozilla-1.5b/addrbook -@dirrm lib/thunderbird/include/mozilla-1.5b/accessibility -@dirrm lib/thunderbird/include/mozilla-1.5b -@dirrm lib/thunderbird/include -@dirrm lib/thunderbird/bin -@dirrm lib/thunderbird diff --git a/mail/vpopmail-devel/Makefile b/mail/vpopmail-devel/Makefile deleted file mode 100644 index 26e24b44deba..000000000000 --- a/mail/vpopmail-devel/Makefile +++ /dev/null @@ -1,329 +0,0 @@ -# New ports collection makefile for: vpopmail -# Date created: 21 Sep 2000 -# Whom: Neil Blakey-Milner -# -# $FreeBSD$ -# - -PORTNAME= vpopmail -PORTVERSION= 5.3.30 -PORTREVISION= 0 -CATEGORIES= mail -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= roam@FreeBSD.org -COMMENT= Easy virtual domain and authentication package for use with qmail - -BUILD_DEPENDS= ${QMAIL_DIR}/bin/qmail-send:${PORTSDIR}/mail/qmail \ - ${LOCALBASE}/bin/tcprules:${PORTSDIR}/sysutils/ucspi-tcp -RUN_DEPENDS= ${QMAIL_DIR}/bin/qmail-send:${PORTSDIR}/mail/qmail \ - ${LOCALBASE}/bin/tcprules:${PORTSDIR}/sysutils/ucspi-tcp - -GNU_CONFIGURE= YES -USE_GMAKE= YES -USE_REINPLACE= YES -USE_PERL5_BUILD= YES - -VCFGDIR?= ${WRKDIR}/vcfg -VCFGFILES?= inc_deps lib_deps tcp.smtp - -CONFIGURE_ENV+= VCFGDIR="${VCFGDIR}" -CONFIGURE_ARGS= --enable-qmaildir=${QMAIL_DIR} \ - --enable-tcprules-prog=${LOCALBASE}/bin/tcprules \ - --enable-tcpserver-file=${PREFIX}/vpopmail/etc/tcp.smtp - -# -# User-configurable variables -# -# Define these to change from the default behaviour -# -# WITH_PASSWD - allow authentication off /etc/passwd -# WITHOUT_MD5_PASSWORDS - store encrypted passwords in MD5 format -# WITH_CLEAR_PASSWD - store passwords in plaintext -# WITH_LEARN_PASSWORDS - enable learning passwords during pop auth -# WITH_MYSQL - allow authentitation via mysql -# WITH_MYSQL_REPLICATION - enables MySQL database replication -# WITH_MYSQL_LIMITS - enables the MySQL mailbox limit code -# WITH_SYBASE - allow authentication via Sybase (NOT TESTED!) -# WITH_ORACLE - allow authentication via Oracle (NOT TESTED!) -# WITH_VALIAS - enable valias processing -# WITHOUT_ROAMING - disallow roaming users -# WITH_IP_ALIAS - enables IP aliasing -# WITH_QMAIL_EXT - enables qmail-like user-* address extesions processing -# WITHOUT_FILE_LOCKING - disable file locking -# WITH_FILE_SYNC - enables immediate synching (may decrease performance) -# WITHOUT_USERS_BIG_DIR - disables using big directories for users -# WITHOUT_SEEKABLE - disables vdelivermail's attempt to make its input seekable -# WITH_DOMAIN_QUOTAS - enable domain quotas -# WITH_SPAMASSASSIN - enable SpamAssassin checks before Maildir delivery -# -# Set these to the values you'd prefer -# -# HARDQUOTA - size of hard quota, or 'n' for no hard quota -# RELAYCLEAR - time in minutes before clearing relay hole (requires roaming) -# SPAM_THRESHOLD - minimum score required to delete spam messages (requires spamassassin) -# DEFAULT_DOMAIN - default domain for non-vhost lookups -# WITH_SINGLE_DOMAIN - optimize for a site with many users in a single domain -# LOGLEVEL - n - no logging, y - log all, -# e - log errors, p - log passwords in errors, -# v - verbose success and errors with passwords -# WITHOUT_AUTH_LOG - disables authentication logging -# WITH_MYSQL_LOG - enable logging to a MySQL database -# QMAIL_DIR - location of qmail directory -# PREFIX - installation area for vpopmail (see comment below) -# VCHKPW_GID - the group ID of the new vchkpw group (89) -# VPOPMAIL_UID - the user ID of the new vpopmail user (89) -# -# MySQL database configuration options -# -# WITH_MYSQL_SERVER - the hostname of the MySQL server (localhost) -# WITH_MYSQL_USER - the username for connecting to the MySQL server (root) -# WITH_MYSQL_PASSWD - the password for connecting to the MySQL server (secret) -# WITH_MYSQL_DB - the name of the MySQL database to use (vpopmail) -# The server, user and password variables may be defined separately -# for read and update access, allowing you to set up a less-priviledged -# MySQL connection account with read-only access, and another one which -# is used for administrative purposes: -# WITH_MYSQL_READ_SERVER, WITH_MYSQL_READ_USER, WITH_MYSQL_READ_PASSWD -# WITH_MYSQL_UPDATE_SERVER, WITH_MYSQL_UPDATE_USER, WITH_MYSQL_UPDATE_PASSWD -# Those variables, if defined, override WITH_MYSQL_{SERVER,USER,PASSWD} -# -# Oracle database configuration options -# -# WARNING: This is NOT TESTED, not in the least. -# Please report any success or failure to the port maintainer, -# Peter Pentchev <roam@FreeBSD.org> -# -# WITH_ORACLE_PROC - the name of the Oracle Pro-C precompiler, default 'proc' -# WITH_ORACLE_SERVICE - the Oracle service name (jimmy) -# WITH_ORACLE_USER - the username for connecting to the Oracle server (system) -# WITH_ORACLE_PASSWD - the password for connecting to the Oracle server (manager) -# WITH_ORACLE_DB - the name of the Oracle database to connect to (orcl1) -# WITH_ORACLE_HOME - the Oracle installation directory (/export/home/oracle) -# -# Sybase database configuration options -# -# WARNING: This is NOT TESTED, not in the least. -# Please report any success or failure to the port maintainer, -# Peter Pentchev <roam@FreeBSD.org> -# -# WITH_SYBASE_SERVER - the Sybase server name (empty) -# WITH_SYBASE_USER - the username for connecting to the Sybase server (sa) -# WITH_SYBASE_PASSWD - the password for connecting to the Sybase server (empty) -# WITH_SYBASE_APP - the app for connecting to the Sybase server (vpopmail) -# WITH_SYBASE_DB - the name of the Sybase database to connect to (vpopmail) -# - -HARDQUOTA?= 10000000 -RELAYCLEAR?= 30 -SPAM_THRESHOLD?=15 -LOGLEVEL?= y - -.if defined(WITH_MYSQL) -USE_MYSQL= yes -CONFIGURE_ARGS+= --enable-mysql=y \ - --enable-incdir=${LOCALBASE}/include/mysql \ - --enable-libdir=${LOCALBASE}/lib/mysql -.if defined(WITH_MYSQL_REPLICATION) -CONFIGURE_ARGS+= --enable-mysql-replication=y -.endif -.if defined(WITH_MYSQL_LOG) -CONFIGURE_ARGS+= --enable-mysql-logging=y -.endif -.if defined(WITH_MYSQL_LIMITS) -CONFIGURE_ARGS+= --enable-mysql-limits=y -.endif - -WITH_MYSQL_SERVER?= localhost -WITH_MYSQL_READ_SERVER?= ${WITH_MYSQL_SERVER} -WITH_MYSQL_UPDATE_SERVER?= ${WITH_MYSQL_SERVER} -WITH_MYSQL_USER?= vpopmail -WITH_MYSQL_READ_USER?= ${WITH_MYSQL_USER} -WITH_MYSQL_UPDATE_USER?= ${WITH_MYSQL_USER} -WITH_MYSQL_PASSWD?= secret -WITH_MYSQL_READ_PASSWD?= ${WITH_MYSQL_PASSWD} -WITH_MYSQL_UPDATE_PASSWD?= ${WITH_MYSQL_PASSWD} -WITH_MYSQL_DB?= vpopmail -.endif - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/qmail/bin/qmail-send) -QMAIL_DIR?= ${LOCALBASE}/qmail -.else -QMAIL_DIR?= /var/qmail -.endif - -# Uncomment this, or set PREFIX to /home if you have an existing -# vpopmail install with the vpopmail users' home directory set to -# /home/vpopmail - package rules dictate we default to /usr/local/vpopmail -# -#PREFIX?= /home - -# End of user-configurable variables - -# -# Some suggestions from Gabriel Ambuehl <gabriel_ambuehl@buz.ch> -# - -CONFIGURE_ARGS+= --enable-defaultquota=${HARDQUOTA} \ - --enable-logging=${LOGLEVEL} - -.if defined(WITH_PASSWD) -CONFIGURE_ARGS+= --enable-passwd=y -.endif - -.if defined(WITHOUT_MD5_PASSWORDS) -CONFIGURE_ARGS+= --enable-md5-passwords=n -.endif - -.if defined(WITH_APOP) -BROKEN= "The WITH_APOP option is deprecated; set WITH_CLEAR_PASSWD instead, APOP will just work" -.endif - -.if defined(WITH_VALIAS) -CONFIGURE_ARGS+= --enable-valias=y -.endif - -.if !defined(WITHOUT_ROAMING) -CONFIGURE_ARGS+= --enable-roaming-users=y \ - --enable-relay-clear-minutes=${RELAYCLEAR} -.endif - -.if !defined(WITH_CLEAR_PASSWD) -CONFIGURE_ARGS+= --enable-clear-passwd=n -.endif - -.if defined(WITH_LEARN_PASSWORDS) -CONFIGURE_ARGS+= --enable-learn-passwords=y -.endif - -.if defined(WITH_SYBASE) -CONFIGURE_ARGS+= --enable-sybase=y -.endif - -.if defined(WITH_ORACLE) -WITH_ORACLE_PROC?= proc -CONFIGURE_ARGS+= --enable-oracle=y -.endif - -.if defined(WITH_SINGLE_DOMAIN) -CONFIGURE_ARGS+= --enable-many-domains=n -.endif - -.if defined(WITH_IP_ALIAS) -CONFIGURE_ARGS+= --enable-ip-alias-domains=y -.endif - -.if defined(WITH_QMAIL_EXT) -CONFIGURE_ARGS+= --enable-qmail-ext=y -.endif - -.if defined(WITHOUT_FILE_LOCKING) -CONFIGURE_ARGS+= --enable-file-locking=n -.endif - -.if defined(WITH_FILE_SYNC) -CONFIGURE_ARGS+= --enable-file-sync=y -.endif - -.if defined(WITHOUT_AUTH_LOG) -CONFIGURE_ARGS+= --enable-auth-logging=n -.endif - -.if defined(WITHOUT_USERS_BIG_DIR) -CONFIGURE_ARGS+= --enable-users-big-dir=n -.endif - -.if defined(WITHOUT_SEEKABLE) -CONFIGURE_ARGS+= --enable-make-seekable=n -.endif - -.if defined(WITH_DOMAIN_QUOTAS) -CONFIGURE_ARGS+= --enable-domainquotas=y -.endif - -.if defined(WITH_SPAMASSASSIN) -BUILD_DEPENDS= spamc:${PORTSDIR}/mail/p5-Mail-SpamAssassin -CONFIGURE_ARGS+= --enable-spamassassin=${LOCALBASE}/bin/spamc \ - --enable-spam-threshold=${SPAM_THRESHOLD} -.endif - -# autoconf and automake can remove our patches to the configure scripts. - -post-patch: - @${FIND} ${WRKSRC} -type f -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -E -e 's,@(ACLOCAL|AUTO(MAKE|CONF|HEADER))@,/usr/bin/true,' - -# -# This port doesn't honour PREFIX, it honours vpopmail's home directory. -# Since we create vpopmail if it doesn't exist, we set it so that it -# does honour PREFIX. -- nbm -# - -pre-configure: - @PKG_PREFIX=${PREFIX}/vpopmail ${PERL5} ${PKGINSTALL} -.if defined(WITH_ORACLE) -.if defined(WITH_ORACLE_SERVICE) - ${REINPLACE_CMD} -E -e "s/(#define ORACLE_SERVICE.*)jimmy(.*)/\1${WITH_ORACLE_SERVICE}\2/" ${WRKSRC}/voracle.h -.endif -.if defined(WITH_ORACLE_USER) - ${REINPLACE_CMD} -E -e "s/(#define ORACLE_USER.*)system(.*)/\1${WITH_ORACLE_USER}\2/" ${WRKSRC}/voracle.h -.endif -.if defined(WITH_ORACLE_PASSWD) - ${REINPLACE_CMD} -E -e "s/(#define ORACLE_PASSWD.*)manager(.*)/\1${WITH_ORACLE_PASSWD}\2/" ${WRKSRC}/voracle.h -.endif -.if defined(WITH_ORACLE_HOME) - ${REINPLACE_CMD} -E -e "s@(#define ORACLE_HOME.*)/export/home/oracle(.*)@\1${WITH_ORACLE_HOME}\2@" ${WRKSRC}/voracle.h -.endif -.if defined(WITH_ORACLE_DB) - ${REINPLACE_CMD} -E -e "s/(#define ORACLE_DATABASE.*)orcl1(.*)/\1${WITH_ORACLE_DB}\2/" ${WRKSRC}/voracle.h -.endif - cd ${WRKSRC} && ${WITH_ORACLE_PROC} voracle.pc -.endif -.if defined(WITH_SYBASE) -.if defined(WITH_SYBASE_SERVER) - ${REINPLACE_CMD} -E -e "s/(#define SYBASE_SERVER.*)\"\"(.*)/\1\"${WITH_SYBASE_SERVER}\"\2/" ${WRKSRC}/vsybase.h -.endif -.if defined(WITH_SYBASE_USER) - ${REINPLACE_CMD} -E -e "s/(#define SYBASE_USER.*)sa(.*)/\1${WITH_SYBASE_USER}\2/" ${WRKSRC}/vsybase.h -.endif -.if defined(WITH_SYBASE_PASSWD) - ${REINPLACE_CMD} -E -e "s/(#define SYBASE_PASSWD.*)\"\"(.*)/\1\"${WITH_SYBASE_PASSWD}\"\2/" ${WRKSRC}/vsybase.h -.endif -.if defined(WITH_SYBASE_APP) - ${REINPLACE_CMD} -E -e "s@(#define SYBASE_APP.*)vpopmail(.*)@\1${WITH_SYBASE_APP}\2@" ${WRKSRC}/vsybase.h -.endif -.if defined(WITH_SYBASE_DB) - ${REINPLACE_CMD} -E -e "s/(#define SYBASE_DATABASE.*)vpopmail(.*)/\1${WITH_SYBASE_DB}\2/" ${WRKSRC}/vsybase.h -.endif -.endif - ${MKDIR} ${VCFGDIR} - -post-install: - ${MKDIR} ${PREFIX}/vpopmail/etc - if [ ! -e "${PREFIX}/vpopmail/etc/tcp.smtp" ]; then \ - if [ -e "${VCFGDIR}/tcp.smtp" ]; then \ - ${INSTALL_DATA} ${VCFGDIR}/tcp.smtp ${PREFIX}/vpopmail/etc/; \ - else \ - ${TOUCH} ${PREFIX}/vpopmail/etc/tcp.smtp; \ - fi; \ - fi -.if defined(DEFAULT_DOMAIN) - ${ECHO_CMD} ${DEFAULT_DOMAIN} > ${PREFIX}/vpopmail/etc/defaultdomain -.endif -.if defined(WITH_MYSQL) - ${ECHO_CMD} "${WITH_MYSQL_READ_SERVER}|0|${WITH_MYSQL_READ_USER}|${WITH_MYSQL_READ_PASSWD}|${WITH_MYSQL_DB}" \ - >> ${PREFIX}/vpopmail/etc/vpopmail.mysql - ${ECHO_CMD} "${WITH_MYSQL_UPDATE_SERVER}|0|${WITH_MYSQL_UPDATE_USER}|${WITH_MYSQL_UPDATE_PASSWD}|${WITH_MYSQL_DB}" \ - >> ${PREFIX}/vpopmail/etc/vpopmail.mysql -.endif - ${CHOWN} -R vpopmail:vchkpw ${PREFIX}/vpopmail/bin/ ${PREFIX}/vpopmail/etc/ -.if defined(WITH_SPAMASSASSIN) - ${ECHO_CMD} "***********************************************************************" - ${ECHO_CMD} "Now you should add the following options to your spamd.sh startup file:" - ${ECHO_CMD} "-v -u vpopmail" - ${ECHO_CMD} "***********************************************************************" -.endif - -.include <bsd.port.post.mk> diff --git a/mail/vpopmail-devel/distinfo b/mail/vpopmail-devel/distinfo deleted file mode 100644 index f7e8b6e0ead1..000000000000 --- a/mail/vpopmail-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (vpopmail-5.3.30.tar.gz) = 45a87b772bb158468c1c1039f8765965 diff --git a/mail/vpopmail-devel/files/patch-Makefile.in b/mail/vpopmail-devel/files/patch-Makefile.in deleted file mode 100644 index 07dcc81a8990..000000000000 --- a/mail/vpopmail-devel/files/patch-Makefile.in +++ /dev/null @@ -1,19 +0,0 @@ ---- Makefile.in.old Fri Nov 28 09:45:59 2003 -+++ Makefile.in Fri Nov 28 09:46:37 2003 -@@ -723,6 +723,8 @@ - echo "-I@vpopmaildir@/include" > @vpopmaildir@/etc/inc_deps - echo "-L@vpopmaildir@/lib -lvpopmail @auth_libs@ @LIBS@" > @vpopmaildir@/etc/lib_deps - -+ $(INSTALL) -o @vpopuser@ -m 0644 -g @vpopgroup@ \ -+ vlimits.default $(VLIMITS)-dist; \ - if test ! -r $(VLIMITS); then \ - $(INSTALL) -o @vpopuser@ -m 0644 -g @vpopgroup@ \ - vlimits.default $(VLIMITS); \ -@@ -740,7 +742,6 @@ - echo "# settings for each line:" >> $(MYSQLCONF); \ - echo "# host|port|user|password|database" >> $(MYSQLCONF); \ - echo "#" >> $(MYSQLCONF); \ -- echo "localhost|0|root|secret|vpopmail" >> $(MYSQLCONF); \ - echo "#" >> $(MYSQLCONF); \ - echo "# Note:" >> $(MYSQLCONF); \ - echo "# The value of host may be either a hostname or an IP address." >> $(MYSQLCONF); \ diff --git a/mail/vpopmail-devel/files/patch-config.h.in b/mail/vpopmail-devel/files/patch-config.h.in deleted file mode 100644 index be792244bff0..000000000000 --- a/mail/vpopmail-devel/files/patch-config.h.in +++ /dev/null @@ -1,15 +0,0 @@ ---- config.h.in.orig Tue Oct 7 03:25:53 2003 -+++ config.h.in Sat Nov 1 10:59:26 2003 -@@ -89,6 +89,12 @@ - #undef QMAILNEWU - - /* */ -+#undef SPAMC -+ -+/* */ -+#undef SPAM_THRESHOLD -+ -+/* */ - #undef QMAILINJECT - - /* */ diff --git a/mail/vpopmail-devel/files/patch-configure b/mail/vpopmail-devel/files/patch-configure deleted file mode 100644 index 1045f191c5be..000000000000 --- a/mail/vpopmail-devel/files/patch-configure +++ /dev/null @@ -1,107 +0,0 @@ ---- configure.orig Fri Oct 17 01:12:22 2003 -+++ configure Sat Nov 1 14:01:27 2003 -@@ -20,6 +20,10 @@ - ac_help="$ac_help - --enable-qmail-newmrh=path Full path to qmail-newmrh program" - ac_help="$ac_help -+ --enable-spamassassin=path Enable SpamAssassin. Full path to spamc program. default /usr/local/bin/spamc" -+ac_help="$ac_help -+ --enable-spam-threshold=# or n Automatically delete messages that score more than # spam hits" -+ac_help="$ac_help - --enable-vpopuser=vpopmail user vchkpw was installed as." - ac_help="$ac_help - --enable-vpopgroup=vchkpw group vchkpw was installed as." -@@ -1317,7 +1321,7 @@ - ;; - esac - --if test `$idcommand` != "0" -+if false && test `$idcommand` != "0" - then - echo "configure: warning: === vpopmail must be configured as root. ===" 1>&2 - echo "configure: warning: === please switch to the root user and ===" 1>&2 -@@ -1446,6 +1450,49 @@ - EOF - - -+# Check whether --enable-spamassassin or --disable-spamassassin was given. -+if test "${enable_spamassassin+set}" = set; then -+ enableval="$enable_spamassassin" -+ spamc="$enableval" -+ -+ case $spamc in -+ 1*|y*|Y*) -+ spamc="/usr/local/bin/spamc" -+ ;; -+ esac -+ -+ if test ! -f "$spamc" -+ then -+ { echo "configure: error: Unable to find your spamc file, specify --enable-spamassassin=/full/path/to/spamc" 1>&2; exit 1; } -+ fi -+ -+ cat >> confdefs.h <<EOF -+#define SPAMC "$spamc" -+EOF -+ -+# Check whether --enable-spam-threshold or --disable-spam-threshold was given. -+if test "${enable_spam_threshold+set}" = set; then -+ enableval="$enable_spam_threshold" -+ ENABLE_SPAM_THRESHOLD=$enableval -+else -+ -+ ENABLE_SPAM_THRESHOLD=0 -+ -+fi -+ -+ -+case $ENABLE_SPAM_THRESHOLD in -+0*|n*|N*) -+ ;; -+*) -+ cat >> confdefs.h <<EOF -+#define SPAM_THRESHOLD $ENABLE_SPAM_THRESHOLD -+EOF -+ -+ ;; -+esac -+fi -+ - - vpopuser="vpopmail" - # Check whether --enable-vpopuser or --disable-vpopuser was given. -@@ -1601,15 +1648,6 @@ - EOF - - --if test ! -d $vpopmaildir/etc --then -- mkdir $vpopmaildir/etc -- chown $vpopmailuid "$vpopmaildir"/etc -- chgrp $vpopmailgid "$vpopmaildir"/etc -- chmod 755 "$vpopmaildir"/etc -- echo "configure: warning: making a vpopmail etc directory " 1>&2 --fi -- - # Check whether --enable-roaming-users or --disable-roaming-users was given. - if test "${enable_roaming_users+set}" = set; then - enableval="$enable_roaming_users" -@@ -1671,17 +1709,7 @@ - if test "${enable_tcpserver_file+set}" = set; then - enableval="$enable_tcpserver_file" - tcpserver_file="$enableval" --else -- -- if test "$tcpserver_file" = "" -- then -- echo "127.:allow,RELAYCLIENT=\"\"" > "$vpopmaildir"/etc/tcp.smtp -- tcpserver_file="$vpopmaildir"/etc/tcp.smtp -- -- echo "configure: warning: Unable to find your tcpserver relay file." 1>&2 -- echo "configure: warning: Creating tcp.smtp in "$vpopmaildir"/etc/tcp.smtp." 1>&2 -- fi -- -+ echo "127.:allow,RELAYCLIENT=\"\"" > ${VCFGDIR}/tcp.smtp - fi - - cat >> confdefs.h <<EOF diff --git a/mail/vpopmail-devel/files/patch-vdelivermail.c b/mail/vpopmail-devel/files/patch-vdelivermail.c deleted file mode 100644 index fd897a634c51..000000000000 --- a/mail/vpopmail-devel/files/patch-vdelivermail.c +++ /dev/null @@ -1,206 +0,0 @@ ---- vdelivermail.c.orig Mon Oct 20 20:59:57 2003 -+++ vdelivermail.c Sat Nov 1 11:21:15 2003 -@@ -62,6 +62,7 @@ - #define FILE_SIZE 156 - char hostname[FILE_SIZE]; - char loop_buf[FILE_SIZE]; -+char spam_buf[FILE_SIZE]; - - #define MSG_BUF_SIZE 5000 - char msgbuf[MSG_BUF_SIZE]; -@@ -90,6 +91,10 @@ - void usernotfound(void); - int is_loop_match( char *dt, char *address); - int deliver_quota_warning(const char *dir, const char *q); -+#ifdef SPAM_THRESHOLD -+int is_spam(int threshold); -+int is_spam_match(char *xsl, int threshold); -+#endif - - static char local_file[156]; - static char local_file_new[156]; -@@ -257,7 +262,7 @@ - - /* check for wildcard if there's no match */ - if(tmpstr == NULL) { -- for(i=strlen(TheUser);i >= 0 && j != 1;--i) { -+ for(i=strlen(TheUser);i > 0 && j != 1;--i) { - if(TheUser[i-1]=='-') { - tmpuser[0] = '\0'; - strncat(tmpuser,TheUser,i); -@@ -444,6 +449,7 @@ - int inject = 0; - FILE *fs; - char tmp_file[256]; -+ int pim[2]; - - /* check if the email is looping to this user */ - if ( is_looping( address ) == 1 ) { -@@ -631,6 +637,51 @@ - } - } - -+#ifdef SPAMC -+ /* fork the SpamAssassin client - patch by Alex Dupre */ -+ if (!pipe(pim)) { -+ pid = vfork(); -+ switch (pid) { -+ case -1: -+ close(pim[0]); -+ close(pim[1]); -+ break; -+ case 0: -+ close(pim[0]); -+ dup2(pim[1], 1); -+ close(pim[1]); -+ if (execl(SPAMC, SPAMC, "-u", maildir_to_email(address), 0) == -1) { -+ while ((file_count = read(0, msgbuf, MSG_BUF_SIZE)) > 0) -+ write(1, msgbuf, file_count); -+ _exit(0); -+ } -+ } -+ close(pim[1]); -+ dup2(pim[0], 0); -+ close(pim[0]); -+ } -+#ifdef SPAM_THRESHOLD -+ /* silently delete message if spam level > SPAM_THRESHOLD */ -+ if (is_spam(SPAM_THRESHOLD) == 1) { -+ close(write_fd); -+ if (unlink(local_file) != 0) { -+ printf("unlink failed %s errno = %d\n", local_file, errno); -+ return(errno); -+ } -+ return(0); -+ } -+ -+#ifdef MAKE_SEEKABLE -+ if (!Seekable(0)) -+ MakeSeekable(stdin); -+#endif -+ -+ if (lseek(0, 0L, SEEK_SET) < 0) { -+ printf("lseek errno=%d\n", errno); -+ return(errno); -+ } -+#endif -+#endif - - /* read it in chunks and write it to the new file */ - while((file_count=read(0,msgbuf,MSG_BUF_SIZE))>0) { -@@ -881,6 +932,9 @@ - if (strncmp(loop_buf, "Delivered-To: ", 14) == 0 && - is_loop_match(loop_buf, address)==1 ) { - -+ /* seek to the end of stdin */ -+ fseek(stdin, 0L, SEEK_END); -+ - /* return the loop found */ - return(1); - -@@ -919,6 +973,8 @@ - * looping not found value - */ - if ( found == 0 ) { -+ /* seek to the end of stdin */ -+ fseek(stdin, 0L, SEEK_END); - /* return not found looping message value */ - return(0); - } -@@ -1335,3 +1391,96 @@ - return(1); - } - -+#ifdef SPAM_THRESHOLD -+/* Check for a spam message -+ * This is done by checking for a matching line -+ * in the email headers for X-Spam-Level: which -+ * we put in each spam email -+ * -+ * Return 1 if spam -+ * Return 0 if not spam -+ * Return -1 on error -+ */ -+int is_spam(int threshold) -+{ -+ int i; -+ int found; -+ -+#ifdef MAKE_SEEKABLE -+ if (!Seekable(0)) -+ MakeSeekable(stdin); -+#endif -+ -+ if ( lseek(0, 0L, SEEK_SET) < 0 ) { -+ printf("lseek errno=%d\n", errno); -+ return(errno); -+ } -+ -+ while (fgets(spam_buf, sizeof(spam_buf), stdin) != NULL){ -+ -+ /* if we find the line, return error (looping) */ -+ if (strncmp(spam_buf, "X-Spam-Level: ", 14) == 0 && -+ is_spam_match(spam_buf, threshold) ==1) { -+ -+ /* seek to the end of stdin */ -+ fseek(stdin, 0L, SEEK_END); -+ -+ /* return the spam found */ -+ return(1); -+ -+ /* check for the start of the body, we only need -+ * to check the headers. -+ */ -+ } else { -+ -+ /* walk through the charaters in the body */ -+ for (i = 0, found = 0; spam_buf[i] != 0 && found == 0; ++i) { -+ switch(spam_buf[i]) { -+ -+ /* skip blank spaces and new lines */ -+ case ' ': -+ case '\n': -+ case '\t': -+ case '\r': -+ break; -+ -+ /* found a non blank, so we are still -+ * in the headers -+ */ -+ default: -+ -+ /* set the found non blank char flag */ -+ found = 1; -+ break; -+ } -+ } -+ -+ /* if the line only had blanks, then it is the -+ * delimiting line between the headers and the -+ * body. We don't need to check the body for -+ * the X-Spam-Level: line. Hence, we -+ * are done with our search and can return the -+ * spam not found value -+ */ -+ if (found == 0) { -+ /* seek to the end of stdin */ -+ fseek(stdin, 0L, SEEK_END); -+ /* return not found spam message value */ -+ return(0); -+ } -+ } -+ } -+ -+ /* if we get here then the there is either no body -+ * or the logic above failed and we scanned -+ * the whole email, headers and body. -+ */ -+ return(0); -+} -+ -+int is_spam_match(char *xsl, int threshold) -+{ -+ if (strlen(xsl) - strlen("X-Spam-Level: ") > threshold) return(1); -+ else return(0); -+} -+#endif diff --git a/mail/vpopmail-devel/pkg-descr b/mail/vpopmail-devel/pkg-descr deleted file mode 100644 index a98ec621541b..000000000000 --- a/mail/vpopmail-devel/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -vpopmail provides an easy way to manage virtual domains and virtual -accounts on a qmail mail server. - -Features: - -. Automates all qmail file modifications into documented command line - programs - -. Support for named and IP-based virtual domains - -. NFS safe - -. dynamic directory creation for scalability using fill-in balanced 3 - level tree - -. understands standard qmail .qmail directives - -. interacts well with qmailadmin for web-based administration, courier-imap - for IMAP support, and sqwebmail for web-based mail. - -WWW: http://inter7.com/vpopmail/ diff --git a/mail/vpopmail-devel/pkg-install b/mail/vpopmail-devel/pkg-install deleted file mode 100644 index 101602472771..000000000000 --- a/mail/vpopmail-devel/pkg-install +++ /dev/null @@ -1,109 +0,0 @@ -#!/usr/bin/perl -# - -@groups = ("vchkpw"); -%users = ('vpopmail', "vchkpw"); -# daemon, local, pop, queue, remote, deliver, respectively. -# alias is a special case above... -%gids = ("vchkpw", 89); -%uids = ('vpopmail', 89); - -sub checkenv () { - my ($u, $g); - - # Users - foreach $u (keys %users) { - $var = uc($u)."_UID"; - if (defined($ENV{$var})) { - $uids{$u} = $ENV{$var}; - } - } - - # Groups - foreach $g (@groups) { - $var = uc($g)."_GID"; - if (defined($ENV{$var})) { - $gids{$g} = $ENV{$var}; - } - } -} - -if ($ENV{PACKAGE_BUILDING} || $ARGV[1] eq "PRE-INSTALL") { - $doguid=1; # Make sure we get the assigned guids. -} - -checkenv(); - -foreach $group (@groups) { - if (! getgrnam ($group)) { - do checkrpw; # May exit - - $x = "-g $gids{$group}"; - $result = system ("/usr/sbin/pw groupadd $group $x"); - if ($result) { - die "Failed to add group $group as gid $gids{$group}\n"; - } - } -} - -if (! getpwnam ("alias")) { - do checkrpw; # May exit - - $x = "-u $uids{'alias'}"; - $result = system ("/usr/sbin/pw useradd alias -g qnofiles -d \"$ENV{PKG_PREFIX}/alias\" -s /nonexistent $x"); - if ($result) { - die "Failed to add user alias as uid $uids{'alias'}\n"; - } -} - -foreach $user (keys %users) { - if (! getpwnam ($user)) { - do checkrpw; # May exit - - $x = "-u $uids{$user}"; - $result = system ("/usr/sbin/pw useradd $user -g $users{$user} -d \"$ENV{PKG_PREFIX}\" -s /nonexistent $x"); - if ($result) { - die "Failed to add user $user as uid $uids{$user}\n"; - } - } -} - -# Check that all gids/uids are as they should be... -# If we are being installed as a package... -if ($doguid) { - foreach $group (@groups) { - if (getgrnam($group) != $gids{$group}) { - die "Group $group should have gid $gids{$group}\n"; - } - } - - foreach $user (keys %users) { - if (getpwnam($user) != $uids{$user}) { - die "User $user should have uid $uids{$user}\n"; - } - } -} - -exit 0; - -sub checkrpw { - if (! -x "/usr/sbin/pw") { - print <<'EOM'; -This system looks like a pre-2.2 version of FreeBSD. We see that it -is missing the "pw" utility. We need this utility. Please get and -install it, and try again. You can get the source from: - - ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/src/usr.sbin/pw.tar.gz - -EOM - die "No /usr/sbin/pw"; - } - - if ($> != 0) { - print "It is necessary to add missing vpopmail users/groups at"; - print "this stage. Please either add them manually or retry"; - print "as root."; - # Let pw(1) signal the failure so the user can see which - # group/user is actually missing. - } -} diff --git a/mail/vpopmail-devel/pkg-plist b/mail/vpopmail-devel/pkg-plist deleted file mode 100644 index 9894c433d1fa..000000000000 --- a/mail/vpopmail-devel/pkg-plist +++ /dev/null @@ -1,61 +0,0 @@ -vpopmail/bin/clearopensmtp -vpopmail/bin/vaddaliasdomain -vpopmail/bin/vadddomain -vpopmail/bin/vadduser -vpopmail/bin/valias -vpopmail/bin/vchangepw -vpopmail/bin/vchkpw -vpopmail/bin/vconvert -vpopmail/bin/vdeldomain -vpopmail/bin/vdelivermail -vpopmail/bin/vdeloldusers -vpopmail/bin/vdeluser -vpopmail/bin/vdominfo -vpopmail/bin/vipmap -vpopmail/bin/vkill -vpopmail/bin/vmkpasswd -vpopmail/bin/vmoddomlimits -vpopmail/bin/vmoduser -vpopmail/bin/vpasswd -vpopmail/bin/vpopbull -vpopmail/bin/vqmaillocal -vpopmail/bin/vsetuserquota -vpopmail/bin/vuserinfo -vpopmail/doc/doc_html/vpopmail.html -vpopmail/doc/doc_html/vpopmail5.abw -vpopmail/doc/doc_html/vpopmailapi.png -vpopmail/doc/man_html/clearopensmtp.html -vpopmail/doc/man_html/index.html -vpopmail/doc/man_html/vaddaliasdomain.html -vpopmail/doc/man_html/vadddomain.html -vpopmail/doc/man_html/vadduser.html -vpopmail/doc/man_html/vchkpw.html -vpopmail/doc/man_html/vconvert.html -vpopmail/doc/man_html/vdeldomain.html -vpopmail/doc/man_html/vdelivermail.html -vpopmail/doc/man_html/vdeluser.html -vpopmail/doc/man_html/vpasswd.html -vpopmail/doc/man_html/vpopbull.html -vpopmail/doc/man_html/vsetuserquota.html -@unexec if [ -f %D/vpopmail/etc/defaultdomain ]; then rm -f %D/vpopmail/etc/defaultdomain; fi -vpopmail/etc/inc_deps -vpopmail/etc/lib_deps -@unexec if [ -f %D/vpopmail/etc/tcp.smtp -a ! -s %D/vpopmail/etc/tcp.smtp ]; then rm -f %D/vpopmail/etc/tcp.smtp; fi -@unexec if cmp -s %D/vpopmail/etc/vlimits.default %D/vpopmail/etc/vlimits.default-dist; then rm -f %D/vpopmail/etc/vlimits.default; fi -vpopmail/etc/vlimits.default-dist -@unexec if [ -f %D/vpopmail/etc/vpopmail.mysql ]; then rm -f %D/vpopmail/etc/vpopmail.mysql; fi -vpopmail/include/config.h -vpopmail/include/vauth.h -vpopmail/include/vlimits.h -vpopmail/include/vpopmail.h -vpopmail/include/vpopmail_config.h -vpopmail/lib/libvpopmail.a -@dirrm vpopmail/lib -@dirrm vpopmail/include -@unexec rmdir %D/vpopmail/etc 2>/dev/null || true -@unexec rmdir %D/vpopmail/domains 2>/dev/null || true -@dirrm vpopmail/doc/man_html -@dirrm vpopmail/doc/doc_html -@dirrm vpopmail/doc -@dirrm vpopmail/bin -@unexec rmdir %D/vpopmail 2>/dev/null || true |
