diff options
Diffstat (limited to 'www')
263 files changed, 6 insertions, 22064 deletions
diff --git a/www/apache20/Makefile b/www/apache20/Makefile deleted file mode 100644 index dd375e352db8..000000000000 --- a/www/apache20/Makefile +++ /dev/null @@ -1,71 +0,0 @@ -# New ports collection makefile for: apache HTTPD -# Date created: Fri Aug 25 16:42:36 CDT 1995 -# Whom: ache@freebsd.org -# -# $FreeBSD$ -# - -PORTNAME= apache -PORTVERSION= 1.3.12 -CATEGORIES= www -MASTER_SITES= http://www.apache.org/dist/ \ - ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \ - ftp://ftp.rge.com/pub/infosystems/apache/dist/ \ - ftp://apache.compuex.com/pub/apache/dist/ \ - ftp://apache.arctic.org/pub/apache/dist/ \ - ftp://ftp.epix.net/pub/apache/dist/ \ - ftp://ftp.ameth.org/pub/mirrors/ftp.apache.org/apache/dist/ \ - ftp://ftp.connectnet.com/pub/www/apache/ \ - ftp://apache.technomancer.com/mirrors/apache/dist/ \ - ftp://ftp.raver.net/pub/ftp.apache.org/ \ - ftp://www3.service.digital.com/apache/dist/ \ - ftp://galileo.galilei.com/pub/apache/ \ - ftp://ftp.mtnranch.net/pub/apache/dist/ \ - ftp://ftp.iodynamics.com/pub/mirror/apache/dist/ \ - ftp://apache.nextpath.com/pub/apache/dist/ -DISTNAME= ${PORTNAME}_${PORTVERSION} - -MAINTAINER= ache@freebsd.org - -Y2K= http://www.apache.org/docs/misc/FAQ.html#year2000 - -# -# Set APACHE_PERF_TUNING env. variable to YES to get maximum performance -# - -HAS_CONFIGURE= yes -CONFIGURE_ARGS= \ - --prefix=${PREFIX} \ - --server-gid=nogroup \ - --with-perl=${PERL} \ - --with-layout=${FILESDIR}/FreeBSD.layout:FreeBSD \ - --suexec-docroot=${PREFIX}/www/data \ - --without-confadjust \ - --enable-shared=remain \ - --enable-module=most \ - --enable-module=auth_db \ - --disable-module=auth_dbm - -OPTIM=-DHARD_SERVER_LIMIT=512 \ --DDOCUMENT_LOCATION=\\"${PREFIX}/www/data/\\" \ --DDEFAULT_PATH=\\"/bin:/usr/bin:${PREFIX}/bin\\" - -.if defined(APACHE_PERF_TUNING) && ${APACHE_PERF_TUNING} == YES -OPTIM+= -DBUFFERED_LOGS -CFLAGS+= -O6 -fomit-frame-pointer -.endif - -CONFIGURE_ENV= OPTIM='${OPTIM}' - -MAN1= dbmmanage.1 htdigest.1 htpasswd.1 -MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8 - -post-install: - @if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \ - ${ECHO} "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \ - ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/apache.sh; \ - ${ECHO} "[ -x ${PREFIX}/sbin/apachectl ] && ${PREFIX}/sbin/apachectl start > /dev/null && ${ECHO} -n ' apache'" >> ${PREFIX}/etc/rc.d/apache.sh; \ - ${CHMOD} 751 ${PREFIX}/etc/rc.d/apache.sh; \ - fi - -.include <bsd.port.mk> diff --git a/www/apache20/distinfo b/www/apache20/distinfo deleted file mode 100644 index 26359e664602..000000000000 --- a/www/apache20/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (apache_1.3.12.tar.gz) = de3ccff384b0d4ab94c3251cb85d49d2 diff --git a/www/apache20/files/FreeBSD.layout b/www/apache20/files/FreeBSD.layout deleted file mode 100644 index 5524e186e9c0..000000000000 --- a/www/apache20/files/FreeBSD.layout +++ /dev/null @@ -1,19 +0,0 @@ -# FreeBSD layout... -<Layout FreeBSD> - prefix: /usr/local - exec_prefix: $prefix - bindir: $exec_prefix/bin - sbindir: $exec_prefix/sbin - libexecdir: $exec_prefix/libexec/apache - mandir: $prefix/man - sysconfdir: $prefix/etc/apache - datadir: $prefix/www - iconsdir: $datadir/icons - htdocsdir: $datadir/data - cgidir: $datadir/cgi-bin - includedir: $prefix/include/apache - localstatedir: /var - runtimedir: $localstatedir/run - logfiledir: $localstatedir/log - proxycachedir: $datadir/proxy -</Layout> diff --git a/www/apache20/files/patch-aa b/www/apache20/files/patch-aa deleted file mode 100644 index 15cd58c27ef2..000000000000 --- a/www/apache20/files/patch-aa +++ /dev/null @@ -1,24 +0,0 @@ ---- configure.orig Tue Jan 18 01:53:17 2000 -+++ configure Mon Jan 24 19:37:21 2000 -@@ -1232,8 +1232,8 @@ - echo " DEFAULT_PIDLOG: ${runtimedir_relative}${thetarget}.pid" - echo " DEFAULT_SCOREBOARD: ${runtimedir_relative}${thetarget}.scoreboard" - echo " DEFAULT_LOCKFILE: ${runtimedir_relative}${thetarget}.lock" -- echo " DEFAULT_XFERLOG: ${logfiledir_relative}access_log" -- echo " DEFAULT_ERRORLOG: ${logfiledir_relative}error_log" -+ echo " DEFAULT_XFERLOG: ${logfiledir_relative}httpd-access.log" -+ echo " DEFAULT_ERRORLOG: ${logfiledir_relative}httpd-error.log" - echo " TYPES_CONFIG_FILE: ${sysconfdir_relative}mime.types" - echo " SERVER_CONFIG_FILE: ${sysconfdir_relative}${thetarget}.conf" - echo " ACCESS_CONFIG_FILE: ${sysconfdir_relative}access.conf" -@@ -1330,8 +1330,8 @@ - echo "echo '-DDEFAULT_PIDLOG=\"${runtimedir_relative}${thetarget}.pid\"'" >>$src/apaci - echo "echo '-DDEFAULT_SCOREBOARD=\"${runtimedir_relative}${thetarget}.scoreboard\"'" >>$src/apaci - echo "echo '-DDEFAULT_LOCKFILE=\"${runtimedir_relative}${thetarget}.lock\"'" >>$src/apaci --echo "echo '-DDEFAULT_XFERLOG=\"${logfiledir_relative}access_log\"'" >>$src/apaci --echo "echo '-DDEFAULT_ERRORLOG=\"${logfiledir_relative}error_log\"'" >>$src/apaci -+echo "echo '-DDEFAULT_XFERLOG=\"${logfiledir_relative}httpd-access.log\"'" >>$src/apaci -+echo "echo '-DDEFAULT_ERRORLOG=\"${logfiledir_relative}httpd-error.log\"'" >>$src/apaci - echo "echo '-DTYPES_CONFIG_FILE=\"${sysconfdir_relative}mime.types\"'" >>$src/apaci - echo "echo '-DSERVER_CONFIG_FILE=\"${sysconfdir_relative}${thetarget}.conf\"'" >>$src/apaci - echo "echo '-DACCESS_CONFIG_FILE=\"${sysconfdir_relative}access.conf\"'" >>$src/apaci diff --git a/www/apache20/files/patch-ab b/www/apache20/files/patch-ab deleted file mode 100644 index e4448f1e47ca..000000000000 --- a/www/apache20/files/patch-ab +++ /dev/null @@ -1,84 +0,0 @@ ---- Makefile.tmpl.orig Tue Jan 11 22:47:41 2000 -+++ Makefile.tmpl Mon Jan 24 19:50:42 2000 -@@ -123,6 +123,7 @@ - runtimedir = @runtimedir@ - logfiledir = @logfiledir@ - proxycachedir = @proxycachedir@ -+doc_prefix = $(prefix)/share/doc/apache - - libexecdir_relative = @libexecdir_relative@ - -@@ -266,9 +267,9 @@ - $(MKDIR) $(root)$(mandir)/man1 - $(MKDIR) $(root)$(mandir)/man8 - $(MKDIR) $(root)$(sysconfdir) -- $(MKDIR) $(root)$(htdocsdir) -+ $(MKDIR) $(root)$(doc_prefix) - $(MKDIR) $(root)$(iconsdir) -- $(MKDIR) $(root)$(cgidir) -+ $(MKDIR) $(root)$(cgidir).default - $(MKDIR) $(root)$(includedir) - $(MKDIR) $(root)$(includedir)/xml - $(MKDIR) $(root)$(runtimedir) -@@ -452,25 +453,33 @@ - # icons and distributed CGI scripts. - install-data: - @echo "===> [data: Installing initial data files]" -- -@if [ -f $(root)$(htdocsdir)/index.html ] || [ -f $(root)$(htdocsdir)/index.html.en ]; then \ -- echo "[PRESERVING EXISTING DATA SUBDIR: $(root)$(htdocsdir)/]"; \ -- else \ -- echo "Copying tree $(TOP)/htdocs/ -> $(root)$(htdocsdir)/"; \ -+# -@if [ -f $(root)$(htdocsdir)/index.html ] || [ -f $(root)$(htdocsdir)/index.html.en ]; then \ -+# echo "[PRESERVING EXISTING DATA SUBDIR: $(root)$(htdocsdir)/]"; \ -+# else \ -+ echo "Copying tree $(TOP)/htdocs/ -> $(root)$(doc_prefix)/"; \ - (cd $(TOP)/htdocs/ && $(TAR) $(TAROPT) - *) |\ -- (cd $(root)$(htdocsdir)/ && $(TAR) -xf -); \ -- find $(root)$(htdocsdir)/ -type d -exec chmod a+rx {} \; ; \ -- find $(root)$(htdocsdir)/ -type f -exec chmod a+r {} \; ; \ -- fi -- -@if [ -f $(root)$(cgidir)/printenv ]; then \ -- echo "[PRESERVING EXISTING DATA SUBDIR: $(root)$(cgidir)/]"; \ -- else \ -+ (cd $(root)$(doc_prefix)/ && $(TAR) -xf -); \ -+ find $(root)$(doc_prefix)/ -type d -exec chmod a+rx {} \; ; \ -+ find $(root)$(doc_prefix)/ -type f -exec chmod a+r {} \; ; \ -+# fi -+ if [ ! -d $(root)$(htdocsdir) ]; then \ -+ $(LN) -sf $(root)$(doc_prefix) $(root)$(htdocsdir); \ -+ fi -+ $(RM) $(root)$(htdocsdir).default -+ $(LN) -s $(root)$(doc_prefix) $(root)$(htdocsdir).default -+# -@if [ -f $(root)$(cgidir)/printenv ]; then \ -+# echo "[PRESERVING EXISTING DATA SUBDIR: $(root)$(cgidir)/]"; \ -+# else \ - for script in printenv test-cgi; do \ - cat $(TOP)/cgi-bin/$${script} |\ - sed -e 's;^#!/.*perl;#!$(PERL);' \ - > $(TOP)/$(SRC)/.apaci.install.tmp; \ -- echo "$(INSTALL_DATA) $(TOP)/conf/$${script}[*] $(root)$(cgidir)/$${script}"; \ -- $(INSTALL_DATA) $(TOP)/$(SRC)/.apaci.install.tmp $(root)$(cgidir)/$${script}; \ -+ echo "$(INSTALL_DATA) $(TOP)/conf/$${script}[*] $(root)$(cgidir).default/$${script}"; \ -+ $(INSTALL_DATA) $(TOP)/$(SRC)/.apaci.install.tmp $(root)$(cgidir).default/$${script}; \ - done; \ -+# fi -+ if [ ! -d $(root)$(cgidir) ]; then \ -+ $(LN) -sf $(root)$(cgidir).default $(root)$(cgidir); \ - fi - @echo "Copying tree $(TOP)/icons/ -> $(root)$(iconsdir)/"; \ - (cd $(TOP)/icons/ && $(TAR) $(TAROPT) - *) |\ -@@ -509,10 +518,10 @@ - -e 's;logs/accept\.lock;$(runtimedir)/$(TARGET).lock;' \ - -e 's;logs/apache_runtime_status;$(runtimedir)/$(TARGET).scoreboard;' \ - -e 's;logs/httpd\.pid;$(runtimedir)/$(TARGET).pid;' \ -- -e "s;logs/access_log;$(logfiledir)/$${target_prefix}access_log;" \ -- -e "s;logs/error_log;$(logfiledir)/$${target_prefix}error_log;" \ -- -e "s;logs/referer_log;$(logfiledir)/$${target_prefix}referer_log;" \ -- -e "s;logs/agent_log;$(logfiledir)/$${target_prefix}agent_log;" \ -+ -e "s;logs/access_log;$(logfiledir)/$${target_prefix}httpd-access.log;" \ -+ -e "s;logs/error_log;$(logfiledir)/$${target_prefix}httpd-error.log;" \ -+ -e "s;logs/referer_log;$(logfiledir)/$${target_prefix}httpd-referer.log;" \ -+ -e "s;logs/agent_log;$(logfiledir)/$${target_prefix}httpd-agent.log;" \ - -e 's;conf/magic;$(sysconfdir)/magic;' \ - -e 's;conf/mime\.types;$(sysconfdir)/mime.types;' \ - -e 's;User nobody;User $(conf_user);' \ diff --git a/www/apache20/files/patch-ag b/www/apache20/files/patch-ag deleted file mode 100644 index 80373fbcca63..000000000000 --- a/www/apache20/files/patch-ag +++ /dev/null @@ -1,66 +0,0 @@ ---- conf/httpd.conf-dist.orig Mon Feb 21 08:30:46 2000 -+++ conf/httpd.conf-dist Mon May 29 16:48:49 2000 -@@ -354,7 +354,22 @@ - # directory index. Separate multiple entries with spaces. - # - <IfModule mod_dir.c> -- DirectoryIndex index.html -+ <IfModule mod_php3.c> -+ <IfModule mod_php4.c> -+ DirectoryIndex index.php index.php3 index.html -+ </IfModule> -+ <IfModule !mod_php4.c> -+ DirectoryIndex index.php3 index.html -+ </IfModule> -+ </IfModule> -+ <IfModule !mod_php3.c> -+ <IfModule mod_php4.c> -+ DirectoryIndex index.php index.html -+ </IfModule> -+ <IfModule !mod_php4.c> -+ DirectoryIndex index.html -+ </IfModule> -+ </IfModule> - </IfModule> - - # -@@ -473,7 +488,7 @@ - # define per-<VirtualHost> access logfiles, transactions will be - # logged therein and *not* in this file. - # --CustomLog logs/access_log common -+#CustomLog logs/access_log common - - # - # If you would like to have agent and referer logfiles, uncomment the -@@ -486,7 +501,7 @@ - # If you prefer a single logfile with access, agent, and referer information - # (Combined Logfile Format) you can use the following directive. - # --#CustomLog logs/access_log combined -+CustomLog logs/access_log combined - - # - # Optionally add a line containing the server version and virtual host -@@ -708,13 +723,17 @@ - # For example, the PHP 3.x module (not part of the Apache distribution - see - # http://www.php.net) will typically use: - # -- #AddType application/x-httpd-php3 .php3 -- #AddType application/x-httpd-php3-source .phps -+ <IfModule mod_php3.c> -+ AddType application/x-httpd-php3 .php3 -+ AddType application/x-httpd-php3-source .php3s -+ </IfModule> - # - # And for PHP 4.x, use: - # -- #AddType application/x-httpd-php .php -- #AddType application/x-httpd-php-source .phps -+ <IfModule mod_php4.c> -+ AddType application/x-httpd-php .php -+ AddType application/x-httpd-php-source .phps -+ </IfModule> - - AddType application/x-tar .tgz - diff --git a/www/apache20/files/patch-ak b/www/apache20/files/patch-ak deleted file mode 100644 index 486f7ad159cf..000000000000 --- a/www/apache20/files/patch-ak +++ /dev/null @@ -1,19 +0,0 @@ ---- src/support/apachectl.orig Wed Apr 7 00:36:33 1999 -+++ src/support/apachectl Fri Sep 3 15:41:01 1999 -@@ -39,6 +39,8 @@ - # -------------------- -------------------- - # |||||||||||||||||||| END CONFIGURATION SECTION |||||||||||||||||||| - -+eval `limits -e -C daemon` >/dev/null 2>&1 -+ - ERROR=0 - ARGV="$@" - if [ "x$ARGV" = "x" ] ; then -@@ -82,6 +84,7 @@ - fi - if kill $PID ; then - echo "$0 $ARG: httpd stopped" -+ rm $PIDFILE - else - echo "$0 $ARG: httpd could not be stopped" - ERROR=4 diff --git a/www/apache20/files/patch-al b/www/apache20/files/patch-al deleted file mode 100644 index b355a697b4ab..000000000000 --- a/www/apache20/files/patch-al +++ /dev/null @@ -1,24 +0,0 @@ ---- src/support/log_server_status.orig Fri Jun 4 19:54:19 1999 -+++ src/support/log_server_status Fri Sep 3 15:53:16 1999 -@@ -67,10 +67,10 @@ - # - require 'sys/socket.ph'; - --$wherelog = "/var/log/graph/"; # Logs will be like "/var/log/graph/19960312" -+$wherelog = "/var/log/httpd-status-"; - $server = "localhost"; # Name of server, could be "www.foo.com" - $port = "80"; # Port on server --$request = "/status/?auto"; # Request to send -+$request = "/server-status/?auto"; # Request to send - - sub tcp_connect - { -@@ -100,7 +100,7 @@ - chomp($date); - ($day,$time)=split(/:/,$date); - $res=&tcp_connect($server,$port); -- open(OUT,">>$wherelog$day"); -+ open(OUT,">>$wherelog$day.log"); - if ($res) { - print OUT "$time:-1:-1:-1:-1:$res\n"; - exit 1; diff --git a/www/apache20/pkg-comment b/www/apache20/pkg-comment deleted file mode 100644 index 0b2be74481cf..000000000000 --- a/www/apache20/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The extremely popular Apache http server. Very fast, very clean diff --git a/www/apache20/pkg-descr b/www/apache20/pkg-descr deleted file mode 100644 index edb36c918c7c..000000000000 --- a/www/apache20/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Apache is an HTTP server designed as a plug-in replacement for the NCSA -server version 1.3 (or 1.4). It fixes numerous bugs in the NCSA server and -includes many frequently requested new features, and has an API which -allows it to be extended to meet users' needs more easily. - -WWW: http://www.apache.org/ diff --git a/www/apache20/pkg-plist b/www/apache20/pkg-plist deleted file mode 100644 index ad5603da16f9..000000000000 --- a/www/apache20/pkg-plist +++ /dev/null @@ -1,366 +0,0 @@ -bin/dbmmanage -bin/htdigest -bin/htpasswd -@unexec if cmp -s %D/etc/apache/access.conf %D/etc/apache/access.conf.default; then rm -f %D/etc/apache/access.conf; fi -etc/apache/access.conf.default -@exec [ ! -f %B/access.conf ] && cp %B/%f %B/access.conf -@unexec if cmp -s %D/etc/apache/httpd.conf %D/etc/apache/httpd.conf.default; then rm -f %D/etc/apache/httpd.conf; fi -etc/apache/httpd.conf.default -@exec [ ! -f %B/httpd.conf ] && cp %B/%f %B/httpd.conf -@unexec if cmp -s %D/etc/apache/magic %D/etc/apache/magic.default; then rm -f %D/etc/apache/magic; fi -etc/apache/magic.default -@exec [ ! -f %B/magic ] && cp %B/%f %B/magic -@unexec if cmp -s %D/etc/apache/mime.types %D/etc/apache/mime.types.default; then rm -f %D/etc/apache/mime.types; fi -etc/apache/mime.types.default -@exec [ ! -f %B/mime.types ] && cp %B/%f %B/mime.types -@unexec if cmp -s %D/etc/apache/srm.conf %D/etc/apache/srm.conf.default; then rm -f %D/etc/apache/srm.conf; fi -etc/apache/srm.conf.default -@exec [ ! -f %B/srm.conf ] && cp %B/%f %B/srm.conf -etc/rc.d/apache.sh -include/apache/alloc.h -include/apache/ap.h -include/apache/ap_compat.h -include/apache/ap_config.h -include/apache/ap_config_auto.h -include/apache/ap_ctype.h -include/apache/ap_md5.h -include/apache/ap_mmn.h -include/apache/ap_sha1.h -include/apache/buff.h -include/apache/compat.h -include/apache/conf.h -include/apache/explain.h -include/apache/fnmatch.h -include/apache/hsregex.h -include/apache/http_conf_globals.h -include/apache/http_config.h -include/apache/http_core.h -include/apache/http_log.h -include/apache/http_main.h -include/apache/http_protocol.h -include/apache/http_request.h -include/apache/http_vhost.h -include/apache/httpd.h -include/apache/multithread.h -include/apache/os-inline.c -include/apache/os.h -include/apache/rfc1413.h -include/apache/scoreboard.h -include/apache/util_date.h -include/apache/util_md5.h -include/apache/util_script.h -include/apache/util_uri.h -include/apache/xml/asciitab.h -include/apache/xml/hashtable.h -include/apache/xml/iasciitab.h -include/apache/xml/latin1tab.h -include/apache/xml/nametab.h -include/apache/xml/utf8tab.h -include/apache/xml/xmldef.h -include/apache/xml/xmlparse.h -include/apache/xml/xmlrole.h -include/apache/xml/xmltok.h -include/apache/xml/xmltok_impl.h -libexec/apache/httpd.exp -libexec/apache/libproxy.so -libexec/apache/mod_auth_anon.so -libexec/apache/mod_auth_db.so -libexec/apache/mod_cern_meta.so -libexec/apache/mod_digest.so -libexec/apache/mod_expires.so -libexec/apache/mod_headers.so -libexec/apache/mod_info.so -libexec/apache/mod_mime_magic.so -libexec/apache/mod_rewrite.so -libexec/apache/mod_speling.so -libexec/apache/mod_unique_id.so -libexec/apache/mod_usertrack.so -libexec/apache/mod_vhost_alias.so -sbin/ab -sbin/apachectl -sbin/apxs -sbin/httpd -sbin/logresolve -sbin/rotatelogs -share/doc/apache/apache_pb.gif -@exec mkdir -p %D/www -@exec ln -fs %B %D/www/data.default -@unexec rm -f %D/www/data.default -@exec [ ! -d %D/www/data ] && ln -fs %B %D/www/data -@exec [ ! -d %D/www/cgi-bin ] && ln -fs %D/www/cgi-bin.default %D/www/cgi-bin -share/doc/apache/index.html.ca -share/doc/apache/index.html.cz -share/doc/apache/index.html.de -share/doc/apache/index.html.dk -share/doc/apache/index.html.ee -share/doc/apache/index.html.en -share/doc/apache/index.html.es -share/doc/apache/index.html.fr -share/doc/apache/index.html.it -share/doc/apache/index.html.ja.jis -share/doc/apache/index.html.lu -share/doc/apache/index.html.nl -share/doc/apache/index.html.po.iso-pl -share/doc/apache/index.html.pt -share/doc/apache/index.html.pt-br -share/doc/apache/index.html.se -share/doc/apache/manual/LICENSE -share/doc/apache/manual/bind.html -share/doc/apache/manual/cgi_path.html -share/doc/apache/manual/content-negotiation.html -share/doc/apache/manual/custom-error.html -share/doc/apache/manual/dns-caveats.html -share/doc/apache/manual/dso.html -share/doc/apache/manual/ebcdic.html -share/doc/apache/manual/env.html -share/doc/apache/manual/footer.html -share/doc/apache/manual/handler.html -share/doc/apache/manual/header.html -share/doc/apache/manual/images/custom_errordocs.gif -share/doc/apache/manual/images/home.gif -share/doc/apache/manual/images/index.gif -share/doc/apache/manual/images/mod_rewrite_fig1.fig -share/doc/apache/manual/images/mod_rewrite_fig1.gif -share/doc/apache/manual/images/mod_rewrite_fig2.fig -share/doc/apache/manual/images/mod_rewrite_fig2.gif -share/doc/apache/manual/images/sub.gif -share/doc/apache/manual/index.html -share/doc/apache/manual/install-tpf.html -share/doc/apache/manual/install.html -share/doc/apache/manual/invoking.html -share/doc/apache/manual/keepalive.html -share/doc/apache/manual/location.html -share/doc/apache/manual/man-template.html -share/doc/apache/manual/misc/API.html -share/doc/apache/manual/misc/FAQ.html -share/doc/apache/manual/misc/HTTP_Features.tsv -share/doc/apache/manual/misc/client_block_api.html -share/doc/apache/manual/misc/compat_notes.html -share/doc/apache/manual/misc/custom_errordocs.html -share/doc/apache/manual/misc/descriptors.html -share/doc/apache/manual/misc/fin_wait_2.html -share/doc/apache/manual/misc/footer.html -share/doc/apache/manual/misc/header.html -share/doc/apache/manual/misc/howto.html -share/doc/apache/manual/misc/index.html -share/doc/apache/manual/misc/known_client_problems.html -share/doc/apache/manual/misc/nopgp.html -share/doc/apache/manual/misc/perf-bsd44.html -share/doc/apache/manual/misc/perf-dec.html -share/doc/apache/manual/misc/perf-hp.html -share/doc/apache/manual/misc/perf-tuning.html -share/doc/apache/manual/misc/perf.html -share/doc/apache/manual/misc/rewriteguide.html -share/doc/apache/manual/misc/security_tips.html -share/doc/apache/manual/misc/vif-info.html -share/doc/apache/manual/misc/windoz_keepalive.html -share/doc/apache/manual/mod/core.html -share/doc/apache/manual/mod/directive-dict.html -share/doc/apache/manual/mod/directives.html -share/doc/apache/manual/mod/footer.html -share/doc/apache/manual/mod/header.html -share/doc/apache/manual/mod/index.html -share/doc/apache/manual/mod/mod_access.html -share/doc/apache/manual/mod/mod_actions.html -share/doc/apache/manual/mod/mod_alias.html -share/doc/apache/manual/mod/mod_asis.html -share/doc/apache/manual/mod/mod_auth.html -share/doc/apache/manual/mod/mod_auth_anon.html -share/doc/apache/manual/mod/mod_auth_db.html -share/doc/apache/manual/mod/mod_auth_dbm.html -share/doc/apache/manual/mod/mod_auth_digest.html -share/doc/apache/manual/mod/mod_autoindex.html -share/doc/apache/manual/mod/mod_browser.html -share/doc/apache/manual/mod/mod_cern_meta.html -share/doc/apache/manual/mod/mod_cgi.html -share/doc/apache/manual/mod/mod_cookies.html -share/doc/apache/manual/mod/mod_digest.html -share/doc/apache/manual/mod/mod_dir.html -share/doc/apache/manual/mod/mod_dld.html -share/doc/apache/manual/mod/mod_dll.html -share/doc/apache/manual/mod/mod_env.html -share/doc/apache/manual/mod/mod_example.html -share/doc/apache/manual/mod/mod_expires.html -share/doc/apache/manual/mod/mod_headers.html -share/doc/apache/manual/mod/mod_imap.html -share/doc/apache/manual/mod/mod_include.html -share/doc/apache/manual/mod/mod_info.html -share/doc/apache/manual/mod/mod_isapi.html -share/doc/apache/manual/mod/mod_log_agent.html -share/doc/apache/manual/mod/mod_log_common.html -share/doc/apache/manual/mod/mod_log_config.html -share/doc/apache/manual/mod/mod_log_referer.html -share/doc/apache/manual/mod/mod_mime.html -share/doc/apache/manual/mod/mod_mime_magic.html -share/doc/apache/manual/mod/mod_mmap_static.html -share/doc/apache/manual/mod/mod_negotiation.html -share/doc/apache/manual/mod/mod_proxy.html -share/doc/apache/manual/mod/mod_rewrite.html -share/doc/apache/manual/mod/mod_setenvif.html -share/doc/apache/manual/mod/mod_so.html -share/doc/apache/manual/mod/mod_speling.html -share/doc/apache/manual/mod/mod_status.html -share/doc/apache/manual/mod/mod_unique_id.html -share/doc/apache/manual/mod/mod_userdir.html -share/doc/apache/manual/mod/mod_usertrack.html -share/doc/apache/manual/mod/mod_vhost_alias.html -share/doc/apache/manual/multilogs.html -share/doc/apache/manual/netware.html -share/doc/apache/manual/new_features_1_0.html -share/doc/apache/manual/new_features_1_1.html -share/doc/apache/manual/new_features_1_2.html -share/doc/apache/manual/new_features_1_3.html -share/doc/apache/manual/process-model.html -share/doc/apache/manual/readme-tpf.html -share/doc/apache/manual/search/manual-index.cgi -share/doc/apache/manual/sections.html -share/doc/apache/manual/sourcereorg.html -share/doc/apache/manual/stopping.html -share/doc/apache/manual/suexec.html -share/doc/apache/manual/suexec_1_2.html -share/doc/apache/manual/unixware.html -share/doc/apache/manual/upgrading_to_1_3.html -share/doc/apache/manual/vhosts/details.html -share/doc/apache/manual/vhosts/details_1_2.html -share/doc/apache/manual/vhosts/examples.html -share/doc/apache/manual/vhosts/fd-limits.html -share/doc/apache/manual/vhosts/footer.html -share/doc/apache/manual/vhosts/header.html -share/doc/apache/manual/vhosts/host.html -share/doc/apache/manual/vhosts/index.html -share/doc/apache/manual/vhosts/ip-based.html -share/doc/apache/manual/vhosts/mass.html -share/doc/apache/manual/vhosts/name-based.html -share/doc/apache/manual/vhosts/vhosts-in-depth.html -share/doc/apache/manual/vhosts/virtual-host.html -share/doc/apache/manual/windows.html -www/cgi-bin.default/printenv -www/cgi-bin.default/test-cgi -www/icons/README -www/icons/a.gif -www/icons/alert.black.gif -www/icons/alert.red.gif -www/icons/apache_pb.gif -www/icons/back.gif -www/icons/ball.gray.gif -www/icons/ball.red.gif -www/icons/binary.gif -www/icons/binhex.gif -www/icons/blank.gif -www/icons/bomb.gif -www/icons/box1.gif -www/icons/box2.gif -www/icons/broken.gif -www/icons/burst.gif -www/icons/c.gif -www/icons/comp.blue.gif -www/icons/comp.gray.gif -www/icons/compressed.gif -www/icons/continued.gif -www/icons/dir.gif -www/icons/down.gif -www/icons/dvi.gif -www/icons/f.gif -www/icons/folder.gif -www/icons/folder.open.gif -www/icons/folder.sec.gif -www/icons/forward.gif -www/icons/generic.gif -www/icons/generic.red.gif -www/icons/generic.sec.gif -www/icons/hand.right.gif -www/icons/hand.up.gif -www/icons/icon.sheet.gif -www/icons/image1.gif -www/icons/image2.gif -www/icons/image3.gif -www/icons/index.gif -www/icons/layout.gif -www/icons/left.gif -www/icons/link.gif -www/icons/movie.gif -www/icons/p.gif -www/icons/patch.gif -www/icons/pdf.gif -www/icons/pie0.gif -www/icons/pie1.gif -www/icons/pie2.gif -www/icons/pie3.gif -www/icons/pie4.gif -www/icons/pie5.gif -www/icons/pie6.gif -www/icons/pie7.gif -www/icons/pie8.gif -www/icons/portal.gif -www/icons/ps.gif -www/icons/quill.gif -www/icons/right.gif -www/icons/screw1.gif -www/icons/screw2.gif -www/icons/script.gif -www/icons/small/README.txt -www/icons/small/back.gif -www/icons/small/binary.gif -www/icons/small/binhex.gif -www/icons/small/blank.gif -www/icons/small/broken.gif -www/icons/small/burst.gif -www/icons/small/comp1.gif -www/icons/small/comp2.gif -www/icons/small/compressed.gif -www/icons/small/continued.gif -www/icons/small/dir.gif -www/icons/small/dir2.gif -www/icons/small/doc.gif -www/icons/small/forward.gif -www/icons/small/generic.gif -www/icons/small/generic2.gif -www/icons/small/generic3.gif -www/icons/small/image.gif -www/icons/small/image2.gif -www/icons/small/index.gif -www/icons/small/key.gif -www/icons/small/movie.gif -www/icons/small/patch.gif -www/icons/small/ps.gif -www/icons/small/rainbow.gif -www/icons/small/sound.gif -www/icons/small/sound2.gif -www/icons/small/tar.gif -www/icons/small/text.gif -www/icons/small/transfer.gif -www/icons/small/unknown.gif -www/icons/small/uu.gif -www/icons/sound1.gif -www/icons/sound2.gif -www/icons/sphere1.gif -www/icons/sphere2.gif -www/icons/tar.gif -www/icons/tex.gif -www/icons/text.gif -www/icons/transfer.gif -www/icons/unknown.gif -www/icons/up.gif -www/icons/uu.gif -www/icons/uuencoded.gif -www/icons/world1.gif -www/icons/world2.gif -@exec mkdir -p %D/www/proxy -@unexec if [ -L %D/www/cgi-bin ]; then rm -f %D/www/cgi-bin; fi -@unexec if [ -L %D/www/data ]; then rm -f %D/www/data; fi -@dirrm etc/apache -@dirrm include/apache/xml -@dirrm include/apache -@dirrm libexec/apache -@dirrm share/doc/apache/manual/images -@dirrm share/doc/apache/manual/misc -@dirrm share/doc/apache/manual/mod -@dirrm share/doc/apache/manual/search -@dirrm share/doc/apache/manual/vhosts -@dirrm share/doc/apache/manual -@dirrm share/doc/apache -@dirrm www/cgi-bin.default -@dirrm www/icons/small -@dirrm www/icons -@dirrm www/proxy -@dirrm www diff --git a/www/apache21/Makefile b/www/apache21/Makefile deleted file mode 100644 index dd375e352db8..000000000000 --- a/www/apache21/Makefile +++ /dev/null @@ -1,71 +0,0 @@ -# New ports collection makefile for: apache HTTPD -# Date created: Fri Aug 25 16:42:36 CDT 1995 -# Whom: ache@freebsd.org -# -# $FreeBSD$ -# - -PORTNAME= apache -PORTVERSION= 1.3.12 -CATEGORIES= www -MASTER_SITES= http://www.apache.org/dist/ \ - ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \ - ftp://ftp.rge.com/pub/infosystems/apache/dist/ \ - ftp://apache.compuex.com/pub/apache/dist/ \ - ftp://apache.arctic.org/pub/apache/dist/ \ - ftp://ftp.epix.net/pub/apache/dist/ \ - ftp://ftp.ameth.org/pub/mirrors/ftp.apache.org/apache/dist/ \ - ftp://ftp.connectnet.com/pub/www/apache/ \ - ftp://apache.technomancer.com/mirrors/apache/dist/ \ - ftp://ftp.raver.net/pub/ftp.apache.org/ \ - ftp://www3.service.digital.com/apache/dist/ \ - ftp://galileo.galilei.com/pub/apache/ \ - ftp://ftp.mtnranch.net/pub/apache/dist/ \ - ftp://ftp.iodynamics.com/pub/mirror/apache/dist/ \ - ftp://apache.nextpath.com/pub/apache/dist/ -DISTNAME= ${PORTNAME}_${PORTVERSION} - -MAINTAINER= ache@freebsd.org - -Y2K= http://www.apache.org/docs/misc/FAQ.html#year2000 - -# -# Set APACHE_PERF_TUNING env. variable to YES to get maximum performance -# - -HAS_CONFIGURE= yes -CONFIGURE_ARGS= \ - --prefix=${PREFIX} \ - --server-gid=nogroup \ - --with-perl=${PERL} \ - --with-layout=${FILESDIR}/FreeBSD.layout:FreeBSD \ - --suexec-docroot=${PREFIX}/www/data \ - --without-confadjust \ - --enable-shared=remain \ - --enable-module=most \ - --enable-module=auth_db \ - --disable-module=auth_dbm - -OPTIM=-DHARD_SERVER_LIMIT=512 \ --DDOCUMENT_LOCATION=\\"${PREFIX}/www/data/\\" \ --DDEFAULT_PATH=\\"/bin:/usr/bin:${PREFIX}/bin\\" - -.if defined(APACHE_PERF_TUNING) && ${APACHE_PERF_TUNING} == YES -OPTIM+= -DBUFFERED_LOGS -CFLAGS+= -O6 -fomit-frame-pointer -.endif - -CONFIGURE_ENV= OPTIM='${OPTIM}' - -MAN1= dbmmanage.1 htdigest.1 htpasswd.1 -MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8 - -post-install: - @if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \ - ${ECHO} "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \ - ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/apache.sh; \ - ${ECHO} "[ -x ${PREFIX}/sbin/apachectl ] && ${PREFIX}/sbin/apachectl start > /dev/null && ${ECHO} -n ' apache'" >> ${PREFIX}/etc/rc.d/apache.sh; \ - ${CHMOD} 751 ${PREFIX}/etc/rc.d/apache.sh; \ - fi - -.include <bsd.port.mk> diff --git a/www/apache21/distinfo b/www/apache21/distinfo deleted file mode 100644 index 26359e664602..000000000000 --- a/www/apache21/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (apache_1.3.12.tar.gz) = de3ccff384b0d4ab94c3251cb85d49d2 diff --git a/www/apache21/files/FreeBSD.layout b/www/apache21/files/FreeBSD.layout deleted file mode 100644 index 5524e186e9c0..000000000000 --- a/www/apache21/files/FreeBSD.layout +++ /dev/null @@ -1,19 +0,0 @@ -# FreeBSD layout... -<Layout FreeBSD> - prefix: /usr/local - exec_prefix: $prefix - bindir: $exec_prefix/bin - sbindir: $exec_prefix/sbin - libexecdir: $exec_prefix/libexec/apache - mandir: $prefix/man - sysconfdir: $prefix/etc/apache - datadir: $prefix/www - iconsdir: $datadir/icons - htdocsdir: $datadir/data - cgidir: $datadir/cgi-bin - includedir: $prefix/include/apache - localstatedir: /var - runtimedir: $localstatedir/run - logfiledir: $localstatedir/log - proxycachedir: $datadir/proxy -</Layout> diff --git a/www/apache21/files/patch-aa b/www/apache21/files/patch-aa deleted file mode 100644 index 15cd58c27ef2..000000000000 --- a/www/apache21/files/patch-aa +++ /dev/null @@ -1,24 +0,0 @@ ---- configure.orig Tue Jan 18 01:53:17 2000 -+++ configure Mon Jan 24 19:37:21 2000 -@@ -1232,8 +1232,8 @@ - echo " DEFAULT_PIDLOG: ${runtimedir_relative}${thetarget}.pid" - echo " DEFAULT_SCOREBOARD: ${runtimedir_relative}${thetarget}.scoreboard" - echo " DEFAULT_LOCKFILE: ${runtimedir_relative}${thetarget}.lock" -- echo " DEFAULT_XFERLOG: ${logfiledir_relative}access_log" -- echo " DEFAULT_ERRORLOG: ${logfiledir_relative}error_log" -+ echo " DEFAULT_XFERLOG: ${logfiledir_relative}httpd-access.log" -+ echo " DEFAULT_ERRORLOG: ${logfiledir_relative}httpd-error.log" - echo " TYPES_CONFIG_FILE: ${sysconfdir_relative}mime.types" - echo " SERVER_CONFIG_FILE: ${sysconfdir_relative}${thetarget}.conf" - echo " ACCESS_CONFIG_FILE: ${sysconfdir_relative}access.conf" -@@ -1330,8 +1330,8 @@ - echo "echo '-DDEFAULT_PIDLOG=\"${runtimedir_relative}${thetarget}.pid\"'" >>$src/apaci - echo "echo '-DDEFAULT_SCOREBOARD=\"${runtimedir_relative}${thetarget}.scoreboard\"'" >>$src/apaci - echo "echo '-DDEFAULT_LOCKFILE=\"${runtimedir_relative}${thetarget}.lock\"'" >>$src/apaci --echo "echo '-DDEFAULT_XFERLOG=\"${logfiledir_relative}access_log\"'" >>$src/apaci --echo "echo '-DDEFAULT_ERRORLOG=\"${logfiledir_relative}error_log\"'" >>$src/apaci -+echo "echo '-DDEFAULT_XFERLOG=\"${logfiledir_relative}httpd-access.log\"'" >>$src/apaci -+echo "echo '-DDEFAULT_ERRORLOG=\"${logfiledir_relative}httpd-error.log\"'" >>$src/apaci - echo "echo '-DTYPES_CONFIG_FILE=\"${sysconfdir_relative}mime.types\"'" >>$src/apaci - echo "echo '-DSERVER_CONFIG_FILE=\"${sysconfdir_relative}${thetarget}.conf\"'" >>$src/apaci - echo "echo '-DACCESS_CONFIG_FILE=\"${sysconfdir_relative}access.conf\"'" >>$src/apaci diff --git a/www/apache21/files/patch-ab b/www/apache21/files/patch-ab deleted file mode 100644 index e4448f1e47ca..000000000000 --- a/www/apache21/files/patch-ab +++ /dev/null @@ -1,84 +0,0 @@ ---- Makefile.tmpl.orig Tue Jan 11 22:47:41 2000 -+++ Makefile.tmpl Mon Jan 24 19:50:42 2000 -@@ -123,6 +123,7 @@ - runtimedir = @runtimedir@ - logfiledir = @logfiledir@ - proxycachedir = @proxycachedir@ -+doc_prefix = $(prefix)/share/doc/apache - - libexecdir_relative = @libexecdir_relative@ - -@@ -266,9 +267,9 @@ - $(MKDIR) $(root)$(mandir)/man1 - $(MKDIR) $(root)$(mandir)/man8 - $(MKDIR) $(root)$(sysconfdir) -- $(MKDIR) $(root)$(htdocsdir) -+ $(MKDIR) $(root)$(doc_prefix) - $(MKDIR) $(root)$(iconsdir) -- $(MKDIR) $(root)$(cgidir) -+ $(MKDIR) $(root)$(cgidir).default - $(MKDIR) $(root)$(includedir) - $(MKDIR) $(root)$(includedir)/xml - $(MKDIR) $(root)$(runtimedir) -@@ -452,25 +453,33 @@ - # icons and distributed CGI scripts. - install-data: - @echo "===> [data: Installing initial data files]" -- -@if [ -f $(root)$(htdocsdir)/index.html ] || [ -f $(root)$(htdocsdir)/index.html.en ]; then \ -- echo "[PRESERVING EXISTING DATA SUBDIR: $(root)$(htdocsdir)/]"; \ -- else \ -- echo "Copying tree $(TOP)/htdocs/ -> $(root)$(htdocsdir)/"; \ -+# -@if [ -f $(root)$(htdocsdir)/index.html ] || [ -f $(root)$(htdocsdir)/index.html.en ]; then \ -+# echo "[PRESERVING EXISTING DATA SUBDIR: $(root)$(htdocsdir)/]"; \ -+# else \ -+ echo "Copying tree $(TOP)/htdocs/ -> $(root)$(doc_prefix)/"; \ - (cd $(TOP)/htdocs/ && $(TAR) $(TAROPT) - *) |\ -- (cd $(root)$(htdocsdir)/ && $(TAR) -xf -); \ -- find $(root)$(htdocsdir)/ -type d -exec chmod a+rx {} \; ; \ -- find $(root)$(htdocsdir)/ -type f -exec chmod a+r {} \; ; \ -- fi -- -@if [ -f $(root)$(cgidir)/printenv ]; then \ -- echo "[PRESERVING EXISTING DATA SUBDIR: $(root)$(cgidir)/]"; \ -- else \ -+ (cd $(root)$(doc_prefix)/ && $(TAR) -xf -); \ -+ find $(root)$(doc_prefix)/ -type d -exec chmod a+rx {} \; ; \ -+ find $(root)$(doc_prefix)/ -type f -exec chmod a+r {} \; ; \ -+# fi -+ if [ ! -d $(root)$(htdocsdir) ]; then \ -+ $(LN) -sf $(root)$(doc_prefix) $(root)$(htdocsdir); \ -+ fi -+ $(RM) $(root)$(htdocsdir).default -+ $(LN) -s $(root)$(doc_prefix) $(root)$(htdocsdir).default -+# -@if [ -f $(root)$(cgidir)/printenv ]; then \ -+# echo "[PRESERVING EXISTING DATA SUBDIR: $(root)$(cgidir)/]"; \ -+# else \ - for script in printenv test-cgi; do \ - cat $(TOP)/cgi-bin/$${script} |\ - sed -e 's;^#!/.*perl;#!$(PERL);' \ - > $(TOP)/$(SRC)/.apaci.install.tmp; \ -- echo "$(INSTALL_DATA) $(TOP)/conf/$${script}[*] $(root)$(cgidir)/$${script}"; \ -- $(INSTALL_DATA) $(TOP)/$(SRC)/.apaci.install.tmp $(root)$(cgidir)/$${script}; \ -+ echo "$(INSTALL_DATA) $(TOP)/conf/$${script}[*] $(root)$(cgidir).default/$${script}"; \ -+ $(INSTALL_DATA) $(TOP)/$(SRC)/.apaci.install.tmp $(root)$(cgidir).default/$${script}; \ - done; \ -+# fi -+ if [ ! -d $(root)$(cgidir) ]; then \ -+ $(LN) -sf $(root)$(cgidir).default $(root)$(cgidir); \ - fi - @echo "Copying tree $(TOP)/icons/ -> $(root)$(iconsdir)/"; \ - (cd $(TOP)/icons/ && $(TAR) $(TAROPT) - *) |\ -@@ -509,10 +518,10 @@ - -e 's;logs/accept\.lock;$(runtimedir)/$(TARGET).lock;' \ - -e 's;logs/apache_runtime_status;$(runtimedir)/$(TARGET).scoreboard;' \ - -e 's;logs/httpd\.pid;$(runtimedir)/$(TARGET).pid;' \ -- -e "s;logs/access_log;$(logfiledir)/$${target_prefix}access_log;" \ -- -e "s;logs/error_log;$(logfiledir)/$${target_prefix}error_log;" \ -- -e "s;logs/referer_log;$(logfiledir)/$${target_prefix}referer_log;" \ -- -e "s;logs/agent_log;$(logfiledir)/$${target_prefix}agent_log;" \ -+ -e "s;logs/access_log;$(logfiledir)/$${target_prefix}httpd-access.log;" \ -+ -e "s;logs/error_log;$(logfiledir)/$${target_prefix}httpd-error.log;" \ -+ -e "s;logs/referer_log;$(logfiledir)/$${target_prefix}httpd-referer.log;" \ -+ -e "s;logs/agent_log;$(logfiledir)/$${target_prefix}httpd-agent.log;" \ - -e 's;conf/magic;$(sysconfdir)/magic;' \ - -e 's;conf/mime\.types;$(sysconfdir)/mime.types;' \ - -e 's;User nobody;User $(conf_user);' \ diff --git a/www/apache21/files/patch-ag b/www/apache21/files/patch-ag deleted file mode 100644 index 80373fbcca63..000000000000 --- a/www/apache21/files/patch-ag +++ /dev/null @@ -1,66 +0,0 @@ ---- conf/httpd.conf-dist.orig Mon Feb 21 08:30:46 2000 -+++ conf/httpd.conf-dist Mon May 29 16:48:49 2000 -@@ -354,7 +354,22 @@ - # directory index. Separate multiple entries with spaces. - # - <IfModule mod_dir.c> -- DirectoryIndex index.html -+ <IfModule mod_php3.c> -+ <IfModule mod_php4.c> -+ DirectoryIndex index.php index.php3 index.html -+ </IfModule> -+ <IfModule !mod_php4.c> -+ DirectoryIndex index.php3 index.html -+ </IfModule> -+ </IfModule> -+ <IfModule !mod_php3.c> -+ <IfModule mod_php4.c> -+ DirectoryIndex index.php index.html -+ </IfModule> -+ <IfModule !mod_php4.c> -+ DirectoryIndex index.html -+ </IfModule> -+ </IfModule> - </IfModule> - - # -@@ -473,7 +488,7 @@ - # define per-<VirtualHost> access logfiles, transactions will be - # logged therein and *not* in this file. - # --CustomLog logs/access_log common -+#CustomLog logs/access_log common - - # - # If you would like to have agent and referer logfiles, uncomment the -@@ -486,7 +501,7 @@ - # If you prefer a single logfile with access, agent, and referer information - # (Combined Logfile Format) you can use the following directive. - # --#CustomLog logs/access_log combined -+CustomLog logs/access_log combined - - # - # Optionally add a line containing the server version and virtual host -@@ -708,13 +723,17 @@ - # For example, the PHP 3.x module (not part of the Apache distribution - see - # http://www.php.net) will typically use: - # -- #AddType application/x-httpd-php3 .php3 -- #AddType application/x-httpd-php3-source .phps -+ <IfModule mod_php3.c> -+ AddType application/x-httpd-php3 .php3 -+ AddType application/x-httpd-php3-source .php3s -+ </IfModule> - # - # And for PHP 4.x, use: - # -- #AddType application/x-httpd-php .php -- #AddType application/x-httpd-php-source .phps -+ <IfModule mod_php4.c> -+ AddType application/x-httpd-php .php -+ AddType application/x-httpd-php-source .phps -+ </IfModule> - - AddType application/x-tar .tgz - diff --git a/www/apache21/files/patch-ak b/www/apache21/files/patch-ak deleted file mode 100644 index 486f7ad159cf..000000000000 --- a/www/apache21/files/patch-ak +++ /dev/null @@ -1,19 +0,0 @@ ---- src/support/apachectl.orig Wed Apr 7 00:36:33 1999 -+++ src/support/apachectl Fri Sep 3 15:41:01 1999 -@@ -39,6 +39,8 @@ - # -------------------- -------------------- - # |||||||||||||||||||| END CONFIGURATION SECTION |||||||||||||||||||| - -+eval `limits -e -C daemon` >/dev/null 2>&1 -+ - ERROR=0 - ARGV="$@" - if [ "x$ARGV" = "x" ] ; then -@@ -82,6 +84,7 @@ - fi - if kill $PID ; then - echo "$0 $ARG: httpd stopped" -+ rm $PIDFILE - else - echo "$0 $ARG: httpd could not be stopped" - ERROR=4 diff --git a/www/apache21/files/patch-al b/www/apache21/files/patch-al deleted file mode 100644 index b355a697b4ab..000000000000 --- a/www/apache21/files/patch-al +++ /dev/null @@ -1,24 +0,0 @@ ---- src/support/log_server_status.orig Fri Jun 4 19:54:19 1999 -+++ src/support/log_server_status Fri Sep 3 15:53:16 1999 -@@ -67,10 +67,10 @@ - # - require 'sys/socket.ph'; - --$wherelog = "/var/log/graph/"; # Logs will be like "/var/log/graph/19960312" -+$wherelog = "/var/log/httpd-status-"; - $server = "localhost"; # Name of server, could be "www.foo.com" - $port = "80"; # Port on server --$request = "/status/?auto"; # Request to send -+$request = "/server-status/?auto"; # Request to send - - sub tcp_connect - { -@@ -100,7 +100,7 @@ - chomp($date); - ($day,$time)=split(/:/,$date); - $res=&tcp_connect($server,$port); -- open(OUT,">>$wherelog$day"); -+ open(OUT,">>$wherelog$day.log"); - if ($res) { - print OUT "$time:-1:-1:-1:-1:$res\n"; - exit 1; diff --git a/www/apache21/pkg-comment b/www/apache21/pkg-comment deleted file mode 100644 index 0b2be74481cf..000000000000 --- a/www/apache21/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The extremely popular Apache http server. Very fast, very clean diff --git a/www/apache21/pkg-descr b/www/apache21/pkg-descr deleted file mode 100644 index edb36c918c7c..000000000000 --- a/www/apache21/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Apache is an HTTP server designed as a plug-in replacement for the NCSA -server version 1.3 (or 1.4). It fixes numerous bugs in the NCSA server and -includes many frequently requested new features, and has an API which -allows it to be extended to meet users' needs more easily. - -WWW: http://www.apache.org/ diff --git a/www/apache21/pkg-plist b/www/apache21/pkg-plist deleted file mode 100644 index ad5603da16f9..000000000000 --- a/www/apache21/pkg-plist +++ /dev/null @@ -1,366 +0,0 @@ -bin/dbmmanage -bin/htdigest -bin/htpasswd -@unexec if cmp -s %D/etc/apache/access.conf %D/etc/apache/access.conf.default; then rm -f %D/etc/apache/access.conf; fi -etc/apache/access.conf.default -@exec [ ! -f %B/access.conf ] && cp %B/%f %B/access.conf -@unexec if cmp -s %D/etc/apache/httpd.conf %D/etc/apache/httpd.conf.default; then rm -f %D/etc/apache/httpd.conf; fi -etc/apache/httpd.conf.default -@exec [ ! -f %B/httpd.conf ] && cp %B/%f %B/httpd.conf -@unexec if cmp -s %D/etc/apache/magic %D/etc/apache/magic.default; then rm -f %D/etc/apache/magic; fi -etc/apache/magic.default -@exec [ ! -f %B/magic ] && cp %B/%f %B/magic -@unexec if cmp -s %D/etc/apache/mime.types %D/etc/apache/mime.types.default; then rm -f %D/etc/apache/mime.types; fi -etc/apache/mime.types.default -@exec [ ! -f %B/mime.types ] && cp %B/%f %B/mime.types -@unexec if cmp -s %D/etc/apache/srm.conf %D/etc/apache/srm.conf.default; then rm -f %D/etc/apache/srm.conf; fi -etc/apache/srm.conf.default -@exec [ ! -f %B/srm.conf ] && cp %B/%f %B/srm.conf -etc/rc.d/apache.sh -include/apache/alloc.h -include/apache/ap.h -include/apache/ap_compat.h -include/apache/ap_config.h -include/apache/ap_config_auto.h -include/apache/ap_ctype.h -include/apache/ap_md5.h -include/apache/ap_mmn.h -include/apache/ap_sha1.h -include/apache/buff.h -include/apache/compat.h -include/apache/conf.h -include/apache/explain.h -include/apache/fnmatch.h -include/apache/hsregex.h -include/apache/http_conf_globals.h -include/apache/http_config.h -include/apache/http_core.h -include/apache/http_log.h -include/apache/http_main.h -include/apache/http_protocol.h -include/apache/http_request.h -include/apache/http_vhost.h -include/apache/httpd.h -include/apache/multithread.h -include/apache/os-inline.c -include/apache/os.h -include/apache/rfc1413.h -include/apache/scoreboard.h -include/apache/util_date.h -include/apache/util_md5.h -include/apache/util_script.h -include/apache/util_uri.h -include/apache/xml/asciitab.h -include/apache/xml/hashtable.h -include/apache/xml/iasciitab.h -include/apache/xml/latin1tab.h -include/apache/xml/nametab.h -include/apache/xml/utf8tab.h -include/apache/xml/xmldef.h -include/apache/xml/xmlparse.h -include/apache/xml/xmlrole.h -include/apache/xml/xmltok.h -include/apache/xml/xmltok_impl.h -libexec/apache/httpd.exp -libexec/apache/libproxy.so -libexec/apache/mod_auth_anon.so -libexec/apache/mod_auth_db.so -libexec/apache/mod_cern_meta.so -libexec/apache/mod_digest.so -libexec/apache/mod_expires.so -libexec/apache/mod_headers.so -libexec/apache/mod_info.so -libexec/apache/mod_mime_magic.so -libexec/apache/mod_rewrite.so -libexec/apache/mod_speling.so -libexec/apache/mod_unique_id.so -libexec/apache/mod_usertrack.so -libexec/apache/mod_vhost_alias.so -sbin/ab -sbin/apachectl -sbin/apxs -sbin/httpd -sbin/logresolve -sbin/rotatelogs -share/doc/apache/apache_pb.gif -@exec mkdir -p %D/www -@exec ln -fs %B %D/www/data.default -@unexec rm -f %D/www/data.default -@exec [ ! -d %D/www/data ] && ln -fs %B %D/www/data -@exec [ ! -d %D/www/cgi-bin ] && ln -fs %D/www/cgi-bin.default %D/www/cgi-bin -share/doc/apache/index.html.ca -share/doc/apache/index.html.cz -share/doc/apache/index.html.de -share/doc/apache/index.html.dk -share/doc/apache/index.html.ee -share/doc/apache/index.html.en -share/doc/apache/index.html.es -share/doc/apache/index.html.fr -share/doc/apache/index.html.it -share/doc/apache/index.html.ja.jis -share/doc/apache/index.html.lu -share/doc/apache/index.html.nl -share/doc/apache/index.html.po.iso-pl -share/doc/apache/index.html.pt -share/doc/apache/index.html.pt-br -share/doc/apache/index.html.se -share/doc/apache/manual/LICENSE -share/doc/apache/manual/bind.html -share/doc/apache/manual/cgi_path.html -share/doc/apache/manual/content-negotiation.html -share/doc/apache/manual/custom-error.html -share/doc/apache/manual/dns-caveats.html -share/doc/apache/manual/dso.html -share/doc/apache/manual/ebcdic.html -share/doc/apache/manual/env.html -share/doc/apache/manual/footer.html -share/doc/apache/manual/handler.html -share/doc/apache/manual/header.html -share/doc/apache/manual/images/custom_errordocs.gif -share/doc/apache/manual/images/home.gif -share/doc/apache/manual/images/index.gif -share/doc/apache/manual/images/mod_rewrite_fig1.fig -share/doc/apache/manual/images/mod_rewrite_fig1.gif -share/doc/apache/manual/images/mod_rewrite_fig2.fig -share/doc/apache/manual/images/mod_rewrite_fig2.gif -share/doc/apache/manual/images/sub.gif -share/doc/apache/manual/index.html -share/doc/apache/manual/install-tpf.html -share/doc/apache/manual/install.html -share/doc/apache/manual/invoking.html -share/doc/apache/manual/keepalive.html -share/doc/apache/manual/location.html -share/doc/apache/manual/man-template.html -share/doc/apache/manual/misc/API.html -share/doc/apache/manual/misc/FAQ.html -share/doc/apache/manual/misc/HTTP_Features.tsv -share/doc/apache/manual/misc/client_block_api.html -share/doc/apache/manual/misc/compat_notes.html -share/doc/apache/manual/misc/custom_errordocs.html -share/doc/apache/manual/misc/descriptors.html -share/doc/apache/manual/misc/fin_wait_2.html -share/doc/apache/manual/misc/footer.html -share/doc/apache/manual/misc/header.html -share/doc/apache/manual/misc/howto.html -share/doc/apache/manual/misc/index.html -share/doc/apache/manual/misc/known_client_problems.html -share/doc/apache/manual/misc/nopgp.html -share/doc/apache/manual/misc/perf-bsd44.html -share/doc/apache/manual/misc/perf-dec.html -share/doc/apache/manual/misc/perf-hp.html -share/doc/apache/manual/misc/perf-tuning.html -share/doc/apache/manual/misc/perf.html -share/doc/apache/manual/misc/rewriteguide.html -share/doc/apache/manual/misc/security_tips.html -share/doc/apache/manual/misc/vif-info.html -share/doc/apache/manual/misc/windoz_keepalive.html -share/doc/apache/manual/mod/core.html -share/doc/apache/manual/mod/directive-dict.html -share/doc/apache/manual/mod/directives.html -share/doc/apache/manual/mod/footer.html -share/doc/apache/manual/mod/header.html -share/doc/apache/manual/mod/index.html -share/doc/apache/manual/mod/mod_access.html -share/doc/apache/manual/mod/mod_actions.html -share/doc/apache/manual/mod/mod_alias.html -share/doc/apache/manual/mod/mod_asis.html -share/doc/apache/manual/mod/mod_auth.html -share/doc/apache/manual/mod/mod_auth_anon.html -share/doc/apache/manual/mod/mod_auth_db.html -share/doc/apache/manual/mod/mod_auth_dbm.html -share/doc/apache/manual/mod/mod_auth_digest.html -share/doc/apache/manual/mod/mod_autoindex.html -share/doc/apache/manual/mod/mod_browser.html -share/doc/apache/manual/mod/mod_cern_meta.html -share/doc/apache/manual/mod/mod_cgi.html -share/doc/apache/manual/mod/mod_cookies.html -share/doc/apache/manual/mod/mod_digest.html -share/doc/apache/manual/mod/mod_dir.html -share/doc/apache/manual/mod/mod_dld.html -share/doc/apache/manual/mod/mod_dll.html -share/doc/apache/manual/mod/mod_env.html -share/doc/apache/manual/mod/mod_example.html -share/doc/apache/manual/mod/mod_expires.html -share/doc/apache/manual/mod/mod_headers.html -share/doc/apache/manual/mod/mod_imap.html -share/doc/apache/manual/mod/mod_include.html -share/doc/apache/manual/mod/mod_info.html -share/doc/apache/manual/mod/mod_isapi.html -share/doc/apache/manual/mod/mod_log_agent.html -share/doc/apache/manual/mod/mod_log_common.html -share/doc/apache/manual/mod/mod_log_config.html -share/doc/apache/manual/mod/mod_log_referer.html -share/doc/apache/manual/mod/mod_mime.html -share/doc/apache/manual/mod/mod_mime_magic.html -share/doc/apache/manual/mod/mod_mmap_static.html -share/doc/apache/manual/mod/mod_negotiation.html -share/doc/apache/manual/mod/mod_proxy.html -share/doc/apache/manual/mod/mod_rewrite.html -share/doc/apache/manual/mod/mod_setenvif.html -share/doc/apache/manual/mod/mod_so.html -share/doc/apache/manual/mod/mod_speling.html -share/doc/apache/manual/mod/mod_status.html -share/doc/apache/manual/mod/mod_unique_id.html -share/doc/apache/manual/mod/mod_userdir.html -share/doc/apache/manual/mod/mod_usertrack.html -share/doc/apache/manual/mod/mod_vhost_alias.html -share/doc/apache/manual/multilogs.html -share/doc/apache/manual/netware.html -share/doc/apache/manual/new_features_1_0.html -share/doc/apache/manual/new_features_1_1.html -share/doc/apache/manual/new_features_1_2.html -share/doc/apache/manual/new_features_1_3.html -share/doc/apache/manual/process-model.html -share/doc/apache/manual/readme-tpf.html -share/doc/apache/manual/search/manual-index.cgi -share/doc/apache/manual/sections.html -share/doc/apache/manual/sourcereorg.html -share/doc/apache/manual/stopping.html -share/doc/apache/manual/suexec.html -share/doc/apache/manual/suexec_1_2.html -share/doc/apache/manual/unixware.html -share/doc/apache/manual/upgrading_to_1_3.html -share/doc/apache/manual/vhosts/details.html -share/doc/apache/manual/vhosts/details_1_2.html -share/doc/apache/manual/vhosts/examples.html -share/doc/apache/manual/vhosts/fd-limits.html -share/doc/apache/manual/vhosts/footer.html -share/doc/apache/manual/vhosts/header.html -share/doc/apache/manual/vhosts/host.html -share/doc/apache/manual/vhosts/index.html -share/doc/apache/manual/vhosts/ip-based.html -share/doc/apache/manual/vhosts/mass.html -share/doc/apache/manual/vhosts/name-based.html -share/doc/apache/manual/vhosts/vhosts-in-depth.html -share/doc/apache/manual/vhosts/virtual-host.html -share/doc/apache/manual/windows.html -www/cgi-bin.default/printenv -www/cgi-bin.default/test-cgi -www/icons/README -www/icons/a.gif -www/icons/alert.black.gif -www/icons/alert.red.gif -www/icons/apache_pb.gif -www/icons/back.gif -www/icons/ball.gray.gif -www/icons/ball.red.gif -www/icons/binary.gif -www/icons/binhex.gif -www/icons/blank.gif -www/icons/bomb.gif -www/icons/box1.gif -www/icons/box2.gif -www/icons/broken.gif -www/icons/burst.gif -www/icons/c.gif -www/icons/comp.blue.gif -www/icons/comp.gray.gif -www/icons/compressed.gif -www/icons/continued.gif -www/icons/dir.gif -www/icons/down.gif -www/icons/dvi.gif -www/icons/f.gif -www/icons/folder.gif -www/icons/folder.open.gif -www/icons/folder.sec.gif -www/icons/forward.gif -www/icons/generic.gif -www/icons/generic.red.gif -www/icons/generic.sec.gif -www/icons/hand.right.gif -www/icons/hand.up.gif -www/icons/icon.sheet.gif -www/icons/image1.gif -www/icons/image2.gif -www/icons/image3.gif -www/icons/index.gif -www/icons/layout.gif -www/icons/left.gif -www/icons/link.gif -www/icons/movie.gif -www/icons/p.gif -www/icons/patch.gif -www/icons/pdf.gif -www/icons/pie0.gif -www/icons/pie1.gif -www/icons/pie2.gif -www/icons/pie3.gif -www/icons/pie4.gif -www/icons/pie5.gif -www/icons/pie6.gif -www/icons/pie7.gif -www/icons/pie8.gif -www/icons/portal.gif -www/icons/ps.gif -www/icons/quill.gif -www/icons/right.gif -www/icons/screw1.gif -www/icons/screw2.gif -www/icons/script.gif -www/icons/small/README.txt -www/icons/small/back.gif -www/icons/small/binary.gif -www/icons/small/binhex.gif -www/icons/small/blank.gif -www/icons/small/broken.gif -www/icons/small/burst.gif -www/icons/small/comp1.gif -www/icons/small/comp2.gif -www/icons/small/compressed.gif -www/icons/small/continued.gif -www/icons/small/dir.gif -www/icons/small/dir2.gif -www/icons/small/doc.gif -www/icons/small/forward.gif -www/icons/small/generic.gif -www/icons/small/generic2.gif -www/icons/small/generic3.gif -www/icons/small/image.gif -www/icons/small/image2.gif -www/icons/small/index.gif -www/icons/small/key.gif -www/icons/small/movie.gif -www/icons/small/patch.gif -www/icons/small/ps.gif -www/icons/small/rainbow.gif -www/icons/small/sound.gif -www/icons/small/sound2.gif -www/icons/small/tar.gif -www/icons/small/text.gif -www/icons/small/transfer.gif -www/icons/small/unknown.gif -www/icons/small/uu.gif -www/icons/sound1.gif -www/icons/sound2.gif -www/icons/sphere1.gif -www/icons/sphere2.gif -www/icons/tar.gif -www/icons/tex.gif -www/icons/text.gif -www/icons/transfer.gif -www/icons/unknown.gif -www/icons/up.gif -www/icons/uu.gif -www/icons/uuencoded.gif -www/icons/world1.gif -www/icons/world2.gif -@exec mkdir -p %D/www/proxy -@unexec if [ -L %D/www/cgi-bin ]; then rm -f %D/www/cgi-bin; fi -@unexec if [ -L %D/www/data ]; then rm -f %D/www/data; fi -@dirrm etc/apache -@dirrm include/apache/xml -@dirrm include/apache -@dirrm libexec/apache -@dirrm share/doc/apache/manual/images -@dirrm share/doc/apache/manual/misc -@dirrm share/doc/apache/manual/mod -@dirrm share/doc/apache/manual/search -@dirrm share/doc/apache/manual/vhosts -@dirrm share/doc/apache/manual -@dirrm share/doc/apache -@dirrm www/cgi-bin.default -@dirrm www/icons/small -@dirrm www/icons -@dirrm www/proxy -@dirrm www diff --git a/www/apache22/Makefile b/www/apache22/Makefile deleted file mode 100644 index dd375e352db8..000000000000 --- a/www/apache22/Makefile +++ /dev/null @@ -1,71 +0,0 @@ -# New ports collection makefile for: apache HTTPD -# Date created: Fri Aug 25 16:42:36 CDT 1995 -# Whom: ache@freebsd.org -# -# $FreeBSD$ -# - -PORTNAME= apache -PORTVERSION= 1.3.12 -CATEGORIES= www -MASTER_SITES= http://www.apache.org/dist/ \ - ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \ - ftp://ftp.rge.com/pub/infosystems/apache/dist/ \ - ftp://apache.compuex.com/pub/apache/dist/ \ - ftp://apache.arctic.org/pub/apache/dist/ \ - ftp://ftp.epix.net/pub/apache/dist/ \ - ftp://ftp.ameth.org/pub/mirrors/ftp.apache.org/apache/dist/ \ - ftp://ftp.connectnet.com/pub/www/apache/ \ - ftp://apache.technomancer.com/mirrors/apache/dist/ \ - ftp://ftp.raver.net/pub/ftp.apache.org/ \ - ftp://www3.service.digital.com/apache/dist/ \ - ftp://galileo.galilei.com/pub/apache/ \ - ftp://ftp.mtnranch.net/pub/apache/dist/ \ - ftp://ftp.iodynamics.com/pub/mirror/apache/dist/ \ - ftp://apache.nextpath.com/pub/apache/dist/ -DISTNAME= ${PORTNAME}_${PORTVERSION} - -MAINTAINER= ache@freebsd.org - -Y2K= http://www.apache.org/docs/misc/FAQ.html#year2000 - -# -# Set APACHE_PERF_TUNING env. variable to YES to get maximum performance -# - -HAS_CONFIGURE= yes -CONFIGURE_ARGS= \ - --prefix=${PREFIX} \ - --server-gid=nogroup \ - --with-perl=${PERL} \ - --with-layout=${FILESDIR}/FreeBSD.layout:FreeBSD \ - --suexec-docroot=${PREFIX}/www/data \ - --without-confadjust \ - --enable-shared=remain \ - --enable-module=most \ - --enable-module=auth_db \ - --disable-module=auth_dbm - -OPTIM=-DHARD_SERVER_LIMIT=512 \ --DDOCUMENT_LOCATION=\\"${PREFIX}/www/data/\\" \ --DDEFAULT_PATH=\\"/bin:/usr/bin:${PREFIX}/bin\\" - -.if defined(APACHE_PERF_TUNING) && ${APACHE_PERF_TUNING} == YES -OPTIM+= -DBUFFERED_LOGS -CFLAGS+= -O6 -fomit-frame-pointer -.endif - -CONFIGURE_ENV= OPTIM='${OPTIM}' - -MAN1= dbmmanage.1 htdigest.1 htpasswd.1 -MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8 - -post-install: - @if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \ - ${ECHO} "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \ - ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/apache.sh; \ - ${ECHO} "[ -x ${PREFIX}/sbin/apachectl ] && ${PREFIX}/sbin/apachectl start > /dev/null && ${ECHO} -n ' apache'" >> ${PREFIX}/etc/rc.d/apache.sh; \ - ${CHMOD} 751 ${PREFIX}/etc/rc.d/apache.sh; \ - fi - -.include <bsd.port.mk> diff --git a/www/apache22/distinfo b/www/apache22/distinfo deleted file mode 100644 index 26359e664602..000000000000 --- a/www/apache22/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (apache_1.3.12.tar.gz) = de3ccff384b0d4ab94c3251cb85d49d2 diff --git a/www/apache22/files/FreeBSD.layout b/www/apache22/files/FreeBSD.layout deleted file mode 100644 index 5524e186e9c0..000000000000 --- a/www/apache22/files/FreeBSD.layout +++ /dev/null @@ -1,19 +0,0 @@ -# FreeBSD layout... -<Layout FreeBSD> - prefix: /usr/local - exec_prefix: $prefix - bindir: $exec_prefix/bin - sbindir: $exec_prefix/sbin - libexecdir: $exec_prefix/libexec/apache - mandir: $prefix/man - sysconfdir: $prefix/etc/apache - datadir: $prefix/www - iconsdir: $datadir/icons - htdocsdir: $datadir/data - cgidir: $datadir/cgi-bin - includedir: $prefix/include/apache - localstatedir: /var - runtimedir: $localstatedir/run - logfiledir: $localstatedir/log - proxycachedir: $datadir/proxy -</Layout> diff --git a/www/apache22/files/patch-aa b/www/apache22/files/patch-aa deleted file mode 100644 index 15cd58c27ef2..000000000000 --- a/www/apache22/files/patch-aa +++ /dev/null @@ -1,24 +0,0 @@ ---- configure.orig Tue Jan 18 01:53:17 2000 -+++ configure Mon Jan 24 19:37:21 2000 -@@ -1232,8 +1232,8 @@ - echo " DEFAULT_PIDLOG: ${runtimedir_relative}${thetarget}.pid" - echo " DEFAULT_SCOREBOARD: ${runtimedir_relative}${thetarget}.scoreboard" - echo " DEFAULT_LOCKFILE: ${runtimedir_relative}${thetarget}.lock" -- echo " DEFAULT_XFERLOG: ${logfiledir_relative}access_log" -- echo " DEFAULT_ERRORLOG: ${logfiledir_relative}error_log" -+ echo " DEFAULT_XFERLOG: ${logfiledir_relative}httpd-access.log" -+ echo " DEFAULT_ERRORLOG: ${logfiledir_relative}httpd-error.log" - echo " TYPES_CONFIG_FILE: ${sysconfdir_relative}mime.types" - echo " SERVER_CONFIG_FILE: ${sysconfdir_relative}${thetarget}.conf" - echo " ACCESS_CONFIG_FILE: ${sysconfdir_relative}access.conf" -@@ -1330,8 +1330,8 @@ - echo "echo '-DDEFAULT_PIDLOG=\"${runtimedir_relative}${thetarget}.pid\"'" >>$src/apaci - echo "echo '-DDEFAULT_SCOREBOARD=\"${runtimedir_relative}${thetarget}.scoreboard\"'" >>$src/apaci - echo "echo '-DDEFAULT_LOCKFILE=\"${runtimedir_relative}${thetarget}.lock\"'" >>$src/apaci --echo "echo '-DDEFAULT_XFERLOG=\"${logfiledir_relative}access_log\"'" >>$src/apaci --echo "echo '-DDEFAULT_ERRORLOG=\"${logfiledir_relative}error_log\"'" >>$src/apaci -+echo "echo '-DDEFAULT_XFERLOG=\"${logfiledir_relative}httpd-access.log\"'" >>$src/apaci -+echo "echo '-DDEFAULT_ERRORLOG=\"${logfiledir_relative}httpd-error.log\"'" >>$src/apaci - echo "echo '-DTYPES_CONFIG_FILE=\"${sysconfdir_relative}mime.types\"'" >>$src/apaci - echo "echo '-DSERVER_CONFIG_FILE=\"${sysconfdir_relative}${thetarget}.conf\"'" >>$src/apaci - echo "echo '-DACCESS_CONFIG_FILE=\"${sysconfdir_relative}access.conf\"'" >>$src/apaci diff --git a/www/apache22/files/patch-ab b/www/apache22/files/patch-ab deleted file mode 100644 index e4448f1e47ca..000000000000 --- a/www/apache22/files/patch-ab +++ /dev/null @@ -1,84 +0,0 @@ ---- Makefile.tmpl.orig Tue Jan 11 22:47:41 2000 -+++ Makefile.tmpl Mon Jan 24 19:50:42 2000 -@@ -123,6 +123,7 @@ - runtimedir = @runtimedir@ - logfiledir = @logfiledir@ - proxycachedir = @proxycachedir@ -+doc_prefix = $(prefix)/share/doc/apache - - libexecdir_relative = @libexecdir_relative@ - -@@ -266,9 +267,9 @@ - $(MKDIR) $(root)$(mandir)/man1 - $(MKDIR) $(root)$(mandir)/man8 - $(MKDIR) $(root)$(sysconfdir) -- $(MKDIR) $(root)$(htdocsdir) -+ $(MKDIR) $(root)$(doc_prefix) - $(MKDIR) $(root)$(iconsdir) -- $(MKDIR) $(root)$(cgidir) -+ $(MKDIR) $(root)$(cgidir).default - $(MKDIR) $(root)$(includedir) - $(MKDIR) $(root)$(includedir)/xml - $(MKDIR) $(root)$(runtimedir) -@@ -452,25 +453,33 @@ - # icons and distributed CGI scripts. - install-data: - @echo "===> [data: Installing initial data files]" -- -@if [ -f $(root)$(htdocsdir)/index.html ] || [ -f $(root)$(htdocsdir)/index.html.en ]; then \ -- echo "[PRESERVING EXISTING DATA SUBDIR: $(root)$(htdocsdir)/]"; \ -- else \ -- echo "Copying tree $(TOP)/htdocs/ -> $(root)$(htdocsdir)/"; \ -+# -@if [ -f $(root)$(htdocsdir)/index.html ] || [ -f $(root)$(htdocsdir)/index.html.en ]; then \ -+# echo "[PRESERVING EXISTING DATA SUBDIR: $(root)$(htdocsdir)/]"; \ -+# else \ -+ echo "Copying tree $(TOP)/htdocs/ -> $(root)$(doc_prefix)/"; \ - (cd $(TOP)/htdocs/ && $(TAR) $(TAROPT) - *) |\ -- (cd $(root)$(htdocsdir)/ && $(TAR) -xf -); \ -- find $(root)$(htdocsdir)/ -type d -exec chmod a+rx {} \; ; \ -- find $(root)$(htdocsdir)/ -type f -exec chmod a+r {} \; ; \ -- fi -- -@if [ -f $(root)$(cgidir)/printenv ]; then \ -- echo "[PRESERVING EXISTING DATA SUBDIR: $(root)$(cgidir)/]"; \ -- else \ -+ (cd $(root)$(doc_prefix)/ && $(TAR) -xf -); \ -+ find $(root)$(doc_prefix)/ -type d -exec chmod a+rx {} \; ; \ -+ find $(root)$(doc_prefix)/ -type f -exec chmod a+r {} \; ; \ -+# fi -+ if [ ! -d $(root)$(htdocsdir) ]; then \ -+ $(LN) -sf $(root)$(doc_prefix) $(root)$(htdocsdir); \ -+ fi -+ $(RM) $(root)$(htdocsdir).default -+ $(LN) -s $(root)$(doc_prefix) $(root)$(htdocsdir).default -+# -@if [ -f $(root)$(cgidir)/printenv ]; then \ -+# echo "[PRESERVING EXISTING DATA SUBDIR: $(root)$(cgidir)/]"; \ -+# else \ - for script in printenv test-cgi; do \ - cat $(TOP)/cgi-bin/$${script} |\ - sed -e 's;^#!/.*perl;#!$(PERL);' \ - > $(TOP)/$(SRC)/.apaci.install.tmp; \ -- echo "$(INSTALL_DATA) $(TOP)/conf/$${script}[*] $(root)$(cgidir)/$${script}"; \ -- $(INSTALL_DATA) $(TOP)/$(SRC)/.apaci.install.tmp $(root)$(cgidir)/$${script}; \ -+ echo "$(INSTALL_DATA) $(TOP)/conf/$${script}[*] $(root)$(cgidir).default/$${script}"; \ -+ $(INSTALL_DATA) $(TOP)/$(SRC)/.apaci.install.tmp $(root)$(cgidir).default/$${script}; \ - done; \ -+# fi -+ if [ ! -d $(root)$(cgidir) ]; then \ -+ $(LN) -sf $(root)$(cgidir).default $(root)$(cgidir); \ - fi - @echo "Copying tree $(TOP)/icons/ -> $(root)$(iconsdir)/"; \ - (cd $(TOP)/icons/ && $(TAR) $(TAROPT) - *) |\ -@@ -509,10 +518,10 @@ - -e 's;logs/accept\.lock;$(runtimedir)/$(TARGET).lock;' \ - -e 's;logs/apache_runtime_status;$(runtimedir)/$(TARGET).scoreboard;' \ - -e 's;logs/httpd\.pid;$(runtimedir)/$(TARGET).pid;' \ -- -e "s;logs/access_log;$(logfiledir)/$${target_prefix}access_log;" \ -- -e "s;logs/error_log;$(logfiledir)/$${target_prefix}error_log;" \ -- -e "s;logs/referer_log;$(logfiledir)/$${target_prefix}referer_log;" \ -- -e "s;logs/agent_log;$(logfiledir)/$${target_prefix}agent_log;" \ -+ -e "s;logs/access_log;$(logfiledir)/$${target_prefix}httpd-access.log;" \ -+ -e "s;logs/error_log;$(logfiledir)/$${target_prefix}httpd-error.log;" \ -+ -e "s;logs/referer_log;$(logfiledir)/$${target_prefix}httpd-referer.log;" \ -+ -e "s;logs/agent_log;$(logfiledir)/$${target_prefix}httpd-agent.log;" \ - -e 's;conf/magic;$(sysconfdir)/magic;' \ - -e 's;conf/mime\.types;$(sysconfdir)/mime.types;' \ - -e 's;User nobody;User $(conf_user);' \ diff --git a/www/apache22/files/patch-ag b/www/apache22/files/patch-ag deleted file mode 100644 index 80373fbcca63..000000000000 --- a/www/apache22/files/patch-ag +++ /dev/null @@ -1,66 +0,0 @@ ---- conf/httpd.conf-dist.orig Mon Feb 21 08:30:46 2000 -+++ conf/httpd.conf-dist Mon May 29 16:48:49 2000 -@@ -354,7 +354,22 @@ - # directory index. Separate multiple entries with spaces. - # - <IfModule mod_dir.c> -- DirectoryIndex index.html -+ <IfModule mod_php3.c> -+ <IfModule mod_php4.c> -+ DirectoryIndex index.php index.php3 index.html -+ </IfModule> -+ <IfModule !mod_php4.c> -+ DirectoryIndex index.php3 index.html -+ </IfModule> -+ </IfModule> -+ <IfModule !mod_php3.c> -+ <IfModule mod_php4.c> -+ DirectoryIndex index.php index.html -+ </IfModule> -+ <IfModule !mod_php4.c> -+ DirectoryIndex index.html -+ </IfModule> -+ </IfModule> - </IfModule> - - # -@@ -473,7 +488,7 @@ - # define per-<VirtualHost> access logfiles, transactions will be - # logged therein and *not* in this file. - # --CustomLog logs/access_log common -+#CustomLog logs/access_log common - - # - # If you would like to have agent and referer logfiles, uncomment the -@@ -486,7 +501,7 @@ - # If you prefer a single logfile with access, agent, and referer information - # (Combined Logfile Format) you can use the following directive. - # --#CustomLog logs/access_log combined -+CustomLog logs/access_log combined - - # - # Optionally add a line containing the server version and virtual host -@@ -708,13 +723,17 @@ - # For example, the PHP 3.x module (not part of the Apache distribution - see - # http://www.php.net) will typically use: - # -- #AddType application/x-httpd-php3 .php3 -- #AddType application/x-httpd-php3-source .phps -+ <IfModule mod_php3.c> -+ AddType application/x-httpd-php3 .php3 -+ AddType application/x-httpd-php3-source .php3s -+ </IfModule> - # - # And for PHP 4.x, use: - # -- #AddType application/x-httpd-php .php -- #AddType application/x-httpd-php-source .phps -+ <IfModule mod_php4.c> -+ AddType application/x-httpd-php .php -+ AddType application/x-httpd-php-source .phps -+ </IfModule> - - AddType application/x-tar .tgz - diff --git a/www/apache22/files/patch-ak b/www/apache22/files/patch-ak deleted file mode 100644 index 486f7ad159cf..000000000000 --- a/www/apache22/files/patch-ak +++ /dev/null @@ -1,19 +0,0 @@ ---- src/support/apachectl.orig Wed Apr 7 00:36:33 1999 -+++ src/support/apachectl Fri Sep 3 15:41:01 1999 -@@ -39,6 +39,8 @@ - # -------------------- -------------------- - # |||||||||||||||||||| END CONFIGURATION SECTION |||||||||||||||||||| - -+eval `limits -e -C daemon` >/dev/null 2>&1 -+ - ERROR=0 - ARGV="$@" - if [ "x$ARGV" = "x" ] ; then -@@ -82,6 +84,7 @@ - fi - if kill $PID ; then - echo "$0 $ARG: httpd stopped" -+ rm $PIDFILE - else - echo "$0 $ARG: httpd could not be stopped" - ERROR=4 diff --git a/www/apache22/files/patch-al b/www/apache22/files/patch-al deleted file mode 100644 index b355a697b4ab..000000000000 --- a/www/apache22/files/patch-al +++ /dev/null @@ -1,24 +0,0 @@ ---- src/support/log_server_status.orig Fri Jun 4 19:54:19 1999 -+++ src/support/log_server_status Fri Sep 3 15:53:16 1999 -@@ -67,10 +67,10 @@ - # - require 'sys/socket.ph'; - --$wherelog = "/var/log/graph/"; # Logs will be like "/var/log/graph/19960312" -+$wherelog = "/var/log/httpd-status-"; - $server = "localhost"; # Name of server, could be "www.foo.com" - $port = "80"; # Port on server --$request = "/status/?auto"; # Request to send -+$request = "/server-status/?auto"; # Request to send - - sub tcp_connect - { -@@ -100,7 +100,7 @@ - chomp($date); - ($day,$time)=split(/:/,$date); - $res=&tcp_connect($server,$port); -- open(OUT,">>$wherelog$day"); -+ open(OUT,">>$wherelog$day.log"); - if ($res) { - print OUT "$time:-1:-1:-1:-1:$res\n"; - exit 1; diff --git a/www/apache22/pkg-comment b/www/apache22/pkg-comment deleted file mode 100644 index 0b2be74481cf..000000000000 --- a/www/apache22/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The extremely popular Apache http server. Very fast, very clean diff --git a/www/apache22/pkg-descr b/www/apache22/pkg-descr deleted file mode 100644 index edb36c918c7c..000000000000 --- a/www/apache22/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Apache is an HTTP server designed as a plug-in replacement for the NCSA -server version 1.3 (or 1.4). It fixes numerous bugs in the NCSA server and -includes many frequently requested new features, and has an API which -allows it to be extended to meet users' needs more easily. - -WWW: http://www.apache.org/ diff --git a/www/apache22/pkg-plist b/www/apache22/pkg-plist deleted file mode 100644 index ad5603da16f9..000000000000 --- a/www/apache22/pkg-plist +++ /dev/null @@ -1,366 +0,0 @@ -bin/dbmmanage -bin/htdigest -bin/htpasswd -@unexec if cmp -s %D/etc/apache/access.conf %D/etc/apache/access.conf.default; then rm -f %D/etc/apache/access.conf; fi -etc/apache/access.conf.default -@exec [ ! -f %B/access.conf ] && cp %B/%f %B/access.conf -@unexec if cmp -s %D/etc/apache/httpd.conf %D/etc/apache/httpd.conf.default; then rm -f %D/etc/apache/httpd.conf; fi -etc/apache/httpd.conf.default -@exec [ ! -f %B/httpd.conf ] && cp %B/%f %B/httpd.conf -@unexec if cmp -s %D/etc/apache/magic %D/etc/apache/magic.default; then rm -f %D/etc/apache/magic; fi -etc/apache/magic.default -@exec [ ! -f %B/magic ] && cp %B/%f %B/magic -@unexec if cmp -s %D/etc/apache/mime.types %D/etc/apache/mime.types.default; then rm -f %D/etc/apache/mime.types; fi -etc/apache/mime.types.default -@exec [ ! -f %B/mime.types ] && cp %B/%f %B/mime.types -@unexec if cmp -s %D/etc/apache/srm.conf %D/etc/apache/srm.conf.default; then rm -f %D/etc/apache/srm.conf; fi -etc/apache/srm.conf.default -@exec [ ! -f %B/srm.conf ] && cp %B/%f %B/srm.conf -etc/rc.d/apache.sh -include/apache/alloc.h -include/apache/ap.h -include/apache/ap_compat.h -include/apache/ap_config.h -include/apache/ap_config_auto.h -include/apache/ap_ctype.h -include/apache/ap_md5.h -include/apache/ap_mmn.h -include/apache/ap_sha1.h -include/apache/buff.h -include/apache/compat.h -include/apache/conf.h -include/apache/explain.h -include/apache/fnmatch.h -include/apache/hsregex.h -include/apache/http_conf_globals.h -include/apache/http_config.h -include/apache/http_core.h -include/apache/http_log.h -include/apache/http_main.h -include/apache/http_protocol.h -include/apache/http_request.h -include/apache/http_vhost.h -include/apache/httpd.h -include/apache/multithread.h -include/apache/os-inline.c -include/apache/os.h -include/apache/rfc1413.h -include/apache/scoreboard.h -include/apache/util_date.h -include/apache/util_md5.h -include/apache/util_script.h -include/apache/util_uri.h -include/apache/xml/asciitab.h -include/apache/xml/hashtable.h -include/apache/xml/iasciitab.h -include/apache/xml/latin1tab.h -include/apache/xml/nametab.h -include/apache/xml/utf8tab.h -include/apache/xml/xmldef.h -include/apache/xml/xmlparse.h -include/apache/xml/xmlrole.h -include/apache/xml/xmltok.h -include/apache/xml/xmltok_impl.h -libexec/apache/httpd.exp -libexec/apache/libproxy.so -libexec/apache/mod_auth_anon.so -libexec/apache/mod_auth_db.so -libexec/apache/mod_cern_meta.so -libexec/apache/mod_digest.so -libexec/apache/mod_expires.so -libexec/apache/mod_headers.so -libexec/apache/mod_info.so -libexec/apache/mod_mime_magic.so -libexec/apache/mod_rewrite.so -libexec/apache/mod_speling.so -libexec/apache/mod_unique_id.so -libexec/apache/mod_usertrack.so -libexec/apache/mod_vhost_alias.so -sbin/ab -sbin/apachectl -sbin/apxs -sbin/httpd -sbin/logresolve -sbin/rotatelogs -share/doc/apache/apache_pb.gif -@exec mkdir -p %D/www -@exec ln -fs %B %D/www/data.default -@unexec rm -f %D/www/data.default -@exec [ ! -d %D/www/data ] && ln -fs %B %D/www/data -@exec [ ! -d %D/www/cgi-bin ] && ln -fs %D/www/cgi-bin.default %D/www/cgi-bin -share/doc/apache/index.html.ca -share/doc/apache/index.html.cz -share/doc/apache/index.html.de -share/doc/apache/index.html.dk -share/doc/apache/index.html.ee -share/doc/apache/index.html.en -share/doc/apache/index.html.es -share/doc/apache/index.html.fr -share/doc/apache/index.html.it -share/doc/apache/index.html.ja.jis -share/doc/apache/index.html.lu -share/doc/apache/index.html.nl -share/doc/apache/index.html.po.iso-pl -share/doc/apache/index.html.pt -share/doc/apache/index.html.pt-br -share/doc/apache/index.html.se -share/doc/apache/manual/LICENSE -share/doc/apache/manual/bind.html -share/doc/apache/manual/cgi_path.html -share/doc/apache/manual/content-negotiation.html -share/doc/apache/manual/custom-error.html -share/doc/apache/manual/dns-caveats.html -share/doc/apache/manual/dso.html -share/doc/apache/manual/ebcdic.html -share/doc/apache/manual/env.html -share/doc/apache/manual/footer.html -share/doc/apache/manual/handler.html -share/doc/apache/manual/header.html -share/doc/apache/manual/images/custom_errordocs.gif -share/doc/apache/manual/images/home.gif -share/doc/apache/manual/images/index.gif -share/doc/apache/manual/images/mod_rewrite_fig1.fig -share/doc/apache/manual/images/mod_rewrite_fig1.gif -share/doc/apache/manual/images/mod_rewrite_fig2.fig -share/doc/apache/manual/images/mod_rewrite_fig2.gif -share/doc/apache/manual/images/sub.gif -share/doc/apache/manual/index.html -share/doc/apache/manual/install-tpf.html -share/doc/apache/manual/install.html -share/doc/apache/manual/invoking.html -share/doc/apache/manual/keepalive.html -share/doc/apache/manual/location.html -share/doc/apache/manual/man-template.html -share/doc/apache/manual/misc/API.html -share/doc/apache/manual/misc/FAQ.html -share/doc/apache/manual/misc/HTTP_Features.tsv -share/doc/apache/manual/misc/client_block_api.html -share/doc/apache/manual/misc/compat_notes.html -share/doc/apache/manual/misc/custom_errordocs.html -share/doc/apache/manual/misc/descriptors.html -share/doc/apache/manual/misc/fin_wait_2.html -share/doc/apache/manual/misc/footer.html -share/doc/apache/manual/misc/header.html -share/doc/apache/manual/misc/howto.html -share/doc/apache/manual/misc/index.html -share/doc/apache/manual/misc/known_client_problems.html -share/doc/apache/manual/misc/nopgp.html -share/doc/apache/manual/misc/perf-bsd44.html -share/doc/apache/manual/misc/perf-dec.html -share/doc/apache/manual/misc/perf-hp.html -share/doc/apache/manual/misc/perf-tuning.html -share/doc/apache/manual/misc/perf.html -share/doc/apache/manual/misc/rewriteguide.html -share/doc/apache/manual/misc/security_tips.html -share/doc/apache/manual/misc/vif-info.html -share/doc/apache/manual/misc/windoz_keepalive.html -share/doc/apache/manual/mod/core.html -share/doc/apache/manual/mod/directive-dict.html -share/doc/apache/manual/mod/directives.html -share/doc/apache/manual/mod/footer.html -share/doc/apache/manual/mod/header.html -share/doc/apache/manual/mod/index.html -share/doc/apache/manual/mod/mod_access.html -share/doc/apache/manual/mod/mod_actions.html -share/doc/apache/manual/mod/mod_alias.html -share/doc/apache/manual/mod/mod_asis.html -share/doc/apache/manual/mod/mod_auth.html -share/doc/apache/manual/mod/mod_auth_anon.html -share/doc/apache/manual/mod/mod_auth_db.html -share/doc/apache/manual/mod/mod_auth_dbm.html -share/doc/apache/manual/mod/mod_auth_digest.html -share/doc/apache/manual/mod/mod_autoindex.html -share/doc/apache/manual/mod/mod_browser.html -share/doc/apache/manual/mod/mod_cern_meta.html -share/doc/apache/manual/mod/mod_cgi.html -share/doc/apache/manual/mod/mod_cookies.html -share/doc/apache/manual/mod/mod_digest.html -share/doc/apache/manual/mod/mod_dir.html -share/doc/apache/manual/mod/mod_dld.html -share/doc/apache/manual/mod/mod_dll.html -share/doc/apache/manual/mod/mod_env.html -share/doc/apache/manual/mod/mod_example.html -share/doc/apache/manual/mod/mod_expires.html -share/doc/apache/manual/mod/mod_headers.html -share/doc/apache/manual/mod/mod_imap.html -share/doc/apache/manual/mod/mod_include.html -share/doc/apache/manual/mod/mod_info.html -share/doc/apache/manual/mod/mod_isapi.html -share/doc/apache/manual/mod/mod_log_agent.html -share/doc/apache/manual/mod/mod_log_common.html -share/doc/apache/manual/mod/mod_log_config.html -share/doc/apache/manual/mod/mod_log_referer.html -share/doc/apache/manual/mod/mod_mime.html -share/doc/apache/manual/mod/mod_mime_magic.html -share/doc/apache/manual/mod/mod_mmap_static.html -share/doc/apache/manual/mod/mod_negotiation.html -share/doc/apache/manual/mod/mod_proxy.html -share/doc/apache/manual/mod/mod_rewrite.html -share/doc/apache/manual/mod/mod_setenvif.html -share/doc/apache/manual/mod/mod_so.html -share/doc/apache/manual/mod/mod_speling.html -share/doc/apache/manual/mod/mod_status.html -share/doc/apache/manual/mod/mod_unique_id.html -share/doc/apache/manual/mod/mod_userdir.html -share/doc/apache/manual/mod/mod_usertrack.html -share/doc/apache/manual/mod/mod_vhost_alias.html -share/doc/apache/manual/multilogs.html -share/doc/apache/manual/netware.html -share/doc/apache/manual/new_features_1_0.html -share/doc/apache/manual/new_features_1_1.html -share/doc/apache/manual/new_features_1_2.html -share/doc/apache/manual/new_features_1_3.html -share/doc/apache/manual/process-model.html -share/doc/apache/manual/readme-tpf.html -share/doc/apache/manual/search/manual-index.cgi -share/doc/apache/manual/sections.html -share/doc/apache/manual/sourcereorg.html -share/doc/apache/manual/stopping.html -share/doc/apache/manual/suexec.html -share/doc/apache/manual/suexec_1_2.html -share/doc/apache/manual/unixware.html -share/doc/apache/manual/upgrading_to_1_3.html -share/doc/apache/manual/vhosts/details.html -share/doc/apache/manual/vhosts/details_1_2.html -share/doc/apache/manual/vhosts/examples.html -share/doc/apache/manual/vhosts/fd-limits.html -share/doc/apache/manual/vhosts/footer.html -share/doc/apache/manual/vhosts/header.html -share/doc/apache/manual/vhosts/host.html -share/doc/apache/manual/vhosts/index.html -share/doc/apache/manual/vhosts/ip-based.html -share/doc/apache/manual/vhosts/mass.html -share/doc/apache/manual/vhosts/name-based.html -share/doc/apache/manual/vhosts/vhosts-in-depth.html -share/doc/apache/manual/vhosts/virtual-host.html -share/doc/apache/manual/windows.html -www/cgi-bin.default/printenv -www/cgi-bin.default/test-cgi -www/icons/README -www/icons/a.gif -www/icons/alert.black.gif -www/icons/alert.red.gif -www/icons/apache_pb.gif -www/icons/back.gif -www/icons/ball.gray.gif -www/icons/ball.red.gif -www/icons/binary.gif -www/icons/binhex.gif -www/icons/blank.gif -www/icons/bomb.gif -www/icons/box1.gif -www/icons/box2.gif -www/icons/broken.gif -www/icons/burst.gif -www/icons/c.gif -www/icons/comp.blue.gif -www/icons/comp.gray.gif -www/icons/compressed.gif -www/icons/continued.gif -www/icons/dir.gif -www/icons/down.gif -www/icons/dvi.gif -www/icons/f.gif -www/icons/folder.gif -www/icons/folder.open.gif -www/icons/folder.sec.gif -www/icons/forward.gif -www/icons/generic.gif -www/icons/generic.red.gif -www/icons/generic.sec.gif -www/icons/hand.right.gif -www/icons/hand.up.gif -www/icons/icon.sheet.gif -www/icons/image1.gif -www/icons/image2.gif -www/icons/image3.gif -www/icons/index.gif -www/icons/layout.gif -www/icons/left.gif -www/icons/link.gif -www/icons/movie.gif -www/icons/p.gif -www/icons/patch.gif -www/icons/pdf.gif -www/icons/pie0.gif -www/icons/pie1.gif -www/icons/pie2.gif -www/icons/pie3.gif -www/icons/pie4.gif -www/icons/pie5.gif -www/icons/pie6.gif -www/icons/pie7.gif -www/icons/pie8.gif -www/icons/portal.gif -www/icons/ps.gif -www/icons/quill.gif -www/icons/right.gif -www/icons/screw1.gif -www/icons/screw2.gif -www/icons/script.gif -www/icons/small/README.txt -www/icons/small/back.gif -www/icons/small/binary.gif -www/icons/small/binhex.gif -www/icons/small/blank.gif -www/icons/small/broken.gif -www/icons/small/burst.gif -www/icons/small/comp1.gif -www/icons/small/comp2.gif -www/icons/small/compressed.gif -www/icons/small/continued.gif -www/icons/small/dir.gif -www/icons/small/dir2.gif -www/icons/small/doc.gif -www/icons/small/forward.gif -www/icons/small/generic.gif -www/icons/small/generic2.gif -www/icons/small/generic3.gif -www/icons/small/image.gif -www/icons/small/image2.gif -www/icons/small/index.gif -www/icons/small/key.gif -www/icons/small/movie.gif -www/icons/small/patch.gif -www/icons/small/ps.gif -www/icons/small/rainbow.gif -www/icons/small/sound.gif -www/icons/small/sound2.gif -www/icons/small/tar.gif -www/icons/small/text.gif -www/icons/small/transfer.gif -www/icons/small/unknown.gif -www/icons/small/uu.gif -www/icons/sound1.gif -www/icons/sound2.gif -www/icons/sphere1.gif -www/icons/sphere2.gif -www/icons/tar.gif -www/icons/tex.gif -www/icons/text.gif -www/icons/transfer.gif -www/icons/unknown.gif -www/icons/up.gif -www/icons/uu.gif -www/icons/uuencoded.gif -www/icons/world1.gif -www/icons/world2.gif -@exec mkdir -p %D/www/proxy -@unexec if [ -L %D/www/cgi-bin ]; then rm -f %D/www/cgi-bin; fi -@unexec if [ -L %D/www/data ]; then rm -f %D/www/data; fi -@dirrm etc/apache -@dirrm include/apache/xml -@dirrm include/apache -@dirrm libexec/apache -@dirrm share/doc/apache/manual/images -@dirrm share/doc/apache/manual/misc -@dirrm share/doc/apache/manual/mod -@dirrm share/doc/apache/manual/search -@dirrm share/doc/apache/manual/vhosts -@dirrm share/doc/apache/manual -@dirrm share/doc/apache -@dirrm www/cgi-bin.default -@dirrm www/icons/small -@dirrm www/icons -@dirrm www/proxy -@dirrm www diff --git a/www/cocoon/Makefile b/www/cocoon/Makefile deleted file mode 100644 index 085f05503b34..000000000000 --- a/www/cocoon/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: Coccon -# Date created: 27 June 1999 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= cocoon -PORTVERSION= 1.5 -CATEGORIES= textproc www java -MASTER_SITES= http://java.apache.org/cocoon/dist/ -DISTNAME= Cocoon_${PORTVERSION} -EXTRACT_SUFX= .jar - -MAINTAINER= kuriyama@FreeBSD.org - -RUN_DEPENDS= ${LOCALBASE}/libexec/apache/mod_jserv.so:${PORTSDIR}/www/apache-jserv -# ${LOCALBASE}/share/java/classes/lotusxsl.jar:${PORTSDIR}/textproc/lotusxsl -# ${LOCALBASE}/share/java/classes/xml4j.jar:${PORTSDIR}/textproc/xml4j - -EXTRACT_CMD= ${PREFIX}/${JAVASUBDIR}/bin/jar -EXTRACT_BEFORE_ARGS= xf -EXTRACT_AFTER_ARGS= -NO_WRKSUBDIR= YES -NO_BUILD= YES - -JAVASUBDIR= jdk1.1.8 - -do-install: - @${MKDIR} ${PREFIX}/share/java/classes ${PREFIX}/share/java/cocoon - @(cd ${WRKSRC}/bin; \ - ${INSTALL_DATA} Cocoon.jar fop.0110.jar openxml.106-fix.jar xslp.19991017-fix.jar \ - ${PREFIX}/share/java/classes) - @(cd ${WRKSRC}; \ - ${CP} -R [LRd-i]* ${PREFIX}/share/java/cocoon) - @${INSTALL_DATA} ${WRKSRC}/bin/cocoon.properties \ - ${PREFIX}/etc/apache/cocoon.properties.default - -post-install: - @${CAT} ${PKGDIR}/MESSAGE - -.include <bsd.port.mk> diff --git a/www/cocoon/distinfo b/www/cocoon/distinfo deleted file mode 100644 index a101ea930d76..000000000000 --- a/www/cocoon/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Cocoon_1.5.jar) = 35c4ff75212aa14551dde06ece7b269c diff --git a/www/cocoon/pkg-comment b/www/cocoon/pkg-comment deleted file mode 100644 index 2f88fbe3086c..000000000000 --- a/www/cocoon/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -100% pure Java publishing framework servlet diff --git a/www/cocoon/pkg-descr b/www/cocoon/pkg-descr deleted file mode 100644 index e9c78d2eaf59..000000000000 --- a/www/cocoon/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Cocoon is a servlet that allows you to separate web development in three -different layers: content, style and logic. - -Cocoon does not aim to simplify the creation of web content: in fact, it -is harder to create XML/XSL content than it is to use HTML from the -beginning. The advantages come on the long run, on site management, update -and refining. - -WWW: http://java.apache.org/cocoon/ diff --git a/www/cocoon/pkg-message b/www/cocoon/pkg-message deleted file mode 100644 index e5c697700d6c..000000000000 --- a/www/cocoon/pkg-message +++ /dev/null @@ -1,5 +0,0 @@ -To activate Cocoon: - -o Copy ${PREFIX}/etc/apache/cocoon.properties.default to cocoon.properties. -o Uncomment lines near "Uncomment if you use Cocoon." in jserv.conf, - jserv.properties and zone.properties. diff --git a/www/cocoon/pkg-plist b/www/cocoon/pkg-plist deleted file mode 100644 index 0aff22c0d28a..000000000000 --- a/www/cocoon/pkg-plist +++ /dev/null @@ -1,389 +0,0 @@ -etc/apache/cocoon.properties.default -share/java/classes/Cocoon.jar -share/java/classes/fop.0110.jar -share/java/classes/openxml.106-fix.jar -share/java/classes/xslp.19991017-fix.jar -share/java/cocoon/LICENSE -share/java/cocoon/README -share/java/cocoon/index.html -share/java/cocoon/docs/changes.html -share/java/cocoon/docs/api.html -share/java/cocoon/docs/api/index.html -share/java/cocoon/docs/api/stylesheet.css -share/java/cocoon/docs/api/org/apache/cocoon/class-use/Engine.html -share/java/cocoon/docs/api/org/apache/cocoon/class-use/EngineWrapper.html -share/java/cocoon/docs/api/org/apache/cocoon/class-use/EngineWrapper.HttpServletRequestImpl.html -share/java/cocoon/docs/api/org/apache/cocoon/class-use/EngineWrapper.HttpServletResponseImpl.html -share/java/cocoon/docs/api/org/apache/cocoon/class-use/Utils.html -share/java/cocoon/docs/api/org/apache/cocoon/class-use/Defaults.html -share/java/cocoon/docs/api/org/apache/cocoon/class-use/Browsers.html -share/java/cocoon/docs/api/org/apache/cocoon/class-use/Browsers.Browser.html -share/java/cocoon/docs/api/org/apache/cocoon/class-use/Cocoon.html -share/java/cocoon/docs/api/org/apache/cocoon/class-use/Frontend.html -share/java/cocoon/docs/api/org/apache/cocoon/dcp/class-use/DefaultDCPProcessor.html -share/java/cocoon/docs/api/org/apache/cocoon/dcp/class-use/ServletDCPProcessor.html -share/java/cocoon/docs/api/org/apache/cocoon/dcp/package-use.html -share/java/cocoon/docs/api/org/apache/cocoon/dcp/package-summary.html -share/java/cocoon/docs/api/org/apache/cocoon/dcp/package-tree.html -share/java/cocoon/docs/api/org/apache/cocoon/dcp/package-frame.html -share/java/cocoon/docs/api/org/apache/cocoon/dcp/DefaultDCPProcessor.html -share/java/cocoon/docs/api/org/apache/cocoon/dcp/ServletDCPProcessor.html -share/java/cocoon/docs/api/org/apache/cocoon/cache/class-use/NoCache.html -share/java/cocoon/docs/api/org/apache/cocoon/cache/class-use/CocoonCache.html -share/java/cocoon/docs/api/org/apache/cocoon/cache/class-use/Cache.html -share/java/cocoon/docs/api/org/apache/cocoon/cache/package-use.html -share/java/cocoon/docs/api/org/apache/cocoon/cache/package-summary.html -share/java/cocoon/docs/api/org/apache/cocoon/cache/package-tree.html -share/java/cocoon/docs/api/org/apache/cocoon/cache/package-frame.html -share/java/cocoon/docs/api/org/apache/cocoon/cache/Cache.html -share/java/cocoon/docs/api/org/apache/cocoon/cache/CocoonCache.html -share/java/cocoon/docs/api/org/apache/cocoon/cache/NoCache.html -share/java/cocoon/docs/api/org/apache/cocoon/store/class-use/Store.html -share/java/cocoon/docs/api/org/apache/cocoon/store/class-use/MemoryStore.html -share/java/cocoon/docs/api/org/apache/cocoon/store/class-use/MemoryStore.Container.html -share/java/cocoon/docs/api/org/apache/cocoon/store/package-use.html -share/java/cocoon/docs/api/org/apache/cocoon/store/package-summary.html -share/java/cocoon/docs/api/org/apache/cocoon/store/package-tree.html -share/java/cocoon/docs/api/org/apache/cocoon/store/package-frame.html -share/java/cocoon/docs/api/org/apache/cocoon/store/Store.html -share/java/cocoon/docs/api/org/apache/cocoon/store/MemoryStore.html -share/java/cocoon/docs/api/org/apache/cocoon/store/MemoryStore.Container.html -share/java/cocoon/docs/api/org/apache/cocoon/parser/class-use/OracleXMLParser.html -share/java/cocoon/docs/api/org/apache/cocoon/parser/class-use/IBMXMLParser.html -share/java/cocoon/docs/api/org/apache/cocoon/parser/class-use/Parser.html -share/java/cocoon/docs/api/org/apache/cocoon/parser/class-use/OpenXMLParser.html -share/java/cocoon/docs/api/org/apache/cocoon/parser/class-use/SunXMLParser.html -share/java/cocoon/docs/api/org/apache/cocoon/parser/package-use.html -share/java/cocoon/docs/api/org/apache/cocoon/parser/package-summary.html -share/java/cocoon/docs/api/org/apache/cocoon/parser/package-tree.html -share/java/cocoon/docs/api/org/apache/cocoon/parser/package-frame.html -share/java/cocoon/docs/api/org/apache/cocoon/parser/Parser.html -share/java/cocoon/docs/api/org/apache/cocoon/parser/IBMXMLParser.html -share/java/cocoon/docs/api/org/apache/cocoon/parser/OpenXMLParser.html -share/java/cocoon/docs/api/org/apache/cocoon/parser/OracleXMLParser.html -share/java/cocoon/docs/api/org/apache/cocoon/parser/SunXMLParser.html -share/java/cocoon/docs/api/org/apache/cocoon/example/class-use/DCPExample.html -share/java/cocoon/docs/api/org/apache/cocoon/example/class-use/DummyProducer.html -share/java/cocoon/docs/api/org/apache/cocoon/example/package-use.html -share/java/cocoon/docs/api/org/apache/cocoon/example/package-summary.html -share/java/cocoon/docs/api/org/apache/cocoon/example/package-tree.html -share/java/cocoon/docs/api/org/apache/cocoon/example/package-frame.html -share/java/cocoon/docs/api/org/apache/cocoon/example/DCPExample.html -share/java/cocoon/docs/api/org/apache/cocoon/example/DummyProducer.html -share/java/cocoon/docs/api/org/apache/cocoon/producer/class-use/AbstractProducer.html -share/java/cocoon/docs/api/org/apache/cocoon/producer/class-use/Producer.html -share/java/cocoon/docs/api/org/apache/cocoon/producer/class-use/FileProducer.html -share/java/cocoon/docs/api/org/apache/cocoon/producer/class-use/ProducerFactory.html -share/java/cocoon/docs/api/org/apache/cocoon/producer/package-use.html -share/java/cocoon/docs/api/org/apache/cocoon/producer/package-summary.html -share/java/cocoon/docs/api/org/apache/cocoon/producer/package-tree.html -share/java/cocoon/docs/api/org/apache/cocoon/producer/package-frame.html -share/java/cocoon/docs/api/org/apache/cocoon/producer/Producer.html -share/java/cocoon/docs/api/org/apache/cocoon/producer/AbstractProducer.html -share/java/cocoon/docs/api/org/apache/cocoon/producer/FileProducer.html -share/java/cocoon/docs/api/org/apache/cocoon/producer/ProducerFactory.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/class-use/Formatter.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/class-use/OpenXMLFormatter.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/class-use/XSLPFormatter.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/class-use/FormatterFactory.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/pdf/class-use/FOPFormatter.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/pdf/package-use.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/pdf/package-summary.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/pdf/package-tree.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/pdf/package-frame.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/pdf/FOPFormatter.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/xml/class-use/OpenXMLXMLFormatter.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/xml/class-use/XSLPXMLFormatter.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/xml/package-use.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/xml/package-summary.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/xml/package-tree.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/xml/package-frame.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/xml/OpenXMLXMLFormatter.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/xml/XSLPXMLFormatter.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/wml/class-use/OpenXMLWMLFormatter.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/wml/class-use/XSLPWMLFormatter.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/wml/package-use.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/wml/package-summary.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/wml/package-tree.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/wml/package-frame.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/wml/OpenXMLWMLFormatter.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/wml/XSLPWMLFormatter.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/html/class-use/OpenXMLHTMLFormatter.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/html/class-use/XSLPHTMLFormatter.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/html/package-use.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/html/package-summary.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/html/package-tree.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/html/package-frame.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/html/OpenXMLHTMLFormatter.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/html/XSLPHTMLFormatter.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/xhtml/class-use/OpenXMLXHTMLFormatter.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/xhtml/class-use/XSLPXHTMLFormatter.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/xhtml/package-use.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/xhtml/package-summary.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/xhtml/package-tree.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/xhtml/package-frame.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/xhtml/OpenXMLXHTMLFormatter.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/xhtml/XSLPXHTMLFormatter.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/package-use.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/package-summary.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/package-tree.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/package-frame.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/Formatter.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/FormatterFactory.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/OpenXMLFormatter.html -share/java/cocoon/docs/api/org/apache/cocoon/formatter/XSLPFormatter.html -share/java/cocoon/docs/api/org/apache/cocoon/framework/class-use/AbstractActor.html -share/java/cocoon/docs/api/org/apache/cocoon/framework/class-use/Router.html -share/java/cocoon/docs/api/org/apache/cocoon/framework/class-use/Manager.html -share/java/cocoon/docs/api/org/apache/cocoon/framework/class-use/InitializationException.html -share/java/cocoon/docs/api/org/apache/cocoon/framework/class-use/Director.html -share/java/cocoon/docs/api/org/apache/cocoon/framework/class-use/Factory.html -share/java/cocoon/docs/api/org/apache/cocoon/framework/class-use/Monitor.html -share/java/cocoon/docs/api/org/apache/cocoon/framework/class-use/Monitor.Container.html -share/java/cocoon/docs/api/org/apache/cocoon/framework/class-use/Changeable.html -share/java/cocoon/docs/api/org/apache/cocoon/framework/class-use/Actor.html -share/java/cocoon/docs/api/org/apache/cocoon/framework/class-use/Status.html -share/java/cocoon/docs/api/org/apache/cocoon/framework/class-use/Configurations.html -share/java/cocoon/docs/api/org/apache/cocoon/framework/class-use/Page.html -share/java/cocoon/docs/api/org/apache/cocoon/framework/class-use/Configurable.html -share/java/cocoon/docs/api/org/apache/cocoon/framework/package-use.html -share/java/cocoon/docs/api/org/apache/cocoon/framework/package-summary.html -share/java/cocoon/docs/api/org/apache/cocoon/framework/package-tree.html -share/java/cocoon/docs/api/org/apache/cocoon/framework/package-frame.html -share/java/cocoon/docs/api/org/apache/cocoon/framework/Actor.html -share/java/cocoon/docs/api/org/apache/cocoon/framework/Changeable.html -share/java/cocoon/docs/api/org/apache/cocoon/framework/Configurable.html -share/java/cocoon/docs/api/org/apache/cocoon/framework/Director.html -share/java/cocoon/docs/api/org/apache/cocoon/framework/Factory.html -share/java/cocoon/docs/api/org/apache/cocoon/framework/Status.html -share/java/cocoon/docs/api/org/apache/cocoon/framework/AbstractActor.html -share/java/cocoon/docs/api/org/apache/cocoon/framework/Configurations.html -share/java/cocoon/docs/api/org/apache/cocoon/framework/Manager.html -share/java/cocoon/docs/api/org/apache/cocoon/framework/Monitor.html -share/java/cocoon/docs/api/org/apache/cocoon/framework/Monitor.Container.html -share/java/cocoon/docs/api/org/apache/cocoon/framework/Page.html -share/java/cocoon/docs/api/org/apache/cocoon/framework/Router.html -share/java/cocoon/docs/api/org/apache/cocoon/framework/InitializationException.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/class-use/ProcessorException.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/class-use/PINotFoundException.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/class-use/Processor.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/class-use/ProcessorFactory.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/dcp/class-use/DCPProcessor.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/dcp/class-use/DCPEngine.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/dcp/class-use/DCPException.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/dcp/package-use.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/dcp/package-summary.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/dcp/package-tree.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/dcp/package-frame.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/dcp/DCPEngine.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/dcp/DCPProcessor.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/dcp/DCPException.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/sql/class-use/Utils.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/sql/class-use/SQLProcessor.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/sql/class-use/SQLProcessor.Column.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/sql/class-use/ConnectionDefs.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/sql/class-use/SQLQueryCreator.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/sql/class-use/ConnectionCreator.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/sql/package-use.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/sql/package-summary.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/sql/package-tree.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/sql/package-frame.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/sql/ConnectionCreator.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/sql/ConnectionDefs.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/sql/SQLProcessor.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/sql/SQLProcessor.Column.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/sql/SQLQueryCreator.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/sql/Utils.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/xslt/class-use/AbstractXSLTProcessor.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/xslt/class-use/OracleXSLProcessor.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/xslt/class-use/LotusXSLProcessor.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/xslt/class-use/LotusXSLProcessor.XMLParser.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/xslt/class-use/XSLPProcessor.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/xslt/package-use.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/xslt/package-summary.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/xslt/package-tree.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/xslt/package-frame.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/xslt/AbstractXSLTProcessor.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/xslt/LotusXSLProcessor.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/xslt/LotusXSLProcessor.XMLParser.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/xslt/OracleXSLProcessor.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/xslt/XSLPProcessor.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/package-use.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/package-summary.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/package-tree.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/package-frame.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/Processor.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/ProcessorFactory.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/PINotFoundException.html -share/java/cocoon/docs/api/org/apache/cocoon/processor/ProcessorException.html -share/java/cocoon/docs/api/org/apache/cocoon/interpreter/class-use/Instance.html -share/java/cocoon/docs/api/org/apache/cocoon/interpreter/class-use/Module.html -share/java/cocoon/docs/api/org/apache/cocoon/interpreter/class-use/LanguageException.html -share/java/cocoon/docs/api/org/apache/cocoon/interpreter/class-use/AbstractInterpreter.html -share/java/cocoon/docs/api/org/apache/cocoon/interpreter/class-use/Interpreter.html -share/java/cocoon/docs/api/org/apache/cocoon/interpreter/class-use/InterpreterFactory.html -share/java/cocoon/docs/api/org/apache/cocoon/interpreter/java/class-use/JavaModule.html -share/java/cocoon/docs/api/org/apache/cocoon/interpreter/java/class-use/JavaInstance.html -share/java/cocoon/docs/api/org/apache/cocoon/interpreter/java/class-use/JavaInterpreter.html -share/java/cocoon/docs/api/org/apache/cocoon/interpreter/java/package-use.html -share/java/cocoon/docs/api/org/apache/cocoon/interpreter/java/package-summary.html -share/java/cocoon/docs/api/org/apache/cocoon/interpreter/java/package-tree.html -share/java/cocoon/docs/api/org/apache/cocoon/interpreter/java/package-frame.html -share/java/cocoon/docs/api/org/apache/cocoon/interpreter/java/JavaInstance.html -share/java/cocoon/docs/api/org/apache/cocoon/interpreter/java/JavaInterpreter.html -share/java/cocoon/docs/api/org/apache/cocoon/interpreter/java/JavaModule.html -share/java/cocoon/docs/api/org/apache/cocoon/interpreter/ecmascript/class-use/EcmaScriptInstance.html -share/java/cocoon/docs/api/org/apache/cocoon/interpreter/ecmascript/class-use/EcmaScriptModule.html -share/java/cocoon/docs/api/org/apache/cocoon/interpreter/ecmascript/class-use/EcmaScriptInterpreter.html -share/java/cocoon/docs/api/org/apache/cocoon/interpreter/ecmascript/class-use/EcmaScriptEvaluator.html -share/java/cocoon/docs/api/org/apache/cocoon/interpreter/ecmascript/package-use.html -share/java/cocoon/docs/api/org/apache/cocoon/interpreter/ecmascript/package-summary.html -share/java/cocoon/docs/api/org/apache/cocoon/interpreter/ecmascript/package-tree.html -share/java/cocoon/docs/api/org/apache/cocoon/interpreter/ecmascript/package-frame.html -share/java/cocoon/docs/api/org/apache/cocoon/interpreter/ecmascript/EcmaScriptEvaluator.html -share/java/cocoon/docs/api/org/apache/cocoon/interpreter/ecmascript/EcmaScriptInstance.html -share/java/cocoon/docs/api/org/apache/cocoon/interpreter/ecmascript/EcmaScriptInterpreter.html -share/java/cocoon/docs/api/org/apache/cocoon/interpreter/ecmascript/EcmaScriptModule.html -share/java/cocoon/docs/api/org/apache/cocoon/interpreter/package-use.html -share/java/cocoon/docs/api/org/apache/cocoon/interpreter/package-summary.html -share/java/cocoon/docs/api/org/apache/cocoon/interpreter/package-tree.html -share/java/cocoon/docs/api/org/apache/cocoon/interpreter/package-frame.html -share/java/cocoon/docs/api/org/apache/cocoon/interpreter/Instance.html -share/java/cocoon/docs/api/org/apache/cocoon/interpreter/Interpreter.html -share/java/cocoon/docs/api/org/apache/cocoon/interpreter/Module.html -share/java/cocoon/docs/api/org/apache/cocoon/interpreter/AbstractInterpreter.html -share/java/cocoon/docs/api/org/apache/cocoon/interpreter/InterpreterFactory.html -share/java/cocoon/docs/api/org/apache/cocoon/interpreter/LanguageException.html -share/java/cocoon/docs/api/org/apache/cocoon/package-use.html -share/java/cocoon/docs/api/org/apache/cocoon/package-summary.html -share/java/cocoon/docs/api/org/apache/cocoon/package-tree.html -share/java/cocoon/docs/api/org/apache/cocoon/package-frame.html -share/java/cocoon/docs/api/org/apache/cocoon/Defaults.html -share/java/cocoon/docs/api/org/apache/cocoon/Browsers.html -share/java/cocoon/docs/api/org/apache/cocoon/Browsers.Browser.html -share/java/cocoon/docs/api/org/apache/cocoon/Cocoon.html -share/java/cocoon/docs/api/org/apache/cocoon/Engine.html -share/java/cocoon/docs/api/org/apache/cocoon/EngineWrapper.html -share/java/cocoon/docs/api/org/apache/cocoon/Frontend.html -share/java/cocoon/docs/api/org/apache/cocoon/EngineWrapper.HttpServletRequestImpl.html -share/java/cocoon/docs/api/org/apache/cocoon/EngineWrapper.HttpServletResponseImpl.html -share/java/cocoon/docs/api/org/apache/cocoon/Utils.html -share/java/cocoon/docs/api/overview-tree.html -share/java/cocoon/docs/api/index-all.html -share/java/cocoon/docs/api/deprecated-list.html -share/java/cocoon/docs/api/allclasses-frame.html -share/java/cocoon/docs/api/packages.html -share/java/cocoon/docs/api/overview-summary.html -share/java/cocoon/docs/api/overview-frame.html -share/java/cocoon/docs/api/serialized-form.html -share/java/cocoon/docs/api/package-list -share/java/cocoon/docs/api/help-doc.html -share/java/cocoon/docs/dynamic.html -share/java/cocoon/docs/dcp.html -share/java/cocoon/docs/guide.html -share/java/cocoon/docs/faq.html -share/java/cocoon/docs/index.html -share/java/cocoon/docs/installing.html -share/java/cocoon/docs/todo.html -share/java/cocoon/docs/stylesheet.css -share/java/cocoon/docs/images/java-apache-project.gif -share/java/cocoon/docs/images/cocoon.jpg -share/java/cocoon/docs/images/pyramid-model.gif -share/java/cocoon/docs/images/schema.jpg -share/java/cocoon/docs/images/cocoon-small.jpg -share/java/cocoon/docs/license/license.cocoon.html -share/java/cocoon/docs/license/license.fop.html -share/java/cocoon/docs/license/license.openxml.html -share/java/cocoon/docs/license/license.xslp.html -share/java/cocoon/docs/javadoc/Engine_java.txt -share/java/cocoon/docs/javadoc/Engine_xml.txt -share/java/cocoon/docs/javadoc/index.html -share/java/cocoon/docs/javadoc/javadoc.dtd -share/java/cocoon/docs/javadoc/javadoc_dtd.txt -share/java/cocoon/docs/xsp/WD-xsp.html -share/java/cocoon/docs/cocoon2.html -share/java/cocoon/docs/sqlprocessor.html -share/java/cocoon/docs/technologies.html -share/java/cocoon/example/dcp/ecmascript/sample.es -share/java/cocoon/example/dcp/ecmascript/sample.xml -share/java/cocoon/example/dcp/sample.xsl -share/java/cocoon/example/dcp/java/sample.xml -share/java/cocoon/example/index.html -share/java/cocoon/example/fo/darkness.xml -share/java/cocoon/example/fo/darkness.xsl -share/java/cocoon/example/fo/test.fo.xml -share/java/cocoon/example/hello/hello.xml -share/java/cocoon/example/hello/hello.xsl -share/java/cocoon/example/java.apache.org/news.text.xsl -share/java/cocoon/example/java.apache.org/news.xml -share/java/cocoon/example/java.apache.org/news.xsl -share/java/cocoon/example/wap/portfolio.html.xsl -share/java/cocoon/example/wap/portfolio.wml.xsl -share/java/cocoon/example/wap/portfolio.xml -share/java/cocoon/example/xsp/README -share/java/cocoon/example/xsp/page.xml -share/java/cocoon/example/xsp/page.xsl -share/java/cocoon/example/xsp/page.xsp -share/java/cocoon/example/sql/database.xml -share/java/cocoon/example/sql/README -@dirrm share/java/cocoon/example/dcp/ecmascript -@dirrm share/java/cocoon/example/dcp/java -@dirrm share/java/cocoon/example/dcp -@dirrm share/java/cocoon/example/fo -@dirrm share/java/cocoon/example/hello -@dirrm share/java/cocoon/example/java.apache.org -@dirrm share/java/cocoon/example/wap -@dirrm share/java/cocoon/example/xsp -@dirrm share/java/cocoon/example/sql -@dirrm share/java/cocoon/example -@dirrm share/java/cocoon/docs/api/org/apache/cocoon/class-use -@dirrm share/java/cocoon/docs/api/org/apache/cocoon/dcp/class-use -@dirrm share/java/cocoon/docs/api/org/apache/cocoon/dcp -@dirrm share/java/cocoon/docs/api/org/apache/cocoon/cache/class-use -@dirrm share/java/cocoon/docs/api/org/apache/cocoon/cache -@dirrm share/java/cocoon/docs/api/org/apache/cocoon/store/class-use -@dirrm share/java/cocoon/docs/api/org/apache/cocoon/store -@dirrm share/java/cocoon/docs/api/org/apache/cocoon/parser/class-use -@dirrm share/java/cocoon/docs/api/org/apache/cocoon/parser -@dirrm share/java/cocoon/docs/api/org/apache/cocoon/example/class-use -@dirrm share/java/cocoon/docs/api/org/apache/cocoon/example -@dirrm share/java/cocoon/docs/api/org/apache/cocoon/producer/class-use -@dirrm share/java/cocoon/docs/api/org/apache/cocoon/producer -@dirrm share/java/cocoon/docs/api/org/apache/cocoon/formatter/class-use -@dirrm share/java/cocoon/docs/api/org/apache/cocoon/formatter/pdf/class-use -@dirrm share/java/cocoon/docs/api/org/apache/cocoon/formatter/pdf -@dirrm share/java/cocoon/docs/api/org/apache/cocoon/formatter/xml/class-use -@dirrm share/java/cocoon/docs/api/org/apache/cocoon/formatter/xml -@dirrm share/java/cocoon/docs/api/org/apache/cocoon/formatter/wml/class-use -@dirrm share/java/cocoon/docs/api/org/apache/cocoon/formatter/wml -@dirrm share/java/cocoon/docs/api/org/apache/cocoon/formatter/html/class-use -@dirrm share/java/cocoon/docs/api/org/apache/cocoon/formatter/html -@dirrm share/java/cocoon/docs/api/org/apache/cocoon/formatter/xhtml/class-use -@dirrm share/java/cocoon/docs/api/org/apache/cocoon/formatter/xhtml -@dirrm share/java/cocoon/docs/api/org/apache/cocoon/formatter -@dirrm share/java/cocoon/docs/api/org/apache/cocoon/framework/class-use -@dirrm share/java/cocoon/docs/api/org/apache/cocoon/framework -@dirrm share/java/cocoon/docs/api/org/apache/cocoon/processor/class-use -@dirrm share/java/cocoon/docs/api/org/apache/cocoon/processor/dcp/class-use -@dirrm share/java/cocoon/docs/api/org/apache/cocoon/processor/dcp -@dirrm share/java/cocoon/docs/api/org/apache/cocoon/processor/sql/class-use -@dirrm share/java/cocoon/docs/api/org/apache/cocoon/processor/sql -@dirrm share/java/cocoon/docs/api/org/apache/cocoon/processor/xslt/class-use -@dirrm share/java/cocoon/docs/api/org/apache/cocoon/processor/xslt -@dirrm share/java/cocoon/docs/api/org/apache/cocoon/processor -@dirrm share/java/cocoon/docs/api/org/apache/cocoon/interpreter/class-use -@dirrm share/java/cocoon/docs/api/org/apache/cocoon/interpreter/java/class-use -@dirrm share/java/cocoon/docs/api/org/apache/cocoon/interpreter/java -@dirrm share/java/cocoon/docs/api/org/apache/cocoon/interpreter/ecmascript/class-use -@dirrm share/java/cocoon/docs/api/org/apache/cocoon/interpreter/ecmascript -@dirrm share/java/cocoon/docs/api/org/apache/cocoon/interpreter -@dirrm share/java/cocoon/docs/api/org/apache/cocoon -@dirrm share/java/cocoon/docs/api/org/apache -@dirrm share/java/cocoon/docs/api/org -@dirrm share/java/cocoon/docs/api -@dirrm share/java/cocoon/docs/images -@dirrm share/java/cocoon/docs/license -@dirrm share/java/cocoon/docs/javadoc -@dirrm share/java/cocoon/docs/xsp -@dirrm share/java/cocoon/docs -@dirrm share/java/cocoon diff --git a/www/elinks-devel/Makefile b/www/elinks-devel/Makefile deleted file mode 100644 index 747c55d541d6..000000000000 --- a/www/elinks-devel/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: links -# Date created: 21 January 2000 -# Whom: Michael Vasilenko <acid@stu.cn.ua> -# -# $FreeBSD$ -# - -PORTNAME= links -PORTVERSION= 0.84 -CATEGORIES= www -MASTER_SITES= http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/links/download/ \ - http://www.add.com.pl/links/download/ - -MAINTAINER= dima@Chg.RU - -GNU_CONFIGURE= yes - -.include <bsd.port.mk> diff --git a/www/elinks-devel/distinfo b/www/elinks-devel/distinfo deleted file mode 100644 index aa00a802a11a..000000000000 --- a/www/elinks-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (links-0.84.tar.gz) = 7706b06c7ebd8b2310dc41bc570385cf diff --git a/www/elinks-devel/pkg-comment b/www/elinks-devel/pkg-comment deleted file mode 100644 index c02d23d5888f..000000000000 --- a/www/elinks-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Lynx-like text WWW browser diff --git a/www/elinks-devel/pkg-descr b/www/elinks-devel/pkg-descr deleted file mode 100644 index 0a03e6e67397..000000000000 --- a/www/elinks-devel/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -Lynx-like text WWW browser with many features like displaying tables, -menus, etc. - -Keys: ESC display menu - ^C quit - ^P, ^N scroll up, down - [, ] scroll left, right - up, down select link - -> follow link - <- go back - g go to url - / search - ? search back - n find next - N find previous - = document info - \ document source - d download - -WWW: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/links/ - -- Michael Vasilenko -acid@stu.cn.ua diff --git a/www/elinks-devel/pkg-plist b/www/elinks-devel/pkg-plist deleted file mode 100644 index 191550099363..000000000000 --- a/www/elinks-devel/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/links diff --git a/www/elinks/Makefile b/www/elinks/Makefile deleted file mode 100644 index 747c55d541d6..000000000000 --- a/www/elinks/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: links -# Date created: 21 January 2000 -# Whom: Michael Vasilenko <acid@stu.cn.ua> -# -# $FreeBSD$ -# - -PORTNAME= links -PORTVERSION= 0.84 -CATEGORIES= www -MASTER_SITES= http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/links/download/ \ - http://www.add.com.pl/links/download/ - -MAINTAINER= dima@Chg.RU - -GNU_CONFIGURE= yes - -.include <bsd.port.mk> diff --git a/www/elinks/distinfo b/www/elinks/distinfo deleted file mode 100644 index aa00a802a11a..000000000000 --- a/www/elinks/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (links-0.84.tar.gz) = 7706b06c7ebd8b2310dc41bc570385cf diff --git a/www/elinks/pkg-comment b/www/elinks/pkg-comment deleted file mode 100644 index c02d23d5888f..000000000000 --- a/www/elinks/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Lynx-like text WWW browser diff --git a/www/elinks/pkg-descr b/www/elinks/pkg-descr deleted file mode 100644 index 0a03e6e67397..000000000000 --- a/www/elinks/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -Lynx-like text WWW browser with many features like displaying tables, -menus, etc. - -Keys: ESC display menu - ^C quit - ^P, ^N scroll up, down - [, ] scroll left, right - up, down select link - -> follow link - <- go back - g go to url - / search - ? search back - n find next - N find previous - = document info - \ document source - d download - -WWW: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/links/ - -- Michael Vasilenko -acid@stu.cn.ua diff --git a/www/elinks/pkg-plist b/www/elinks/pkg-plist deleted file mode 100644 index 191550099363..000000000000 --- a/www/elinks/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/links diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile deleted file mode 100644 index c5a63b6d33f9..000000000000 --- a/www/gtkhtml3/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: gtkhtml -# Date created: 2nd June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gtkhtml -PORTVERSION= 0.4 -CATEGORIES= www gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= unstable/sources/gtkhtml - -MAINTAINER= ade@FreeBSD.org - -LIB_DEPENDS= bonobo.2:${PORTSDIR}/devel/bonobo \ - wwwzip.1:${PORTSDIR}/www/libwww - -GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ - --datadir=${PREFIX}/share/gnome -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - GLIB_CONFIG="${GLIB_CONFIG}" \ - GTK_CONFIG="${GTK_CONFIG}" \ - LIBS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/www/gtkhtml3/distinfo b/www/gtkhtml3/distinfo deleted file mode 100644 index df33240cf453..000000000000 --- a/www/gtkhtml3/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gtkhtml-0.4.tar.gz) = 391adb93f7dc4ecc5bbd677c597e9347 diff --git a/www/gtkhtml3/files/patch-aa b/www/gtkhtml3/files/patch-aa deleted file mode 100644 index bc5a4bc0ed29..000000000000 --- a/www/gtkhtml3/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Fri Jun 2 09:18:22 2000 -+++ Makefile.in Fri Jun 2 14:04:24 2000 -@@ -107,7 +107,7 @@ - @BONOBO_TRUE@DIR_COMPONENTS = components - @BONOBO_FALSE@DIR_COMPONENTS = - --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = gtkhtmlConf.sh - - EXTRA_DIST = html-component.gnorba gtkhtmlConf.sh.in gtkhtml.spec.in gtkhtml.spec diff --git a/www/gtkhtml3/pkg-comment b/www/gtkhtml3/pkg-comment deleted file mode 100644 index 7dd0e4db6f0c..000000000000 --- a/www/gtkhtml3/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Lightweight HTML rendering/printing/editing engine diff --git a/www/gtkhtml3/pkg-descr b/www/gtkhtml3/pkg-descr deleted file mode 100644 index abb1b154d544..000000000000 --- a/www/gtkhtml3/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is GtkHTML, a lightweight HTML rendering/printing/editing engine. -It was originally based on KHTMLW, but is now being developed -independently. - -WWW: http://www.gnome.org/ diff --git a/www/gtkhtml3/pkg-plist b/www/gtkhtml3/pkg-plist deleted file mode 100644 index 2ef1a994a59c..000000000000 --- a/www/gtkhtml3/pkg-plist +++ /dev/null @@ -1,81 +0,0 @@ -bin/html-editor-control -etc/CORBA/servers/html-component.gnorba -etc/gtkhtmlConf.sh -include/gtkhtml/gtkhtml-embedded.h -include/gtkhtml/gtkhtml-keybinding.h -include/gtkhtml/gtkhtml-private.h -include/gtkhtml/gtkhtml-stream.h -include/gtkhtml/gtkhtml.h -include/gtkhtml/gtkhtmldebug.h -include/gtkhtml/gtkhtmlfontstyle.h -include/gtkhtml/htmlanchor.h -include/gtkhtml/htmlbutton.h -include/gtkhtml/htmlcheckbox.h -include/gtkhtml/htmlclue.h -include/gtkhtml/htmlcluealigned.h -include/gtkhtml/htmlclueflow.h -include/gtkhtml/htmlclueh.h -include/gtkhtml/htmlcluev.h -include/gtkhtml/htmlcolorset.h -include/gtkhtml/htmlcursor.h -include/gtkhtml/htmldrawqueue.h -include/gtkhtml/htmlembedded.h -include/gtkhtml/htmlengine-cutbuffer.h -include/gtkhtml/htmlengine-edit-clueflowstyle.h -include/gtkhtml/htmlengine-edit-copy.h -include/gtkhtml/htmlengine-edit-cursor.h -include/gtkhtml/htmlengine-edit-cut.h -include/gtkhtml/htmlengine-edit-delete.h -include/gtkhtml/htmlengine-edit-fontstyle.h -include/gtkhtml/htmlengine-edit-images.c -include/gtkhtml/htmlengine-edit-images.h -include/gtkhtml/htmlengine-edit-insert.h -include/gtkhtml/htmlengine-edit-movement.h -include/gtkhtml/htmlengine-edit-paste.h -include/gtkhtml/htmlengine-edit-selection-updater.h -include/gtkhtml/htmlengine-edit.h -include/gtkhtml/htmlengine-print.h -include/gtkhtml/htmlengine-save.h -include/gtkhtml/htmlengine.h -include/gtkhtml/htmlentity.h -include/gtkhtml/htmlform.h -include/gtkhtml/htmlgdkfontmanager.h -include/gtkhtml/htmlgdkpainter.h -include/gtkhtml/htmlhidden.h -include/gtkhtml/htmliframe.h -include/gtkhtml/htmlimage.h -include/gtkhtml/htmlimageinput.h -include/gtkhtml/htmllinktext.h -include/gtkhtml/htmllinktextmaster.h -include/gtkhtml/htmllist.h -include/gtkhtml/htmlobject.h -include/gtkhtml/htmlpainter.h -include/gtkhtml/htmlprinter.h -include/gtkhtml/htmlprintfontmanager.h -include/gtkhtml/htmlradio.h -include/gtkhtml/htmlreplace.h -include/gtkhtml/htmlrule.h -include/gtkhtml/htmlsearch.h -include/gtkhtml/htmlselect.h -include/gtkhtml/htmlsettings.h -include/gtkhtml/htmlstack.h -include/gtkhtml/htmlstringtokenizer.h -include/gtkhtml/htmltable.h -include/gtkhtml/htmltablecell.h -include/gtkhtml/htmltext.h -include/gtkhtml/htmltextarea.h -include/gtkhtml/htmltextinput.h -include/gtkhtml/htmltextmaster.c -include/gtkhtml/htmltextmaster.h -include/gtkhtml/htmltextslave.h -include/gtkhtml/htmltokenizer.h -include/gtkhtml/htmltype.h -include/gtkhtml/htmlundo-action.h -include/gtkhtml/htmlundo.h -include/gtkhtml/htmlurl.h -include/gtkhtml/htmlvspace.h -lib/libgtkhtml.a -lib/libgtkhtml.so -lib/libgtkhtml.so.2 -share/gnome/oaf/html-editor-control.oafinfo -@dirrm include/gtkhtml diff --git a/www/gtkhtml38/Makefile b/www/gtkhtml38/Makefile deleted file mode 100644 index c5a63b6d33f9..000000000000 --- a/www/gtkhtml38/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: gtkhtml -# Date created: 2nd June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gtkhtml -PORTVERSION= 0.4 -CATEGORIES= www gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= unstable/sources/gtkhtml - -MAINTAINER= ade@FreeBSD.org - -LIB_DEPENDS= bonobo.2:${PORTSDIR}/devel/bonobo \ - wwwzip.1:${PORTSDIR}/www/libwww - -GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ - --datadir=${PREFIX}/share/gnome -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - GLIB_CONFIG="${GLIB_CONFIG}" \ - GTK_CONFIG="${GTK_CONFIG}" \ - LIBS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/www/gtkhtml38/distinfo b/www/gtkhtml38/distinfo deleted file mode 100644 index df33240cf453..000000000000 --- a/www/gtkhtml38/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gtkhtml-0.4.tar.gz) = 391adb93f7dc4ecc5bbd677c597e9347 diff --git a/www/gtkhtml38/files/patch-aa b/www/gtkhtml38/files/patch-aa deleted file mode 100644 index bc5a4bc0ed29..000000000000 --- a/www/gtkhtml38/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Fri Jun 2 09:18:22 2000 -+++ Makefile.in Fri Jun 2 14:04:24 2000 -@@ -107,7 +107,7 @@ - @BONOBO_TRUE@DIR_COMPONENTS = components - @BONOBO_FALSE@DIR_COMPONENTS = - --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = gtkhtmlConf.sh - - EXTRA_DIST = html-component.gnorba gtkhtmlConf.sh.in gtkhtml.spec.in gtkhtml.spec diff --git a/www/gtkhtml38/pkg-comment b/www/gtkhtml38/pkg-comment deleted file mode 100644 index 7dd0e4db6f0c..000000000000 --- a/www/gtkhtml38/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Lightweight HTML rendering/printing/editing engine diff --git a/www/gtkhtml38/pkg-descr b/www/gtkhtml38/pkg-descr deleted file mode 100644 index abb1b154d544..000000000000 --- a/www/gtkhtml38/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is GtkHTML, a lightweight HTML rendering/printing/editing engine. -It was originally based on KHTMLW, but is now being developed -independently. - -WWW: http://www.gnome.org/ diff --git a/www/gtkhtml38/pkg-plist b/www/gtkhtml38/pkg-plist deleted file mode 100644 index 2ef1a994a59c..000000000000 --- a/www/gtkhtml38/pkg-plist +++ /dev/null @@ -1,81 +0,0 @@ -bin/html-editor-control -etc/CORBA/servers/html-component.gnorba -etc/gtkhtmlConf.sh -include/gtkhtml/gtkhtml-embedded.h -include/gtkhtml/gtkhtml-keybinding.h -include/gtkhtml/gtkhtml-private.h -include/gtkhtml/gtkhtml-stream.h -include/gtkhtml/gtkhtml.h -include/gtkhtml/gtkhtmldebug.h -include/gtkhtml/gtkhtmlfontstyle.h -include/gtkhtml/htmlanchor.h -include/gtkhtml/htmlbutton.h -include/gtkhtml/htmlcheckbox.h -include/gtkhtml/htmlclue.h -include/gtkhtml/htmlcluealigned.h -include/gtkhtml/htmlclueflow.h -include/gtkhtml/htmlclueh.h -include/gtkhtml/htmlcluev.h -include/gtkhtml/htmlcolorset.h -include/gtkhtml/htmlcursor.h -include/gtkhtml/htmldrawqueue.h -include/gtkhtml/htmlembedded.h -include/gtkhtml/htmlengine-cutbuffer.h -include/gtkhtml/htmlengine-edit-clueflowstyle.h -include/gtkhtml/htmlengine-edit-copy.h -include/gtkhtml/htmlengine-edit-cursor.h -include/gtkhtml/htmlengine-edit-cut.h -include/gtkhtml/htmlengine-edit-delete.h -include/gtkhtml/htmlengine-edit-fontstyle.h -include/gtkhtml/htmlengine-edit-images.c -include/gtkhtml/htmlengine-edit-images.h -include/gtkhtml/htmlengine-edit-insert.h -include/gtkhtml/htmlengine-edit-movement.h -include/gtkhtml/htmlengine-edit-paste.h -include/gtkhtml/htmlengine-edit-selection-updater.h -include/gtkhtml/htmlengine-edit.h -include/gtkhtml/htmlengine-print.h -include/gtkhtml/htmlengine-save.h -include/gtkhtml/htmlengine.h -include/gtkhtml/htmlentity.h -include/gtkhtml/htmlform.h -include/gtkhtml/htmlgdkfontmanager.h -include/gtkhtml/htmlgdkpainter.h -include/gtkhtml/htmlhidden.h -include/gtkhtml/htmliframe.h -include/gtkhtml/htmlimage.h -include/gtkhtml/htmlimageinput.h -include/gtkhtml/htmllinktext.h -include/gtkhtml/htmllinktextmaster.h -include/gtkhtml/htmllist.h -include/gtkhtml/htmlobject.h -include/gtkhtml/htmlpainter.h -include/gtkhtml/htmlprinter.h -include/gtkhtml/htmlprintfontmanager.h -include/gtkhtml/htmlradio.h -include/gtkhtml/htmlreplace.h -include/gtkhtml/htmlrule.h -include/gtkhtml/htmlsearch.h -include/gtkhtml/htmlselect.h -include/gtkhtml/htmlsettings.h -include/gtkhtml/htmlstack.h -include/gtkhtml/htmlstringtokenizer.h -include/gtkhtml/htmltable.h -include/gtkhtml/htmltablecell.h -include/gtkhtml/htmltext.h -include/gtkhtml/htmltextarea.h -include/gtkhtml/htmltextinput.h -include/gtkhtml/htmltextmaster.c -include/gtkhtml/htmltextmaster.h -include/gtkhtml/htmltextslave.h -include/gtkhtml/htmltokenizer.h -include/gtkhtml/htmltype.h -include/gtkhtml/htmlundo-action.h -include/gtkhtml/htmlundo.h -include/gtkhtml/htmlurl.h -include/gtkhtml/htmlvspace.h -lib/libgtkhtml.a -lib/libgtkhtml.so -lib/libgtkhtml.so.2 -share/gnome/oaf/html-editor-control.oafinfo -@dirrm include/gtkhtml diff --git a/www/kdewebdev/Makefile b/www/kdewebdev/Makefile deleted file mode 100644 index 917143972e77..000000000000 --- a/www/kdewebdev/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: Quanta+ -# Date created: 19 May 2000 -# Whom: Will Andrews <will@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= quanta -PORTVERSION= 1.0.2 -CATEGORIES= www kde -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= will@FreeBSD.org - -LIB_DEPENDS= kdeui.3:${PORTSDIR}/x11/kdelibs11/ -BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext/ - -USE_BZIP2= yes -USE_QT= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} -USE_GMAKE= yes - -.include <bsd.port.mk> diff --git a/www/kdewebdev/distinfo b/www/kdewebdev/distinfo deleted file mode 100644 index 85015746a153..000000000000 --- a/www/kdewebdev/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (quanta-1.0.2.tar.bz2) = ab748a860ddfadb1ae60aba312a2e325 diff --git a/www/kdewebdev/pkg-comment b/www/kdewebdev/pkg-comment deleted file mode 100644 index 01d9e5a20586..000000000000 --- a/www/kdewebdev/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -GUI HTML editor that bears resemblence to kdevelop diff --git a/www/kdewebdev/pkg-descr b/www/kdewebdev/pkg-descr deleted file mode 100644 index bbe7004ca2c7..000000000000 --- a/www/kdewebdev/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Quanta is another GUI WYSIWYG HTML editor whose -user interface appears to be related to kdevelop's; -this allows for unity among the various kde development -applications. - -WWW: http://quanta.sourceforge.net/ - -- Will <andrews@technologist.com> diff --git a/www/kdewebdev/pkg-plist b/www/kdewebdev/pkg-plist deleted file mode 100644 index e3c3380dcdb6..000000000000 --- a/www/kdewebdev/pkg-plist +++ /dev/null @@ -1,264 +0,0 @@ -bin/quanta -share/doc/HTML/en/quanta/index-1.html -share/doc/HTML/en/quanta/index-2.html -share/doc/HTML/en/quanta/index-3.html -share/doc/HTML/en/quanta/index-4.html -share/doc/HTML/en/quanta/index-5.html -share/doc/HTML/en/quanta/index-6.html -share/doc/HTML/en/quanta/index.html -share/locale/de/LC_MESSAGES/quanta.mo -share/locale/ru/LC_MESSAGES/quanta.mo -share/apps/quanta/pics/check.xpm -share/apps/quanta/pics/new.xpm -share/apps/quanta/pics/back.xpm -share/apps/quanta/pics/base.xpm -share/apps/quanta/pics/close.xpm -share/apps/quanta/pics/color.xpm -share/apps/quanta/pics/copy.xpm -share/apps/quanta/pics/cut.xpm -share/apps/quanta/pics/date.xpm -share/apps/quanta/pics/div_center.xpm -share/apps/quanta/pics/div_justify.xpm -share/apps/quanta/pics/div_left.xpm -share/apps/quanta/pics/div_right.xpm -share/apps/quanta/pics/exit.xpm -share/apps/quanta/pics/find.xpm -share/apps/quanta/pics/findnext.xpm -share/apps/quanta/pics/folder.xpm -share/apps/quanta/pics/folder_blue.xpm -share/apps/quanta/pics/folder_cyan.xpm -share/apps/quanta/pics/folder_green.xpm -share/apps/quanta/pics/folder_locked.xpm -share/apps/quanta/pics/folder_open.xpm -share/apps/quanta/pics/folder_red.xpm -share/apps/quanta/pics/folder_yellow.xpm -share/apps/quanta/pics/font_dec.xpm -share/apps/quanta/pics/font_inc.xpm -share/apps/quanta/pics/form.xpm -share/apps/quanta/pics/forward.xpm -share/apps/quanta/pics/home.xpm -share/apps/quanta/pics/html.xpm -share/apps/quanta/pics/image.xpm -share/apps/quanta/pics/lineedit.xpm -share/apps/quanta/pics/linepas.xpm -share/apps/quanta/pics/maximize.xpm -share/apps/quanta/pics/mini-book1.xpm -share/apps/quanta/pics/mini-book2.xpm -share/apps/quanta/pics/mini-doc.xpm -share/apps/quanta/pics/minimize.xpm -share/apps/quanta/pics/open.xpm -share/apps/quanta/pics/output_win.xpm -share/apps/quanta/pics/paste.xpm -share/apps/quanta/pics/preview.xpm -share/apps/quanta/pics/print.xpm -share/apps/quanta/pics/project_folder.xpm -share/apps/quanta/pics/txt.xpm -share/apps/quanta/pics/quick_list.xpm -share/apps/quanta/pics/quick_start.xpm -share/apps/quanta/pics/quick_table.xpm -share/apps/quanta/pics/radio.xpm -share/apps/quanta/pics/redo.xpm -share/apps/quanta/pics/repaint.xpm -share/apps/quanta/pics/replace.xpm -share/apps/quanta/pics/reset.xpm -share/apps/quanta/pics/save.xpm -share/apps/quanta/pics/save_all.xpm -share/apps/quanta/pics/select.xpm -share/apps/quanta/pics/shablon.xpm -share/apps/quanta/pics/submit.xpm -share/apps/quanta/pics/table_data.xpm -share/apps/quanta/pics/table_head.xpm -share/apps/quanta/pics/tag_a.xpm -share/apps/quanta/pics/tag_bold.xpm -share/apps/quanta/pics/tag_br.xpm -share/apps/quanta/pics/tag_caption.xpm -share/apps/quanta/pics/tag_comm.xpm -share/apps/quanta/pics/tag_dd.xpm -share/apps/quanta/pics/tag_dl.xpm -share/apps/quanta/pics/tag_dt.xpm -share/apps/quanta/pics/kfm.xpm -share/apps/quanta/pics/tag_font.xpm -share/apps/quanta/pics/tag_font_base.xpm -share/apps/quanta/pics/tag_h1.xpm -share/apps/quanta/pics/tag_h2.xpm -share/apps/quanta/pics/tag_h3.xpm -share/apps/quanta/pics/tag_h4.xpm -share/apps/quanta/pics/tag_h5.xpm -share/apps/quanta/pics/tag_hr.xpm -share/apps/quanta/pics/tag_i.xpm -share/apps/quanta/pics/tag_image.xpm -share/apps/quanta/pics/tag_li.xpm -share/apps/quanta/pics/tag_mail.xpm -share/apps/quanta/pics/tag_menu.xpm -share/apps/quanta/pics/tag_nbsp.xpm -share/apps/quanta/pics/tag_ol.xpm -share/apps/quanta/pics/tag_p.xpm -share/apps/quanta/pics/tag_pre.xpm -share/apps/quanta/pics/tag_sub.xpm -share/apps/quanta/pics/tag_sup.xpm -share/apps/quanta/pics/tag_table.xpm -share/apps/quanta/pics/tag_table_row.xpm -share/apps/quanta/pics/tag_td.xpm -share/apps/quanta/pics/tag_th.xpm -share/apps/quanta/pics/tag_tr.xpm -share/apps/quanta/pics/tag_u.xpm -share/apps/quanta/pics/tag_ul.xpm -share/apps/quanta/pics/textarea.xpm -share/apps/quanta/pics/tree_win.xpm -share/apps/quanta/pics/undo.xpm -share/apps/quanta/pics/file_properties.xpm -share/apps/quanta/pics/openprj.xpm -share/apps/quanta/pics/upload_file.xpm -share/apps/quanta/pics/help.xpm -share/apps/quanta/pics/mini-modules.xpm -share/apps/quanta/pics/inst_file.xpm -share/apps/quanta/pics/bookmark.xpm -share/apps/quanta/pics/options.xpm -share/apps/quanta/pics/quantalogo.jpg -share/apps/quanta/pics/down.xpm -share/apps/quanta/pics/up.xpm -share/apps/quanta/pics/ball.xpm -share/apps/quanta/pics/tree_close.xpm -share/apps/quanta/pics/tree_open.xpm -share/apps/quanta/context.rc -share/apps/quanta/tags.rc -share/apps/quanta/doc/block/address.html -share/apps/quanta/doc/block/blockquote.html -share/apps/quanta/doc/block/center.html -share/apps/quanta/doc/block/div.html -share/apps/quanta/doc/block/h1.html -share/apps/quanta/doc/block/h2.html -share/apps/quanta/doc/block/h3.html -share/apps/quanta/doc/block/h4.html -share/apps/quanta/doc/block/h5.html -share/apps/quanta/doc/block/h6.html -share/apps/quanta/doc/block/hr.html -share/apps/quanta/doc/block/index.html -share/apps/quanta/doc/block/isindex.html -share/apps/quanta/doc/block/noscript.html -share/apps/quanta/doc/block/p.html -share/apps/quanta/doc/block/pre.html -share/apps/quanta/doc/entities/index.html -share/apps/quanta/doc/entities/latin1.html -share/apps/quanta/doc/entities/special.html -share/apps/quanta/doc/entities/symbols.html -share/apps/quanta/doc/fontstyle/b.html -share/apps/quanta/doc/fontstyle/big.html -share/apps/quanta/doc/fontstyle/i.html -share/apps/quanta/doc/fontstyle/index.html -share/apps/quanta/doc/fontstyle/s.html -share/apps/quanta/doc/fontstyle/small.html -share/apps/quanta/doc/fontstyle/strike.html -share/apps/quanta/doc/fontstyle/tt.html -share/apps/quanta/doc/fontstyle/u.html -share/apps/quanta/doc/forms/button.html -share/apps/quanta/doc/forms/fieldset.html -share/apps/quanta/doc/forms/form.html -share/apps/quanta/doc/forms/index.html -share/apps/quanta/doc/forms/input.html -share/apps/quanta/doc/forms/label.html -share/apps/quanta/doc/forms/legend.html -share/apps/quanta/doc/forms/optgroup.html -share/apps/quanta/doc/forms/option.html -share/apps/quanta/doc/forms/select.html -share/apps/quanta/doc/forms/textarea.html -share/apps/quanta/doc/frames/frame.html -share/apps/quanta/doc/frames/frameset.html -share/apps/quanta/doc/frames/index.html -share/apps/quanta/doc/frames/noframes.html -share/apps/quanta/doc/head/base.html -share/apps/quanta/doc/head/head.html -share/apps/quanta/doc/head/index.html -share/apps/quanta/doc/head/link.html -share/apps/quanta/doc/head/meta.html -share/apps/quanta/doc/head/style.html -share/apps/quanta/doc/head/title.html -share/apps/quanta/doc/html/body.html -share/apps/quanta/doc/html/doctype.html -share/apps/quanta/doc/html/html.html -share/apps/quanta/doc/html/index.html -share/apps/quanta/doc/lists/dd.html -share/apps/quanta/doc/lists/dir.html -share/apps/quanta/doc/lists/dl.html -share/apps/quanta/doc/lists/dt.html -share/apps/quanta/doc/lists/index.html -share/apps/quanta/doc/lists/li.html -share/apps/quanta/doc/lists/menu.html -share/apps/quanta/doc/lists/ol.html -share/apps/quanta/doc/lists/ul.html -share/apps/quanta/doc/phrase/abbr.html -share/apps/quanta/doc/phrase/acronym.html -share/apps/quanta/doc/phrase/cite.html -share/apps/quanta/doc/phrase/code.html -share/apps/quanta/doc/phrase/del.html -share/apps/quanta/doc/phrase/dfn.html -share/apps/quanta/doc/phrase/em.html -share/apps/quanta/doc/phrase/index.html -share/apps/quanta/doc/phrase/ins.html -share/apps/quanta/doc/phrase/kbd.html -share/apps/quanta/doc/phrase/samp.html -share/apps/quanta/doc/phrase/strong.html -share/apps/quanta/doc/phrase/var.html -share/apps/quanta/doc/special/a.html -share/apps/quanta/doc/special/applet.html -share/apps/quanta/doc/special/area.html -share/apps/quanta/doc/special/basefont.html -share/apps/quanta/doc/special/bdo.html -share/apps/quanta/doc/special/br.html -share/apps/quanta/doc/special/font.html -share/apps/quanta/doc/special/iframe.html -share/apps/quanta/doc/special/img.html -share/apps/quanta/doc/special/index.html -share/apps/quanta/doc/special/map.html -share/apps/quanta/doc/special/object.html -share/apps/quanta/doc/special/param.html -share/apps/quanta/doc/special/q.html -share/apps/quanta/doc/special/script.html -share/apps/quanta/doc/special/span.html -share/apps/quanta/doc/special/sub.html -share/apps/quanta/doc/special/sup.html -share/apps/quanta/doc/tables/caption.html -share/apps/quanta/doc/tables/col.html -share/apps/quanta/doc/tables/colgroup.html -share/apps/quanta/doc/tables/index.html -share/apps/quanta/doc/tables/table.html -share/apps/quanta/doc/tables/tbody.html -share/apps/quanta/doc/tables/td.html -share/apps/quanta/doc/tables/tfoot.html -share/apps/quanta/doc/tables/th.html -share/apps/quanta/doc/tables/thead.html -share/apps/quanta/doc/tables/tr.html -share/apps/quanta/doc/alist.html -share/apps/quanta/doc/attrs.html -share/apps/quanta/doc/aural.css -share/apps/quanta/doc/block.html -share/apps/quanta/doc/deprecated.html -share/apps/quanta/doc/index.html -share/apps/quanta/doc/inline.html -share/apps/quanta/doc/new.html -share/apps/quanta/doc/olist.html -share/apps/quanta/doc/structure.html -share/apps/quanta/doc/style.css -share/apps/quanta/doc/values.html -share/apps/quanta/doc/wdglogo-small.gif -share/apps/quanta/doc/wdglogo1.gif -share/apps/quanta/doc.rc -share/apps/quanta/help.rc -share/applnk/Applications/quanta.kdelnk -share/icons/mini/quanta.xpm -share/icons/quanta.xpm -@dirrm share/doc/HTML/en/quanta -@dirrm share/apps/quanta/pics -@dirrm share/apps/quanta/doc/tables -@dirrm share/apps/quanta/doc/special -@dirrm share/apps/quanta/doc/phrase -@dirrm share/apps/quanta/doc/lists -@dirrm share/apps/quanta/doc/html -@dirrm share/apps/quanta/doc/head -@dirrm share/apps/quanta/doc/frames -@dirrm share/apps/quanta/doc/forms -@dirrm share/apps/quanta/doc/fontstyle -@dirrm share/apps/quanta/doc/entities -@dirrm share/apps/quanta/doc/block -@dirrm share/apps/quanta/doc -@dirrm share/apps/quanta diff --git a/www/kdewebdev4/Makefile b/www/kdewebdev4/Makefile deleted file mode 100644 index 917143972e77..000000000000 --- a/www/kdewebdev4/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: Quanta+ -# Date created: 19 May 2000 -# Whom: Will Andrews <will@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= quanta -PORTVERSION= 1.0.2 -CATEGORIES= www kde -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= will@FreeBSD.org - -LIB_DEPENDS= kdeui.3:${PORTSDIR}/x11/kdelibs11/ -BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext/ - -USE_BZIP2= yes -USE_QT= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} -USE_GMAKE= yes - -.include <bsd.port.mk> diff --git a/www/kdewebdev4/distinfo b/www/kdewebdev4/distinfo deleted file mode 100644 index 85015746a153..000000000000 --- a/www/kdewebdev4/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (quanta-1.0.2.tar.bz2) = ab748a860ddfadb1ae60aba312a2e325 diff --git a/www/kdewebdev4/pkg-comment b/www/kdewebdev4/pkg-comment deleted file mode 100644 index 01d9e5a20586..000000000000 --- a/www/kdewebdev4/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -GUI HTML editor that bears resemblence to kdevelop diff --git a/www/kdewebdev4/pkg-descr b/www/kdewebdev4/pkg-descr deleted file mode 100644 index bbe7004ca2c7..000000000000 --- a/www/kdewebdev4/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Quanta is another GUI WYSIWYG HTML editor whose -user interface appears to be related to kdevelop's; -this allows for unity among the various kde development -applications. - -WWW: http://quanta.sourceforge.net/ - -- Will <andrews@technologist.com> diff --git a/www/kdewebdev4/pkg-plist b/www/kdewebdev4/pkg-plist deleted file mode 100644 index e3c3380dcdb6..000000000000 --- a/www/kdewebdev4/pkg-plist +++ /dev/null @@ -1,264 +0,0 @@ -bin/quanta -share/doc/HTML/en/quanta/index-1.html -share/doc/HTML/en/quanta/index-2.html -share/doc/HTML/en/quanta/index-3.html -share/doc/HTML/en/quanta/index-4.html -share/doc/HTML/en/quanta/index-5.html -share/doc/HTML/en/quanta/index-6.html -share/doc/HTML/en/quanta/index.html -share/locale/de/LC_MESSAGES/quanta.mo -share/locale/ru/LC_MESSAGES/quanta.mo -share/apps/quanta/pics/check.xpm -share/apps/quanta/pics/new.xpm -share/apps/quanta/pics/back.xpm -share/apps/quanta/pics/base.xpm -share/apps/quanta/pics/close.xpm -share/apps/quanta/pics/color.xpm -share/apps/quanta/pics/copy.xpm -share/apps/quanta/pics/cut.xpm -share/apps/quanta/pics/date.xpm -share/apps/quanta/pics/div_center.xpm -share/apps/quanta/pics/div_justify.xpm -share/apps/quanta/pics/div_left.xpm -share/apps/quanta/pics/div_right.xpm -share/apps/quanta/pics/exit.xpm -share/apps/quanta/pics/find.xpm -share/apps/quanta/pics/findnext.xpm -share/apps/quanta/pics/folder.xpm -share/apps/quanta/pics/folder_blue.xpm -share/apps/quanta/pics/folder_cyan.xpm -share/apps/quanta/pics/folder_green.xpm -share/apps/quanta/pics/folder_locked.xpm -share/apps/quanta/pics/folder_open.xpm -share/apps/quanta/pics/folder_red.xpm -share/apps/quanta/pics/folder_yellow.xpm -share/apps/quanta/pics/font_dec.xpm -share/apps/quanta/pics/font_inc.xpm -share/apps/quanta/pics/form.xpm -share/apps/quanta/pics/forward.xpm -share/apps/quanta/pics/home.xpm -share/apps/quanta/pics/html.xpm -share/apps/quanta/pics/image.xpm -share/apps/quanta/pics/lineedit.xpm -share/apps/quanta/pics/linepas.xpm -share/apps/quanta/pics/maximize.xpm -share/apps/quanta/pics/mini-book1.xpm -share/apps/quanta/pics/mini-book2.xpm -share/apps/quanta/pics/mini-doc.xpm -share/apps/quanta/pics/minimize.xpm -share/apps/quanta/pics/open.xpm -share/apps/quanta/pics/output_win.xpm -share/apps/quanta/pics/paste.xpm -share/apps/quanta/pics/preview.xpm -share/apps/quanta/pics/print.xpm -share/apps/quanta/pics/project_folder.xpm -share/apps/quanta/pics/txt.xpm -share/apps/quanta/pics/quick_list.xpm -share/apps/quanta/pics/quick_start.xpm -share/apps/quanta/pics/quick_table.xpm -share/apps/quanta/pics/radio.xpm -share/apps/quanta/pics/redo.xpm -share/apps/quanta/pics/repaint.xpm -share/apps/quanta/pics/replace.xpm -share/apps/quanta/pics/reset.xpm -share/apps/quanta/pics/save.xpm -share/apps/quanta/pics/save_all.xpm -share/apps/quanta/pics/select.xpm -share/apps/quanta/pics/shablon.xpm -share/apps/quanta/pics/submit.xpm -share/apps/quanta/pics/table_data.xpm -share/apps/quanta/pics/table_head.xpm -share/apps/quanta/pics/tag_a.xpm -share/apps/quanta/pics/tag_bold.xpm -share/apps/quanta/pics/tag_br.xpm -share/apps/quanta/pics/tag_caption.xpm -share/apps/quanta/pics/tag_comm.xpm -share/apps/quanta/pics/tag_dd.xpm -share/apps/quanta/pics/tag_dl.xpm -share/apps/quanta/pics/tag_dt.xpm -share/apps/quanta/pics/kfm.xpm -share/apps/quanta/pics/tag_font.xpm -share/apps/quanta/pics/tag_font_base.xpm -share/apps/quanta/pics/tag_h1.xpm -share/apps/quanta/pics/tag_h2.xpm -share/apps/quanta/pics/tag_h3.xpm -share/apps/quanta/pics/tag_h4.xpm -share/apps/quanta/pics/tag_h5.xpm -share/apps/quanta/pics/tag_hr.xpm -share/apps/quanta/pics/tag_i.xpm -share/apps/quanta/pics/tag_image.xpm -share/apps/quanta/pics/tag_li.xpm -share/apps/quanta/pics/tag_mail.xpm -share/apps/quanta/pics/tag_menu.xpm -share/apps/quanta/pics/tag_nbsp.xpm -share/apps/quanta/pics/tag_ol.xpm -share/apps/quanta/pics/tag_p.xpm -share/apps/quanta/pics/tag_pre.xpm -share/apps/quanta/pics/tag_sub.xpm -share/apps/quanta/pics/tag_sup.xpm -share/apps/quanta/pics/tag_table.xpm -share/apps/quanta/pics/tag_table_row.xpm -share/apps/quanta/pics/tag_td.xpm -share/apps/quanta/pics/tag_th.xpm -share/apps/quanta/pics/tag_tr.xpm -share/apps/quanta/pics/tag_u.xpm -share/apps/quanta/pics/tag_ul.xpm -share/apps/quanta/pics/textarea.xpm -share/apps/quanta/pics/tree_win.xpm -share/apps/quanta/pics/undo.xpm -share/apps/quanta/pics/file_properties.xpm -share/apps/quanta/pics/openprj.xpm -share/apps/quanta/pics/upload_file.xpm -share/apps/quanta/pics/help.xpm -share/apps/quanta/pics/mini-modules.xpm -share/apps/quanta/pics/inst_file.xpm -share/apps/quanta/pics/bookmark.xpm -share/apps/quanta/pics/options.xpm -share/apps/quanta/pics/quantalogo.jpg -share/apps/quanta/pics/down.xpm -share/apps/quanta/pics/up.xpm -share/apps/quanta/pics/ball.xpm -share/apps/quanta/pics/tree_close.xpm -share/apps/quanta/pics/tree_open.xpm -share/apps/quanta/context.rc -share/apps/quanta/tags.rc -share/apps/quanta/doc/block/address.html -share/apps/quanta/doc/block/blockquote.html -share/apps/quanta/doc/block/center.html -share/apps/quanta/doc/block/div.html -share/apps/quanta/doc/block/h1.html -share/apps/quanta/doc/block/h2.html -share/apps/quanta/doc/block/h3.html -share/apps/quanta/doc/block/h4.html -share/apps/quanta/doc/block/h5.html -share/apps/quanta/doc/block/h6.html -share/apps/quanta/doc/block/hr.html -share/apps/quanta/doc/block/index.html -share/apps/quanta/doc/block/isindex.html -share/apps/quanta/doc/block/noscript.html -share/apps/quanta/doc/block/p.html -share/apps/quanta/doc/block/pre.html -share/apps/quanta/doc/entities/index.html -share/apps/quanta/doc/entities/latin1.html -share/apps/quanta/doc/entities/special.html -share/apps/quanta/doc/entities/symbols.html -share/apps/quanta/doc/fontstyle/b.html -share/apps/quanta/doc/fontstyle/big.html -share/apps/quanta/doc/fontstyle/i.html -share/apps/quanta/doc/fontstyle/index.html -share/apps/quanta/doc/fontstyle/s.html -share/apps/quanta/doc/fontstyle/small.html -share/apps/quanta/doc/fontstyle/strike.html -share/apps/quanta/doc/fontstyle/tt.html -share/apps/quanta/doc/fontstyle/u.html -share/apps/quanta/doc/forms/button.html -share/apps/quanta/doc/forms/fieldset.html -share/apps/quanta/doc/forms/form.html -share/apps/quanta/doc/forms/index.html -share/apps/quanta/doc/forms/input.html -share/apps/quanta/doc/forms/label.html -share/apps/quanta/doc/forms/legend.html -share/apps/quanta/doc/forms/optgroup.html -share/apps/quanta/doc/forms/option.html -share/apps/quanta/doc/forms/select.html -share/apps/quanta/doc/forms/textarea.html -share/apps/quanta/doc/frames/frame.html -share/apps/quanta/doc/frames/frameset.html -share/apps/quanta/doc/frames/index.html -share/apps/quanta/doc/frames/noframes.html -share/apps/quanta/doc/head/base.html -share/apps/quanta/doc/head/head.html -share/apps/quanta/doc/head/index.html -share/apps/quanta/doc/head/link.html -share/apps/quanta/doc/head/meta.html -share/apps/quanta/doc/head/style.html -share/apps/quanta/doc/head/title.html -share/apps/quanta/doc/html/body.html -share/apps/quanta/doc/html/doctype.html -share/apps/quanta/doc/html/html.html -share/apps/quanta/doc/html/index.html -share/apps/quanta/doc/lists/dd.html -share/apps/quanta/doc/lists/dir.html -share/apps/quanta/doc/lists/dl.html -share/apps/quanta/doc/lists/dt.html -share/apps/quanta/doc/lists/index.html -share/apps/quanta/doc/lists/li.html -share/apps/quanta/doc/lists/menu.html -share/apps/quanta/doc/lists/ol.html -share/apps/quanta/doc/lists/ul.html -share/apps/quanta/doc/phrase/abbr.html -share/apps/quanta/doc/phrase/acronym.html -share/apps/quanta/doc/phrase/cite.html -share/apps/quanta/doc/phrase/code.html -share/apps/quanta/doc/phrase/del.html -share/apps/quanta/doc/phrase/dfn.html -share/apps/quanta/doc/phrase/em.html -share/apps/quanta/doc/phrase/index.html -share/apps/quanta/doc/phrase/ins.html -share/apps/quanta/doc/phrase/kbd.html -share/apps/quanta/doc/phrase/samp.html -share/apps/quanta/doc/phrase/strong.html -share/apps/quanta/doc/phrase/var.html -share/apps/quanta/doc/special/a.html -share/apps/quanta/doc/special/applet.html -share/apps/quanta/doc/special/area.html -share/apps/quanta/doc/special/basefont.html -share/apps/quanta/doc/special/bdo.html -share/apps/quanta/doc/special/br.html -share/apps/quanta/doc/special/font.html -share/apps/quanta/doc/special/iframe.html -share/apps/quanta/doc/special/img.html -share/apps/quanta/doc/special/index.html -share/apps/quanta/doc/special/map.html -share/apps/quanta/doc/special/object.html -share/apps/quanta/doc/special/param.html -share/apps/quanta/doc/special/q.html -share/apps/quanta/doc/special/script.html -share/apps/quanta/doc/special/span.html -share/apps/quanta/doc/special/sub.html -share/apps/quanta/doc/special/sup.html -share/apps/quanta/doc/tables/caption.html -share/apps/quanta/doc/tables/col.html -share/apps/quanta/doc/tables/colgroup.html -share/apps/quanta/doc/tables/index.html -share/apps/quanta/doc/tables/table.html -share/apps/quanta/doc/tables/tbody.html -share/apps/quanta/doc/tables/td.html -share/apps/quanta/doc/tables/tfoot.html -share/apps/quanta/doc/tables/th.html -share/apps/quanta/doc/tables/thead.html -share/apps/quanta/doc/tables/tr.html -share/apps/quanta/doc/alist.html -share/apps/quanta/doc/attrs.html -share/apps/quanta/doc/aural.css -share/apps/quanta/doc/block.html -share/apps/quanta/doc/deprecated.html -share/apps/quanta/doc/index.html -share/apps/quanta/doc/inline.html -share/apps/quanta/doc/new.html -share/apps/quanta/doc/olist.html -share/apps/quanta/doc/structure.html -share/apps/quanta/doc/style.css -share/apps/quanta/doc/values.html -share/apps/quanta/doc/wdglogo-small.gif -share/apps/quanta/doc/wdglogo1.gif -share/apps/quanta/doc.rc -share/apps/quanta/help.rc -share/applnk/Applications/quanta.kdelnk -share/icons/mini/quanta.xpm -share/icons/quanta.xpm -@dirrm share/doc/HTML/en/quanta -@dirrm share/apps/quanta/pics -@dirrm share/apps/quanta/doc/tables -@dirrm share/apps/quanta/doc/special -@dirrm share/apps/quanta/doc/phrase -@dirrm share/apps/quanta/doc/lists -@dirrm share/apps/quanta/doc/html -@dirrm share/apps/quanta/doc/head -@dirrm share/apps/quanta/doc/frames -@dirrm share/apps/quanta/doc/forms -@dirrm share/apps/quanta/doc/fontstyle -@dirrm share/apps/quanta/doc/entities -@dirrm share/apps/quanta/doc/block -@dirrm share/apps/quanta/doc -@dirrm share/apps/quanta diff --git a/www/libgtkhtml/Makefile b/www/libgtkhtml/Makefile deleted file mode 100644 index c5a63b6d33f9..000000000000 --- a/www/libgtkhtml/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: gtkhtml -# Date created: 2nd June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gtkhtml -PORTVERSION= 0.4 -CATEGORIES= www gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= unstable/sources/gtkhtml - -MAINTAINER= ade@FreeBSD.org - -LIB_DEPENDS= bonobo.2:${PORTSDIR}/devel/bonobo \ - wwwzip.1:${PORTSDIR}/www/libwww - -GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ - --datadir=${PREFIX}/share/gnome -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - GLIB_CONFIG="${GLIB_CONFIG}" \ - GTK_CONFIG="${GTK_CONFIG}" \ - LIBS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/www/libgtkhtml/distinfo b/www/libgtkhtml/distinfo deleted file mode 100644 index df33240cf453..000000000000 --- a/www/libgtkhtml/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gtkhtml-0.4.tar.gz) = 391adb93f7dc4ecc5bbd677c597e9347 diff --git a/www/libgtkhtml/files/patch-aa b/www/libgtkhtml/files/patch-aa deleted file mode 100644 index bc5a4bc0ed29..000000000000 --- a/www/libgtkhtml/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Fri Jun 2 09:18:22 2000 -+++ Makefile.in Fri Jun 2 14:04:24 2000 -@@ -107,7 +107,7 @@ - @BONOBO_TRUE@DIR_COMPONENTS = components - @BONOBO_FALSE@DIR_COMPONENTS = - --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = gtkhtmlConf.sh - - EXTRA_DIST = html-component.gnorba gtkhtmlConf.sh.in gtkhtml.spec.in gtkhtml.spec diff --git a/www/libgtkhtml/pkg-comment b/www/libgtkhtml/pkg-comment deleted file mode 100644 index 7dd0e4db6f0c..000000000000 --- a/www/libgtkhtml/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Lightweight HTML rendering/printing/editing engine diff --git a/www/libgtkhtml/pkg-descr b/www/libgtkhtml/pkg-descr deleted file mode 100644 index abb1b154d544..000000000000 --- a/www/libgtkhtml/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is GtkHTML, a lightweight HTML rendering/printing/editing engine. -It was originally based on KHTMLW, but is now being developed -independently. - -WWW: http://www.gnome.org/ diff --git a/www/libgtkhtml/pkg-plist b/www/libgtkhtml/pkg-plist deleted file mode 100644 index 2ef1a994a59c..000000000000 --- a/www/libgtkhtml/pkg-plist +++ /dev/null @@ -1,81 +0,0 @@ -bin/html-editor-control -etc/CORBA/servers/html-component.gnorba -etc/gtkhtmlConf.sh -include/gtkhtml/gtkhtml-embedded.h -include/gtkhtml/gtkhtml-keybinding.h -include/gtkhtml/gtkhtml-private.h -include/gtkhtml/gtkhtml-stream.h -include/gtkhtml/gtkhtml.h -include/gtkhtml/gtkhtmldebug.h -include/gtkhtml/gtkhtmlfontstyle.h -include/gtkhtml/htmlanchor.h -include/gtkhtml/htmlbutton.h -include/gtkhtml/htmlcheckbox.h -include/gtkhtml/htmlclue.h -include/gtkhtml/htmlcluealigned.h -include/gtkhtml/htmlclueflow.h -include/gtkhtml/htmlclueh.h -include/gtkhtml/htmlcluev.h -include/gtkhtml/htmlcolorset.h -include/gtkhtml/htmlcursor.h -include/gtkhtml/htmldrawqueue.h -include/gtkhtml/htmlembedded.h -include/gtkhtml/htmlengine-cutbuffer.h -include/gtkhtml/htmlengine-edit-clueflowstyle.h -include/gtkhtml/htmlengine-edit-copy.h -include/gtkhtml/htmlengine-edit-cursor.h -include/gtkhtml/htmlengine-edit-cut.h -include/gtkhtml/htmlengine-edit-delete.h -include/gtkhtml/htmlengine-edit-fontstyle.h -include/gtkhtml/htmlengine-edit-images.c -include/gtkhtml/htmlengine-edit-images.h -include/gtkhtml/htmlengine-edit-insert.h -include/gtkhtml/htmlengine-edit-movement.h -include/gtkhtml/htmlengine-edit-paste.h -include/gtkhtml/htmlengine-edit-selection-updater.h -include/gtkhtml/htmlengine-edit.h -include/gtkhtml/htmlengine-print.h -include/gtkhtml/htmlengine-save.h -include/gtkhtml/htmlengine.h -include/gtkhtml/htmlentity.h -include/gtkhtml/htmlform.h -include/gtkhtml/htmlgdkfontmanager.h -include/gtkhtml/htmlgdkpainter.h -include/gtkhtml/htmlhidden.h -include/gtkhtml/htmliframe.h -include/gtkhtml/htmlimage.h -include/gtkhtml/htmlimageinput.h -include/gtkhtml/htmllinktext.h -include/gtkhtml/htmllinktextmaster.h -include/gtkhtml/htmllist.h -include/gtkhtml/htmlobject.h -include/gtkhtml/htmlpainter.h -include/gtkhtml/htmlprinter.h -include/gtkhtml/htmlprintfontmanager.h -include/gtkhtml/htmlradio.h -include/gtkhtml/htmlreplace.h -include/gtkhtml/htmlrule.h -include/gtkhtml/htmlsearch.h -include/gtkhtml/htmlselect.h -include/gtkhtml/htmlsettings.h -include/gtkhtml/htmlstack.h -include/gtkhtml/htmlstringtokenizer.h -include/gtkhtml/htmltable.h -include/gtkhtml/htmltablecell.h -include/gtkhtml/htmltext.h -include/gtkhtml/htmltextarea.h -include/gtkhtml/htmltextinput.h -include/gtkhtml/htmltextmaster.c -include/gtkhtml/htmltextmaster.h -include/gtkhtml/htmltextslave.h -include/gtkhtml/htmltokenizer.h -include/gtkhtml/htmltype.h -include/gtkhtml/htmlundo-action.h -include/gtkhtml/htmlundo.h -include/gtkhtml/htmlurl.h -include/gtkhtml/htmlvspace.h -lib/libgtkhtml.a -lib/libgtkhtml.so -lib/libgtkhtml.so.2 -share/gnome/oaf/html-editor-control.oafinfo -@dirrm include/gtkhtml diff --git a/www/libxpg4-ns/Makefile b/www/libxpg4-ns/Makefile index 3f69dc6af0b4..b85dc8582193 100644 --- a/www/libxpg4-ns/Makefile +++ b/www/libxpg4-ns/Makefile @@ -14,8 +14,6 @@ DISTNAME= libxpg4-3.3 MAINTAINER= sada@FreeBSD.ORG -INSTALLS_SHLIB= yes - MAKE_ENV+= OBJFORMAT=aout SHLIB_MAJOR=2 SHLIB_MINOR=0 PORTOBJFORMAT= aout @@ -31,6 +29,9 @@ pre-build: pre-install: ${MKDIR} ${LIBDIR} +post-install: + ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${LIBDIR} + extract-from-freebsd: # only for port maintainer. .if exists(/usr/src/lib) @${RM} -rf ${WRKSRC} diff --git a/www/libxpg4-ns/pkg-plist b/www/libxpg4-ns/pkg-plist index ea4d53a09276..343f355e7829 100644 --- a/www/libxpg4-ns/pkg-plist +++ b/www/libxpg4-ns/pkg-plist @@ -1,3 +1,5 @@ lib/aout/libxpg4-ns.a lib/aout/libxpg4-ns.so.2.0 lib/aout/libxpg4-ns_p.a +@exec env OBJFORMAT=aout ldconfig -m %B +@unexec env OBJFORMAT=aout ldconfig -R %B diff --git a/www/mod_perl2/Makefile b/www/mod_perl2/Makefile deleted file mode 100644 index 5604af944435..000000000000 --- a/www/mod_perl2/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# New ports collection makefile for: mod_perl -# Date created: November 5th 1999 -# Whom: Sheldon Hearn <sheldonh@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= mod_perl -PORTVERSION= 1.24 -CATEGORIES= www perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Apache - -MAINTAINER= sheldonh@FreeBSD.org - -BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 -RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 - -USE_PERL5= YES - -MAN3= Apache.3 Apache::Constants.3 Apache::ExtUtils.3 \ - Apache::FakeRequest.3 Apache::File.3 Apache::Leak.3 \ - Apache::Log.3 Apache::Options.3 \ - Apache::PerlRun.3 Apache::PerlRunXS.3 \ - Apache::RedirectLogFix.3 \ - Apache::Registry.3 Apache::SizeLimit.3 \ - Apache::Status.3 Apache::Symbol.3 Apache::Symdump.3 \ - Apache::Table.3 Apache::URI.3 Apache::Util.3 \ - Apache::httpd_conf.3 Apache::src.3 Bundle::Apache.3 \ - Apache::Debug.3 mod_perl.3 Apache::SIG.3 Apache::Resource.3 \ - Apache::RegistryLoader.3 Apache::StatINC.3 Apache::Include.3 \ - Apache::PerlSections.3 cgi_to_mod_perl.3 \ - mod_perl_cvs.3 mod_perl_method_handlers.3 mod_perl_traps.3 \ - mod_perl_tuning.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 400000 -BROKEN= "see PR 14924; use p5-Apache instead" -.endif - -do-configure: - @ cd ${WRKSRC}; \ - ${PERL5} Makefile.PL USE_APXS=1 EVERYTHING=1 \ - WITH_APXS=${LOCALBASE}/sbin/apxs \ - PERL_EXTRA_CFLAGS='-DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\"' - -post-install: - ${MKDIR} ${PREFIX}/include/apache/modules/perl - ${INSTALL_DATA} ${WRKSRC}/src/modules/perl/*.h \ - ${PREFIX}/include/apache/modules/perl - ${SH} ${PKGINSTALL} - -.include <bsd.port.post.mk> diff --git a/www/mod_perl2/distinfo b/www/mod_perl2/distinfo deleted file mode 100644 index 787871909b0f..000000000000 --- a/www/mod_perl2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mod_perl-1.24.tar.gz) = 08d0ac4c9e2436fdb038021ae8826a8c diff --git a/www/mod_perl2/pkg-comment b/www/mod_perl2/pkg-comment deleted file mode 100644 index 94191384426a..000000000000 --- a/www/mod_perl2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Embeds a Perl interpreter in the Apache server diff --git a/www/mod_perl2/pkg-descr b/www/mod_perl2/pkg-descr deleted file mode 100644 index b88705f98b67..000000000000 --- a/www/mod_perl2/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The Apache/Perl integration project brings together the full power of -the Perl programming language and the Apache HTTP server. With mod_perl -it is possible to write Apache modules entirely in Perl. In addition, -the persistent interpreter embedded in the server avoids the overhead of -starting an external interpreter and the penalty of Perl start-up time. - -WWW: http://perl.apache.org/ diff --git a/www/mod_perl2/pkg-install b/www/mod_perl2/pkg-install deleted file mode 100644 index e8febee63725..000000000000 --- a/www/mod_perl2/pkg-install +++ /dev/null @@ -1,65 +0,0 @@ -#!/bin/sh -# -# Try to activate mod_perl in the installed httpd.conf and warn -# if this fails. This script could be replaced with a simple @exec -# line in the PLIST if the apache13 package installed an httpd.conf. -# -# $FreeBSD$ -# - -if [ "$2" != "POST-INSTALL" ]; then - exit 0 -fi - -TMPDIR=${TMPDIR:=/tmp} -PKG_TMPDIR=${PKG_TMPDIR:=${TMPDIR}} - -apxscmd=${PKG_PREFIX}/sbin/apxs -perlmod=${PKG_PREFIX}/libexec/apache/libperl.so -tmpdir=${PKG_TMPDIR}/instmod_perl.$$ - -if [ ! -x ${apxscmd} ]; then - echo Can\'t find the apxs program: ${apxscmd}. - exit 1 -fi - -confdir=`${apxscmd} -q SYSCONFDIR` - -if [ ! -d ${confdir} ]; then - echo Can\'t find Apache conf dir: ${confdir} - exit 1 -fi - -if [ ! -f ${confdir}/httpd.conf ]; then - if [ ! -f ${confdir}/httpd.conf.default ]; then - echo Can\'t find either of ${confdir}/httpd.conf nor - echo ${confdir}/httpd.conf.default. - exit 1 - fi - - if ! mkdir ${tmpdir}; then - echo Can\'t create temporary directory: ${tmpdir} - exit 1 - fi - - cp ${confdir}/httpd.conf.default ${tmpdir}/httpd.conf - if ${apxscmd} -e -S SYSCONFDIR=${tmpdir} -a -n perl ${perlmod}; then - echo Updating httpd.conf.default in config dir: ${confdir} - cat ${tmpdir}/httpd.conf > ${confdir}/httpd.conf.default - rm -rf ${tmpdir} - exit 0 - else - rm -rf ${tmpdir} - echo The apxs command failed to activate mod_perl in the config - echo file: ${tmpdir}/httpd.conf. - exit 1 - fi -elif ${apxscmd} -e -a -n perl ${perlmod}; then - exit 0 -else - echo The apxs command failed to activate mod_perl in the config - echo file: ${confdir}/httpd.conf - exit 1 -fi - -exit 0 diff --git a/www/mod_perl2/pkg-plist b/www/mod_perl2/pkg-plist deleted file mode 100644 index 66e0bab641e0..000000000000 --- a/www/mod_perl2/pkg-plist +++ /dev/null @@ -1,78 +0,0 @@ -include/apache/modules/perl/apache_inc.h -include/apache/modules/perl/mod_perl.h -include/apache/modules/perl/mod_perl_version.h -include/apache/modules/perl/mod_perl_xs.h -include/apache/modules/perl/perl_PL.h -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/Connection.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/Constants.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/Constants/Exports.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/Debug.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/ExtUtils.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/FakeRequest.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/File.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/Include.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/Leak.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/Log.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/ModuleConfig.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/MyConfig.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/Opcode.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/Options.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/PerlRun.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/PerlRunXS.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/PerlSections.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/RedirectLogFix.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/Registry.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/RegistryBB.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/RegistryLoader.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/RegistryNG.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/Resource.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/SIG.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/Server.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/SizeLimit.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/StatINC.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/Status.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/Symbol.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/Symdump.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/Table.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/URI.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/Util.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/httpd_conf.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/src.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/test.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bundle/Apache.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Leak/Leak.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Leak/Leak.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Symbol/Symbol.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Symbol/Symbol.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/include/ap_config_auto.h -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/include/modules/perl/apache_inc.h -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/include/modules/perl/mod_perl.h -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/include/modules/perl/mod_perl_version.h -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/include/modules/perl/mod_perl_xs.h -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/include/modules/perl/perl_PL.h -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/mod_perl.exp -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/typemap -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/mod_perl/.packlist -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/cgi_to_mod_perl.pod -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/mod_perl.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/mod_perl.pod -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/mod_perl_cvs.pod -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/mod_perl_hooks.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/mod_perl_hooks.pm.PL -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/mod_perl_method_handlers.pod -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/mod_perl_traps.pod -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/mod_perl_tuning.pod -libexec/apache/libperl.so -@dirrm include/apache/modules/perl -@dirrm include/apache/modules -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/Constants -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Leak -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Symbol -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/include/modules/perl -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/include/modules -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/include -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/mod_perl -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bundle 2>/dev/null || true diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile deleted file mode 100644 index 33adeab19c18..000000000000 --- a/www/mod_php5/Makefile +++ /dev/null @@ -1,91 +0,0 @@ -# New ports collection makefile for: mod_php4 -# Date created: Sun May 28 11:31:54 CEST 2000 -# Whom: Dirk Froemberg <dirk@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= mod_php -PORTVERSION= 4.0.0 -CATEGORIES= www -MASTER_SITES= http://us.php.net/${PHP_DISTDIR}/ \ - http://php.he.net/${PHP_DISTDIR}/ \ - http://www.php3.de/${PHP_DISTDIR}/ \ - http://au.php.net:81/${PHP_DISTDIR}/ \ - http://at.php.net/${PHP_DISTDIR}/ \ - http://br.php.net/${PHP_DISTDIR}/ \ - http://php.easydns.com/${PHP_DISTDIR}/ \ - http://www.php.cz/${PHP_DISTDIR}/ \ - http://php3.globe.de/${PHP_DISTDIR}/ -DISTNAME= php-${PORTVERSION} - -MAINTAINER= dirk@FreeBSD.org - -BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 -RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 - -Y2K= http://www.php.net/y2k.php - -PHP_DISTDIR= version4/downloads - -APXS= ${PREFIX}/sbin/apxs - -USE_LIBTOOL= yes -CONFIGURE_ARGS= --with-apxs=${APXS} \ - --enable-versioning \ - --with-system-regex \ - --with-config-file-path=${PREFIX}/etc \ - --disable-debug \ - --enable-track-vars \ - --without-gd \ - --disable-pear - -SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ - TOUCH="${TOUCH}" \ - MKDIR="${MKDIR}" - -.if exists(${APXS}) -AP_LIBEXEC!= ${APXS} -q LIBEXEC -.else -AP_LIBEXEC= ${PREFIX}/libexec/apache -.endif - -PHPDOCDIR= ${PREFIX}/share/doc/php -PLIST_SUB= PHPDOCDIR=${PHPDOCDIR:S/^${PREFIX}\///} \ - AP_LIBEXEC=${AP_LIBEXEC:S/^${PREFIX}\///} - -pre-fetch: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.php - -post-install: - @${ECHO} "Restarting Apache..." - @${PREFIX}/sbin/apachectl restart - @${INSTALL_DATA} ${WRKSRC}/php.ini-dist ${PREFIX}/etc - -.if !defined(NOPORTDOCS) - @${MKDIR} ${PHPDOCDIR} -.for i in CODING_STANDARDS LICENSE - @${INSTALL_DATA} ${WRKSRC}/$i ${PHPDOCDIR} -.endfor -.endif - @${ECHO} "*****************************************************************************" - @${ECHO} "Make sure the mime.types are connected to the php module properly and" - @${ECHO} "index.php is part of your DirectoryIndex." - @${ECHO} "" - @${ECHO} "The following should be in your Apache configuration file:" - @${ECHO} "[...]" - @${ECHO} "DirectoryIndex index.php index.html" - @${ECHO} "[...]" - @${ECHO} "AddType application/x-httpd-php .php" - @${ECHO} "AddType application/x-httpd-php-source .phps" - @${ECHO} "[...]" - @${ECHO} "*****************************************************************************" - -post-clean: - @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc - -.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) -.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" -.endif - -.include <bsd.port.mk> diff --git a/www/mod_php5/distinfo b/www/mod_php5/distinfo deleted file mode 100644 index 758be08ac098..000000000000 --- a/www/mod_php5/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (php-4.0.0.tar.gz) = c273f284ee07f9b98b19d1f1deae1256 diff --git a/www/mod_php5/files/patch-aq b/www/mod_php5/files/patch-aq deleted file mode 100644 index ab4348c6ca4b..000000000000 --- a/www/mod_php5/files/patch-aq +++ /dev/null @@ -1,41 +0,0 @@ ---- configure.old Sat Jun 3 02:56:22 2000 -+++ configure Sat Jun 3 02:55:40 2000 -@@ -28966,7 +28966,6 @@ - eval "LIBRARY$unique=set" - - if test "cs" != "c"; then -- LIBS="-lcs $LIBS" - fi - - fi -@@ -28994,7 +28993,6 @@ - eval "LIBRARY$unique=set" - - if test "comn" != "c"; then -- LIBS="-lcomn $LIBS" - fi - - fi -@@ -29008,13 +29006,12 @@ - eval "LIBRARY$unique=set" - - if test "intl" != "c"; then -- LIBS="-lintl $LIBS" - fi - - fi - - -- SYBASE_CT_LIBS="-lcs -lct -lcomn -lintl" -+ SYBASE_CT_LIBS="-lct" - old_LDFLAGS=$LDFLAGS - LDFLAGS="$LDFLAGS -L$SYBASE_CT_LIBDIR" - echo $ac_n "checking for netg_errstr in -ltcl""... $ac_c" 1>&6 -@@ -29076,7 +29073,6 @@ - eval "LIBRARY$unique=set" - - if test "sybtcl" != "c"; then -- LIBS="-lsybtcl $LIBS" - fi - - fi diff --git a/www/mod_php5/files/patch-ar b/www/mod_php5/files/patch-ar deleted file mode 100644 index 705c48a41f13..000000000000 --- a/www/mod_php5/files/patch-ar +++ /dev/null @@ -1,29 +0,0 @@ ---- ext/sybase/sybase.c.orig Fri Jun 2 14:14:44 2000 -+++ ext/sybase/sybase.c Fri Jun 2 14:15:27 2000 -@@ -357,7 +357,7 @@ - RETURN_FALSE; - } - /* create the link */ -- if ((sybase.link=dbopen(sybase.login,host))==FAIL) { -+ if ((sybase.link=tdsdbopen(sybase.login,host))==FAIL) { - /*php_error(E_WARNING,"Sybase: Unable to connect to server: %s",sybase_error(sybase));*/ - efree(hashed_details); - dbloginfree(sybase.login); -@@ -393,7 +393,7 @@ - sybase_ptr = (sybase_link *) le->ptr; - /* test that the link hasn't died */ - if (DBDEAD(sybase_ptr->link)==TRUE) { -- if ((sybase_ptr->link=dbopen(sybase_ptr->login,host))==FAIL) { -+ if ((sybase_ptr->link=tdsdbopen(sybase_ptr->login,host))==FAIL) { - /*php_error(E_WARNING,"Sybase: Link to server lost, unable to reconnect");*/ - zend_hash_del(&EG(persistent_list), hashed_details, hashed_details_length+1); - efree(hashed_details); -@@ -440,7 +440,7 @@ - RETURN_FALSE; - } - -- if ((sybase.link=dbopen(sybase.login,host))==NULL) { -+ if ((sybase.link=tdsdbopen(sybase.login,host))==NULL) { - /*php_error(E_WARNING,"Sybase: Unable to connect to server: %s",sybase_error(sybase));*/ - efree(hashed_details); - RETURN_FALSE; diff --git a/www/mod_php5/files/patch-as b/www/mod_php5/files/patch-as deleted file mode 100644 index 755a0dc0e411..000000000000 --- a/www/mod_php5/files/patch-as +++ /dev/null @@ -1,17 +0,0 @@ ---- Makefile.in.orig Wed May 3 06:51:11 2000 -+++ Makefile.in Wed May 17 23:42:28 2000 -@@ -1,4 +1,4 @@ -- -+ - ZEND_DIR = $(srcdir)/Zend - SUBDIRS = Zend ext sapi $(TSRM_DIR) $(REGEX_DIR) . $(PEAR_DIR) - -@@ -29,7 +29,7 @@ - - targets = $(LTLIBRARY_NAME) $(PROGRAM_NAME) - --install_targets = install-sapi install-modules -+install_targets = install-sapi - - include $(top_srcdir)/build/rules.mk - include $(top_srcdir)/build/library.mk diff --git a/www/mod_php5/pkg-comment b/www/mod_php5/pkg-comment deleted file mode 100644 index e7a0ad78a7f3..000000000000 --- a/www/mod_php5/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -PHP4 module for Apache diff --git a/www/mod_php5/pkg-descr b/www/mod_php5/pkg-descr deleted file mode 100644 index cea408b8d551..000000000000 --- a/www/mod_php5/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Server-side, cross-platform, HTML embedded scripting language which -offers easy database integration. - -WWW: http://www.php.net/ diff --git a/www/mod_php5/pkg-message b/www/mod_php5/pkg-message deleted file mode 100644 index c984c30fe061..000000000000 --- a/www/mod_php5/pkg-message +++ /dev/null @@ -1,20 +0,0 @@ -***************************************************************************** -You have installed the mod_php4 package. - -Have a look at the mod_php4 _port_ if you need additional support for -databases other than MySQL, e. g. - -You can find it at -ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/ports/www/mod_php4.tar - -Make sure the mime.types are connected to the php module properly and -index.php is part of your DirectoryIndex. - -The following should be in your Apache configuration file: -[...] -DirectoryIndex index.php index.html -[...] -AddType application/x-httpd-php .php -AddType application/x-httpd-php-source .phps -[...] -***************************************************************************** diff --git a/www/mod_php5/pkg-plist b/www/mod_php5/pkg-plist deleted file mode 100644 index 1a0151f15fcf..000000000000 --- a/www/mod_php5/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -etc/php.ini-dist -%%AP_LIBEXEC%%/libphp4.so -@exec %D/sbin/apxs -e -a -n php4 %f -@unexec %D/sbin/apxs -e -A -n php4 %f -%%PHPDOCDIR%%/CODING_STANDARDS -%%PHPDOCDIR%%/LICENSE -@exec %D/sbin/apachectl restart -@unexec %D/sbin/apachectl restart diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php deleted file mode 100644 index b01f598c0d4d..000000000000 --- a/www/mod_php5/scripts/configure.php +++ /dev/null @@ -1,165 +0,0 @@ -#!/bin/sh -# $FreeBSD$ - -if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then - exit -fi - -if [ "${BATCH}" ]; then - set \"zlib\" \"MySQL\" -else - /usr/bin/dialog --title "configuration options" --clear \ - --checklist "\n\ -Please select desired options:" -1 -1 16 \ -GD "GD library support" OFF \ -FreeType "TrueType font rendering (implies GD)" OFF \ -zlib "zlib library support" ON \ -mcrypt "Encryption support" OFF \ -mhash "Crypto-hashing support" OFF \ -pdflib "pdflib support (implies zlib)" OFF \ -IMAP "IMAP support" OFF \ -MySQL "MySQL database support" ON \ -PostgreSQL "PostgreSQL database support" OFF \ -mSQL "mSQL database support" OFF \ -SybaseDB "Sybase/MS-SQL database support (DB-lib)" OFF \ -SybaseCT "Sybase/MS-SQL database support (CT-lib)" OFF \ -dBase "dBase database support" OFF \ -OpenLDAP "OpenLDAP support" OFF \ -SNMP "SNMP support" OFF \ -XML "XML support" OFF \ -FTP "File Transfer Protocol support" OFF \ -2> /tmp/checklist.tmp.$$ - - retval=$? - - if [ -s /tmp/checklist.tmp.$$ ]; then - set `cat /tmp/checklist.tmp.$$` - fi - rm -f /tmp/checklist.tmp.$$ - - 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 - -while [ "$1" ]; do - case $1 in - \"GD\") - echo "LIB_DEPENDS+= gd.1:\${PORTSDIR}/graphics/gd" - echo "CONFIGURE_ARGS+=--with-gd=\${PREFIX}" - GD=1 - ;; - \"FreeType\") - echo "LIB_DEPENDS+= ttf.4:\${PORTSDIR}/print/freetype" - echo "CONFIGURE_ARGS+=--with-ttf=\${PREFIX}" - if [ -z "$GD" ]; then - set $* \"GD\" - fi - ;; - \"zlib\") - echo "CONFIGURE_ARGS+=--with-zlib" - ZLIB=1 - ;; - \"mcrypt\") - echo "LIB_DEPENDS+= mcrypt-2.2.2:\${PORTSDIR}/security/libmcrypt" - echo "CONFIGURE_ARGS+=--with-mcrypt=\${PREFIX}" - ;; - \"mhash\") - echo "mhash is DISABLED for now. Ignoring." > /dev/stderr - ;; - \"nothing\") - echo "LIB_DEPENDS+= mhash.1:\${PORTSDIR}/security/mhash" - echo "CONFIGURE_ARGS+=--with-mhash=\${PREFIX}" - ;; - \"pdflib\") - echo "pdflib is DISABLED for now. Ignoring." > /dev/stderr - ;; - \"nothing\") - echo "LIB_DEPENDS+= pdf.2:\${PORTSDIR}/print/pdflib" - echo "CONFIGURE_ARGS+=--with-pdflib=\${PREFIX} \\" - echo " --with-jpeg-dir=\${PREFIX} \\" - echo " --with-tiff-dir=\${PREFIX}" - if [ -z "$ZLIB" ]; then - set $* \"zlib\" - fi - ;; - \"IMAP\") - echo "LIB_DEPENDS+= c-client4.7:\${PORTSDIR}/mail/imap-uw" - echo "CONFIGURE_ARGS+=--with-imap=\${PREFIX}" - ;; - \"MySQL\") - echo "LIB_DEPENDS+= mysqlclient.6:\${PORTSDIR}/databases/mysql322-client" - echo "CONFIGURE_ARGS+=--with-mysql=\${PREFIX}" - ;; - \"PostgreSQL\") - echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/databases/postgresql" - echo "CONFIGURE_ARGS+=--with-pgsql=\${PREFIX}/pgsql" - ;; - \"mSQL\") - echo "BUILD_DEPENDS+= msql:\${PORTSDIR}/databases/msql" - echo "CONFIGURE_ARGS+=--with-msql=\${PREFIX}" - ;; - \"SybaseDB\") - echo "LIB_DEPENDS+= sybdb.0:\${PORTSDIR}/databases/freetds" - echo "CONFIGURE_ARGS+=--with-sybase=\${PREFIX}" - if [ "$SYBASECT" ]; then - echo "SybaseDB and SybaseCT are mutually exclusive." > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - SYBASEDB=1 - ;; - \"SybaseCT\") - echo "LIB_DEPENDS+= ct.0:\${PORTSDIR}/databases/freetds" - echo "CONFIGURE_ARGS+=--with-sybase-ct=\${PREFIX}" - if [ "$SYBASEDB" ]; then - echo "SybaseDB and SybaseCT are mutually exclusive." > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - SYBASECT=1 - ;; - \"dBase\") - echo "CONFIGURE_ARGS+=--with-dbase" - ;; - \"OpenLDAP\") - echo "LIB_DEPENDS+= ldap.1:\${PORTSDIR}/net/openldap" - echo "LIB_DEPENDS+= lber.1:\${PORTSDIR}/net/openldap" - echo "CONFIGURE_ARGS+=--with-ldap=\${PREFIX}" - if [ -f /usr/lib/libkrb.a -a -f /usr/lib/libdes.a -a ! -L /usr/lib/libdes.a ]; then - echo "CONFIGURE_ENV+= LIBS='-lkrb -ldes -L\${PREFIX}/lib'" - fi - ;; - \"SNMP\") - echo "SNMP is DISABLED for now. Ignoring." > /dev/stderr - ;; - \"nothing\") - echo "LIB_DEPENDS+= snmp.4:\${PORTSDIR}/net/ucd-snmp" - echo "CONFIGURE_ARGS+=--with-snmp=\${PREFIX} --enable-ucd-snmp-hack" - ;; - \"XML\") - echo "BUILD_DEPENDS+= \${PREFIX}/lib/libexpat.a:\${PORTSDIR}/textproc/expat" - echo "BUILD_DEPENDS+= \${PREFIX}/include/xml/xmlparse.h:\${PORTSDIR}/textproc/expat" - echo "BUILD_DEPENDS+= \${PREFIX}/include/xml/xmltok.h:\${PORTSDIR}/textproc/expat" - echo "CONFIGURE_ARGS+=--with-xml=\${PREFIX}" - ;; - \"FTP\") - echo "CONFIGURE_ARGS+=--enable-ftp" - ;; - *) - echo "Invalid option(s): $*" > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - ;; - esac - shift -done diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile deleted file mode 100644 index f9a00bedb854..000000000000 --- a/www/mozilla-devel/Makefile +++ /dev/null @@ -1,69 +0,0 @@ -# New ports collection makefile for: mozilla -# Date created: 31 Mar 1998 -# Whom: eivind/dima/jseger -# -# $FreeBSD$ -# - -PORTNAME= mozilla -PORTVERSION= M15 -CATEGORIES= www -MASTER_SITES= ftp://ftp.mozilla.org/pub/mozilla/releases/${PORTVERSION:S/M/m/}/src/ -DISTNAME= ${PORTNAME}-source-${PORTVERSION} - -MAINTAINER= reg@FreeBSD.org - -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ - IDL.2:${PORTSDIR}/devel/ORBit - -GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - -WRKSRC= ${WRKDIR}/${PORTNAME} - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_PERL5= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_NEWGCC= yes -CONFIGURE_ARGS= \ - --disable-cpp-rtti \ - --disable-debug \ - --disable-idltool \ - --disable-md \ - --disable-pedantic \ - --disable-xterm-updates \ - --enable-cpp-exceptions \ - --enable-double-buffer \ - --enable-editor \ - --enable-mailnews \ - --enable-mathml \ - --enable-optimize \ - --enable-pics \ - --enable-tests \ - --enable-toolkit=gtk \ - --enable-x11-shm \ - --with-pthreads \ - --with-jpeg=${LOCALBASE} \ - --with-png=${LOCALBASE} -CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" \ - GTK_CONFIG="${GTK_CONFIG}" -MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin \ - CC_ONLY_FLAGS="${FLAGS}" CCC_ONLY_FLAGS="${CXXFLAGS}" - -post-build: - @${SED} -e "s;@PREFIX@;${PREFIX};g" \ - ${FILESDIR}/mozilla.sh >${WRKSRC}/mozilla - @${CHMOD} 555 ${WRKSRC}/mozilla - -do-install: - ${MKDIR} ${PREFIX}/lib/mozilla - ${CHMOD} 755 ${PREFIX}/lib/mozilla - cd ${WRKSRC}/dist/bin && ${TAR} -chf - * | \ - ${TAR} -xf - -C ${PREFIX}/lib/mozilla - ${INSTALL_SCRIPT} ${WRKSRC}/mozilla ${PREFIX}/bin - ${TOUCH} ${PREFIX}/lib/mozilla/component.reg - ${CHMOD} 666 ${PREFIX}/lib/mozilla/component.reg - -.include <bsd.port.mk> diff --git a/www/mozilla-devel/distinfo b/www/mozilla-devel/distinfo deleted file mode 100644 index 0078bd4a78d5..000000000000 --- a/www/mozilla-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mozilla-source-M15.tar.bz2) = 75b1ed5e934fb86d8b3a049f87b60e22 diff --git a/www/mozilla-devel/files/mozilla.sh b/www/mozilla-devel/files/mozilla.sh deleted file mode 100644 index 921c334f6073..000000000000 --- a/www/mozilla-devel/files/mozilla.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -cd @PREFIX@/lib/mozilla -exec ./mozilla $* diff --git a/www/mozilla-devel/files/patch-ak b/www/mozilla-devel/files/patch-ak deleted file mode 100644 index 3b430ef27dc2..000000000000 --- a/www/mozilla-devel/files/patch-ak +++ /dev/null @@ -1,19 +0,0 @@ ---- nsprpub/pr/include/md/_freebsd.h.orig Wed Dec 22 15:39:04 1999 -+++ nsprpub/pr/include/md/_freebsd.h Thu Feb 3 03:48:20 2000 -@@ -21,6 +21,7 @@ - - #include "prthread.h" - -+#include <sys/param.h> - #include <sys/syscall.h> - - #define PR_LINKER_ARCH "freebsd" -@@ -49,7 +50,7 @@ - #define _PR_HAVE_SOCKADDR_LEN - #define _PR_STAT_HAS_ST_ATIMESPEC - #define _PR_NO_LARGE_FILES --#if ( __FreeBSD__ > 2 ) -+#if ( __FreeBSD_version >= 220000 ) && ( __FreeBSD_version < 400008 ) - #if !defined(_PR_PTHREADS) - /* - * libc_r doesn't have poll(). Although libc has poll(), it is not diff --git a/www/mozilla-devel/files/patch-mi b/www/mozilla-devel/files/patch-mi deleted file mode 100644 index 80768e265de9..000000000000 --- a/www/mozilla-devel/files/patch-mi +++ /dev/null @@ -1,22 +0,0 @@ ---- nsprpub/config/FreeBSD.mk.orig Wed Oct 20 14:19:53 1999 -+++ nsprpub/config/FreeBSD.mk Thu Feb 3 03:48:20 2000 -@@ -21,14 +21,16 @@ - - include $(MOD_DEPTH)/config/UNIX.mk - --CC = gcc --CCC = g++ - RANLIB = ranlib -+CCC = ${CXX} -+ -+# During FreeBSD port build, CFLAGS contains all of the optimizations -+# flags desired... -+OPTIMIZER = - - ifeq ($(OS_TEST),alpha) - CPU_ARCH = alpha - else --OS_REL_CFLAGS = -Di386 - CPU_ARCH = x86 - endif - CPU_ARCH_TAG = _$(CPU_ARCH) diff --git a/www/mozilla-devel/files/patch-qt b/www/mozilla-devel/files/patch-qt deleted file mode 100644 index b7964a4911ff..000000000000 --- a/www/mozilla-devel/files/patch-qt +++ /dev/null @@ -1,21 +0,0 @@ ---- configure.orig Thu Apr 13 19:18:25 2000 -+++ configure Thu Apr 20 09:07:57 2000 -@@ -5618,7 +5618,7 @@ - echo $ac_n "checking for Qt insanity""... $ac_c" 1>&6 - echo "configure:5620: checking for Qt insanity" >&5 - -- QT_CFLAGS="-I${QTDIR}/include/qt" -+ QT_CFLAGS="-I${QTDIR}/include/X11/qt" - QT_LIBS="-L/usr/X11R6/lib -L${QTDIR}/lib -lqt -lXext -lX11" - - # Check whether --with-static-qt or --without-static-qt was given. -@@ -7108,6 +7108,9 @@ - case "$target_os" in - os2*) - LIBS= -+ ;; -+freebsd*) -+ CPPFLAGS="${CPPFLAGS} ${X_CFLAGS}" - ;; - esac - for ac_hdr in sys/byteorder.h compat.h getopt.h diff --git a/www/mozilla-devel/pkg-comment b/www/mozilla-devel/pkg-comment deleted file mode 100644 index 8c8d8c1f088d..000000000000 --- a/www/mozilla-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The mozilla ver 0.0 communicator web-surfboard diff --git a/www/mozilla-devel/pkg-descr b/www/mozilla-devel/pkg-descr deleted file mode 100644 index ea15c853bf80..000000000000 --- a/www/mozilla-devel/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is the source code that Netscape released and will be used for -its next generation of browsers. It is intended for use by developers -and testers only. diff --git a/www/mozilla-devel/pkg-plist b/www/mozilla-devel/pkg-plist deleted file mode 100644 index 4ab98d4860ee..000000000000 --- a/www/mozilla-devel/pkg-plist +++ /dev/null @@ -1,1570 +0,0 @@ -bin/mozilla -lib/mozilla/CvtURL -lib/mozilla/DocStream -lib/mozilla/DumpColors -lib/mozilla/FilesTest -lib/mozilla/HelloWorld -lib/mozilla/INSTALL.xmlterm -lib/mozilla/OutTestData/doctype.xif -lib/mozilla/OutTestData/entityxif.out -lib/mozilla/OutTestData/entityxif.xif -lib/mozilla/OutTestData/htmltable.html -lib/mozilla/OutTestData/htmltable.out -lib/mozilla/OutTestData/mailquote.html -lib/mozilla/OutTestData/mailquote.out -lib/mozilla/OutTestData/plain.html -lib/mozilla/OutTestData/plainnowrap.out -lib/mozilla/OutTestData/plainwrap.out -lib/mozilla/OutTestData/simple.html -lib/mozilla/OutTestData/simplecopy.out -lib/mozilla/OutTestData/simplefmt.out -lib/mozilla/OutTestData/xifdthtml.out -lib/mozilla/OutTestData/xifdtplain.out -lib/mozilla/OutTestData/xifstuff.out -lib/mozilla/OutTestData/xifstuff.xif -lib/mozilla/PrimitiveTest -lib/mozilla/PropertiesTest -lib/mozilla/SimpleTypeLib -lib/mozilla/StringBundleTest -lib/mozilla/TestAtoms -lib/mozilla/TestAutoLock -lib/mozilla/TestCOMPtr -lib/mozilla/TestCRT -lib/mozilla/TestCSSParser -lib/mozilla/TestCSSPropertyLookup -lib/mozilla/TestCSSScanner -lib/mozilla/TestColorNames -lib/mozilla/TestCookie -lib/mozilla/TestFactory -lib/mozilla/TestFileInput -lib/mozilla/TestFileInput2 -lib/mozilla/TestID -lib/mozilla/TestInterfaceInfo -lib/mozilla/TestLineBreak -lib/mozilla/TestMSGCompose -lib/mozilla/TestObserverService -lib/mozilla/TestOutSinks -lib/mozilla/TestOutSinks.pl -lib/mozilla/TestOutput -lib/mozilla/TestPipes -lib/mozilla/TestProtocols -lib/mozilla/TestRect -lib/mozilla/TestRes -lib/mozilla/TestServMgr -lib/mozilla/TestSocketIO -lib/mozilla/TestSocketInput -lib/mozilla/TestSocketTransport -lib/mozilla/TestStreamConv -lib/mozilla/TestTXMgr -lib/mozilla/TestThreads -lib/mozilla/TestXPC -lib/mozilla/TestXPIDLString -lib/mozilla/TestXPTCInvoke -lib/mozilla/UnicharSelfTest -lib/mozilla/bloaturls.txt -lib/mozilla/chrome/addressbook/content/default/abAddressBookNameDialog.js -lib/mozilla/chrome/addressbook/content/default/abAddressBookNameDialog.xul -lib/mozilla/chrome/addressbook/content/default/abCardOverlay.js -lib/mozilla/chrome/addressbook/content/default/abCardOverlay.xul -lib/mozilla/chrome/addressbook/content/default/abCardViewOverlay.js -lib/mozilla/chrome/addressbook/content/default/abCardViewOverlay.xul -lib/mozilla/chrome/addressbook/content/default/abCommon.js -lib/mozilla/chrome/addressbook/content/default/abDirTreeOverlay.xul -lib/mozilla/chrome/addressbook/content/default/abEditCardDialog.xul -lib/mozilla/chrome/addressbook/content/default/abNewCardDialog.xul -lib/mozilla/chrome/addressbook/content/default/abResultsTreeOverlay.xul -lib/mozilla/chrome/addressbook/content/default/abSelectAddressesDialog.js -lib/mozilla/chrome/addressbook/content/default/abSelectAddressesDialog.xul -lib/mozilla/chrome/addressbook/content/default/addressbook.js -lib/mozilla/chrome/addressbook/content/default/addressbook.xul -lib/mozilla/chrome/addressbook/content/default/pref-addressing.xul -lib/mozilla/chrome/addressbook/locale/en-US/abAddressBookNameDialog.dtd -lib/mozilla/chrome/addressbook/locale/en-US/abCardOverlay.dtd -lib/mozilla/chrome/addressbook/locale/en-US/abCardViewOverlay.dtd -lib/mozilla/chrome/addressbook/locale/en-US/abDirTreeOverlay.dtd -lib/mozilla/chrome/addressbook/locale/en-US/abMainWindow.dtd -lib/mozilla/chrome/addressbook/locale/en-US/abNewCardDialog.dtd -lib/mozilla/chrome/addressbook/locale/en-US/abResultsTreeOverlay.dtd -lib/mozilla/chrome/addressbook/locale/en-US/abSelectAddressesDialog.dtd -lib/mozilla/chrome/addressbook/locale/en-US/pref-addressing.dtd -lib/mozilla/chrome/addressbook/skin/default/abnewmsg.gif -lib/mozilla/chrome/addressbook/skin/default/addressbook.css -lib/mozilla/chrome/addressbook/skin/default/edit.gif -lib/mozilla/chrome/addressbook/skin/default/list.gif -lib/mozilla/chrome/addressbook/skin/default/myaddrbk.gif -lib/mozilla/chrome/addressbook/skin/default/newcard.gif -lib/mozilla/chrome/addressbook/skin/default/newlist.gif -lib/mozilla/chrome/addressbook/skin/default/newmsgab.gif -lib/mozilla/chrome/addressbook/skin/default/person.gif -lib/mozilla/chrome/addressbook/skin/default/property.gif -lib/mozilla/chrome/bookmarks/content/default/bm-panel.js -lib/mozilla/chrome/bookmarks/content/default/bm-panel.xul -lib/mozilla/chrome/bookmarks/content/default/bm-props.js -lib/mozilla/chrome/bookmarks/content/default/bm-props.xul -lib/mozilla/chrome/bookmarks/content/default/bookmarks.js -lib/mozilla/chrome/bookmarks/content/default/bookmarks.xul -lib/mozilla/chrome/bookmarks/content/default/bookmarksDD.js -lib/mozilla/chrome/bookmarks/locale/en-US/bm-props.dtd -lib/mozilla/chrome/bookmarks/locale/en-US/bookmark.properties -lib/mozilla/chrome/bookmarks/locale/en-US/bookmarks.dtd -lib/mozilla/chrome/bookmarks/skin/default/bm-panel.css -lib/mozilla/chrome/bookmarks/skin/default/bm-props.css -lib/mozilla/chrome/bookmarks/skin/default/bookmark-folder-closed.gif -lib/mozilla/chrome/bookmarks/skin/default/bookmark-folder-open.gif -lib/mozilla/chrome/bookmarks/skin/default/bookmark-item.gif -lib/mozilla/chrome/bookmarks/skin/default/bookmarks.css -lib/mozilla/chrome/bookmarks/skin/default/iefavorite.gif -lib/mozilla/chrome/bookmarks/skin/default/manage-bookmarks.css -lib/mozilla/chrome/bookmarks/skin/default/personal-folder-closed.gif -lib/mozilla/chrome/bookmarks/skin/default/personal-folder-open.gif -lib/mozilla/chrome/directory/content/default/directory.js -lib/mozilla/chrome/directory/content/default/directory.xul -lib/mozilla/chrome/directory/locale/en-US/directory.dtd -lib/mozilla/chrome/directory/skin/default/directory.css -lib/mozilla/chrome/domviewer/content/default/DOMDataSourceViewer.css -lib/mozilla/chrome/domviewer/content/default/DOMDataSourceViewer.js -lib/mozilla/chrome/domviewer/content/default/DOMDataSourceViewer.xul -lib/mozilla/chrome/domviewer/content/default/DOMTree.xul -lib/mozilla/chrome/domviewer/content/default/domviewer.html -lib/mozilla/chrome/editor/content/default/EdAECSSAttributes.js -lib/mozilla/chrome/editor/content/default/EdAEHTMLAttributes.js -lib/mozilla/chrome/editor/content/default/EdAEJSEAttributes.js -lib/mozilla/chrome/editor/content/default/EdAdvancedEdit.js -lib/mozilla/chrome/editor/content/default/EdAdvancedEdit.xul -lib/mozilla/chrome/editor/content/default/EdColorProps.js -lib/mozilla/chrome/editor/content/default/EdColorProps.xul -lib/mozilla/chrome/editor/content/default/EdDialogCommon.js -lib/mozilla/chrome/editor/content/default/EdDialogOverlay.xul -lib/mozilla/chrome/editor/content/default/EdDictionary.js -lib/mozilla/chrome/editor/content/default/EdDictionary.xul -lib/mozilla/chrome/editor/content/default/EdHLineProps.js -lib/mozilla/chrome/editor/content/default/EdHLineProps.xul -lib/mozilla/chrome/editor/content/default/EdImageMap.js -lib/mozilla/chrome/editor/content/default/EdImageMap.xul -lib/mozilla/chrome/editor/content/default/EdImageMapHotSpot.js -lib/mozilla/chrome/editor/content/default/EdImageMapHotSpot.xul -lib/mozilla/chrome/editor/content/default/EdImageMapPage.html -lib/mozilla/chrome/editor/content/default/EdImageMapShapes.js -lib/mozilla/chrome/editor/content/default/EdImageProps.js -lib/mozilla/chrome/editor/content/default/EdImageProps.xul -lib/mozilla/chrome/editor/content/default/EdInsSrc.js -lib/mozilla/chrome/editor/content/default/EdInsSrc.xul -lib/mozilla/chrome/editor/content/default/EdInsertTable.js -lib/mozilla/chrome/editor/content/default/EdInsertTable.xul -lib/mozilla/chrome/editor/content/default/EdLinkProps.js -lib/mozilla/chrome/editor/content/default/EdLinkProps.xul -lib/mozilla/chrome/editor/content/default/EdListProps.js -lib/mozilla/chrome/editor/content/default/EdListProps.xul -lib/mozilla/chrome/editor/content/default/EdMessage.js -lib/mozilla/chrome/editor/content/default/EdMessage.xul -lib/mozilla/chrome/editor/content/default/EdNamedAnchorProps.js -lib/mozilla/chrome/editor/content/default/EdNamedAnchorProps.xul -lib/mozilla/chrome/editor/content/default/EdPageProps.js -lib/mozilla/chrome/editor/content/default/EdPageProps.xul -lib/mozilla/chrome/editor/content/default/EdSpellCheck.js -lib/mozilla/chrome/editor/content/default/EdSpellCheck.xul -lib/mozilla/chrome/editor/content/default/EdTableProps.js -lib/mozilla/chrome/editor/content/default/EdTableProps.xul -lib/mozilla/chrome/editor/content/default/EditorCommands.js -lib/mozilla/chrome/editor/content/default/EditorCommandsDebug.js -lib/mozilla/chrome/editor/content/default/EditorContent.css -lib/mozilla/chrome/editor/content/default/EditorInitPage.html -lib/mozilla/chrome/editor/content/default/EditorInitPagePlain.html -lib/mozilla/chrome/editor/content/default/EditorOverride.css -lib/mozilla/chrome/editor/content/default/EditorParagraphMarks.css -lib/mozilla/chrome/editor/content/default/EditorStyles1.css -lib/mozilla/chrome/editor/content/default/TextEditorAppShell.xul -lib/mozilla/chrome/editor/content/default/editor.xul -lib/mozilla/chrome/editor/content/default/editorOverlay.js -lib/mozilla/chrome/editor/content/default/editorOverlay.xul -lib/mozilla/chrome/editor/content/default/sb-FileWidgetFileHandler.js -lib/mozilla/chrome/editor/content/default/sb-bookmarks-panel.xul -lib/mozilla/chrome/editor/content/default/sb-bookmarks.js -lib/mozilla/chrome/editor/content/default/sb-file-contextMenu.js -lib/mozilla/chrome/editor/content/default/sb-file-panel.js -lib/mozilla/chrome/editor/content/default/sb-file-panel.xul -lib/mozilla/chrome/editor/content/default/sidebar-editor.rdf -lib/mozilla/chrome/editor/content/default/sidebar-editor.xul -lib/mozilla/chrome/editor/locale/en-US/EdAdvancedEdit.dtd -lib/mozilla/chrome/editor/locale/en-US/EdDialogOverlay.dtd -lib/mozilla/chrome/editor/locale/en-US/EdNamedAnchorProperties.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorColorProperties.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorHLineProperties.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorImageMap.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorImageMapHotSpot.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorImageProperties.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorInsertSource.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorInsertTable.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorLinkProperties.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorListProperties.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorPageProperties.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorPersonalDictionary.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorSpellCheck.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorTableProperties.dtd -lib/mozilla/chrome/editor/locale/en-US/editor.dtd -lib/mozilla/chrome/editor/locale/en-US/editor.properties -lib/mozilla/chrome/editor/locale/en-US/editorOverlay.dtd -lib/mozilla/chrome/editor/locale/en-US/sidebar-editor-rdf.dtd -lib/mozilla/chrome/editor/locale/en-US/sidebar-editor.dtd -lib/mozilla/chrome/editor/locale/en-US/viewSource.dtd -lib/mozilla/chrome/editor/skin/default/EdImageMap.css -lib/mozilla/chrome/editor/skin/default/EdImageMapPage.css -lib/mozilla/chrome/editor/skin/default/EditorDialog.css -lib/mozilla/chrome/editor/skin/default/EditorToolbars.css -lib/mozilla/chrome/editor/skin/default/editor.css -lib/mozilla/chrome/editor/skin/default/images/Map_Copy.gif -lib/mozilla/chrome/editor/skin/default/images/Map_Cut.gif -lib/mozilla/chrome/editor/skin/default/images/Map_Paste.gif -lib/mozilla/chrome/editor/skin/default/images/Map_checker.gif -lib/mozilla/chrome/editor/skin/default/images/Map_circleTool.gif -lib/mozilla/chrome/editor/skin/default/images/Map_contrast.gif -lib/mozilla/chrome/editor/skin/default/images/Map_pointerTool.gif -lib/mozilla/chrome/editor/skin/default/images/Map_polygonTool.gif -lib/mozilla/chrome/editor/skin/default/images/Map_rectangleTool.gif -lib/mozilla/chrome/editor/skin/default/images/Map_zoomIn.gif -lib/mozilla/chrome/editor/skin/default/images/Map_zoomOut.gif -lib/mozilla/chrome/editor/skin/default/images/align.gif -lib/mozilla/chrome/editor/skin/default/images/anchor-in-doc.gif -lib/mozilla/chrome/editor/skin/default/images/anchor-white.gif -lib/mozilla/chrome/editor/skin/default/images/anchor.gif -lib/mozilla/chrome/editor/skin/default/images/bold.gif -lib/mozilla/chrome/editor/skin/default/images/bullets.gif -lib/mozilla/chrome/editor/skin/default/images/center.gif -lib/mozilla/chrome/editor/skin/default/images/color.gif -lib/mozilla/chrome/editor/skin/default/images/dec-font-size.gif -lib/mozilla/chrome/editor/skin/default/images/div.gif -lib/mozilla/chrome/editor/skin/default/images/find.gif -lib/mozilla/chrome/editor/skin/default/images/hline-white.gif -lib/mozilla/chrome/editor/skin/default/images/hline.gif -lib/mozilla/chrome/editor/skin/default/images/hover-teal.gif -lib/mozilla/chrome/editor/skin/default/images/image-white.gif -lib/mozilla/chrome/editor/skin/default/images/image.gif -lib/mozilla/chrome/editor/skin/default/images/img-align-bottom.gif -lib/mozilla/chrome/editor/skin/default/images/img-align-left.gif -lib/mozilla/chrome/editor/skin/default/images/img-align-middle.gif -lib/mozilla/chrome/editor/skin/default/images/img-align-right.gif -lib/mozilla/chrome/editor/skin/default/images/img-align-top.gif -lib/mozilla/chrome/editor/skin/default/images/inc-font-size.gif -lib/mozilla/chrome/editor/skin/default/images/indent.gif -lib/mozilla/chrome/editor/skin/default/images/italic.gif -lib/mozilla/chrome/editor/skin/default/images/justify.gif -lib/mozilla/chrome/editor/skin/default/images/left.gif -lib/mozilla/chrome/editor/skin/default/images/link-white.gif -lib/mozilla/chrome/editor/skin/default/images/link.gif -lib/mozilla/chrome/editor/skin/default/images/newfile.gif -lib/mozilla/chrome/editor/skin/default/images/numbers.gif -lib/mozilla/chrome/editor/skin/default/images/object-popup.gif -lib/mozilla/chrome/editor/skin/default/images/openfile.gif -lib/mozilla/chrome/editor/skin/default/images/outdent.gif -lib/mozilla/chrome/editor/skin/default/images/preview.gif -lib/mozilla/chrome/editor/skin/default/images/print.gif -lib/mozilla/chrome/editor/skin/default/images/publish.gif -lib/mozilla/chrome/editor/skin/default/images/right.gif -lib/mozilla/chrome/editor/skin/default/images/savefile.gif -lib/mozilla/chrome/editor/skin/default/images/savemod.gif -lib/mozilla/chrome/editor/skin/default/images/span.gif -lib/mozilla/chrome/editor/skin/default/images/spell.gif -lib/mozilla/chrome/editor/skin/default/images/table-white.gif -lib/mozilla/chrome/editor/skin/default/images/table.gif -lib/mozilla/chrome/editor/skin/default/images/underline.gif -lib/mozilla/chrome/global/content/default/PSMTaskMenu.xul -lib/mozilla/chrome/global/content/default/about.html -lib/mozilla/chrome/global/content/default/about.xul -lib/mozilla/chrome/global/content/default/browserBindings.xul -lib/mozilla/chrome/global/content/default/charsetDetectorsOverlay.js -lib/mozilla/chrome/global/content/default/charsetDetectorsOverlay.xul -lib/mozilla/chrome/global/content/default/charsetOverlay.js -lib/mozilla/chrome/global/content/default/charsetOverlay.xul -lib/mozilla/chrome/global/content/default/commonDialog.js -lib/mozilla/chrome/global/content/default/commonDialog.xul -lib/mozilla/chrome/global/content/default/console.js -lib/mozilla/chrome/global/content/default/console.xul -lib/mozilla/chrome/global/content/default/credits.html -lib/mozilla/chrome/global/content/default/dialogBindings.xml -lib/mozilla/chrome/global/content/default/dialogOverlay.js -lib/mozilla/chrome/global/content/default/dialogOverlay.xul -lib/mozilla/chrome/global/content/default/downloadProgress.js -lib/mozilla/chrome/global/content/default/downloadProgress.xul -lib/mozilla/chrome/global/content/default/editorBindings.xul -lib/mozilla/chrome/global/content/default/filepicker.js -lib/mozilla/chrome/global/content/default/filepicker.xul -lib/mozilla/chrome/global/content/default/finddialog.js -lib/mozilla/chrome/global/content/default/finddialog.xul -lib/mozilla/chrome/global/content/default/globalBindings.xml -lib/mozilla/chrome/global/content/default/globalOverlay.js -lib/mozilla/chrome/global/content/default/globalOverlay.xul -lib/mozilla/chrome/global/content/default/hiddenWindow.xul -lib/mozilla/chrome/global/content/default/inputBindings.xul -lib/mozilla/chrome/global/content/default/logo.gif -lib/mozilla/chrome/global/content/default/mozilla.html -lib/mozilla/chrome/global/content/default/platformBrowserBindings.xul -lib/mozilla/chrome/global/content/default/platformDialogOverlay.xul -lib/mozilla/chrome/global/content/default/platformEditorBindings.xul -lib/mozilla/chrome/global/content/default/platformGlobalOverlay.xul -lib/mozilla/chrome/global/content/default/platformInputBindings.xul -lib/mozilla/chrome/global/content/default/platformTextAreaBindings.xul -lib/mozilla/chrome/global/content/default/selectDialog.js -lib/mozilla/chrome/global/content/default/selectDialog.xul -lib/mozilla/chrome/global/content/default/strres.js -lib/mozilla/chrome/global/content/default/taskbarOverlay.xul -lib/mozilla/chrome/global/content/default/tasksOverlay.js -lib/mozilla/chrome/global/content/default/tasksOverlay.xul -lib/mozilla/chrome/global/content/default/tasksOverlay.xul.bak -lib/mozilla/chrome/global/content/default/textAreaBindings.xul -lib/mozilla/chrome/global/content/default/treePopups.js -lib/mozilla/chrome/global/content/default/unknownContent.js -lib/mozilla/chrome/global/content/default/unknownContent.xul -lib/mozilla/chrome/global/content/default/widgetStateManager.js -lib/mozilla/chrome/global/content/default/wizardHandlerSet.js -lib/mozilla/chrome/global/content/default/wizardManager.js -lib/mozilla/chrome/global/content/default/wizardOverlay.js -lib/mozilla/chrome/global/content/default/wizardOverlay.xul -lib/mozilla/chrome/global/locale/en-US/PSMTaskMenu.dtd -lib/mozilla/chrome/global/locale/en-US/about.dtd -lib/mozilla/chrome/global/locale/en-US/appstrings.properties -lib/mozilla/chrome/global/locale/en-US/brand.dtd -lib/mozilla/chrome/global/locale/en-US/brand.properties -lib/mozilla/chrome/global/locale/en-US/charsetDetectorsOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/charsetOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/commonDialog.dtd -lib/mozilla/chrome/global/locale/en-US/console.dtd -lib/mozilla/chrome/global/locale/en-US/dialogOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/downloadProgress.dtd -lib/mozilla/chrome/global/locale/en-US/downloadProgress.properties -lib/mozilla/chrome/global/locale/en-US/filepicker.properties -lib/mozilla/chrome/global/locale/en-US/finddialog.dtd -lib/mozilla/chrome/global/locale/en-US/globalOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/platformDialogOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/platformGlobalOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/taskbarOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/tasksOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/unknownContent.dtd -lib/mozilla/chrome/global/locale/en-US/unknownContent.properties -lib/mozilla/chrome/global/locale/en-US/wizardManager.properties -lib/mozilla/chrome/global/locale/en-US/wizardOverlay.dtd -lib/mozilla/chrome/global/skin/default/alert-icon.gif -lib/mozilla/chrome/global/skin/default/animthrob.gif -lib/mozilla/chrome/global/skin/default/animthrob_single.gif -lib/mozilla/chrome/global/skin/default/blank.gif -lib/mozilla/chrome/global/skin/default/button.css -lib/mozilla/chrome/global/skin/default/button28-bg-active.gif -lib/mozilla/chrome/global/skin/default/button28-bg-disabled.gif -lib/mozilla/chrome/global/skin/default/button28-bg-hover.gif -lib/mozilla/chrome/global/skin/default/button28-bg.gif -lib/mozilla/chrome/global/skin/default/button32-bg-active.gif -lib/mozilla/chrome/global/skin/default/button32-bg-disabled.gif -lib/mozilla/chrome/global/skin/default/button32-bg-hover.gif -lib/mozilla/chrome/global/skin/default/button32-bg.gif -lib/mozilla/chrome/global/skin/default/check-check-disabled.gif -lib/mozilla/chrome/global/skin/default/check-check.gif -lib/mozilla/chrome/global/skin/default/check-radio-disabled.gif -lib/mozilla/chrome/global/skin/default/check-radio.gif -lib/mozilla/chrome/global/skin/default/checkbox.css -lib/mozilla/chrome/global/skin/default/closedtwisty-selected.gif -lib/mozilla/chrome/global/skin/default/closedtwisty.gif -lib/mozilla/chrome/global/skin/default/colors.css -lib/mozilla/chrome/global/skin/default/commonDialog.css -lib/mozilla/chrome/global/skin/default/dialogOverlay.css -lib/mozilla/chrome/global/skin/default/dir-closed.gif -lib/mozilla/chrome/global/skin/default/dir-open.gif -lib/mozilla/chrome/global/skin/default/error-icon.gif -lib/mozilla/chrome/global/skin/default/filepicker.css -lib/mozilla/chrome/global/skin/default/global.css -lib/mozilla/chrome/global/skin/default/gray-bottomleft.gif -lib/mozilla/chrome/global/skin/default/gray-bottomright.gif -lib/mozilla/chrome/global/skin/default/gray-topright.gif -lib/mozilla/chrome/global/skin/default/grippy-horizontal-after.gif -lib/mozilla/chrome/global/skin/default/grippy-horizontal-before.gif -lib/mozilla/chrome/global/skin/default/grippy-vertical-after.gif -lib/mozilla/chrome/global/skin/default/grippy-vertical-before.gif -lib/mozilla/chrome/global/skin/default/lessCOls_dis.gif -lib/mozilla/chrome/global/skin/default/lessCols.gif -lib/mozilla/chrome/global/skin/default/lessCols_mo.gif -lib/mozilla/chrome/global/skin/default/menu-arrow-disabled.gif -lib/mozilla/chrome/global/skin/default/menu-arrow-hover.gif -lib/mozilla/chrome/global/skin/default/menu-arrow.gif -lib/mozilla/chrome/global/skin/default/menu-check-disabled.gif -lib/mozilla/chrome/global/skin/default/menu-check-hover.gif -lib/mozilla/chrome/global/skin/default/menu-check.gif -lib/mozilla/chrome/global/skin/default/menubutton.css -lib/mozilla/chrome/global/skin/default/menulist.css -lib/mozilla/chrome/global/skin/default/message-icon.gif -lib/mozilla/chrome/global/skin/default/moreCols.gif -lib/mozilla/chrome/global/skin/default/moreCols_dis.gif -lib/mozilla/chrome/global/skin/default/moreCols_mo.gif -lib/mozilla/chrome/global/skin/default/n-box-navbar.gif -lib/mozilla/chrome/global/skin/default/n-box.gif -lib/mozilla/chrome/global/skin/default/navbar-bg-begincap.gif -lib/mozilla/chrome/global/skin/default/navbar-bg.gif -lib/mozilla/chrome/global/skin/default/navbar-endcap.gif -lib/mozilla/chrome/global/skin/default/opentwisty-selected.gif -lib/mozilla/chrome/global/skin/default/opentwisty.gif -lib/mozilla/chrome/global/skin/default/otherbutton28-bg-active.gif -lib/mozilla/chrome/global/skin/default/otherbutton28-bg-hover.gif -lib/mozilla/chrome/global/skin/default/print.gif -lib/mozilla/chrome/global/skin/default/progressmeter-busy.gif -lib/mozilla/chrome/global/skin/default/question-icon.gif -lib/mozilla/chrome/global/skin/default/radio.css -lib/mozilla/chrome/global/skin/default/return-disabled.gif -lib/mozilla/chrome/global/skin/default/return.gif -lib/mozilla/chrome/global/skin/default/scroll-down-disabled.gif -lib/mozilla/chrome/global/skin/default/scroll-down-hover.gif -lib/mozilla/chrome/global/skin/default/scroll-down.gif -lib/mozilla/chrome/global/skin/default/scroll-left-disabled.gif -lib/mozilla/chrome/global/skin/default/scroll-left-hover.gif -lib/mozilla/chrome/global/skin/default/scroll-left.gif -lib/mozilla/chrome/global/skin/default/scroll-right-disabled.gif -lib/mozilla/chrome/global/skin/default/scroll-right-hover.gif -lib/mozilla/chrome/global/skin/default/scroll-right.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-horiz-disabled.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-horiz-hover.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-horiz.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-vert-disabled.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-vert-hover.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-vert.gif -lib/mozilla/chrome/global/skin/default/scroll-up-disabled.gif -lib/mozilla/chrome/global/skin/default/scroll-up-hover.gif -lib/mozilla/chrome/global/skin/default/scroll-up.gif -lib/mozilla/chrome/global/skin/default/scrollbars.css -lib/mozilla/chrome/global/skin/default/search.gif -lib/mozilla/chrome/global/skin/default/seltab-leftedge.gif -lib/mozilla/chrome/global/skin/default/seltab-rightedge.gif -lib/mozilla/chrome/global/skin/default/sortAscending.gif -lib/mozilla/chrome/global/skin/default/sortDescending.gif -lib/mozilla/chrome/global/skin/default/stop.gif -lib/mozilla/chrome/global/skin/default/tab-leftedge.gif -lib/mozilla/chrome/global/skin/default/tab-rightedge.gif -lib/mozilla/chrome/global/skin/default/taskbar-addressbook.gif -lib/mozilla/chrome/global/skin/default/taskbar-composer.gif -lib/mozilla/chrome/global/skin/default/taskbar-mail.gif -lib/mozilla/chrome/global/skin/default/taskbar-navigator.gif -lib/mozilla/chrome/global/skin/default/taskbar-popup-arrow.gif -lib/mozilla/chrome/global/skin/default/taskbar-tab-hover.gif -lib/mozilla/chrome/global/skin/default/taskbar-tab-minimized.gif -lib/mozilla/chrome/global/skin/default/taskbar-tab.gif -lib/mozilla/chrome/global/skin/default/tasksOverlay.css -lib/mozilla/chrome/global/skin/default/textfield.css -lib/mozilla/chrome/global/skin/default/toolbar-begincap.gif -lib/mozilla/chrome/global/skin/default/toolbar-dropdown-hover.gif -lib/mozilla/chrome/global/skin/default/toolbar-dropdown.gif -lib/mozilla/chrome/global/skin/default/toolbar-endcap.gif -lib/mozilla/chrome/global/skin/default/toolbar-menu-arrow-disabled.gif -lib/mozilla/chrome/global/skin/default/toolbar-menu-arrow-hover.gif -lib/mozilla/chrome/global/skin/default/toolbar-menu-arrow.gif -lib/mozilla/chrome/global/skin/default/tree.css -lib/mozilla/chrome/global/skin/default/wizardOverlay.css -lib/mozilla/chrome/history/content/default/history-test.js -lib/mozilla/chrome/history/content/default/history-test.xul -lib/mozilla/chrome/history/content/default/history.js -lib/mozilla/chrome/history/content/default/history.xul -lib/mozilla/chrome/history/locale/en-US/history.dtd -lib/mozilla/chrome/history/skin/default/history.css -lib/mozilla/chrome/htmlBindings.xml -lib/mozilla/chrome/layout/locale/en-US/HtmlForm.properties -lib/mozilla/chrome/messenger/content/default/AccountManager.js -lib/mozilla/chrome/messenger/content/default/AccountManager.xul -lib/mozilla/chrome/messenger/content/default/AccountWizard.js -lib/mozilla/chrome/messenger/content/default/AccountWizard.xul -lib/mozilla/chrome/messenger/content/default/FilterEditor.js -lib/mozilla/chrome/messenger/content/default/FilterEditor.xul -lib/mozilla/chrome/messenger/content/default/FilterListDialog.js -lib/mozilla/chrome/messenger/content/default/FilterListDialog.xul -lib/mozilla/chrome/messenger/content/default/SearchDialog.js -lib/mozilla/chrome/messenger/content/default/SearchDialog.xul -lib/mozilla/chrome/messenger/content/default/SearchOptions.xul -lib/mozilla/chrome/messenger/content/default/SmtpServerEdit.js -lib/mozilla/chrome/messenger/content/default/SmtpServerEdit.xul -lib/mozilla/chrome/messenger/content/default/SmtpServerList.js -lib/mozilla/chrome/messenger/content/default/SmtpServerList.xul -lib/mozilla/chrome/messenger/content/default/accountUtils.js -lib/mozilla/chrome/messenger/content/default/am-advanced.xul -lib/mozilla/chrome/messenger/content/default/am-copies.js -lib/mozilla/chrome/messenger/content/default/am-copies.xul -lib/mozilla/chrome/messenger/content/default/am-identity-advanced.js -lib/mozilla/chrome/messenger/content/default/am-identity-advanced.xul -lib/mozilla/chrome/messenger/content/default/am-imap-advanced.js -lib/mozilla/chrome/messenger/content/default/am-imap-advanced.xul -lib/mozilla/chrome/messenger/content/default/am-main.xul -lib/mozilla/chrome/messenger/content/default/am-server-top.xul -lib/mozilla/chrome/messenger/content/default/am-server.js -lib/mozilla/chrome/messenger/content/default/am-server.xul -lib/mozilla/chrome/messenger/content/default/am-serverwithnoidentities.js -lib/mozilla/chrome/messenger/content/default/am-serverwithnoidentities.xul -lib/mozilla/chrome/messenger/content/default/am-smtp.js -lib/mozilla/chrome/messenger/content/default/am-smtp.xul -lib/mozilla/chrome/messenger/content/default/attach.js -lib/mozilla/chrome/messenger/content/default/aw-accname.js -lib/mozilla/chrome/messenger/content/default/aw-accname.xul -lib/mozilla/chrome/messenger/content/default/aw-accounttype.js -lib/mozilla/chrome/messenger/content/default/aw-accounttype.xul -lib/mozilla/chrome/messenger/content/default/aw-done.js -lib/mozilla/chrome/messenger/content/default/aw-done.xul -lib/mozilla/chrome/messenger/content/default/aw-identity.js -lib/mozilla/chrome/messenger/content/default/aw-identity.xul -lib/mozilla/chrome/messenger/content/default/aw-login.js -lib/mozilla/chrome/messenger/content/default/aw-login.xul -lib/mozilla/chrome/messenger/content/default/aw-newsserver.xul -lib/mozilla/chrome/messenger/content/default/aw-overlay.xul -lib/mozilla/chrome/messenger/content/default/aw-server.js -lib/mozilla/chrome/messenger/content/default/aw-server.xul -lib/mozilla/chrome/messenger/content/default/commandglue.js -lib/mozilla/chrome/messenger/content/default/custreceipt.xul -lib/mozilla/chrome/messenger/content/default/downloadheaders.js -lib/mozilla/chrome/messenger/content/default/downloadheaders.xul -lib/mozilla/chrome/messenger/content/default/fieldMapExport.js -lib/mozilla/chrome/messenger/content/default/fieldMapExport.xul -lib/mozilla/chrome/messenger/content/default/fieldMapImport.js -lib/mozilla/chrome/messenger/content/default/fieldMapImport.xul -lib/mozilla/chrome/messenger/content/default/folderPane.xul -lib/mozilla/chrome/messenger/content/default/importDialog.js -lib/mozilla/chrome/messenger/content/default/importDialog.xul -lib/mozilla/chrome/messenger/content/default/importProgress.js -lib/mozilla/chrome/messenger/content/default/importProgress.xul -lib/mozilla/chrome/messenger/content/default/ispUtils.js -lib/mozilla/chrome/messenger/content/default/mailContextMenus.js -lib/mozilla/chrome/messenger/content/default/messenger.xul -lib/mozilla/chrome/messenger/content/default/messengerdnd.js -lib/mozilla/chrome/messenger/content/default/mime.js -lib/mozilla/chrome/messenger/content/default/msgFolderPickerOverlay.js -lib/mozilla/chrome/messenger/content/default/msgFolderPickerOverlay.xul -lib/mozilla/chrome/messenger/content/default/msgHdrViewAddresses.js -lib/mozilla/chrome/messenger/content/default/msgHdrViewOverlay.js -lib/mozilla/chrome/messenger/content/default/msgHdrViewOverlay.xul -lib/mozilla/chrome/messenger/content/default/msgMail3PaneWindow.js -lib/mozilla/chrome/messenger/content/default/msgPrintEngine.js -lib/mozilla/chrome/messenger/content/default/msgPrintEngine.xul -lib/mozilla/chrome/messenger/content/default/msgViewNavigation.js -lib/mozilla/chrome/messenger/content/default/newFolderNameDialog.js -lib/mozilla/chrome/messenger/content/default/newFolderNameDialog.xul -lib/mozilla/chrome/messenger/content/default/platformMailnewsOverlay.xul -lib/mozilla/chrome/messenger/content/default/pref-diskspace.xul -lib/mozilla/chrome/messenger/content/default/pref-mailnews.js -lib/mozilla/chrome/messenger/content/default/pref-mailnews.xul -lib/mozilla/chrome/messenger/content/default/pref-receipts.xul -lib/mozilla/chrome/messenger/content/default/pref-winsetting.xul -lib/mozilla/chrome/messenger/content/default/renameFolderNameDialog.xul -lib/mozilla/chrome/messenger/content/default/shareglue.js -lib/mozilla/chrome/messenger/content/default/sidebar-messenger.rdf -lib/mozilla/chrome/messenger/content/default/sidebar-messenger.xul -lib/mozilla/chrome/messenger/content/default/smtpEditOverlay.js -lib/mozilla/chrome/messenger/content/default/smtpEditOverlay.xul -lib/mozilla/chrome/messenger/content/default/subscribe.js -lib/mozilla/chrome/messenger/content/default/subscribe.xul -lib/mozilla/chrome/messenger/content/default/subscribeDialog.xul -lib/mozilla/chrome/messenger/content/default/threadPane.xul -lib/mozilla/chrome/messenger/content/default/widgetglue.js -lib/mozilla/chrome/messenger/locale/en-US/AccountManager.dtd -lib/mozilla/chrome/messenger/locale/en-US/AccountWizard.dtd -lib/mozilla/chrome/messenger/locale/en-US/FilterEditor.dtd -lib/mozilla/chrome/messenger/locale/en-US/FilterListDialog.dtd -lib/mozilla/chrome/messenger/locale/en-US/SearchDialog.dtd -lib/mozilla/chrome/messenger/locale/en-US/SearchOptions.dtd -lib/mozilla/chrome/messenger/locale/en-US/SmtpServerList.dtd -lib/mozilla/chrome/messenger/locale/en-US/am-advanced.dtd -lib/mozilla/chrome/messenger/locale/en-US/am-copies.dtd -lib/mozilla/chrome/messenger/locale/en-US/am-identity-advanced.dtd -lib/mozilla/chrome/messenger/locale/en-US/am-imap-advanced.dtd -lib/mozilla/chrome/messenger/locale/en-US/am-main.dtd -lib/mozilla/chrome/messenger/locale/en-US/am-server-top.dtd -lib/mozilla/chrome/messenger/locale/en-US/am-serverwithnoidentities.dtd -lib/mozilla/chrome/messenger/locale/en-US/aw-accname.dtd -lib/mozilla/chrome/messenger/locale/en-US/aw-accounttype.dtd -lib/mozilla/chrome/messenger/locale/en-US/aw-done.dtd -lib/mozilla/chrome/messenger/locale/en-US/aw-email.dtd -lib/mozilla/chrome/messenger/locale/en-US/aw-identity.dtd -lib/mozilla/chrome/messenger/locale/en-US/aw-login.dtd -lib/mozilla/chrome/messenger/locale/en-US/aw-mailtype.dtd -lib/mozilla/chrome/messenger/locale/en-US/aw-server.dtd -lib/mozilla/chrome/messenger/locale/en-US/custreceipt.dtd -lib/mozilla/chrome/messenger/locale/en-US/downloadheaders.dtd -lib/mozilla/chrome/messenger/locale/en-US/fieldMapImport.dtd -lib/mozilla/chrome/messenger/locale/en-US/folderpane.dtd -lib/mozilla/chrome/messenger/locale/en-US/imapMsgs.properties -lib/mozilla/chrome/messenger/locale/en-US/importDialog.dtd -lib/mozilla/chrome/messenger/locale/en-US/importMsgs.properties -lib/mozilla/chrome/messenger/locale/en-US/localMsgs.properties -lib/mozilla/chrome/messenger/locale/en-US/messenger.dtd -lib/mozilla/chrome/messenger/locale/en-US/messenger.properties -lib/mozilla/chrome/messenger/locale/en-US/mime.properties -lib/mozilla/chrome/messenger/locale/en-US/mimeheader.properties -lib/mozilla/chrome/messenger/locale/en-US/msgFolderPickerOverlay.dtd -lib/mozilla/chrome/messenger/locale/en-US/msgHdrViewOverlay.dtd -lib/mozilla/chrome/messenger/locale/en-US/newFolderNameDialog.dtd -lib/mozilla/chrome/messenger/locale/en-US/news.properties -lib/mozilla/chrome/messenger/locale/en-US/pref-diskspace.dtd -lib/mozilla/chrome/messenger/locale/en-US/pref-mailnews.dtd -lib/mozilla/chrome/messenger/locale/en-US/pref-receipts.dtd -lib/mozilla/chrome/messenger/locale/en-US/pref-winsetting.dtd -lib/mozilla/chrome/messenger/locale/en-US/prefs.properties -lib/mozilla/chrome/messenger/locale/en-US/sidebar-messenger-rdf.dtd -lib/mozilla/chrome/messenger/locale/en-US/sidebar-messenger.dtd -lib/mozilla/chrome/messenger/locale/en-US/smtpEditOverlay.dtd -lib/mozilla/chrome/messenger/locale/en-US/subscribe.dtd -lib/mozilla/chrome/messenger/locale/en-US/subscribeDialog.dtd -lib/mozilla/chrome/messenger/locale/en-US/textImportMsgs.properties -lib/mozilla/chrome/messenger/locale/en-US/threadpane.dtd -lib/mozilla/chrome/messenger/locale/en-US/vcard.properties -lib/mozilla/chrome/messenger/skin/default/AccountManager.css -lib/mozilla/chrome/messenger/skin/default/addtoab.gif -lib/mozilla/chrome/messenger/skin/default/attach.gif -lib/mozilla/chrome/messenger/skin/default/check.gif -lib/mozilla/chrome/messenger/skin/default/dot.gif -lib/mozilla/chrome/messenger/skin/default/fieldMapImport.css -lib/mozilla/chrome/messenger/skin/default/file.gif -lib/mozilla/chrome/messenger/skin/default/flagcol.gif -lib/mozilla/chrome/messenger/skin/default/flaggedmail.gif -lib/mozilla/chrome/messenger/skin/default/folder-closed.gif -lib/mozilla/chrome/messenger/skin/default/folder-draft-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-draft-share-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-draft-share.gif -lib/mozilla/chrome/messenger/skin/default/folder-draft.gif -lib/mozilla/chrome/messenger/skin/default/folder-filed-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-filed.gif -lib/mozilla/chrome/messenger/skin/default/folder-hasmail.gif -lib/mozilla/chrome/messenger/skin/default/folder-inbox-new.gif -lib/mozilla/chrome/messenger/skin/default/folder-inbox-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-inbox-share-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-inbox-share.gif -lib/mozilla/chrome/messenger/skin/default/folder-inbox.gif -lib/mozilla/chrome/messenger/skin/default/folder-mailserver.gif -lib/mozilla/chrome/messenger/skin/default/folder-new-closed.gif -lib/mozilla/chrome/messenger/skin/default/folder-new-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-new.gif -lib/mozilla/chrome/messenger/skin/default/folder-newsgroup-new.gif -lib/mozilla/chrome/messenger/skin/default/folder-newsgroup.gif -lib/mozilla/chrome/messenger/skin/default/folder-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-outbox-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-outbox.gif -lib/mozilla/chrome/messenger/skin/default/folder-sent-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-sent-share-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-sent-share.gif -lib/mozilla/chrome/messenger/skin/default/folder-sent.gif -lib/mozilla/chrome/messenger/skin/default/folder-server-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-server.gif -lib/mozilla/chrome/messenger/skin/default/folder-share-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-share.gif -lib/mozilla/chrome/messenger/skin/default/folder-template-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-template-share-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-template-share.gif -lib/mozilla/chrome/messenger/skin/default/folder-template.gif -lib/mozilla/chrome/messenger/skin/default/folder-trash-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-trash-share-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-trash-share.gif -lib/mozilla/chrome/messenger/skin/default/folder-trash.gif -lib/mozilla/chrome/messenger/skin/default/folderPane.css -lib/mozilla/chrome/messenger/skin/default/forward.gif -lib/mozilla/chrome/messenger/skin/default/frown.gif -lib/mozilla/chrome/messenger/skin/default/getmsg.gif -lib/mozilla/chrome/messenger/skin/default/inbox.gif -lib/mozilla/chrome/messenger/skin/default/less.gif -lib/mozilla/chrome/messenger/skin/default/local-mailhost.gif -lib/mozilla/chrome/messenger/skin/default/mailfolder.gif -lib/mozilla/chrome/messenger/skin/default/mailheader.css -lib/mozilla/chrome/messenger/skin/default/message-mail-attach.gif -lib/mozilla/chrome/messenger/skin/default/message-mail-imapdelete.gif -lib/mozilla/chrome/messenger/skin/default/message-mail-new.gif -lib/mozilla/chrome/messenger/skin/default/message-mail.gif -lib/mozilla/chrome/messenger/skin/default/message-news-new.gif -lib/mozilla/chrome/messenger/skin/default/message-news.gif -lib/mozilla/chrome/messenger/skin/default/messenger.css -lib/mozilla/chrome/messenger/skin/default/more.gif -lib/mozilla/chrome/messenger/skin/default/msgHdrViewOverlay.css -lib/mozilla/chrome/messenger/skin/default/newmsg.gif -lib/mozilla/chrome/messenger/skin/default/newshost.gif -lib/mozilla/chrome/messenger/skin/default/next.gif -lib/mozilla/chrome/messenger/skin/default/open-mailfolder.gif -lib/mozilla/chrome/messenger/skin/default/outbox.gif -lib/mozilla/chrome/messenger/skin/default/readcol.gif -lib/mozilla/chrome/messenger/skin/default/readmail.gif -lib/mozilla/chrome/messenger/skin/default/reply.gif -lib/mozilla/chrome/messenger/skin/default/replyall.gif -lib/mozilla/chrome/messenger/skin/default/server-local-new.gif -lib/mozilla/chrome/messenger/skin/default/server-local.gif -lib/mozilla/chrome/messenger/skin/default/server-mail-new.gif -lib/mozilla/chrome/messenger/skin/default/server-mail.gif -lib/mozilla/chrome/messenger/skin/default/server-news-lock.gif -lib/mozilla/chrome/messenger/skin/default/server-news-new.gif -lib/mozilla/chrome/messenger/skin/default/server-news.gif -lib/mozilla/chrome/messenger/skin/default/server-remote-lock.gif -lib/mozilla/chrome/messenger/skin/default/server-remote.gif -lib/mozilla/chrome/messenger/skin/default/sick.gif -lib/mozilla/chrome/messenger/skin/default/smile.gif -lib/mozilla/chrome/messenger/skin/default/subscribe.css -lib/mozilla/chrome/messenger/skin/default/threadPane.css -lib/mozilla/chrome/messenger/skin/default/threadcol.gif -lib/mozilla/chrome/messenger/skin/default/trash.gif -lib/mozilla/chrome/messenger/skin/default/unreadmail.gif -lib/mozilla/chrome/messenger/skin/default/unthreadcol.gif -lib/mozilla/chrome/messenger/skin/default/winclassic.gif -lib/mozilla/chrome/messenger/skin/default/wink.gif -lib/mozilla/chrome/messenger/skin/default/winwide.gif -lib/mozilla/chrome/messenger/skin/default/wizard.css -lib/mozilla/chrome/messengercompose/content/default/MsgAttachPage.js -lib/mozilla/chrome/messengercompose/content/default/MsgAttachPage.xul -lib/mozilla/chrome/messengercompose/content/default/MsgComposeCommands.js -lib/mozilla/chrome/messengercompose/content/default/addressAutoComplete.js -lib/mozilla/chrome/messengercompose/content/default/addressingWidgetOverlay.js -lib/mozilla/chrome/messengercompose/content/default/addressingWidgetOverlay.xul -lib/mozilla/chrome/messengercompose/content/default/askSendFormat.js -lib/mozilla/chrome/messengercompose/content/default/askSendFormat.xul -lib/mozilla/chrome/messengercompose/content/default/messengercompose.xul -lib/mozilla/chrome/messengercompose/content/default/pref-formatting.xul -lib/mozilla/chrome/messengercompose/content/default/pref-messages.xul -lib/mozilla/chrome/messengercompose/locale/en-US/MsgAttachPage.dtd -lib/mozilla/chrome/messengercompose/locale/en-US/addressingWidgetOverlay.dtd -lib/mozilla/chrome/messengercompose/locale/en-US/askSendFormat.dtd -lib/mozilla/chrome/messengercompose/locale/en-US/composeMsgs.properties -lib/mozilla/chrome/messengercompose/locale/en-US/messengercompose.dtd -lib/mozilla/chrome/messengercompose/locale/en-US/pref-formatting.dtd -lib/mozilla/chrome/messengercompose/locale/en-US/pref-messages.dtd -lib/mozilla/chrome/messengercompose/skin/default/address.gif -lib/mozilla/chrome/messengercompose/skin/default/attach.gif -lib/mozilla/chrome/messengercompose/skin/default/messengercompose.css -lib/mozilla/chrome/messengercompose/skin/default/quote.gif -lib/mozilla/chrome/messengercompose/skin/default/save.gif -lib/mozilla/chrome/messengercompose/skin/default/send.gif -lib/mozilla/chrome/messengercompose/skin/default/spelling.gif -lib/mozilla/chrome/messengercompose/skin/default/stop.gif -lib/mozilla/chrome/navigator/content/default/NavSecurityOverlay.xul -lib/mozilla/chrome/navigator/content/default/NavSecurityUI.js -lib/mozilla/chrome/navigator/content/default/NetSupportConfirmCheckYN.xul -lib/mozilla/chrome/navigator/content/default/NetSupportConfirmYN.xul -lib/mozilla/chrome/navigator/content/default/navigator.js -lib/mozilla/chrome/navigator/content/default/navigator.xul -lib/mozilla/chrome/navigator/content/default/navigatorDD.js -lib/mozilla/chrome/navigator/content/default/navigatorOverlay.xul -lib/mozilla/chrome/navigator/content/default/nsContextMenu.js -lib/mozilla/chrome/navigator/content/default/openLocation.js -lib/mozilla/chrome/navigator/content/default/openLocation.xul -lib/mozilla/chrome/navigator/content/default/tooltip.js -lib/mozilla/chrome/navigator/content/default/viewSource.xul -lib/mozilla/chrome/navigator/content/default/viewsource.js -lib/mozilla/chrome/navigator/locale/en-US/NetSupportConfirmCheckYN.dtd -lib/mozilla/chrome/navigator/locale/en-US/navigator.dtd -lib/mozilla/chrome/navigator/locale/en-US/navigator.properties -lib/mozilla/chrome/navigator/locale/en-US/openLocation.dtd -lib/mozilla/chrome/navigator/locale/en-US/openLocation.properties -lib/mozilla/chrome/navigator/locale/en-US/security.properties -lib/mozilla/chrome/navigator/locale/en-US/viewSource.dtd -lib/mozilla/chrome/navigator/skin/default/NavSecurityOverlay.css -lib/mozilla/chrome/navigator/skin/default/alertl.gif -lib/mozilla/chrome/navigator/skin/default/back.gif -lib/mozilla/chrome/navigator/skin/default/broken.gif -lib/mozilla/chrome/navigator/skin/default/errorl.gif -lib/mozilla/chrome/navigator/skin/default/forward.gif -lib/mozilla/chrome/navigator/skin/default/home.gif -lib/mozilla/chrome/navigator/skin/default/location-hover.gif -lib/mozilla/chrome/navigator/skin/default/location.gif -lib/mozilla/chrome/navigator/skin/default/lock.gif -lib/mozilla/chrome/navigator/skin/default/messagel.gif -lib/mozilla/chrome/navigator/skin/default/mynetscape.gif -lib/mozilla/chrome/navigator/skin/default/n-box-persbar.gif -lib/mozilla/chrome/navigator/skin/default/navigator.css -lib/mozilla/chrome/navigator/skin/default/print.gif -lib/mozilla/chrome/navigator/skin/default/questionl.gif -lib/mozilla/chrome/navigator/skin/default/reload.gif -lib/mozilla/chrome/navigator/skin/default/search.gif -lib/mozilla/chrome/navigator/skin/default/stop.gif -lib/mozilla/chrome/navigator/skin/default/unlock.gif -lib/mozilla/chrome/platformHTMLBindings.xml -lib/mozilla/chrome/pref/content/default/PrefsWindow.js -lib/mozilla/chrome/pref/content/default/fontScalingOverlay.xul -lib/mozilla/chrome/pref/content/default/pref-advanced.xul -lib/mozilla/chrome/pref/content/default/pref-appearance.xul -lib/mozilla/chrome/pref/content/default/pref-applications.xul -lib/mozilla/chrome/pref/content/default/pref-cache.js -lib/mozilla/chrome/pref/content/default/pref-cache.xul -lib/mozilla/chrome/pref/content/default/pref-charset.js -lib/mozilla/chrome/pref/content/default/pref-charset.xul -lib/mozilla/chrome/pref/content/default/pref-colors.js -lib/mozilla/chrome/pref/content/default/pref-colors.xul -lib/mozilla/chrome/pref/content/default/pref-composer.js -lib/mozilla/chrome/pref/content/default/pref-composer.xul -lib/mozilla/chrome/pref/content/default/pref-cookies.xul -lib/mozilla/chrome/pref/content/default/pref-debug.xul -lib/mozilla/chrome/pref/content/default/pref-download.xul -lib/mozilla/chrome/pref/content/default/pref-editing.xul -lib/mozilla/chrome/pref/content/default/pref-fonts.js -lib/mozilla/chrome/pref/content/default/pref-fonts.xul -lib/mozilla/chrome/pref/content/default/pref-languages.xul -lib/mozilla/chrome/pref/content/default/pref-mousewheel.js -lib/mozilla/chrome/pref/content/default/pref-mousewheel.xul -lib/mozilla/chrome/pref/content/default/pref-navigator.js -lib/mozilla/chrome/pref/content/default/pref-navigator.xul -lib/mozilla/chrome/pref/content/default/pref-offline.xul -lib/mozilla/chrome/pref/content/default/pref-proxies.js -lib/mozilla/chrome/pref/content/default/pref-proxies.xul -lib/mozilla/chrome/pref/content/default/pref-proxy-manual.xul -lib/mozilla/chrome/pref/content/default/pref-publish.xul -lib/mozilla/chrome/pref/content/default/pref-search.js -lib/mozilla/chrome/pref/content/default/pref-search.xul -lib/mozilla/chrome/pref/content/default/pref-smart_browsing.xul -lib/mozilla/chrome/pref/content/default/pref-smartupdate.xul -lib/mozilla/chrome/pref/content/default/pref-themes.xul -lib/mozilla/chrome/pref/content/default/pref-wallet.xul -lib/mozilla/chrome/pref/content/default/pref.js -lib/mozilla/chrome/pref/content/default/pref.xul -lib/mozilla/chrome/pref/content/default/preftree.xul -lib/mozilla/chrome/pref/content/default/prefutilities.js -lib/mozilla/chrome/pref/locale/en-US/PrefsWindow.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-advanced.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-appearance.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-applications.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-cache.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-charset.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-colors.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-composer.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-cookies.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-debug.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-download.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-fonts.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-languages.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-mousewheel.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-navigator.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-offline.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-proxies.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-proxy-manual.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-publish.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-search.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-smart_browsing.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-smartupdate.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-themes.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-wallet.dtd -lib/mozilla/chrome/pref/locale/en-US/pref.dtd -lib/mozilla/chrome/pref/locale/en-US/preftree.dtd -lib/mozilla/chrome/pref/locale/en-US/prefutilities.properties -lib/mozilla/chrome/pref/skin/default/pref.css -lib/mozilla/chrome/pref/skin/default/preftree.css -lib/mozilla/chrome/profile/content/default/activation.xul -lib/mozilla/chrome/profile/content/default/activationFrame.xul -lib/mozilla/chrome/profile/content/default/confirmMigration.js -lib/mozilla/chrome/profile/content/default/confirmMigration.xul -lib/mozilla/chrome/profile/content/default/createProfileWizard.js -lib/mozilla/chrome/profile/content/default/createProfileWizard.xul -lib/mozilla/chrome/profile/content/default/deleteProfile.js -lib/mozilla/chrome/profile/content/default/deleteProfile.xul -lib/mozilla/chrome/profile/content/default/migrateAllProfile.xul -lib/mozilla/chrome/profile/content/default/newProfile1_1.js -lib/mozilla/chrome/profile/content/default/newProfile1_1.xul -lib/mozilla/chrome/profile/content/default/newProfile1_2.js -lib/mozilla/chrome/profile/content/default/newProfile1_2.xul -lib/mozilla/chrome/profile/content/default/profileManager.js -lib/mozilla/chrome/profile/content/default/profileMigrationProgress.js -lib/mozilla/chrome/profile/content/default/profileMigrationProgress.xul -lib/mozilla/chrome/profile/content/default/profileSelection.js -lib/mozilla/chrome/profile/content/default/profileSelection.xul -lib/mozilla/chrome/profile/locale/en-US/activation.dtd -lib/mozilla/chrome/profile/locale/en-US/confirmMigration.dtd -lib/mozilla/chrome/profile/locale/en-US/createProfileWizard.dtd -lib/mozilla/chrome/profile/locale/en-US/createProfileWizard.properties -lib/mozilla/chrome/profile/locale/en-US/migration.properties -lib/mozilla/chrome/profile/locale/en-US/newProfile1_1.dtd -lib/mozilla/chrome/profile/locale/en-US/newProfile1_2.dtd -lib/mozilla/chrome/profile/locale/en-US/newProfile1_2.properties -lib/mozilla/chrome/profile/locale/en-US/profileManager.properties -lib/mozilla/chrome/profile/locale/en-US/profileManagerDelete.dtd -lib/mozilla/chrome/profile/locale/en-US/profileManagerMigrateAll.dtd -lib/mozilla/chrome/profile/locale/en-US/profileMigrationProgress.dtd -lib/mozilla/chrome/profile/locale/en-US/profileSelection.dtd -lib/mozilla/chrome/profile/skin/default/migrate.gif -lib/mozilla/chrome/profile/skin/default/newProfile1_2.css -lib/mozilla/chrome/profile/skin/default/profile.css -lib/mozilla/chrome/profile/skin/default/profileManager.css -lib/mozilla/chrome/profile/skin/default/profileicon-large.gif -lib/mozilla/chrome/regviewer/content/default/regviewer.js -lib/mozilla/chrome/regviewer/content/default/regviewer.xul -lib/mozilla/chrome/regviewer/locale/en-US/regviewer.dtd -lib/mozilla/chrome/regviewer/skin/default/regviewer.css -lib/mozilla/chrome/related/content/default/related-panel.js -lib/mozilla/chrome/related/content/default/related-panel.xul -lib/mozilla/chrome/related/locale/en-US/related-panel.dtd -lib/mozilla/chrome/related/skin/default/related.css -lib/mozilla/chrome/related/skin/default/sitemap.gif -lib/mozilla/chrome/search/content/default/default.htm -lib/mozilla/chrome/search/content/default/find.js -lib/mozilla/chrome/search/content/default/find.xul -lib/mozilla/chrome/search/content/default/findresults.xul -lib/mozilla/chrome/search/content/default/internet.js -lib/mozilla/chrome/search/content/default/internet.xul -lib/mozilla/chrome/search/content/default/internetresults.js -lib/mozilla/chrome/search/content/default/internetresults.xul -lib/mozilla/chrome/search/content/default/search-panel.js -lib/mozilla/chrome/search/content/default/search-panel.xul -lib/mozilla/chrome/search/content/default/search.js -lib/mozilla/chrome/search/content/default/search.xul -lib/mozilla/chrome/search/content/default/shared.js -lib/mozilla/chrome/search/locale/en-US/find.dtd -lib/mozilla/chrome/search/locale/en-US/findresults.dtd -lib/mozilla/chrome/search/locale/en-US/internet.dtd -lib/mozilla/chrome/search/locale/en-US/internetresults.dtd -lib/mozilla/chrome/search/locale/en-US/search-panel.dtd -lib/mozilla/chrome/search/locale/en-US/search-panel.properties -lib/mozilla/chrome/search/locale/en-US/search.dtd -lib/mozilla/chrome/search/skin/default/category.gif -lib/mozilla/chrome/search/skin/default/findresults.css -lib/mozilla/chrome/search/skin/default/icons.css -lib/mozilla/chrome/search/skin/default/internet.css -lib/mozilla/chrome/search/skin/default/internetresults.css -lib/mozilla/chrome/search/skin/default/result.gif -lib/mozilla/chrome/search/skin/default/search.css -lib/mozilla/chrome/security/locale/en-US/security.properties -lib/mozilla/chrome/sidebar/content/default/customize-panel.js -lib/mozilla/chrome/sidebar/content/default/customize-panel.xul -lib/mozilla/chrome/sidebar/content/default/customize.js -lib/mozilla/chrome/sidebar/content/default/customize.xul -lib/mozilla/chrome/sidebar/content/default/local-panels.rdf -lib/mozilla/chrome/sidebar/content/default/preview.js -lib/mozilla/chrome/sidebar/content/default/preview.xul -lib/mozilla/chrome/sidebar/content/default/sidebarOverlay.js -lib/mozilla/chrome/sidebar/content/default/sidebarOverlay.xul -lib/mozilla/chrome/sidebar/locale/en-US/customize.dtd -lib/mozilla/chrome/sidebar/locale/en-US/local-panels.dtd -lib/mozilla/chrome/sidebar/locale/en-US/preview.dtd -lib/mozilla/chrome/sidebar/locale/en-US/sidebarOverlay.dtd -lib/mozilla/chrome/sidebar/skin/default/customize.css -lib/mozilla/chrome/sidebar/skin/default/list-down-dis.gif -lib/mozilla/chrome/sidebar/skin/default/list-down.gif -lib/mozilla/chrome/sidebar/skin/default/list-up-dis.gif -lib/mozilla/chrome/sidebar/skin/default/list-up.gif -lib/mozilla/chrome/sidebar/skin/default/preview.css -lib/mozilla/chrome/sidebar/skin/default/sidebar-bottomright-cap.gif -lib/mozilla/chrome/sidebar/skin/default/sidebar-icon.gif -lib/mozilla/chrome/sidebar/skin/default/sidebar-topright-cap.gif -lib/mozilla/chrome/sidebar/skin/default/sidebar.css -lib/mozilla/chrome/sidebar/skin/default/sidebarOverlay.css -lib/mozilla/chrome/timebomb/content/default/expireText.xul -lib/mozilla/chrome/timebomb/content/default/warn.xul -lib/mozilla/chrome/timebomb/locale/en-US/timebomb.dtd -lib/mozilla/chrome/wallet/content/default/CookieViewer.js -lib/mozilla/chrome/wallet/content/default/CookieViewer.xul -lib/mozilla/chrome/wallet/content/default/SignonViewer.js -lib/mozilla/chrome/wallet/content/default/SignonViewer.xul -lib/mozilla/chrome/wallet/content/default/WalletEditor.js -lib/mozilla/chrome/wallet/content/default/WalletEditor.xul -lib/mozilla/chrome/wallet/content/default/WalletPreview.js -lib/mozilla/chrome/wallet/content/default/WalletPreview.xul -lib/mozilla/chrome/wallet/locale/en-US/CookieViewer.dtd -lib/mozilla/chrome/wallet/locale/en-US/CookieViewer.properties -lib/mozilla/chrome/wallet/locale/en-US/SignonViewer.dtd -lib/mozilla/chrome/wallet/locale/en-US/SignonViewer.properties -lib/mozilla/chrome/wallet/locale/en-US/WalletEditor.dtd -lib/mozilla/chrome/wallet/locale/en-US/WalletEditor.properties -lib/mozilla/chrome/wallet/locale/en-US/WalletPreview.properties -lib/mozilla/chrome/wallet/locale/en-US/cookie.properties -lib/mozilla/chrome/wallet/locale/en-US/wallet.properties -lib/mozilla/chrome/wallet/skin/default/CookieViewer.css -lib/mozilla/chrome/wallet/skin/default/SignonViewer.css -lib/mozilla/chrome/wallet/skin/default/WalletEditor.css -lib/mozilla/chrome/wallet/skin/default/wallet.css -lib/mozilla/chrome/xmlterm/content/default/XMLTermChrome.js -lib/mozilla/chrome/xmlterm/content/default/XMLTermCommands.js -lib/mozilla/chrome/xmlterm/content/default/xmltblank.html -lib/mozilla/chrome/xmlterm/content/default/xmlterm.html -lib/mozilla/chrome/xmlterm/content/default/xmlterm.xul -lib/mozilla/chrome/xmlterm/content/default/xmlterm2.xul -lib/mozilla/chrome/xmlterm/content/default/xmltermAbout.html -lib/mozilla/chrome/xmlterm/content/default/xmltermTips.html -lib/mozilla/chrome/xmlterm/skin/default/images/ficon.gif -lib/mozilla/chrome/xmlterm/skin/default/images/wheel.gif -lib/mozilla/chrome/xmlterm/skin/default/xmlterm.css -lib/mozilla/chrome/xmlterm/skin/default/xmltpage.css -lib/mozilla/chrome/xpinstall/content/default/institems.js -lib/mozilla/chrome/xpinstall/content/default/institems.xul -lib/mozilla/chrome/xpinstall/content/default/xpistatus.js -lib/mozilla/chrome/xpinstall/content/default/xpistatus.xul -lib/mozilla/chrome/xpinstall/locale/en-US/institems.dtd -lib/mozilla/chrome/xpinstall/locale/en-US/progress.dtd -lib/mozilla/chrome/xpinstall/locale/en-US/xpinstall.properties -lib/mozilla/chrome/xpinstall/locale/en-US/xpistatus.dtd -lib/mozilla/chrome/xpinstall/skin/default/xpinstall.css -lib/mozilla/chrome/xul.css -lib/mozilla/chrome/xulBindings.xml -lib/mozilla/component.reg -lib/mozilla/components/addrbook.xpt -lib/mozilla/components/appshell.xpt -lib/mozilla/components/bookmarks.xpt -lib/mozilla/components/caps.xpt -lib/mozilla/components/chrome.xpt -lib/mozilla/components/consoleservice.xpt -lib/mozilla/components/cookieviewer.xpt -lib/mozilla/components/directory.xpt -lib/mozilla/components/docshell.xpt -lib/mozilla/components/dom.xpt -lib/mozilla/components/editor.xpt -lib/mozilla/components/gfx.xpt -lib/mozilla/components/history.xpt -lib/mozilla/components/import.xpt -lib/mozilla/components/intl.xpt -lib/mozilla/components/jar.xpt -lib/mozilla/components/jsurl.xpt -lib/mozilla/components/layout.xpt -lib/mozilla/components/libMyService.so -lib/mozilla/components/libaddrbook.so -lib/mozilla/components/libbookmarks.so -lib/mozilla/components/libcaps.so -lib/mozilla/components/libchardet.so -lib/mozilla/components/libchrome.so -lib/mozilla/components/libconsoleservice.so -lib/mozilla/components/libconverters.so -lib/mozilla/components/libcookie.so -lib/mozilla/components/libdirectory.so -lib/mozilla/components/libender.so -lib/mozilla/components/libgfxps.so -lib/mozilla/components/libhistory.so -lib/mozilla/components/libimpText.so -lib/mozilla/components/libimport.so -lib/mozilla/components/libjar50.so -lib/mozilla/components/libjsloader.so -lib/mozilla/components/libjsurl.so -lib/mozilla/components/liblocalmail.so -lib/mozilla/components/liblwbrk.so -lib/mozilla/components/libmailnews.so -lib/mozilla/components/libmime.so -lib/mozilla/components/libmimeemitter.so -lib/mozilla/components/libmimetype.so -lib/mozilla/components/libmork.so -lib/mozilla/components/libmozbrwsr.so -lib/mozilla/components/libmozfind.so -lib/mozilla/components/libmozucth.so -lib/mozilla/components/libmozxfer.so -lib/mozilla/components/libmsgcompose.so -lib/mozilla/components/libmsgdb.so -lib/mozilla/components/libmsgimap.so -lib/mozilla/components/libmsgnews.so -lib/mozilla/components/libnecko.so -lib/mozilla/components/libnecko_about.so -lib/mozilla/components/libnecko_cache.so -lib/mozilla/components/libnecko_data.so -lib/mozilla/components/libnecko_datetime.so -lib/mozilla/components/libnecko_file.so -lib/mozilla/components/libnecko_finger.so -lib/mozilla/components/libnecko_ftp.so -lib/mozilla/components/libnecko_http.so -lib/mozilla/components/libnecko_jar.so -lib/mozilla/components/libnecko_res.so -lib/mozilla/components/libnkkyword.so -lib/mozilla/components/libnsappshell.so -lib/mozilla/components/libnsgif.so -lib/mozilla/components/libnsjpg.so -lib/mozilla/components/libnslocale.so -lib/mozilla/components/libnspng.so -lib/mozilla/components/libnsprefm.so -lib/mozilla/components/liboji.so -lib/mozilla/components/libpref.so -lib/mozilla/components/libprofile.so -lib/mozilla/components/libpsmglue.so -lib/mozilla/components/libraptorhtml.so -lib/mozilla/components/libraptorhtmlpars.so -lib/mozilla/components/libraptorview.so -lib/mozilla/components/librdf.so -lib/mozilla/components/librdfdomds.so -lib/mozilla/components/libregviewer.so -lib/mozilla/components/librelated.so -lib/mozilla/components/libsample.so -lib/mozilla/components/libsearch.so -lib/mozilla/components/libshistory.so -lib/mozilla/components/libsigned.so -lib/mozilla/components/libsmime.so -lib/mozilla/components/libstreamconv.so -lib/mozilla/components/libstrres.so -lib/mozilla/components/libtbmb.so -lib/mozilla/components/libtimer_gtk.so -lib/mozilla/components/libtoolkit_service.so -lib/mozilla/components/libtxmgr.so -lib/mozilla/components/libtxtsvc.so -lib/mozilla/components/libuconv.so -lib/mozilla/components/libucvcn.so -lib/mozilla/components/libucvibm.so -lib/mozilla/components/libucvja.so -lib/mozilla/components/libucvko.so -lib/mozilla/components/libucvlatin.so -lib/mozilla/components/libucvmath.so -lib/mozilla/components/libucvtw.so -lib/mozilla/components/libucvtw2.so -lib/mozilla/components/libunicharutil.so -lib/mozilla/components/liburiloader.so -lib/mozilla/components/libvcard.so -lib/mozilla/components/libwallet.so -lib/mozilla/components/libwalletviewers.so -lib/mozilla/components/libwebbrwsr.so -lib/mozilla/components/libxmlterm.so -lib/mozilla/components/libxpconnect.so -lib/mozilla/components/libxpctest.so -lib/mozilla/components/libxpinstall.so -lib/mozilla/components/locale.xpt -lib/mozilla/components/mailnews.xpt -lib/mozilla/components/mime.xpt -lib/mozilla/components/mimetype.xpt -lib/mozilla/components/mozbrwsr.xpt -lib/mozilla/components/mozcomps.xpt -lib/mozilla/components/mozfind.xpt -lib/mozilla/components/mozucth.xpt -lib/mozilla/components/mozxfer.xpt -lib/mozilla/components/msgbase.xpt -lib/mozilla/components/msgcompose.xpt -lib/mozilla/components/msgdb.xpt -lib/mozilla/components/msgimap.xpt -lib/mozilla/components/msglocal.xpt -lib/mozilla/components/msgnews.xpt -lib/mozilla/components/msgsearch.xpt -lib/mozilla/components/necko_about.xpt -lib/mozilla/components/necko_base.xpt -lib/mozilla/components/necko_data.xpt -lib/mozilla/components/necko_dns.xpt -lib/mozilla/components/necko_ftp.xpt -lib/mozilla/components/necko_http.xpt -lib/mozilla/components/necko_jar.xpt -lib/mozilla/components/necko_res.xpt -lib/mozilla/components/necko_socket.xpt -lib/mozilla/components/necko_stream_converter.xpt -lib/mozilla/components/nkcache.xpt -lib/mozilla/components/nsFilePicker.js -lib/mozilla/components/nsSample.js -lib/mozilla/components/nsSidebar.js -lib/mozilla/components/oji.xpt -lib/mozilla/components/pref.xpt -lib/mozilla/components/prefmigr.xpt -lib/mozilla/components/profile.xpt -lib/mozilla/components/proxyObjInst.xpt -lib/mozilla/components/proxytest.xpt -lib/mozilla/components/psmglue.xpt -lib/mozilla/components/rdf.xpt -lib/mozilla/components/rdfdomds.xpt -lib/mozilla/components/regviewer.xpt -lib/mozilla/components/related.xpt -lib/mozilla/components/remote.xpt -lib/mozilla/components/remoteControl.js -lib/mozilla/components/sample.xpt -lib/mozilla/components/search.xpt -lib/mozilla/components/shistory.xpt -lib/mozilla/components/sidebar.xpt -lib/mozilla/components/signonviewer.xpt -lib/mozilla/components/tbmb.xpt -lib/mozilla/components/txmgr.xpt -lib/mozilla/components/uconv.xpt -lib/mozilla/components/unicharutil.xpt -lib/mozilla/components/uriloader.xpt -lib/mozilla/components/util.xpt -lib/mozilla/components/wallet.xpt -lib/mozilla/components/walleteditor.xpt -lib/mozilla/components/walletpreview.xpt -lib/mozilla/components/webBrowser_core.xpt -lib/mozilla/components/webBrowser_setup.xpt -lib/mozilla/components/widget.xpt -lib/mozilla/components/xmlterm.xpt -lib/mozilla/components/xpcom_base.xpt -lib/mozilla/components/xpcom_components.xpt -lib/mozilla/components/xpcom_ds.xpt -lib/mozilla/components/xpcom_io.xpt -lib/mozilla/components/xpcom_threads.xpt -lib/mozilla/components/xpconnect.xpt -lib/mozilla/components/xpconnect_tests.xpt -lib/mozilla/components/xpinstall.xpt -lib/mozilla/defaults/pref/all.js -lib/mozilla/defaults/pref/config.js -lib/mozilla/defaults/pref/editor.js -lib/mozilla/defaults/pref/initpref.js -lib/mozilla/defaults/pref/mailnews.js -lib/mozilla/defaults/pref/psm-glue.js -lib/mozilla/defaults/pref/unix.js -lib/mozilla/defaults/pref/xpinstall.js -lib/mozilla/defaults/profile/bookmarks.html -lib/mozilla/defaults/profile/panels.rdf -lib/mozilla/dtd/mathml.dtd -lib/mozilla/escape -lib/mozilla/geturl -lib/mozilla/htmlrobot -lib/mozilla/icons/mozicon16.xpm -lib/mozilla/icons/mozicon50.xpm -lib/mozilla/libDebugRobot.so -lib/mozilla/libcmt.so -lib/mozilla/libdocshell.so -lib/mozilla/libgfx_gtk.so -lib/mozilla/libgtksuperwin.so -lib/mozilla/libjsdom.so -lib/mozilla/libjsj.so -lib/mozilla/libmozjs.so -lib/mozilla/libmsgbaseutil.so -lib/mozilla/libnspr4.so -lib/mozilla/libplc4.so -lib/mozilla/libplds4.so -lib/mozilla/libprotocol.so -lib/mozilla/libraptorgfx.so -lib/mozilla/libraptorplugin.so -lib/mozilla/libraptorwebwidget.so -lib/mozilla/libtestdynamic.so -lib/mozilla/libwidget_gtk.so -lib/mozilla/libxpcom.so -lib/mozilla/libxpistub.so -lib/mozilla/lots -lib/mozilla/menuhack -lib/mozilla/mozilla -lib/mozilla/mozilla-bin -lib/mozilla/mozilla-config -lib/mozilla/mozilla-viewer.sh -lib/mozilla/msgcomposetest2 -lib/mozilla/netscape.cfg -lib/mozilla/nsIFileTest -lib/mozilla/nsinstall -lib/mozilla/pop3Test -lib/mozilla/proxytests -lib/mozilla/rdfcat -lib/mozilla/rdfpoll -lib/mozilla/regExport -lib/mozilla/regxpcom -lib/mozilla/res/DistinguishedSchema.tbl -lib/mozilla/res/FieldSchema.tbl -lib/mozilla/res/SchemaConcat.tbl -lib/mozilla/res/URLFieldSchema.tbl -lib/mozilla/res/arrow.gif -lib/mozilla/res/charsetData.properties -lib/mozilla/res/charsetTitles.properties -lib/mozilla/res/charsetalias.properties -lib/mozilla/res/entityTables/html40Latin1.properties -lib/mozilla/res/entityTables/html40Special.properties -lib/mozilla/res/entityTables/html40Symbols.properties -lib/mozilla/res/entityTables/htmlEntityVersions.properties -lib/mozilla/res/entityTables/transliterate.properties -lib/mozilla/res/html.css -lib/mozilla/res/html/broken-image.gif -lib/mozilla/res/html/gopher-audio.gif -lib/mozilla/res/html/gopher-binary.gif -lib/mozilla/res/html/gopher-find.gif -lib/mozilla/res/html/gopher-image.gif -lib/mozilla/res/html/gopher-menu.gif -lib/mozilla/res/html/gopher-movie.gif -lib/mozilla/res/html/gopher-telnet.gif -lib/mozilla/res/html/gopher-text.gif -lib/mozilla/res/html/gopher-unknown.gif -lib/mozilla/res/mailnews/tests/AccountManagerTest.js -lib/mozilla/res/mailnews/tests/AccountManagerTest.xul -lib/mozilla/res/rdf/article.gif -lib/mozilla/res/rdf/datasets/AOLSearch.gif -lib/mozilla/res/rdf/datasets/AOLSearch.src -lib/mozilla/res/rdf/datasets/CompuServe.jpg -lib/mozilla/res/rdf/datasets/CompuServe.src -lib/mozilla/res/rdf/datasets/ICQ.gif -lib/mozilla/res/rdf/datasets/ICQ.src -lib/mozilla/res/rdf/datasets/Jobs.gif -lib/mozilla/res/rdf/datasets/Jobs.src -lib/mozilla/res/rdf/datasets/Music_Artist.gif -lib/mozilla/res/rdf/datasets/Music_Artist.src -lib/mozilla/res/rdf/datasets/NetscapeSearch.gif -lib/mozilla/res/rdf/datasets/NetscapeSearch.src -lib/mozilla/res/rdf/datasets/Shareware.gif -lib/mozilla/res/rdf/datasets/Shareware.src -lib/mozilla/res/rdf/datasets/Tech_News.gif -lib/mozilla/res/rdf/datasets/Tech_News.src -lib/mozilla/res/rdf/datasets/category.rdf -lib/mozilla/res/rdf/document.gif -lib/mozilla/res/rdf/dom-test-1.xul -lib/mozilla/res/rdf/dom-test-2.xul -lib/mozilla/res/rdf/dom-test-3.xul -lib/mozilla/res/rdf/dom-test-4.css -lib/mozilla/res/rdf/dom-test-4.xul -lib/mozilla/res/rdf/dom-test-5.xul -lib/mozilla/res/rdf/dom-test-6.xul -lib/mozilla/res/rdf/dom-test-7.xul -lib/mozilla/res/rdf/dom-test-8.xul -lib/mozilla/res/rdf/folder-closed.gif -lib/mozilla/res/rdf/folder-open.gif -lib/mozilla/res/rdf/ignore-test.xul -lib/mozilla/res/rdf/loading.gif -lib/mozilla/res/rdf/xpidl-test-1.xul -lib/mozilla/res/samples/Anieyes.gif -lib/mozilla/res/samples/aform.css -lib/mozilla/res/samples/beeptest.html -lib/mozilla/res/samples/bform.css -lib/mozilla/res/samples/bg.jpg -lib/mozilla/res/samples/cform.css -lib/mozilla/res/samples/checkboxTest.xul -lib/mozilla/res/samples/colorpicker.xul -lib/mozilla/res/samples/demoform.css -lib/mozilla/res/samples/dexanimdialog.xul -lib/mozilla/res/samples/dexanimmaster.xul -lib/mozilla/res/samples/dexopenchrome.xul -lib/mozilla/res/samples/dexparamdialog.html -lib/mozilla/res/samples/dexparamdialog.xul -lib/mozilla/res/samples/dexparammaster.xul -lib/mozilla/res/samples/dexsimpledialog.xul -lib/mozilla/res/samples/dexsimplemaster.xul -lib/mozilla/res/samples/find.html -lib/mozilla/res/samples/gear1.gif -lib/mozilla/res/samples/hidetoolicon.css -lib/mozilla/res/samples/hidetoolicon.xul -lib/mozilla/res/samples/image_props.html -lib/mozilla/res/samples/mozform.css -lib/mozilla/res/samples/printsetup.html -lib/mozilla/res/samples/raptor.jpg -lib/mozilla/res/samples/rock_gra.gif -lib/mozilla/res/samples/sampleimages/bongo.gif -lib/mozilla/res/samples/sampleimages/down.gif -lib/mozilla/res/samples/sampleimages/left.gif -lib/mozilla/res/samples/sampleimages/right.gif -lib/mozilla/res/samples/sampleimages/up.gif -lib/mozilla/res/samples/scrollbarTest1.xul -lib/mozilla/res/samples/scrollbarTest2.xul -lib/mozilla/res/samples/sliderTest1.xul -lib/mozilla/res/samples/soundtest.html -lib/mozilla/res/samples/tab.xul -lib/mozilla/res/samples/test.wav -lib/mozilla/res/samples/test0.html -lib/mozilla/res/samples/test1.html -lib/mozilla/res/samples/test10.html -lib/mozilla/res/samples/test11.html -lib/mozilla/res/samples/test12.html -lib/mozilla/res/samples/test13.html -lib/mozilla/res/samples/test14.html -lib/mozilla/res/samples/test15.html -lib/mozilla/res/samples/test16.html -lib/mozilla/res/samples/test2.html -lib/mozilla/res/samples/test3.html -lib/mozilla/res/samples/test4.html -lib/mozilla/res/samples/test5.html -lib/mozilla/res/samples/test6.html -lib/mozilla/res/samples/test7.html -lib/mozilla/res/samples/test8-1.html -lib/mozilla/res/samples/test8.html -lib/mozilla/res/samples/test8dom.html -lib/mozilla/res/samples/test8sca.html -lib/mozilla/res/samples/test8siz.html -lib/mozilla/res/samples/test8tab.html -lib/mozilla/res/samples/test9.html -lib/mozilla/res/samples/test9a.html -lib/mozilla/res/samples/test9b.html -lib/mozilla/res/samples/test_ed.html -lib/mozilla/res/samples/test_form.html -lib/mozilla/res/samples/test_gfx.html -lib/mozilla/res/samples/test_lbox.html -lib/mozilla/res/samples/test_pr.html -lib/mozilla/res/samples/test_weight.html -lib/mozilla/res/samples/toolbarTest1.xul -lib/mozilla/res/samples/treeTest1.css -lib/mozilla/res/samples/treeTest1.xul -lib/mozilla/res/samples/widgets.xul -lib/mozilla/res/samples/xpconnect-sample.html -lib/mozilla/res/samples/xpmenu.xul -lib/mozilla/res/samples/xulTest.css -lib/mozilla/res/strres-test.dtd -lib/mozilla/res/strres-test.html -lib/mozilla/res/strres-test.js -lib/mozilla/res/strres-test.xul -lib/mozilla/res/strres.properties -lib/mozilla/res/test.properties -lib/mozilla/res/throbber/anim.gif -lib/mozilla/res/throbber/anims00.gif -lib/mozilla/res/throbber/anims01.gif -lib/mozilla/res/throbber/anims02.gif -lib/mozilla/res/throbber/anims03.gif -lib/mozilla/res/throbber/anims04.gif -lib/mozilla/res/throbber/anims05.gif -lib/mozilla/res/throbber/anims06.gif -lib/mozilla/res/throbber/anims07.gif -lib/mozilla/res/throbber/anims08.gif -lib/mozilla/res/throbber/anims09.gif -lib/mozilla/res/throbber/anims10.gif -lib/mozilla/res/throbber/anims11.gif -lib/mozilla/res/throbber/anims12.gif -lib/mozilla/res/throbber/anims13.gif -lib/mozilla/res/throbber/anims14.gif -lib/mozilla/res/throbber/anims15.gif -lib/mozilla/res/throbber/anims16.gif -lib/mozilla/res/throbber/anims17.gif -lib/mozilla/res/throbber/anims18.gif -lib/mozilla/res/throbber/anims19.gif -lib/mozilla/res/throbber/anims20.gif -lib/mozilla/res/throbber/anims21.gif -lib/mozilla/res/throbber/anims22.gif -lib/mozilla/res/throbber/anims23.gif -lib/mozilla/res/throbber/anims24.gif -lib/mozilla/res/throbber/anims25.gif -lib/mozilla/res/throbber/anims26.gif -lib/mozilla/res/throbber/anims27.gif -lib/mozilla/res/throbber/anims28.gif -lib/mozilla/res/throbber/anims29.gif -lib/mozilla/res/ua.css -lib/mozilla/res/unixcharset.properties -lib/mozilla/res/viewer.properties -lib/mozilla/res/xpinstall/progress.css -lib/mozilla/res/xpinstall/progress.html -lib/mozilla/res/xpinstall/progress.xul -lib/mozilla/run-mozilla.sh -lib/mozilla/sendlatertest -lib/mozilla/sendpage -lib/mozilla/splash.xpm -lib/mozilla/testimap -lib/mozilla/testmailnews -lib/mozilla/teststream -lib/mozilla/timebombgen -lib/mozilla/urltest -lib/mozilla/viewer -lib/mozilla/viewer_gtk -lib/mozilla/vreg -lib/mozilla/xcat -lib/mozilla/xls -lib/mozilla/xmlterm -lib/mozilla/xpcshell -lib/mozilla/xpidl -lib/mozilla/xpt_dump -lib/mozilla/xpt_link -@dirrm lib/mozilla/res/xpinstall -@dirrm lib/mozilla/res/throbber -@dirrm lib/mozilla/res/samples/sampleimages -@dirrm lib/mozilla/res/samples -@dirrm lib/mozilla/res/rdf/datasets -@dirrm lib/mozilla/res/rdf -@dirrm lib/mozilla/res/mailnews/tests -@dirrm lib/mozilla/res/mailnews -@dirrm lib/mozilla/res/html -@dirrm lib/mozilla/res/entityTables -@dirrm lib/mozilla/res -@dirrm lib/mozilla/plugins -@dirrm lib/mozilla/icons -@dirrm lib/mozilla/dtd -@dirrm lib/mozilla/defaults/profile -@dirrm lib/mozilla/defaults/pref -@dirrm lib/mozilla/defaults -@dirrm lib/mozilla/components -@dirrm lib/mozilla/chrome/xpinstall/skin/default -@dirrm lib/mozilla/chrome/xpinstall/skin -@dirrm lib/mozilla/chrome/xpinstall/locale/en-US -@dirrm lib/mozilla/chrome/xpinstall/locale -@dirrm lib/mozilla/chrome/xpinstall/content/default -@dirrm lib/mozilla/chrome/xpinstall/content -@dirrm lib/mozilla/chrome/xpinstall -@dirrm lib/mozilla/chrome/xmlterm/skin/default/images -@dirrm lib/mozilla/chrome/xmlterm/skin/default -@dirrm lib/mozilla/chrome/xmlterm/skin -@dirrm lib/mozilla/chrome/xmlterm/content/default -@dirrm lib/mozilla/chrome/xmlterm/content -@dirrm lib/mozilla/chrome/xmlterm -@dirrm lib/mozilla/chrome/wallet/skin/default -@dirrm lib/mozilla/chrome/wallet/skin -@dirrm lib/mozilla/chrome/wallet/locale/en-US -@dirrm lib/mozilla/chrome/wallet/locale -@dirrm lib/mozilla/chrome/wallet/content/default -@dirrm lib/mozilla/chrome/wallet/content -@dirrm lib/mozilla/chrome/wallet -@dirrm lib/mozilla/chrome/timebomb/locale/en-US -@dirrm lib/mozilla/chrome/timebomb/locale -@dirrm lib/mozilla/chrome/timebomb/content/default -@dirrm lib/mozilla/chrome/timebomb/content -@dirrm lib/mozilla/chrome/timebomb -@dirrm lib/mozilla/chrome/sidebar/skin/default -@dirrm lib/mozilla/chrome/sidebar/skin -@dirrm lib/mozilla/chrome/sidebar/locale/en-US -@dirrm lib/mozilla/chrome/sidebar/locale -@dirrm lib/mozilla/chrome/sidebar/content/default -@dirrm lib/mozilla/chrome/sidebar/content -@dirrm lib/mozilla/chrome/sidebar -@dirrm lib/mozilla/chrome/security/locale/en-US -@dirrm lib/mozilla/chrome/security/locale -@dirrm lib/mozilla/chrome/security -@dirrm lib/mozilla/chrome/search/skin/default -@dirrm lib/mozilla/chrome/search/skin -@dirrm lib/mozilla/chrome/search/locale/en-US -@dirrm lib/mozilla/chrome/search/locale -@dirrm lib/mozilla/chrome/search/content/default -@dirrm lib/mozilla/chrome/search/content -@dirrm lib/mozilla/chrome/search -@dirrm lib/mozilla/chrome/related/skin/default -@dirrm lib/mozilla/chrome/related/skin -@dirrm lib/mozilla/chrome/related/locale/en-US -@dirrm lib/mozilla/chrome/related/locale -@dirrm lib/mozilla/chrome/related/content/default -@dirrm lib/mozilla/chrome/related/content -@dirrm lib/mozilla/chrome/related -@dirrm lib/mozilla/chrome/regviewer/skin/default -@dirrm lib/mozilla/chrome/regviewer/skin -@dirrm lib/mozilla/chrome/regviewer/locale/en-US -@dirrm lib/mozilla/chrome/regviewer/locale -@dirrm lib/mozilla/chrome/regviewer/content/default -@dirrm lib/mozilla/chrome/regviewer/content -@dirrm lib/mozilla/chrome/regviewer -@dirrm lib/mozilla/chrome/profile/skin/default -@dirrm lib/mozilla/chrome/profile/skin -@dirrm lib/mozilla/chrome/profile/locale/en-US -@dirrm lib/mozilla/chrome/profile/locale -@dirrm lib/mozilla/chrome/profile/content/default -@dirrm lib/mozilla/chrome/profile/content -@dirrm lib/mozilla/chrome/profile -@dirrm lib/mozilla/chrome/pref/skin/default -@dirrm lib/mozilla/chrome/pref/skin -@dirrm lib/mozilla/chrome/pref/locale/en-US -@dirrm lib/mozilla/chrome/pref/locale -@dirrm lib/mozilla/chrome/pref/content/default -@dirrm lib/mozilla/chrome/pref/content -@dirrm lib/mozilla/chrome/pref -@dirrm lib/mozilla/chrome/navigator/skin/default -@dirrm lib/mozilla/chrome/navigator/skin -@dirrm lib/mozilla/chrome/navigator/locale/en-US -@dirrm lib/mozilla/chrome/navigator/locale -@dirrm lib/mozilla/chrome/navigator/content/default -@dirrm lib/mozilla/chrome/navigator/content -@dirrm lib/mozilla/chrome/navigator -@dirrm lib/mozilla/chrome/messengercompose/skin/default -@dirrm lib/mozilla/chrome/messengercompose/skin -@dirrm lib/mozilla/chrome/messengercompose/locale/en-US -@dirrm lib/mozilla/chrome/messengercompose/locale -@dirrm lib/mozilla/chrome/messengercompose/content/default -@dirrm lib/mozilla/chrome/messengercompose/content -@dirrm lib/mozilla/chrome/messengercompose -@dirrm lib/mozilla/chrome/messenger/skin/default -@dirrm lib/mozilla/chrome/messenger/skin -@dirrm lib/mozilla/chrome/messenger/locale/en-US -@dirrm lib/mozilla/chrome/messenger/locale -@dirrm lib/mozilla/chrome/messenger/content/default -@dirrm lib/mozilla/chrome/messenger/content -@dirrm lib/mozilla/chrome/messenger -@dirrm lib/mozilla/chrome/layout/locale/en-US -@dirrm lib/mozilla/chrome/layout/locale -@dirrm lib/mozilla/chrome/layout -@dirrm lib/mozilla/chrome/history/skin/default -@dirrm lib/mozilla/chrome/history/skin -@dirrm lib/mozilla/chrome/history/locale/en-US -@dirrm lib/mozilla/chrome/history/locale -@dirrm lib/mozilla/chrome/history/content/default -@dirrm lib/mozilla/chrome/history/content -@dirrm lib/mozilla/chrome/history -@dirrm lib/mozilla/chrome/global/skin/default -@dirrm lib/mozilla/chrome/global/skin -@dirrm lib/mozilla/chrome/global/locale/en-US -@dirrm lib/mozilla/chrome/global/locale -@dirrm lib/mozilla/chrome/global/content/default -@dirrm lib/mozilla/chrome/global/content -@dirrm lib/mozilla/chrome/global -@dirrm lib/mozilla/chrome/editor/skin/default/images -@dirrm lib/mozilla/chrome/editor/skin/default -@dirrm lib/mozilla/chrome/editor/skin -@dirrm lib/mozilla/chrome/editor/locale/en-US -@dirrm lib/mozilla/chrome/editor/locale -@dirrm lib/mozilla/chrome/editor/content/default -@dirrm lib/mozilla/chrome/editor/content -@dirrm lib/mozilla/chrome/editor -@dirrm lib/mozilla/chrome/domviewer/content/default -@dirrm lib/mozilla/chrome/domviewer/content -@dirrm lib/mozilla/chrome/domviewer -@dirrm lib/mozilla/chrome/directory/skin/default -@dirrm lib/mozilla/chrome/directory/skin -@dirrm lib/mozilla/chrome/directory/locale/en-US -@dirrm lib/mozilla/chrome/directory/locale -@dirrm lib/mozilla/chrome/directory/content/default -@dirrm lib/mozilla/chrome/directory/content -@dirrm lib/mozilla/chrome/directory -@dirrm lib/mozilla/chrome/bookmarks/skin/default -@dirrm lib/mozilla/chrome/bookmarks/skin -@dirrm lib/mozilla/chrome/bookmarks/locale/en-US -@dirrm lib/mozilla/chrome/bookmarks/locale -@dirrm lib/mozilla/chrome/bookmarks/content/default -@dirrm lib/mozilla/chrome/bookmarks/content -@dirrm lib/mozilla/chrome/bookmarks -@dirrm lib/mozilla/chrome/addressbook/skin/default -@dirrm lib/mozilla/chrome/addressbook/skin -@dirrm lib/mozilla/chrome/addressbook/locale/en-US -@dirrm lib/mozilla/chrome/addressbook/locale -@dirrm lib/mozilla/chrome/addressbook/content/default -@dirrm lib/mozilla/chrome/addressbook/content -@dirrm lib/mozilla/chrome/addressbook -@dirrm lib/mozilla/chrome -@dirrm lib/mozilla/OutTestData -@dirrm lib/mozilla diff --git a/www/mozilla-vendor/Makefile b/www/mozilla-vendor/Makefile deleted file mode 100644 index f9a00bedb854..000000000000 --- a/www/mozilla-vendor/Makefile +++ /dev/null @@ -1,69 +0,0 @@ -# New ports collection makefile for: mozilla -# Date created: 31 Mar 1998 -# Whom: eivind/dima/jseger -# -# $FreeBSD$ -# - -PORTNAME= mozilla -PORTVERSION= M15 -CATEGORIES= www -MASTER_SITES= ftp://ftp.mozilla.org/pub/mozilla/releases/${PORTVERSION:S/M/m/}/src/ -DISTNAME= ${PORTNAME}-source-${PORTVERSION} - -MAINTAINER= reg@FreeBSD.org - -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ - IDL.2:${PORTSDIR}/devel/ORBit - -GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - -WRKSRC= ${WRKDIR}/${PORTNAME} - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_PERL5= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_NEWGCC= yes -CONFIGURE_ARGS= \ - --disable-cpp-rtti \ - --disable-debug \ - --disable-idltool \ - --disable-md \ - --disable-pedantic \ - --disable-xterm-updates \ - --enable-cpp-exceptions \ - --enable-double-buffer \ - --enable-editor \ - --enable-mailnews \ - --enable-mathml \ - --enable-optimize \ - --enable-pics \ - --enable-tests \ - --enable-toolkit=gtk \ - --enable-x11-shm \ - --with-pthreads \ - --with-jpeg=${LOCALBASE} \ - --with-png=${LOCALBASE} -CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" \ - GTK_CONFIG="${GTK_CONFIG}" -MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin \ - CC_ONLY_FLAGS="${FLAGS}" CCC_ONLY_FLAGS="${CXXFLAGS}" - -post-build: - @${SED} -e "s;@PREFIX@;${PREFIX};g" \ - ${FILESDIR}/mozilla.sh >${WRKSRC}/mozilla - @${CHMOD} 555 ${WRKSRC}/mozilla - -do-install: - ${MKDIR} ${PREFIX}/lib/mozilla - ${CHMOD} 755 ${PREFIX}/lib/mozilla - cd ${WRKSRC}/dist/bin && ${TAR} -chf - * | \ - ${TAR} -xf - -C ${PREFIX}/lib/mozilla - ${INSTALL_SCRIPT} ${WRKSRC}/mozilla ${PREFIX}/bin - ${TOUCH} ${PREFIX}/lib/mozilla/component.reg - ${CHMOD} 666 ${PREFIX}/lib/mozilla/component.reg - -.include <bsd.port.mk> diff --git a/www/mozilla-vendor/distinfo b/www/mozilla-vendor/distinfo deleted file mode 100644 index 0078bd4a78d5..000000000000 --- a/www/mozilla-vendor/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mozilla-source-M15.tar.bz2) = 75b1ed5e934fb86d8b3a049f87b60e22 diff --git a/www/mozilla-vendor/files/mozilla.sh b/www/mozilla-vendor/files/mozilla.sh deleted file mode 100644 index 921c334f6073..000000000000 --- a/www/mozilla-vendor/files/mozilla.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -cd @PREFIX@/lib/mozilla -exec ./mozilla $* diff --git a/www/mozilla-vendor/files/patch-ak b/www/mozilla-vendor/files/patch-ak deleted file mode 100644 index 3b430ef27dc2..000000000000 --- a/www/mozilla-vendor/files/patch-ak +++ /dev/null @@ -1,19 +0,0 @@ ---- nsprpub/pr/include/md/_freebsd.h.orig Wed Dec 22 15:39:04 1999 -+++ nsprpub/pr/include/md/_freebsd.h Thu Feb 3 03:48:20 2000 -@@ -21,6 +21,7 @@ - - #include "prthread.h" - -+#include <sys/param.h> - #include <sys/syscall.h> - - #define PR_LINKER_ARCH "freebsd" -@@ -49,7 +50,7 @@ - #define _PR_HAVE_SOCKADDR_LEN - #define _PR_STAT_HAS_ST_ATIMESPEC - #define _PR_NO_LARGE_FILES --#if ( __FreeBSD__ > 2 ) -+#if ( __FreeBSD_version >= 220000 ) && ( __FreeBSD_version < 400008 ) - #if !defined(_PR_PTHREADS) - /* - * libc_r doesn't have poll(). Although libc has poll(), it is not diff --git a/www/mozilla-vendor/files/patch-mi b/www/mozilla-vendor/files/patch-mi deleted file mode 100644 index 80768e265de9..000000000000 --- a/www/mozilla-vendor/files/patch-mi +++ /dev/null @@ -1,22 +0,0 @@ ---- nsprpub/config/FreeBSD.mk.orig Wed Oct 20 14:19:53 1999 -+++ nsprpub/config/FreeBSD.mk Thu Feb 3 03:48:20 2000 -@@ -21,14 +21,16 @@ - - include $(MOD_DEPTH)/config/UNIX.mk - --CC = gcc --CCC = g++ - RANLIB = ranlib -+CCC = ${CXX} -+ -+# During FreeBSD port build, CFLAGS contains all of the optimizations -+# flags desired... -+OPTIMIZER = - - ifeq ($(OS_TEST),alpha) - CPU_ARCH = alpha - else --OS_REL_CFLAGS = -Di386 - CPU_ARCH = x86 - endif - CPU_ARCH_TAG = _$(CPU_ARCH) diff --git a/www/mozilla-vendor/files/patch-qt b/www/mozilla-vendor/files/patch-qt deleted file mode 100644 index b7964a4911ff..000000000000 --- a/www/mozilla-vendor/files/patch-qt +++ /dev/null @@ -1,21 +0,0 @@ ---- configure.orig Thu Apr 13 19:18:25 2000 -+++ configure Thu Apr 20 09:07:57 2000 -@@ -5618,7 +5618,7 @@ - echo $ac_n "checking for Qt insanity""... $ac_c" 1>&6 - echo "configure:5620: checking for Qt insanity" >&5 - -- QT_CFLAGS="-I${QTDIR}/include/qt" -+ QT_CFLAGS="-I${QTDIR}/include/X11/qt" - QT_LIBS="-L/usr/X11R6/lib -L${QTDIR}/lib -lqt -lXext -lX11" - - # Check whether --with-static-qt or --without-static-qt was given. -@@ -7108,6 +7108,9 @@ - case "$target_os" in - os2*) - LIBS= -+ ;; -+freebsd*) -+ CPPFLAGS="${CPPFLAGS} ${X_CFLAGS}" - ;; - esac - for ac_hdr in sys/byteorder.h compat.h getopt.h diff --git a/www/mozilla-vendor/pkg-comment b/www/mozilla-vendor/pkg-comment deleted file mode 100644 index 8c8d8c1f088d..000000000000 --- a/www/mozilla-vendor/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The mozilla ver 0.0 communicator web-surfboard diff --git a/www/mozilla-vendor/pkg-descr b/www/mozilla-vendor/pkg-descr deleted file mode 100644 index ea15c853bf80..000000000000 --- a/www/mozilla-vendor/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is the source code that Netscape released and will be used for -its next generation of browsers. It is intended for use by developers -and testers only. diff --git a/www/mozilla-vendor/pkg-plist b/www/mozilla-vendor/pkg-plist deleted file mode 100644 index 4ab98d4860ee..000000000000 --- a/www/mozilla-vendor/pkg-plist +++ /dev/null @@ -1,1570 +0,0 @@ -bin/mozilla -lib/mozilla/CvtURL -lib/mozilla/DocStream -lib/mozilla/DumpColors -lib/mozilla/FilesTest -lib/mozilla/HelloWorld -lib/mozilla/INSTALL.xmlterm -lib/mozilla/OutTestData/doctype.xif -lib/mozilla/OutTestData/entityxif.out -lib/mozilla/OutTestData/entityxif.xif -lib/mozilla/OutTestData/htmltable.html -lib/mozilla/OutTestData/htmltable.out -lib/mozilla/OutTestData/mailquote.html -lib/mozilla/OutTestData/mailquote.out -lib/mozilla/OutTestData/plain.html -lib/mozilla/OutTestData/plainnowrap.out -lib/mozilla/OutTestData/plainwrap.out -lib/mozilla/OutTestData/simple.html -lib/mozilla/OutTestData/simplecopy.out -lib/mozilla/OutTestData/simplefmt.out -lib/mozilla/OutTestData/xifdthtml.out -lib/mozilla/OutTestData/xifdtplain.out -lib/mozilla/OutTestData/xifstuff.out -lib/mozilla/OutTestData/xifstuff.xif -lib/mozilla/PrimitiveTest -lib/mozilla/PropertiesTest -lib/mozilla/SimpleTypeLib -lib/mozilla/StringBundleTest -lib/mozilla/TestAtoms -lib/mozilla/TestAutoLock -lib/mozilla/TestCOMPtr -lib/mozilla/TestCRT -lib/mozilla/TestCSSParser -lib/mozilla/TestCSSPropertyLookup -lib/mozilla/TestCSSScanner -lib/mozilla/TestColorNames -lib/mozilla/TestCookie -lib/mozilla/TestFactory -lib/mozilla/TestFileInput -lib/mozilla/TestFileInput2 -lib/mozilla/TestID -lib/mozilla/TestInterfaceInfo -lib/mozilla/TestLineBreak -lib/mozilla/TestMSGCompose -lib/mozilla/TestObserverService -lib/mozilla/TestOutSinks -lib/mozilla/TestOutSinks.pl -lib/mozilla/TestOutput -lib/mozilla/TestPipes -lib/mozilla/TestProtocols -lib/mozilla/TestRect -lib/mozilla/TestRes -lib/mozilla/TestServMgr -lib/mozilla/TestSocketIO -lib/mozilla/TestSocketInput -lib/mozilla/TestSocketTransport -lib/mozilla/TestStreamConv -lib/mozilla/TestTXMgr -lib/mozilla/TestThreads -lib/mozilla/TestXPC -lib/mozilla/TestXPIDLString -lib/mozilla/TestXPTCInvoke -lib/mozilla/UnicharSelfTest -lib/mozilla/bloaturls.txt -lib/mozilla/chrome/addressbook/content/default/abAddressBookNameDialog.js -lib/mozilla/chrome/addressbook/content/default/abAddressBookNameDialog.xul -lib/mozilla/chrome/addressbook/content/default/abCardOverlay.js -lib/mozilla/chrome/addressbook/content/default/abCardOverlay.xul -lib/mozilla/chrome/addressbook/content/default/abCardViewOverlay.js -lib/mozilla/chrome/addressbook/content/default/abCardViewOverlay.xul -lib/mozilla/chrome/addressbook/content/default/abCommon.js -lib/mozilla/chrome/addressbook/content/default/abDirTreeOverlay.xul -lib/mozilla/chrome/addressbook/content/default/abEditCardDialog.xul -lib/mozilla/chrome/addressbook/content/default/abNewCardDialog.xul -lib/mozilla/chrome/addressbook/content/default/abResultsTreeOverlay.xul -lib/mozilla/chrome/addressbook/content/default/abSelectAddressesDialog.js -lib/mozilla/chrome/addressbook/content/default/abSelectAddressesDialog.xul -lib/mozilla/chrome/addressbook/content/default/addressbook.js -lib/mozilla/chrome/addressbook/content/default/addressbook.xul -lib/mozilla/chrome/addressbook/content/default/pref-addressing.xul -lib/mozilla/chrome/addressbook/locale/en-US/abAddressBookNameDialog.dtd -lib/mozilla/chrome/addressbook/locale/en-US/abCardOverlay.dtd -lib/mozilla/chrome/addressbook/locale/en-US/abCardViewOverlay.dtd -lib/mozilla/chrome/addressbook/locale/en-US/abDirTreeOverlay.dtd -lib/mozilla/chrome/addressbook/locale/en-US/abMainWindow.dtd -lib/mozilla/chrome/addressbook/locale/en-US/abNewCardDialog.dtd -lib/mozilla/chrome/addressbook/locale/en-US/abResultsTreeOverlay.dtd -lib/mozilla/chrome/addressbook/locale/en-US/abSelectAddressesDialog.dtd -lib/mozilla/chrome/addressbook/locale/en-US/pref-addressing.dtd -lib/mozilla/chrome/addressbook/skin/default/abnewmsg.gif -lib/mozilla/chrome/addressbook/skin/default/addressbook.css -lib/mozilla/chrome/addressbook/skin/default/edit.gif -lib/mozilla/chrome/addressbook/skin/default/list.gif -lib/mozilla/chrome/addressbook/skin/default/myaddrbk.gif -lib/mozilla/chrome/addressbook/skin/default/newcard.gif -lib/mozilla/chrome/addressbook/skin/default/newlist.gif -lib/mozilla/chrome/addressbook/skin/default/newmsgab.gif -lib/mozilla/chrome/addressbook/skin/default/person.gif -lib/mozilla/chrome/addressbook/skin/default/property.gif -lib/mozilla/chrome/bookmarks/content/default/bm-panel.js -lib/mozilla/chrome/bookmarks/content/default/bm-panel.xul -lib/mozilla/chrome/bookmarks/content/default/bm-props.js -lib/mozilla/chrome/bookmarks/content/default/bm-props.xul -lib/mozilla/chrome/bookmarks/content/default/bookmarks.js -lib/mozilla/chrome/bookmarks/content/default/bookmarks.xul -lib/mozilla/chrome/bookmarks/content/default/bookmarksDD.js -lib/mozilla/chrome/bookmarks/locale/en-US/bm-props.dtd -lib/mozilla/chrome/bookmarks/locale/en-US/bookmark.properties -lib/mozilla/chrome/bookmarks/locale/en-US/bookmarks.dtd -lib/mozilla/chrome/bookmarks/skin/default/bm-panel.css -lib/mozilla/chrome/bookmarks/skin/default/bm-props.css -lib/mozilla/chrome/bookmarks/skin/default/bookmark-folder-closed.gif -lib/mozilla/chrome/bookmarks/skin/default/bookmark-folder-open.gif -lib/mozilla/chrome/bookmarks/skin/default/bookmark-item.gif -lib/mozilla/chrome/bookmarks/skin/default/bookmarks.css -lib/mozilla/chrome/bookmarks/skin/default/iefavorite.gif -lib/mozilla/chrome/bookmarks/skin/default/manage-bookmarks.css -lib/mozilla/chrome/bookmarks/skin/default/personal-folder-closed.gif -lib/mozilla/chrome/bookmarks/skin/default/personal-folder-open.gif -lib/mozilla/chrome/directory/content/default/directory.js -lib/mozilla/chrome/directory/content/default/directory.xul -lib/mozilla/chrome/directory/locale/en-US/directory.dtd -lib/mozilla/chrome/directory/skin/default/directory.css -lib/mozilla/chrome/domviewer/content/default/DOMDataSourceViewer.css -lib/mozilla/chrome/domviewer/content/default/DOMDataSourceViewer.js -lib/mozilla/chrome/domviewer/content/default/DOMDataSourceViewer.xul -lib/mozilla/chrome/domviewer/content/default/DOMTree.xul -lib/mozilla/chrome/domviewer/content/default/domviewer.html -lib/mozilla/chrome/editor/content/default/EdAECSSAttributes.js -lib/mozilla/chrome/editor/content/default/EdAEHTMLAttributes.js -lib/mozilla/chrome/editor/content/default/EdAEJSEAttributes.js -lib/mozilla/chrome/editor/content/default/EdAdvancedEdit.js -lib/mozilla/chrome/editor/content/default/EdAdvancedEdit.xul -lib/mozilla/chrome/editor/content/default/EdColorProps.js -lib/mozilla/chrome/editor/content/default/EdColorProps.xul -lib/mozilla/chrome/editor/content/default/EdDialogCommon.js -lib/mozilla/chrome/editor/content/default/EdDialogOverlay.xul -lib/mozilla/chrome/editor/content/default/EdDictionary.js -lib/mozilla/chrome/editor/content/default/EdDictionary.xul -lib/mozilla/chrome/editor/content/default/EdHLineProps.js -lib/mozilla/chrome/editor/content/default/EdHLineProps.xul -lib/mozilla/chrome/editor/content/default/EdImageMap.js -lib/mozilla/chrome/editor/content/default/EdImageMap.xul -lib/mozilla/chrome/editor/content/default/EdImageMapHotSpot.js -lib/mozilla/chrome/editor/content/default/EdImageMapHotSpot.xul -lib/mozilla/chrome/editor/content/default/EdImageMapPage.html -lib/mozilla/chrome/editor/content/default/EdImageMapShapes.js -lib/mozilla/chrome/editor/content/default/EdImageProps.js -lib/mozilla/chrome/editor/content/default/EdImageProps.xul -lib/mozilla/chrome/editor/content/default/EdInsSrc.js -lib/mozilla/chrome/editor/content/default/EdInsSrc.xul -lib/mozilla/chrome/editor/content/default/EdInsertTable.js -lib/mozilla/chrome/editor/content/default/EdInsertTable.xul -lib/mozilla/chrome/editor/content/default/EdLinkProps.js -lib/mozilla/chrome/editor/content/default/EdLinkProps.xul -lib/mozilla/chrome/editor/content/default/EdListProps.js -lib/mozilla/chrome/editor/content/default/EdListProps.xul -lib/mozilla/chrome/editor/content/default/EdMessage.js -lib/mozilla/chrome/editor/content/default/EdMessage.xul -lib/mozilla/chrome/editor/content/default/EdNamedAnchorProps.js -lib/mozilla/chrome/editor/content/default/EdNamedAnchorProps.xul -lib/mozilla/chrome/editor/content/default/EdPageProps.js -lib/mozilla/chrome/editor/content/default/EdPageProps.xul -lib/mozilla/chrome/editor/content/default/EdSpellCheck.js -lib/mozilla/chrome/editor/content/default/EdSpellCheck.xul -lib/mozilla/chrome/editor/content/default/EdTableProps.js -lib/mozilla/chrome/editor/content/default/EdTableProps.xul -lib/mozilla/chrome/editor/content/default/EditorCommands.js -lib/mozilla/chrome/editor/content/default/EditorCommandsDebug.js -lib/mozilla/chrome/editor/content/default/EditorContent.css -lib/mozilla/chrome/editor/content/default/EditorInitPage.html -lib/mozilla/chrome/editor/content/default/EditorInitPagePlain.html -lib/mozilla/chrome/editor/content/default/EditorOverride.css -lib/mozilla/chrome/editor/content/default/EditorParagraphMarks.css -lib/mozilla/chrome/editor/content/default/EditorStyles1.css -lib/mozilla/chrome/editor/content/default/TextEditorAppShell.xul -lib/mozilla/chrome/editor/content/default/editor.xul -lib/mozilla/chrome/editor/content/default/editorOverlay.js -lib/mozilla/chrome/editor/content/default/editorOverlay.xul -lib/mozilla/chrome/editor/content/default/sb-FileWidgetFileHandler.js -lib/mozilla/chrome/editor/content/default/sb-bookmarks-panel.xul -lib/mozilla/chrome/editor/content/default/sb-bookmarks.js -lib/mozilla/chrome/editor/content/default/sb-file-contextMenu.js -lib/mozilla/chrome/editor/content/default/sb-file-panel.js -lib/mozilla/chrome/editor/content/default/sb-file-panel.xul -lib/mozilla/chrome/editor/content/default/sidebar-editor.rdf -lib/mozilla/chrome/editor/content/default/sidebar-editor.xul -lib/mozilla/chrome/editor/locale/en-US/EdAdvancedEdit.dtd -lib/mozilla/chrome/editor/locale/en-US/EdDialogOverlay.dtd -lib/mozilla/chrome/editor/locale/en-US/EdNamedAnchorProperties.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorColorProperties.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorHLineProperties.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorImageMap.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorImageMapHotSpot.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorImageProperties.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorInsertSource.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorInsertTable.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorLinkProperties.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorListProperties.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorPageProperties.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorPersonalDictionary.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorSpellCheck.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorTableProperties.dtd -lib/mozilla/chrome/editor/locale/en-US/editor.dtd -lib/mozilla/chrome/editor/locale/en-US/editor.properties -lib/mozilla/chrome/editor/locale/en-US/editorOverlay.dtd -lib/mozilla/chrome/editor/locale/en-US/sidebar-editor-rdf.dtd -lib/mozilla/chrome/editor/locale/en-US/sidebar-editor.dtd -lib/mozilla/chrome/editor/locale/en-US/viewSource.dtd -lib/mozilla/chrome/editor/skin/default/EdImageMap.css -lib/mozilla/chrome/editor/skin/default/EdImageMapPage.css -lib/mozilla/chrome/editor/skin/default/EditorDialog.css -lib/mozilla/chrome/editor/skin/default/EditorToolbars.css -lib/mozilla/chrome/editor/skin/default/editor.css -lib/mozilla/chrome/editor/skin/default/images/Map_Copy.gif -lib/mozilla/chrome/editor/skin/default/images/Map_Cut.gif -lib/mozilla/chrome/editor/skin/default/images/Map_Paste.gif -lib/mozilla/chrome/editor/skin/default/images/Map_checker.gif -lib/mozilla/chrome/editor/skin/default/images/Map_circleTool.gif -lib/mozilla/chrome/editor/skin/default/images/Map_contrast.gif -lib/mozilla/chrome/editor/skin/default/images/Map_pointerTool.gif -lib/mozilla/chrome/editor/skin/default/images/Map_polygonTool.gif -lib/mozilla/chrome/editor/skin/default/images/Map_rectangleTool.gif -lib/mozilla/chrome/editor/skin/default/images/Map_zoomIn.gif -lib/mozilla/chrome/editor/skin/default/images/Map_zoomOut.gif -lib/mozilla/chrome/editor/skin/default/images/align.gif -lib/mozilla/chrome/editor/skin/default/images/anchor-in-doc.gif -lib/mozilla/chrome/editor/skin/default/images/anchor-white.gif -lib/mozilla/chrome/editor/skin/default/images/anchor.gif -lib/mozilla/chrome/editor/skin/default/images/bold.gif -lib/mozilla/chrome/editor/skin/default/images/bullets.gif -lib/mozilla/chrome/editor/skin/default/images/center.gif -lib/mozilla/chrome/editor/skin/default/images/color.gif -lib/mozilla/chrome/editor/skin/default/images/dec-font-size.gif -lib/mozilla/chrome/editor/skin/default/images/div.gif -lib/mozilla/chrome/editor/skin/default/images/find.gif -lib/mozilla/chrome/editor/skin/default/images/hline-white.gif -lib/mozilla/chrome/editor/skin/default/images/hline.gif -lib/mozilla/chrome/editor/skin/default/images/hover-teal.gif -lib/mozilla/chrome/editor/skin/default/images/image-white.gif -lib/mozilla/chrome/editor/skin/default/images/image.gif -lib/mozilla/chrome/editor/skin/default/images/img-align-bottom.gif -lib/mozilla/chrome/editor/skin/default/images/img-align-left.gif -lib/mozilla/chrome/editor/skin/default/images/img-align-middle.gif -lib/mozilla/chrome/editor/skin/default/images/img-align-right.gif -lib/mozilla/chrome/editor/skin/default/images/img-align-top.gif -lib/mozilla/chrome/editor/skin/default/images/inc-font-size.gif -lib/mozilla/chrome/editor/skin/default/images/indent.gif -lib/mozilla/chrome/editor/skin/default/images/italic.gif -lib/mozilla/chrome/editor/skin/default/images/justify.gif -lib/mozilla/chrome/editor/skin/default/images/left.gif -lib/mozilla/chrome/editor/skin/default/images/link-white.gif -lib/mozilla/chrome/editor/skin/default/images/link.gif -lib/mozilla/chrome/editor/skin/default/images/newfile.gif -lib/mozilla/chrome/editor/skin/default/images/numbers.gif -lib/mozilla/chrome/editor/skin/default/images/object-popup.gif -lib/mozilla/chrome/editor/skin/default/images/openfile.gif -lib/mozilla/chrome/editor/skin/default/images/outdent.gif -lib/mozilla/chrome/editor/skin/default/images/preview.gif -lib/mozilla/chrome/editor/skin/default/images/print.gif -lib/mozilla/chrome/editor/skin/default/images/publish.gif -lib/mozilla/chrome/editor/skin/default/images/right.gif -lib/mozilla/chrome/editor/skin/default/images/savefile.gif -lib/mozilla/chrome/editor/skin/default/images/savemod.gif -lib/mozilla/chrome/editor/skin/default/images/span.gif -lib/mozilla/chrome/editor/skin/default/images/spell.gif -lib/mozilla/chrome/editor/skin/default/images/table-white.gif -lib/mozilla/chrome/editor/skin/default/images/table.gif -lib/mozilla/chrome/editor/skin/default/images/underline.gif -lib/mozilla/chrome/global/content/default/PSMTaskMenu.xul -lib/mozilla/chrome/global/content/default/about.html -lib/mozilla/chrome/global/content/default/about.xul -lib/mozilla/chrome/global/content/default/browserBindings.xul -lib/mozilla/chrome/global/content/default/charsetDetectorsOverlay.js -lib/mozilla/chrome/global/content/default/charsetDetectorsOverlay.xul -lib/mozilla/chrome/global/content/default/charsetOverlay.js -lib/mozilla/chrome/global/content/default/charsetOverlay.xul -lib/mozilla/chrome/global/content/default/commonDialog.js -lib/mozilla/chrome/global/content/default/commonDialog.xul -lib/mozilla/chrome/global/content/default/console.js -lib/mozilla/chrome/global/content/default/console.xul -lib/mozilla/chrome/global/content/default/credits.html -lib/mozilla/chrome/global/content/default/dialogBindings.xml -lib/mozilla/chrome/global/content/default/dialogOverlay.js -lib/mozilla/chrome/global/content/default/dialogOverlay.xul -lib/mozilla/chrome/global/content/default/downloadProgress.js -lib/mozilla/chrome/global/content/default/downloadProgress.xul -lib/mozilla/chrome/global/content/default/editorBindings.xul -lib/mozilla/chrome/global/content/default/filepicker.js -lib/mozilla/chrome/global/content/default/filepicker.xul -lib/mozilla/chrome/global/content/default/finddialog.js -lib/mozilla/chrome/global/content/default/finddialog.xul -lib/mozilla/chrome/global/content/default/globalBindings.xml -lib/mozilla/chrome/global/content/default/globalOverlay.js -lib/mozilla/chrome/global/content/default/globalOverlay.xul -lib/mozilla/chrome/global/content/default/hiddenWindow.xul -lib/mozilla/chrome/global/content/default/inputBindings.xul -lib/mozilla/chrome/global/content/default/logo.gif -lib/mozilla/chrome/global/content/default/mozilla.html -lib/mozilla/chrome/global/content/default/platformBrowserBindings.xul -lib/mozilla/chrome/global/content/default/platformDialogOverlay.xul -lib/mozilla/chrome/global/content/default/platformEditorBindings.xul -lib/mozilla/chrome/global/content/default/platformGlobalOverlay.xul -lib/mozilla/chrome/global/content/default/platformInputBindings.xul -lib/mozilla/chrome/global/content/default/platformTextAreaBindings.xul -lib/mozilla/chrome/global/content/default/selectDialog.js -lib/mozilla/chrome/global/content/default/selectDialog.xul -lib/mozilla/chrome/global/content/default/strres.js -lib/mozilla/chrome/global/content/default/taskbarOverlay.xul -lib/mozilla/chrome/global/content/default/tasksOverlay.js -lib/mozilla/chrome/global/content/default/tasksOverlay.xul -lib/mozilla/chrome/global/content/default/tasksOverlay.xul.bak -lib/mozilla/chrome/global/content/default/textAreaBindings.xul -lib/mozilla/chrome/global/content/default/treePopups.js -lib/mozilla/chrome/global/content/default/unknownContent.js -lib/mozilla/chrome/global/content/default/unknownContent.xul -lib/mozilla/chrome/global/content/default/widgetStateManager.js -lib/mozilla/chrome/global/content/default/wizardHandlerSet.js -lib/mozilla/chrome/global/content/default/wizardManager.js -lib/mozilla/chrome/global/content/default/wizardOverlay.js -lib/mozilla/chrome/global/content/default/wizardOverlay.xul -lib/mozilla/chrome/global/locale/en-US/PSMTaskMenu.dtd -lib/mozilla/chrome/global/locale/en-US/about.dtd -lib/mozilla/chrome/global/locale/en-US/appstrings.properties -lib/mozilla/chrome/global/locale/en-US/brand.dtd -lib/mozilla/chrome/global/locale/en-US/brand.properties -lib/mozilla/chrome/global/locale/en-US/charsetDetectorsOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/charsetOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/commonDialog.dtd -lib/mozilla/chrome/global/locale/en-US/console.dtd -lib/mozilla/chrome/global/locale/en-US/dialogOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/downloadProgress.dtd -lib/mozilla/chrome/global/locale/en-US/downloadProgress.properties -lib/mozilla/chrome/global/locale/en-US/filepicker.properties -lib/mozilla/chrome/global/locale/en-US/finddialog.dtd -lib/mozilla/chrome/global/locale/en-US/globalOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/platformDialogOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/platformGlobalOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/taskbarOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/tasksOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/unknownContent.dtd -lib/mozilla/chrome/global/locale/en-US/unknownContent.properties -lib/mozilla/chrome/global/locale/en-US/wizardManager.properties -lib/mozilla/chrome/global/locale/en-US/wizardOverlay.dtd -lib/mozilla/chrome/global/skin/default/alert-icon.gif -lib/mozilla/chrome/global/skin/default/animthrob.gif -lib/mozilla/chrome/global/skin/default/animthrob_single.gif -lib/mozilla/chrome/global/skin/default/blank.gif -lib/mozilla/chrome/global/skin/default/button.css -lib/mozilla/chrome/global/skin/default/button28-bg-active.gif -lib/mozilla/chrome/global/skin/default/button28-bg-disabled.gif -lib/mozilla/chrome/global/skin/default/button28-bg-hover.gif -lib/mozilla/chrome/global/skin/default/button28-bg.gif -lib/mozilla/chrome/global/skin/default/button32-bg-active.gif -lib/mozilla/chrome/global/skin/default/button32-bg-disabled.gif -lib/mozilla/chrome/global/skin/default/button32-bg-hover.gif -lib/mozilla/chrome/global/skin/default/button32-bg.gif -lib/mozilla/chrome/global/skin/default/check-check-disabled.gif -lib/mozilla/chrome/global/skin/default/check-check.gif -lib/mozilla/chrome/global/skin/default/check-radio-disabled.gif -lib/mozilla/chrome/global/skin/default/check-radio.gif -lib/mozilla/chrome/global/skin/default/checkbox.css -lib/mozilla/chrome/global/skin/default/closedtwisty-selected.gif -lib/mozilla/chrome/global/skin/default/closedtwisty.gif -lib/mozilla/chrome/global/skin/default/colors.css -lib/mozilla/chrome/global/skin/default/commonDialog.css -lib/mozilla/chrome/global/skin/default/dialogOverlay.css -lib/mozilla/chrome/global/skin/default/dir-closed.gif -lib/mozilla/chrome/global/skin/default/dir-open.gif -lib/mozilla/chrome/global/skin/default/error-icon.gif -lib/mozilla/chrome/global/skin/default/filepicker.css -lib/mozilla/chrome/global/skin/default/global.css -lib/mozilla/chrome/global/skin/default/gray-bottomleft.gif -lib/mozilla/chrome/global/skin/default/gray-bottomright.gif -lib/mozilla/chrome/global/skin/default/gray-topright.gif -lib/mozilla/chrome/global/skin/default/grippy-horizontal-after.gif -lib/mozilla/chrome/global/skin/default/grippy-horizontal-before.gif -lib/mozilla/chrome/global/skin/default/grippy-vertical-after.gif -lib/mozilla/chrome/global/skin/default/grippy-vertical-before.gif -lib/mozilla/chrome/global/skin/default/lessCOls_dis.gif -lib/mozilla/chrome/global/skin/default/lessCols.gif -lib/mozilla/chrome/global/skin/default/lessCols_mo.gif -lib/mozilla/chrome/global/skin/default/menu-arrow-disabled.gif -lib/mozilla/chrome/global/skin/default/menu-arrow-hover.gif -lib/mozilla/chrome/global/skin/default/menu-arrow.gif -lib/mozilla/chrome/global/skin/default/menu-check-disabled.gif -lib/mozilla/chrome/global/skin/default/menu-check-hover.gif -lib/mozilla/chrome/global/skin/default/menu-check.gif -lib/mozilla/chrome/global/skin/default/menubutton.css -lib/mozilla/chrome/global/skin/default/menulist.css -lib/mozilla/chrome/global/skin/default/message-icon.gif -lib/mozilla/chrome/global/skin/default/moreCols.gif -lib/mozilla/chrome/global/skin/default/moreCols_dis.gif -lib/mozilla/chrome/global/skin/default/moreCols_mo.gif -lib/mozilla/chrome/global/skin/default/n-box-navbar.gif -lib/mozilla/chrome/global/skin/default/n-box.gif -lib/mozilla/chrome/global/skin/default/navbar-bg-begincap.gif -lib/mozilla/chrome/global/skin/default/navbar-bg.gif -lib/mozilla/chrome/global/skin/default/navbar-endcap.gif -lib/mozilla/chrome/global/skin/default/opentwisty-selected.gif -lib/mozilla/chrome/global/skin/default/opentwisty.gif -lib/mozilla/chrome/global/skin/default/otherbutton28-bg-active.gif -lib/mozilla/chrome/global/skin/default/otherbutton28-bg-hover.gif -lib/mozilla/chrome/global/skin/default/print.gif -lib/mozilla/chrome/global/skin/default/progressmeter-busy.gif -lib/mozilla/chrome/global/skin/default/question-icon.gif -lib/mozilla/chrome/global/skin/default/radio.css -lib/mozilla/chrome/global/skin/default/return-disabled.gif -lib/mozilla/chrome/global/skin/default/return.gif -lib/mozilla/chrome/global/skin/default/scroll-down-disabled.gif -lib/mozilla/chrome/global/skin/default/scroll-down-hover.gif -lib/mozilla/chrome/global/skin/default/scroll-down.gif -lib/mozilla/chrome/global/skin/default/scroll-left-disabled.gif -lib/mozilla/chrome/global/skin/default/scroll-left-hover.gif -lib/mozilla/chrome/global/skin/default/scroll-left.gif -lib/mozilla/chrome/global/skin/default/scroll-right-disabled.gif -lib/mozilla/chrome/global/skin/default/scroll-right-hover.gif -lib/mozilla/chrome/global/skin/default/scroll-right.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-horiz-disabled.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-horiz-hover.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-horiz.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-vert-disabled.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-vert-hover.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-vert.gif -lib/mozilla/chrome/global/skin/default/scroll-up-disabled.gif -lib/mozilla/chrome/global/skin/default/scroll-up-hover.gif -lib/mozilla/chrome/global/skin/default/scroll-up.gif -lib/mozilla/chrome/global/skin/default/scrollbars.css -lib/mozilla/chrome/global/skin/default/search.gif -lib/mozilla/chrome/global/skin/default/seltab-leftedge.gif -lib/mozilla/chrome/global/skin/default/seltab-rightedge.gif -lib/mozilla/chrome/global/skin/default/sortAscending.gif -lib/mozilla/chrome/global/skin/default/sortDescending.gif -lib/mozilla/chrome/global/skin/default/stop.gif -lib/mozilla/chrome/global/skin/default/tab-leftedge.gif -lib/mozilla/chrome/global/skin/default/tab-rightedge.gif -lib/mozilla/chrome/global/skin/default/taskbar-addressbook.gif -lib/mozilla/chrome/global/skin/default/taskbar-composer.gif -lib/mozilla/chrome/global/skin/default/taskbar-mail.gif -lib/mozilla/chrome/global/skin/default/taskbar-navigator.gif -lib/mozilla/chrome/global/skin/default/taskbar-popup-arrow.gif -lib/mozilla/chrome/global/skin/default/taskbar-tab-hover.gif -lib/mozilla/chrome/global/skin/default/taskbar-tab-minimized.gif -lib/mozilla/chrome/global/skin/default/taskbar-tab.gif -lib/mozilla/chrome/global/skin/default/tasksOverlay.css -lib/mozilla/chrome/global/skin/default/textfield.css -lib/mozilla/chrome/global/skin/default/toolbar-begincap.gif -lib/mozilla/chrome/global/skin/default/toolbar-dropdown-hover.gif -lib/mozilla/chrome/global/skin/default/toolbar-dropdown.gif -lib/mozilla/chrome/global/skin/default/toolbar-endcap.gif -lib/mozilla/chrome/global/skin/default/toolbar-menu-arrow-disabled.gif -lib/mozilla/chrome/global/skin/default/toolbar-menu-arrow-hover.gif -lib/mozilla/chrome/global/skin/default/toolbar-menu-arrow.gif -lib/mozilla/chrome/global/skin/default/tree.css -lib/mozilla/chrome/global/skin/default/wizardOverlay.css -lib/mozilla/chrome/history/content/default/history-test.js -lib/mozilla/chrome/history/content/default/history-test.xul -lib/mozilla/chrome/history/content/default/history.js -lib/mozilla/chrome/history/content/default/history.xul -lib/mozilla/chrome/history/locale/en-US/history.dtd -lib/mozilla/chrome/history/skin/default/history.css -lib/mozilla/chrome/htmlBindings.xml -lib/mozilla/chrome/layout/locale/en-US/HtmlForm.properties -lib/mozilla/chrome/messenger/content/default/AccountManager.js -lib/mozilla/chrome/messenger/content/default/AccountManager.xul -lib/mozilla/chrome/messenger/content/default/AccountWizard.js -lib/mozilla/chrome/messenger/content/default/AccountWizard.xul -lib/mozilla/chrome/messenger/content/default/FilterEditor.js -lib/mozilla/chrome/messenger/content/default/FilterEditor.xul -lib/mozilla/chrome/messenger/content/default/FilterListDialog.js -lib/mozilla/chrome/messenger/content/default/FilterListDialog.xul -lib/mozilla/chrome/messenger/content/default/SearchDialog.js -lib/mozilla/chrome/messenger/content/default/SearchDialog.xul -lib/mozilla/chrome/messenger/content/default/SearchOptions.xul -lib/mozilla/chrome/messenger/content/default/SmtpServerEdit.js -lib/mozilla/chrome/messenger/content/default/SmtpServerEdit.xul -lib/mozilla/chrome/messenger/content/default/SmtpServerList.js -lib/mozilla/chrome/messenger/content/default/SmtpServerList.xul -lib/mozilla/chrome/messenger/content/default/accountUtils.js -lib/mozilla/chrome/messenger/content/default/am-advanced.xul -lib/mozilla/chrome/messenger/content/default/am-copies.js -lib/mozilla/chrome/messenger/content/default/am-copies.xul -lib/mozilla/chrome/messenger/content/default/am-identity-advanced.js -lib/mozilla/chrome/messenger/content/default/am-identity-advanced.xul -lib/mozilla/chrome/messenger/content/default/am-imap-advanced.js -lib/mozilla/chrome/messenger/content/default/am-imap-advanced.xul -lib/mozilla/chrome/messenger/content/default/am-main.xul -lib/mozilla/chrome/messenger/content/default/am-server-top.xul -lib/mozilla/chrome/messenger/content/default/am-server.js -lib/mozilla/chrome/messenger/content/default/am-server.xul -lib/mozilla/chrome/messenger/content/default/am-serverwithnoidentities.js -lib/mozilla/chrome/messenger/content/default/am-serverwithnoidentities.xul -lib/mozilla/chrome/messenger/content/default/am-smtp.js -lib/mozilla/chrome/messenger/content/default/am-smtp.xul -lib/mozilla/chrome/messenger/content/default/attach.js -lib/mozilla/chrome/messenger/content/default/aw-accname.js -lib/mozilla/chrome/messenger/content/default/aw-accname.xul -lib/mozilla/chrome/messenger/content/default/aw-accounttype.js -lib/mozilla/chrome/messenger/content/default/aw-accounttype.xul -lib/mozilla/chrome/messenger/content/default/aw-done.js -lib/mozilla/chrome/messenger/content/default/aw-done.xul -lib/mozilla/chrome/messenger/content/default/aw-identity.js -lib/mozilla/chrome/messenger/content/default/aw-identity.xul -lib/mozilla/chrome/messenger/content/default/aw-login.js -lib/mozilla/chrome/messenger/content/default/aw-login.xul -lib/mozilla/chrome/messenger/content/default/aw-newsserver.xul -lib/mozilla/chrome/messenger/content/default/aw-overlay.xul -lib/mozilla/chrome/messenger/content/default/aw-server.js -lib/mozilla/chrome/messenger/content/default/aw-server.xul -lib/mozilla/chrome/messenger/content/default/commandglue.js -lib/mozilla/chrome/messenger/content/default/custreceipt.xul -lib/mozilla/chrome/messenger/content/default/downloadheaders.js -lib/mozilla/chrome/messenger/content/default/downloadheaders.xul -lib/mozilla/chrome/messenger/content/default/fieldMapExport.js -lib/mozilla/chrome/messenger/content/default/fieldMapExport.xul -lib/mozilla/chrome/messenger/content/default/fieldMapImport.js -lib/mozilla/chrome/messenger/content/default/fieldMapImport.xul -lib/mozilla/chrome/messenger/content/default/folderPane.xul -lib/mozilla/chrome/messenger/content/default/importDialog.js -lib/mozilla/chrome/messenger/content/default/importDialog.xul -lib/mozilla/chrome/messenger/content/default/importProgress.js -lib/mozilla/chrome/messenger/content/default/importProgress.xul -lib/mozilla/chrome/messenger/content/default/ispUtils.js -lib/mozilla/chrome/messenger/content/default/mailContextMenus.js -lib/mozilla/chrome/messenger/content/default/messenger.xul -lib/mozilla/chrome/messenger/content/default/messengerdnd.js -lib/mozilla/chrome/messenger/content/default/mime.js -lib/mozilla/chrome/messenger/content/default/msgFolderPickerOverlay.js -lib/mozilla/chrome/messenger/content/default/msgFolderPickerOverlay.xul -lib/mozilla/chrome/messenger/content/default/msgHdrViewAddresses.js -lib/mozilla/chrome/messenger/content/default/msgHdrViewOverlay.js -lib/mozilla/chrome/messenger/content/default/msgHdrViewOverlay.xul -lib/mozilla/chrome/messenger/content/default/msgMail3PaneWindow.js -lib/mozilla/chrome/messenger/content/default/msgPrintEngine.js -lib/mozilla/chrome/messenger/content/default/msgPrintEngine.xul -lib/mozilla/chrome/messenger/content/default/msgViewNavigation.js -lib/mozilla/chrome/messenger/content/default/newFolderNameDialog.js -lib/mozilla/chrome/messenger/content/default/newFolderNameDialog.xul -lib/mozilla/chrome/messenger/content/default/platformMailnewsOverlay.xul -lib/mozilla/chrome/messenger/content/default/pref-diskspace.xul -lib/mozilla/chrome/messenger/content/default/pref-mailnews.js -lib/mozilla/chrome/messenger/content/default/pref-mailnews.xul -lib/mozilla/chrome/messenger/content/default/pref-receipts.xul -lib/mozilla/chrome/messenger/content/default/pref-winsetting.xul -lib/mozilla/chrome/messenger/content/default/renameFolderNameDialog.xul -lib/mozilla/chrome/messenger/content/default/shareglue.js -lib/mozilla/chrome/messenger/content/default/sidebar-messenger.rdf -lib/mozilla/chrome/messenger/content/default/sidebar-messenger.xul -lib/mozilla/chrome/messenger/content/default/smtpEditOverlay.js -lib/mozilla/chrome/messenger/content/default/smtpEditOverlay.xul -lib/mozilla/chrome/messenger/content/default/subscribe.js -lib/mozilla/chrome/messenger/content/default/subscribe.xul -lib/mozilla/chrome/messenger/content/default/subscribeDialog.xul -lib/mozilla/chrome/messenger/content/default/threadPane.xul -lib/mozilla/chrome/messenger/content/default/widgetglue.js -lib/mozilla/chrome/messenger/locale/en-US/AccountManager.dtd -lib/mozilla/chrome/messenger/locale/en-US/AccountWizard.dtd -lib/mozilla/chrome/messenger/locale/en-US/FilterEditor.dtd -lib/mozilla/chrome/messenger/locale/en-US/FilterListDialog.dtd -lib/mozilla/chrome/messenger/locale/en-US/SearchDialog.dtd -lib/mozilla/chrome/messenger/locale/en-US/SearchOptions.dtd -lib/mozilla/chrome/messenger/locale/en-US/SmtpServerList.dtd -lib/mozilla/chrome/messenger/locale/en-US/am-advanced.dtd -lib/mozilla/chrome/messenger/locale/en-US/am-copies.dtd -lib/mozilla/chrome/messenger/locale/en-US/am-identity-advanced.dtd -lib/mozilla/chrome/messenger/locale/en-US/am-imap-advanced.dtd -lib/mozilla/chrome/messenger/locale/en-US/am-main.dtd -lib/mozilla/chrome/messenger/locale/en-US/am-server-top.dtd -lib/mozilla/chrome/messenger/locale/en-US/am-serverwithnoidentities.dtd -lib/mozilla/chrome/messenger/locale/en-US/aw-accname.dtd -lib/mozilla/chrome/messenger/locale/en-US/aw-accounttype.dtd -lib/mozilla/chrome/messenger/locale/en-US/aw-done.dtd -lib/mozilla/chrome/messenger/locale/en-US/aw-email.dtd -lib/mozilla/chrome/messenger/locale/en-US/aw-identity.dtd -lib/mozilla/chrome/messenger/locale/en-US/aw-login.dtd -lib/mozilla/chrome/messenger/locale/en-US/aw-mailtype.dtd -lib/mozilla/chrome/messenger/locale/en-US/aw-server.dtd -lib/mozilla/chrome/messenger/locale/en-US/custreceipt.dtd -lib/mozilla/chrome/messenger/locale/en-US/downloadheaders.dtd -lib/mozilla/chrome/messenger/locale/en-US/fieldMapImport.dtd -lib/mozilla/chrome/messenger/locale/en-US/folderpane.dtd -lib/mozilla/chrome/messenger/locale/en-US/imapMsgs.properties -lib/mozilla/chrome/messenger/locale/en-US/importDialog.dtd -lib/mozilla/chrome/messenger/locale/en-US/importMsgs.properties -lib/mozilla/chrome/messenger/locale/en-US/localMsgs.properties -lib/mozilla/chrome/messenger/locale/en-US/messenger.dtd -lib/mozilla/chrome/messenger/locale/en-US/messenger.properties -lib/mozilla/chrome/messenger/locale/en-US/mime.properties -lib/mozilla/chrome/messenger/locale/en-US/mimeheader.properties -lib/mozilla/chrome/messenger/locale/en-US/msgFolderPickerOverlay.dtd -lib/mozilla/chrome/messenger/locale/en-US/msgHdrViewOverlay.dtd -lib/mozilla/chrome/messenger/locale/en-US/newFolderNameDialog.dtd -lib/mozilla/chrome/messenger/locale/en-US/news.properties -lib/mozilla/chrome/messenger/locale/en-US/pref-diskspace.dtd -lib/mozilla/chrome/messenger/locale/en-US/pref-mailnews.dtd -lib/mozilla/chrome/messenger/locale/en-US/pref-receipts.dtd -lib/mozilla/chrome/messenger/locale/en-US/pref-winsetting.dtd -lib/mozilla/chrome/messenger/locale/en-US/prefs.properties -lib/mozilla/chrome/messenger/locale/en-US/sidebar-messenger-rdf.dtd -lib/mozilla/chrome/messenger/locale/en-US/sidebar-messenger.dtd -lib/mozilla/chrome/messenger/locale/en-US/smtpEditOverlay.dtd -lib/mozilla/chrome/messenger/locale/en-US/subscribe.dtd -lib/mozilla/chrome/messenger/locale/en-US/subscribeDialog.dtd -lib/mozilla/chrome/messenger/locale/en-US/textImportMsgs.properties -lib/mozilla/chrome/messenger/locale/en-US/threadpane.dtd -lib/mozilla/chrome/messenger/locale/en-US/vcard.properties -lib/mozilla/chrome/messenger/skin/default/AccountManager.css -lib/mozilla/chrome/messenger/skin/default/addtoab.gif -lib/mozilla/chrome/messenger/skin/default/attach.gif -lib/mozilla/chrome/messenger/skin/default/check.gif -lib/mozilla/chrome/messenger/skin/default/dot.gif -lib/mozilla/chrome/messenger/skin/default/fieldMapImport.css -lib/mozilla/chrome/messenger/skin/default/file.gif -lib/mozilla/chrome/messenger/skin/default/flagcol.gif -lib/mozilla/chrome/messenger/skin/default/flaggedmail.gif -lib/mozilla/chrome/messenger/skin/default/folder-closed.gif -lib/mozilla/chrome/messenger/skin/default/folder-draft-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-draft-share-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-draft-share.gif -lib/mozilla/chrome/messenger/skin/default/folder-draft.gif -lib/mozilla/chrome/messenger/skin/default/folder-filed-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-filed.gif -lib/mozilla/chrome/messenger/skin/default/folder-hasmail.gif -lib/mozilla/chrome/messenger/skin/default/folder-inbox-new.gif -lib/mozilla/chrome/messenger/skin/default/folder-inbox-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-inbox-share-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-inbox-share.gif -lib/mozilla/chrome/messenger/skin/default/folder-inbox.gif -lib/mozilla/chrome/messenger/skin/default/folder-mailserver.gif -lib/mozilla/chrome/messenger/skin/default/folder-new-closed.gif -lib/mozilla/chrome/messenger/skin/default/folder-new-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-new.gif -lib/mozilla/chrome/messenger/skin/default/folder-newsgroup-new.gif -lib/mozilla/chrome/messenger/skin/default/folder-newsgroup.gif -lib/mozilla/chrome/messenger/skin/default/folder-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-outbox-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-outbox.gif -lib/mozilla/chrome/messenger/skin/default/folder-sent-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-sent-share-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-sent-share.gif -lib/mozilla/chrome/messenger/skin/default/folder-sent.gif -lib/mozilla/chrome/messenger/skin/default/folder-server-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-server.gif -lib/mozilla/chrome/messenger/skin/default/folder-share-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-share.gif -lib/mozilla/chrome/messenger/skin/default/folder-template-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-template-share-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-template-share.gif -lib/mozilla/chrome/messenger/skin/default/folder-template.gif -lib/mozilla/chrome/messenger/skin/default/folder-trash-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-trash-share-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-trash-share.gif -lib/mozilla/chrome/messenger/skin/default/folder-trash.gif -lib/mozilla/chrome/messenger/skin/default/folderPane.css -lib/mozilla/chrome/messenger/skin/default/forward.gif -lib/mozilla/chrome/messenger/skin/default/frown.gif -lib/mozilla/chrome/messenger/skin/default/getmsg.gif -lib/mozilla/chrome/messenger/skin/default/inbox.gif -lib/mozilla/chrome/messenger/skin/default/less.gif -lib/mozilla/chrome/messenger/skin/default/local-mailhost.gif -lib/mozilla/chrome/messenger/skin/default/mailfolder.gif -lib/mozilla/chrome/messenger/skin/default/mailheader.css -lib/mozilla/chrome/messenger/skin/default/message-mail-attach.gif -lib/mozilla/chrome/messenger/skin/default/message-mail-imapdelete.gif -lib/mozilla/chrome/messenger/skin/default/message-mail-new.gif -lib/mozilla/chrome/messenger/skin/default/message-mail.gif -lib/mozilla/chrome/messenger/skin/default/message-news-new.gif -lib/mozilla/chrome/messenger/skin/default/message-news.gif -lib/mozilla/chrome/messenger/skin/default/messenger.css -lib/mozilla/chrome/messenger/skin/default/more.gif -lib/mozilla/chrome/messenger/skin/default/msgHdrViewOverlay.css -lib/mozilla/chrome/messenger/skin/default/newmsg.gif -lib/mozilla/chrome/messenger/skin/default/newshost.gif -lib/mozilla/chrome/messenger/skin/default/next.gif -lib/mozilla/chrome/messenger/skin/default/open-mailfolder.gif -lib/mozilla/chrome/messenger/skin/default/outbox.gif -lib/mozilla/chrome/messenger/skin/default/readcol.gif -lib/mozilla/chrome/messenger/skin/default/readmail.gif -lib/mozilla/chrome/messenger/skin/default/reply.gif -lib/mozilla/chrome/messenger/skin/default/replyall.gif -lib/mozilla/chrome/messenger/skin/default/server-local-new.gif -lib/mozilla/chrome/messenger/skin/default/server-local.gif -lib/mozilla/chrome/messenger/skin/default/server-mail-new.gif -lib/mozilla/chrome/messenger/skin/default/server-mail.gif -lib/mozilla/chrome/messenger/skin/default/server-news-lock.gif -lib/mozilla/chrome/messenger/skin/default/server-news-new.gif -lib/mozilla/chrome/messenger/skin/default/server-news.gif -lib/mozilla/chrome/messenger/skin/default/server-remote-lock.gif -lib/mozilla/chrome/messenger/skin/default/server-remote.gif -lib/mozilla/chrome/messenger/skin/default/sick.gif -lib/mozilla/chrome/messenger/skin/default/smile.gif -lib/mozilla/chrome/messenger/skin/default/subscribe.css -lib/mozilla/chrome/messenger/skin/default/threadPane.css -lib/mozilla/chrome/messenger/skin/default/threadcol.gif -lib/mozilla/chrome/messenger/skin/default/trash.gif -lib/mozilla/chrome/messenger/skin/default/unreadmail.gif -lib/mozilla/chrome/messenger/skin/default/unthreadcol.gif -lib/mozilla/chrome/messenger/skin/default/winclassic.gif -lib/mozilla/chrome/messenger/skin/default/wink.gif -lib/mozilla/chrome/messenger/skin/default/winwide.gif -lib/mozilla/chrome/messenger/skin/default/wizard.css -lib/mozilla/chrome/messengercompose/content/default/MsgAttachPage.js -lib/mozilla/chrome/messengercompose/content/default/MsgAttachPage.xul -lib/mozilla/chrome/messengercompose/content/default/MsgComposeCommands.js -lib/mozilla/chrome/messengercompose/content/default/addressAutoComplete.js -lib/mozilla/chrome/messengercompose/content/default/addressingWidgetOverlay.js -lib/mozilla/chrome/messengercompose/content/default/addressingWidgetOverlay.xul -lib/mozilla/chrome/messengercompose/content/default/askSendFormat.js -lib/mozilla/chrome/messengercompose/content/default/askSendFormat.xul -lib/mozilla/chrome/messengercompose/content/default/messengercompose.xul -lib/mozilla/chrome/messengercompose/content/default/pref-formatting.xul -lib/mozilla/chrome/messengercompose/content/default/pref-messages.xul -lib/mozilla/chrome/messengercompose/locale/en-US/MsgAttachPage.dtd -lib/mozilla/chrome/messengercompose/locale/en-US/addressingWidgetOverlay.dtd -lib/mozilla/chrome/messengercompose/locale/en-US/askSendFormat.dtd -lib/mozilla/chrome/messengercompose/locale/en-US/composeMsgs.properties -lib/mozilla/chrome/messengercompose/locale/en-US/messengercompose.dtd -lib/mozilla/chrome/messengercompose/locale/en-US/pref-formatting.dtd -lib/mozilla/chrome/messengercompose/locale/en-US/pref-messages.dtd -lib/mozilla/chrome/messengercompose/skin/default/address.gif -lib/mozilla/chrome/messengercompose/skin/default/attach.gif -lib/mozilla/chrome/messengercompose/skin/default/messengercompose.css -lib/mozilla/chrome/messengercompose/skin/default/quote.gif -lib/mozilla/chrome/messengercompose/skin/default/save.gif -lib/mozilla/chrome/messengercompose/skin/default/send.gif -lib/mozilla/chrome/messengercompose/skin/default/spelling.gif -lib/mozilla/chrome/messengercompose/skin/default/stop.gif -lib/mozilla/chrome/navigator/content/default/NavSecurityOverlay.xul -lib/mozilla/chrome/navigator/content/default/NavSecurityUI.js -lib/mozilla/chrome/navigator/content/default/NetSupportConfirmCheckYN.xul -lib/mozilla/chrome/navigator/content/default/NetSupportConfirmYN.xul -lib/mozilla/chrome/navigator/content/default/navigator.js -lib/mozilla/chrome/navigator/content/default/navigator.xul -lib/mozilla/chrome/navigator/content/default/navigatorDD.js -lib/mozilla/chrome/navigator/content/default/navigatorOverlay.xul -lib/mozilla/chrome/navigator/content/default/nsContextMenu.js -lib/mozilla/chrome/navigator/content/default/openLocation.js -lib/mozilla/chrome/navigator/content/default/openLocation.xul -lib/mozilla/chrome/navigator/content/default/tooltip.js -lib/mozilla/chrome/navigator/content/default/viewSource.xul -lib/mozilla/chrome/navigator/content/default/viewsource.js -lib/mozilla/chrome/navigator/locale/en-US/NetSupportConfirmCheckYN.dtd -lib/mozilla/chrome/navigator/locale/en-US/navigator.dtd -lib/mozilla/chrome/navigator/locale/en-US/navigator.properties -lib/mozilla/chrome/navigator/locale/en-US/openLocation.dtd -lib/mozilla/chrome/navigator/locale/en-US/openLocation.properties -lib/mozilla/chrome/navigator/locale/en-US/security.properties -lib/mozilla/chrome/navigator/locale/en-US/viewSource.dtd -lib/mozilla/chrome/navigator/skin/default/NavSecurityOverlay.css -lib/mozilla/chrome/navigator/skin/default/alertl.gif -lib/mozilla/chrome/navigator/skin/default/back.gif -lib/mozilla/chrome/navigator/skin/default/broken.gif -lib/mozilla/chrome/navigator/skin/default/errorl.gif -lib/mozilla/chrome/navigator/skin/default/forward.gif -lib/mozilla/chrome/navigator/skin/default/home.gif -lib/mozilla/chrome/navigator/skin/default/location-hover.gif -lib/mozilla/chrome/navigator/skin/default/location.gif -lib/mozilla/chrome/navigator/skin/default/lock.gif -lib/mozilla/chrome/navigator/skin/default/messagel.gif -lib/mozilla/chrome/navigator/skin/default/mynetscape.gif -lib/mozilla/chrome/navigator/skin/default/n-box-persbar.gif -lib/mozilla/chrome/navigator/skin/default/navigator.css -lib/mozilla/chrome/navigator/skin/default/print.gif -lib/mozilla/chrome/navigator/skin/default/questionl.gif -lib/mozilla/chrome/navigator/skin/default/reload.gif -lib/mozilla/chrome/navigator/skin/default/search.gif -lib/mozilla/chrome/navigator/skin/default/stop.gif -lib/mozilla/chrome/navigator/skin/default/unlock.gif -lib/mozilla/chrome/platformHTMLBindings.xml -lib/mozilla/chrome/pref/content/default/PrefsWindow.js -lib/mozilla/chrome/pref/content/default/fontScalingOverlay.xul -lib/mozilla/chrome/pref/content/default/pref-advanced.xul -lib/mozilla/chrome/pref/content/default/pref-appearance.xul -lib/mozilla/chrome/pref/content/default/pref-applications.xul -lib/mozilla/chrome/pref/content/default/pref-cache.js -lib/mozilla/chrome/pref/content/default/pref-cache.xul -lib/mozilla/chrome/pref/content/default/pref-charset.js -lib/mozilla/chrome/pref/content/default/pref-charset.xul -lib/mozilla/chrome/pref/content/default/pref-colors.js -lib/mozilla/chrome/pref/content/default/pref-colors.xul -lib/mozilla/chrome/pref/content/default/pref-composer.js -lib/mozilla/chrome/pref/content/default/pref-composer.xul -lib/mozilla/chrome/pref/content/default/pref-cookies.xul -lib/mozilla/chrome/pref/content/default/pref-debug.xul -lib/mozilla/chrome/pref/content/default/pref-download.xul -lib/mozilla/chrome/pref/content/default/pref-editing.xul -lib/mozilla/chrome/pref/content/default/pref-fonts.js -lib/mozilla/chrome/pref/content/default/pref-fonts.xul -lib/mozilla/chrome/pref/content/default/pref-languages.xul -lib/mozilla/chrome/pref/content/default/pref-mousewheel.js -lib/mozilla/chrome/pref/content/default/pref-mousewheel.xul -lib/mozilla/chrome/pref/content/default/pref-navigator.js -lib/mozilla/chrome/pref/content/default/pref-navigator.xul -lib/mozilla/chrome/pref/content/default/pref-offline.xul -lib/mozilla/chrome/pref/content/default/pref-proxies.js -lib/mozilla/chrome/pref/content/default/pref-proxies.xul -lib/mozilla/chrome/pref/content/default/pref-proxy-manual.xul -lib/mozilla/chrome/pref/content/default/pref-publish.xul -lib/mozilla/chrome/pref/content/default/pref-search.js -lib/mozilla/chrome/pref/content/default/pref-search.xul -lib/mozilla/chrome/pref/content/default/pref-smart_browsing.xul -lib/mozilla/chrome/pref/content/default/pref-smartupdate.xul -lib/mozilla/chrome/pref/content/default/pref-themes.xul -lib/mozilla/chrome/pref/content/default/pref-wallet.xul -lib/mozilla/chrome/pref/content/default/pref.js -lib/mozilla/chrome/pref/content/default/pref.xul -lib/mozilla/chrome/pref/content/default/preftree.xul -lib/mozilla/chrome/pref/content/default/prefutilities.js -lib/mozilla/chrome/pref/locale/en-US/PrefsWindow.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-advanced.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-appearance.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-applications.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-cache.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-charset.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-colors.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-composer.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-cookies.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-debug.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-download.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-fonts.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-languages.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-mousewheel.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-navigator.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-offline.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-proxies.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-proxy-manual.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-publish.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-search.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-smart_browsing.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-smartupdate.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-themes.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-wallet.dtd -lib/mozilla/chrome/pref/locale/en-US/pref.dtd -lib/mozilla/chrome/pref/locale/en-US/preftree.dtd -lib/mozilla/chrome/pref/locale/en-US/prefutilities.properties -lib/mozilla/chrome/pref/skin/default/pref.css -lib/mozilla/chrome/pref/skin/default/preftree.css -lib/mozilla/chrome/profile/content/default/activation.xul -lib/mozilla/chrome/profile/content/default/activationFrame.xul -lib/mozilla/chrome/profile/content/default/confirmMigration.js -lib/mozilla/chrome/profile/content/default/confirmMigration.xul -lib/mozilla/chrome/profile/content/default/createProfileWizard.js -lib/mozilla/chrome/profile/content/default/createProfileWizard.xul -lib/mozilla/chrome/profile/content/default/deleteProfile.js -lib/mozilla/chrome/profile/content/default/deleteProfile.xul -lib/mozilla/chrome/profile/content/default/migrateAllProfile.xul -lib/mozilla/chrome/profile/content/default/newProfile1_1.js -lib/mozilla/chrome/profile/content/default/newProfile1_1.xul -lib/mozilla/chrome/profile/content/default/newProfile1_2.js -lib/mozilla/chrome/profile/content/default/newProfile1_2.xul -lib/mozilla/chrome/profile/content/default/profileManager.js -lib/mozilla/chrome/profile/content/default/profileMigrationProgress.js -lib/mozilla/chrome/profile/content/default/profileMigrationProgress.xul -lib/mozilla/chrome/profile/content/default/profileSelection.js -lib/mozilla/chrome/profile/content/default/profileSelection.xul -lib/mozilla/chrome/profile/locale/en-US/activation.dtd -lib/mozilla/chrome/profile/locale/en-US/confirmMigration.dtd -lib/mozilla/chrome/profile/locale/en-US/createProfileWizard.dtd -lib/mozilla/chrome/profile/locale/en-US/createProfileWizard.properties -lib/mozilla/chrome/profile/locale/en-US/migration.properties -lib/mozilla/chrome/profile/locale/en-US/newProfile1_1.dtd -lib/mozilla/chrome/profile/locale/en-US/newProfile1_2.dtd -lib/mozilla/chrome/profile/locale/en-US/newProfile1_2.properties -lib/mozilla/chrome/profile/locale/en-US/profileManager.properties -lib/mozilla/chrome/profile/locale/en-US/profileManagerDelete.dtd -lib/mozilla/chrome/profile/locale/en-US/profileManagerMigrateAll.dtd -lib/mozilla/chrome/profile/locale/en-US/profileMigrationProgress.dtd -lib/mozilla/chrome/profile/locale/en-US/profileSelection.dtd -lib/mozilla/chrome/profile/skin/default/migrate.gif -lib/mozilla/chrome/profile/skin/default/newProfile1_2.css -lib/mozilla/chrome/profile/skin/default/profile.css -lib/mozilla/chrome/profile/skin/default/profileManager.css -lib/mozilla/chrome/profile/skin/default/profileicon-large.gif -lib/mozilla/chrome/regviewer/content/default/regviewer.js -lib/mozilla/chrome/regviewer/content/default/regviewer.xul -lib/mozilla/chrome/regviewer/locale/en-US/regviewer.dtd -lib/mozilla/chrome/regviewer/skin/default/regviewer.css -lib/mozilla/chrome/related/content/default/related-panel.js -lib/mozilla/chrome/related/content/default/related-panel.xul -lib/mozilla/chrome/related/locale/en-US/related-panel.dtd -lib/mozilla/chrome/related/skin/default/related.css -lib/mozilla/chrome/related/skin/default/sitemap.gif -lib/mozilla/chrome/search/content/default/default.htm -lib/mozilla/chrome/search/content/default/find.js -lib/mozilla/chrome/search/content/default/find.xul -lib/mozilla/chrome/search/content/default/findresults.xul -lib/mozilla/chrome/search/content/default/internet.js -lib/mozilla/chrome/search/content/default/internet.xul -lib/mozilla/chrome/search/content/default/internetresults.js -lib/mozilla/chrome/search/content/default/internetresults.xul -lib/mozilla/chrome/search/content/default/search-panel.js -lib/mozilla/chrome/search/content/default/search-panel.xul -lib/mozilla/chrome/search/content/default/search.js -lib/mozilla/chrome/search/content/default/search.xul -lib/mozilla/chrome/search/content/default/shared.js -lib/mozilla/chrome/search/locale/en-US/find.dtd -lib/mozilla/chrome/search/locale/en-US/findresults.dtd -lib/mozilla/chrome/search/locale/en-US/internet.dtd -lib/mozilla/chrome/search/locale/en-US/internetresults.dtd -lib/mozilla/chrome/search/locale/en-US/search-panel.dtd -lib/mozilla/chrome/search/locale/en-US/search-panel.properties -lib/mozilla/chrome/search/locale/en-US/search.dtd -lib/mozilla/chrome/search/skin/default/category.gif -lib/mozilla/chrome/search/skin/default/findresults.css -lib/mozilla/chrome/search/skin/default/icons.css -lib/mozilla/chrome/search/skin/default/internet.css -lib/mozilla/chrome/search/skin/default/internetresults.css -lib/mozilla/chrome/search/skin/default/result.gif -lib/mozilla/chrome/search/skin/default/search.css -lib/mozilla/chrome/security/locale/en-US/security.properties -lib/mozilla/chrome/sidebar/content/default/customize-panel.js -lib/mozilla/chrome/sidebar/content/default/customize-panel.xul -lib/mozilla/chrome/sidebar/content/default/customize.js -lib/mozilla/chrome/sidebar/content/default/customize.xul -lib/mozilla/chrome/sidebar/content/default/local-panels.rdf -lib/mozilla/chrome/sidebar/content/default/preview.js -lib/mozilla/chrome/sidebar/content/default/preview.xul -lib/mozilla/chrome/sidebar/content/default/sidebarOverlay.js -lib/mozilla/chrome/sidebar/content/default/sidebarOverlay.xul -lib/mozilla/chrome/sidebar/locale/en-US/customize.dtd -lib/mozilla/chrome/sidebar/locale/en-US/local-panels.dtd -lib/mozilla/chrome/sidebar/locale/en-US/preview.dtd -lib/mozilla/chrome/sidebar/locale/en-US/sidebarOverlay.dtd -lib/mozilla/chrome/sidebar/skin/default/customize.css -lib/mozilla/chrome/sidebar/skin/default/list-down-dis.gif -lib/mozilla/chrome/sidebar/skin/default/list-down.gif -lib/mozilla/chrome/sidebar/skin/default/list-up-dis.gif -lib/mozilla/chrome/sidebar/skin/default/list-up.gif -lib/mozilla/chrome/sidebar/skin/default/preview.css -lib/mozilla/chrome/sidebar/skin/default/sidebar-bottomright-cap.gif -lib/mozilla/chrome/sidebar/skin/default/sidebar-icon.gif -lib/mozilla/chrome/sidebar/skin/default/sidebar-topright-cap.gif -lib/mozilla/chrome/sidebar/skin/default/sidebar.css -lib/mozilla/chrome/sidebar/skin/default/sidebarOverlay.css -lib/mozilla/chrome/timebomb/content/default/expireText.xul -lib/mozilla/chrome/timebomb/content/default/warn.xul -lib/mozilla/chrome/timebomb/locale/en-US/timebomb.dtd -lib/mozilla/chrome/wallet/content/default/CookieViewer.js -lib/mozilla/chrome/wallet/content/default/CookieViewer.xul -lib/mozilla/chrome/wallet/content/default/SignonViewer.js -lib/mozilla/chrome/wallet/content/default/SignonViewer.xul -lib/mozilla/chrome/wallet/content/default/WalletEditor.js -lib/mozilla/chrome/wallet/content/default/WalletEditor.xul -lib/mozilla/chrome/wallet/content/default/WalletPreview.js -lib/mozilla/chrome/wallet/content/default/WalletPreview.xul -lib/mozilla/chrome/wallet/locale/en-US/CookieViewer.dtd -lib/mozilla/chrome/wallet/locale/en-US/CookieViewer.properties -lib/mozilla/chrome/wallet/locale/en-US/SignonViewer.dtd -lib/mozilla/chrome/wallet/locale/en-US/SignonViewer.properties -lib/mozilla/chrome/wallet/locale/en-US/WalletEditor.dtd -lib/mozilla/chrome/wallet/locale/en-US/WalletEditor.properties -lib/mozilla/chrome/wallet/locale/en-US/WalletPreview.properties -lib/mozilla/chrome/wallet/locale/en-US/cookie.properties -lib/mozilla/chrome/wallet/locale/en-US/wallet.properties -lib/mozilla/chrome/wallet/skin/default/CookieViewer.css -lib/mozilla/chrome/wallet/skin/default/SignonViewer.css -lib/mozilla/chrome/wallet/skin/default/WalletEditor.css -lib/mozilla/chrome/wallet/skin/default/wallet.css -lib/mozilla/chrome/xmlterm/content/default/XMLTermChrome.js -lib/mozilla/chrome/xmlterm/content/default/XMLTermCommands.js -lib/mozilla/chrome/xmlterm/content/default/xmltblank.html -lib/mozilla/chrome/xmlterm/content/default/xmlterm.html -lib/mozilla/chrome/xmlterm/content/default/xmlterm.xul -lib/mozilla/chrome/xmlterm/content/default/xmlterm2.xul -lib/mozilla/chrome/xmlterm/content/default/xmltermAbout.html -lib/mozilla/chrome/xmlterm/content/default/xmltermTips.html -lib/mozilla/chrome/xmlterm/skin/default/images/ficon.gif -lib/mozilla/chrome/xmlterm/skin/default/images/wheel.gif -lib/mozilla/chrome/xmlterm/skin/default/xmlterm.css -lib/mozilla/chrome/xmlterm/skin/default/xmltpage.css -lib/mozilla/chrome/xpinstall/content/default/institems.js -lib/mozilla/chrome/xpinstall/content/default/institems.xul -lib/mozilla/chrome/xpinstall/content/default/xpistatus.js -lib/mozilla/chrome/xpinstall/content/default/xpistatus.xul -lib/mozilla/chrome/xpinstall/locale/en-US/institems.dtd -lib/mozilla/chrome/xpinstall/locale/en-US/progress.dtd -lib/mozilla/chrome/xpinstall/locale/en-US/xpinstall.properties -lib/mozilla/chrome/xpinstall/locale/en-US/xpistatus.dtd -lib/mozilla/chrome/xpinstall/skin/default/xpinstall.css -lib/mozilla/chrome/xul.css -lib/mozilla/chrome/xulBindings.xml -lib/mozilla/component.reg -lib/mozilla/components/addrbook.xpt -lib/mozilla/components/appshell.xpt -lib/mozilla/components/bookmarks.xpt -lib/mozilla/components/caps.xpt -lib/mozilla/components/chrome.xpt -lib/mozilla/components/consoleservice.xpt -lib/mozilla/components/cookieviewer.xpt -lib/mozilla/components/directory.xpt -lib/mozilla/components/docshell.xpt -lib/mozilla/components/dom.xpt -lib/mozilla/components/editor.xpt -lib/mozilla/components/gfx.xpt -lib/mozilla/components/history.xpt -lib/mozilla/components/import.xpt -lib/mozilla/components/intl.xpt -lib/mozilla/components/jar.xpt -lib/mozilla/components/jsurl.xpt -lib/mozilla/components/layout.xpt -lib/mozilla/components/libMyService.so -lib/mozilla/components/libaddrbook.so -lib/mozilla/components/libbookmarks.so -lib/mozilla/components/libcaps.so -lib/mozilla/components/libchardet.so -lib/mozilla/components/libchrome.so -lib/mozilla/components/libconsoleservice.so -lib/mozilla/components/libconverters.so -lib/mozilla/components/libcookie.so -lib/mozilla/components/libdirectory.so -lib/mozilla/components/libender.so -lib/mozilla/components/libgfxps.so -lib/mozilla/components/libhistory.so -lib/mozilla/components/libimpText.so -lib/mozilla/components/libimport.so -lib/mozilla/components/libjar50.so -lib/mozilla/components/libjsloader.so -lib/mozilla/components/libjsurl.so -lib/mozilla/components/liblocalmail.so -lib/mozilla/components/liblwbrk.so -lib/mozilla/components/libmailnews.so -lib/mozilla/components/libmime.so -lib/mozilla/components/libmimeemitter.so -lib/mozilla/components/libmimetype.so -lib/mozilla/components/libmork.so -lib/mozilla/components/libmozbrwsr.so -lib/mozilla/components/libmozfind.so -lib/mozilla/components/libmozucth.so -lib/mozilla/components/libmozxfer.so -lib/mozilla/components/libmsgcompose.so -lib/mozilla/components/libmsgdb.so -lib/mozilla/components/libmsgimap.so -lib/mozilla/components/libmsgnews.so -lib/mozilla/components/libnecko.so -lib/mozilla/components/libnecko_about.so -lib/mozilla/components/libnecko_cache.so -lib/mozilla/components/libnecko_data.so -lib/mozilla/components/libnecko_datetime.so -lib/mozilla/components/libnecko_file.so -lib/mozilla/components/libnecko_finger.so -lib/mozilla/components/libnecko_ftp.so -lib/mozilla/components/libnecko_http.so -lib/mozilla/components/libnecko_jar.so -lib/mozilla/components/libnecko_res.so -lib/mozilla/components/libnkkyword.so -lib/mozilla/components/libnsappshell.so -lib/mozilla/components/libnsgif.so -lib/mozilla/components/libnsjpg.so -lib/mozilla/components/libnslocale.so -lib/mozilla/components/libnspng.so -lib/mozilla/components/libnsprefm.so -lib/mozilla/components/liboji.so -lib/mozilla/components/libpref.so -lib/mozilla/components/libprofile.so -lib/mozilla/components/libpsmglue.so -lib/mozilla/components/libraptorhtml.so -lib/mozilla/components/libraptorhtmlpars.so -lib/mozilla/components/libraptorview.so -lib/mozilla/components/librdf.so -lib/mozilla/components/librdfdomds.so -lib/mozilla/components/libregviewer.so -lib/mozilla/components/librelated.so -lib/mozilla/components/libsample.so -lib/mozilla/components/libsearch.so -lib/mozilla/components/libshistory.so -lib/mozilla/components/libsigned.so -lib/mozilla/components/libsmime.so -lib/mozilla/components/libstreamconv.so -lib/mozilla/components/libstrres.so -lib/mozilla/components/libtbmb.so -lib/mozilla/components/libtimer_gtk.so -lib/mozilla/components/libtoolkit_service.so -lib/mozilla/components/libtxmgr.so -lib/mozilla/components/libtxtsvc.so -lib/mozilla/components/libuconv.so -lib/mozilla/components/libucvcn.so -lib/mozilla/components/libucvibm.so -lib/mozilla/components/libucvja.so -lib/mozilla/components/libucvko.so -lib/mozilla/components/libucvlatin.so -lib/mozilla/components/libucvmath.so -lib/mozilla/components/libucvtw.so -lib/mozilla/components/libucvtw2.so -lib/mozilla/components/libunicharutil.so -lib/mozilla/components/liburiloader.so -lib/mozilla/components/libvcard.so -lib/mozilla/components/libwallet.so -lib/mozilla/components/libwalletviewers.so -lib/mozilla/components/libwebbrwsr.so -lib/mozilla/components/libxmlterm.so -lib/mozilla/components/libxpconnect.so -lib/mozilla/components/libxpctest.so -lib/mozilla/components/libxpinstall.so -lib/mozilla/components/locale.xpt -lib/mozilla/components/mailnews.xpt -lib/mozilla/components/mime.xpt -lib/mozilla/components/mimetype.xpt -lib/mozilla/components/mozbrwsr.xpt -lib/mozilla/components/mozcomps.xpt -lib/mozilla/components/mozfind.xpt -lib/mozilla/components/mozucth.xpt -lib/mozilla/components/mozxfer.xpt -lib/mozilla/components/msgbase.xpt -lib/mozilla/components/msgcompose.xpt -lib/mozilla/components/msgdb.xpt -lib/mozilla/components/msgimap.xpt -lib/mozilla/components/msglocal.xpt -lib/mozilla/components/msgnews.xpt -lib/mozilla/components/msgsearch.xpt -lib/mozilla/components/necko_about.xpt -lib/mozilla/components/necko_base.xpt -lib/mozilla/components/necko_data.xpt -lib/mozilla/components/necko_dns.xpt -lib/mozilla/components/necko_ftp.xpt -lib/mozilla/components/necko_http.xpt -lib/mozilla/components/necko_jar.xpt -lib/mozilla/components/necko_res.xpt -lib/mozilla/components/necko_socket.xpt -lib/mozilla/components/necko_stream_converter.xpt -lib/mozilla/components/nkcache.xpt -lib/mozilla/components/nsFilePicker.js -lib/mozilla/components/nsSample.js -lib/mozilla/components/nsSidebar.js -lib/mozilla/components/oji.xpt -lib/mozilla/components/pref.xpt -lib/mozilla/components/prefmigr.xpt -lib/mozilla/components/profile.xpt -lib/mozilla/components/proxyObjInst.xpt -lib/mozilla/components/proxytest.xpt -lib/mozilla/components/psmglue.xpt -lib/mozilla/components/rdf.xpt -lib/mozilla/components/rdfdomds.xpt -lib/mozilla/components/regviewer.xpt -lib/mozilla/components/related.xpt -lib/mozilla/components/remote.xpt -lib/mozilla/components/remoteControl.js -lib/mozilla/components/sample.xpt -lib/mozilla/components/search.xpt -lib/mozilla/components/shistory.xpt -lib/mozilla/components/sidebar.xpt -lib/mozilla/components/signonviewer.xpt -lib/mozilla/components/tbmb.xpt -lib/mozilla/components/txmgr.xpt -lib/mozilla/components/uconv.xpt -lib/mozilla/components/unicharutil.xpt -lib/mozilla/components/uriloader.xpt -lib/mozilla/components/util.xpt -lib/mozilla/components/wallet.xpt -lib/mozilla/components/walleteditor.xpt -lib/mozilla/components/walletpreview.xpt -lib/mozilla/components/webBrowser_core.xpt -lib/mozilla/components/webBrowser_setup.xpt -lib/mozilla/components/widget.xpt -lib/mozilla/components/xmlterm.xpt -lib/mozilla/components/xpcom_base.xpt -lib/mozilla/components/xpcom_components.xpt -lib/mozilla/components/xpcom_ds.xpt -lib/mozilla/components/xpcom_io.xpt -lib/mozilla/components/xpcom_threads.xpt -lib/mozilla/components/xpconnect.xpt -lib/mozilla/components/xpconnect_tests.xpt -lib/mozilla/components/xpinstall.xpt -lib/mozilla/defaults/pref/all.js -lib/mozilla/defaults/pref/config.js -lib/mozilla/defaults/pref/editor.js -lib/mozilla/defaults/pref/initpref.js -lib/mozilla/defaults/pref/mailnews.js -lib/mozilla/defaults/pref/psm-glue.js -lib/mozilla/defaults/pref/unix.js -lib/mozilla/defaults/pref/xpinstall.js -lib/mozilla/defaults/profile/bookmarks.html -lib/mozilla/defaults/profile/panels.rdf -lib/mozilla/dtd/mathml.dtd -lib/mozilla/escape -lib/mozilla/geturl -lib/mozilla/htmlrobot -lib/mozilla/icons/mozicon16.xpm -lib/mozilla/icons/mozicon50.xpm -lib/mozilla/libDebugRobot.so -lib/mozilla/libcmt.so -lib/mozilla/libdocshell.so -lib/mozilla/libgfx_gtk.so -lib/mozilla/libgtksuperwin.so -lib/mozilla/libjsdom.so -lib/mozilla/libjsj.so -lib/mozilla/libmozjs.so -lib/mozilla/libmsgbaseutil.so -lib/mozilla/libnspr4.so -lib/mozilla/libplc4.so -lib/mozilla/libplds4.so -lib/mozilla/libprotocol.so -lib/mozilla/libraptorgfx.so -lib/mozilla/libraptorplugin.so -lib/mozilla/libraptorwebwidget.so -lib/mozilla/libtestdynamic.so -lib/mozilla/libwidget_gtk.so -lib/mozilla/libxpcom.so -lib/mozilla/libxpistub.so -lib/mozilla/lots -lib/mozilla/menuhack -lib/mozilla/mozilla -lib/mozilla/mozilla-bin -lib/mozilla/mozilla-config -lib/mozilla/mozilla-viewer.sh -lib/mozilla/msgcomposetest2 -lib/mozilla/netscape.cfg -lib/mozilla/nsIFileTest -lib/mozilla/nsinstall -lib/mozilla/pop3Test -lib/mozilla/proxytests -lib/mozilla/rdfcat -lib/mozilla/rdfpoll -lib/mozilla/regExport -lib/mozilla/regxpcom -lib/mozilla/res/DistinguishedSchema.tbl -lib/mozilla/res/FieldSchema.tbl -lib/mozilla/res/SchemaConcat.tbl -lib/mozilla/res/URLFieldSchema.tbl -lib/mozilla/res/arrow.gif -lib/mozilla/res/charsetData.properties -lib/mozilla/res/charsetTitles.properties -lib/mozilla/res/charsetalias.properties -lib/mozilla/res/entityTables/html40Latin1.properties -lib/mozilla/res/entityTables/html40Special.properties -lib/mozilla/res/entityTables/html40Symbols.properties -lib/mozilla/res/entityTables/htmlEntityVersions.properties -lib/mozilla/res/entityTables/transliterate.properties -lib/mozilla/res/html.css -lib/mozilla/res/html/broken-image.gif -lib/mozilla/res/html/gopher-audio.gif -lib/mozilla/res/html/gopher-binary.gif -lib/mozilla/res/html/gopher-find.gif -lib/mozilla/res/html/gopher-image.gif -lib/mozilla/res/html/gopher-menu.gif -lib/mozilla/res/html/gopher-movie.gif -lib/mozilla/res/html/gopher-telnet.gif -lib/mozilla/res/html/gopher-text.gif -lib/mozilla/res/html/gopher-unknown.gif -lib/mozilla/res/mailnews/tests/AccountManagerTest.js -lib/mozilla/res/mailnews/tests/AccountManagerTest.xul -lib/mozilla/res/rdf/article.gif -lib/mozilla/res/rdf/datasets/AOLSearch.gif -lib/mozilla/res/rdf/datasets/AOLSearch.src -lib/mozilla/res/rdf/datasets/CompuServe.jpg -lib/mozilla/res/rdf/datasets/CompuServe.src -lib/mozilla/res/rdf/datasets/ICQ.gif -lib/mozilla/res/rdf/datasets/ICQ.src -lib/mozilla/res/rdf/datasets/Jobs.gif -lib/mozilla/res/rdf/datasets/Jobs.src -lib/mozilla/res/rdf/datasets/Music_Artist.gif -lib/mozilla/res/rdf/datasets/Music_Artist.src -lib/mozilla/res/rdf/datasets/NetscapeSearch.gif -lib/mozilla/res/rdf/datasets/NetscapeSearch.src -lib/mozilla/res/rdf/datasets/Shareware.gif -lib/mozilla/res/rdf/datasets/Shareware.src -lib/mozilla/res/rdf/datasets/Tech_News.gif -lib/mozilla/res/rdf/datasets/Tech_News.src -lib/mozilla/res/rdf/datasets/category.rdf -lib/mozilla/res/rdf/document.gif -lib/mozilla/res/rdf/dom-test-1.xul -lib/mozilla/res/rdf/dom-test-2.xul -lib/mozilla/res/rdf/dom-test-3.xul -lib/mozilla/res/rdf/dom-test-4.css -lib/mozilla/res/rdf/dom-test-4.xul -lib/mozilla/res/rdf/dom-test-5.xul -lib/mozilla/res/rdf/dom-test-6.xul -lib/mozilla/res/rdf/dom-test-7.xul -lib/mozilla/res/rdf/dom-test-8.xul -lib/mozilla/res/rdf/folder-closed.gif -lib/mozilla/res/rdf/folder-open.gif -lib/mozilla/res/rdf/ignore-test.xul -lib/mozilla/res/rdf/loading.gif -lib/mozilla/res/rdf/xpidl-test-1.xul -lib/mozilla/res/samples/Anieyes.gif -lib/mozilla/res/samples/aform.css -lib/mozilla/res/samples/beeptest.html -lib/mozilla/res/samples/bform.css -lib/mozilla/res/samples/bg.jpg -lib/mozilla/res/samples/cform.css -lib/mozilla/res/samples/checkboxTest.xul -lib/mozilla/res/samples/colorpicker.xul -lib/mozilla/res/samples/demoform.css -lib/mozilla/res/samples/dexanimdialog.xul -lib/mozilla/res/samples/dexanimmaster.xul -lib/mozilla/res/samples/dexopenchrome.xul -lib/mozilla/res/samples/dexparamdialog.html -lib/mozilla/res/samples/dexparamdialog.xul -lib/mozilla/res/samples/dexparammaster.xul -lib/mozilla/res/samples/dexsimpledialog.xul -lib/mozilla/res/samples/dexsimplemaster.xul -lib/mozilla/res/samples/find.html -lib/mozilla/res/samples/gear1.gif -lib/mozilla/res/samples/hidetoolicon.css -lib/mozilla/res/samples/hidetoolicon.xul -lib/mozilla/res/samples/image_props.html -lib/mozilla/res/samples/mozform.css -lib/mozilla/res/samples/printsetup.html -lib/mozilla/res/samples/raptor.jpg -lib/mozilla/res/samples/rock_gra.gif -lib/mozilla/res/samples/sampleimages/bongo.gif -lib/mozilla/res/samples/sampleimages/down.gif -lib/mozilla/res/samples/sampleimages/left.gif -lib/mozilla/res/samples/sampleimages/right.gif -lib/mozilla/res/samples/sampleimages/up.gif -lib/mozilla/res/samples/scrollbarTest1.xul -lib/mozilla/res/samples/scrollbarTest2.xul -lib/mozilla/res/samples/sliderTest1.xul -lib/mozilla/res/samples/soundtest.html -lib/mozilla/res/samples/tab.xul -lib/mozilla/res/samples/test.wav -lib/mozilla/res/samples/test0.html -lib/mozilla/res/samples/test1.html -lib/mozilla/res/samples/test10.html -lib/mozilla/res/samples/test11.html -lib/mozilla/res/samples/test12.html -lib/mozilla/res/samples/test13.html -lib/mozilla/res/samples/test14.html -lib/mozilla/res/samples/test15.html -lib/mozilla/res/samples/test16.html -lib/mozilla/res/samples/test2.html -lib/mozilla/res/samples/test3.html -lib/mozilla/res/samples/test4.html -lib/mozilla/res/samples/test5.html -lib/mozilla/res/samples/test6.html -lib/mozilla/res/samples/test7.html -lib/mozilla/res/samples/test8-1.html -lib/mozilla/res/samples/test8.html -lib/mozilla/res/samples/test8dom.html -lib/mozilla/res/samples/test8sca.html -lib/mozilla/res/samples/test8siz.html -lib/mozilla/res/samples/test8tab.html -lib/mozilla/res/samples/test9.html -lib/mozilla/res/samples/test9a.html -lib/mozilla/res/samples/test9b.html -lib/mozilla/res/samples/test_ed.html -lib/mozilla/res/samples/test_form.html -lib/mozilla/res/samples/test_gfx.html -lib/mozilla/res/samples/test_lbox.html -lib/mozilla/res/samples/test_pr.html -lib/mozilla/res/samples/test_weight.html -lib/mozilla/res/samples/toolbarTest1.xul -lib/mozilla/res/samples/treeTest1.css -lib/mozilla/res/samples/treeTest1.xul -lib/mozilla/res/samples/widgets.xul -lib/mozilla/res/samples/xpconnect-sample.html -lib/mozilla/res/samples/xpmenu.xul -lib/mozilla/res/samples/xulTest.css -lib/mozilla/res/strres-test.dtd -lib/mozilla/res/strres-test.html -lib/mozilla/res/strres-test.js -lib/mozilla/res/strres-test.xul -lib/mozilla/res/strres.properties -lib/mozilla/res/test.properties -lib/mozilla/res/throbber/anim.gif -lib/mozilla/res/throbber/anims00.gif -lib/mozilla/res/throbber/anims01.gif -lib/mozilla/res/throbber/anims02.gif -lib/mozilla/res/throbber/anims03.gif -lib/mozilla/res/throbber/anims04.gif -lib/mozilla/res/throbber/anims05.gif -lib/mozilla/res/throbber/anims06.gif -lib/mozilla/res/throbber/anims07.gif -lib/mozilla/res/throbber/anims08.gif -lib/mozilla/res/throbber/anims09.gif -lib/mozilla/res/throbber/anims10.gif -lib/mozilla/res/throbber/anims11.gif -lib/mozilla/res/throbber/anims12.gif -lib/mozilla/res/throbber/anims13.gif -lib/mozilla/res/throbber/anims14.gif -lib/mozilla/res/throbber/anims15.gif -lib/mozilla/res/throbber/anims16.gif -lib/mozilla/res/throbber/anims17.gif -lib/mozilla/res/throbber/anims18.gif -lib/mozilla/res/throbber/anims19.gif -lib/mozilla/res/throbber/anims20.gif -lib/mozilla/res/throbber/anims21.gif -lib/mozilla/res/throbber/anims22.gif -lib/mozilla/res/throbber/anims23.gif -lib/mozilla/res/throbber/anims24.gif -lib/mozilla/res/throbber/anims25.gif -lib/mozilla/res/throbber/anims26.gif -lib/mozilla/res/throbber/anims27.gif -lib/mozilla/res/throbber/anims28.gif -lib/mozilla/res/throbber/anims29.gif -lib/mozilla/res/ua.css -lib/mozilla/res/unixcharset.properties -lib/mozilla/res/viewer.properties -lib/mozilla/res/xpinstall/progress.css -lib/mozilla/res/xpinstall/progress.html -lib/mozilla/res/xpinstall/progress.xul -lib/mozilla/run-mozilla.sh -lib/mozilla/sendlatertest -lib/mozilla/sendpage -lib/mozilla/splash.xpm -lib/mozilla/testimap -lib/mozilla/testmailnews -lib/mozilla/teststream -lib/mozilla/timebombgen -lib/mozilla/urltest -lib/mozilla/viewer -lib/mozilla/viewer_gtk -lib/mozilla/vreg -lib/mozilla/xcat -lib/mozilla/xls -lib/mozilla/xmlterm -lib/mozilla/xpcshell -lib/mozilla/xpidl -lib/mozilla/xpt_dump -lib/mozilla/xpt_link -@dirrm lib/mozilla/res/xpinstall -@dirrm lib/mozilla/res/throbber -@dirrm lib/mozilla/res/samples/sampleimages -@dirrm lib/mozilla/res/samples -@dirrm lib/mozilla/res/rdf/datasets -@dirrm lib/mozilla/res/rdf -@dirrm lib/mozilla/res/mailnews/tests -@dirrm lib/mozilla/res/mailnews -@dirrm lib/mozilla/res/html -@dirrm lib/mozilla/res/entityTables -@dirrm lib/mozilla/res -@dirrm lib/mozilla/plugins -@dirrm lib/mozilla/icons -@dirrm lib/mozilla/dtd -@dirrm lib/mozilla/defaults/profile -@dirrm lib/mozilla/defaults/pref -@dirrm lib/mozilla/defaults -@dirrm lib/mozilla/components -@dirrm lib/mozilla/chrome/xpinstall/skin/default -@dirrm lib/mozilla/chrome/xpinstall/skin -@dirrm lib/mozilla/chrome/xpinstall/locale/en-US -@dirrm lib/mozilla/chrome/xpinstall/locale -@dirrm lib/mozilla/chrome/xpinstall/content/default -@dirrm lib/mozilla/chrome/xpinstall/content -@dirrm lib/mozilla/chrome/xpinstall -@dirrm lib/mozilla/chrome/xmlterm/skin/default/images -@dirrm lib/mozilla/chrome/xmlterm/skin/default -@dirrm lib/mozilla/chrome/xmlterm/skin -@dirrm lib/mozilla/chrome/xmlterm/content/default -@dirrm lib/mozilla/chrome/xmlterm/content -@dirrm lib/mozilla/chrome/xmlterm -@dirrm lib/mozilla/chrome/wallet/skin/default -@dirrm lib/mozilla/chrome/wallet/skin -@dirrm lib/mozilla/chrome/wallet/locale/en-US -@dirrm lib/mozilla/chrome/wallet/locale -@dirrm lib/mozilla/chrome/wallet/content/default -@dirrm lib/mozilla/chrome/wallet/content -@dirrm lib/mozilla/chrome/wallet -@dirrm lib/mozilla/chrome/timebomb/locale/en-US -@dirrm lib/mozilla/chrome/timebomb/locale -@dirrm lib/mozilla/chrome/timebomb/content/default -@dirrm lib/mozilla/chrome/timebomb/content -@dirrm lib/mozilla/chrome/timebomb -@dirrm lib/mozilla/chrome/sidebar/skin/default -@dirrm lib/mozilla/chrome/sidebar/skin -@dirrm lib/mozilla/chrome/sidebar/locale/en-US -@dirrm lib/mozilla/chrome/sidebar/locale -@dirrm lib/mozilla/chrome/sidebar/content/default -@dirrm lib/mozilla/chrome/sidebar/content -@dirrm lib/mozilla/chrome/sidebar -@dirrm lib/mozilla/chrome/security/locale/en-US -@dirrm lib/mozilla/chrome/security/locale -@dirrm lib/mozilla/chrome/security -@dirrm lib/mozilla/chrome/search/skin/default -@dirrm lib/mozilla/chrome/search/skin -@dirrm lib/mozilla/chrome/search/locale/en-US -@dirrm lib/mozilla/chrome/search/locale -@dirrm lib/mozilla/chrome/search/content/default -@dirrm lib/mozilla/chrome/search/content -@dirrm lib/mozilla/chrome/search -@dirrm lib/mozilla/chrome/related/skin/default -@dirrm lib/mozilla/chrome/related/skin -@dirrm lib/mozilla/chrome/related/locale/en-US -@dirrm lib/mozilla/chrome/related/locale -@dirrm lib/mozilla/chrome/related/content/default -@dirrm lib/mozilla/chrome/related/content -@dirrm lib/mozilla/chrome/related -@dirrm lib/mozilla/chrome/regviewer/skin/default -@dirrm lib/mozilla/chrome/regviewer/skin -@dirrm lib/mozilla/chrome/regviewer/locale/en-US -@dirrm lib/mozilla/chrome/regviewer/locale -@dirrm lib/mozilla/chrome/regviewer/content/default -@dirrm lib/mozilla/chrome/regviewer/content -@dirrm lib/mozilla/chrome/regviewer -@dirrm lib/mozilla/chrome/profile/skin/default -@dirrm lib/mozilla/chrome/profile/skin -@dirrm lib/mozilla/chrome/profile/locale/en-US -@dirrm lib/mozilla/chrome/profile/locale -@dirrm lib/mozilla/chrome/profile/content/default -@dirrm lib/mozilla/chrome/profile/content -@dirrm lib/mozilla/chrome/profile -@dirrm lib/mozilla/chrome/pref/skin/default -@dirrm lib/mozilla/chrome/pref/skin -@dirrm lib/mozilla/chrome/pref/locale/en-US -@dirrm lib/mozilla/chrome/pref/locale -@dirrm lib/mozilla/chrome/pref/content/default -@dirrm lib/mozilla/chrome/pref/content -@dirrm lib/mozilla/chrome/pref -@dirrm lib/mozilla/chrome/navigator/skin/default -@dirrm lib/mozilla/chrome/navigator/skin -@dirrm lib/mozilla/chrome/navigator/locale/en-US -@dirrm lib/mozilla/chrome/navigator/locale -@dirrm lib/mozilla/chrome/navigator/content/default -@dirrm lib/mozilla/chrome/navigator/content -@dirrm lib/mozilla/chrome/navigator -@dirrm lib/mozilla/chrome/messengercompose/skin/default -@dirrm lib/mozilla/chrome/messengercompose/skin -@dirrm lib/mozilla/chrome/messengercompose/locale/en-US -@dirrm lib/mozilla/chrome/messengercompose/locale -@dirrm lib/mozilla/chrome/messengercompose/content/default -@dirrm lib/mozilla/chrome/messengercompose/content -@dirrm lib/mozilla/chrome/messengercompose -@dirrm lib/mozilla/chrome/messenger/skin/default -@dirrm lib/mozilla/chrome/messenger/skin -@dirrm lib/mozilla/chrome/messenger/locale/en-US -@dirrm lib/mozilla/chrome/messenger/locale -@dirrm lib/mozilla/chrome/messenger/content/default -@dirrm lib/mozilla/chrome/messenger/content -@dirrm lib/mozilla/chrome/messenger -@dirrm lib/mozilla/chrome/layout/locale/en-US -@dirrm lib/mozilla/chrome/layout/locale -@dirrm lib/mozilla/chrome/layout -@dirrm lib/mozilla/chrome/history/skin/default -@dirrm lib/mozilla/chrome/history/skin -@dirrm lib/mozilla/chrome/history/locale/en-US -@dirrm lib/mozilla/chrome/history/locale -@dirrm lib/mozilla/chrome/history/content/default -@dirrm lib/mozilla/chrome/history/content -@dirrm lib/mozilla/chrome/history -@dirrm lib/mozilla/chrome/global/skin/default -@dirrm lib/mozilla/chrome/global/skin -@dirrm lib/mozilla/chrome/global/locale/en-US -@dirrm lib/mozilla/chrome/global/locale -@dirrm lib/mozilla/chrome/global/content/default -@dirrm lib/mozilla/chrome/global/content -@dirrm lib/mozilla/chrome/global -@dirrm lib/mozilla/chrome/editor/skin/default/images -@dirrm lib/mozilla/chrome/editor/skin/default -@dirrm lib/mozilla/chrome/editor/skin -@dirrm lib/mozilla/chrome/editor/locale/en-US -@dirrm lib/mozilla/chrome/editor/locale -@dirrm lib/mozilla/chrome/editor/content/default -@dirrm lib/mozilla/chrome/editor/content -@dirrm lib/mozilla/chrome/editor -@dirrm lib/mozilla/chrome/domviewer/content/default -@dirrm lib/mozilla/chrome/domviewer/content -@dirrm lib/mozilla/chrome/domviewer -@dirrm lib/mozilla/chrome/directory/skin/default -@dirrm lib/mozilla/chrome/directory/skin -@dirrm lib/mozilla/chrome/directory/locale/en-US -@dirrm lib/mozilla/chrome/directory/locale -@dirrm lib/mozilla/chrome/directory/content/default -@dirrm lib/mozilla/chrome/directory/content -@dirrm lib/mozilla/chrome/directory -@dirrm lib/mozilla/chrome/bookmarks/skin/default -@dirrm lib/mozilla/chrome/bookmarks/skin -@dirrm lib/mozilla/chrome/bookmarks/locale/en-US -@dirrm lib/mozilla/chrome/bookmarks/locale -@dirrm lib/mozilla/chrome/bookmarks/content/default -@dirrm lib/mozilla/chrome/bookmarks/content -@dirrm lib/mozilla/chrome/bookmarks -@dirrm lib/mozilla/chrome/addressbook/skin/default -@dirrm lib/mozilla/chrome/addressbook/skin -@dirrm lib/mozilla/chrome/addressbook/locale/en-US -@dirrm lib/mozilla/chrome/addressbook/locale -@dirrm lib/mozilla/chrome/addressbook/content/default -@dirrm lib/mozilla/chrome/addressbook/content -@dirrm lib/mozilla/chrome/addressbook -@dirrm lib/mozilla/chrome -@dirrm lib/mozilla/OutTestData -@dirrm lib/mozilla diff --git a/www/netscape4-communicator/Makefile b/www/netscape4-communicator/Makefile index 21578707c4d3..fcc6ac763c3b 100644 --- a/www/netscape4-communicator/Makefile +++ b/www/netscape4-communicator/Makefile @@ -27,7 +27,7 @@ NO_BUILD= yes NO_FILTER_SHLIBS= yes STRIP= WRKSRC?= ${WRKDIR}/${BROWSER}-v408.x86-unknown-freebsd -PKGDIR?= ${.CURDIR}/pkg +PKGDIR= ${.CURDIR}/pkg AUTOADMIN?= autoadmin-v408.x86-unknown-freebsd.tar.gz BROWSER?= communicator diff --git a/www/netscape48-communicator/Makefile b/www/netscape48-communicator/Makefile deleted file mode 100644 index 21578707c4d3..000000000000 --- a/www/netscape48-communicator/Makefile +++ /dev/null @@ -1,123 +0,0 @@ -# New ports collection makefile for: netscape (full communicator version) -# Date created: 24 Feb 1997 -# Whom: ache -# -# $FreeBSD$ -# - -PORTNAME?= netscape-${BROWSER_ARC} -PORTVERSION?= ${BROWSER_VER} -CATEGORIES?= www -MASTER_SITES?= ftp://ftp.netscape.com/pub/communicator/4.08/english/unix/unsupported/freebsd/professional_edition/ -DISTFILES?= communicator-v408-export.x86-unknown-freebsd.tar.gz - -MAINTAINER?= sada@FreeBSD.org - -RUN_DEPENDS+= netscape:${PORTSDIR}/www/netscape-wrapper - -Y2K= http://home.netscape.com/products/year2000/faq/client.html - -.if !defined(INFILE_HEAD) -# not included from master ports -NO_LATEST_LINK= yes -.endif - -USE_XLIB= yes -NO_BUILD= yes -NO_FILTER_SHLIBS= yes -STRIP= -WRKSRC?= ${WRKDIR}/${BROWSER}-v408.x86-unknown-freebsd -PKGDIR?= ${.CURDIR}/pkg - -AUTOADMIN?= autoadmin-v408.x86-unknown-freebsd.tar.gz -BROWSER?= communicator -BROWSER_ARC?= ${BROWSER} -BROWSER_VER?= 4.08 -FORTIFY= Fortify-1.4.6-unix-x86 -NDIR= ${PREFIX}/${NSUBDIR} -NSUBDIR?= lib/netscape -BINDIR= ${PREFIX}/bin -INFILE_HEAD?= 'Communicator,4.08.0.98306' -WRAPPER_TEMPLATE= ${MASTERDIR}/files/netscape.sh -MAILCAP?= ${MASTERDIR}/files/mailcap - -PLIST_SUB= BROWSER=${BROWSER_ARC} BROWSER_VER=${BROWSER_VER} \ - NSUBDIR=${NSUBDIR} - -.if (${BROWSER} == "communicator") && !defined(NO_AUTOADMIN) -DISTFILES+= ${AUTOADMIN} -.endif - -.if defined(WITH_128BIT) && !defined(NO_FORTIFY) -MASTER_SITES+= ftp://ftp.fortify.net/pub/Fortify/ \ - ftp://ftp.za.freebsd.org/pub/Fortify/ -DISTFILES+= ${FORTIFY}.tar.gz -RESTRICTED= "Contains strong cryptography" -.endif - -.if !defined(_PREMKINCLUDED) -.include <bsd.port.pre.mk> -.endif - -.if (${ARCH} == "i386") && !defined(USE_LINUX_LIB) && !defined(WITHOUT_AOUT) -USE_AOUT_LIB= yes -PKGREQ= ${MASTERDIR}/pkg/REQ.aout -RUN_DEPENDS+= ${X11BASE}/lib/aout/libX11.so.6.1:${PORTSDIR}/x11/XFree86-aoutlibs -.endif - -.SILENT: - -.if !defined(WITH_128BIT) && !defined(NO_FORTIFY) -pre-extract: - ${ECHO} "You can make Netscape use 128-bit encryption by defining WITH_128BIT" -.endif - -post-configure: - ${SED} -e "s;@PREFIX@;${PREFIX};g" -e "s;@NSUBDIR@;${NSUBDIR};g" \ - -e "s;@BROWSER@;${BROWSER_ARC};g" \ - -e "s;@BROWSER_VER@;${BROWSER_VER};g" \ - ${WRAPPER_TEMPLATE} >${WRKSRC}/netscape - ${CHMOD} +x ${WRKSRC}/netscape - ${ECHO} -n ${INFILE_HEAD},${NDIR} >${WRKSRC}/infile - -.if defined(USE_AOUT_LIB) -pre-install: - PKG_PREFIX=${PREFIX} ${SH} ${PKGREQ} ${PKGNAME} INSTALL -.endif - -do-install: - ${MKDIR} ${NDIR}/java/classes - ${INSTALL_DATA} ${WRKSRC}/*.jar ${NDIR}/java/classes - ${INSTALL_PROGRAM} ${WRKSRC}/vreg ${NDIR} - for i in ${WRKSRC}/*.nif; do \ - ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} $${i} ${EXTRACT_AFTER_ARGS} -C ${NDIR}; \ - done - ${WRKSRC}/vreg ${NDIR}/registry ${WRKSRC}/infile - ${MV} -f ${NDIR}/netscape ${NDIR}/${BROWSER_ARC}-${BROWSER_VER}.bin - ${INSTALL_SCRIPT} ${WRKSRC}/netscape \ - ${BINDIR}/${BROWSER_ARC}-${BROWSER_VER} - ${LN} -sf ${BROWSER_ARC}-${BROWSER_VER} ${BINDIR}/${BROWSER_ARC}-4 - ${LN} -sf ${BROWSER_ARC}-4 ${BINDIR}/netscape.run - if [ ! -f ${NDIR}/mailcap ] ; then \ - ${INSTALL_DATA} ${MAILCAP} ${NDIR}; \ - fi - ${RM} -rf ${NDIR}/movemail-src -.if (${BROWSER} == "communicator") && !defined(NO_AUTOADMIN) - tar zxf ${DISTDIR}/${AUTOADMIN} -C ${NDIR} -.endif -.if defined(WITH_128BIT) && !defined(NO_FORTIFY) - cd ${WRKDIR}/${FORTIFY} \ - && (${ECHO}; ${ECHO} yes; ${ECHO} no; ${ECHO} no) \ - | ./Fortify.sh ${NDIR}/${BROWSER_ARC}-${BROWSER_VER}.bin -.endif - ${CHOWN} -R root:wheel ${NDIR} - -post-install: - ${CAT} ${PKGDIR}/DESCR - -# hack to allow slave ports to include bsd.port.pre.mk and then this file -.if defined(_PREMKINCLUDED) -.include <bsd.port.post.mk> -.else -.include <bsd.port.mk> -.endif diff --git a/www/netscape48-communicator/distinfo b/www/netscape48-communicator/distinfo deleted file mode 100644 index b081e6cd52e8..000000000000 --- a/www/netscape48-communicator/distinfo +++ /dev/null @@ -1,17 +0,0 @@ -MD5 (Fortify-1.4.6-unix-x86.tar.gz) = 93fd03a90dcfbf8d55ce0785d2a42ffc -MD5 (autoadmin-v408.x86-unknown-freebsd.tar.gz) = 0435245b83fc5d9be6844ebfa1a242f0 -MD5 (communicator-v408-export.x86-unknown-freebsd.tar.gz) = dfe7005dd39ac900fe336d6f052acfdb -MD5 (communicator-v461-export.x86-unknown-freebsd.tar.gz) = 308686a3266e5e3aa27692c33313a159 -MD5 (communicator-v47-us.x86-unknown-freebsd.tar.gz) = fae5e2d150dfe9c05c5d8b577e99a8c3 -MD5 (communicator-v473-export.alpha-dec-osf4.0.tar.gz) = 9489caae0e177e6126b07ec97ee037f5 -MD5 (communicator-v473-export.x86-bsdi-bsd2.tar.gz) = fd7975f7aeb2c6ebac9ca96724b0afb6 -MD5 (communicator-v473-us.x86-bsdi-bsd2.tar.gz) = 1512e2ab43b097377cbc1c3d6b3993b0 -MD5 (communicator-v473-export.x86-unknown-freebsd.tar.gz) = e80e68312b98be84c7379d1ed1569c4d -MD5 (communicator-v473-export.x86-unknown-linuxglibc2.0.tar.gz) = e5434d67a50f1328a21825033055584c -MD5 (navigator-v473-export.x86-unknown-linuxglibc2.0.tar.gz) = 022693778a13275d1e3993fef3844e54 -MD5 (navigator-v408-export.x86-unknown-freebsd.tar.gz) = 63d607f8e861471f4dcd14d048e1f652 -MD5 (navigator-v461-export.x86-unknown-freebsd.tar.gz) = 49600fb97ba24ca14baf91282f3ad441 -MD5 (navigator-v473-export.alpha-dec-osf4.0.tar.gz) = 06f248469991b8110fc367799d160de1 -MD5 (navigator-v473-export.x86-bsdi-bsd2.tar.gz) = af6995971ae513e25ac760c9c8d3565b -MD5 (navigator-v473-us.x86-bsdi-bsd2.tar.gz) = 2c611a53c5a9b9e9cf5e4ff8b44d6551 -MD5 (navigator-v473-export.x86-unknown-freebsd.tar.gz) = 4d6f294e816aff8bc858d9fcc40ecfe6 diff --git a/www/netscape48-communicator/files/mailcap b/www/netscape48-communicator/files/mailcap deleted file mode 100644 index 61daeb5db716..000000000000 --- a/www/netscape48-communicator/files/mailcap +++ /dev/null @@ -1,69 +0,0 @@ -# Example .mailcap file for FreeBSD machines -# -# First a note about syntax: -# The first token in a configuration line represents a mime type. -# A mime type is of the form "SubGroup/Item" and either token -# can be replaced by the wildcard character "*" -# -# the second token is the command that you would run -# when the specified mime type is encountered. An example -# would be "xv %s" where %s will be replaced by a filename -# -# remaining tokens represent name value pairs. -# -# the "test=<SOME TEST COMMAND>" pair invokes the test command -# specified and checks the UNIX shell return code to see if the -# test passed. If the test passes the mime mapping is made, otherwise -# the mapping is not made. -# -# the "stream-buffer-size=<NUMBER>" pair tells the application -# to use a popen command to invoke the program specified and to -# pipe all data into the command. Only programs that can handle -# piped input can use this method. When this method is used -# a "%s" should not be included in the command. You should -# make sure that the program you wish to use can accept piped -# data by trying something like this before using it: -# cat "YOUR_DATA_FILE_HERE" | COMMAND_TO_TEST -# -# You may continue lines by using the backslash character "\" - -# FreeBSD doesn't seem to support `sfplay' yet, but if a port comes -# along then the following should be enabled. -# -# plays AIFF files -#audio/x-aiff; sfplay %s - -# plays AIFC files -#audio/x-aifc; sfplay %s - -# FreeBSD has no wavplay utility either, but if someone -# would care to port one then this can also be used. -# plays WAV files -#audio/x-wav; wavplay %s > /dev/null 2>&1 - -# FreeBSD /dev/audio is sun compliant -audio/basic; cat %s > /dev/audio - -# use this to play MPEG audio if you have maplay installed -audio/x-mpeg; maplay -; stream-buffer-size=2000 - -# use this to play MPEG video files if you have mpeg_play installed -video/mpeg; mpeg_play -quiet %s - -# All other anims go well with xanim (if installed) -video/*; xanim %s > /dev/null 2>&1 - -# use this to display postscript files -application/postscript; ghostview %s - -# use this to display pdf files -application/pdf; xpdf %s 2>/dev/null - -# this is the default for non GIF or JPEG images -image/*; xv %s - -# if you would prefer an external viewer for GIF and JPEG images -# uncomment the following lines for XV to act as your external viewer. -#image/gif; xv %s -#image/jpg; xv %s -#image/jpeg; xv %s diff --git a/www/netscape48-communicator/files/netscape.sh b/www/netscape48-communicator/files/netscape.sh deleted file mode 100644 index ce179a0b8684..000000000000 --- a/www/netscape48-communicator/files/netscape.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -export MOZILLA_HOME; MOZILLA_HOME=${MOZILLA_HOME:=@PREFIX@/@NSUBDIR@} -export CLASSPATH ; CLASSPATH=.:$MOZILLA_HOME -export XCMSDB; XCMSDB=/dev/null -ulimit -c 0 -exec $MOZILLA_HOME/@BROWSER@-@BROWSER_VER@.bin "$@" diff --git a/www/netscape48-communicator/pkg-comment b/www/netscape48-communicator/pkg-comment deleted file mode 100644 index 87c288818755..000000000000 --- a/www/netscape48-communicator/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Netscape ver 4 communicator web-surfboard diff --git a/www/netscape48-communicator/pkg-descr b/www/netscape48-communicator/pkg-descr deleted file mode 100644 index f55f236fcf36..000000000000 --- a/www/netscape48-communicator/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -This is the netscape web-surfboard. Please read the file -"/usr/local/lib/netscape/LICENSE" for the licensing terms. - -Note: If Java applets fail to display. Type this as root: - cd /usr/X11R6/lib/X11/fonts/misc - /usr/X11R6/bin/mkfontdir - chmod 444 fonts.dir - And then exit and restart your X server. - -WWW: http://www.fortify.net diff --git a/www/netscape48-communicator/pkg-plist b/www/netscape48-communicator/pkg-plist deleted file mode 100644 index f6efd62acb1f..000000000000 --- a/www/netscape48-communicator/pkg-plist +++ /dev/null @@ -1,201 +0,0 @@ -bin/communicator-%%BROWSER_VER%% -@exec ln -sf %f %B/communicator-4 -@exec ln -sf communicator-4 %B/netscape.run -@unexec rm -f %B/netscape.run -@unexec rm -f %B/communicator-4 -%%NSUBDIR%%/README -%%NSUBDIR%%/LICENSE -%%NSUBDIR%%/Netscape.ad -%%NSUBDIR%%/XKeysymDB -%%NSUBDIR%%/movemail -%%NSUBDIR%%/libAutoAdmin.so -%%NSUBDIR%%/plugins/libnullplugin.so -%%NSUBDIR%%/libjsd.so.1.0 -%%NSUBDIR%%/bookmark.htm -%%NSUBDIR%%/java/classes/awt.properties -%%NSUBDIR%%/java/classes/font.properties -%%NSUBDIR%%/java/classes/font.properties.zh_TW_Big5 -%%NSUBDIR%%/java/classes/font.properties.zh_TW -%%NSUBDIR%%/java/classes/font.properties.zh_GB2312 -%%NSUBDIR%%/java/classes/font.properties.zh -%%NSUBDIR%%/java/classes/font.properties.tr -%%NSUBDIR%%/java/classes/font.properties.ru -%%NSUBDIR%%/java/classes/font.properties.pl -%%NSUBDIR%%/java/classes/font.properties.lv -%%NSUBDIR%%/java/classes/font.properties.lt -%%NSUBDIR%%/java/classes/font.properties.ko -%%NSUBDIR%%/java/classes/font.properties.ja -%%NSUBDIR%%/java/classes/font.properties.hu -%%NSUBDIR%%/java/classes/font.properties.el -%%NSUBDIR%%/java/classes/font.properties.cs -%%NSUBDIR%%/java/classes/aix/font.properties -%%NSUBDIR%%/java/classes/aix/font.properties.cs -%%NSUBDIR%%/java/classes/aix/font.properties.hu -%%NSUBDIR%%/java/classes/aix/font.properties.ja -%%NSUBDIR%%/java/classes/aix/font.properties.ko -%%NSUBDIR%%/java/classes/aix/font.properties.pl -%%NSUBDIR%%/java/classes/aix/font.properties.ru -%%NSUBDIR%%/java/classes/aix/font.properties.zh -%%NSUBDIR%%/java/classes/aix/font.properties.zh_TW -%%NSUBDIR%%/java/classes/hpux/font.properties -%%NSUBDIR%%/java/classes/hpux/font.properties.bg -%%NSUBDIR%%/java/classes/hpux/font.properties.cs -%%NSUBDIR%%/java/classes/hpux/font.properties.el -%%NSUBDIR%%/java/classes/hpux/font.properties.hr -%%NSUBDIR%%/java/classes/hpux/font.properties.hu -%%NSUBDIR%%/java/classes/hpux/font.properties.ja -%%NSUBDIR%%/java/classes/hpux/font.properties.ko -%%NSUBDIR%%/java/classes/hpux/font.properties.pl -%%NSUBDIR%%/java/classes/hpux/font.properties.ro -%%NSUBDIR%%/java/classes/hpux/font.properties.ru -%%NSUBDIR%%/java/classes/hpux/font.properties.sk -%%NSUBDIR%%/java/classes/hpux/font.properties.sl -%%NSUBDIR%%/java/classes/hpux/font.properties.tr -%%NSUBDIR%%/java/classes/hpux/font.properties.zh_GB2312 -%%NSUBDIR%%/java/classes/hpux/font.properties.zh_TW_Big5 -%%NSUBDIR%%/java/classes/hpux/font.properties.zh_TW_CNS11643 -%%NSUBDIR%%/java/classes/font.properties.zh_TW_CNS11643 -%%NSUBDIR%%/java/classes/irix/font.properties -%%NSUBDIR%%/java/classes/irix/font.properties.cs -%%NSUBDIR%%/java/classes/irix/font.properties.el -%%NSUBDIR%%/java/classes/irix/font.properties.hu -%%NSUBDIR%%/java/classes/irix/font.properties.ja -%%NSUBDIR%%/java/classes/irix/font.properties.ko -%%NSUBDIR%%/java/classes/irix/font.properties.zh_GB2312 -%%NSUBDIR%%/java/classes/irix/font.properties.zh_TW_Big5 -%%NSUBDIR%%/java/classes/irix/font.properties.zh_TW_CNS11643 -%%NSUBDIR%%/java/classes/ifc11.jar -%%NSUBDIR%%/java/classes/iiop10.jar -%%NSUBDIR%%/java/classes/jae40.jar -%%NSUBDIR%%/java/classes/java40.jar -%%NSUBDIR%%/java/classes/jio40.jar -%%NSUBDIR%%/java/classes/jsd10.jar -%%NSUBDIR%%/java/classes/ldap10.jar -%%NSUBDIR%%/java/classes/scd10.jar -%%NSUBDIR%%/nethelp/Back_dep.gif -%%NSUBDIR%%/nethelp/Topic.js -%%NSUBDIR%%/nethelp/System.js -%%NSUBDIR%%/nethelp/Stack.js -%%NSUBDIR%%/nethelp/Local-1.js -%%NSUBDIR%%/nethelp/IdxData.js -%%NSUBDIR%%/nethelp/Header.js -%%NSUBDIR%%/nethelp/CntTool.js -%%NSUBDIR%%/nethelp/CntData.js -%%NSUBDIR%%/nethelp/Button.js -%%NSUBDIR%%/nethelp/picsfail.jar -%%NSUBDIR%%/nethelp/picsfail.htm -%%NSUBDIR%%/nethelp/ToolUI.htm -%%NSUBDIR%%/nethelp/System.htm -%%NSUBDIR%%/nethelp/Status.htm -%%NSUBDIR%%/nethelp/NoJSerr.htm -%%NSUBDIR%%/nethelp/NavUI.htm -%%NSUBDIR%%/nethelp/NSHIfrm.htm -%%NSUBDIR%%/nethelp/IdxTopic.htm -%%NSUBDIR%%/nethelp/IdxTool.htm -%%NSUBDIR%%/nethelp/IdxKey.htm -%%NSUBDIR%%/nethelp/IdxFill.htm -%%NSUBDIR%%/nethelp/CntTool.htm -%%NSUBDIR%%/nethelp/Blank.htm -%%NSUBDIR%%/nethelp/netwatch.gif -%%NSUBDIR%%/nethelp/Wait.gif -%%NSUBDIR%%/nethelp/Tool_up.gif -%%NSUBDIR%%/nethelp/Tool_sel.gif -%%NSUBDIR%%/nethelp/Tool_dep.gif -%%NSUBDIR%%/nethelp/Prnt_up.gif -%%NSUBDIR%%/nethelp/Prnt_sel.gif -%%NSUBDIR%%/nethelp/Prnt_dep.gif -%%NSUBDIR%%/nethelp/Forw_up.gif -%%NSUBDIR%%/nethelp/Forw_sel.gif -%%NSUBDIR%%/nethelp/Forw_dis.gif -%%NSUBDIR%%/nethelp/Forw_dep.gif -%%NSUBDIR%%/nethelp/Exit_up.gif -%%NSUBDIR%%/nethelp/Exit_sel.gif -%%NSUBDIR%%/nethelp/Exit_dep.gif -%%NSUBDIR%%/nethelp/Back_up.gif -%%NSUBDIR%%/nethelp/Back_sel.gif -%%NSUBDIR%%/nethelp/Back_dis.gif -%%NSUBDIR%%/nethelp/Utility.js -%%NSUBDIR%%/nethelp/netscape/collabra/collabra.gif -%%NSUBDIR%%/nethelp/netscape/collabra/discgrps.gif -%%NSUBDIR%%/nethelp/netscape/collabra/coll.htm -%%NSUBDIR%%/nethelp/netscape/collabra/collHdr.htm -%%NSUBDIR%%/nethelp/netscape/collabra/help.hpf -%%NSUBDIR%%/nethelp/netscape/composer/composer.gif -%%NSUBDIR%%/nethelp/netscape/composer/comtlbr2.gif -%%NSUBDIR%%/nethelp/netscape/composer/fmtlbr3.gif -%%NSUBDIR%%/nethelp/netscape/composer/tagicon2.gif -%%NSUBDIR%%/nethelp/netscape/composer/comp.htm -%%NSUBDIR%%/nethelp/netscape/composer/compHdr.htm -%%NSUBDIR%%/nethelp/netscape/composer/help.hpf -%%NSUBDIR%%/nethelp/netscape/confernc/brws2.gif -%%NSUBDIR%%/nethelp/netscape/confernc/chat2.gif -%%NSUBDIR%%/nethelp/netscape/confernc/circle2.gif -%%NSUBDIR%%/nethelp/netscape/confernc/confernc.gif -%%NSUBDIR%%/nethelp/netscape/confernc/eraser2.gif -%%NSUBDIR%%/nethelp/netscape/confernc/fhndtl2.gif -%%NSUBDIR%%/nethelp/netscape/confernc/filex2.gif -%%NSUBDIR%%/nethelp/netscape/confernc/horline2.gif -%%NSUBDIR%%/nethelp/netscape/confernc/line2.gif -%%NSUBDIR%%/nethelp/netscape/confernc/pointer2.gif -%%NSUBDIR%%/nethelp/netscape/confernc/rect2.gif -%%NSUBDIR%%/nethelp/netscape/confernc/txttool2.gif -%%NSUBDIR%%/nethelp/netscape/confernc/whtbd2.gif -%%NSUBDIR%%/nethelp/netscape/confernc/conf.htm -%%NSUBDIR%%/nethelp/netscape/confernc/confHdr.htm -%%NSUBDIR%%/nethelp/netscape/confernc/help.hpf -%%NSUBDIR%%/nethelp/netscape/home/home.gif -%%NSUBDIR%%/nethelp/netscape/home/home.htm -%%NSUBDIR%%/nethelp/netscape/home/homeHdr.htm -%%NSUBDIR%%/nethelp/netscape/home/help.hpf -%%NSUBDIR%%/nethelp/netscape/messengr/mailbox.gif -%%NSUBDIR%%/nethelp/netscape/messengr/messengr.gif -%%NSUBDIR%%/nethelp/netscape/messengr/mpctrl.gif -%%NSUBDIR%%/nethelp/netscape/messengr/mess.htm -%%NSUBDIR%%/nethelp/netscape/messengr/messHdr.htm -%%NSUBDIR%%/nethelp/netscape/messengr/help.hpf -%%NSUBDIR%%/nethelp/netscape/navigatr/navigatr.gif -%%NSUBDIR%%/nethelp/netscape/navigatr/nav.htm -%%NSUBDIR%%/nethelp/netscape/navigatr/navHdr.htm -%%NSUBDIR%%/nethelp/netscape/navigatr/help.hpf -%%NSUBDIR%%/nethelp/netscape/netcastr/netcastr.gif -%%NSUBDIR%%/nethelp/netscape/netcastr/net.htm -%%NSUBDIR%%/nethelp/netscape/netcastr/netHdr.htm -%%NSUBDIR%%/nethelp/netscape/netcastr/help.hpf -%%NSUBDIR%%/nethelp/netscape/shared/admnIcon.gif -%%NSUBDIR%%/nethelp/netscape/shared/calIcon.gif -%%NSUBDIR%%/nethelp/netscape/shared/collIcon.gif -%%NSUBDIR%%/nethelp/netscape/shared/commIcon.gif -%%NSUBDIR%%/nethelp/netscape/shared/compIcon.gif -%%NSUBDIR%%/nethelp/netscape/shared/confIcon.gif -%%NSUBDIR%%/nethelp/netscape/shared/ibmIcon.gif -%%NSUBDIR%%/nethelp/netscape/shared/messIcon.gif -%%NSUBDIR%%/nethelp/netscape/shared/navIcon.gif -%%NSUBDIR%%/nethelp/netscape/shared/netIcon.gif -%%NSUBDIR%%/nethelp/netscape/shared/Contents.htm -%%NSUBDIR%%/nethelp/netscape/shared/NetHelp1.css -%%NSUBDIR%%/nethelp/netscape/nscal/index.html -%%NSUBDIR%%/spell/pen4s324.dat -%%NSUBDIR%%/spell/netscape.dic -%%NSUBDIR%%/vreg -%%NSUBDIR%%/registry -%%NSUBDIR%%/communicator-%%BROWSER_VER%%.bin -%%NSUBDIR%%/mailcap -@dirrm %%NSUBDIR%%/plugins -@dirrm %%NSUBDIR%%/spell -@dirrm %%NSUBDIR%%/nethelp/netscape/shared -@dirrm %%NSUBDIR%%/nethelp/netscape/nscal -@dirrm %%NSUBDIR%%/nethelp/netscape/netcastr -@dirrm %%NSUBDIR%%/nethelp/netscape/navigatr -@dirrm %%NSUBDIR%%/nethelp/netscape/messengr -@dirrm %%NSUBDIR%%/nethelp/netscape/home -@dirrm %%NSUBDIR%%/nethelp/netscape/confernc -@dirrm %%NSUBDIR%%/nethelp/netscape/composer -@dirrm %%NSUBDIR%%/nethelp/netscape/collabra -@dirrm %%NSUBDIR%%/nethelp/netscape -@dirrm %%NSUBDIR%%/nethelp -@dirrm %%NSUBDIR%%/java/classes/aix -@dirrm %%NSUBDIR%%/java/classes/hpux -@dirrm %%NSUBDIR%%/java/classes/irix -@dirrm %%NSUBDIR%%/java/classes -@dirrm %%NSUBDIR%%/java -@unexec rmdir %D/%%NSUBDIR%% 2>/dev/null || true diff --git a/www/netscape48-communicator/pkg-req.aout b/www/netscape48-communicator/pkg-req.aout deleted file mode 100644 index 2e5ef56fe552..000000000000 --- a/www/netscape48-communicator/pkg-req.aout +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh -env=/usr/bin/env -fgrep=/usr/bin/fgrep -ldconfig=/sbin/ldconfig -ld_so=/usr/libexec/ld.so -if [ x$2 = xINSTALL ]; then - $env OBJFORMAT=aout $ldconfig -r | $fgrep -q -e '-lc.3' - if [ $? -ne 0 -o ! -x $ld_so ]; then - cat <<END -++++++++++++++++++++++++++++++++++++++++++++++++++++++ -+ There are no aout libs on this machine. + -+ 1. Install compat22 distribution, + -+ 2. restart your system, + -+ 3. then retry "make install" this port + -+ or "pkg_add" this package. + -++++++++++++++++++++++++++++++++++++++++++++++++++++++ -END - exit 1 - fi - $env OBJFORMAT=aout $ldconfig -r | $fgrep -q -e '-lX11.6' - if [ $? -ne 0 ]; then - cat <<END -+++++++++++++++++++++++++++++++++++++++++++++ -+ There are no X aout libs on this machine. + -+++++++++++++++++++++++++++++++++++++++++++++ -END - exit 1 - fi -fi -exit 0; diff --git a/www/netscape7/Makefile b/www/netscape7/Makefile deleted file mode 100644 index a769b0ac7d52..000000000000 --- a/www/netscape7/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: netscape-linux-6 -# Version required: 6 -# Date created: 8 April 2000 -# Whom: sada@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= linux-netscape -PORTVERSION= 6 -CATEGORIES= www linux -MASTER_SITES= ftp://ftp.netscape.com/pub/netscape6/english/6_PR1/unix/linux22/ -DISTFILES= netscape-v600pr1.x86-unknown-linux2.2.tar.gz - -MAINTAINER= ports@FreeBSD.org - -RUN_DEPENDS= ${LINUX_BASE}/lib/ld.so:${PORTSDIR}/emulators/linux_base \ - ${LINUX_BASE}/usr/lib/libgtk-1.2.so.0.5.0:${PORTSDIR}/x11-toolkits/linux-gtk \ - ${LINUX_BASE}/usr/lib/libjpeg.so.62.0.0:${PORTSDIR}/graphics/linux-jpeg - -LINUX_BASE= /compat/linux -NO_BUILD= yes -NO_FILTER_SHLIBS= yes -ONLY_FOR_ARCHS= i386 -PLIST_SUB= STARTUP_CMD=${STARTUP_CMD} -STRIP= -USE_XLIB= yes -WRKSRC= ${WRKDIR}/package - -INSTALL_DIR= ${PREFIX}/lib/linux-netscape6 -STARTUP_CMD= netscape6 - -post-configure: - ${SED} -e "s;%%INSTALL_DIR%%;${INSTALL_DIR};g" \ - ${FILESDIR}/start.sh >${WRKDIR}/${STARTUP_CMD} - -do-install: - ${MKDIR} ${INSTALL_DIR} - ${CP} -Rp ${WRKSRC}/* ${INSTALL_DIR} - ${INSTALL_SCRIPT} ${WRKDIR}/${STARTUP_CMD} ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/www/netscape7/distinfo b/www/netscape7/distinfo deleted file mode 100644 index b0f2e39ef1db..000000000000 --- a/www/netscape7/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (netscape-v600pr1.x86-unknown-linux2.2.tar.gz) = c28ae0f7559f6457362d5695dabbc795 diff --git a/www/netscape7/files/start.sh b/www/netscape7/files/start.sh deleted file mode 100644 index 58f1fb964159..000000000000 --- a/www/netscape7/files/start.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -cd %%INSTALL_DIR%% -exec ./netscape diff --git a/www/netscape7/pkg-comment b/www/netscape7/pkg-comment deleted file mode 100644 index bcf201f3bef5..000000000000 --- a/www/netscape7/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Linux Netscape Communicator suite diff --git a/www/netscape7/pkg-descr b/www/netscape7/pkg-descr deleted file mode 100644 index 44f75d8fcd13..000000000000 --- a/www/netscape7/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This is the linux version of the netscape web-surfboard. Using the -Linux version on FreeBSD is necessary if you want to use Linux -versions of plugins. Many plugins are distributed only as Linux -binaries. diff --git a/www/netscape7/pkg-plist b/www/netscape7/pkg-plist deleted file mode 100644 index 6fefd1e6e3a8..000000000000 --- a/www/netscape7/pkg-plist +++ /dev/null @@ -1,1696 +0,0 @@ -bin/%%STARTUP_CMD%% -lib/linux-netscape6/Cool/libCoolBos.so -lib/linux-netscape6/Cool/libCoolBos.so.1 -lib/linux-netscape6/Cool/libCoolBucky.so -lib/linux-netscape6/Cool/libCoolBucky.so.1 -lib/linux-netscape6/Cool/libCoolSocket.so -lib/linux-netscape6/Cool/libCoolSocket.so.1 -lib/linux-netscape6/Cool/libCoolSos.so -lib/linux-netscape6/Cool/libCoolSos.so.1 -lib/linux-netscape6/Cool/libCoolUtils.so -lib/linux-netscape6/Cool/libCoolUtils.so.1 -lib/linux-netscape6/bloaturls.txt -lib/linux-netscape6/chrome/addressbook/content/default/AimABTab.js -lib/linux-netscape6/chrome/addressbook/content/default/AimABTab.xul -lib/linux-netscape6/chrome/addressbook/content/default/AimABTabOfflineOverlay.xul -lib/linux-netscape6/chrome/addressbook/content/default/AimABTabOnlineOverlay.xul -lib/linux-netscape6/chrome/addressbook/content/default/abAddressBookNameDialog.js -lib/linux-netscape6/chrome/addressbook/content/default/abAddressBookNameDialog.xul -lib/linux-netscape6/chrome/addressbook/content/default/abCardOverlay.js -lib/linux-netscape6/chrome/addressbook/content/default/abCardOverlay.xul -lib/linux-netscape6/chrome/addressbook/content/default/abCardViewOverlay.js -lib/linux-netscape6/chrome/addressbook/content/default/abCardViewOverlay.xul -lib/linux-netscape6/chrome/addressbook/content/default/abCommon.js -lib/linux-netscape6/chrome/addressbook/content/default/abDirTreeOverlay.xul -lib/linux-netscape6/chrome/addressbook/content/default/abEditCardDialog.xul -lib/linux-netscape6/chrome/addressbook/content/default/abNewCardDialog.xul -lib/linux-netscape6/chrome/addressbook/content/default/abResultsTreeOverlay.xul -lib/linux-netscape6/chrome/addressbook/content/default/abSelectAddressesDialog.js -lib/linux-netscape6/chrome/addressbook/content/default/abSelectAddressesDialog.xul -lib/linux-netscape6/chrome/addressbook/content/default/addressbook.js -lib/linux-netscape6/chrome/addressbook/content/default/addressbook.xul -lib/linux-netscape6/chrome/addressbook/content/default/pref-addressing.xul -lib/linux-netscape6/chrome/addressbook/content/overlays.rdf -lib/linux-netscape6/chrome/addressbook/locale/en-US/AimABTab.dtd -lib/linux-netscape6/chrome/addressbook/locale/en-US/abAddressBookNameDialog.dtd -lib/linux-netscape6/chrome/addressbook/locale/en-US/abCardOverlay.dtd -lib/linux-netscape6/chrome/addressbook/locale/en-US/abCardViewOverlay.dtd -lib/linux-netscape6/chrome/addressbook/locale/en-US/abDirTreeOverlay.dtd -lib/linux-netscape6/chrome/addressbook/locale/en-US/abMainWindow.dtd -lib/linux-netscape6/chrome/addressbook/locale/en-US/abNewCardDialog.dtd -lib/linux-netscape6/chrome/addressbook/locale/en-US/abResultsTreeOverlay.dtd -lib/linux-netscape6/chrome/addressbook/locale/en-US/abSelectAddressesDialog.dtd -lib/linux-netscape6/chrome/addressbook/locale/en-US/pref-addressing.dtd -lib/linux-netscape6/chrome/addressbook/skin/default/AimABTab.css -lib/linux-netscape6/chrome/addressbook/skin/default/abnewmsg.gif -lib/linux-netscape6/chrome/addressbook/skin/default/addressbook.css -lib/linux-netscape6/chrome/addressbook/skin/default/edit.gif -lib/linux-netscape6/chrome/addressbook/skin/default/list.gif -lib/linux-netscape6/chrome/addressbook/skin/default/myaddrbk.gif -lib/linux-netscape6/chrome/addressbook/skin/default/newcard.gif -lib/linux-netscape6/chrome/addressbook/skin/default/newlist.gif -lib/linux-netscape6/chrome/addressbook/skin/default/newmsgab.gif -lib/linux-netscape6/chrome/addressbook/skin/default/person.gif -lib/linux-netscape6/chrome/addressbook/skin/default/property.gif -lib/linux-netscape6/chrome/aim/content/default/Aim.js -lib/linux-netscape6/chrome/aim/content/default/AimAddBuddy.js -lib/linux-netscape6/chrome/aim/content/default/AimAutoComplete.js -lib/linux-netscape6/chrome/aim/content/default/AimBuddy.js -lib/linux-netscape6/chrome/aim/content/default/AimIM.js -lib/linux-netscape6/chrome/aim/content/default/AimSession.js -lib/linux-netscape6/chrome/aim/content/default/App.js -lib/linux-netscape6/chrome/aim/content/default/App.xul -lib/linux-netscape6/chrome/aim/content/default/AppPanel.xul -lib/linux-netscape6/chrome/aim/content/default/AppSidebar.rdf -lib/linux-netscape6/chrome/aim/content/default/AppSidebar.xul -lib/linux-netscape6/chrome/aim/content/default/BuddyAddBuddy.js -lib/linux-netscape6/chrome/aim/content/default/BuddyAddBuddy.xul -lib/linux-netscape6/chrome/aim/content/default/BuddyAddBuddyOverlay.xul -lib/linux-netscape6/chrome/aim/content/default/BuddyAddGroup.xul -lib/linux-netscape6/chrome/aim/content/default/IM.js -lib/linux-netscape6/chrome/aim/content/default/IM.xul -lib/linux-netscape6/chrome/aim/content/default/IMAddBuddy.js -lib/linux-netscape6/chrome/aim/content/default/IMAddBuddy.xul -lib/linux-netscape6/chrome/aim/content/default/IMSidebar.rdf -lib/linux-netscape6/chrome/aim/content/default/IMSidebar.xul -lib/linux-netscape6/chrome/aim/content/default/RegTest.xul -lib/linux-netscape6/chrome/aim/content/default/SPBuddyOrgOverlay.xul -lib/linux-netscape6/chrome/aim/content/default/SPConnectingOrgOverlay.xul -lib/linux-netscape6/chrome/aim/content/default/SPRegisterOrgOverlay.xul -lib/linux-netscape6/chrome/aim/content/default/SPSetupOrgOverlay.xul -lib/linux-netscape6/chrome/aim/content/default/SPSignOnOrgOverlay.xul -lib/linux-netscape6/chrome/aim/content/default/SendIMasEmail.js -lib/linux-netscape6/chrome/aim/content/default/SendIMasEmail.xul -lib/linux-netscape6/chrome/aim/content/default/SidebarPanel.js -lib/linux-netscape6/chrome/aim/content/default/SidebarPanel.xul -lib/linux-netscape6/chrome/aim/content/default/TabSetup.js -lib/linux-netscape6/chrome/aim/content/default/blank.html -lib/linux-netscape6/chrome/aim/content/default/contextMenu.js -lib/linux-netscape6/chrome/aim/content/default/contextMenu.xul -lib/linux-netscape6/chrome/aim/content/default/findAFriend1_0.js -lib/linux-netscape6/chrome/aim/content/default/findAFriend1_0.xul -lib/linux-netscape6/chrome/aim/content/default/findAFriend1_02.xul -lib/linux-netscape6/chrome/aim/content/default/findAFriend1_1.js -lib/linux-netscape6/chrome/aim/content/default/findAFriend1_1.xul -lib/linux-netscape6/chrome/aim/content/default/findAFriend1_1_0.js -lib/linux-netscape6/chrome/aim/content/default/findAFriend1_1_0.xul -lib/linux-netscape6/chrome/aim/content/default/findAFriend1_1_1.js -lib/linux-netscape6/chrome/aim/content/default/findAFriend1_1_1.xul -lib/linux-netscape6/chrome/aim/content/default/findAFriend1_1_3.js -lib/linux-netscape6/chrome/aim/content/default/findAFriend1_1_3.xul -lib/linux-netscape6/chrome/aim/content/default/findAFriend1_2.js -lib/linux-netscape6/chrome/aim/content/default/findAFriend1_2.xul -lib/linux-netscape6/chrome/aim/content/default/findAFriend1_3.xul -lib/linux-netscape6/chrome/aim/content/default/findAFriend2_1.js -lib/linux-netscape6/chrome/aim/content/default/findAFriend2_1.xul -lib/linux-netscape6/chrome/aim/content/default/findAFriend2_2.js -lib/linux-netscape6/chrome/aim/content/default/findAFriend2_2.xul -lib/linux-netscape6/chrome/aim/content/default/findAFriend2_2_1.js -lib/linux-netscape6/chrome/aim/content/default/findAFriend2_2_1.xul -lib/linux-netscape6/chrome/aim/content/default/findAFriend2_2_2.js -lib/linux-netscape6/chrome/aim/content/default/findAFriend2_2_2.xul -lib/linux-netscape6/chrome/aim/content/default/findAFriend2_2_3.js -lib/linux-netscape6/chrome/aim/content/default/findAFriend2_2_3.xul -lib/linux-netscape6/chrome/aim/content/default/findAFriend3_1.js -lib/linux-netscape6/chrome/aim/content/default/findAFriend3_1.xul -lib/linux-netscape6/chrome/aim/content/default/findAFriend3_1_0.js -lib/linux-netscape6/chrome/aim/content/default/findAFriend3_1_0.xul -lib/linux-netscape6/chrome/aim/content/default/findAFriend3_1_1.js -lib/linux-netscape6/chrome/aim/content/default/findAFriend3_1_1.xul -lib/linux-netscape6/chrome/aim/content/default/findAFriend3_1_2.js -lib/linux-netscape6/chrome/aim/content/default/findAFriend3_1_2.xul -lib/linux-netscape6/chrome/aim/content/default/findAFriendWizard.js -lib/linux-netscape6/chrome/aim/content/default/findAFriendWizard.xul -lib/linux-netscape6/chrome/aim/content/default/migWiz0_0_0.js -lib/linux-netscape6/chrome/aim/content/default/migWiz0_0_0.xul -lib/linux-netscape6/chrome/aim/content/default/migWiz0_0_1.js -lib/linux-netscape6/chrome/aim/content/default/migWiz0_0_1.xul -lib/linux-netscape6/chrome/aim/content/default/migWiz1_0_0.js -lib/linux-netscape6/chrome/aim/content/default/migWiz1_0_0.xul -lib/linux-netscape6/chrome/aim/content/default/migWiz1_1_0.js -lib/linux-netscape6/chrome/aim/content/default/migWiz1_1_0.xul -lib/linux-netscape6/chrome/aim/content/default/migWiz2_0_0.js -lib/linux-netscape6/chrome/aim/content/default/migWiz2_0_0.xul -lib/linux-netscape6/chrome/aim/content/default/migWiz2_1_0.js -lib/linux-netscape6/chrome/aim/content/default/migWiz2_1_0.xul -lib/linux-netscape6/chrome/aim/content/default/migWiz2_1_1.js -lib/linux-netscape6/chrome/aim/content/default/migWiz2_1_1.xul -lib/linux-netscape6/chrome/aim/content/default/migWiz3_0_0.js -lib/linux-netscape6/chrome/aim/content/default/migWiz3_0_0.xul -lib/linux-netscape6/chrome/aim/content/default/migrationWizard.js -lib/linux-netscape6/chrome/aim/content/default/migrationWizard.xul -lib/linux-netscape6/chrome/aim/content/default/tstdisplay.js -lib/linux-netscape6/chrome/aim/content/default/tstsignoff.js -lib/linux-netscape6/chrome/aim/content/default/tstsignon.js -lib/linux-netscape6/chrome/aim/content/default/tstsnd.js -lib/linux-netscape6/chrome/aim/locale/en-US/App.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/AppSidebar-rdf.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/AppSidebar.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/BuddyAddBuddy.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/BuddyAddBuddyOverlay.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/BuddyAddGroup.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/IM.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/IMAddBuddy.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/IMSidebar-rdf.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/IMSidebar.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/SPBuddyOrgOverlay.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/SPConnectingOrgOverlay.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/SPRegisterOrgOverlay.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/SPSignOnOrgOverlay.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/SendIMasEmail.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/SidebarPanel.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/aim.properties -lib/linux-netscape6/chrome/aim/locale/en-US/chatRoom.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/chatUpperRightFrame.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/contextMenu.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/findAFriend1_0.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/findAFriend1_1.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/findAFriend1_1_0.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/findAFriend1_1_1.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/findAFriend1_1_3.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/findAFriend1_2.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/findAFriend1_3.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/findAFriend2_1.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/findAFriend2_2.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/findAFriend2_2_1.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/findAFriend2_2_2.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/findAFriend2_2_3.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/findAFriend3_1.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/findAFriend3_1_0.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/findAFriend3_1_1.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/findAFriend3_1_2.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/findAFriendWizard.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/migWiz0_0_0.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/migWiz0_0_1.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/migWiz1_0_0.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/migWiz1_1_0.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/migWiz2_0_0.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/migWiz2_1_0.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/migWiz2_1_1.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/migWiz3_0_0.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/migrationWizard.dtd -lib/linux-netscape6/chrome/aim/locale/en-US/tasksExtension.dtd -lib/linux-netscape6/chrome/aim/skin/default/App.css -lib/linux-netscape6/chrome/aim/skin/default/BuddySignoff -lib/linux-netscape6/chrome/aim/skin/default/BuddySignon -lib/linux-netscape6/chrome/aim/skin/default/FirstIncomingIM -lib/linux-netscape6/chrome/aim/skin/default/IM.css -lib/linux-netscape6/chrome/aim/skin/default/IncomingChat -lib/linux-netscape6/chrome/aim/skin/default/IncomingIM -lib/linux-netscape6/chrome/aim/skin/default/NAIM_logo.gif -lib/linux-netscape6/chrome/aim/skin/default/OutgoingChat -lib/linux-netscape6/chrome/aim/skin/default/OutgoingIM -lib/linux-netscape6/chrome/aim/skin/default/SPBuddyOrgOverlay.css -lib/linux-netscape6/chrome/aim/skin/default/SPConnectingOrgOverlay.css -lib/linux-netscape6/chrome/aim/skin/default/SPRegisterOrgOverlay.css -lib/linux-netscape6/chrome/aim/skin/default/SPSignOnOrgOverlay.css -lib/linux-netscape6/chrome/aim/skin/default/SidebarPanel.css -lib/linux-netscape6/chrome/aim/skin/default/addbuddy.gif -lib/linux-netscape6/chrome/aim/skin/default/addgroup.gif -lib/linux-netscape6/chrome/aim/skin/default/address.gif -lib/linux-netscape6/chrome/aim/skin/default/biActive.gif -lib/linux-netscape6/chrome/aim/skin/default/biAway.gif -lib/linux-netscape6/chrome/aim/skin/default/biGoingOffline.gif -lib/linux-netscape6/chrome/aim/skin/default/biGoingOnline.gif -lib/linux-netscape6/chrome/aim/skin/default/biIdle.gif -lib/linux-netscape6/chrome/aim/skin/default/biNotInList.gif -lib/linux-netscape6/chrome/aim/skin/default/biOffline.gif -lib/linux-netscape6/chrome/aim/skin/default/block.gif -lib/linux-netscape6/chrome/aim/skin/default/btnSend.gif -lib/linux-netscape6/chrome/aim/skin/default/btnSignOn.gif -lib/linux-netscape6/chrome/aim/skin/default/chat.gif -lib/linux-netscape6/chrome/aim/skin/default/decline.gif -lib/linux-netscape6/chrome/aim/skin/default/delete.gif -lib/linux-netscape6/chrome/aim/skin/default/findAFriend1_2.css -lib/linux-netscape6/chrome/aim/skin/default/findAFriendWizard.css -lib/linux-netscape6/chrome/aim/skin/default/findbuddy.gif -lib/linux-netscape6/chrome/aim/skin/default/gochat.gif -lib/linux-netscape6/chrome/aim/skin/default/help.gif -lib/linux-netscape6/chrome/aim/skin/default/ignore.gif -lib/linux-netscape6/chrome/aim/skin/default/im.gif -lib/linux-netscape6/chrome/aim/skin/default/migWiz0_0_0.css -lib/linux-netscape6/chrome/aim/skin/default/migWiz0_0_1.css -lib/linux-netscape6/chrome/aim/skin/default/migWiz1_0_0.css -lib/linux-netscape6/chrome/aim/skin/default/migWiz1_1_0.css -lib/linux-netscape6/chrome/aim/skin/default/migWiz2_0_0.css -lib/linux-netscape6/chrome/aim/skin/default/migWiz2_1_0.css -lib/linux-netscape6/chrome/aim/skin/default/migWiz2_1_1.css -lib/linux-netscape6/chrome/aim/skin/default/migWiz3_0_0.css -lib/linux-netscape6/chrome/aim/skin/default/migrationWizard.css -lib/linux-netscape6/chrome/aim/skin/default/print.gif -lib/linux-netscape6/chrome/aim/skin/default/pwiz_panels.css -lib/linux-netscape6/chrome/aim/skin/default/roominfo.gif -lib/linux-netscape6/chrome/aim/skin/default/savechat.gif -lib/linux-netscape6/chrome/aim/skin/default/send.gif -lib/linux-netscape6/chrome/aim/skin/default/sendim.gif -lib/linux-netscape6/chrome/aim/skin/default/setup.gif -lib/linux-netscape6/chrome/aim/skin/default/tbAddBuddy.gif -lib/linux-netscape6/chrome/aim/skin/default/tbAddGroup.gif -lib/linux-netscape6/chrome/aim/skin/default/tbAddressBook.gif -lib/linux-netscape6/chrome/aim/skin/default/tbBlock.gif -lib/linux-netscape6/chrome/aim/skin/default/tbChat.gif -lib/linux-netscape6/chrome/aim/skin/default/tbDelete.gif -lib/linux-netscape6/chrome/aim/skin/default/tbFAB.gif -lib/linux-netscape6/chrome/aim/skin/default/tbHelp.gif -lib/linux-netscape6/chrome/aim/skin/default/tbIM.gif -lib/linux-netscape6/chrome/aim/skin/default/tbIgnore.gif -lib/linux-netscape6/chrome/aim/skin/default/tbSetup.gif -lib/linux-netscape6/chrome/aim/skin/default/tbWarn.gif -lib/linux-netscape6/chrome/aim/skin/default/warn.gif -lib/linux-netscape6/chrome/bookmarks/content/default/bm-panel.js -lib/linux-netscape6/chrome/bookmarks/content/default/bm-panel.xul -lib/linux-netscape6/chrome/bookmarks/content/default/bm-props.js -lib/linux-netscape6/chrome/bookmarks/content/default/bm-props.xul -lib/linux-netscape6/chrome/bookmarks/content/default/bookmarks.js -lib/linux-netscape6/chrome/bookmarks/content/default/bookmarks.xul -lib/linux-netscape6/chrome/bookmarks/content/default/bookmarksDD.js -lib/linux-netscape6/chrome/bookmarks/locale/en-US/bm-props.dtd -lib/linux-netscape6/chrome/bookmarks/locale/en-US/bookmark.properties -lib/linux-netscape6/chrome/bookmarks/locale/en-US/bookmarks.dtd -lib/linux-netscape6/chrome/bookmarks/skin/default/bm-panel.css -lib/linux-netscape6/chrome/bookmarks/skin/default/bookmark-folder-closed.gif -lib/linux-netscape6/chrome/bookmarks/skin/default/bookmark-folder-open.gif -lib/linux-netscape6/chrome/bookmarks/skin/default/bookmark-item.gif -lib/linux-netscape6/chrome/bookmarks/skin/default/bookmarks.css -lib/linux-netscape6/chrome/bookmarks/skin/default/iefavorite.gif -lib/linux-netscape6/chrome/bookmarks/skin/default/manage-bookmarks.css -lib/linux-netscape6/chrome/bookmarks/skin/default/personal-folder-closed.gif -lib/linux-netscape6/chrome/bookmarks/skin/default/personal-folder-open.gif -lib/linux-netscape6/chrome/chatzilla/content/default/chatzilla.xul -lib/linux-netscape6/chrome/chatzilla/content/default/chatzillaOverlay.js -lib/linux-netscape6/chrome/chatzilla/content/default/chatzillaOverlay.xul -lib/linux-netscape6/chrome/chatzilla/content/default/commands.js -lib/linux-netscape6/chrome/chatzilla/content/default/handlers.js -lib/linux-netscape6/chrome/chatzilla/content/default/lib/js/command-manager.js -lib/linux-netscape6/chrome/chatzilla/content/default/lib/js/connection-xpcom.js -lib/linux-netscape6/chrome/chatzilla/content/default/lib/js/events.js -lib/linux-netscape6/chrome/chatzilla/content/default/lib/js/irc-debug.js -lib/linux-netscape6/chrome/chatzilla/content/default/lib/js/irc.js -lib/linux-netscape6/chrome/chatzilla/content/default/lib/js/utils.js -lib/linux-netscape6/chrome/chatzilla/content/default/lib/xul/EntryHistory.js -lib/linux-netscape6/chrome/chatzilla/content/default/lib/xul/listbox.js -lib/linux-netscape6/chrome/chatzilla/content/default/lib/xul/munger.js -lib/linux-netscape6/chrome/chatzilla/content/default/readprefs.js -lib/linux-netscape6/chrome/chatzilla/content/default/static.js -lib/linux-netscape6/chrome/chatzilla/locale/en-US/chatzillaOverlay.dtd -lib/linux-netscape6/chrome/chatzilla/skin/default/chatzilla.css -lib/linux-netscape6/chrome/chatzilla/skin/default/images/blue_rock.gif -lib/linux-netscape6/chrome/chatzilla/skin/default/images/face-angry.gif -lib/linux-netscape6/chrome/chatzilla/skin/default/images/face-cry.gif -lib/linux-netscape6/chrome/chatzilla/skin/default/images/face-dunno.gif -lib/linux-netscape6/chrome/chatzilla/skin/default/images/face-frown.gif -lib/linux-netscape6/chrome/chatzilla/skin/default/images/face-screw.gif -lib/linux-netscape6/chrome/chatzilla/skin/default/images/face-smile.gif -lib/linux-netscape6/chrome/chatzilla/skin/default/images/face-surprise.gif -lib/linux-netscape6/chrome/chatzilla/skin/default/images/face-tongue.gif -lib/linux-netscape6/chrome/chatzilla/skin/default/images/face-wink.gif -lib/linux-netscape6/chrome/chatzilla/skin/default/images/is-op.gif -lib/linux-netscape6/chrome/chatzilla/skin/default/images/is-voice.gif -lib/linux-netscape6/chrome/chatzilla/skin/default/images/isnt-op.gif -lib/linux-netscape6/chrome/chatzilla/skin/default/images/isnt-voice.gif -lib/linux-netscape6/chrome/chatzilla/skin/default/images/view-activity.gif -lib/linux-netscape6/chrome/chatzilla/skin/default/images/view-current.gif -lib/linux-netscape6/chrome/chatzilla/skin/default/images/view-normal.gif -lib/linux-netscape6/chrome/chatzilla/skin/default/images/xtal.jpg -lib/linux-netscape6/chrome/chatzilla/skin/default/output-default.css -lib/linux-netscape6/chrome/chatzilla/skin/default/output-loud.css -lib/linux-netscape6/chrome/chatzilla/skin/default/output-marble.css -lib/linux-netscape6/chrome/directory/content/default/directory.js -lib/linux-netscape6/chrome/directory/content/default/directory.xul -lib/linux-netscape6/chrome/directory/locale/en-US/directory.dtd -lib/linux-netscape6/chrome/directory/skin/default/directory.css -lib/linux-netscape6/chrome/editor/content/default/EdAECSSAttributes.js -lib/linux-netscape6/chrome/editor/content/default/EdAEHTMLAttributes.js -lib/linux-netscape6/chrome/editor/content/default/EdAEJSEAttributes.js -lib/linux-netscape6/chrome/editor/content/default/EdAdvancedEdit.js -lib/linux-netscape6/chrome/editor/content/default/EdAdvancedEdit.xul -lib/linux-netscape6/chrome/editor/content/default/EdColorProps.js -lib/linux-netscape6/chrome/editor/content/default/EdColorProps.xul -lib/linux-netscape6/chrome/editor/content/default/EdDialogCommon.js -lib/linux-netscape6/chrome/editor/content/default/EdDialogOverlay.xul -lib/linux-netscape6/chrome/editor/content/default/EdDictionary.js -lib/linux-netscape6/chrome/editor/content/default/EdDictionary.xul -lib/linux-netscape6/chrome/editor/content/default/EdHLineProps.js -lib/linux-netscape6/chrome/editor/content/default/EdHLineProps.xul -lib/linux-netscape6/chrome/editor/content/default/EdImageProps.js -lib/linux-netscape6/chrome/editor/content/default/EdImageProps.xul -lib/linux-netscape6/chrome/editor/content/default/EdInsSrc.js -lib/linux-netscape6/chrome/editor/content/default/EdInsSrc.xul -lib/linux-netscape6/chrome/editor/content/default/EdInsertTable.js -lib/linux-netscape6/chrome/editor/content/default/EdInsertTable.xul -lib/linux-netscape6/chrome/editor/content/default/EdLinkProps.js -lib/linux-netscape6/chrome/editor/content/default/EdLinkProps.xul -lib/linux-netscape6/chrome/editor/content/default/EdListProps.js -lib/linux-netscape6/chrome/editor/content/default/EdListProps.xul -lib/linux-netscape6/chrome/editor/content/default/EdMessage.js -lib/linux-netscape6/chrome/editor/content/default/EdMessage.xul -lib/linux-netscape6/chrome/editor/content/default/EdNamedAnchorProps.js -lib/linux-netscape6/chrome/editor/content/default/EdNamedAnchorProps.xul -lib/linux-netscape6/chrome/editor/content/default/EdPageProps.js -lib/linux-netscape6/chrome/editor/content/default/EdPageProps.xul -lib/linux-netscape6/chrome/editor/content/default/EdSpellCheck.js -lib/linux-netscape6/chrome/editor/content/default/EdSpellCheck.xul -lib/linux-netscape6/chrome/editor/content/default/EdTableProps.js -lib/linux-netscape6/chrome/editor/content/default/EdTableProps.xul -lib/linux-netscape6/chrome/editor/content/default/EditorCommands.js -lib/linux-netscape6/chrome/editor/content/default/EditorCommandsDebug.js -lib/linux-netscape6/chrome/editor/content/default/EditorContent.css -lib/linux-netscape6/chrome/editor/content/default/EditorInitPage.html -lib/linux-netscape6/chrome/editor/content/default/EditorInitPagePlain.html -lib/linux-netscape6/chrome/editor/content/default/EditorOverride.css -lib/linux-netscape6/chrome/editor/content/default/EditorStyles1.css -lib/linux-netscape6/chrome/editor/content/default/TextEditorAppShell.xul -lib/linux-netscape6/chrome/editor/content/default/editor.xul -lib/linux-netscape6/chrome/editor/content/default/editorOverlay.js -lib/linux-netscape6/chrome/editor/content/default/editorOverlay.xul -lib/linux-netscape6/chrome/editor/content/default/sb-FileWidgetFileHandler.js -lib/linux-netscape6/chrome/editor/content/default/sb-bookmarks-panel.xul -lib/linux-netscape6/chrome/editor/content/default/sb-bookmarks.js -lib/linux-netscape6/chrome/editor/content/default/sb-file-contextMenu.js -lib/linux-netscape6/chrome/editor/content/default/sb-file-panel.js -lib/linux-netscape6/chrome/editor/content/default/sb-file-panel.xul -lib/linux-netscape6/chrome/editor/content/default/sidebar-editor.rdf -lib/linux-netscape6/chrome/editor/content/default/sidebar-editor.xul -lib/linux-netscape6/chrome/editor/content/default/viewsource.js -lib/linux-netscape6/chrome/editor/content/default/viewsource.xul -lib/linux-netscape6/chrome/editor/locale/en-US/EdAdvancedEdit.dtd -lib/linux-netscape6/chrome/editor/locale/en-US/EdDialogOverlay.dtd -lib/linux-netscape6/chrome/editor/locale/en-US/EdNamedAnchorProperties.dtd -lib/linux-netscape6/chrome/editor/locale/en-US/EditorColorProperties.dtd -lib/linux-netscape6/chrome/editor/locale/en-US/EditorHLineProperties.dtd -lib/linux-netscape6/chrome/editor/locale/en-US/EditorImageProperties.dtd -lib/linux-netscape6/chrome/editor/locale/en-US/EditorInsertSource.dtd -lib/linux-netscape6/chrome/editor/locale/en-US/EditorInsertTable.dtd -lib/linux-netscape6/chrome/editor/locale/en-US/EditorLinkProperties.dtd -lib/linux-netscape6/chrome/editor/locale/en-US/EditorListProperties.dtd -lib/linux-netscape6/chrome/editor/locale/en-US/EditorPageProperties.dtd -lib/linux-netscape6/chrome/editor/locale/en-US/EditorPersonalDictionary.dtd -lib/linux-netscape6/chrome/editor/locale/en-US/EditorSpellCheck.dtd -lib/linux-netscape6/chrome/editor/locale/en-US/EditorTableProperties.dtd -lib/linux-netscape6/chrome/editor/locale/en-US/editor.dtd -lib/linux-netscape6/chrome/editor/locale/en-US/editor.properties -lib/linux-netscape6/chrome/editor/locale/en-US/editorOverlay.dtd -lib/linux-netscape6/chrome/editor/locale/en-US/sidebar-editor-rdf.dtd -lib/linux-netscape6/chrome/editor/locale/en-US/sidebar-editor.dtd -lib/linux-netscape6/chrome/editor/locale/en-US/viewSource.dtd -lib/linux-netscape6/chrome/editor/skin/default/EdImageMap.css -lib/linux-netscape6/chrome/editor/skin/default/EditorDialog.css -lib/linux-netscape6/chrome/editor/skin/default/editor.css -lib/linux-netscape6/chrome/editor/skin/default/images/Map_checker.gif -lib/linux-netscape6/chrome/editor/skin/default/images/align.gif -lib/linux-netscape6/chrome/editor/skin/default/images/anchor-in-doc.gif -lib/linux-netscape6/chrome/editor/skin/default/images/anchor-white.gif -lib/linux-netscape6/chrome/editor/skin/default/images/anchor.gif -lib/linux-netscape6/chrome/editor/skin/default/images/bold.gif -lib/linux-netscape6/chrome/editor/skin/default/images/bullets.gif -lib/linux-netscape6/chrome/editor/skin/default/images/center.gif -lib/linux-netscape6/chrome/editor/skin/default/images/color.gif -lib/linux-netscape6/chrome/editor/skin/default/images/dec-font-size.gif -lib/linux-netscape6/chrome/editor/skin/default/images/div.gif -lib/linux-netscape6/chrome/editor/skin/default/images/find.gif -lib/linux-netscape6/chrome/editor/skin/default/images/hline-white.gif -lib/linux-netscape6/chrome/editor/skin/default/images/hline.gif -lib/linux-netscape6/chrome/editor/skin/default/images/hover-teal.gif -lib/linux-netscape6/chrome/editor/skin/default/images/image-white.gif -lib/linux-netscape6/chrome/editor/skin/default/images/image.gif -lib/linux-netscape6/chrome/editor/skin/default/images/img-align-bottom.gif -lib/linux-netscape6/chrome/editor/skin/default/images/img-align-left.gif -lib/linux-netscape6/chrome/editor/skin/default/images/img-align-middle.gif -lib/linux-netscape6/chrome/editor/skin/default/images/img-align-right.gif -lib/linux-netscape6/chrome/editor/skin/default/images/img-align-top.gif -lib/linux-netscape6/chrome/editor/skin/default/images/inc-font-size.gif -lib/linux-netscape6/chrome/editor/skin/default/images/indent.gif -lib/linux-netscape6/chrome/editor/skin/default/images/italic.gif -lib/linux-netscape6/chrome/editor/skin/default/images/justify.gif -lib/linux-netscape6/chrome/editor/skin/default/images/left.gif -lib/linux-netscape6/chrome/editor/skin/default/images/link-white.gif -lib/linux-netscape6/chrome/editor/skin/default/images/link.gif -lib/linux-netscape6/chrome/editor/skin/default/images/newfile.gif -lib/linux-netscape6/chrome/editor/skin/default/images/numbers.gif -lib/linux-netscape6/chrome/editor/skin/default/images/object-popup.gif -lib/linux-netscape6/chrome/editor/skin/default/images/openfile.gif -lib/linux-netscape6/chrome/editor/skin/default/images/outdent.gif -lib/linux-netscape6/chrome/editor/skin/default/images/preview.gif -lib/linux-netscape6/chrome/editor/skin/default/images/print.gif -lib/linux-netscape6/chrome/editor/skin/default/images/publish.gif -lib/linux-netscape6/chrome/editor/skin/default/images/right.gif -lib/linux-netscape6/chrome/editor/skin/default/images/savefile.gif -lib/linux-netscape6/chrome/editor/skin/default/images/savemod.gif -lib/linux-netscape6/chrome/editor/skin/default/images/span.gif -lib/linux-netscape6/chrome/editor/skin/default/images/spell.gif -lib/linux-netscape6/chrome/editor/skin/default/images/table-white.gif -lib/linux-netscape6/chrome/editor/skin/default/images/table.gif -lib/linux-netscape6/chrome/editor/skin/default/images/underline.gif -lib/linux-netscape6/chrome/global/content/default/AimGlobalOverlay.xul -lib/linux-netscape6/chrome/global/content/default/AimTaskMenu.xul -lib/linux-netscape6/chrome/global/content/default/CalendarOverlay.xul -lib/linux-netscape6/chrome/global/content/default/PSMTaskMenu.xul -lib/linux-netscape6/chrome/global/content/default/about.html -lib/linux-netscape6/chrome/global/content/default/about.xul -lib/linux-netscape6/chrome/global/content/default/browserBindings.xul -lib/linux-netscape6/chrome/global/content/default/charsetDetectorsOverlay.js -lib/linux-netscape6/chrome/global/content/default/charsetDetectorsOverlay.xul -lib/linux-netscape6/chrome/global/content/default/charsetOverlay.js -lib/linux-netscape6/chrome/global/content/default/charsetOverlay.xul -lib/linux-netscape6/chrome/global/content/default/commonDialog.js -lib/linux-netscape6/chrome/global/content/default/commonDialog.xul -lib/linux-netscape6/chrome/global/content/default/credits.html -lib/linux-netscape6/chrome/global/content/default/dialogOverlay.js -lib/linux-netscape6/chrome/global/content/default/dialogOverlay.xul -lib/linux-netscape6/chrome/global/content/default/downloadProgress.js -lib/linux-netscape6/chrome/global/content/default/downloadProgress.xul -lib/linux-netscape6/chrome/global/content/default/editorBindings.xul -lib/linux-netscape6/chrome/global/content/default/finddialog.js -lib/linux-netscape6/chrome/global/content/default/finddialog.xul -lib/linux-netscape6/chrome/global/content/default/fullcirclelogo.gif -lib/linux-netscape6/chrome/global/content/default/globalOverlay.js -lib/linux-netscape6/chrome/global/content/default/globalOverlay.xul -lib/linux-netscape6/chrome/global/content/default/helpMenu.xul -lib/linux-netscape6/chrome/global/content/default/hiddenWindow.xul -lib/linux-netscape6/chrome/global/content/default/inputBindings.xul -lib/linux-netscape6/chrome/global/content/default/javalogo.gif -lib/linux-netscape6/chrome/global/content/default/lhlogo.gif -lib/linux-netscape6/chrome/global/content/default/license.txt -lib/linux-netscape6/chrome/global/content/default/logo.gif -lib/linux-netscape6/chrome/global/content/default/macromedialogo.gif -lib/linux-netscape6/chrome/global/content/default/mozilla.html -lib/linux-netscape6/chrome/global/content/default/net2phonelogo.gif -lib/linux-netscape6/chrome/global/content/default/platformBrowserBindings.xul -lib/linux-netscape6/chrome/global/content/default/platformDialogOverlay.xul -lib/linux-netscape6/chrome/global/content/default/platformEditorBindings.xul -lib/linux-netscape6/chrome/global/content/default/platformGlobalOverlay.xul -lib/linux-netscape6/chrome/global/content/default/platformInputBindings.xul -lib/linux-netscape6/chrome/global/content/default/platformTextAreaBindings.xul -lib/linux-netscape6/chrome/global/content/default/rsalogo.gif -lib/linux-netscape6/chrome/global/content/default/searchMenu.xul -lib/linux-netscape6/chrome/global/content/default/selectDialog.js -lib/linux-netscape6/chrome/global/content/default/selectDialog.xul -lib/linux-netscape6/chrome/global/content/default/strres.js -lib/linux-netscape6/chrome/global/content/default/taskbarOverlay.xul -lib/linux-netscape6/chrome/global/content/default/tasksOverlay.js -lib/linux-netscape6/chrome/global/content/default/tasksOverlay.xul -lib/linux-netscape6/chrome/global/content/default/textAreaBindings.xul -lib/linux-netscape6/chrome/global/content/default/treePopups.js -lib/linux-netscape6/chrome/global/content/default/unknownContent.js -lib/linux-netscape6/chrome/global/content/default/unknownContent.xul -lib/linux-netscape6/chrome/global/content/default/widgetStateManager.js -lib/linux-netscape6/chrome/global/content/default/wizardHandlerSet.js -lib/linux-netscape6/chrome/global/content/default/wizardManager.js -lib/linux-netscape6/chrome/global/content/default/wizardOverlay.js -lib/linux-netscape6/chrome/global/content/default/wizardOverlay.xul -lib/linux-netscape6/chrome/global/content/nav_overlays.rdf -lib/linux-netscape6/chrome/global/content/overlays.rdf -lib/linux-netscape6/chrome/global/locale/en-US/AimGlobalOverlay.dtd -lib/linux-netscape6/chrome/global/locale/en-US/AimTaskMenu.dtd -lib/linux-netscape6/chrome/global/locale/en-US/CalendarOverlay.dtd -lib/linux-netscape6/chrome/global/locale/en-US/PSMTaskMenu.dtd -lib/linux-netscape6/chrome/global/locale/en-US/about.dtd -lib/linux-netscape6/chrome/global/locale/en-US/appstrings.properties -lib/linux-netscape6/chrome/global/locale/en-US/brand.properties -lib/linux-netscape6/chrome/global/locale/en-US/charsetDetectorsOverlay.dtd -lib/linux-netscape6/chrome/global/locale/en-US/charsetOverlay.dtd -lib/linux-netscape6/chrome/global/locale/en-US/commonDialog.dtd -lib/linux-netscape6/chrome/global/locale/en-US/dialogOverlay.dtd -lib/linux-netscape6/chrome/global/locale/en-US/downloadProgress.dtd -lib/linux-netscape6/chrome/global/locale/en-US/downloadProgress.properties -lib/linux-netscape6/chrome/global/locale/en-US/finddialog.dtd -lib/linux-netscape6/chrome/global/locale/en-US/globalOverlay.dtd -lib/linux-netscape6/chrome/global/locale/en-US/helpMenu.dtd -lib/linux-netscape6/chrome/global/locale/en-US/platformDialogOverlay.dtd -lib/linux-netscape6/chrome/global/locale/en-US/platformGlobalOverlay.dtd -lib/linux-netscape6/chrome/global/locale/en-US/searchMenu.dtd -lib/linux-netscape6/chrome/global/locale/en-US/taskbarOverlay.dtd -lib/linux-netscape6/chrome/global/locale/en-US/tasksOverlay.dtd -lib/linux-netscape6/chrome/global/locale/en-US/unknownContent.dtd -lib/linux-netscape6/chrome/global/locale/en-US/unknownContent.properties -lib/linux-netscape6/chrome/global/locale/en-US/wizardManager.properties -lib/linux-netscape6/chrome/global/locale/en-US/wizardOverlay.dtd -lib/linux-netscape6/chrome/global/skin/default/AimGlobalOverlay.css -lib/linux-netscape6/chrome/global/skin/default/AimTaskMenu.css -lib/linux-netscape6/chrome/global/skin/default/CalendarOverlay.css -lib/linux-netscape6/chrome/global/skin/default/alert-icon.gif -lib/linux-netscape6/chrome/global/skin/default/animthrob.gif -lib/linux-netscape6/chrome/global/skin/default/animthrob_single.gif -lib/linux-netscape6/chrome/global/skin/default/button28-bg-active.gif -lib/linux-netscape6/chrome/global/skin/default/button28-bg-disabled.gif -lib/linux-netscape6/chrome/global/skin/default/button28-bg-hover.gif -lib/linux-netscape6/chrome/global/skin/default/button28-bg.gif -lib/linux-netscape6/chrome/global/skin/default/button32-bg-active.gif -lib/linux-netscape6/chrome/global/skin/default/button32-bg-disabled.gif -lib/linux-netscape6/chrome/global/skin/default/button32-bg-hover.gif -lib/linux-netscape6/chrome/global/skin/default/button32-bg.gif -lib/linux-netscape6/chrome/global/skin/default/closedtwisty.gif -lib/linux-netscape6/chrome/global/skin/default/commonDialog.css -lib/linux-netscape6/chrome/global/skin/default/error-icon.gif -lib/linux-netscape6/chrome/global/skin/default/global.css -lib/linux-netscape6/chrome/global/skin/default/globalBindings.xml -lib/linux-netscape6/chrome/global/skin/default/gray-bottomleft.gif -lib/linux-netscape6/chrome/global/skin/default/gray-bottomright.gif -lib/linux-netscape6/chrome/global/skin/default/gray-topright.gif -lib/linux-netscape6/chrome/global/skin/default/grippy-horizontal-after.gif -lib/linux-netscape6/chrome/global/skin/default/grippy-horizontal-before.gif -lib/linux-netscape6/chrome/global/skin/default/grippy-vertical-after.gif -lib/linux-netscape6/chrome/global/skin/default/grippy-vertical-before.gif -lib/linux-netscape6/chrome/global/skin/default/lessCOls_dis.gif -lib/linux-netscape6/chrome/global/skin/default/lessCols.gif -lib/linux-netscape6/chrome/global/skin/default/lessCols_mo.gif -lib/linux-netscape6/chrome/global/skin/default/menu-arrow-disabled.gif -lib/linux-netscape6/chrome/global/skin/default/menu-arrow-hover.gif -lib/linux-netscape6/chrome/global/skin/default/menu-arrow.gif -lib/linux-netscape6/chrome/global/skin/default/menu-check-disabled.gif -lib/linux-netscape6/chrome/global/skin/default/menu-check-hover.gif -lib/linux-netscape6/chrome/global/skin/default/menu-check.gif -lib/linux-netscape6/chrome/global/skin/default/message-icon.gif -lib/linux-netscape6/chrome/global/skin/default/moreCols.gif -lib/linux-netscape6/chrome/global/skin/default/moreCols_dis.gif -lib/linux-netscape6/chrome/global/skin/default/moreCols_mo.gif -lib/linux-netscape6/chrome/global/skin/default/n-box-navbar.gif -lib/linux-netscape6/chrome/global/skin/default/n-box.gif -lib/linux-netscape6/chrome/global/skin/default/navbar-bg-begincap.gif -lib/linux-netscape6/chrome/global/skin/default/navbar-bg.gif -lib/linux-netscape6/chrome/global/skin/default/navbar-endcap.gif -lib/linux-netscape6/chrome/global/skin/default/opentwisty.gif -lib/linux-netscape6/chrome/global/skin/default/otherbutton28-bg-active.gif -lib/linux-netscape6/chrome/global/skin/default/otherbutton28-bg-hover.gif -lib/linux-netscape6/chrome/global/skin/default/print.gif -lib/linux-netscape6/chrome/global/skin/default/progressmeter-busy.gif -lib/linux-netscape6/chrome/global/skin/default/question-icon.gif -lib/linux-netscape6/chrome/global/skin/default/return.gif -lib/linux-netscape6/chrome/global/skin/default/scroll-down-disabled.gif -lib/linux-netscape6/chrome/global/skin/default/scroll-down-hover.gif -lib/linux-netscape6/chrome/global/skin/default/scroll-down.gif -lib/linux-netscape6/chrome/global/skin/default/scroll-left-disabled.gif -lib/linux-netscape6/chrome/global/skin/default/scroll-left-hover.gif -lib/linux-netscape6/chrome/global/skin/default/scroll-left.gif -lib/linux-netscape6/chrome/global/skin/default/scroll-right-disabled.gif -lib/linux-netscape6/chrome/global/skin/default/scroll-right-hover.gif -lib/linux-netscape6/chrome/global/skin/default/scroll-right.gif -lib/linux-netscape6/chrome/global/skin/default/scroll-thumb-horiz-disabled.gif -lib/linux-netscape6/chrome/global/skin/default/scroll-thumb-horiz-hover.gif -lib/linux-netscape6/chrome/global/skin/default/scroll-thumb-horiz.gif -lib/linux-netscape6/chrome/global/skin/default/scroll-thumb-vert-disabled.gif -lib/linux-netscape6/chrome/global/skin/default/scroll-thumb-vert-hover.gif -lib/linux-netscape6/chrome/global/skin/default/scroll-thumb-vert.gif -lib/linux-netscape6/chrome/global/skin/default/scroll-up-disabled.gif -lib/linux-netscape6/chrome/global/skin/default/scroll-up-hover.gif -lib/linux-netscape6/chrome/global/skin/default/scroll-up.gif -lib/linux-netscape6/chrome/global/skin/default/search.gif -lib/linux-netscape6/chrome/global/skin/default/seltab-leftedge.gif -lib/linux-netscape6/chrome/global/skin/default/seltab-rightedge.gif -lib/linux-netscape6/chrome/global/skin/default/stop.gif -lib/linux-netscape6/chrome/global/skin/default/tab-leftedge.gif -lib/linux-netscape6/chrome/global/skin/default/tab-rightedge.gif -lib/linux-netscape6/chrome/global/skin/default/taskbar-addressbook.gif -lib/linux-netscape6/chrome/global/skin/default/taskbar-aim-away.gif -lib/linux-netscape6/chrome/global/skin/default/taskbar-aim-offline.gif -lib/linux-netscape6/chrome/global/skin/default/taskbar-aim-online.gif -lib/linux-netscape6/chrome/global/skin/default/taskbar-calendar.gif -lib/linux-netscape6/chrome/global/skin/default/taskbar-composer.gif -lib/linux-netscape6/chrome/global/skin/default/taskbar-mail.gif -lib/linux-netscape6/chrome/global/skin/default/taskbar-navigator.gif -lib/linux-netscape6/chrome/global/skin/default/taskbar-popup-arrow.gif -lib/linux-netscape6/chrome/global/skin/default/taskbar-tab-hover.gif -lib/linux-netscape6/chrome/global/skin/default/taskbar-tab-minimized.gif -lib/linux-netscape6/chrome/global/skin/default/taskbar-tab.gif -lib/linux-netscape6/chrome/global/skin/default/tasksOverlay.css -lib/linux-netscape6/chrome/global/skin/default/toolbar-begincap.gif -lib/linux-netscape6/chrome/global/skin/default/toolbar-dropdown-hover.gif -lib/linux-netscape6/chrome/global/skin/default/toolbar-dropdown.gif -lib/linux-netscape6/chrome/global/skin/default/toolbar-endcap.gif -lib/linux-netscape6/chrome/global/skin/default/toolbar-menu-arrow-disabled.gif -lib/linux-netscape6/chrome/global/skin/default/toolbar-menu-arrow-hover.gif -lib/linux-netscape6/chrome/global/skin/default/toolbar-menu-arrow.gif -lib/linux-netscape6/chrome/global/skin/default/wizardOverlay.css -lib/linux-netscape6/chrome/history/content/default/history-test.js -lib/linux-netscape6/chrome/history/content/default/history-test.xul -lib/linux-netscape6/chrome/history/content/default/history.js -lib/linux-netscape6/chrome/history/content/default/history.xul -lib/linux-netscape6/chrome/history/locale/en-US/history.dtd -lib/linux-netscape6/chrome/history/skin/default/history.css -lib/linux-netscape6/chrome/htmlBindings.xml -lib/linux-netscape6/chrome/layout/locale/en-US/HtmlForm.properties -lib/linux-netscape6/chrome/messenger/content/default/AccountManager.js -lib/linux-netscape6/chrome/messenger/content/default/AccountManager.xul -lib/linux-netscape6/chrome/messenger/content/default/AccountWizard.js -lib/linux-netscape6/chrome/messenger/content/default/AccountWizard.xul -lib/linux-netscape6/chrome/messenger/content/default/FilterEditor.js -lib/linux-netscape6/chrome/messenger/content/default/FilterEditor.xul -lib/linux-netscape6/chrome/messenger/content/default/FilterListDialog.js -lib/linux-netscape6/chrome/messenger/content/default/FilterListDialog.xul -lib/linux-netscape6/chrome/messenger/content/default/SearchDialog.js -lib/linux-netscape6/chrome/messenger/content/default/SearchDialog.xul -lib/linux-netscape6/chrome/messenger/content/default/SearchOptions.xul -lib/linux-netscape6/chrome/messenger/content/default/accountUtils.js -lib/linux-netscape6/chrome/messenger/content/default/aimHdrViewOverlay.js -lib/linux-netscape6/chrome/messenger/content/default/aimHdrViewOverlay.xul -lib/linux-netscape6/chrome/messenger/content/default/am-advanced.xul -lib/linux-netscape6/chrome/messenger/content/default/am-copies.js -lib/linux-netscape6/chrome/messenger/content/default/am-copies.xul -lib/linux-netscape6/chrome/messenger/content/default/am-imap-advanced.js -lib/linux-netscape6/chrome/messenger/content/default/am-imap-advanced.xul -lib/linux-netscape6/chrome/messenger/content/default/am-main.xul -lib/linux-netscape6/chrome/messenger/content/default/am-server-top.xul -lib/linux-netscape6/chrome/messenger/content/default/am-server.js -lib/linux-netscape6/chrome/messenger/content/default/am-server.xul -lib/linux-netscape6/chrome/messenger/content/default/am-serverwithnoidentities.js -lib/linux-netscape6/chrome/messenger/content/default/am-serverwithnoidentities.xul -lib/linux-netscape6/chrome/messenger/content/default/am-smtp.xul -lib/linux-netscape6/chrome/messenger/content/default/attach.js -lib/linux-netscape6/chrome/messenger/content/default/aw-accname.js -lib/linux-netscape6/chrome/messenger/content/default/aw-accname.xul -lib/linux-netscape6/chrome/messenger/content/default/aw-accounttype.js -lib/linux-netscape6/chrome/messenger/content/default/aw-accounttype.xul -lib/linux-netscape6/chrome/messenger/content/default/aw-done.js -lib/linux-netscape6/chrome/messenger/content/default/aw-done.xul -lib/linux-netscape6/chrome/messenger/content/default/aw-identity.js -lib/linux-netscape6/chrome/messenger/content/default/aw-identity.xul -lib/linux-netscape6/chrome/messenger/content/default/aw-login.js -lib/linux-netscape6/chrome/messenger/content/default/aw-login.xul -lib/linux-netscape6/chrome/messenger/content/default/aw-newsserver.xul -lib/linux-netscape6/chrome/messenger/content/default/aw-overlay.xul -lib/linux-netscape6/chrome/messenger/content/default/aw-server.js -lib/linux-netscape6/chrome/messenger/content/default/aw-server.xul -lib/linux-netscape6/chrome/messenger/content/default/commandglue.js -lib/linux-netscape6/chrome/messenger/content/default/custreceipt.xul -lib/linux-netscape6/chrome/messenger/content/default/downloadheaders.js -lib/linux-netscape6/chrome/messenger/content/default/downloadheaders.xul -lib/linux-netscape6/chrome/messenger/content/default/fieldMapExport.js -lib/linux-netscape6/chrome/messenger/content/default/fieldMapExport.xul -lib/linux-netscape6/chrome/messenger/content/default/fieldMapImport.js -lib/linux-netscape6/chrome/messenger/content/default/fieldMapImport.xul -lib/linux-netscape6/chrome/messenger/content/default/folderPane.xul -lib/linux-netscape6/chrome/messenger/content/default/importDialog.js -lib/linux-netscape6/chrome/messenger/content/default/importDialog.xul -lib/linux-netscape6/chrome/messenger/content/default/importProgress.js -lib/linux-netscape6/chrome/messenger/content/default/importProgress.xul -lib/linux-netscape6/chrome/messenger/content/default/ispUtils.js -lib/linux-netscape6/chrome/messenger/content/default/mailContextMenus.js -lib/linux-netscape6/chrome/messenger/content/default/messenger.xul -lib/linux-netscape6/chrome/messenger/content/default/messengerdnd.js -lib/linux-netscape6/chrome/messenger/content/default/mime.js -lib/linux-netscape6/chrome/messenger/content/default/msgFolderPickerOverlay.js -lib/linux-netscape6/chrome/messenger/content/default/msgFolderPickerOverlay.xul -lib/linux-netscape6/chrome/messenger/content/default/msgHdrViewAddresses.js -lib/linux-netscape6/chrome/messenger/content/default/msgHdrViewOverlay.js -lib/linux-netscape6/chrome/messenger/content/default/msgHdrViewOverlay.xul -lib/linux-netscape6/chrome/messenger/content/default/msgMail3PaneWindow.js -lib/linux-netscape6/chrome/messenger/content/default/msgPrintEngine.js -lib/linux-netscape6/chrome/messenger/content/default/msgPrintEngine.xul -lib/linux-netscape6/chrome/messenger/content/default/msgViewNavigation.js -lib/linux-netscape6/chrome/messenger/content/default/newFolderNameDialog.js -lib/linux-netscape6/chrome/messenger/content/default/newFolderNameDialog.xul -lib/linux-netscape6/chrome/messenger/content/default/pref-diskspace.xul -lib/linux-netscape6/chrome/messenger/content/default/pref-mailnews.js -lib/linux-netscape6/chrome/messenger/content/default/pref-mailnews.xul -lib/linux-netscape6/chrome/messenger/content/default/pref-receipts.xul -lib/linux-netscape6/chrome/messenger/content/default/pref-winsetting.xul -lib/linux-netscape6/chrome/messenger/content/default/renameFolderNameDialog.xul -lib/linux-netscape6/chrome/messenger/content/default/shareglue.js -lib/linux-netscape6/chrome/messenger/content/default/sidebar-messenger.rdf -lib/linux-netscape6/chrome/messenger/content/default/sidebar-messenger.xul -lib/linux-netscape6/chrome/messenger/content/default/subscribeDialog.xul -lib/linux-netscape6/chrome/messenger/content/default/threadPane.xul -lib/linux-netscape6/chrome/messenger/content/default/widgetglue.js -lib/linux-netscape6/chrome/messenger/content/overlays.rdf -lib/linux-netscape6/chrome/messenger/locale/en-US/AccountManager.dtd -lib/linux-netscape6/chrome/messenger/locale/en-US/AccountWizard.dtd -lib/linux-netscape6/chrome/messenger/locale/en-US/FilterEditor.dtd -lib/linux-netscape6/chrome/messenger/locale/en-US/FilterListDialog.dtd -lib/linux-netscape6/chrome/messenger/locale/en-US/SearchDialog.dtd -lib/linux-netscape6/chrome/messenger/locale/en-US/SearchOptions.dtd -lib/linux-netscape6/chrome/messenger/locale/en-US/aimHdrViewOverlay.dtd -lib/linux-netscape6/chrome/messenger/locale/en-US/am-advanced.dtd -lib/linux-netscape6/chrome/messenger/locale/en-US/am-copies.dtd -lib/linux-netscape6/chrome/messenger/locale/en-US/am-imap-advanced.dtd -lib/linux-netscape6/chrome/messenger/locale/en-US/am-main.dtd -lib/linux-netscape6/chrome/messenger/locale/en-US/am-server-top.dtd -lib/linux-netscape6/chrome/messenger/locale/en-US/am-serverwithnoidentities.dtd -lib/linux-netscape6/chrome/messenger/locale/en-US/aw-accname.dtd -lib/linux-netscape6/chrome/messenger/locale/en-US/aw-accounttype.dtd -lib/linux-netscape6/chrome/messenger/locale/en-US/aw-done.dtd -lib/linux-netscape6/chrome/messenger/locale/en-US/aw-email.dtd -lib/linux-netscape6/chrome/messenger/locale/en-US/aw-fullname.dtd -lib/linux-netscape6/chrome/messenger/locale/en-US/aw-identity.dtd -lib/linux-netscape6/chrome/messenger/locale/en-US/aw-login.dtd -lib/linux-netscape6/chrome/messenger/locale/en-US/aw-mailtype.dtd -lib/linux-netscape6/chrome/messenger/locale/en-US/aw-server.dtd -lib/linux-netscape6/chrome/messenger/locale/en-US/custreceipt.dtd -lib/linux-netscape6/chrome/messenger/locale/en-US/downloadheaders.dtd -lib/linux-netscape6/chrome/messenger/locale/en-US/fieldMapImport.dtd -lib/linux-netscape6/chrome/messenger/locale/en-US/folderpane.dtd -lib/linux-netscape6/chrome/messenger/locale/en-US/imapMsgs.properties -lib/linux-netscape6/chrome/messenger/locale/en-US/importDialog.dtd -lib/linux-netscape6/chrome/messenger/locale/en-US/importMsgs.properties -lib/linux-netscape6/chrome/messenger/locale/en-US/localMsgs.properties -lib/linux-netscape6/chrome/messenger/locale/en-US/messenger.dtd -lib/linux-netscape6/chrome/messenger/locale/en-US/messenger.properties -lib/linux-netscape6/chrome/messenger/locale/en-US/mime.properties -lib/linux-netscape6/chrome/messenger/locale/en-US/mimeheader.properties -lib/linux-netscape6/chrome/messenger/locale/en-US/msgFolderPickerOverlay.dtd -lib/linux-netscape6/chrome/messenger/locale/en-US/msgHdrViewOverlay.dtd -lib/linux-netscape6/chrome/messenger/locale/en-US/newFolderNameDialog.dtd -lib/linux-netscape6/chrome/messenger/locale/en-US/news.properties -lib/linux-netscape6/chrome/messenger/locale/en-US/pref-diskspace.dtd -lib/linux-netscape6/chrome/messenger/locale/en-US/pref-mailnews.dtd -lib/linux-netscape6/chrome/messenger/locale/en-US/pref-receipts.dtd -lib/linux-netscape6/chrome/messenger/locale/en-US/pref-winsetting.dtd -lib/linux-netscape6/chrome/messenger/locale/en-US/prefs.properties -lib/linux-netscape6/chrome/messenger/locale/en-US/sidebar-messenger-rdf.dtd -lib/linux-netscape6/chrome/messenger/locale/en-US/sidebar-messenger.dtd -lib/linux-netscape6/chrome/messenger/locale/en-US/subscribeDialog.dtd -lib/linux-netscape6/chrome/messenger/locale/en-US/textImportMsgs.properties -lib/linux-netscape6/chrome/messenger/locale/en-US/threadpane.dtd -lib/linux-netscape6/chrome/messenger/locale/en-US/vcard.properties -lib/linux-netscape6/chrome/messenger/skin/default/AccountManager.css -lib/linux-netscape6/chrome/messenger/skin/default/Folder.gif -lib/linux-netscape6/chrome/messenger/skin/default/addcard.gif -lib/linux-netscape6/chrome/messenger/skin/default/aim-active.gif -lib/linux-netscape6/chrome/messenger/skin/default/aim-enter.gif -lib/linux-netscape6/chrome/messenger/skin/default/aim-exit.gif -lib/linux-netscape6/chrome/messenger/skin/default/aimHdrViewOverlay.css -lib/linux-netscape6/chrome/messenger/skin/default/attach.gif -lib/linux-netscape6/chrome/messenger/skin/default/check.gif -lib/linux-netscape6/chrome/messenger/skin/default/dot.gif -lib/linux-netscape6/chrome/messenger/skin/default/fieldMapImport.css -lib/linux-netscape6/chrome/messenger/skin/default/flagcol.gif -lib/linux-netscape6/chrome/messenger/skin/default/flaggedmail.gif -lib/linux-netscape6/chrome/messenger/skin/default/folder-draft-open.gif -lib/linux-netscape6/chrome/messenger/skin/default/folder-draft-share-open.gif -lib/linux-netscape6/chrome/messenger/skin/default/folder-draft-share.gif -lib/linux-netscape6/chrome/messenger/skin/default/folder-draft.gif -lib/linux-netscape6/chrome/messenger/skin/default/folder-filed-open.gif -lib/linux-netscape6/chrome/messenger/skin/default/folder-filed.gif -lib/linux-netscape6/chrome/messenger/skin/default/folder-hasmail.gif -lib/linux-netscape6/chrome/messenger/skin/default/folder-inbox-new.gif -lib/linux-netscape6/chrome/messenger/skin/default/folder-inbox-open.gif -lib/linux-netscape6/chrome/messenger/skin/default/folder-inbox-share-open.gif -lib/linux-netscape6/chrome/messenger/skin/default/folder-inbox-share.gif -lib/linux-netscape6/chrome/messenger/skin/default/folder-inbox.gif -lib/linux-netscape6/chrome/messenger/skin/default/folder-mailserver.gif -lib/linux-netscape6/chrome/messenger/skin/default/folder-new-open.gif -lib/linux-netscape6/chrome/messenger/skin/default/folder-new.gif -lib/linux-netscape6/chrome/messenger/skin/default/folder-newsgroup-new.gif -lib/linux-netscape6/chrome/messenger/skin/default/folder-newsgroup.gif -lib/linux-netscape6/chrome/messenger/skin/default/folder-open.gif -lib/linux-netscape6/chrome/messenger/skin/default/folder-outbox-open.gif -lib/linux-netscape6/chrome/messenger/skin/default/folder-outbox.gif -lib/linux-netscape6/chrome/messenger/skin/default/folder-sent-open.gif -lib/linux-netscape6/chrome/messenger/skin/default/folder-sent-share-open.gif -lib/linux-netscape6/chrome/messenger/skin/default/folder-sent-share.gif -lib/linux-netscape6/chrome/messenger/skin/default/folder-sent.gif -lib/linux-netscape6/chrome/messenger/skin/default/folder-server-open.gif -lib/linux-netscape6/chrome/messenger/skin/default/folder-server.gif -lib/linux-netscape6/chrome/messenger/skin/default/folder-share-open.gif -lib/linux-netscape6/chrome/messenger/skin/default/folder-share.gif -lib/linux-netscape6/chrome/messenger/skin/default/folder-template-open.gif -lib/linux-netscape6/chrome/messenger/skin/default/folder-template-share-open.gif -lib/linux-netscape6/chrome/messenger/skin/default/folder-template-share.gif -lib/linux-netscape6/chrome/messenger/skin/default/folder-template.gif -lib/linux-netscape6/chrome/messenger/skin/default/folder-trash-open.gif -lib/linux-netscape6/chrome/messenger/skin/default/folder-trash-share-open.gif -lib/linux-netscape6/chrome/messenger/skin/default/folder-trash-share.gif -lib/linux-netscape6/chrome/messenger/skin/default/folder-trash.gif -lib/linux-netscape6/chrome/messenger/skin/default/folderPane.css -lib/linux-netscape6/chrome/messenger/skin/default/forward.gif -lib/linux-netscape6/chrome/messenger/skin/default/frown.gif -lib/linux-netscape6/chrome/messenger/skin/default/getmsg.gif -lib/linux-netscape6/chrome/messenger/skin/default/inbox.gif -lib/linux-netscape6/chrome/messenger/skin/default/less.gif -lib/linux-netscape6/chrome/messenger/skin/default/local-mailhost.gif -lib/linux-netscape6/chrome/messenger/skin/default/mail-message.gif -lib/linux-netscape6/chrome/messenger/skin/default/mailfolder.gif -lib/linux-netscape6/chrome/messenger/skin/default/mailheader.css -lib/linux-netscape6/chrome/messenger/skin/default/messenger.css -lib/linux-netscape6/chrome/messenger/skin/default/more.gif -lib/linux-netscape6/chrome/messenger/skin/default/msgHdrViewOverlay.css -lib/linux-netscape6/chrome/messenger/skin/default/newmsg.gif -lib/linux-netscape6/chrome/messenger/skin/default/newshost.gif -lib/linux-netscape6/chrome/messenger/skin/default/next.gif -lib/linux-netscape6/chrome/messenger/skin/default/open-mailfolder.gif -lib/linux-netscape6/chrome/messenger/skin/default/outbox.gif -lib/linux-netscape6/chrome/messenger/skin/default/readcol.gif -lib/linux-netscape6/chrome/messenger/skin/default/readmail.gif -lib/linux-netscape6/chrome/messenger/skin/default/reply.gif -lib/linux-netscape6/chrome/messenger/skin/default/replyall.gif -lib/linux-netscape6/chrome/messenger/skin/default/server-news-lock.gif -lib/linux-netscape6/chrome/messenger/skin/default/server-news.gif -lib/linux-netscape6/chrome/messenger/skin/default/server-remote-lock.gif -lib/linux-netscape6/chrome/messenger/skin/default/server-remote.gif -lib/linux-netscape6/chrome/messenger/skin/default/server.gif -lib/linux-netscape6/chrome/messenger/skin/default/sick.gif -lib/linux-netscape6/chrome/messenger/skin/default/smile.gif -lib/linux-netscape6/chrome/messenger/skin/default/subscribe.css -lib/linux-netscape6/chrome/messenger/skin/default/threadPane.css -lib/linux-netscape6/chrome/messenger/skin/default/threadcol.gif -lib/linux-netscape6/chrome/messenger/skin/default/trash.gif -lib/linux-netscape6/chrome/messenger/skin/default/unreadmail.gif -lib/linux-netscape6/chrome/messenger/skin/default/unthreadcol.gif -lib/linux-netscape6/chrome/messenger/skin/default/winclassic.gif -lib/linux-netscape6/chrome/messenger/skin/default/wink.gif -lib/linux-netscape6/chrome/messenger/skin/default/winwide.gif -lib/linux-netscape6/chrome/messenger/skin/default/wizard.css -lib/linux-netscape6/chrome/messengercompose/content/default/MsgAttachPage.js -lib/linux-netscape6/chrome/messengercompose/content/default/MsgAttachPage.xul -lib/linux-netscape6/chrome/messengercompose/content/default/MsgComposeCommands.js -lib/linux-netscape6/chrome/messengercompose/content/default/addressAutoComplete.js -lib/linux-netscape6/chrome/messengercompose/content/default/addressingWidgetOverlay.js -lib/linux-netscape6/chrome/messengercompose/content/default/addressingWidgetOverlay.xul -lib/linux-netscape6/chrome/messengercompose/content/default/askSendFormat.js -lib/linux-netscape6/chrome/messengercompose/content/default/askSendFormat.xul -lib/linux-netscape6/chrome/messengercompose/content/default/messengercompose.xul -lib/linux-netscape6/chrome/messengercompose/content/default/pref-formatting.xul -lib/linux-netscape6/chrome/messengercompose/content/default/pref-messages.xul -lib/linux-netscape6/chrome/messengercompose/locale/en-US/MsgAttachPage.dtd -lib/linux-netscape6/chrome/messengercompose/locale/en-US/addressingWidgetOverlay.dtd -lib/linux-netscape6/chrome/messengercompose/locale/en-US/askSendFormat.dtd -lib/linux-netscape6/chrome/messengercompose/locale/en-US/composeMsgs.properties -lib/linux-netscape6/chrome/messengercompose/locale/en-US/messengercompose.dtd -lib/linux-netscape6/chrome/messengercompose/locale/en-US/pref-formatting.dtd -lib/linux-netscape6/chrome/messengercompose/locale/en-US/pref-messages.dtd -lib/linux-netscape6/chrome/messengercompose/skin/default/address.gif -lib/linux-netscape6/chrome/messengercompose/skin/default/attach.gif -lib/linux-netscape6/chrome/messengercompose/skin/default/messengercompose.css -lib/linux-netscape6/chrome/messengercompose/skin/default/quote.gif -lib/linux-netscape6/chrome/messengercompose/skin/default/save.gif -lib/linux-netscape6/chrome/messengercompose/skin/default/send.gif -lib/linux-netscape6/chrome/messengercompose/skin/default/spelling.gif -lib/linux-netscape6/chrome/messengercompose/skin/default/stop.gif -lib/linux-netscape6/chrome/navigator/content/default/NavSecurityOverlay.xul -lib/linux-netscape6/chrome/navigator/content/default/NavSecurityUI.js -lib/linux-netscape6/chrome/navigator/content/default/NetSupportConfirmCheckYN.xul -lib/linux-netscape6/chrome/navigator/content/default/NetSupportConfirmYN.xul -lib/linux-netscape6/chrome/navigator/content/default/navigator.js -lib/linux-netscape6/chrome/navigator/content/default/navigator.xul -lib/linux-netscape6/chrome/navigator/content/default/navigatorDD.js -lib/linux-netscape6/chrome/navigator/content/default/navigatorOverlay.xul -lib/linux-netscape6/chrome/navigator/content/default/netscape.xul -lib/linux-netscape6/chrome/navigator/content/default/nsContextMenu.js -lib/linux-netscape6/chrome/navigator/content/default/openLocation.js -lib/linux-netscape6/chrome/navigator/content/default/openLocation.xul -lib/linux-netscape6/chrome/navigator/content/default/tooltip.js -lib/linux-netscape6/chrome/navigator/content/default/viewSource.xul -lib/linux-netscape6/chrome/navigator/content/default/viewsource.js -lib/linux-netscape6/chrome/navigator/content/overlays.rdf -lib/linux-netscape6/chrome/navigator/locale/en-US/NetSupportConfirmCheckYN.dtd -lib/linux-netscape6/chrome/navigator/locale/en-US/navigator.dtd -lib/linux-netscape6/chrome/navigator/locale/en-US/navigator.properties -lib/linux-netscape6/chrome/navigator/locale/en-US/netscape.dtd -lib/linux-netscape6/chrome/navigator/locale/en-US/openLocation.dtd -lib/linux-netscape6/chrome/navigator/locale/en-US/viewSource.dtd -lib/linux-netscape6/chrome/navigator/skin/default/NavSecurityOverlay.css -lib/linux-netscape6/chrome/navigator/skin/default/alertl.gif -lib/linux-netscape6/chrome/navigator/skin/default/back.gif -lib/linux-netscape6/chrome/navigator/skin/default/broken.gif -lib/linux-netscape6/chrome/navigator/skin/default/errorl.gif -lib/linux-netscape6/chrome/navigator/skin/default/forward.gif -lib/linux-netscape6/chrome/navigator/skin/default/home.gif -lib/linux-netscape6/chrome/navigator/skin/default/location-hover.gif -lib/linux-netscape6/chrome/navigator/skin/default/location.gif -lib/linux-netscape6/chrome/navigator/skin/default/lock.gif -lib/linux-netscape6/chrome/navigator/skin/default/messagel.gif -lib/linux-netscape6/chrome/navigator/skin/default/mynetscape.gif -lib/linux-netscape6/chrome/navigator/skin/default/n-box-persbar.gif -lib/linux-netscape6/chrome/navigator/skin/default/navigator.css -lib/linux-netscape6/chrome/navigator/skin/default/print.gif -lib/linux-netscape6/chrome/navigator/skin/default/questionl.gif -lib/linux-netscape6/chrome/navigator/skin/default/reload.gif -lib/linux-netscape6/chrome/navigator/skin/default/search.gif -lib/linux-netscape6/chrome/navigator/skin/default/stop.gif -lib/linux-netscape6/chrome/navigator/skin/default/unlock.gif -lib/linux-netscape6/chrome/netwerk/content/default/https/psm.js -lib/linux-netscape6/chrome/platformHTMLBindings.xml -lib/linux-netscape6/chrome/pref/content/default/PrefsWindow.js -lib/linux-netscape6/chrome/pref/content/default/fontScalingOverlay.xul -lib/linux-netscape6/chrome/pref/content/default/pref-IM-appearance_overlay.xul -lib/linux-netscape6/chrome/pref/content/default/pref-IM_away.xul -lib/linux-netscape6/chrome/pref/content/default/pref-IM_buddylist.xul -lib/linux-netscape6/chrome/pref/content/default/pref-IM_connection.xul -lib/linux-netscape6/chrome/pref/content/default/pref-IM_getuser.xul -lib/linux-netscape6/chrome/pref/content/default/pref-IM_instantmessage.xul -lib/linux-netscape6/chrome/pref/content/default/pref-IM_notification.xul -lib/linux-netscape6/chrome/pref/content/default/pref-IM_overlay.xul -lib/linux-netscape6/chrome/pref/content/default/pref-IM_privacy.xul -lib/linux-netscape6/chrome/pref/content/default/pref-advanced.xul -lib/linux-netscape6/chrome/pref/content/default/pref-appearance.xul -lib/linux-netscape6/chrome/pref/content/default/pref-applications.xul -lib/linux-netscape6/chrome/pref/content/default/pref-cache.js -lib/linux-netscape6/chrome/pref/content/default/pref-cache.xul -lib/linux-netscape6/chrome/pref/content/default/pref-charset.js -lib/linux-netscape6/chrome/pref/content/default/pref-charset.xul -lib/linux-netscape6/chrome/pref/content/default/pref-colors.js -lib/linux-netscape6/chrome/pref/content/default/pref-colors.xul -lib/linux-netscape6/chrome/pref/content/default/pref-composer.js -lib/linux-netscape6/chrome/pref/content/default/pref-composer.xul -lib/linux-netscape6/chrome/pref/content/default/pref-cookies.xul -lib/linux-netscape6/chrome/pref/content/default/pref-debug.xul -lib/linux-netscape6/chrome/pref/content/default/pref-download.xul -lib/linux-netscape6/chrome/pref/content/default/pref-editing.xul -lib/linux-netscape6/chrome/pref/content/default/pref-fonts.js -lib/linux-netscape6/chrome/pref/content/default/pref-fonts.xul -lib/linux-netscape6/chrome/pref/content/default/pref-irc.xul -lib/linux-netscape6/chrome/pref/content/default/pref-languages.xul -lib/linux-netscape6/chrome/pref/content/default/pref-mousewheel.js -lib/linux-netscape6/chrome/pref/content/default/pref-mousewheel.xul -lib/linux-netscape6/chrome/pref/content/default/pref-navigator.js -lib/linux-netscape6/chrome/pref/content/default/pref-navigator.xul -lib/linux-netscape6/chrome/pref/content/default/pref-offline.xul -lib/linux-netscape6/chrome/pref/content/default/pref-proxies.js -lib/linux-netscape6/chrome/pref/content/default/pref-proxies.xul -lib/linux-netscape6/chrome/pref/content/default/pref-proxy-manual.xul -lib/linux-netscape6/chrome/pref/content/default/pref-publish.xul -lib/linux-netscape6/chrome/pref/content/default/pref-search.js -lib/linux-netscape6/chrome/pref/content/default/pref-search.xul -lib/linux-netscape6/chrome/pref/content/default/pref-smart_browsing.xul -lib/linux-netscape6/chrome/pref/content/default/pref-smartupdate.xul -lib/linux-netscape6/chrome/pref/content/default/pref-themes.xul -lib/linux-netscape6/chrome/pref/content/default/pref-wallet.xul -lib/linux-netscape6/chrome/pref/content/default/pref.js -lib/linux-netscape6/chrome/pref/content/default/pref.xul -lib/linux-netscape6/chrome/pref/content/default/prefIM.js -lib/linux-netscape6/chrome/pref/content/default/preftree.xul -lib/linux-netscape6/chrome/pref/content/default/prefutilities.js -lib/linux-netscape6/chrome/pref/content/overlays.rdf -lib/linux-netscape6/chrome/pref/locale/en-US/PrefsWindow.dtd -lib/linux-netscape6/chrome/pref/locale/en-US/pref-IM-appearance_overlay.dtd -lib/linux-netscape6/chrome/pref/locale/en-US/pref-IM_away.dtd -lib/linux-netscape6/chrome/pref/locale/en-US/pref-IM_buddylist.dtd -lib/linux-netscape6/chrome/pref/locale/en-US/pref-IM_connection.dtd -lib/linux-netscape6/chrome/pref/locale/en-US/pref-IM_getuser.dtd -lib/linux-netscape6/chrome/pref/locale/en-US/pref-IM_instantmessage.dtd -lib/linux-netscape6/chrome/pref/locale/en-US/pref-IM_notification.dtd -lib/linux-netscape6/chrome/pref/locale/en-US/pref-IM_overlay.dtd -lib/linux-netscape6/chrome/pref/locale/en-US/pref-IM_privacy.dtd -lib/linux-netscape6/chrome/pref/locale/en-US/pref-advanced.dtd -lib/linux-netscape6/chrome/pref/locale/en-US/pref-appearance.dtd -lib/linux-netscape6/chrome/pref/locale/en-US/pref-applications.dtd -lib/linux-netscape6/chrome/pref/locale/en-US/pref-cache.dtd -lib/linux-netscape6/chrome/pref/locale/en-US/pref-charset.dtd -lib/linux-netscape6/chrome/pref/locale/en-US/pref-colors.dtd -lib/linux-netscape6/chrome/pref/locale/en-US/pref-composer.dtd -lib/linux-netscape6/chrome/pref/locale/en-US/pref-cookies.dtd -lib/linux-netscape6/chrome/pref/locale/en-US/pref-debug.dtd -lib/linux-netscape6/chrome/pref/locale/en-US/pref-download.dtd -lib/linux-netscape6/chrome/pref/locale/en-US/pref-fonts.dtd -lib/linux-netscape6/chrome/pref/locale/en-US/pref-irc.dtd -lib/linux-netscape6/chrome/pref/locale/en-US/pref-languages.dtd -lib/linux-netscape6/chrome/pref/locale/en-US/pref-mousewheel.dtd -lib/linux-netscape6/chrome/pref/locale/en-US/pref-navigator.dtd -lib/linux-netscape6/chrome/pref/locale/en-US/pref-offline.dtd -lib/linux-netscape6/chrome/pref/locale/en-US/pref-proxies.dtd -lib/linux-netscape6/chrome/pref/locale/en-US/pref-proxy-manual.dtd -lib/linux-netscape6/chrome/pref/locale/en-US/pref-publish.dtd -lib/linux-netscape6/chrome/pref/locale/en-US/pref-search.dtd -lib/linux-netscape6/chrome/pref/locale/en-US/pref-smart_browsing.dtd -lib/linux-netscape6/chrome/pref/locale/en-US/pref-smartupdate.dtd -lib/linux-netscape6/chrome/pref/locale/en-US/pref-themes.dtd -lib/linux-netscape6/chrome/pref/locale/en-US/pref-wallet.dtd -lib/linux-netscape6/chrome/pref/locale/en-US/pref.dtd -lib/linux-netscape6/chrome/pref/locale/en-US/preftree.dtd -lib/linux-netscape6/chrome/pref/locale/en-US/prefutilities.properties -lib/linux-netscape6/chrome/pref/skin/default/pref-IM.css -lib/linux-netscape6/chrome/pref/skin/default/pref-IM_away.css -lib/linux-netscape6/chrome/pref/skin/default/pref-IM_buddylist.css -lib/linux-netscape6/chrome/pref/skin/default/pref-IM_connection.css -lib/linux-netscape6/chrome/pref/skin/default/pref-IM_instantmessage.css -lib/linux-netscape6/chrome/pref/skin/default/pref-IM_notification.css -lib/linux-netscape6/chrome/pref/skin/default/pref-IM_privacy.css -lib/linux-netscape6/chrome/pref/skin/default/pref.css -lib/linux-netscape6/chrome/pref/skin/default/preftree.css -lib/linux-netscape6/chrome/pref/skin/default/speaker.gif -lib/linux-netscape6/chrome/profile/content/default/activation.xul -lib/linux-netscape6/chrome/profile/content/default/activationFrame.xul -lib/linux-netscape6/chrome/profile/content/default/confirmMigration.js -lib/linux-netscape6/chrome/profile/content/default/confirmMigration.xul -lib/linux-netscape6/chrome/profile/content/default/createProfileWizard.js -lib/linux-netscape6/chrome/profile/content/default/createProfileWizard.xul -lib/linux-netscape6/chrome/profile/content/default/deleteProfile.js -lib/linux-netscape6/chrome/profile/content/default/deleteProfile.xul -lib/linux-netscape6/chrome/profile/content/default/migrateAllProfile.xul -lib/linux-netscape6/chrome/profile/content/default/newProfile1_1.js -lib/linux-netscape6/chrome/profile/content/default/newProfile1_1.xul -lib/linux-netscape6/chrome/profile/content/default/newProfile1_2.js -lib/linux-netscape6/chrome/profile/content/default/newProfile1_2.xul -lib/linux-netscape6/chrome/profile/content/default/profileManager.js -lib/linux-netscape6/chrome/profile/content/default/profileMigrationProgress.js -lib/linux-netscape6/chrome/profile/content/default/profileMigrationProgress.xul -lib/linux-netscape6/chrome/profile/content/default/profileSelection.js -lib/linux-netscape6/chrome/profile/content/default/profileSelection.xul -lib/linux-netscape6/chrome/profile/locale/en-US/activation.dtd -lib/linux-netscape6/chrome/profile/locale/en-US/confirmMigration.dtd -lib/linux-netscape6/chrome/profile/locale/en-US/createProfileWizard.dtd -lib/linux-netscape6/chrome/profile/locale/en-US/createProfileWizard.properties -lib/linux-netscape6/chrome/profile/locale/en-US/migration.properties -lib/linux-netscape6/chrome/profile/locale/en-US/newProfile1_1.dtd -lib/linux-netscape6/chrome/profile/locale/en-US/newProfile1_2.dtd -lib/linux-netscape6/chrome/profile/locale/en-US/newProfile1_2.properties -lib/linux-netscape6/chrome/profile/locale/en-US/profileManager.properties -lib/linux-netscape6/chrome/profile/locale/en-US/profileManagerDelete.dtd -lib/linux-netscape6/chrome/profile/locale/en-US/profileManagerMigrateAll.dtd -lib/linux-netscape6/chrome/profile/locale/en-US/profileMigrationProgress.dtd -lib/linux-netscape6/chrome/profile/locale/en-US/profileSelection.dtd -lib/linux-netscape6/chrome/profile/skin/default/migrate.gif -lib/linux-netscape6/chrome/profile/skin/default/newProfile1_2.css -lib/linux-netscape6/chrome/profile/skin/default/profile.css -lib/linux-netscape6/chrome/profile/skin/default/profileManager.css -lib/linux-netscape6/chrome/profile/skin/default/profileicon-large.gif -lib/linux-netscape6/chrome/regviewer/content/default/regviewer.js -lib/linux-netscape6/chrome/regviewer/content/default/regviewer.xul -lib/linux-netscape6/chrome/regviewer/locale/en-US/regviewer.dtd -lib/linux-netscape6/chrome/regviewer/skin/default/regviewer.css -lib/linux-netscape6/chrome/related/content/default/related-panel.js -lib/linux-netscape6/chrome/related/content/default/related-panel.xul -lib/linux-netscape6/chrome/related/locale/en-US/related-panel.dtd -lib/linux-netscape6/chrome/related/skin/default/related.css -lib/linux-netscape6/chrome/related/skin/default/sitemap.gif -lib/linux-netscape6/chrome/search/content/default/default.htm -lib/linux-netscape6/chrome/search/content/default/find.js -lib/linux-netscape6/chrome/search/content/default/find.xul -lib/linux-netscape6/chrome/search/content/default/findresults.xul -lib/linux-netscape6/chrome/search/content/default/internet.js -lib/linux-netscape6/chrome/search/content/default/internet.xul -lib/linux-netscape6/chrome/search/content/default/internetresults.js -lib/linux-netscape6/chrome/search/content/default/internetresults.xul -lib/linux-netscape6/chrome/search/content/default/search-panel.js -lib/linux-netscape6/chrome/search/content/default/search-panel.xul -lib/linux-netscape6/chrome/search/content/default/search.js -lib/linux-netscape6/chrome/search/content/default/search.xul -lib/linux-netscape6/chrome/search/content/default/shared.js -lib/linux-netscape6/chrome/search/locale/en-US/find.dtd -lib/linux-netscape6/chrome/search/locale/en-US/findresults.dtd -lib/linux-netscape6/chrome/search/locale/en-US/internet.dtd -lib/linux-netscape6/chrome/search/locale/en-US/internetresults.dtd -lib/linux-netscape6/chrome/search/locale/en-US/search-panel.dtd -lib/linux-netscape6/chrome/search/locale/en-US/search-panel.properties -lib/linux-netscape6/chrome/search/locale/en-US/search.dtd -lib/linux-netscape6/chrome/search/skin/default/findresults.css -lib/linux-netscape6/chrome/search/skin/default/icons.css -lib/linux-netscape6/chrome/search/skin/default/internet.css -lib/linux-netscape6/chrome/search/skin/default/internetresults.css -lib/linux-netscape6/chrome/search/skin/default/search.css -lib/linux-netscape6/chrome/security/locale/en-US/security.properties -lib/linux-netscape6/chrome/sidebar/content/default/customize-panel.js -lib/linux-netscape6/chrome/sidebar/content/default/customize-panel.xul -lib/linux-netscape6/chrome/sidebar/content/default/customize.js -lib/linux-netscape6/chrome/sidebar/content/default/customize.xul -lib/linux-netscape6/chrome/sidebar/content/default/local-panels.rdf -lib/linux-netscape6/chrome/sidebar/content/default/preview.js -lib/linux-netscape6/chrome/sidebar/content/default/preview.xul -lib/linux-netscape6/chrome/sidebar/content/default/remote-panels.rdf -lib/linux-netscape6/chrome/sidebar/content/default/sidebarOverlay.js -lib/linux-netscape6/chrome/sidebar/content/default/sidebarOverlay.xul -lib/linux-netscape6/chrome/sidebar/locale/en-US/customize-panel.dtd -lib/linux-netscape6/chrome/sidebar/locale/en-US/customize.dtd -lib/linux-netscape6/chrome/sidebar/locale/en-US/preview.dtd -lib/linux-netscape6/chrome/sidebar/locale/en-US/sidebar-rdf.dtd -lib/linux-netscape6/chrome/sidebar/locale/en-US/sidebar-registry-rdf.dtd -lib/linux-netscape6/chrome/sidebar/locale/en-US/sidebarOverlay.dtd -lib/linux-netscape6/chrome/sidebar/skin/default/customize-panel.css -lib/linux-netscape6/chrome/sidebar/skin/default/customize.css -lib/linux-netscape6/chrome/sidebar/skin/default/list-down-dis.gif -lib/linux-netscape6/chrome/sidebar/skin/default/list-down.gif -lib/linux-netscape6/chrome/sidebar/skin/default/list-up-dis.gif -lib/linux-netscape6/chrome/sidebar/skin/default/list-up.gif -lib/linux-netscape6/chrome/sidebar/skin/default/preview.css -lib/linux-netscape6/chrome/sidebar/skin/default/sidebar-bottomright-cap.gif -lib/linux-netscape6/chrome/sidebar/skin/default/sidebar-topright-cap.gif -lib/linux-netscape6/chrome/sidebar/skin/default/sidebar.css -lib/linux-netscape6/chrome/sidebar/skin/default/sidebarOverlay.css -lib/linux-netscape6/chrome/timebomb/content/default/expireText.xul -lib/linux-netscape6/chrome/timebomb/content/default/warn.xul -lib/linux-netscape6/chrome/timebomb/locale/en-US/timebomb.dtd -lib/linux-netscape6/chrome/wallet/content/default/CookieViewer.js -lib/linux-netscape6/chrome/wallet/content/default/CookieViewer.xul -lib/linux-netscape6/chrome/wallet/content/default/SignonViewer.js -lib/linux-netscape6/chrome/wallet/content/default/SignonViewer.xul -lib/linux-netscape6/chrome/wallet/content/default/WalletEditor.js -lib/linux-netscape6/chrome/wallet/content/default/WalletEditor.xul -lib/linux-netscape6/chrome/wallet/content/default/WalletPreview.js -lib/linux-netscape6/chrome/wallet/content/default/WalletPreview.xul -lib/linux-netscape6/chrome/wallet/locale/en-US/CookieViewer.dtd -lib/linux-netscape6/chrome/wallet/locale/en-US/CookieViewer.properties -lib/linux-netscape6/chrome/wallet/locale/en-US/SignonViewer.dtd -lib/linux-netscape6/chrome/wallet/locale/en-US/SignonViewer.properties -lib/linux-netscape6/chrome/wallet/locale/en-US/WalletEditor.dtd -lib/linux-netscape6/chrome/wallet/locale/en-US/WalletEditor.properties -lib/linux-netscape6/chrome/wallet/locale/en-US/WalletPreview.properties -lib/linux-netscape6/chrome/wallet/locale/en-US/cookie.properties -lib/linux-netscape6/chrome/wallet/locale/en-US/wallet.properties -lib/linux-netscape6/chrome/wallet/skin/default/CookieViewer.css -lib/linux-netscape6/chrome/wallet/skin/default/SignonViewer.css -lib/linux-netscape6/chrome/wallet/skin/default/WalletEditor.css -lib/linux-netscape6/chrome/wallet/skin/default/wallet.css -lib/linux-netscape6/chrome/xpinstall/content/default/institems.js -lib/linux-netscape6/chrome/xpinstall/content/default/institems.xul -lib/linux-netscape6/chrome/xpinstall/content/default/xpistatus.js -lib/linux-netscape6/chrome/xpinstall/content/default/xpistatus.xul -lib/linux-netscape6/chrome/xpinstall/locale/en-US/institems.dtd -lib/linux-netscape6/chrome/xpinstall/locale/en-US/progress.dtd -lib/linux-netscape6/chrome/xpinstall/locale/en-US/xpinstall.properties -lib/linux-netscape6/chrome/xpinstall/locale/en-US/xpistatus.dtd -lib/linux-netscape6/chrome/xpinstall/skin/default/xpinstall.css -lib/linux-netscape6/chrome/xul.css -lib/linux-netscape6/chrome/xulBindings.xml -lib/linux-netscape6/component.reg -lib/linux-netscape6/components/AIMGlue.xpt -lib/linux-netscape6/components/addrbook.xpt -lib/linux-netscape6/components/appshell.xpt -lib/linux-netscape6/components/bookmarks.xpt -lib/linux-netscape6/components/caps.xpt -lib/linux-netscape6/components/chrome.xpt -lib/linux-netscape6/components/cookieviewer.xpt -lib/linux-netscape6/components/directory.xpt -lib/linux-netscape6/components/docshell.xpt -lib/linux-netscape6/components/dom.xpt -lib/linux-netscape6/components/editor.xpt -lib/linux-netscape6/components/gfx.xpt -lib/linux-netscape6/components/history.xpt -lib/linux-netscape6/components/import.xpt -lib/linux-netscape6/components/intl.xpt -lib/linux-netscape6/components/jar.xpt -lib/linux-netscape6/components/jsurl.xpt -lib/linux-netscape6/components/layout.xpt -lib/linux-netscape6/components/libIMGlue.so -lib/linux-netscape6/components/libaddrbook.so -lib/linux-netscape6/components/libaimstat.so -lib/linux-netscape6/components/libbookmarks.so -lib/linux-netscape6/components/libcaps.so -lib/linux-netscape6/components/libchardet.so -lib/linux-netscape6/components/libchrome.so -lib/linux-netscape6/components/libconverters.so -lib/linux-netscape6/components/libcookie.so -lib/linux-netscape6/components/libdirectory.so -lib/linux-netscape6/components/libender.so -lib/linux-netscape6/components/libgfxps.so -lib/linux-netscape6/components/libhistory.so -lib/linux-netscape6/components/libimpText.so -lib/linux-netscape6/components/libimport.so -lib/linux-netscape6/components/libjar50.so -lib/linux-netscape6/components/libjsloader.so -lib/linux-netscape6/components/libjsurl.so -lib/linux-netscape6/components/liblocalmail.so -lib/linux-netscape6/components/liblwbrk.so -lib/linux-netscape6/components/libmailnews.so -lib/linux-netscape6/components/libmime.so -lib/linux-netscape6/components/libmimeemitter.so -lib/linux-netscape6/components/libmimetype.so -lib/linux-netscape6/components/libmork.so -lib/linux-netscape6/components/libmozbrwsr.so -lib/linux-netscape6/components/libmozfind.so -lib/linux-netscape6/components/libmozucth.so -lib/linux-netscape6/components/libmozxfer.so -lib/linux-netscape6/components/libmsgcompose.so -lib/linux-netscape6/components/libmsgdb.so -lib/linux-netscape6/components/libmsgimap.so -lib/linux-netscape6/components/libmsgnews.so -lib/linux-netscape6/components/libnecko.so -lib/linux-netscape6/components/libnecko_about.so -lib/linux-netscape6/components/libnecko_cache.so -lib/linux-netscape6/components/libnecko_data.so -lib/linux-netscape6/components/libnecko_datetime.so -lib/linux-netscape6/components/libnecko_file.so -lib/linux-netscape6/components/libnecko_finger.so -lib/linux-netscape6/components/libnecko_ftp.so -lib/linux-netscape6/components/libnecko_http.so -lib/linux-netscape6/components/libnecko_jar.so -lib/linux-netscape6/components/libnecko_res.so -lib/linux-netscape6/components/libnecko_resource.so -lib/linux-netscape6/components/libnkhttps.so -lib/linux-netscape6/components/libnkkyword.so -lib/linux-netscape6/components/libnkssl.so -lib/linux-netscape6/components/libnsappshell.so -lib/linux-netscape6/components/libnsgif.so -lib/linux-netscape6/components/libnsjpg.so -lib/linux-netscape6/components/libnslocale.so -lib/linux-netscape6/components/libnspng.so -lib/linux-netscape6/components/libnsprefm.so -lib/linux-netscape6/components/liboji.so -lib/linux-netscape6/components/libpref.so -lib/linux-netscape6/components/libprofile.so -lib/linux-netscape6/components/libpsmcomp.so -lib/linux-netscape6/components/libqfaservices.so -lib/linux-netscape6/components/libraptorhtml.so -lib/linux-netscape6/components/libraptorhtmlpars.so -lib/linux-netscape6/components/libraptorview.so -lib/linux-netscape6/components/librdf.so -lib/linux-netscape6/components/libregviewer.so -lib/linux-netscape6/components/librelated.so -lib/linux-netscape6/components/libsample.so -lib/linux-netscape6/components/libsearch.so -lib/linux-netscape6/components/libsecureui.so -lib/linux-netscape6/components/libshistory.so -lib/linux-netscape6/components/libsigned.so -lib/linux-netscape6/components/libsmime.so -lib/linux-netscape6/components/libstreamconv.so -lib/linux-netscape6/components/libstrres.so -lib/linux-netscape6/components/libtbmb.so -lib/linux-netscape6/components/libtimer_gtk.so -lib/linux-netscape6/components/libtoolkit_service.so -lib/linux-netscape6/components/libtxmgr.so -lib/linux-netscape6/components/libtxtsvc.so -lib/linux-netscape6/components/libuconv.so -lib/linux-netscape6/components/libucvcn.so -lib/linux-netscape6/components/libucvibm.so -lib/linux-netscape6/components/libucvja.so -lib/linux-netscape6/components/libucvko.so -lib/linux-netscape6/components/libucvlatin.so -lib/linux-netscape6/components/libucvtw.so -lib/linux-netscape6/components/libucvtw2.so -lib/linux-netscape6/components/libunicharutil.so -lib/linux-netscape6/components/liburiloader.so -lib/linux-netscape6/components/libvcard.so -lib/linux-netscape6/components/libwallet.so -lib/linux-netscape6/components/libwalletviewers.so -lib/linux-netscape6/components/libxpconnect.so -lib/linux-netscape6/components/libxpiflash.so -lib/linux-netscape6/components/libxpinstall.so -lib/linux-netscape6/components/locale.xpt -lib/linux-netscape6/components/mailnews.xpt -lib/linux-netscape6/components/mime.xpt -lib/linux-netscape6/components/mimetype.xpt -lib/linux-netscape6/components/mozbrwsr.xpt -lib/linux-netscape6/components/mozcomps.xpt -lib/linux-netscape6/components/mozfind.xpt -lib/linux-netscape6/components/mozucth.xpt -lib/linux-netscape6/components/mozxfer.xpt -lib/linux-netscape6/components/msgbase.xpt -lib/linux-netscape6/components/msgcompose.xpt -lib/linux-netscape6/components/msgdb.xpt -lib/linux-netscape6/components/msgimap.xpt -lib/linux-netscape6/components/msglocal.xpt -lib/linux-netscape6/components/msgnews.xpt -lib/linux-netscape6/components/msgsearch.xpt -lib/linux-netscape6/components/necko_about.xpt -lib/linux-netscape6/components/necko_base.xpt -lib/linux-netscape6/components/necko_data.xpt -lib/linux-netscape6/components/necko_dns.xpt -lib/linux-netscape6/components/necko_ftp.xpt -lib/linux-netscape6/components/necko_http.xpt -lib/linux-netscape6/components/necko_jar.xpt -lib/linux-netscape6/components/necko_res.xpt -lib/linux-netscape6/components/necko_socket.xpt -lib/linux-netscape6/components/necko_stream_converter.xpt -lib/linux-netscape6/components/nkcache.xpt -lib/linux-netscape6/components/nsJSAimKeywords.js -lib/linux-netscape6/components/nsJSAimOdirEntry.js -lib/linux-netscape6/components/nsSample.js -lib/linux-netscape6/components/nsSidebar.js -lib/linux-netscape6/components/oji.xpt -lib/linux-netscape6/components/pref.xpt -lib/linux-netscape6/components/prefmigr.xpt -lib/linux-netscape6/components/profile.xpt -lib/linux-netscape6/components/proxyObjInst.xpt -lib/linux-netscape6/components/psmcomp.xpt -lib/linux-netscape6/components/qfaservices.xpt -lib/linux-netscape6/components/rdf.xpt -lib/linux-netscape6/components/regviewer.xpt -lib/linux-netscape6/components/related.xpt -lib/linux-netscape6/components/remote.xpt -lib/linux-netscape6/components/remoteControl.js -lib/linux-netscape6/components/sample.xpt -lib/linux-netscape6/components/search.xpt -lib/linux-netscape6/components/secureui.xpt -lib/linux-netscape6/components/shistory.xpt -lib/linux-netscape6/components/sidebar.xpt -lib/linux-netscape6/components/signonviewer.xpt -lib/linux-netscape6/components/spellchecker/libspellchk.so -lib/linux-netscape6/components/spellchecker/netscape.dic -lib/linux-netscape6/components/spellchecker/pen4s324.dat -lib/linux-netscape6/components/talkback/XTalkback.ad -lib/linux-netscape6/components/talkback/master.ini -lib/linux-netscape6/components/talkback/talkback -lib/linux-netscape6/components/talkback/talkback.so -lib/linux-netscape6/components/tbmb.xpt -lib/linux-netscape6/components/txmgr.xpt -lib/linux-netscape6/components/uconv.xpt -lib/linux-netscape6/components/unicharutil.xpt -lib/linux-netscape6/components/uriloader.xpt -lib/linux-netscape6/components/util.xpt -lib/linux-netscape6/components/wallet.xpt -lib/linux-netscape6/components/walleteditor.xpt -lib/linux-netscape6/components/walletpreview.xpt -lib/linux-netscape6/components/webBrowser_core.xpt -lib/linux-netscape6/components/webBrowser_setup.xpt -lib/linux-netscape6/components/widget.xpt -lib/linux-netscape6/components/xpcom_base.xpt -lib/linux-netscape6/components/xpcom_components.xpt -lib/linux-netscape6/components/xpcom_ds.xpt -lib/linux-netscape6/components/xpcom_io.xpt -lib/linux-netscape6/components/xpcom_threads.xpt -lib/linux-netscape6/components/xpconnect.xpt -lib/linux-netscape6/components/xpinstall.xpt -lib/linux-netscape6/defaults/isp/aol.rdf -lib/linux-netscape6/defaults/pref/aim.js -lib/linux-netscape6/defaults/pref/all-ns.js -lib/linux-netscape6/defaults/pref/all.js -lib/linux-netscape6/defaults/pref/config-ns.js -lib/linux-netscape6/defaults/pref/config.js -lib/linux-netscape6/defaults/pref/editor-ns.js -lib/linux-netscape6/defaults/pref/editor.js -lib/linux-netscape6/defaults/pref/initpref.js -lib/linux-netscape6/defaults/pref/mailnews-ns.js -lib/linux-netscape6/defaults/pref/mailnews.js -lib/linux-netscape6/defaults/pref/unix.js -lib/linux-netscape6/defaults/pref/xpinstall.js -lib/linux-netscape6/defaults/profile/bookmarks.html -lib/linux-netscape6/defaults/profile/panels.rdf -lib/linux-netscape6/helpbrowser -lib/linux-netscape6/icons/mozicon16.xpm -lib/linux-netscape6/icons/mozicon50.xpm -@exec mkdir %D/lib/linux-netscape6/plugins 2>/dev/null || true -lib/linux-netscape6/libIMGlue.so -lib/linux-netscape6/libXpcs.so -lib/linux-netscape6/libXpcs.so.1 -lib/linux-netscape6/libXprt.so -lib/linux-netscape6/libXprt.so.1 -lib/linux-netscape6/libXptl.so -lib/linux-netscape6/libXptl.so.1 -lib/linux-netscape6/libdocshell.so -lib/linux-netscape6/libgfx_gtk.so -lib/linux-netscape6/libgtksuperwin.so -lib/linux-netscape6/libjsdom.so -lib/linux-netscape6/libjsj.so -lib/linux-netscape6/libmozjs.so -lib/linux-netscape6/libmsgbaseutil.so -lib/linux-netscape6/libnspr4.so -lib/linux-netscape6/libplc4.so -lib/linux-netscape6/libplds4.so -lib/linux-netscape6/libraptorgfx.so -lib/linux-netscape6/libraptorplugin.so -lib/linux-netscape6/libraptorwebwidget.so -lib/linux-netscape6/libspellchk.so -lib/linux-netscape6/libwebbrwsr.so -lib/linux-netscape6/libwidget_gtk.so -lib/linux-netscape6/libxpcom.so -lib/linux-netscape6/libxpistub.so -lib/linux-netscape6/libzlib.so -lib/linux-netscape6/mozilla-bin -lib/linux-netscape6/mozilla-config -lib/linux-netscape6/netscape -lib/linux-netscape6/netscape.cfg -lib/linux-netscape6/psm/doc/04digsgn.gif -lib/linux-netscape6/psm/doc/06pcrypt.gif -lib/linux-netscape6/psm/doc/bannerrn.gif -lib/linux-netscape6/psm/doc/cartbanner.gif -lib/linux-netscape6/psm/doc/cmcjavascriptapi.html -lib/linux-netscape6/psm/doc/contents.htm -lib/linux-netscape6/psm/doc/glossary.htm -lib/linux-netscape6/psm/doc/help.htm -lib/linux-netscape6/psm/doc/license.html -lib/linux-netscape6/psm/doc/next.gif -lib/linux-netscape6/psm/doc/prev.gif -lib/linux-netscape6/psm/doc/psmtest.html -lib/linux-netscape6/psm/doc/release_notes.html -lib/linux-netscape6/psm/libnsbrk31.so -lib/linux-netscape6/psm/libnscnv31.so -lib/linux-netscape6/psm/libnscol31.so -lib/linux-netscape6/psm/libnsfmt31.so -lib/linux-netscape6/psm/libnspr3.so -lib/linux-netscape6/psm/libnsres31.so -lib/linux-netscape6/psm/libnsuni31.so -lib/linux-netscape6/psm/libplc3.so -lib/linux-netscape6/psm/libplds3.so -lib/linux-netscape6/psm/psm -lib/linux-netscape6/psm/start-psm -lib/linux-netscape6/psm/ui/psm_bin.properties -lib/linux-netscape6/psm/ui/psm_doc.properties -lib/linux-netscape6/psm/ui/psm_text.properties -lib/linux-netscape6/psm/ui/psm_ui.properties -lib/linux-netscape6/regExport -lib/linux-netscape6/regxpcom -lib/linux-netscape6/res/DistinguishedSchema.tbl -lib/linux-netscape6/res/FieldSchema.tbl -lib/linux-netscape6/res/SchemaConcat.tbl -lib/linux-netscape6/res/URLFieldSchema.tbl -lib/linux-netscape6/res/aim/devIndex.xul -lib/linux-netscape6/res/arrow.gif -lib/linux-netscape6/res/charsetData.properties -lib/linux-netscape6/res/charsetTitles.properties -lib/linux-netscape6/res/charsetalias.properties -lib/linux-netscape6/res/entityTables/html40Latin1.properties -lib/linux-netscape6/res/entityTables/html40Special.properties -lib/linux-netscape6/res/entityTables/html40Symbols.properties -lib/linux-netscape6/res/entityTables/htmlEntityVersions.properties -lib/linux-netscape6/res/entityTables/transliterate.properties -lib/linux-netscape6/res/html.css -lib/linux-netscape6/res/html/broken-image.gif -lib/linux-netscape6/res/html/gopher-audio.gif -lib/linux-netscape6/res/html/gopher-binary.gif -lib/linux-netscape6/res/html/gopher-find.gif -lib/linux-netscape6/res/html/gopher-image.gif -lib/linux-netscape6/res/html/gopher-menu.gif -lib/linux-netscape6/res/html/gopher-movie.gif -lib/linux-netscape6/res/html/gopher-telnet.gif -lib/linux-netscape6/res/html/gopher-text.gif -lib/linux-netscape6/res/html/gopher-unknown.gif -lib/linux-netscape6/res/rdf/article.gif -lib/linux-netscape6/res/rdf/datasets/AOLSearch.gif -lib/linux-netscape6/res/rdf/datasets/AOLSearch.src -lib/linux-netscape6/res/rdf/datasets/CompuServe.jpg -lib/linux-netscape6/res/rdf/datasets/CompuServe.src -lib/linux-netscape6/res/rdf/datasets/ICQ.gif -lib/linux-netscape6/res/rdf/datasets/ICQ.src -lib/linux-netscape6/res/rdf/datasets/Jobs.gif -lib/linux-netscape6/res/rdf/datasets/Jobs.src -lib/linux-netscape6/res/rdf/datasets/Music_Artist.gif -lib/linux-netscape6/res/rdf/datasets/Music_Artist.src -lib/linux-netscape6/res/rdf/datasets/NetscapeSearch.gif -lib/linux-netscape6/res/rdf/datasets/NetscapeSearch.src -lib/linux-netscape6/res/rdf/datasets/NetscapeSearchMain.gif -lib/linux-netscape6/res/rdf/datasets/NetscapeSearchMain.src -lib/linux-netscape6/res/rdf/datasets/Shareware.gif -lib/linux-netscape6/res/rdf/datasets/Shareware.src -lib/linux-netscape6/res/rdf/datasets/Tech_News.gif -lib/linux-netscape6/res/rdf/datasets/Tech_News.src -lib/linux-netscape6/res/rdf/datasets/category.rdf -lib/linux-netscape6/res/rdf/document.gif -lib/linux-netscape6/res/rdf/dom-test-1.xul -lib/linux-netscape6/res/rdf/dom-test-2.xul -lib/linux-netscape6/res/rdf/dom-test-3.xul -lib/linux-netscape6/res/rdf/dom-test-4.css -lib/linux-netscape6/res/rdf/dom-test-4.xul -lib/linux-netscape6/res/rdf/dom-test-5.xul -lib/linux-netscape6/res/rdf/dom-test-6.xul -lib/linux-netscape6/res/rdf/dom-test-7.xul -lib/linux-netscape6/res/rdf/dom-test-8.xul -lib/linux-netscape6/res/rdf/folder-closed.gif -lib/linux-netscape6/res/rdf/folder-open.gif -lib/linux-netscape6/res/rdf/ignore-test.xul -lib/linux-netscape6/res/rdf/loading.gif -lib/linux-netscape6/res/rdf/xpidl-test-1.xul -lib/linux-netscape6/res/samples/colorpicker.xul -lib/linux-netscape6/res/samples/dexanimdialog.xul -lib/linux-netscape6/res/samples/dexanimmaster.xul -lib/linux-netscape6/res/samples/dexopenchrome.xul -lib/linux-netscape6/res/samples/dexparamdialog.html -lib/linux-netscape6/res/samples/dexparamdialog.xul -lib/linux-netscape6/res/samples/dexparammaster.xul -lib/linux-netscape6/res/samples/dexsimpledialog.xul -lib/linux-netscape6/res/samples/dexsimplemaster.xul -lib/linux-netscape6/res/samples/hidetoolicon.css -lib/linux-netscape6/res/samples/hidetoolicon.xul -lib/linux-netscape6/res/samples/sampleimages/bongo.gif -lib/linux-netscape6/res/samples/sampleimages/down.gif -lib/linux-netscape6/res/samples/sampleimages/left.gif -lib/linux-netscape6/res/samples/sampleimages/right.gif -lib/linux-netscape6/res/samples/sampleimages/up.gif -lib/linux-netscape6/res/samples/tab.xul -lib/linux-netscape6/res/samples/xpconnect-sample.html -lib/linux-netscape6/res/samples/xpmenu.xul -lib/linux-netscape6/res/ua.css -lib/linux-netscape6/res/unixcharset.properties -lib/linux-netscape6/res/xpinstall/SoftwareUpdate-Source-1.rdf -lib/linux-netscape6/res/xpinstall/SoftwareUpdates.rdf -lib/linux-netscape6/res/xpinstall/notification.gif -lib/linux-netscape6/res/xpinstall/progress.css -lib/linux-netscape6/res/xpinstall/progress.html -lib/linux-netscape6/res/xpinstall/progress.xul -lib/linux-netscape6/run-mozilla.sh -lib/linux-netscape6/simplebrowser -lib/linux-netscape6/splash.xpm -lib/linux-netscape6/talkback/XTalkback.ad -lib/linux-netscape6/talkback/master.ini -lib/linux-netscape6/talkback/talkback -lib/linux-netscape6/talkback/talkback.so -lib/linux-netscape6/timebombgen -lib/linux-netscape6/vreg -lib/linux-netscape6/xpidl -lib/linux-netscape6/xpt_dump -lib/linux-netscape6/xpt_link -@dirrm lib/linux-netscape6/talkback -@dirrm lib/linux-netscape6/res/xpinstall -@dirrm lib/linux-netscape6/res/samples/sampleimages -@dirrm lib/linux-netscape6/res/samples -@dirrm lib/linux-netscape6/res/rdf/datasets -@dirrm lib/linux-netscape6/res/rdf -@dirrm lib/linux-netscape6/res/html -@dirrm lib/linux-netscape6/res/entityTables -@dirrm lib/linux-netscape6/res/aim -@dirrm lib/linux-netscape6/res -@dirrm lib/linux-netscape6/psm/ui -@dirrm lib/linux-netscape6/psm/doc -@dirrm lib/linux-netscape6/psm -@dirrm lib/linux-netscape6/plugins -@dirrm lib/linux-netscape6/icons -@dirrm lib/linux-netscape6/defaults/profile -@dirrm lib/linux-netscape6/defaults/pref -@dirrm lib/linux-netscape6/defaults/isp -@dirrm lib/linux-netscape6/defaults -@dirrm lib/linux-netscape6/components/talkback -@dirrm lib/linux-netscape6/components/spellchecker -@dirrm lib/linux-netscape6/components -@dirrm lib/linux-netscape6/chrome/xpinstall/skin/default -@dirrm lib/linux-netscape6/chrome/xpinstall/skin -@dirrm lib/linux-netscape6/chrome/xpinstall/locale/en-US -@dirrm lib/linux-netscape6/chrome/xpinstall/locale -@dirrm lib/linux-netscape6/chrome/xpinstall/content/default -@dirrm lib/linux-netscape6/chrome/xpinstall/content -@dirrm lib/linux-netscape6/chrome/xpinstall -@dirrm lib/linux-netscape6/chrome/wallet/skin/default -@dirrm lib/linux-netscape6/chrome/wallet/skin -@dirrm lib/linux-netscape6/chrome/wallet/locale/en-US -@dirrm lib/linux-netscape6/chrome/wallet/locale -@dirrm lib/linux-netscape6/chrome/wallet/content/default -@dirrm lib/linux-netscape6/chrome/wallet/content -@dirrm lib/linux-netscape6/chrome/wallet -@dirrm lib/linux-netscape6/chrome/timebomb/locale/en-US -@dirrm lib/linux-netscape6/chrome/timebomb/locale -@dirrm lib/linux-netscape6/chrome/timebomb/content/default -@dirrm lib/linux-netscape6/chrome/timebomb/content -@dirrm lib/linux-netscape6/chrome/timebomb -@dirrm lib/linux-netscape6/chrome/sidebar/skin/default -@dirrm lib/linux-netscape6/chrome/sidebar/skin -@dirrm lib/linux-netscape6/chrome/sidebar/locale/en-US -@dirrm lib/linux-netscape6/chrome/sidebar/locale -@dirrm lib/linux-netscape6/chrome/sidebar/content/default -@dirrm lib/linux-netscape6/chrome/sidebar/content -@dirrm lib/linux-netscape6/chrome/sidebar -@dirrm lib/linux-netscape6/chrome/security/locale/en-US -@dirrm lib/linux-netscape6/chrome/security/locale -@dirrm lib/linux-netscape6/chrome/security -@dirrm lib/linux-netscape6/chrome/search/skin/default -@dirrm lib/linux-netscape6/chrome/search/skin -@dirrm lib/linux-netscape6/chrome/search/locale/en-US -@dirrm lib/linux-netscape6/chrome/search/locale -@dirrm lib/linux-netscape6/chrome/search/content/default -@dirrm lib/linux-netscape6/chrome/search/content -@dirrm lib/linux-netscape6/chrome/search -@dirrm lib/linux-netscape6/chrome/related/skin/default -@dirrm lib/linux-netscape6/chrome/related/skin -@dirrm lib/linux-netscape6/chrome/related/locale/en-US -@dirrm lib/linux-netscape6/chrome/related/locale -@dirrm lib/linux-netscape6/chrome/related/content/default -@dirrm lib/linux-netscape6/chrome/related/content -@dirrm lib/linux-netscape6/chrome/related -@dirrm lib/linux-netscape6/chrome/regviewer/skin/default -@dirrm lib/linux-netscape6/chrome/regviewer/skin -@dirrm lib/linux-netscape6/chrome/regviewer/locale/en-US -@dirrm lib/linux-netscape6/chrome/regviewer/locale -@dirrm lib/linux-netscape6/chrome/regviewer/content/default -@dirrm lib/linux-netscape6/chrome/regviewer/content -@dirrm lib/linux-netscape6/chrome/regviewer -@dirrm lib/linux-netscape6/chrome/profile/skin/default -@dirrm lib/linux-netscape6/chrome/profile/skin -@dirrm lib/linux-netscape6/chrome/profile/locale/en-US -@dirrm lib/linux-netscape6/chrome/profile/locale -@dirrm lib/linux-netscape6/chrome/profile/content/default -@dirrm lib/linux-netscape6/chrome/profile/content -@dirrm lib/linux-netscape6/chrome/profile -@dirrm lib/linux-netscape6/chrome/pref/skin/default -@dirrm lib/linux-netscape6/chrome/pref/skin -@dirrm lib/linux-netscape6/chrome/pref/locale/en-US -@dirrm lib/linux-netscape6/chrome/pref/locale -@dirrm lib/linux-netscape6/chrome/pref/content/default -@dirrm lib/linux-netscape6/chrome/pref/content -@dirrm lib/linux-netscape6/chrome/pref -@dirrm lib/linux-netscape6/chrome/netwerk/content/default/https -@dirrm lib/linux-netscape6/chrome/netwerk/content/default -@dirrm lib/linux-netscape6/chrome/netwerk/content -@dirrm lib/linux-netscape6/chrome/netwerk -@dirrm lib/linux-netscape6/chrome/navigator/skin/default -@dirrm lib/linux-netscape6/chrome/navigator/skin -@dirrm lib/linux-netscape6/chrome/navigator/locale/en-US -@dirrm lib/linux-netscape6/chrome/navigator/locale -@dirrm lib/linux-netscape6/chrome/navigator/content/default -@dirrm lib/linux-netscape6/chrome/navigator/content -@dirrm lib/linux-netscape6/chrome/navigator -@dirrm lib/linux-netscape6/chrome/messengercompose/skin/default -@dirrm lib/linux-netscape6/chrome/messengercompose/skin -@dirrm lib/linux-netscape6/chrome/messengercompose/locale/en-US -@dirrm lib/linux-netscape6/chrome/messengercompose/locale -@dirrm lib/linux-netscape6/chrome/messengercompose/content/default -@dirrm lib/linux-netscape6/chrome/messengercompose/content -@dirrm lib/linux-netscape6/chrome/messengercompose -@dirrm lib/linux-netscape6/chrome/messenger/skin/default -@dirrm lib/linux-netscape6/chrome/messenger/skin -@dirrm lib/linux-netscape6/chrome/messenger/locale/en-US -@dirrm lib/linux-netscape6/chrome/messenger/locale -@dirrm lib/linux-netscape6/chrome/messenger/content/default -@dirrm lib/linux-netscape6/chrome/messenger/content -@dirrm lib/linux-netscape6/chrome/messenger -@dirrm lib/linux-netscape6/chrome/layout/locale/en-US -@dirrm lib/linux-netscape6/chrome/layout/locale -@dirrm lib/linux-netscape6/chrome/layout -@dirrm lib/linux-netscape6/chrome/history/skin/default -@dirrm lib/linux-netscape6/chrome/history/skin -@dirrm lib/linux-netscape6/chrome/history/locale/en-US -@dirrm lib/linux-netscape6/chrome/history/locale -@dirrm lib/linux-netscape6/chrome/history/content/default -@dirrm lib/linux-netscape6/chrome/history/content -@dirrm lib/linux-netscape6/chrome/history -@dirrm lib/linux-netscape6/chrome/global/skin/default -@dirrm lib/linux-netscape6/chrome/global/skin -@dirrm lib/linux-netscape6/chrome/global/locale/en-US -@dirrm lib/linux-netscape6/chrome/global/locale -@dirrm lib/linux-netscape6/chrome/global/content/default -@dirrm lib/linux-netscape6/chrome/global/content -@dirrm lib/linux-netscape6/chrome/global -@dirrm lib/linux-netscape6/chrome/editor/skin/default/images -@dirrm lib/linux-netscape6/chrome/editor/skin/default -@dirrm lib/linux-netscape6/chrome/editor/skin -@dirrm lib/linux-netscape6/chrome/editor/locale/en-US -@dirrm lib/linux-netscape6/chrome/editor/locale -@dirrm lib/linux-netscape6/chrome/editor/content/default -@dirrm lib/linux-netscape6/chrome/editor/content -@dirrm lib/linux-netscape6/chrome/editor -@dirrm lib/linux-netscape6/chrome/directory/skin/default -@dirrm lib/linux-netscape6/chrome/directory/skin -@dirrm lib/linux-netscape6/chrome/directory/locale/en-US -@dirrm lib/linux-netscape6/chrome/directory/locale -@dirrm lib/linux-netscape6/chrome/directory/content/default -@dirrm lib/linux-netscape6/chrome/directory/content -@dirrm lib/linux-netscape6/chrome/directory -@dirrm lib/linux-netscape6/chrome/chatzilla/skin/default/images -@dirrm lib/linux-netscape6/chrome/chatzilla/skin/default -@dirrm lib/linux-netscape6/chrome/chatzilla/skin -@dirrm lib/linux-netscape6/chrome/chatzilla/locale/en-US -@dirrm lib/linux-netscape6/chrome/chatzilla/locale -@dirrm lib/linux-netscape6/chrome/chatzilla/content/default/lib/xul -@dirrm lib/linux-netscape6/chrome/chatzilla/content/default/lib/js -@dirrm lib/linux-netscape6/chrome/chatzilla/content/default/lib -@dirrm lib/linux-netscape6/chrome/chatzilla/content/default -@dirrm lib/linux-netscape6/chrome/chatzilla/content -@dirrm lib/linux-netscape6/chrome/chatzilla -@dirrm lib/linux-netscape6/chrome/bookmarks/skin/default -@dirrm lib/linux-netscape6/chrome/bookmarks/skin -@dirrm lib/linux-netscape6/chrome/bookmarks/locale/en-US -@dirrm lib/linux-netscape6/chrome/bookmarks/locale -@dirrm lib/linux-netscape6/chrome/bookmarks/content/default -@dirrm lib/linux-netscape6/chrome/bookmarks/content -@dirrm lib/linux-netscape6/chrome/bookmarks -@dirrm lib/linux-netscape6/chrome/aim/skin/default -@dirrm lib/linux-netscape6/chrome/aim/skin -@dirrm lib/linux-netscape6/chrome/aim/locale/en-US -@dirrm lib/linux-netscape6/chrome/aim/locale -@dirrm lib/linux-netscape6/chrome/aim/content/default -@dirrm lib/linux-netscape6/chrome/aim/content -@dirrm lib/linux-netscape6/chrome/aim -@dirrm lib/linux-netscape6/chrome/addressbook/skin/default -@dirrm lib/linux-netscape6/chrome/addressbook/skin -@dirrm lib/linux-netscape6/chrome/addressbook/locale/en-US -@dirrm lib/linux-netscape6/chrome/addressbook/locale -@dirrm lib/linux-netscape6/chrome/addressbook/content/default -@dirrm lib/linux-netscape6/chrome/addressbook/content -@dirrm lib/linux-netscape6/chrome/addressbook -@dirrm lib/linux-netscape6/chrome -@dirrm lib/linux-netscape6/Cool -@dirrm lib/linux-netscape6 diff --git a/www/p5-CGI-modules/Makefile b/www/p5-CGI-modules/Makefile deleted file mode 100644 index 8931cfaa9448..000000000000 --- a/www/p5-CGI-modules/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: p5-CGI -# Date created: September 30th 1996 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= p5-CGI -PORTVERSION= 2.76 -CATEGORIES= www perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= CGI -DISTNAME= CGI-modules-2.76 - -MAINTAINER= jfitz@FreeBSD.org - -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/p5-libwww - -USE_PERL5= YES - -MAN3= CGI::Base.3 CGI::BasePlus.3 CGI::Carp.3 CGI::Form.3 \ - CGI::MiniSvr.3 CGI::Request.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - -do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - -.include <bsd.port.mk> diff --git a/www/p5-CGI-modules/distinfo b/www/p5-CGI-modules/distinfo deleted file mode 100644 index 6fcc7311e40b..000000000000 --- a/www/p5-CGI-modules/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (CGI-modules-2.76.tar.gz) = be3a6dff87ae14bbf54b60005ceb5bb3 diff --git a/www/p5-CGI-modules/pkg-comment b/www/p5-CGI-modules/pkg-comment deleted file mode 100644 index 47578df5dc15..000000000000 --- a/www/p5-CGI-modules/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Modules for perl5, for use in writing CGI scripts diff --git a/www/p5-CGI-modules/pkg-descr b/www/p5-CGI-modules/pkg-descr deleted file mode 100644 index db19ef4d69eb..000000000000 --- a/www/p5-CGI-modules/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -These are the CGI:: modules for perl5, for use in writing CGI scripts. - -Online documentation of these modules as well as related modules (such -as the earlier CGI.pm module) can be found at: - -WWW: http://www-genome.wi.mit.edu/ftp/pub/software/WWW/CGIperl/ - -Many examples of CGI scripts of various degrees of complexity can be -found at: - - http://www-genome.wi.mit.edu/WWW/examples/Ch9/ diff --git a/www/p5-CGI-modules/pkg-plist b/www/p5-CGI-modules/pkg-plist deleted file mode 100644 index 0d0bb479347d..000000000000 --- a/www/p5-CGI-modules/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -lib/perl5/site_perl/%%PERL_VER%%/CGI/Base.pm -lib/perl5/site_perl/%%PERL_VER%%/CGI/Form.pm -lib/perl5/site_perl/%%PERL_VER%%/CGI/Carp.pm -lib/perl5/site_perl/%%PERL_VER%%/CGI/BasePlus.pm -lib/perl5/site_perl/%%PERL_VER%%/CGI/test.pl -lib/perl5/site_perl/%%PERL_VER%%/CGI/MiniSvr.pm -lib/perl5/site_perl/%%PERL_VER%%/CGI/Request.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI -@dirrm lib/perl5/site_perl/%%PERL_VER%%/CGI diff --git a/www/p5-HTTPD-User-Manage/Makefile b/www/p5-HTTPD-User-Manage/Makefile deleted file mode 100644 index 5b728e802807..000000000000 --- a/www/p5-HTTPD-User-Manage/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: p5-HTTPD-Tools -# Date created: October 20th 1996 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= p5-HTTPD-Tools -PORTVERSION= 0.55 -CATEGORIES= www perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= HTTPD -DISTNAME= HTTPD-Tools-0.55 - -MAINTAINER= jfitz@FreeBSD.org - -USE_PERL5= YES - -MAN3= HTTPD::Authen.3 HTTPD::UserAdmin.3 HTTPD::GroupAdmin.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - -do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - -.include <bsd.port.mk> diff --git a/www/p5-HTTPD-User-Manage/distinfo b/www/p5-HTTPD-User-Manage/distinfo deleted file mode 100644 index 8190306b9806..000000000000 --- a/www/p5-HTTPD-User-Manage/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (HTTPD-Tools-0.55.tar.gz) = b870f0b9c769408488fd4fc583445a92 diff --git a/www/p5-HTTPD-User-Manage/pkg-comment b/www/p5-HTTPD-User-Manage/pkg-comment deleted file mode 100644 index e676cafa07f6..000000000000 --- a/www/p5-HTTPD-User-Manage/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl5 module for a HTTP server authentication class diff --git a/www/p5-HTTPD-User-Manage/pkg-descr b/www/p5-HTTPD-User-Manage/pkg-descr deleted file mode 100644 index cc989495c049..000000000000 --- a/www/p5-HTTPD-User-Manage/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ - This module provides methods for authenticating a user. - It uses HTTPD::UserAdmin to lookup passwords in a - database. Subclasses provide methods specific to the - authentication mechanism. - - Currently, under HTTP/1.0 the only supported - authentication mechanism is Basic Authentication. NCSA - Mosaic and NCSA HTTPd understand the proposed Message - Digest Authentication, which should make it into the HTTP - spec someday. This module supports both. diff --git a/www/p5-HTTPD-User-Manage/pkg-plist b/www/p5-HTTPD-User-Manage/pkg-plist deleted file mode 100644 index 51bb297c81e6..000000000000 --- a/www/p5-HTTPD-User-Manage/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -lib/perl5/site_perl/%%PERL_VER%%/HTTPD/AdminBase.pm -lib/perl5/site_perl/%%PERL_VER%%/HTTPD/Authen.pm -lib/perl5/site_perl/%%PERL_VER%%/HTTPD/GroupAdmin.pm -lib/perl5/site_perl/%%PERL_VER%%/HTTPD/GroupAdmin/DBM.pm -lib/perl5/site_perl/%%PERL_VER%%/HTTPD/GroupAdmin/DBM/apache.pm -lib/perl5/site_perl/%%PERL_VER%%/HTTPD/GroupAdmin/Text.pm -lib/perl5/site_perl/%%PERL_VER%%/HTTPD/GroupAdmin/Text/cern.pm -lib/perl5/site_perl/%%PERL_VER%%/HTTPD/UserAdmin.pm -lib/perl5/site_perl/%%PERL_VER%%/HTTPD/UserAdmin/DBM.pm -lib/perl5/site_perl/%%PERL_VER%%/HTTPD/UserAdmin/SQL.pm -lib/perl5/site_perl/%%PERL_VER%%/HTTPD/UserAdmin/Text.pm -lib/perl5/site_perl/%%PERL_VER%%/HTTPD/UserAdmin/Text/cern.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTTPD-Tools/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTTPD-Tools diff --git a/www/screem-devel/Makefile b/www/screem-devel/Makefile deleted file mode 100644 index 81d679999317..000000000000 --- a/www/screem-devel/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: SCREEM -# Date created: 05 Nov 1999 -# Whom: Will Andrews <andrews@technologist.com> -# -# $FreeBSD$ -# - -PORTNAME= screem -PORTVERSION= 0.2.1 -CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://www.screem.org/src/ -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= will@FreeBSD.org - -LIB_DEPENDS= glade.3:${PORTSDIR}/devel/libglade - -LIBGLADE_CONFIG?= ${LOCALBASE}/bin/libglade-config -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_LIBTOOL= yes -USE_X_PREFIX= yes -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" -CONFIGURE_ARGS= --with-gnome=${PREFIX}/include --prefix=${PREFIX} \ - --with-gtk-exec-prefix=${PREFIX} --with-gtk=${PREFIX} \ - --with-libglade-config=${LIBGLADE_CONFIG} \ - --localstatedir=${PREFIX}/share/gnome \ - --datadir=${PREFIX}/share --libdir=${PREFIX}/share - -.include <bsd.port.mk> diff --git a/www/screem-devel/distinfo b/www/screem-devel/distinfo deleted file mode 100644 index 9f4b75f98cc3..000000000000 --- a/www/screem-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (screem-0.2.1.tar.gz) = 37a39c59e34399a13455b759e03e8eeb diff --git a/www/screem-devel/files/patch-ab b/www/screem-devel/files/patch-ab deleted file mode 100644 index dbaa9196f0dd..000000000000 --- a/www/screem-devel/files/patch-ab +++ /dev/null @@ -1,79 +0,0 @@ ---- configure Mon Jan 3 09:33:01 2000 -+++ configure.new Sat Mar 18 16:23:46 2000 -@@ -1922,8 +1922,8 @@ - LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ - LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \ - DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \ --${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ --$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ -+${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig --no-reexec \ -+$libtool_flags --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $host \ - || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } - - # Reload cache, that may have been modified by ltconfig -@@ -1937,7 +1937,7 @@ - - - # This can be used to rebuild libtool when needed --LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh" -+LIBTOOL_DEPS="/usr/local/share/libtool/ltconfig --disable-ltlibs /usr/local/share/libtool/ltmain.sh" - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -2405,6 +2405,7 @@ - fi - - -+if false; then - PTHREAD_LIB="" - echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6 - echo "configure:2411: checking for pthread_create in -lpthread" >&5 -@@ -2482,6 +2483,9 @@ - PTHREAD_LIB="-lpthreads" - else - echo "$ac_t""no" 1>&6 -+fi -+fi -+fi - echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6 - echo "configure:2487: checking for pthread_create in -lc_r" >&5 - ac_lib_var=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'` -@@ -2489,7 +2493,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lc_r $LIBS" -+LIBS="-pthread $LIBS" - cat > conftest.$ac_ext <<EOF - #line 2495 "configure" - #include "confdefs.h" -@@ -2517,7 +2521,7 @@ - fi - if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 -- PTHREAD_LIB="-lc_r" -+ PTHREAD_LIB="-pthread" - else - echo "$ac_t""no" 1>&6 - echo $ac_n "checking for pthread_create""... $ac_c" 1>&6 -@@ -2571,11 +2575,6 @@ - - fi - -- --fi -- -- --fi - - - -@@ -5882,7 +5881,7 @@ - cat conftest.$ac_ext >&5 - rm -rf conftest* - CATOBJEXT=.mo -- DATADIRNAME=lib -+ DATADIRNAME=share - fi - rm -f conftest* - INSTOBJEXT=.mo diff --git a/www/screem-devel/pkg-comment b/www/screem-devel/pkg-comment deleted file mode 100644 index 3c676fa0da22..000000000000 --- a/www/screem-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Nice GNOME/GTK-based HTML editor diff --git a/www/screem-devel/pkg-descr b/www/screem-devel/pkg-descr deleted file mode 100644 index 6cfcc039cb0d..000000000000 --- a/www/screem-devel/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -SCREEM (Site CReating and Editing EnvironMent) is a VERY nice -GUI-based HTML editor, much like bluefish. It even imports bluefish -functions from your bluefish installation! - -SCREEM makes a rather ideal GUI HTML editor, especially for -Unixheads like myself who like using CVS to manage source trees, -as SCREEM has functional CVS interaction. - -WWW: http://www.screem.org/ - -- Will <andrews@technologist.com> diff --git a/www/screem-devel/pkg-plist b/www/screem-devel/pkg-plist deleted file mode 100644 index 5079f5fb0f17..000000000000 --- a/www/screem-devel/pkg-plist +++ /dev/null @@ -1,43 +0,0 @@ -bin/screem -share/gnome/mc/templates/screem.desktop -share/gnome/mime-info/screem.keys -share/gnome/mime-info/screem.mime -share/gnome/pixmaps/screem.png -share/locale/de/LC_MESSAGES/screem.mo -share/locale/fr/LC_MESSAGES/screem.mo -share/locale/pl/LC_MESSAGES/screem.mo -share/screem/glade/css.glade -share/screem/glade/extern_browsers.glade -share/screem/glade/imageWizard.glade -share/screem/glade/linkWizard.glade -share/screem/glade/pagedruid.glade -share/screem/glade/preferences.glade -share/screem/glade/site_settings.glade -share/screem/glade/sitedruid.glade -share/screem/glade/sitetemplate.glade -share/screem/glade/todo.glade -share/screem/plugins/colourWizard.so -share/screem/plugins/cssWizard.so -share/screem/plugins/entityWizard.so -share/screem/plugins/externBrowsers.so -share/screem/plugins/galleryWizard.so -share/screem/plugins/imageWizard.so -share/screem/plugins/linkWizard.so -share/screem/plugins/mailWizard.so -share/screem/plugins/ssiWizard.so -share/screem/plugins/tableWizard.so -share/screem/plugins/uploadWizard.so -share/screem/screem.tagtree -share/screem/splash/1.png -share/screem/splash/2.png -share/screem/splash/3.png -share/screem/splash/4.png -@dirrm share/screem/glade -@dirrm share/screem/plugins -@dirrm share/screem/resources/Applets -@dirrm share/screem/resources/Images -@dirrm share/screem/resources/Javascript -@dirrm share/screem/resources/PHP3 -@dirrm share/screem/resources -@dirrm share/screem/splash -@dirrm share/screem diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile deleted file mode 100644 index f9a00bedb854..000000000000 --- a/www/seamonkey/Makefile +++ /dev/null @@ -1,69 +0,0 @@ -# New ports collection makefile for: mozilla -# Date created: 31 Mar 1998 -# Whom: eivind/dima/jseger -# -# $FreeBSD$ -# - -PORTNAME= mozilla -PORTVERSION= M15 -CATEGORIES= www -MASTER_SITES= ftp://ftp.mozilla.org/pub/mozilla/releases/${PORTVERSION:S/M/m/}/src/ -DISTNAME= ${PORTNAME}-source-${PORTVERSION} - -MAINTAINER= reg@FreeBSD.org - -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ - IDL.2:${PORTSDIR}/devel/ORBit - -GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - -WRKSRC= ${WRKDIR}/${PORTNAME} - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_PERL5= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_NEWGCC= yes -CONFIGURE_ARGS= \ - --disable-cpp-rtti \ - --disable-debug \ - --disable-idltool \ - --disable-md \ - --disable-pedantic \ - --disable-xterm-updates \ - --enable-cpp-exceptions \ - --enable-double-buffer \ - --enable-editor \ - --enable-mailnews \ - --enable-mathml \ - --enable-optimize \ - --enable-pics \ - --enable-tests \ - --enable-toolkit=gtk \ - --enable-x11-shm \ - --with-pthreads \ - --with-jpeg=${LOCALBASE} \ - --with-png=${LOCALBASE} -CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" \ - GTK_CONFIG="${GTK_CONFIG}" -MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin \ - CC_ONLY_FLAGS="${FLAGS}" CCC_ONLY_FLAGS="${CXXFLAGS}" - -post-build: - @${SED} -e "s;@PREFIX@;${PREFIX};g" \ - ${FILESDIR}/mozilla.sh >${WRKSRC}/mozilla - @${CHMOD} 555 ${WRKSRC}/mozilla - -do-install: - ${MKDIR} ${PREFIX}/lib/mozilla - ${CHMOD} 755 ${PREFIX}/lib/mozilla - cd ${WRKSRC}/dist/bin && ${TAR} -chf - * | \ - ${TAR} -xf - -C ${PREFIX}/lib/mozilla - ${INSTALL_SCRIPT} ${WRKSRC}/mozilla ${PREFIX}/bin - ${TOUCH} ${PREFIX}/lib/mozilla/component.reg - ${CHMOD} 666 ${PREFIX}/lib/mozilla/component.reg - -.include <bsd.port.mk> diff --git a/www/seamonkey/distinfo b/www/seamonkey/distinfo deleted file mode 100644 index 0078bd4a78d5..000000000000 --- a/www/seamonkey/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mozilla-source-M15.tar.bz2) = 75b1ed5e934fb86d8b3a049f87b60e22 diff --git a/www/seamonkey/files/mozilla.sh b/www/seamonkey/files/mozilla.sh deleted file mode 100644 index 921c334f6073..000000000000 --- a/www/seamonkey/files/mozilla.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -cd @PREFIX@/lib/mozilla -exec ./mozilla $* diff --git a/www/seamonkey/files/patch-ak b/www/seamonkey/files/patch-ak deleted file mode 100644 index 3b430ef27dc2..000000000000 --- a/www/seamonkey/files/patch-ak +++ /dev/null @@ -1,19 +0,0 @@ ---- nsprpub/pr/include/md/_freebsd.h.orig Wed Dec 22 15:39:04 1999 -+++ nsprpub/pr/include/md/_freebsd.h Thu Feb 3 03:48:20 2000 -@@ -21,6 +21,7 @@ - - #include "prthread.h" - -+#include <sys/param.h> - #include <sys/syscall.h> - - #define PR_LINKER_ARCH "freebsd" -@@ -49,7 +50,7 @@ - #define _PR_HAVE_SOCKADDR_LEN - #define _PR_STAT_HAS_ST_ATIMESPEC - #define _PR_NO_LARGE_FILES --#if ( __FreeBSD__ > 2 ) -+#if ( __FreeBSD_version >= 220000 ) && ( __FreeBSD_version < 400008 ) - #if !defined(_PR_PTHREADS) - /* - * libc_r doesn't have poll(). Although libc has poll(), it is not diff --git a/www/seamonkey/files/patch-mi b/www/seamonkey/files/patch-mi deleted file mode 100644 index 80768e265de9..000000000000 --- a/www/seamonkey/files/patch-mi +++ /dev/null @@ -1,22 +0,0 @@ ---- nsprpub/config/FreeBSD.mk.orig Wed Oct 20 14:19:53 1999 -+++ nsprpub/config/FreeBSD.mk Thu Feb 3 03:48:20 2000 -@@ -21,14 +21,16 @@ - - include $(MOD_DEPTH)/config/UNIX.mk - --CC = gcc --CCC = g++ - RANLIB = ranlib -+CCC = ${CXX} -+ -+# During FreeBSD port build, CFLAGS contains all of the optimizations -+# flags desired... -+OPTIMIZER = - - ifeq ($(OS_TEST),alpha) - CPU_ARCH = alpha - else --OS_REL_CFLAGS = -Di386 - CPU_ARCH = x86 - endif - CPU_ARCH_TAG = _$(CPU_ARCH) diff --git a/www/seamonkey/files/patch-qt b/www/seamonkey/files/patch-qt deleted file mode 100644 index b7964a4911ff..000000000000 --- a/www/seamonkey/files/patch-qt +++ /dev/null @@ -1,21 +0,0 @@ ---- configure.orig Thu Apr 13 19:18:25 2000 -+++ configure Thu Apr 20 09:07:57 2000 -@@ -5618,7 +5618,7 @@ - echo $ac_n "checking for Qt insanity""... $ac_c" 1>&6 - echo "configure:5620: checking for Qt insanity" >&5 - -- QT_CFLAGS="-I${QTDIR}/include/qt" -+ QT_CFLAGS="-I${QTDIR}/include/X11/qt" - QT_LIBS="-L/usr/X11R6/lib -L${QTDIR}/lib -lqt -lXext -lX11" - - # Check whether --with-static-qt or --without-static-qt was given. -@@ -7108,6 +7108,9 @@ - case "$target_os" in - os2*) - LIBS= -+ ;; -+freebsd*) -+ CPPFLAGS="${CPPFLAGS} ${X_CFLAGS}" - ;; - esac - for ac_hdr in sys/byteorder.h compat.h getopt.h diff --git a/www/seamonkey/pkg-comment b/www/seamonkey/pkg-comment deleted file mode 100644 index 8c8d8c1f088d..000000000000 --- a/www/seamonkey/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The mozilla ver 0.0 communicator web-surfboard diff --git a/www/seamonkey/pkg-descr b/www/seamonkey/pkg-descr deleted file mode 100644 index ea15c853bf80..000000000000 --- a/www/seamonkey/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is the source code that Netscape released and will be used for -its next generation of browsers. It is intended for use by developers -and testers only. diff --git a/www/seamonkey/pkg-plist b/www/seamonkey/pkg-plist deleted file mode 100644 index 4ab98d4860ee..000000000000 --- a/www/seamonkey/pkg-plist +++ /dev/null @@ -1,1570 +0,0 @@ -bin/mozilla -lib/mozilla/CvtURL -lib/mozilla/DocStream -lib/mozilla/DumpColors -lib/mozilla/FilesTest -lib/mozilla/HelloWorld -lib/mozilla/INSTALL.xmlterm -lib/mozilla/OutTestData/doctype.xif -lib/mozilla/OutTestData/entityxif.out -lib/mozilla/OutTestData/entityxif.xif -lib/mozilla/OutTestData/htmltable.html -lib/mozilla/OutTestData/htmltable.out -lib/mozilla/OutTestData/mailquote.html -lib/mozilla/OutTestData/mailquote.out -lib/mozilla/OutTestData/plain.html -lib/mozilla/OutTestData/plainnowrap.out -lib/mozilla/OutTestData/plainwrap.out -lib/mozilla/OutTestData/simple.html -lib/mozilla/OutTestData/simplecopy.out -lib/mozilla/OutTestData/simplefmt.out -lib/mozilla/OutTestData/xifdthtml.out -lib/mozilla/OutTestData/xifdtplain.out -lib/mozilla/OutTestData/xifstuff.out -lib/mozilla/OutTestData/xifstuff.xif -lib/mozilla/PrimitiveTest -lib/mozilla/PropertiesTest -lib/mozilla/SimpleTypeLib -lib/mozilla/StringBundleTest -lib/mozilla/TestAtoms -lib/mozilla/TestAutoLock -lib/mozilla/TestCOMPtr -lib/mozilla/TestCRT -lib/mozilla/TestCSSParser -lib/mozilla/TestCSSPropertyLookup -lib/mozilla/TestCSSScanner -lib/mozilla/TestColorNames -lib/mozilla/TestCookie -lib/mozilla/TestFactory -lib/mozilla/TestFileInput -lib/mozilla/TestFileInput2 -lib/mozilla/TestID -lib/mozilla/TestInterfaceInfo -lib/mozilla/TestLineBreak -lib/mozilla/TestMSGCompose -lib/mozilla/TestObserverService -lib/mozilla/TestOutSinks -lib/mozilla/TestOutSinks.pl -lib/mozilla/TestOutput -lib/mozilla/TestPipes -lib/mozilla/TestProtocols -lib/mozilla/TestRect -lib/mozilla/TestRes -lib/mozilla/TestServMgr -lib/mozilla/TestSocketIO -lib/mozilla/TestSocketInput -lib/mozilla/TestSocketTransport -lib/mozilla/TestStreamConv -lib/mozilla/TestTXMgr -lib/mozilla/TestThreads -lib/mozilla/TestXPC -lib/mozilla/TestXPIDLString -lib/mozilla/TestXPTCInvoke -lib/mozilla/UnicharSelfTest -lib/mozilla/bloaturls.txt -lib/mozilla/chrome/addressbook/content/default/abAddressBookNameDialog.js -lib/mozilla/chrome/addressbook/content/default/abAddressBookNameDialog.xul -lib/mozilla/chrome/addressbook/content/default/abCardOverlay.js -lib/mozilla/chrome/addressbook/content/default/abCardOverlay.xul -lib/mozilla/chrome/addressbook/content/default/abCardViewOverlay.js -lib/mozilla/chrome/addressbook/content/default/abCardViewOverlay.xul -lib/mozilla/chrome/addressbook/content/default/abCommon.js -lib/mozilla/chrome/addressbook/content/default/abDirTreeOverlay.xul -lib/mozilla/chrome/addressbook/content/default/abEditCardDialog.xul -lib/mozilla/chrome/addressbook/content/default/abNewCardDialog.xul -lib/mozilla/chrome/addressbook/content/default/abResultsTreeOverlay.xul -lib/mozilla/chrome/addressbook/content/default/abSelectAddressesDialog.js -lib/mozilla/chrome/addressbook/content/default/abSelectAddressesDialog.xul -lib/mozilla/chrome/addressbook/content/default/addressbook.js -lib/mozilla/chrome/addressbook/content/default/addressbook.xul -lib/mozilla/chrome/addressbook/content/default/pref-addressing.xul -lib/mozilla/chrome/addressbook/locale/en-US/abAddressBookNameDialog.dtd -lib/mozilla/chrome/addressbook/locale/en-US/abCardOverlay.dtd -lib/mozilla/chrome/addressbook/locale/en-US/abCardViewOverlay.dtd -lib/mozilla/chrome/addressbook/locale/en-US/abDirTreeOverlay.dtd -lib/mozilla/chrome/addressbook/locale/en-US/abMainWindow.dtd -lib/mozilla/chrome/addressbook/locale/en-US/abNewCardDialog.dtd -lib/mozilla/chrome/addressbook/locale/en-US/abResultsTreeOverlay.dtd -lib/mozilla/chrome/addressbook/locale/en-US/abSelectAddressesDialog.dtd -lib/mozilla/chrome/addressbook/locale/en-US/pref-addressing.dtd -lib/mozilla/chrome/addressbook/skin/default/abnewmsg.gif -lib/mozilla/chrome/addressbook/skin/default/addressbook.css -lib/mozilla/chrome/addressbook/skin/default/edit.gif -lib/mozilla/chrome/addressbook/skin/default/list.gif -lib/mozilla/chrome/addressbook/skin/default/myaddrbk.gif -lib/mozilla/chrome/addressbook/skin/default/newcard.gif -lib/mozilla/chrome/addressbook/skin/default/newlist.gif -lib/mozilla/chrome/addressbook/skin/default/newmsgab.gif -lib/mozilla/chrome/addressbook/skin/default/person.gif -lib/mozilla/chrome/addressbook/skin/default/property.gif -lib/mozilla/chrome/bookmarks/content/default/bm-panel.js -lib/mozilla/chrome/bookmarks/content/default/bm-panel.xul -lib/mozilla/chrome/bookmarks/content/default/bm-props.js -lib/mozilla/chrome/bookmarks/content/default/bm-props.xul -lib/mozilla/chrome/bookmarks/content/default/bookmarks.js -lib/mozilla/chrome/bookmarks/content/default/bookmarks.xul -lib/mozilla/chrome/bookmarks/content/default/bookmarksDD.js -lib/mozilla/chrome/bookmarks/locale/en-US/bm-props.dtd -lib/mozilla/chrome/bookmarks/locale/en-US/bookmark.properties -lib/mozilla/chrome/bookmarks/locale/en-US/bookmarks.dtd -lib/mozilla/chrome/bookmarks/skin/default/bm-panel.css -lib/mozilla/chrome/bookmarks/skin/default/bm-props.css -lib/mozilla/chrome/bookmarks/skin/default/bookmark-folder-closed.gif -lib/mozilla/chrome/bookmarks/skin/default/bookmark-folder-open.gif -lib/mozilla/chrome/bookmarks/skin/default/bookmark-item.gif -lib/mozilla/chrome/bookmarks/skin/default/bookmarks.css -lib/mozilla/chrome/bookmarks/skin/default/iefavorite.gif -lib/mozilla/chrome/bookmarks/skin/default/manage-bookmarks.css -lib/mozilla/chrome/bookmarks/skin/default/personal-folder-closed.gif -lib/mozilla/chrome/bookmarks/skin/default/personal-folder-open.gif -lib/mozilla/chrome/directory/content/default/directory.js -lib/mozilla/chrome/directory/content/default/directory.xul -lib/mozilla/chrome/directory/locale/en-US/directory.dtd -lib/mozilla/chrome/directory/skin/default/directory.css -lib/mozilla/chrome/domviewer/content/default/DOMDataSourceViewer.css -lib/mozilla/chrome/domviewer/content/default/DOMDataSourceViewer.js -lib/mozilla/chrome/domviewer/content/default/DOMDataSourceViewer.xul -lib/mozilla/chrome/domviewer/content/default/DOMTree.xul -lib/mozilla/chrome/domviewer/content/default/domviewer.html -lib/mozilla/chrome/editor/content/default/EdAECSSAttributes.js -lib/mozilla/chrome/editor/content/default/EdAEHTMLAttributes.js -lib/mozilla/chrome/editor/content/default/EdAEJSEAttributes.js -lib/mozilla/chrome/editor/content/default/EdAdvancedEdit.js -lib/mozilla/chrome/editor/content/default/EdAdvancedEdit.xul -lib/mozilla/chrome/editor/content/default/EdColorProps.js -lib/mozilla/chrome/editor/content/default/EdColorProps.xul -lib/mozilla/chrome/editor/content/default/EdDialogCommon.js -lib/mozilla/chrome/editor/content/default/EdDialogOverlay.xul -lib/mozilla/chrome/editor/content/default/EdDictionary.js -lib/mozilla/chrome/editor/content/default/EdDictionary.xul -lib/mozilla/chrome/editor/content/default/EdHLineProps.js -lib/mozilla/chrome/editor/content/default/EdHLineProps.xul -lib/mozilla/chrome/editor/content/default/EdImageMap.js -lib/mozilla/chrome/editor/content/default/EdImageMap.xul -lib/mozilla/chrome/editor/content/default/EdImageMapHotSpot.js -lib/mozilla/chrome/editor/content/default/EdImageMapHotSpot.xul -lib/mozilla/chrome/editor/content/default/EdImageMapPage.html -lib/mozilla/chrome/editor/content/default/EdImageMapShapes.js -lib/mozilla/chrome/editor/content/default/EdImageProps.js -lib/mozilla/chrome/editor/content/default/EdImageProps.xul -lib/mozilla/chrome/editor/content/default/EdInsSrc.js -lib/mozilla/chrome/editor/content/default/EdInsSrc.xul -lib/mozilla/chrome/editor/content/default/EdInsertTable.js -lib/mozilla/chrome/editor/content/default/EdInsertTable.xul -lib/mozilla/chrome/editor/content/default/EdLinkProps.js -lib/mozilla/chrome/editor/content/default/EdLinkProps.xul -lib/mozilla/chrome/editor/content/default/EdListProps.js -lib/mozilla/chrome/editor/content/default/EdListProps.xul -lib/mozilla/chrome/editor/content/default/EdMessage.js -lib/mozilla/chrome/editor/content/default/EdMessage.xul -lib/mozilla/chrome/editor/content/default/EdNamedAnchorProps.js -lib/mozilla/chrome/editor/content/default/EdNamedAnchorProps.xul -lib/mozilla/chrome/editor/content/default/EdPageProps.js -lib/mozilla/chrome/editor/content/default/EdPageProps.xul -lib/mozilla/chrome/editor/content/default/EdSpellCheck.js -lib/mozilla/chrome/editor/content/default/EdSpellCheck.xul -lib/mozilla/chrome/editor/content/default/EdTableProps.js -lib/mozilla/chrome/editor/content/default/EdTableProps.xul -lib/mozilla/chrome/editor/content/default/EditorCommands.js -lib/mozilla/chrome/editor/content/default/EditorCommandsDebug.js -lib/mozilla/chrome/editor/content/default/EditorContent.css -lib/mozilla/chrome/editor/content/default/EditorInitPage.html -lib/mozilla/chrome/editor/content/default/EditorInitPagePlain.html -lib/mozilla/chrome/editor/content/default/EditorOverride.css -lib/mozilla/chrome/editor/content/default/EditorParagraphMarks.css -lib/mozilla/chrome/editor/content/default/EditorStyles1.css -lib/mozilla/chrome/editor/content/default/TextEditorAppShell.xul -lib/mozilla/chrome/editor/content/default/editor.xul -lib/mozilla/chrome/editor/content/default/editorOverlay.js -lib/mozilla/chrome/editor/content/default/editorOverlay.xul -lib/mozilla/chrome/editor/content/default/sb-FileWidgetFileHandler.js -lib/mozilla/chrome/editor/content/default/sb-bookmarks-panel.xul -lib/mozilla/chrome/editor/content/default/sb-bookmarks.js -lib/mozilla/chrome/editor/content/default/sb-file-contextMenu.js -lib/mozilla/chrome/editor/content/default/sb-file-panel.js -lib/mozilla/chrome/editor/content/default/sb-file-panel.xul -lib/mozilla/chrome/editor/content/default/sidebar-editor.rdf -lib/mozilla/chrome/editor/content/default/sidebar-editor.xul -lib/mozilla/chrome/editor/locale/en-US/EdAdvancedEdit.dtd -lib/mozilla/chrome/editor/locale/en-US/EdDialogOverlay.dtd -lib/mozilla/chrome/editor/locale/en-US/EdNamedAnchorProperties.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorColorProperties.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorHLineProperties.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorImageMap.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorImageMapHotSpot.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorImageProperties.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorInsertSource.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorInsertTable.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorLinkProperties.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorListProperties.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorPageProperties.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorPersonalDictionary.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorSpellCheck.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorTableProperties.dtd -lib/mozilla/chrome/editor/locale/en-US/editor.dtd -lib/mozilla/chrome/editor/locale/en-US/editor.properties -lib/mozilla/chrome/editor/locale/en-US/editorOverlay.dtd -lib/mozilla/chrome/editor/locale/en-US/sidebar-editor-rdf.dtd -lib/mozilla/chrome/editor/locale/en-US/sidebar-editor.dtd -lib/mozilla/chrome/editor/locale/en-US/viewSource.dtd -lib/mozilla/chrome/editor/skin/default/EdImageMap.css -lib/mozilla/chrome/editor/skin/default/EdImageMapPage.css -lib/mozilla/chrome/editor/skin/default/EditorDialog.css -lib/mozilla/chrome/editor/skin/default/EditorToolbars.css -lib/mozilla/chrome/editor/skin/default/editor.css -lib/mozilla/chrome/editor/skin/default/images/Map_Copy.gif -lib/mozilla/chrome/editor/skin/default/images/Map_Cut.gif -lib/mozilla/chrome/editor/skin/default/images/Map_Paste.gif -lib/mozilla/chrome/editor/skin/default/images/Map_checker.gif -lib/mozilla/chrome/editor/skin/default/images/Map_circleTool.gif -lib/mozilla/chrome/editor/skin/default/images/Map_contrast.gif -lib/mozilla/chrome/editor/skin/default/images/Map_pointerTool.gif -lib/mozilla/chrome/editor/skin/default/images/Map_polygonTool.gif -lib/mozilla/chrome/editor/skin/default/images/Map_rectangleTool.gif -lib/mozilla/chrome/editor/skin/default/images/Map_zoomIn.gif -lib/mozilla/chrome/editor/skin/default/images/Map_zoomOut.gif -lib/mozilla/chrome/editor/skin/default/images/align.gif -lib/mozilla/chrome/editor/skin/default/images/anchor-in-doc.gif -lib/mozilla/chrome/editor/skin/default/images/anchor-white.gif -lib/mozilla/chrome/editor/skin/default/images/anchor.gif -lib/mozilla/chrome/editor/skin/default/images/bold.gif -lib/mozilla/chrome/editor/skin/default/images/bullets.gif -lib/mozilla/chrome/editor/skin/default/images/center.gif -lib/mozilla/chrome/editor/skin/default/images/color.gif -lib/mozilla/chrome/editor/skin/default/images/dec-font-size.gif -lib/mozilla/chrome/editor/skin/default/images/div.gif -lib/mozilla/chrome/editor/skin/default/images/find.gif -lib/mozilla/chrome/editor/skin/default/images/hline-white.gif -lib/mozilla/chrome/editor/skin/default/images/hline.gif -lib/mozilla/chrome/editor/skin/default/images/hover-teal.gif -lib/mozilla/chrome/editor/skin/default/images/image-white.gif -lib/mozilla/chrome/editor/skin/default/images/image.gif -lib/mozilla/chrome/editor/skin/default/images/img-align-bottom.gif -lib/mozilla/chrome/editor/skin/default/images/img-align-left.gif -lib/mozilla/chrome/editor/skin/default/images/img-align-middle.gif -lib/mozilla/chrome/editor/skin/default/images/img-align-right.gif -lib/mozilla/chrome/editor/skin/default/images/img-align-top.gif -lib/mozilla/chrome/editor/skin/default/images/inc-font-size.gif -lib/mozilla/chrome/editor/skin/default/images/indent.gif -lib/mozilla/chrome/editor/skin/default/images/italic.gif -lib/mozilla/chrome/editor/skin/default/images/justify.gif -lib/mozilla/chrome/editor/skin/default/images/left.gif -lib/mozilla/chrome/editor/skin/default/images/link-white.gif -lib/mozilla/chrome/editor/skin/default/images/link.gif -lib/mozilla/chrome/editor/skin/default/images/newfile.gif -lib/mozilla/chrome/editor/skin/default/images/numbers.gif -lib/mozilla/chrome/editor/skin/default/images/object-popup.gif -lib/mozilla/chrome/editor/skin/default/images/openfile.gif -lib/mozilla/chrome/editor/skin/default/images/outdent.gif -lib/mozilla/chrome/editor/skin/default/images/preview.gif -lib/mozilla/chrome/editor/skin/default/images/print.gif -lib/mozilla/chrome/editor/skin/default/images/publish.gif -lib/mozilla/chrome/editor/skin/default/images/right.gif -lib/mozilla/chrome/editor/skin/default/images/savefile.gif -lib/mozilla/chrome/editor/skin/default/images/savemod.gif -lib/mozilla/chrome/editor/skin/default/images/span.gif -lib/mozilla/chrome/editor/skin/default/images/spell.gif -lib/mozilla/chrome/editor/skin/default/images/table-white.gif -lib/mozilla/chrome/editor/skin/default/images/table.gif -lib/mozilla/chrome/editor/skin/default/images/underline.gif -lib/mozilla/chrome/global/content/default/PSMTaskMenu.xul -lib/mozilla/chrome/global/content/default/about.html -lib/mozilla/chrome/global/content/default/about.xul -lib/mozilla/chrome/global/content/default/browserBindings.xul -lib/mozilla/chrome/global/content/default/charsetDetectorsOverlay.js -lib/mozilla/chrome/global/content/default/charsetDetectorsOverlay.xul -lib/mozilla/chrome/global/content/default/charsetOverlay.js -lib/mozilla/chrome/global/content/default/charsetOverlay.xul -lib/mozilla/chrome/global/content/default/commonDialog.js -lib/mozilla/chrome/global/content/default/commonDialog.xul -lib/mozilla/chrome/global/content/default/console.js -lib/mozilla/chrome/global/content/default/console.xul -lib/mozilla/chrome/global/content/default/credits.html -lib/mozilla/chrome/global/content/default/dialogBindings.xml -lib/mozilla/chrome/global/content/default/dialogOverlay.js -lib/mozilla/chrome/global/content/default/dialogOverlay.xul -lib/mozilla/chrome/global/content/default/downloadProgress.js -lib/mozilla/chrome/global/content/default/downloadProgress.xul -lib/mozilla/chrome/global/content/default/editorBindings.xul -lib/mozilla/chrome/global/content/default/filepicker.js -lib/mozilla/chrome/global/content/default/filepicker.xul -lib/mozilla/chrome/global/content/default/finddialog.js -lib/mozilla/chrome/global/content/default/finddialog.xul -lib/mozilla/chrome/global/content/default/globalBindings.xml -lib/mozilla/chrome/global/content/default/globalOverlay.js -lib/mozilla/chrome/global/content/default/globalOverlay.xul -lib/mozilla/chrome/global/content/default/hiddenWindow.xul -lib/mozilla/chrome/global/content/default/inputBindings.xul -lib/mozilla/chrome/global/content/default/logo.gif -lib/mozilla/chrome/global/content/default/mozilla.html -lib/mozilla/chrome/global/content/default/platformBrowserBindings.xul -lib/mozilla/chrome/global/content/default/platformDialogOverlay.xul -lib/mozilla/chrome/global/content/default/platformEditorBindings.xul -lib/mozilla/chrome/global/content/default/platformGlobalOverlay.xul -lib/mozilla/chrome/global/content/default/platformInputBindings.xul -lib/mozilla/chrome/global/content/default/platformTextAreaBindings.xul -lib/mozilla/chrome/global/content/default/selectDialog.js -lib/mozilla/chrome/global/content/default/selectDialog.xul -lib/mozilla/chrome/global/content/default/strres.js -lib/mozilla/chrome/global/content/default/taskbarOverlay.xul -lib/mozilla/chrome/global/content/default/tasksOverlay.js -lib/mozilla/chrome/global/content/default/tasksOverlay.xul -lib/mozilla/chrome/global/content/default/tasksOverlay.xul.bak -lib/mozilla/chrome/global/content/default/textAreaBindings.xul -lib/mozilla/chrome/global/content/default/treePopups.js -lib/mozilla/chrome/global/content/default/unknownContent.js -lib/mozilla/chrome/global/content/default/unknownContent.xul -lib/mozilla/chrome/global/content/default/widgetStateManager.js -lib/mozilla/chrome/global/content/default/wizardHandlerSet.js -lib/mozilla/chrome/global/content/default/wizardManager.js -lib/mozilla/chrome/global/content/default/wizardOverlay.js -lib/mozilla/chrome/global/content/default/wizardOverlay.xul -lib/mozilla/chrome/global/locale/en-US/PSMTaskMenu.dtd -lib/mozilla/chrome/global/locale/en-US/about.dtd -lib/mozilla/chrome/global/locale/en-US/appstrings.properties -lib/mozilla/chrome/global/locale/en-US/brand.dtd -lib/mozilla/chrome/global/locale/en-US/brand.properties -lib/mozilla/chrome/global/locale/en-US/charsetDetectorsOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/charsetOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/commonDialog.dtd -lib/mozilla/chrome/global/locale/en-US/console.dtd -lib/mozilla/chrome/global/locale/en-US/dialogOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/downloadProgress.dtd -lib/mozilla/chrome/global/locale/en-US/downloadProgress.properties -lib/mozilla/chrome/global/locale/en-US/filepicker.properties -lib/mozilla/chrome/global/locale/en-US/finddialog.dtd -lib/mozilla/chrome/global/locale/en-US/globalOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/platformDialogOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/platformGlobalOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/taskbarOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/tasksOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/unknownContent.dtd -lib/mozilla/chrome/global/locale/en-US/unknownContent.properties -lib/mozilla/chrome/global/locale/en-US/wizardManager.properties -lib/mozilla/chrome/global/locale/en-US/wizardOverlay.dtd -lib/mozilla/chrome/global/skin/default/alert-icon.gif -lib/mozilla/chrome/global/skin/default/animthrob.gif -lib/mozilla/chrome/global/skin/default/animthrob_single.gif -lib/mozilla/chrome/global/skin/default/blank.gif -lib/mozilla/chrome/global/skin/default/button.css -lib/mozilla/chrome/global/skin/default/button28-bg-active.gif -lib/mozilla/chrome/global/skin/default/button28-bg-disabled.gif -lib/mozilla/chrome/global/skin/default/button28-bg-hover.gif -lib/mozilla/chrome/global/skin/default/button28-bg.gif -lib/mozilla/chrome/global/skin/default/button32-bg-active.gif -lib/mozilla/chrome/global/skin/default/button32-bg-disabled.gif -lib/mozilla/chrome/global/skin/default/button32-bg-hover.gif -lib/mozilla/chrome/global/skin/default/button32-bg.gif -lib/mozilla/chrome/global/skin/default/check-check-disabled.gif -lib/mozilla/chrome/global/skin/default/check-check.gif -lib/mozilla/chrome/global/skin/default/check-radio-disabled.gif -lib/mozilla/chrome/global/skin/default/check-radio.gif -lib/mozilla/chrome/global/skin/default/checkbox.css -lib/mozilla/chrome/global/skin/default/closedtwisty-selected.gif -lib/mozilla/chrome/global/skin/default/closedtwisty.gif -lib/mozilla/chrome/global/skin/default/colors.css -lib/mozilla/chrome/global/skin/default/commonDialog.css -lib/mozilla/chrome/global/skin/default/dialogOverlay.css -lib/mozilla/chrome/global/skin/default/dir-closed.gif -lib/mozilla/chrome/global/skin/default/dir-open.gif -lib/mozilla/chrome/global/skin/default/error-icon.gif -lib/mozilla/chrome/global/skin/default/filepicker.css -lib/mozilla/chrome/global/skin/default/global.css -lib/mozilla/chrome/global/skin/default/gray-bottomleft.gif -lib/mozilla/chrome/global/skin/default/gray-bottomright.gif -lib/mozilla/chrome/global/skin/default/gray-topright.gif -lib/mozilla/chrome/global/skin/default/grippy-horizontal-after.gif -lib/mozilla/chrome/global/skin/default/grippy-horizontal-before.gif -lib/mozilla/chrome/global/skin/default/grippy-vertical-after.gif -lib/mozilla/chrome/global/skin/default/grippy-vertical-before.gif -lib/mozilla/chrome/global/skin/default/lessCOls_dis.gif -lib/mozilla/chrome/global/skin/default/lessCols.gif -lib/mozilla/chrome/global/skin/default/lessCols_mo.gif -lib/mozilla/chrome/global/skin/default/menu-arrow-disabled.gif -lib/mozilla/chrome/global/skin/default/menu-arrow-hover.gif -lib/mozilla/chrome/global/skin/default/menu-arrow.gif -lib/mozilla/chrome/global/skin/default/menu-check-disabled.gif -lib/mozilla/chrome/global/skin/default/menu-check-hover.gif -lib/mozilla/chrome/global/skin/default/menu-check.gif -lib/mozilla/chrome/global/skin/default/menubutton.css -lib/mozilla/chrome/global/skin/default/menulist.css -lib/mozilla/chrome/global/skin/default/message-icon.gif -lib/mozilla/chrome/global/skin/default/moreCols.gif -lib/mozilla/chrome/global/skin/default/moreCols_dis.gif -lib/mozilla/chrome/global/skin/default/moreCols_mo.gif -lib/mozilla/chrome/global/skin/default/n-box-navbar.gif -lib/mozilla/chrome/global/skin/default/n-box.gif -lib/mozilla/chrome/global/skin/default/navbar-bg-begincap.gif -lib/mozilla/chrome/global/skin/default/navbar-bg.gif -lib/mozilla/chrome/global/skin/default/navbar-endcap.gif -lib/mozilla/chrome/global/skin/default/opentwisty-selected.gif -lib/mozilla/chrome/global/skin/default/opentwisty.gif -lib/mozilla/chrome/global/skin/default/otherbutton28-bg-active.gif -lib/mozilla/chrome/global/skin/default/otherbutton28-bg-hover.gif -lib/mozilla/chrome/global/skin/default/print.gif -lib/mozilla/chrome/global/skin/default/progressmeter-busy.gif -lib/mozilla/chrome/global/skin/default/question-icon.gif -lib/mozilla/chrome/global/skin/default/radio.css -lib/mozilla/chrome/global/skin/default/return-disabled.gif -lib/mozilla/chrome/global/skin/default/return.gif -lib/mozilla/chrome/global/skin/default/scroll-down-disabled.gif -lib/mozilla/chrome/global/skin/default/scroll-down-hover.gif -lib/mozilla/chrome/global/skin/default/scroll-down.gif -lib/mozilla/chrome/global/skin/default/scroll-left-disabled.gif -lib/mozilla/chrome/global/skin/default/scroll-left-hover.gif -lib/mozilla/chrome/global/skin/default/scroll-left.gif -lib/mozilla/chrome/global/skin/default/scroll-right-disabled.gif -lib/mozilla/chrome/global/skin/default/scroll-right-hover.gif -lib/mozilla/chrome/global/skin/default/scroll-right.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-horiz-disabled.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-horiz-hover.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-horiz.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-vert-disabled.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-vert-hover.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-vert.gif -lib/mozilla/chrome/global/skin/default/scroll-up-disabled.gif -lib/mozilla/chrome/global/skin/default/scroll-up-hover.gif -lib/mozilla/chrome/global/skin/default/scroll-up.gif -lib/mozilla/chrome/global/skin/default/scrollbars.css -lib/mozilla/chrome/global/skin/default/search.gif -lib/mozilla/chrome/global/skin/default/seltab-leftedge.gif -lib/mozilla/chrome/global/skin/default/seltab-rightedge.gif -lib/mozilla/chrome/global/skin/default/sortAscending.gif -lib/mozilla/chrome/global/skin/default/sortDescending.gif -lib/mozilla/chrome/global/skin/default/stop.gif -lib/mozilla/chrome/global/skin/default/tab-leftedge.gif -lib/mozilla/chrome/global/skin/default/tab-rightedge.gif -lib/mozilla/chrome/global/skin/default/taskbar-addressbook.gif -lib/mozilla/chrome/global/skin/default/taskbar-composer.gif -lib/mozilla/chrome/global/skin/default/taskbar-mail.gif -lib/mozilla/chrome/global/skin/default/taskbar-navigator.gif -lib/mozilla/chrome/global/skin/default/taskbar-popup-arrow.gif -lib/mozilla/chrome/global/skin/default/taskbar-tab-hover.gif -lib/mozilla/chrome/global/skin/default/taskbar-tab-minimized.gif -lib/mozilla/chrome/global/skin/default/taskbar-tab.gif -lib/mozilla/chrome/global/skin/default/tasksOverlay.css -lib/mozilla/chrome/global/skin/default/textfield.css -lib/mozilla/chrome/global/skin/default/toolbar-begincap.gif -lib/mozilla/chrome/global/skin/default/toolbar-dropdown-hover.gif -lib/mozilla/chrome/global/skin/default/toolbar-dropdown.gif -lib/mozilla/chrome/global/skin/default/toolbar-endcap.gif -lib/mozilla/chrome/global/skin/default/toolbar-menu-arrow-disabled.gif -lib/mozilla/chrome/global/skin/default/toolbar-menu-arrow-hover.gif -lib/mozilla/chrome/global/skin/default/toolbar-menu-arrow.gif -lib/mozilla/chrome/global/skin/default/tree.css -lib/mozilla/chrome/global/skin/default/wizardOverlay.css -lib/mozilla/chrome/history/content/default/history-test.js -lib/mozilla/chrome/history/content/default/history-test.xul -lib/mozilla/chrome/history/content/default/history.js -lib/mozilla/chrome/history/content/default/history.xul -lib/mozilla/chrome/history/locale/en-US/history.dtd -lib/mozilla/chrome/history/skin/default/history.css -lib/mozilla/chrome/htmlBindings.xml -lib/mozilla/chrome/layout/locale/en-US/HtmlForm.properties -lib/mozilla/chrome/messenger/content/default/AccountManager.js -lib/mozilla/chrome/messenger/content/default/AccountManager.xul -lib/mozilla/chrome/messenger/content/default/AccountWizard.js -lib/mozilla/chrome/messenger/content/default/AccountWizard.xul -lib/mozilla/chrome/messenger/content/default/FilterEditor.js -lib/mozilla/chrome/messenger/content/default/FilterEditor.xul -lib/mozilla/chrome/messenger/content/default/FilterListDialog.js -lib/mozilla/chrome/messenger/content/default/FilterListDialog.xul -lib/mozilla/chrome/messenger/content/default/SearchDialog.js -lib/mozilla/chrome/messenger/content/default/SearchDialog.xul -lib/mozilla/chrome/messenger/content/default/SearchOptions.xul -lib/mozilla/chrome/messenger/content/default/SmtpServerEdit.js -lib/mozilla/chrome/messenger/content/default/SmtpServerEdit.xul -lib/mozilla/chrome/messenger/content/default/SmtpServerList.js -lib/mozilla/chrome/messenger/content/default/SmtpServerList.xul -lib/mozilla/chrome/messenger/content/default/accountUtils.js -lib/mozilla/chrome/messenger/content/default/am-advanced.xul -lib/mozilla/chrome/messenger/content/default/am-copies.js -lib/mozilla/chrome/messenger/content/default/am-copies.xul -lib/mozilla/chrome/messenger/content/default/am-identity-advanced.js -lib/mozilla/chrome/messenger/content/default/am-identity-advanced.xul -lib/mozilla/chrome/messenger/content/default/am-imap-advanced.js -lib/mozilla/chrome/messenger/content/default/am-imap-advanced.xul -lib/mozilla/chrome/messenger/content/default/am-main.xul -lib/mozilla/chrome/messenger/content/default/am-server-top.xul -lib/mozilla/chrome/messenger/content/default/am-server.js -lib/mozilla/chrome/messenger/content/default/am-server.xul -lib/mozilla/chrome/messenger/content/default/am-serverwithnoidentities.js -lib/mozilla/chrome/messenger/content/default/am-serverwithnoidentities.xul -lib/mozilla/chrome/messenger/content/default/am-smtp.js -lib/mozilla/chrome/messenger/content/default/am-smtp.xul -lib/mozilla/chrome/messenger/content/default/attach.js -lib/mozilla/chrome/messenger/content/default/aw-accname.js -lib/mozilla/chrome/messenger/content/default/aw-accname.xul -lib/mozilla/chrome/messenger/content/default/aw-accounttype.js -lib/mozilla/chrome/messenger/content/default/aw-accounttype.xul -lib/mozilla/chrome/messenger/content/default/aw-done.js -lib/mozilla/chrome/messenger/content/default/aw-done.xul -lib/mozilla/chrome/messenger/content/default/aw-identity.js -lib/mozilla/chrome/messenger/content/default/aw-identity.xul -lib/mozilla/chrome/messenger/content/default/aw-login.js -lib/mozilla/chrome/messenger/content/default/aw-login.xul -lib/mozilla/chrome/messenger/content/default/aw-newsserver.xul -lib/mozilla/chrome/messenger/content/default/aw-overlay.xul -lib/mozilla/chrome/messenger/content/default/aw-server.js -lib/mozilla/chrome/messenger/content/default/aw-server.xul -lib/mozilla/chrome/messenger/content/default/commandglue.js -lib/mozilla/chrome/messenger/content/default/custreceipt.xul -lib/mozilla/chrome/messenger/content/default/downloadheaders.js -lib/mozilla/chrome/messenger/content/default/downloadheaders.xul -lib/mozilla/chrome/messenger/content/default/fieldMapExport.js -lib/mozilla/chrome/messenger/content/default/fieldMapExport.xul -lib/mozilla/chrome/messenger/content/default/fieldMapImport.js -lib/mozilla/chrome/messenger/content/default/fieldMapImport.xul -lib/mozilla/chrome/messenger/content/default/folderPane.xul -lib/mozilla/chrome/messenger/content/default/importDialog.js -lib/mozilla/chrome/messenger/content/default/importDialog.xul -lib/mozilla/chrome/messenger/content/default/importProgress.js -lib/mozilla/chrome/messenger/content/default/importProgress.xul -lib/mozilla/chrome/messenger/content/default/ispUtils.js -lib/mozilla/chrome/messenger/content/default/mailContextMenus.js -lib/mozilla/chrome/messenger/content/default/messenger.xul -lib/mozilla/chrome/messenger/content/default/messengerdnd.js -lib/mozilla/chrome/messenger/content/default/mime.js -lib/mozilla/chrome/messenger/content/default/msgFolderPickerOverlay.js -lib/mozilla/chrome/messenger/content/default/msgFolderPickerOverlay.xul -lib/mozilla/chrome/messenger/content/default/msgHdrViewAddresses.js -lib/mozilla/chrome/messenger/content/default/msgHdrViewOverlay.js -lib/mozilla/chrome/messenger/content/default/msgHdrViewOverlay.xul -lib/mozilla/chrome/messenger/content/default/msgMail3PaneWindow.js -lib/mozilla/chrome/messenger/content/default/msgPrintEngine.js -lib/mozilla/chrome/messenger/content/default/msgPrintEngine.xul -lib/mozilla/chrome/messenger/content/default/msgViewNavigation.js -lib/mozilla/chrome/messenger/content/default/newFolderNameDialog.js -lib/mozilla/chrome/messenger/content/default/newFolderNameDialog.xul -lib/mozilla/chrome/messenger/content/default/platformMailnewsOverlay.xul -lib/mozilla/chrome/messenger/content/default/pref-diskspace.xul -lib/mozilla/chrome/messenger/content/default/pref-mailnews.js -lib/mozilla/chrome/messenger/content/default/pref-mailnews.xul -lib/mozilla/chrome/messenger/content/default/pref-receipts.xul -lib/mozilla/chrome/messenger/content/default/pref-winsetting.xul -lib/mozilla/chrome/messenger/content/default/renameFolderNameDialog.xul -lib/mozilla/chrome/messenger/content/default/shareglue.js -lib/mozilla/chrome/messenger/content/default/sidebar-messenger.rdf -lib/mozilla/chrome/messenger/content/default/sidebar-messenger.xul -lib/mozilla/chrome/messenger/content/default/smtpEditOverlay.js -lib/mozilla/chrome/messenger/content/default/smtpEditOverlay.xul -lib/mozilla/chrome/messenger/content/default/subscribe.js -lib/mozilla/chrome/messenger/content/default/subscribe.xul -lib/mozilla/chrome/messenger/content/default/subscribeDialog.xul -lib/mozilla/chrome/messenger/content/default/threadPane.xul -lib/mozilla/chrome/messenger/content/default/widgetglue.js -lib/mozilla/chrome/messenger/locale/en-US/AccountManager.dtd -lib/mozilla/chrome/messenger/locale/en-US/AccountWizard.dtd -lib/mozilla/chrome/messenger/locale/en-US/FilterEditor.dtd -lib/mozilla/chrome/messenger/locale/en-US/FilterListDialog.dtd -lib/mozilla/chrome/messenger/locale/en-US/SearchDialog.dtd -lib/mozilla/chrome/messenger/locale/en-US/SearchOptions.dtd -lib/mozilla/chrome/messenger/locale/en-US/SmtpServerList.dtd -lib/mozilla/chrome/messenger/locale/en-US/am-advanced.dtd -lib/mozilla/chrome/messenger/locale/en-US/am-copies.dtd -lib/mozilla/chrome/messenger/locale/en-US/am-identity-advanced.dtd -lib/mozilla/chrome/messenger/locale/en-US/am-imap-advanced.dtd -lib/mozilla/chrome/messenger/locale/en-US/am-main.dtd -lib/mozilla/chrome/messenger/locale/en-US/am-server-top.dtd -lib/mozilla/chrome/messenger/locale/en-US/am-serverwithnoidentities.dtd -lib/mozilla/chrome/messenger/locale/en-US/aw-accname.dtd -lib/mozilla/chrome/messenger/locale/en-US/aw-accounttype.dtd -lib/mozilla/chrome/messenger/locale/en-US/aw-done.dtd -lib/mozilla/chrome/messenger/locale/en-US/aw-email.dtd -lib/mozilla/chrome/messenger/locale/en-US/aw-identity.dtd -lib/mozilla/chrome/messenger/locale/en-US/aw-login.dtd -lib/mozilla/chrome/messenger/locale/en-US/aw-mailtype.dtd -lib/mozilla/chrome/messenger/locale/en-US/aw-server.dtd -lib/mozilla/chrome/messenger/locale/en-US/custreceipt.dtd -lib/mozilla/chrome/messenger/locale/en-US/downloadheaders.dtd -lib/mozilla/chrome/messenger/locale/en-US/fieldMapImport.dtd -lib/mozilla/chrome/messenger/locale/en-US/folderpane.dtd -lib/mozilla/chrome/messenger/locale/en-US/imapMsgs.properties -lib/mozilla/chrome/messenger/locale/en-US/importDialog.dtd -lib/mozilla/chrome/messenger/locale/en-US/importMsgs.properties -lib/mozilla/chrome/messenger/locale/en-US/localMsgs.properties -lib/mozilla/chrome/messenger/locale/en-US/messenger.dtd -lib/mozilla/chrome/messenger/locale/en-US/messenger.properties -lib/mozilla/chrome/messenger/locale/en-US/mime.properties -lib/mozilla/chrome/messenger/locale/en-US/mimeheader.properties -lib/mozilla/chrome/messenger/locale/en-US/msgFolderPickerOverlay.dtd -lib/mozilla/chrome/messenger/locale/en-US/msgHdrViewOverlay.dtd -lib/mozilla/chrome/messenger/locale/en-US/newFolderNameDialog.dtd -lib/mozilla/chrome/messenger/locale/en-US/news.properties -lib/mozilla/chrome/messenger/locale/en-US/pref-diskspace.dtd -lib/mozilla/chrome/messenger/locale/en-US/pref-mailnews.dtd -lib/mozilla/chrome/messenger/locale/en-US/pref-receipts.dtd -lib/mozilla/chrome/messenger/locale/en-US/pref-winsetting.dtd -lib/mozilla/chrome/messenger/locale/en-US/prefs.properties -lib/mozilla/chrome/messenger/locale/en-US/sidebar-messenger-rdf.dtd -lib/mozilla/chrome/messenger/locale/en-US/sidebar-messenger.dtd -lib/mozilla/chrome/messenger/locale/en-US/smtpEditOverlay.dtd -lib/mozilla/chrome/messenger/locale/en-US/subscribe.dtd -lib/mozilla/chrome/messenger/locale/en-US/subscribeDialog.dtd -lib/mozilla/chrome/messenger/locale/en-US/textImportMsgs.properties -lib/mozilla/chrome/messenger/locale/en-US/threadpane.dtd -lib/mozilla/chrome/messenger/locale/en-US/vcard.properties -lib/mozilla/chrome/messenger/skin/default/AccountManager.css -lib/mozilla/chrome/messenger/skin/default/addtoab.gif -lib/mozilla/chrome/messenger/skin/default/attach.gif -lib/mozilla/chrome/messenger/skin/default/check.gif -lib/mozilla/chrome/messenger/skin/default/dot.gif -lib/mozilla/chrome/messenger/skin/default/fieldMapImport.css -lib/mozilla/chrome/messenger/skin/default/file.gif -lib/mozilla/chrome/messenger/skin/default/flagcol.gif -lib/mozilla/chrome/messenger/skin/default/flaggedmail.gif -lib/mozilla/chrome/messenger/skin/default/folder-closed.gif -lib/mozilla/chrome/messenger/skin/default/folder-draft-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-draft-share-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-draft-share.gif -lib/mozilla/chrome/messenger/skin/default/folder-draft.gif -lib/mozilla/chrome/messenger/skin/default/folder-filed-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-filed.gif -lib/mozilla/chrome/messenger/skin/default/folder-hasmail.gif -lib/mozilla/chrome/messenger/skin/default/folder-inbox-new.gif -lib/mozilla/chrome/messenger/skin/default/folder-inbox-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-inbox-share-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-inbox-share.gif -lib/mozilla/chrome/messenger/skin/default/folder-inbox.gif -lib/mozilla/chrome/messenger/skin/default/folder-mailserver.gif -lib/mozilla/chrome/messenger/skin/default/folder-new-closed.gif -lib/mozilla/chrome/messenger/skin/default/folder-new-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-new.gif -lib/mozilla/chrome/messenger/skin/default/folder-newsgroup-new.gif -lib/mozilla/chrome/messenger/skin/default/folder-newsgroup.gif -lib/mozilla/chrome/messenger/skin/default/folder-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-outbox-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-outbox.gif -lib/mozilla/chrome/messenger/skin/default/folder-sent-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-sent-share-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-sent-share.gif -lib/mozilla/chrome/messenger/skin/default/folder-sent.gif -lib/mozilla/chrome/messenger/skin/default/folder-server-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-server.gif -lib/mozilla/chrome/messenger/skin/default/folder-share-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-share.gif -lib/mozilla/chrome/messenger/skin/default/folder-template-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-template-share-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-template-share.gif -lib/mozilla/chrome/messenger/skin/default/folder-template.gif -lib/mozilla/chrome/messenger/skin/default/folder-trash-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-trash-share-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-trash-share.gif -lib/mozilla/chrome/messenger/skin/default/folder-trash.gif -lib/mozilla/chrome/messenger/skin/default/folderPane.css -lib/mozilla/chrome/messenger/skin/default/forward.gif -lib/mozilla/chrome/messenger/skin/default/frown.gif -lib/mozilla/chrome/messenger/skin/default/getmsg.gif -lib/mozilla/chrome/messenger/skin/default/inbox.gif -lib/mozilla/chrome/messenger/skin/default/less.gif -lib/mozilla/chrome/messenger/skin/default/local-mailhost.gif -lib/mozilla/chrome/messenger/skin/default/mailfolder.gif -lib/mozilla/chrome/messenger/skin/default/mailheader.css -lib/mozilla/chrome/messenger/skin/default/message-mail-attach.gif -lib/mozilla/chrome/messenger/skin/default/message-mail-imapdelete.gif -lib/mozilla/chrome/messenger/skin/default/message-mail-new.gif -lib/mozilla/chrome/messenger/skin/default/message-mail.gif -lib/mozilla/chrome/messenger/skin/default/message-news-new.gif -lib/mozilla/chrome/messenger/skin/default/message-news.gif -lib/mozilla/chrome/messenger/skin/default/messenger.css -lib/mozilla/chrome/messenger/skin/default/more.gif -lib/mozilla/chrome/messenger/skin/default/msgHdrViewOverlay.css -lib/mozilla/chrome/messenger/skin/default/newmsg.gif -lib/mozilla/chrome/messenger/skin/default/newshost.gif -lib/mozilla/chrome/messenger/skin/default/next.gif -lib/mozilla/chrome/messenger/skin/default/open-mailfolder.gif -lib/mozilla/chrome/messenger/skin/default/outbox.gif -lib/mozilla/chrome/messenger/skin/default/readcol.gif -lib/mozilla/chrome/messenger/skin/default/readmail.gif -lib/mozilla/chrome/messenger/skin/default/reply.gif -lib/mozilla/chrome/messenger/skin/default/replyall.gif -lib/mozilla/chrome/messenger/skin/default/server-local-new.gif -lib/mozilla/chrome/messenger/skin/default/server-local.gif -lib/mozilla/chrome/messenger/skin/default/server-mail-new.gif -lib/mozilla/chrome/messenger/skin/default/server-mail.gif -lib/mozilla/chrome/messenger/skin/default/server-news-lock.gif -lib/mozilla/chrome/messenger/skin/default/server-news-new.gif -lib/mozilla/chrome/messenger/skin/default/server-news.gif -lib/mozilla/chrome/messenger/skin/default/server-remote-lock.gif -lib/mozilla/chrome/messenger/skin/default/server-remote.gif -lib/mozilla/chrome/messenger/skin/default/sick.gif -lib/mozilla/chrome/messenger/skin/default/smile.gif -lib/mozilla/chrome/messenger/skin/default/subscribe.css -lib/mozilla/chrome/messenger/skin/default/threadPane.css -lib/mozilla/chrome/messenger/skin/default/threadcol.gif -lib/mozilla/chrome/messenger/skin/default/trash.gif -lib/mozilla/chrome/messenger/skin/default/unreadmail.gif -lib/mozilla/chrome/messenger/skin/default/unthreadcol.gif -lib/mozilla/chrome/messenger/skin/default/winclassic.gif -lib/mozilla/chrome/messenger/skin/default/wink.gif -lib/mozilla/chrome/messenger/skin/default/winwide.gif -lib/mozilla/chrome/messenger/skin/default/wizard.css -lib/mozilla/chrome/messengercompose/content/default/MsgAttachPage.js -lib/mozilla/chrome/messengercompose/content/default/MsgAttachPage.xul -lib/mozilla/chrome/messengercompose/content/default/MsgComposeCommands.js -lib/mozilla/chrome/messengercompose/content/default/addressAutoComplete.js -lib/mozilla/chrome/messengercompose/content/default/addressingWidgetOverlay.js -lib/mozilla/chrome/messengercompose/content/default/addressingWidgetOverlay.xul -lib/mozilla/chrome/messengercompose/content/default/askSendFormat.js -lib/mozilla/chrome/messengercompose/content/default/askSendFormat.xul -lib/mozilla/chrome/messengercompose/content/default/messengercompose.xul -lib/mozilla/chrome/messengercompose/content/default/pref-formatting.xul -lib/mozilla/chrome/messengercompose/content/default/pref-messages.xul -lib/mozilla/chrome/messengercompose/locale/en-US/MsgAttachPage.dtd -lib/mozilla/chrome/messengercompose/locale/en-US/addressingWidgetOverlay.dtd -lib/mozilla/chrome/messengercompose/locale/en-US/askSendFormat.dtd -lib/mozilla/chrome/messengercompose/locale/en-US/composeMsgs.properties -lib/mozilla/chrome/messengercompose/locale/en-US/messengercompose.dtd -lib/mozilla/chrome/messengercompose/locale/en-US/pref-formatting.dtd -lib/mozilla/chrome/messengercompose/locale/en-US/pref-messages.dtd -lib/mozilla/chrome/messengercompose/skin/default/address.gif -lib/mozilla/chrome/messengercompose/skin/default/attach.gif -lib/mozilla/chrome/messengercompose/skin/default/messengercompose.css -lib/mozilla/chrome/messengercompose/skin/default/quote.gif -lib/mozilla/chrome/messengercompose/skin/default/save.gif -lib/mozilla/chrome/messengercompose/skin/default/send.gif -lib/mozilla/chrome/messengercompose/skin/default/spelling.gif -lib/mozilla/chrome/messengercompose/skin/default/stop.gif -lib/mozilla/chrome/navigator/content/default/NavSecurityOverlay.xul -lib/mozilla/chrome/navigator/content/default/NavSecurityUI.js -lib/mozilla/chrome/navigator/content/default/NetSupportConfirmCheckYN.xul -lib/mozilla/chrome/navigator/content/default/NetSupportConfirmYN.xul -lib/mozilla/chrome/navigator/content/default/navigator.js -lib/mozilla/chrome/navigator/content/default/navigator.xul -lib/mozilla/chrome/navigator/content/default/navigatorDD.js -lib/mozilla/chrome/navigator/content/default/navigatorOverlay.xul -lib/mozilla/chrome/navigator/content/default/nsContextMenu.js -lib/mozilla/chrome/navigator/content/default/openLocation.js -lib/mozilla/chrome/navigator/content/default/openLocation.xul -lib/mozilla/chrome/navigator/content/default/tooltip.js -lib/mozilla/chrome/navigator/content/default/viewSource.xul -lib/mozilla/chrome/navigator/content/default/viewsource.js -lib/mozilla/chrome/navigator/locale/en-US/NetSupportConfirmCheckYN.dtd -lib/mozilla/chrome/navigator/locale/en-US/navigator.dtd -lib/mozilla/chrome/navigator/locale/en-US/navigator.properties -lib/mozilla/chrome/navigator/locale/en-US/openLocation.dtd -lib/mozilla/chrome/navigator/locale/en-US/openLocation.properties -lib/mozilla/chrome/navigator/locale/en-US/security.properties -lib/mozilla/chrome/navigator/locale/en-US/viewSource.dtd -lib/mozilla/chrome/navigator/skin/default/NavSecurityOverlay.css -lib/mozilla/chrome/navigator/skin/default/alertl.gif -lib/mozilla/chrome/navigator/skin/default/back.gif -lib/mozilla/chrome/navigator/skin/default/broken.gif -lib/mozilla/chrome/navigator/skin/default/errorl.gif -lib/mozilla/chrome/navigator/skin/default/forward.gif -lib/mozilla/chrome/navigator/skin/default/home.gif -lib/mozilla/chrome/navigator/skin/default/location-hover.gif -lib/mozilla/chrome/navigator/skin/default/location.gif -lib/mozilla/chrome/navigator/skin/default/lock.gif -lib/mozilla/chrome/navigator/skin/default/messagel.gif -lib/mozilla/chrome/navigator/skin/default/mynetscape.gif -lib/mozilla/chrome/navigator/skin/default/n-box-persbar.gif -lib/mozilla/chrome/navigator/skin/default/navigator.css -lib/mozilla/chrome/navigator/skin/default/print.gif -lib/mozilla/chrome/navigator/skin/default/questionl.gif -lib/mozilla/chrome/navigator/skin/default/reload.gif -lib/mozilla/chrome/navigator/skin/default/search.gif -lib/mozilla/chrome/navigator/skin/default/stop.gif -lib/mozilla/chrome/navigator/skin/default/unlock.gif -lib/mozilla/chrome/platformHTMLBindings.xml -lib/mozilla/chrome/pref/content/default/PrefsWindow.js -lib/mozilla/chrome/pref/content/default/fontScalingOverlay.xul -lib/mozilla/chrome/pref/content/default/pref-advanced.xul -lib/mozilla/chrome/pref/content/default/pref-appearance.xul -lib/mozilla/chrome/pref/content/default/pref-applications.xul -lib/mozilla/chrome/pref/content/default/pref-cache.js -lib/mozilla/chrome/pref/content/default/pref-cache.xul -lib/mozilla/chrome/pref/content/default/pref-charset.js -lib/mozilla/chrome/pref/content/default/pref-charset.xul -lib/mozilla/chrome/pref/content/default/pref-colors.js -lib/mozilla/chrome/pref/content/default/pref-colors.xul -lib/mozilla/chrome/pref/content/default/pref-composer.js -lib/mozilla/chrome/pref/content/default/pref-composer.xul -lib/mozilla/chrome/pref/content/default/pref-cookies.xul -lib/mozilla/chrome/pref/content/default/pref-debug.xul -lib/mozilla/chrome/pref/content/default/pref-download.xul -lib/mozilla/chrome/pref/content/default/pref-editing.xul -lib/mozilla/chrome/pref/content/default/pref-fonts.js -lib/mozilla/chrome/pref/content/default/pref-fonts.xul -lib/mozilla/chrome/pref/content/default/pref-languages.xul -lib/mozilla/chrome/pref/content/default/pref-mousewheel.js -lib/mozilla/chrome/pref/content/default/pref-mousewheel.xul -lib/mozilla/chrome/pref/content/default/pref-navigator.js -lib/mozilla/chrome/pref/content/default/pref-navigator.xul -lib/mozilla/chrome/pref/content/default/pref-offline.xul -lib/mozilla/chrome/pref/content/default/pref-proxies.js -lib/mozilla/chrome/pref/content/default/pref-proxies.xul -lib/mozilla/chrome/pref/content/default/pref-proxy-manual.xul -lib/mozilla/chrome/pref/content/default/pref-publish.xul -lib/mozilla/chrome/pref/content/default/pref-search.js -lib/mozilla/chrome/pref/content/default/pref-search.xul -lib/mozilla/chrome/pref/content/default/pref-smart_browsing.xul -lib/mozilla/chrome/pref/content/default/pref-smartupdate.xul -lib/mozilla/chrome/pref/content/default/pref-themes.xul -lib/mozilla/chrome/pref/content/default/pref-wallet.xul -lib/mozilla/chrome/pref/content/default/pref.js -lib/mozilla/chrome/pref/content/default/pref.xul -lib/mozilla/chrome/pref/content/default/preftree.xul -lib/mozilla/chrome/pref/content/default/prefutilities.js -lib/mozilla/chrome/pref/locale/en-US/PrefsWindow.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-advanced.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-appearance.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-applications.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-cache.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-charset.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-colors.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-composer.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-cookies.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-debug.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-download.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-fonts.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-languages.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-mousewheel.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-navigator.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-offline.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-proxies.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-proxy-manual.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-publish.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-search.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-smart_browsing.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-smartupdate.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-themes.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-wallet.dtd -lib/mozilla/chrome/pref/locale/en-US/pref.dtd -lib/mozilla/chrome/pref/locale/en-US/preftree.dtd -lib/mozilla/chrome/pref/locale/en-US/prefutilities.properties -lib/mozilla/chrome/pref/skin/default/pref.css -lib/mozilla/chrome/pref/skin/default/preftree.css -lib/mozilla/chrome/profile/content/default/activation.xul -lib/mozilla/chrome/profile/content/default/activationFrame.xul -lib/mozilla/chrome/profile/content/default/confirmMigration.js -lib/mozilla/chrome/profile/content/default/confirmMigration.xul -lib/mozilla/chrome/profile/content/default/createProfileWizard.js -lib/mozilla/chrome/profile/content/default/createProfileWizard.xul -lib/mozilla/chrome/profile/content/default/deleteProfile.js -lib/mozilla/chrome/profile/content/default/deleteProfile.xul -lib/mozilla/chrome/profile/content/default/migrateAllProfile.xul -lib/mozilla/chrome/profile/content/default/newProfile1_1.js -lib/mozilla/chrome/profile/content/default/newProfile1_1.xul -lib/mozilla/chrome/profile/content/default/newProfile1_2.js -lib/mozilla/chrome/profile/content/default/newProfile1_2.xul -lib/mozilla/chrome/profile/content/default/profileManager.js -lib/mozilla/chrome/profile/content/default/profileMigrationProgress.js -lib/mozilla/chrome/profile/content/default/profileMigrationProgress.xul -lib/mozilla/chrome/profile/content/default/profileSelection.js -lib/mozilla/chrome/profile/content/default/profileSelection.xul -lib/mozilla/chrome/profile/locale/en-US/activation.dtd -lib/mozilla/chrome/profile/locale/en-US/confirmMigration.dtd -lib/mozilla/chrome/profile/locale/en-US/createProfileWizard.dtd -lib/mozilla/chrome/profile/locale/en-US/createProfileWizard.properties -lib/mozilla/chrome/profile/locale/en-US/migration.properties -lib/mozilla/chrome/profile/locale/en-US/newProfile1_1.dtd -lib/mozilla/chrome/profile/locale/en-US/newProfile1_2.dtd -lib/mozilla/chrome/profile/locale/en-US/newProfile1_2.properties -lib/mozilla/chrome/profile/locale/en-US/profileManager.properties -lib/mozilla/chrome/profile/locale/en-US/profileManagerDelete.dtd -lib/mozilla/chrome/profile/locale/en-US/profileManagerMigrateAll.dtd -lib/mozilla/chrome/profile/locale/en-US/profileMigrationProgress.dtd -lib/mozilla/chrome/profile/locale/en-US/profileSelection.dtd -lib/mozilla/chrome/profile/skin/default/migrate.gif -lib/mozilla/chrome/profile/skin/default/newProfile1_2.css -lib/mozilla/chrome/profile/skin/default/profile.css -lib/mozilla/chrome/profile/skin/default/profileManager.css -lib/mozilla/chrome/profile/skin/default/profileicon-large.gif -lib/mozilla/chrome/regviewer/content/default/regviewer.js -lib/mozilla/chrome/regviewer/content/default/regviewer.xul -lib/mozilla/chrome/regviewer/locale/en-US/regviewer.dtd -lib/mozilla/chrome/regviewer/skin/default/regviewer.css -lib/mozilla/chrome/related/content/default/related-panel.js -lib/mozilla/chrome/related/content/default/related-panel.xul -lib/mozilla/chrome/related/locale/en-US/related-panel.dtd -lib/mozilla/chrome/related/skin/default/related.css -lib/mozilla/chrome/related/skin/default/sitemap.gif -lib/mozilla/chrome/search/content/default/default.htm -lib/mozilla/chrome/search/content/default/find.js -lib/mozilla/chrome/search/content/default/find.xul -lib/mozilla/chrome/search/content/default/findresults.xul -lib/mozilla/chrome/search/content/default/internet.js -lib/mozilla/chrome/search/content/default/internet.xul -lib/mozilla/chrome/search/content/default/internetresults.js -lib/mozilla/chrome/search/content/default/internetresults.xul -lib/mozilla/chrome/search/content/default/search-panel.js -lib/mozilla/chrome/search/content/default/search-panel.xul -lib/mozilla/chrome/search/content/default/search.js -lib/mozilla/chrome/search/content/default/search.xul -lib/mozilla/chrome/search/content/default/shared.js -lib/mozilla/chrome/search/locale/en-US/find.dtd -lib/mozilla/chrome/search/locale/en-US/findresults.dtd -lib/mozilla/chrome/search/locale/en-US/internet.dtd -lib/mozilla/chrome/search/locale/en-US/internetresults.dtd -lib/mozilla/chrome/search/locale/en-US/search-panel.dtd -lib/mozilla/chrome/search/locale/en-US/search-panel.properties -lib/mozilla/chrome/search/locale/en-US/search.dtd -lib/mozilla/chrome/search/skin/default/category.gif -lib/mozilla/chrome/search/skin/default/findresults.css -lib/mozilla/chrome/search/skin/default/icons.css -lib/mozilla/chrome/search/skin/default/internet.css -lib/mozilla/chrome/search/skin/default/internetresults.css -lib/mozilla/chrome/search/skin/default/result.gif -lib/mozilla/chrome/search/skin/default/search.css -lib/mozilla/chrome/security/locale/en-US/security.properties -lib/mozilla/chrome/sidebar/content/default/customize-panel.js -lib/mozilla/chrome/sidebar/content/default/customize-panel.xul -lib/mozilla/chrome/sidebar/content/default/customize.js -lib/mozilla/chrome/sidebar/content/default/customize.xul -lib/mozilla/chrome/sidebar/content/default/local-panels.rdf -lib/mozilla/chrome/sidebar/content/default/preview.js -lib/mozilla/chrome/sidebar/content/default/preview.xul -lib/mozilla/chrome/sidebar/content/default/sidebarOverlay.js -lib/mozilla/chrome/sidebar/content/default/sidebarOverlay.xul -lib/mozilla/chrome/sidebar/locale/en-US/customize.dtd -lib/mozilla/chrome/sidebar/locale/en-US/local-panels.dtd -lib/mozilla/chrome/sidebar/locale/en-US/preview.dtd -lib/mozilla/chrome/sidebar/locale/en-US/sidebarOverlay.dtd -lib/mozilla/chrome/sidebar/skin/default/customize.css -lib/mozilla/chrome/sidebar/skin/default/list-down-dis.gif -lib/mozilla/chrome/sidebar/skin/default/list-down.gif -lib/mozilla/chrome/sidebar/skin/default/list-up-dis.gif -lib/mozilla/chrome/sidebar/skin/default/list-up.gif -lib/mozilla/chrome/sidebar/skin/default/preview.css -lib/mozilla/chrome/sidebar/skin/default/sidebar-bottomright-cap.gif -lib/mozilla/chrome/sidebar/skin/default/sidebar-icon.gif -lib/mozilla/chrome/sidebar/skin/default/sidebar-topright-cap.gif -lib/mozilla/chrome/sidebar/skin/default/sidebar.css -lib/mozilla/chrome/sidebar/skin/default/sidebarOverlay.css -lib/mozilla/chrome/timebomb/content/default/expireText.xul -lib/mozilla/chrome/timebomb/content/default/warn.xul -lib/mozilla/chrome/timebomb/locale/en-US/timebomb.dtd -lib/mozilla/chrome/wallet/content/default/CookieViewer.js -lib/mozilla/chrome/wallet/content/default/CookieViewer.xul -lib/mozilla/chrome/wallet/content/default/SignonViewer.js -lib/mozilla/chrome/wallet/content/default/SignonViewer.xul -lib/mozilla/chrome/wallet/content/default/WalletEditor.js -lib/mozilla/chrome/wallet/content/default/WalletEditor.xul -lib/mozilla/chrome/wallet/content/default/WalletPreview.js -lib/mozilla/chrome/wallet/content/default/WalletPreview.xul -lib/mozilla/chrome/wallet/locale/en-US/CookieViewer.dtd -lib/mozilla/chrome/wallet/locale/en-US/CookieViewer.properties -lib/mozilla/chrome/wallet/locale/en-US/SignonViewer.dtd -lib/mozilla/chrome/wallet/locale/en-US/SignonViewer.properties -lib/mozilla/chrome/wallet/locale/en-US/WalletEditor.dtd -lib/mozilla/chrome/wallet/locale/en-US/WalletEditor.properties -lib/mozilla/chrome/wallet/locale/en-US/WalletPreview.properties -lib/mozilla/chrome/wallet/locale/en-US/cookie.properties -lib/mozilla/chrome/wallet/locale/en-US/wallet.properties -lib/mozilla/chrome/wallet/skin/default/CookieViewer.css -lib/mozilla/chrome/wallet/skin/default/SignonViewer.css -lib/mozilla/chrome/wallet/skin/default/WalletEditor.css -lib/mozilla/chrome/wallet/skin/default/wallet.css -lib/mozilla/chrome/xmlterm/content/default/XMLTermChrome.js -lib/mozilla/chrome/xmlterm/content/default/XMLTermCommands.js -lib/mozilla/chrome/xmlterm/content/default/xmltblank.html -lib/mozilla/chrome/xmlterm/content/default/xmlterm.html -lib/mozilla/chrome/xmlterm/content/default/xmlterm.xul -lib/mozilla/chrome/xmlterm/content/default/xmlterm2.xul -lib/mozilla/chrome/xmlterm/content/default/xmltermAbout.html -lib/mozilla/chrome/xmlterm/content/default/xmltermTips.html -lib/mozilla/chrome/xmlterm/skin/default/images/ficon.gif -lib/mozilla/chrome/xmlterm/skin/default/images/wheel.gif -lib/mozilla/chrome/xmlterm/skin/default/xmlterm.css -lib/mozilla/chrome/xmlterm/skin/default/xmltpage.css -lib/mozilla/chrome/xpinstall/content/default/institems.js -lib/mozilla/chrome/xpinstall/content/default/institems.xul -lib/mozilla/chrome/xpinstall/content/default/xpistatus.js -lib/mozilla/chrome/xpinstall/content/default/xpistatus.xul -lib/mozilla/chrome/xpinstall/locale/en-US/institems.dtd -lib/mozilla/chrome/xpinstall/locale/en-US/progress.dtd -lib/mozilla/chrome/xpinstall/locale/en-US/xpinstall.properties -lib/mozilla/chrome/xpinstall/locale/en-US/xpistatus.dtd -lib/mozilla/chrome/xpinstall/skin/default/xpinstall.css -lib/mozilla/chrome/xul.css -lib/mozilla/chrome/xulBindings.xml -lib/mozilla/component.reg -lib/mozilla/components/addrbook.xpt -lib/mozilla/components/appshell.xpt -lib/mozilla/components/bookmarks.xpt -lib/mozilla/components/caps.xpt -lib/mozilla/components/chrome.xpt -lib/mozilla/components/consoleservice.xpt -lib/mozilla/components/cookieviewer.xpt -lib/mozilla/components/directory.xpt -lib/mozilla/components/docshell.xpt -lib/mozilla/components/dom.xpt -lib/mozilla/components/editor.xpt -lib/mozilla/components/gfx.xpt -lib/mozilla/components/history.xpt -lib/mozilla/components/import.xpt -lib/mozilla/components/intl.xpt -lib/mozilla/components/jar.xpt -lib/mozilla/components/jsurl.xpt -lib/mozilla/components/layout.xpt -lib/mozilla/components/libMyService.so -lib/mozilla/components/libaddrbook.so -lib/mozilla/components/libbookmarks.so -lib/mozilla/components/libcaps.so -lib/mozilla/components/libchardet.so -lib/mozilla/components/libchrome.so -lib/mozilla/components/libconsoleservice.so -lib/mozilla/components/libconverters.so -lib/mozilla/components/libcookie.so -lib/mozilla/components/libdirectory.so -lib/mozilla/components/libender.so -lib/mozilla/components/libgfxps.so -lib/mozilla/components/libhistory.so -lib/mozilla/components/libimpText.so -lib/mozilla/components/libimport.so -lib/mozilla/components/libjar50.so -lib/mozilla/components/libjsloader.so -lib/mozilla/components/libjsurl.so -lib/mozilla/components/liblocalmail.so -lib/mozilla/components/liblwbrk.so -lib/mozilla/components/libmailnews.so -lib/mozilla/components/libmime.so -lib/mozilla/components/libmimeemitter.so -lib/mozilla/components/libmimetype.so -lib/mozilla/components/libmork.so -lib/mozilla/components/libmozbrwsr.so -lib/mozilla/components/libmozfind.so -lib/mozilla/components/libmozucth.so -lib/mozilla/components/libmozxfer.so -lib/mozilla/components/libmsgcompose.so -lib/mozilla/components/libmsgdb.so -lib/mozilla/components/libmsgimap.so -lib/mozilla/components/libmsgnews.so -lib/mozilla/components/libnecko.so -lib/mozilla/components/libnecko_about.so -lib/mozilla/components/libnecko_cache.so -lib/mozilla/components/libnecko_data.so -lib/mozilla/components/libnecko_datetime.so -lib/mozilla/components/libnecko_file.so -lib/mozilla/components/libnecko_finger.so -lib/mozilla/components/libnecko_ftp.so -lib/mozilla/components/libnecko_http.so -lib/mozilla/components/libnecko_jar.so -lib/mozilla/components/libnecko_res.so -lib/mozilla/components/libnkkyword.so -lib/mozilla/components/libnsappshell.so -lib/mozilla/components/libnsgif.so -lib/mozilla/components/libnsjpg.so -lib/mozilla/components/libnslocale.so -lib/mozilla/components/libnspng.so -lib/mozilla/components/libnsprefm.so -lib/mozilla/components/liboji.so -lib/mozilla/components/libpref.so -lib/mozilla/components/libprofile.so -lib/mozilla/components/libpsmglue.so -lib/mozilla/components/libraptorhtml.so -lib/mozilla/components/libraptorhtmlpars.so -lib/mozilla/components/libraptorview.so -lib/mozilla/components/librdf.so -lib/mozilla/components/librdfdomds.so -lib/mozilla/components/libregviewer.so -lib/mozilla/components/librelated.so -lib/mozilla/components/libsample.so -lib/mozilla/components/libsearch.so -lib/mozilla/components/libshistory.so -lib/mozilla/components/libsigned.so -lib/mozilla/components/libsmime.so -lib/mozilla/components/libstreamconv.so -lib/mozilla/components/libstrres.so -lib/mozilla/components/libtbmb.so -lib/mozilla/components/libtimer_gtk.so -lib/mozilla/components/libtoolkit_service.so -lib/mozilla/components/libtxmgr.so -lib/mozilla/components/libtxtsvc.so -lib/mozilla/components/libuconv.so -lib/mozilla/components/libucvcn.so -lib/mozilla/components/libucvibm.so -lib/mozilla/components/libucvja.so -lib/mozilla/components/libucvko.so -lib/mozilla/components/libucvlatin.so -lib/mozilla/components/libucvmath.so -lib/mozilla/components/libucvtw.so -lib/mozilla/components/libucvtw2.so -lib/mozilla/components/libunicharutil.so -lib/mozilla/components/liburiloader.so -lib/mozilla/components/libvcard.so -lib/mozilla/components/libwallet.so -lib/mozilla/components/libwalletviewers.so -lib/mozilla/components/libwebbrwsr.so -lib/mozilla/components/libxmlterm.so -lib/mozilla/components/libxpconnect.so -lib/mozilla/components/libxpctest.so -lib/mozilla/components/libxpinstall.so -lib/mozilla/components/locale.xpt -lib/mozilla/components/mailnews.xpt -lib/mozilla/components/mime.xpt -lib/mozilla/components/mimetype.xpt -lib/mozilla/components/mozbrwsr.xpt -lib/mozilla/components/mozcomps.xpt -lib/mozilla/components/mozfind.xpt -lib/mozilla/components/mozucth.xpt -lib/mozilla/components/mozxfer.xpt -lib/mozilla/components/msgbase.xpt -lib/mozilla/components/msgcompose.xpt -lib/mozilla/components/msgdb.xpt -lib/mozilla/components/msgimap.xpt -lib/mozilla/components/msglocal.xpt -lib/mozilla/components/msgnews.xpt -lib/mozilla/components/msgsearch.xpt -lib/mozilla/components/necko_about.xpt -lib/mozilla/components/necko_base.xpt -lib/mozilla/components/necko_data.xpt -lib/mozilla/components/necko_dns.xpt -lib/mozilla/components/necko_ftp.xpt -lib/mozilla/components/necko_http.xpt -lib/mozilla/components/necko_jar.xpt -lib/mozilla/components/necko_res.xpt -lib/mozilla/components/necko_socket.xpt -lib/mozilla/components/necko_stream_converter.xpt -lib/mozilla/components/nkcache.xpt -lib/mozilla/components/nsFilePicker.js -lib/mozilla/components/nsSample.js -lib/mozilla/components/nsSidebar.js -lib/mozilla/components/oji.xpt -lib/mozilla/components/pref.xpt -lib/mozilla/components/prefmigr.xpt -lib/mozilla/components/profile.xpt -lib/mozilla/components/proxyObjInst.xpt -lib/mozilla/components/proxytest.xpt -lib/mozilla/components/psmglue.xpt -lib/mozilla/components/rdf.xpt -lib/mozilla/components/rdfdomds.xpt -lib/mozilla/components/regviewer.xpt -lib/mozilla/components/related.xpt -lib/mozilla/components/remote.xpt -lib/mozilla/components/remoteControl.js -lib/mozilla/components/sample.xpt -lib/mozilla/components/search.xpt -lib/mozilla/components/shistory.xpt -lib/mozilla/components/sidebar.xpt -lib/mozilla/components/signonviewer.xpt -lib/mozilla/components/tbmb.xpt -lib/mozilla/components/txmgr.xpt -lib/mozilla/components/uconv.xpt -lib/mozilla/components/unicharutil.xpt -lib/mozilla/components/uriloader.xpt -lib/mozilla/components/util.xpt -lib/mozilla/components/wallet.xpt -lib/mozilla/components/walleteditor.xpt -lib/mozilla/components/walletpreview.xpt -lib/mozilla/components/webBrowser_core.xpt -lib/mozilla/components/webBrowser_setup.xpt -lib/mozilla/components/widget.xpt -lib/mozilla/components/xmlterm.xpt -lib/mozilla/components/xpcom_base.xpt -lib/mozilla/components/xpcom_components.xpt -lib/mozilla/components/xpcom_ds.xpt -lib/mozilla/components/xpcom_io.xpt -lib/mozilla/components/xpcom_threads.xpt -lib/mozilla/components/xpconnect.xpt -lib/mozilla/components/xpconnect_tests.xpt -lib/mozilla/components/xpinstall.xpt -lib/mozilla/defaults/pref/all.js -lib/mozilla/defaults/pref/config.js -lib/mozilla/defaults/pref/editor.js -lib/mozilla/defaults/pref/initpref.js -lib/mozilla/defaults/pref/mailnews.js -lib/mozilla/defaults/pref/psm-glue.js -lib/mozilla/defaults/pref/unix.js -lib/mozilla/defaults/pref/xpinstall.js -lib/mozilla/defaults/profile/bookmarks.html -lib/mozilla/defaults/profile/panels.rdf -lib/mozilla/dtd/mathml.dtd -lib/mozilla/escape -lib/mozilla/geturl -lib/mozilla/htmlrobot -lib/mozilla/icons/mozicon16.xpm -lib/mozilla/icons/mozicon50.xpm -lib/mozilla/libDebugRobot.so -lib/mozilla/libcmt.so -lib/mozilla/libdocshell.so -lib/mozilla/libgfx_gtk.so -lib/mozilla/libgtksuperwin.so -lib/mozilla/libjsdom.so -lib/mozilla/libjsj.so -lib/mozilla/libmozjs.so -lib/mozilla/libmsgbaseutil.so -lib/mozilla/libnspr4.so -lib/mozilla/libplc4.so -lib/mozilla/libplds4.so -lib/mozilla/libprotocol.so -lib/mozilla/libraptorgfx.so -lib/mozilla/libraptorplugin.so -lib/mozilla/libraptorwebwidget.so -lib/mozilla/libtestdynamic.so -lib/mozilla/libwidget_gtk.so -lib/mozilla/libxpcom.so -lib/mozilla/libxpistub.so -lib/mozilla/lots -lib/mozilla/menuhack -lib/mozilla/mozilla -lib/mozilla/mozilla-bin -lib/mozilla/mozilla-config -lib/mozilla/mozilla-viewer.sh -lib/mozilla/msgcomposetest2 -lib/mozilla/netscape.cfg -lib/mozilla/nsIFileTest -lib/mozilla/nsinstall -lib/mozilla/pop3Test -lib/mozilla/proxytests -lib/mozilla/rdfcat -lib/mozilla/rdfpoll -lib/mozilla/regExport -lib/mozilla/regxpcom -lib/mozilla/res/DistinguishedSchema.tbl -lib/mozilla/res/FieldSchema.tbl -lib/mozilla/res/SchemaConcat.tbl -lib/mozilla/res/URLFieldSchema.tbl -lib/mozilla/res/arrow.gif -lib/mozilla/res/charsetData.properties -lib/mozilla/res/charsetTitles.properties -lib/mozilla/res/charsetalias.properties -lib/mozilla/res/entityTables/html40Latin1.properties -lib/mozilla/res/entityTables/html40Special.properties -lib/mozilla/res/entityTables/html40Symbols.properties -lib/mozilla/res/entityTables/htmlEntityVersions.properties -lib/mozilla/res/entityTables/transliterate.properties -lib/mozilla/res/html.css -lib/mozilla/res/html/broken-image.gif -lib/mozilla/res/html/gopher-audio.gif -lib/mozilla/res/html/gopher-binary.gif -lib/mozilla/res/html/gopher-find.gif -lib/mozilla/res/html/gopher-image.gif -lib/mozilla/res/html/gopher-menu.gif -lib/mozilla/res/html/gopher-movie.gif -lib/mozilla/res/html/gopher-telnet.gif -lib/mozilla/res/html/gopher-text.gif -lib/mozilla/res/html/gopher-unknown.gif -lib/mozilla/res/mailnews/tests/AccountManagerTest.js -lib/mozilla/res/mailnews/tests/AccountManagerTest.xul -lib/mozilla/res/rdf/article.gif -lib/mozilla/res/rdf/datasets/AOLSearch.gif -lib/mozilla/res/rdf/datasets/AOLSearch.src -lib/mozilla/res/rdf/datasets/CompuServe.jpg -lib/mozilla/res/rdf/datasets/CompuServe.src -lib/mozilla/res/rdf/datasets/ICQ.gif -lib/mozilla/res/rdf/datasets/ICQ.src -lib/mozilla/res/rdf/datasets/Jobs.gif -lib/mozilla/res/rdf/datasets/Jobs.src -lib/mozilla/res/rdf/datasets/Music_Artist.gif -lib/mozilla/res/rdf/datasets/Music_Artist.src -lib/mozilla/res/rdf/datasets/NetscapeSearch.gif -lib/mozilla/res/rdf/datasets/NetscapeSearch.src -lib/mozilla/res/rdf/datasets/Shareware.gif -lib/mozilla/res/rdf/datasets/Shareware.src -lib/mozilla/res/rdf/datasets/Tech_News.gif -lib/mozilla/res/rdf/datasets/Tech_News.src -lib/mozilla/res/rdf/datasets/category.rdf -lib/mozilla/res/rdf/document.gif -lib/mozilla/res/rdf/dom-test-1.xul -lib/mozilla/res/rdf/dom-test-2.xul -lib/mozilla/res/rdf/dom-test-3.xul -lib/mozilla/res/rdf/dom-test-4.css -lib/mozilla/res/rdf/dom-test-4.xul -lib/mozilla/res/rdf/dom-test-5.xul -lib/mozilla/res/rdf/dom-test-6.xul -lib/mozilla/res/rdf/dom-test-7.xul -lib/mozilla/res/rdf/dom-test-8.xul -lib/mozilla/res/rdf/folder-closed.gif -lib/mozilla/res/rdf/folder-open.gif -lib/mozilla/res/rdf/ignore-test.xul -lib/mozilla/res/rdf/loading.gif -lib/mozilla/res/rdf/xpidl-test-1.xul -lib/mozilla/res/samples/Anieyes.gif -lib/mozilla/res/samples/aform.css -lib/mozilla/res/samples/beeptest.html -lib/mozilla/res/samples/bform.css -lib/mozilla/res/samples/bg.jpg -lib/mozilla/res/samples/cform.css -lib/mozilla/res/samples/checkboxTest.xul -lib/mozilla/res/samples/colorpicker.xul -lib/mozilla/res/samples/demoform.css -lib/mozilla/res/samples/dexanimdialog.xul -lib/mozilla/res/samples/dexanimmaster.xul -lib/mozilla/res/samples/dexopenchrome.xul -lib/mozilla/res/samples/dexparamdialog.html -lib/mozilla/res/samples/dexparamdialog.xul -lib/mozilla/res/samples/dexparammaster.xul -lib/mozilla/res/samples/dexsimpledialog.xul -lib/mozilla/res/samples/dexsimplemaster.xul -lib/mozilla/res/samples/find.html -lib/mozilla/res/samples/gear1.gif -lib/mozilla/res/samples/hidetoolicon.css -lib/mozilla/res/samples/hidetoolicon.xul -lib/mozilla/res/samples/image_props.html -lib/mozilla/res/samples/mozform.css -lib/mozilla/res/samples/printsetup.html -lib/mozilla/res/samples/raptor.jpg -lib/mozilla/res/samples/rock_gra.gif -lib/mozilla/res/samples/sampleimages/bongo.gif -lib/mozilla/res/samples/sampleimages/down.gif -lib/mozilla/res/samples/sampleimages/left.gif -lib/mozilla/res/samples/sampleimages/right.gif -lib/mozilla/res/samples/sampleimages/up.gif -lib/mozilla/res/samples/scrollbarTest1.xul -lib/mozilla/res/samples/scrollbarTest2.xul -lib/mozilla/res/samples/sliderTest1.xul -lib/mozilla/res/samples/soundtest.html -lib/mozilla/res/samples/tab.xul -lib/mozilla/res/samples/test.wav -lib/mozilla/res/samples/test0.html -lib/mozilla/res/samples/test1.html -lib/mozilla/res/samples/test10.html -lib/mozilla/res/samples/test11.html -lib/mozilla/res/samples/test12.html -lib/mozilla/res/samples/test13.html -lib/mozilla/res/samples/test14.html -lib/mozilla/res/samples/test15.html -lib/mozilla/res/samples/test16.html -lib/mozilla/res/samples/test2.html -lib/mozilla/res/samples/test3.html -lib/mozilla/res/samples/test4.html -lib/mozilla/res/samples/test5.html -lib/mozilla/res/samples/test6.html -lib/mozilla/res/samples/test7.html -lib/mozilla/res/samples/test8-1.html -lib/mozilla/res/samples/test8.html -lib/mozilla/res/samples/test8dom.html -lib/mozilla/res/samples/test8sca.html -lib/mozilla/res/samples/test8siz.html -lib/mozilla/res/samples/test8tab.html -lib/mozilla/res/samples/test9.html -lib/mozilla/res/samples/test9a.html -lib/mozilla/res/samples/test9b.html -lib/mozilla/res/samples/test_ed.html -lib/mozilla/res/samples/test_form.html -lib/mozilla/res/samples/test_gfx.html -lib/mozilla/res/samples/test_lbox.html -lib/mozilla/res/samples/test_pr.html -lib/mozilla/res/samples/test_weight.html -lib/mozilla/res/samples/toolbarTest1.xul -lib/mozilla/res/samples/treeTest1.css -lib/mozilla/res/samples/treeTest1.xul -lib/mozilla/res/samples/widgets.xul -lib/mozilla/res/samples/xpconnect-sample.html -lib/mozilla/res/samples/xpmenu.xul -lib/mozilla/res/samples/xulTest.css -lib/mozilla/res/strres-test.dtd -lib/mozilla/res/strres-test.html -lib/mozilla/res/strres-test.js -lib/mozilla/res/strres-test.xul -lib/mozilla/res/strres.properties -lib/mozilla/res/test.properties -lib/mozilla/res/throbber/anim.gif -lib/mozilla/res/throbber/anims00.gif -lib/mozilla/res/throbber/anims01.gif -lib/mozilla/res/throbber/anims02.gif -lib/mozilla/res/throbber/anims03.gif -lib/mozilla/res/throbber/anims04.gif -lib/mozilla/res/throbber/anims05.gif -lib/mozilla/res/throbber/anims06.gif -lib/mozilla/res/throbber/anims07.gif -lib/mozilla/res/throbber/anims08.gif -lib/mozilla/res/throbber/anims09.gif -lib/mozilla/res/throbber/anims10.gif -lib/mozilla/res/throbber/anims11.gif -lib/mozilla/res/throbber/anims12.gif -lib/mozilla/res/throbber/anims13.gif -lib/mozilla/res/throbber/anims14.gif -lib/mozilla/res/throbber/anims15.gif -lib/mozilla/res/throbber/anims16.gif -lib/mozilla/res/throbber/anims17.gif -lib/mozilla/res/throbber/anims18.gif -lib/mozilla/res/throbber/anims19.gif -lib/mozilla/res/throbber/anims20.gif -lib/mozilla/res/throbber/anims21.gif -lib/mozilla/res/throbber/anims22.gif -lib/mozilla/res/throbber/anims23.gif -lib/mozilla/res/throbber/anims24.gif -lib/mozilla/res/throbber/anims25.gif -lib/mozilla/res/throbber/anims26.gif -lib/mozilla/res/throbber/anims27.gif -lib/mozilla/res/throbber/anims28.gif -lib/mozilla/res/throbber/anims29.gif -lib/mozilla/res/ua.css -lib/mozilla/res/unixcharset.properties -lib/mozilla/res/viewer.properties -lib/mozilla/res/xpinstall/progress.css -lib/mozilla/res/xpinstall/progress.html -lib/mozilla/res/xpinstall/progress.xul -lib/mozilla/run-mozilla.sh -lib/mozilla/sendlatertest -lib/mozilla/sendpage -lib/mozilla/splash.xpm -lib/mozilla/testimap -lib/mozilla/testmailnews -lib/mozilla/teststream -lib/mozilla/timebombgen -lib/mozilla/urltest -lib/mozilla/viewer -lib/mozilla/viewer_gtk -lib/mozilla/vreg -lib/mozilla/xcat -lib/mozilla/xls -lib/mozilla/xmlterm -lib/mozilla/xpcshell -lib/mozilla/xpidl -lib/mozilla/xpt_dump -lib/mozilla/xpt_link -@dirrm lib/mozilla/res/xpinstall -@dirrm lib/mozilla/res/throbber -@dirrm lib/mozilla/res/samples/sampleimages -@dirrm lib/mozilla/res/samples -@dirrm lib/mozilla/res/rdf/datasets -@dirrm lib/mozilla/res/rdf -@dirrm lib/mozilla/res/mailnews/tests -@dirrm lib/mozilla/res/mailnews -@dirrm lib/mozilla/res/html -@dirrm lib/mozilla/res/entityTables -@dirrm lib/mozilla/res -@dirrm lib/mozilla/plugins -@dirrm lib/mozilla/icons -@dirrm lib/mozilla/dtd -@dirrm lib/mozilla/defaults/profile -@dirrm lib/mozilla/defaults/pref -@dirrm lib/mozilla/defaults -@dirrm lib/mozilla/components -@dirrm lib/mozilla/chrome/xpinstall/skin/default -@dirrm lib/mozilla/chrome/xpinstall/skin -@dirrm lib/mozilla/chrome/xpinstall/locale/en-US -@dirrm lib/mozilla/chrome/xpinstall/locale -@dirrm lib/mozilla/chrome/xpinstall/content/default -@dirrm lib/mozilla/chrome/xpinstall/content -@dirrm lib/mozilla/chrome/xpinstall -@dirrm lib/mozilla/chrome/xmlterm/skin/default/images -@dirrm lib/mozilla/chrome/xmlterm/skin/default -@dirrm lib/mozilla/chrome/xmlterm/skin -@dirrm lib/mozilla/chrome/xmlterm/content/default -@dirrm lib/mozilla/chrome/xmlterm/content -@dirrm lib/mozilla/chrome/xmlterm -@dirrm lib/mozilla/chrome/wallet/skin/default -@dirrm lib/mozilla/chrome/wallet/skin -@dirrm lib/mozilla/chrome/wallet/locale/en-US -@dirrm lib/mozilla/chrome/wallet/locale -@dirrm lib/mozilla/chrome/wallet/content/default -@dirrm lib/mozilla/chrome/wallet/content -@dirrm lib/mozilla/chrome/wallet -@dirrm lib/mozilla/chrome/timebomb/locale/en-US -@dirrm lib/mozilla/chrome/timebomb/locale -@dirrm lib/mozilla/chrome/timebomb/content/default -@dirrm lib/mozilla/chrome/timebomb/content -@dirrm lib/mozilla/chrome/timebomb -@dirrm lib/mozilla/chrome/sidebar/skin/default -@dirrm lib/mozilla/chrome/sidebar/skin -@dirrm lib/mozilla/chrome/sidebar/locale/en-US -@dirrm lib/mozilla/chrome/sidebar/locale -@dirrm lib/mozilla/chrome/sidebar/content/default -@dirrm lib/mozilla/chrome/sidebar/content -@dirrm lib/mozilla/chrome/sidebar -@dirrm lib/mozilla/chrome/security/locale/en-US -@dirrm lib/mozilla/chrome/security/locale -@dirrm lib/mozilla/chrome/security -@dirrm lib/mozilla/chrome/search/skin/default -@dirrm lib/mozilla/chrome/search/skin -@dirrm lib/mozilla/chrome/search/locale/en-US -@dirrm lib/mozilla/chrome/search/locale -@dirrm lib/mozilla/chrome/search/content/default -@dirrm lib/mozilla/chrome/search/content -@dirrm lib/mozilla/chrome/search -@dirrm lib/mozilla/chrome/related/skin/default -@dirrm lib/mozilla/chrome/related/skin -@dirrm lib/mozilla/chrome/related/locale/en-US -@dirrm lib/mozilla/chrome/related/locale -@dirrm lib/mozilla/chrome/related/content/default -@dirrm lib/mozilla/chrome/related/content -@dirrm lib/mozilla/chrome/related -@dirrm lib/mozilla/chrome/regviewer/skin/default -@dirrm lib/mozilla/chrome/regviewer/skin -@dirrm lib/mozilla/chrome/regviewer/locale/en-US -@dirrm lib/mozilla/chrome/regviewer/locale -@dirrm lib/mozilla/chrome/regviewer/content/default -@dirrm lib/mozilla/chrome/regviewer/content -@dirrm lib/mozilla/chrome/regviewer -@dirrm lib/mozilla/chrome/profile/skin/default -@dirrm lib/mozilla/chrome/profile/skin -@dirrm lib/mozilla/chrome/profile/locale/en-US -@dirrm lib/mozilla/chrome/profile/locale -@dirrm lib/mozilla/chrome/profile/content/default -@dirrm lib/mozilla/chrome/profile/content -@dirrm lib/mozilla/chrome/profile -@dirrm lib/mozilla/chrome/pref/skin/default -@dirrm lib/mozilla/chrome/pref/skin -@dirrm lib/mozilla/chrome/pref/locale/en-US -@dirrm lib/mozilla/chrome/pref/locale -@dirrm lib/mozilla/chrome/pref/content/default -@dirrm lib/mozilla/chrome/pref/content -@dirrm lib/mozilla/chrome/pref -@dirrm lib/mozilla/chrome/navigator/skin/default -@dirrm lib/mozilla/chrome/navigator/skin -@dirrm lib/mozilla/chrome/navigator/locale/en-US -@dirrm lib/mozilla/chrome/navigator/locale -@dirrm lib/mozilla/chrome/navigator/content/default -@dirrm lib/mozilla/chrome/navigator/content -@dirrm lib/mozilla/chrome/navigator -@dirrm lib/mozilla/chrome/messengercompose/skin/default -@dirrm lib/mozilla/chrome/messengercompose/skin -@dirrm lib/mozilla/chrome/messengercompose/locale/en-US -@dirrm lib/mozilla/chrome/messengercompose/locale -@dirrm lib/mozilla/chrome/messengercompose/content/default -@dirrm lib/mozilla/chrome/messengercompose/content -@dirrm lib/mozilla/chrome/messengercompose -@dirrm lib/mozilla/chrome/messenger/skin/default -@dirrm lib/mozilla/chrome/messenger/skin -@dirrm lib/mozilla/chrome/messenger/locale/en-US -@dirrm lib/mozilla/chrome/messenger/locale -@dirrm lib/mozilla/chrome/messenger/content/default -@dirrm lib/mozilla/chrome/messenger/content -@dirrm lib/mozilla/chrome/messenger -@dirrm lib/mozilla/chrome/layout/locale/en-US -@dirrm lib/mozilla/chrome/layout/locale -@dirrm lib/mozilla/chrome/layout -@dirrm lib/mozilla/chrome/history/skin/default -@dirrm lib/mozilla/chrome/history/skin -@dirrm lib/mozilla/chrome/history/locale/en-US -@dirrm lib/mozilla/chrome/history/locale -@dirrm lib/mozilla/chrome/history/content/default -@dirrm lib/mozilla/chrome/history/content -@dirrm lib/mozilla/chrome/history -@dirrm lib/mozilla/chrome/global/skin/default -@dirrm lib/mozilla/chrome/global/skin -@dirrm lib/mozilla/chrome/global/locale/en-US -@dirrm lib/mozilla/chrome/global/locale -@dirrm lib/mozilla/chrome/global/content/default -@dirrm lib/mozilla/chrome/global/content -@dirrm lib/mozilla/chrome/global -@dirrm lib/mozilla/chrome/editor/skin/default/images -@dirrm lib/mozilla/chrome/editor/skin/default -@dirrm lib/mozilla/chrome/editor/skin -@dirrm lib/mozilla/chrome/editor/locale/en-US -@dirrm lib/mozilla/chrome/editor/locale -@dirrm lib/mozilla/chrome/editor/content/default -@dirrm lib/mozilla/chrome/editor/content -@dirrm lib/mozilla/chrome/editor -@dirrm lib/mozilla/chrome/domviewer/content/default -@dirrm lib/mozilla/chrome/domviewer/content -@dirrm lib/mozilla/chrome/domviewer -@dirrm lib/mozilla/chrome/directory/skin/default -@dirrm lib/mozilla/chrome/directory/skin -@dirrm lib/mozilla/chrome/directory/locale/en-US -@dirrm lib/mozilla/chrome/directory/locale -@dirrm lib/mozilla/chrome/directory/content/default -@dirrm lib/mozilla/chrome/directory/content -@dirrm lib/mozilla/chrome/directory -@dirrm lib/mozilla/chrome/bookmarks/skin/default -@dirrm lib/mozilla/chrome/bookmarks/skin -@dirrm lib/mozilla/chrome/bookmarks/locale/en-US -@dirrm lib/mozilla/chrome/bookmarks/locale -@dirrm lib/mozilla/chrome/bookmarks/content/default -@dirrm lib/mozilla/chrome/bookmarks/content -@dirrm lib/mozilla/chrome/bookmarks -@dirrm lib/mozilla/chrome/addressbook/skin/default -@dirrm lib/mozilla/chrome/addressbook/skin -@dirrm lib/mozilla/chrome/addressbook/locale/en-US -@dirrm lib/mozilla/chrome/addressbook/locale -@dirrm lib/mozilla/chrome/addressbook/content/default -@dirrm lib/mozilla/chrome/addressbook/content -@dirrm lib/mozilla/chrome/addressbook -@dirrm lib/mozilla/chrome -@dirrm lib/mozilla/OutTestData -@dirrm lib/mozilla diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile deleted file mode 100644 index f9a00bedb854..000000000000 --- a/www/seamonkey2/Makefile +++ /dev/null @@ -1,69 +0,0 @@ -# New ports collection makefile for: mozilla -# Date created: 31 Mar 1998 -# Whom: eivind/dima/jseger -# -# $FreeBSD$ -# - -PORTNAME= mozilla -PORTVERSION= M15 -CATEGORIES= www -MASTER_SITES= ftp://ftp.mozilla.org/pub/mozilla/releases/${PORTVERSION:S/M/m/}/src/ -DISTNAME= ${PORTNAME}-source-${PORTVERSION} - -MAINTAINER= reg@FreeBSD.org - -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ - IDL.2:${PORTSDIR}/devel/ORBit - -GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - -WRKSRC= ${WRKDIR}/${PORTNAME} - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_PERL5= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_NEWGCC= yes -CONFIGURE_ARGS= \ - --disable-cpp-rtti \ - --disable-debug \ - --disable-idltool \ - --disable-md \ - --disable-pedantic \ - --disable-xterm-updates \ - --enable-cpp-exceptions \ - --enable-double-buffer \ - --enable-editor \ - --enable-mailnews \ - --enable-mathml \ - --enable-optimize \ - --enable-pics \ - --enable-tests \ - --enable-toolkit=gtk \ - --enable-x11-shm \ - --with-pthreads \ - --with-jpeg=${LOCALBASE} \ - --with-png=${LOCALBASE} -CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" \ - GTK_CONFIG="${GTK_CONFIG}" -MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin \ - CC_ONLY_FLAGS="${FLAGS}" CCC_ONLY_FLAGS="${CXXFLAGS}" - -post-build: - @${SED} -e "s;@PREFIX@;${PREFIX};g" \ - ${FILESDIR}/mozilla.sh >${WRKSRC}/mozilla - @${CHMOD} 555 ${WRKSRC}/mozilla - -do-install: - ${MKDIR} ${PREFIX}/lib/mozilla - ${CHMOD} 755 ${PREFIX}/lib/mozilla - cd ${WRKSRC}/dist/bin && ${TAR} -chf - * | \ - ${TAR} -xf - -C ${PREFIX}/lib/mozilla - ${INSTALL_SCRIPT} ${WRKSRC}/mozilla ${PREFIX}/bin - ${TOUCH} ${PREFIX}/lib/mozilla/component.reg - ${CHMOD} 666 ${PREFIX}/lib/mozilla/component.reg - -.include <bsd.port.mk> diff --git a/www/seamonkey2/distinfo b/www/seamonkey2/distinfo deleted file mode 100644 index 0078bd4a78d5..000000000000 --- a/www/seamonkey2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mozilla-source-M15.tar.bz2) = 75b1ed5e934fb86d8b3a049f87b60e22 diff --git a/www/seamonkey2/files/mozilla.sh b/www/seamonkey2/files/mozilla.sh deleted file mode 100644 index 921c334f6073..000000000000 --- a/www/seamonkey2/files/mozilla.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -cd @PREFIX@/lib/mozilla -exec ./mozilla $* diff --git a/www/seamonkey2/files/patch-ak b/www/seamonkey2/files/patch-ak deleted file mode 100644 index 3b430ef27dc2..000000000000 --- a/www/seamonkey2/files/patch-ak +++ /dev/null @@ -1,19 +0,0 @@ ---- nsprpub/pr/include/md/_freebsd.h.orig Wed Dec 22 15:39:04 1999 -+++ nsprpub/pr/include/md/_freebsd.h Thu Feb 3 03:48:20 2000 -@@ -21,6 +21,7 @@ - - #include "prthread.h" - -+#include <sys/param.h> - #include <sys/syscall.h> - - #define PR_LINKER_ARCH "freebsd" -@@ -49,7 +50,7 @@ - #define _PR_HAVE_SOCKADDR_LEN - #define _PR_STAT_HAS_ST_ATIMESPEC - #define _PR_NO_LARGE_FILES --#if ( __FreeBSD__ > 2 ) -+#if ( __FreeBSD_version >= 220000 ) && ( __FreeBSD_version < 400008 ) - #if !defined(_PR_PTHREADS) - /* - * libc_r doesn't have poll(). Although libc has poll(), it is not diff --git a/www/seamonkey2/files/patch-mi b/www/seamonkey2/files/patch-mi deleted file mode 100644 index 80768e265de9..000000000000 --- a/www/seamonkey2/files/patch-mi +++ /dev/null @@ -1,22 +0,0 @@ ---- nsprpub/config/FreeBSD.mk.orig Wed Oct 20 14:19:53 1999 -+++ nsprpub/config/FreeBSD.mk Thu Feb 3 03:48:20 2000 -@@ -21,14 +21,16 @@ - - include $(MOD_DEPTH)/config/UNIX.mk - --CC = gcc --CCC = g++ - RANLIB = ranlib -+CCC = ${CXX} -+ -+# During FreeBSD port build, CFLAGS contains all of the optimizations -+# flags desired... -+OPTIMIZER = - - ifeq ($(OS_TEST),alpha) - CPU_ARCH = alpha - else --OS_REL_CFLAGS = -Di386 - CPU_ARCH = x86 - endif - CPU_ARCH_TAG = _$(CPU_ARCH) diff --git a/www/seamonkey2/files/patch-qt b/www/seamonkey2/files/patch-qt deleted file mode 100644 index b7964a4911ff..000000000000 --- a/www/seamonkey2/files/patch-qt +++ /dev/null @@ -1,21 +0,0 @@ ---- configure.orig Thu Apr 13 19:18:25 2000 -+++ configure Thu Apr 20 09:07:57 2000 -@@ -5618,7 +5618,7 @@ - echo $ac_n "checking for Qt insanity""... $ac_c" 1>&6 - echo "configure:5620: checking for Qt insanity" >&5 - -- QT_CFLAGS="-I${QTDIR}/include/qt" -+ QT_CFLAGS="-I${QTDIR}/include/X11/qt" - QT_LIBS="-L/usr/X11R6/lib -L${QTDIR}/lib -lqt -lXext -lX11" - - # Check whether --with-static-qt or --without-static-qt was given. -@@ -7108,6 +7108,9 @@ - case "$target_os" in - os2*) - LIBS= -+ ;; -+freebsd*) -+ CPPFLAGS="${CPPFLAGS} ${X_CFLAGS}" - ;; - esac - for ac_hdr in sys/byteorder.h compat.h getopt.h diff --git a/www/seamonkey2/pkg-comment b/www/seamonkey2/pkg-comment deleted file mode 100644 index 8c8d8c1f088d..000000000000 --- a/www/seamonkey2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The mozilla ver 0.0 communicator web-surfboard diff --git a/www/seamonkey2/pkg-descr b/www/seamonkey2/pkg-descr deleted file mode 100644 index ea15c853bf80..000000000000 --- a/www/seamonkey2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is the source code that Netscape released and will be used for -its next generation of browsers. It is intended for use by developers -and testers only. diff --git a/www/seamonkey2/pkg-plist b/www/seamonkey2/pkg-plist deleted file mode 100644 index 4ab98d4860ee..000000000000 --- a/www/seamonkey2/pkg-plist +++ /dev/null @@ -1,1570 +0,0 @@ -bin/mozilla -lib/mozilla/CvtURL -lib/mozilla/DocStream -lib/mozilla/DumpColors -lib/mozilla/FilesTest -lib/mozilla/HelloWorld -lib/mozilla/INSTALL.xmlterm -lib/mozilla/OutTestData/doctype.xif -lib/mozilla/OutTestData/entityxif.out -lib/mozilla/OutTestData/entityxif.xif -lib/mozilla/OutTestData/htmltable.html -lib/mozilla/OutTestData/htmltable.out -lib/mozilla/OutTestData/mailquote.html -lib/mozilla/OutTestData/mailquote.out -lib/mozilla/OutTestData/plain.html -lib/mozilla/OutTestData/plainnowrap.out -lib/mozilla/OutTestData/plainwrap.out -lib/mozilla/OutTestData/simple.html -lib/mozilla/OutTestData/simplecopy.out -lib/mozilla/OutTestData/simplefmt.out -lib/mozilla/OutTestData/xifdthtml.out -lib/mozilla/OutTestData/xifdtplain.out -lib/mozilla/OutTestData/xifstuff.out -lib/mozilla/OutTestData/xifstuff.xif -lib/mozilla/PrimitiveTest -lib/mozilla/PropertiesTest -lib/mozilla/SimpleTypeLib -lib/mozilla/StringBundleTest -lib/mozilla/TestAtoms -lib/mozilla/TestAutoLock -lib/mozilla/TestCOMPtr -lib/mozilla/TestCRT -lib/mozilla/TestCSSParser -lib/mozilla/TestCSSPropertyLookup -lib/mozilla/TestCSSScanner -lib/mozilla/TestColorNames -lib/mozilla/TestCookie -lib/mozilla/TestFactory -lib/mozilla/TestFileInput -lib/mozilla/TestFileInput2 -lib/mozilla/TestID -lib/mozilla/TestInterfaceInfo -lib/mozilla/TestLineBreak -lib/mozilla/TestMSGCompose -lib/mozilla/TestObserverService -lib/mozilla/TestOutSinks -lib/mozilla/TestOutSinks.pl -lib/mozilla/TestOutput -lib/mozilla/TestPipes -lib/mozilla/TestProtocols -lib/mozilla/TestRect -lib/mozilla/TestRes -lib/mozilla/TestServMgr -lib/mozilla/TestSocketIO -lib/mozilla/TestSocketInput -lib/mozilla/TestSocketTransport -lib/mozilla/TestStreamConv -lib/mozilla/TestTXMgr -lib/mozilla/TestThreads -lib/mozilla/TestXPC -lib/mozilla/TestXPIDLString -lib/mozilla/TestXPTCInvoke -lib/mozilla/UnicharSelfTest -lib/mozilla/bloaturls.txt -lib/mozilla/chrome/addressbook/content/default/abAddressBookNameDialog.js -lib/mozilla/chrome/addressbook/content/default/abAddressBookNameDialog.xul -lib/mozilla/chrome/addressbook/content/default/abCardOverlay.js -lib/mozilla/chrome/addressbook/content/default/abCardOverlay.xul -lib/mozilla/chrome/addressbook/content/default/abCardViewOverlay.js -lib/mozilla/chrome/addressbook/content/default/abCardViewOverlay.xul -lib/mozilla/chrome/addressbook/content/default/abCommon.js -lib/mozilla/chrome/addressbook/content/default/abDirTreeOverlay.xul -lib/mozilla/chrome/addressbook/content/default/abEditCardDialog.xul -lib/mozilla/chrome/addressbook/content/default/abNewCardDialog.xul -lib/mozilla/chrome/addressbook/content/default/abResultsTreeOverlay.xul -lib/mozilla/chrome/addressbook/content/default/abSelectAddressesDialog.js -lib/mozilla/chrome/addressbook/content/default/abSelectAddressesDialog.xul -lib/mozilla/chrome/addressbook/content/default/addressbook.js -lib/mozilla/chrome/addressbook/content/default/addressbook.xul -lib/mozilla/chrome/addressbook/content/default/pref-addressing.xul -lib/mozilla/chrome/addressbook/locale/en-US/abAddressBookNameDialog.dtd -lib/mozilla/chrome/addressbook/locale/en-US/abCardOverlay.dtd -lib/mozilla/chrome/addressbook/locale/en-US/abCardViewOverlay.dtd -lib/mozilla/chrome/addressbook/locale/en-US/abDirTreeOverlay.dtd -lib/mozilla/chrome/addressbook/locale/en-US/abMainWindow.dtd -lib/mozilla/chrome/addressbook/locale/en-US/abNewCardDialog.dtd -lib/mozilla/chrome/addressbook/locale/en-US/abResultsTreeOverlay.dtd -lib/mozilla/chrome/addressbook/locale/en-US/abSelectAddressesDialog.dtd -lib/mozilla/chrome/addressbook/locale/en-US/pref-addressing.dtd -lib/mozilla/chrome/addressbook/skin/default/abnewmsg.gif -lib/mozilla/chrome/addressbook/skin/default/addressbook.css -lib/mozilla/chrome/addressbook/skin/default/edit.gif -lib/mozilla/chrome/addressbook/skin/default/list.gif -lib/mozilla/chrome/addressbook/skin/default/myaddrbk.gif -lib/mozilla/chrome/addressbook/skin/default/newcard.gif -lib/mozilla/chrome/addressbook/skin/default/newlist.gif -lib/mozilla/chrome/addressbook/skin/default/newmsgab.gif -lib/mozilla/chrome/addressbook/skin/default/person.gif -lib/mozilla/chrome/addressbook/skin/default/property.gif -lib/mozilla/chrome/bookmarks/content/default/bm-panel.js -lib/mozilla/chrome/bookmarks/content/default/bm-panel.xul -lib/mozilla/chrome/bookmarks/content/default/bm-props.js -lib/mozilla/chrome/bookmarks/content/default/bm-props.xul -lib/mozilla/chrome/bookmarks/content/default/bookmarks.js -lib/mozilla/chrome/bookmarks/content/default/bookmarks.xul -lib/mozilla/chrome/bookmarks/content/default/bookmarksDD.js -lib/mozilla/chrome/bookmarks/locale/en-US/bm-props.dtd -lib/mozilla/chrome/bookmarks/locale/en-US/bookmark.properties -lib/mozilla/chrome/bookmarks/locale/en-US/bookmarks.dtd -lib/mozilla/chrome/bookmarks/skin/default/bm-panel.css -lib/mozilla/chrome/bookmarks/skin/default/bm-props.css -lib/mozilla/chrome/bookmarks/skin/default/bookmark-folder-closed.gif -lib/mozilla/chrome/bookmarks/skin/default/bookmark-folder-open.gif -lib/mozilla/chrome/bookmarks/skin/default/bookmark-item.gif -lib/mozilla/chrome/bookmarks/skin/default/bookmarks.css -lib/mozilla/chrome/bookmarks/skin/default/iefavorite.gif -lib/mozilla/chrome/bookmarks/skin/default/manage-bookmarks.css -lib/mozilla/chrome/bookmarks/skin/default/personal-folder-closed.gif -lib/mozilla/chrome/bookmarks/skin/default/personal-folder-open.gif -lib/mozilla/chrome/directory/content/default/directory.js -lib/mozilla/chrome/directory/content/default/directory.xul -lib/mozilla/chrome/directory/locale/en-US/directory.dtd -lib/mozilla/chrome/directory/skin/default/directory.css -lib/mozilla/chrome/domviewer/content/default/DOMDataSourceViewer.css -lib/mozilla/chrome/domviewer/content/default/DOMDataSourceViewer.js -lib/mozilla/chrome/domviewer/content/default/DOMDataSourceViewer.xul -lib/mozilla/chrome/domviewer/content/default/DOMTree.xul -lib/mozilla/chrome/domviewer/content/default/domviewer.html -lib/mozilla/chrome/editor/content/default/EdAECSSAttributes.js -lib/mozilla/chrome/editor/content/default/EdAEHTMLAttributes.js -lib/mozilla/chrome/editor/content/default/EdAEJSEAttributes.js -lib/mozilla/chrome/editor/content/default/EdAdvancedEdit.js -lib/mozilla/chrome/editor/content/default/EdAdvancedEdit.xul -lib/mozilla/chrome/editor/content/default/EdColorProps.js -lib/mozilla/chrome/editor/content/default/EdColorProps.xul -lib/mozilla/chrome/editor/content/default/EdDialogCommon.js -lib/mozilla/chrome/editor/content/default/EdDialogOverlay.xul -lib/mozilla/chrome/editor/content/default/EdDictionary.js -lib/mozilla/chrome/editor/content/default/EdDictionary.xul -lib/mozilla/chrome/editor/content/default/EdHLineProps.js -lib/mozilla/chrome/editor/content/default/EdHLineProps.xul -lib/mozilla/chrome/editor/content/default/EdImageMap.js -lib/mozilla/chrome/editor/content/default/EdImageMap.xul -lib/mozilla/chrome/editor/content/default/EdImageMapHotSpot.js -lib/mozilla/chrome/editor/content/default/EdImageMapHotSpot.xul -lib/mozilla/chrome/editor/content/default/EdImageMapPage.html -lib/mozilla/chrome/editor/content/default/EdImageMapShapes.js -lib/mozilla/chrome/editor/content/default/EdImageProps.js -lib/mozilla/chrome/editor/content/default/EdImageProps.xul -lib/mozilla/chrome/editor/content/default/EdInsSrc.js -lib/mozilla/chrome/editor/content/default/EdInsSrc.xul -lib/mozilla/chrome/editor/content/default/EdInsertTable.js -lib/mozilla/chrome/editor/content/default/EdInsertTable.xul -lib/mozilla/chrome/editor/content/default/EdLinkProps.js -lib/mozilla/chrome/editor/content/default/EdLinkProps.xul -lib/mozilla/chrome/editor/content/default/EdListProps.js -lib/mozilla/chrome/editor/content/default/EdListProps.xul -lib/mozilla/chrome/editor/content/default/EdMessage.js -lib/mozilla/chrome/editor/content/default/EdMessage.xul -lib/mozilla/chrome/editor/content/default/EdNamedAnchorProps.js -lib/mozilla/chrome/editor/content/default/EdNamedAnchorProps.xul -lib/mozilla/chrome/editor/content/default/EdPageProps.js -lib/mozilla/chrome/editor/content/default/EdPageProps.xul -lib/mozilla/chrome/editor/content/default/EdSpellCheck.js -lib/mozilla/chrome/editor/content/default/EdSpellCheck.xul -lib/mozilla/chrome/editor/content/default/EdTableProps.js -lib/mozilla/chrome/editor/content/default/EdTableProps.xul -lib/mozilla/chrome/editor/content/default/EditorCommands.js -lib/mozilla/chrome/editor/content/default/EditorCommandsDebug.js -lib/mozilla/chrome/editor/content/default/EditorContent.css -lib/mozilla/chrome/editor/content/default/EditorInitPage.html -lib/mozilla/chrome/editor/content/default/EditorInitPagePlain.html -lib/mozilla/chrome/editor/content/default/EditorOverride.css -lib/mozilla/chrome/editor/content/default/EditorParagraphMarks.css -lib/mozilla/chrome/editor/content/default/EditorStyles1.css -lib/mozilla/chrome/editor/content/default/TextEditorAppShell.xul -lib/mozilla/chrome/editor/content/default/editor.xul -lib/mozilla/chrome/editor/content/default/editorOverlay.js -lib/mozilla/chrome/editor/content/default/editorOverlay.xul -lib/mozilla/chrome/editor/content/default/sb-FileWidgetFileHandler.js -lib/mozilla/chrome/editor/content/default/sb-bookmarks-panel.xul -lib/mozilla/chrome/editor/content/default/sb-bookmarks.js -lib/mozilla/chrome/editor/content/default/sb-file-contextMenu.js -lib/mozilla/chrome/editor/content/default/sb-file-panel.js -lib/mozilla/chrome/editor/content/default/sb-file-panel.xul -lib/mozilla/chrome/editor/content/default/sidebar-editor.rdf -lib/mozilla/chrome/editor/content/default/sidebar-editor.xul -lib/mozilla/chrome/editor/locale/en-US/EdAdvancedEdit.dtd -lib/mozilla/chrome/editor/locale/en-US/EdDialogOverlay.dtd -lib/mozilla/chrome/editor/locale/en-US/EdNamedAnchorProperties.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorColorProperties.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorHLineProperties.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorImageMap.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorImageMapHotSpot.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorImageProperties.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorInsertSource.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorInsertTable.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorLinkProperties.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorListProperties.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorPageProperties.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorPersonalDictionary.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorSpellCheck.dtd -lib/mozilla/chrome/editor/locale/en-US/EditorTableProperties.dtd -lib/mozilla/chrome/editor/locale/en-US/editor.dtd -lib/mozilla/chrome/editor/locale/en-US/editor.properties -lib/mozilla/chrome/editor/locale/en-US/editorOverlay.dtd -lib/mozilla/chrome/editor/locale/en-US/sidebar-editor-rdf.dtd -lib/mozilla/chrome/editor/locale/en-US/sidebar-editor.dtd -lib/mozilla/chrome/editor/locale/en-US/viewSource.dtd -lib/mozilla/chrome/editor/skin/default/EdImageMap.css -lib/mozilla/chrome/editor/skin/default/EdImageMapPage.css -lib/mozilla/chrome/editor/skin/default/EditorDialog.css -lib/mozilla/chrome/editor/skin/default/EditorToolbars.css -lib/mozilla/chrome/editor/skin/default/editor.css -lib/mozilla/chrome/editor/skin/default/images/Map_Copy.gif -lib/mozilla/chrome/editor/skin/default/images/Map_Cut.gif -lib/mozilla/chrome/editor/skin/default/images/Map_Paste.gif -lib/mozilla/chrome/editor/skin/default/images/Map_checker.gif -lib/mozilla/chrome/editor/skin/default/images/Map_circleTool.gif -lib/mozilla/chrome/editor/skin/default/images/Map_contrast.gif -lib/mozilla/chrome/editor/skin/default/images/Map_pointerTool.gif -lib/mozilla/chrome/editor/skin/default/images/Map_polygonTool.gif -lib/mozilla/chrome/editor/skin/default/images/Map_rectangleTool.gif -lib/mozilla/chrome/editor/skin/default/images/Map_zoomIn.gif -lib/mozilla/chrome/editor/skin/default/images/Map_zoomOut.gif -lib/mozilla/chrome/editor/skin/default/images/align.gif -lib/mozilla/chrome/editor/skin/default/images/anchor-in-doc.gif -lib/mozilla/chrome/editor/skin/default/images/anchor-white.gif -lib/mozilla/chrome/editor/skin/default/images/anchor.gif -lib/mozilla/chrome/editor/skin/default/images/bold.gif -lib/mozilla/chrome/editor/skin/default/images/bullets.gif -lib/mozilla/chrome/editor/skin/default/images/center.gif -lib/mozilla/chrome/editor/skin/default/images/color.gif -lib/mozilla/chrome/editor/skin/default/images/dec-font-size.gif -lib/mozilla/chrome/editor/skin/default/images/div.gif -lib/mozilla/chrome/editor/skin/default/images/find.gif -lib/mozilla/chrome/editor/skin/default/images/hline-white.gif -lib/mozilla/chrome/editor/skin/default/images/hline.gif -lib/mozilla/chrome/editor/skin/default/images/hover-teal.gif -lib/mozilla/chrome/editor/skin/default/images/image-white.gif -lib/mozilla/chrome/editor/skin/default/images/image.gif -lib/mozilla/chrome/editor/skin/default/images/img-align-bottom.gif -lib/mozilla/chrome/editor/skin/default/images/img-align-left.gif -lib/mozilla/chrome/editor/skin/default/images/img-align-middle.gif -lib/mozilla/chrome/editor/skin/default/images/img-align-right.gif -lib/mozilla/chrome/editor/skin/default/images/img-align-top.gif -lib/mozilla/chrome/editor/skin/default/images/inc-font-size.gif -lib/mozilla/chrome/editor/skin/default/images/indent.gif -lib/mozilla/chrome/editor/skin/default/images/italic.gif -lib/mozilla/chrome/editor/skin/default/images/justify.gif -lib/mozilla/chrome/editor/skin/default/images/left.gif -lib/mozilla/chrome/editor/skin/default/images/link-white.gif -lib/mozilla/chrome/editor/skin/default/images/link.gif -lib/mozilla/chrome/editor/skin/default/images/newfile.gif -lib/mozilla/chrome/editor/skin/default/images/numbers.gif -lib/mozilla/chrome/editor/skin/default/images/object-popup.gif -lib/mozilla/chrome/editor/skin/default/images/openfile.gif -lib/mozilla/chrome/editor/skin/default/images/outdent.gif -lib/mozilla/chrome/editor/skin/default/images/preview.gif -lib/mozilla/chrome/editor/skin/default/images/print.gif -lib/mozilla/chrome/editor/skin/default/images/publish.gif -lib/mozilla/chrome/editor/skin/default/images/right.gif -lib/mozilla/chrome/editor/skin/default/images/savefile.gif -lib/mozilla/chrome/editor/skin/default/images/savemod.gif -lib/mozilla/chrome/editor/skin/default/images/span.gif -lib/mozilla/chrome/editor/skin/default/images/spell.gif -lib/mozilla/chrome/editor/skin/default/images/table-white.gif -lib/mozilla/chrome/editor/skin/default/images/table.gif -lib/mozilla/chrome/editor/skin/default/images/underline.gif -lib/mozilla/chrome/global/content/default/PSMTaskMenu.xul -lib/mozilla/chrome/global/content/default/about.html -lib/mozilla/chrome/global/content/default/about.xul -lib/mozilla/chrome/global/content/default/browserBindings.xul -lib/mozilla/chrome/global/content/default/charsetDetectorsOverlay.js -lib/mozilla/chrome/global/content/default/charsetDetectorsOverlay.xul -lib/mozilla/chrome/global/content/default/charsetOverlay.js -lib/mozilla/chrome/global/content/default/charsetOverlay.xul -lib/mozilla/chrome/global/content/default/commonDialog.js -lib/mozilla/chrome/global/content/default/commonDialog.xul -lib/mozilla/chrome/global/content/default/console.js -lib/mozilla/chrome/global/content/default/console.xul -lib/mozilla/chrome/global/content/default/credits.html -lib/mozilla/chrome/global/content/default/dialogBindings.xml -lib/mozilla/chrome/global/content/default/dialogOverlay.js -lib/mozilla/chrome/global/content/default/dialogOverlay.xul -lib/mozilla/chrome/global/content/default/downloadProgress.js -lib/mozilla/chrome/global/content/default/downloadProgress.xul -lib/mozilla/chrome/global/content/default/editorBindings.xul -lib/mozilla/chrome/global/content/default/filepicker.js -lib/mozilla/chrome/global/content/default/filepicker.xul -lib/mozilla/chrome/global/content/default/finddialog.js -lib/mozilla/chrome/global/content/default/finddialog.xul -lib/mozilla/chrome/global/content/default/globalBindings.xml -lib/mozilla/chrome/global/content/default/globalOverlay.js -lib/mozilla/chrome/global/content/default/globalOverlay.xul -lib/mozilla/chrome/global/content/default/hiddenWindow.xul -lib/mozilla/chrome/global/content/default/inputBindings.xul -lib/mozilla/chrome/global/content/default/logo.gif -lib/mozilla/chrome/global/content/default/mozilla.html -lib/mozilla/chrome/global/content/default/platformBrowserBindings.xul -lib/mozilla/chrome/global/content/default/platformDialogOverlay.xul -lib/mozilla/chrome/global/content/default/platformEditorBindings.xul -lib/mozilla/chrome/global/content/default/platformGlobalOverlay.xul -lib/mozilla/chrome/global/content/default/platformInputBindings.xul -lib/mozilla/chrome/global/content/default/platformTextAreaBindings.xul -lib/mozilla/chrome/global/content/default/selectDialog.js -lib/mozilla/chrome/global/content/default/selectDialog.xul -lib/mozilla/chrome/global/content/default/strres.js -lib/mozilla/chrome/global/content/default/taskbarOverlay.xul -lib/mozilla/chrome/global/content/default/tasksOverlay.js -lib/mozilla/chrome/global/content/default/tasksOverlay.xul -lib/mozilla/chrome/global/content/default/tasksOverlay.xul.bak -lib/mozilla/chrome/global/content/default/textAreaBindings.xul -lib/mozilla/chrome/global/content/default/treePopups.js -lib/mozilla/chrome/global/content/default/unknownContent.js -lib/mozilla/chrome/global/content/default/unknownContent.xul -lib/mozilla/chrome/global/content/default/widgetStateManager.js -lib/mozilla/chrome/global/content/default/wizardHandlerSet.js -lib/mozilla/chrome/global/content/default/wizardManager.js -lib/mozilla/chrome/global/content/default/wizardOverlay.js -lib/mozilla/chrome/global/content/default/wizardOverlay.xul -lib/mozilla/chrome/global/locale/en-US/PSMTaskMenu.dtd -lib/mozilla/chrome/global/locale/en-US/about.dtd -lib/mozilla/chrome/global/locale/en-US/appstrings.properties -lib/mozilla/chrome/global/locale/en-US/brand.dtd -lib/mozilla/chrome/global/locale/en-US/brand.properties -lib/mozilla/chrome/global/locale/en-US/charsetDetectorsOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/charsetOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/commonDialog.dtd -lib/mozilla/chrome/global/locale/en-US/console.dtd -lib/mozilla/chrome/global/locale/en-US/dialogOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/downloadProgress.dtd -lib/mozilla/chrome/global/locale/en-US/downloadProgress.properties -lib/mozilla/chrome/global/locale/en-US/filepicker.properties -lib/mozilla/chrome/global/locale/en-US/finddialog.dtd -lib/mozilla/chrome/global/locale/en-US/globalOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/platformDialogOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/platformGlobalOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/taskbarOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/tasksOverlay.dtd -lib/mozilla/chrome/global/locale/en-US/unknownContent.dtd -lib/mozilla/chrome/global/locale/en-US/unknownContent.properties -lib/mozilla/chrome/global/locale/en-US/wizardManager.properties -lib/mozilla/chrome/global/locale/en-US/wizardOverlay.dtd -lib/mozilla/chrome/global/skin/default/alert-icon.gif -lib/mozilla/chrome/global/skin/default/animthrob.gif -lib/mozilla/chrome/global/skin/default/animthrob_single.gif -lib/mozilla/chrome/global/skin/default/blank.gif -lib/mozilla/chrome/global/skin/default/button.css -lib/mozilla/chrome/global/skin/default/button28-bg-active.gif -lib/mozilla/chrome/global/skin/default/button28-bg-disabled.gif -lib/mozilla/chrome/global/skin/default/button28-bg-hover.gif -lib/mozilla/chrome/global/skin/default/button28-bg.gif -lib/mozilla/chrome/global/skin/default/button32-bg-active.gif -lib/mozilla/chrome/global/skin/default/button32-bg-disabled.gif -lib/mozilla/chrome/global/skin/default/button32-bg-hover.gif -lib/mozilla/chrome/global/skin/default/button32-bg.gif -lib/mozilla/chrome/global/skin/default/check-check-disabled.gif -lib/mozilla/chrome/global/skin/default/check-check.gif -lib/mozilla/chrome/global/skin/default/check-radio-disabled.gif -lib/mozilla/chrome/global/skin/default/check-radio.gif -lib/mozilla/chrome/global/skin/default/checkbox.css -lib/mozilla/chrome/global/skin/default/closedtwisty-selected.gif -lib/mozilla/chrome/global/skin/default/closedtwisty.gif -lib/mozilla/chrome/global/skin/default/colors.css -lib/mozilla/chrome/global/skin/default/commonDialog.css -lib/mozilla/chrome/global/skin/default/dialogOverlay.css -lib/mozilla/chrome/global/skin/default/dir-closed.gif -lib/mozilla/chrome/global/skin/default/dir-open.gif -lib/mozilla/chrome/global/skin/default/error-icon.gif -lib/mozilla/chrome/global/skin/default/filepicker.css -lib/mozilla/chrome/global/skin/default/global.css -lib/mozilla/chrome/global/skin/default/gray-bottomleft.gif -lib/mozilla/chrome/global/skin/default/gray-bottomright.gif -lib/mozilla/chrome/global/skin/default/gray-topright.gif -lib/mozilla/chrome/global/skin/default/grippy-horizontal-after.gif -lib/mozilla/chrome/global/skin/default/grippy-horizontal-before.gif -lib/mozilla/chrome/global/skin/default/grippy-vertical-after.gif -lib/mozilla/chrome/global/skin/default/grippy-vertical-before.gif -lib/mozilla/chrome/global/skin/default/lessCOls_dis.gif -lib/mozilla/chrome/global/skin/default/lessCols.gif -lib/mozilla/chrome/global/skin/default/lessCols_mo.gif -lib/mozilla/chrome/global/skin/default/menu-arrow-disabled.gif -lib/mozilla/chrome/global/skin/default/menu-arrow-hover.gif -lib/mozilla/chrome/global/skin/default/menu-arrow.gif -lib/mozilla/chrome/global/skin/default/menu-check-disabled.gif -lib/mozilla/chrome/global/skin/default/menu-check-hover.gif -lib/mozilla/chrome/global/skin/default/menu-check.gif -lib/mozilla/chrome/global/skin/default/menubutton.css -lib/mozilla/chrome/global/skin/default/menulist.css -lib/mozilla/chrome/global/skin/default/message-icon.gif -lib/mozilla/chrome/global/skin/default/moreCols.gif -lib/mozilla/chrome/global/skin/default/moreCols_dis.gif -lib/mozilla/chrome/global/skin/default/moreCols_mo.gif -lib/mozilla/chrome/global/skin/default/n-box-navbar.gif -lib/mozilla/chrome/global/skin/default/n-box.gif -lib/mozilla/chrome/global/skin/default/navbar-bg-begincap.gif -lib/mozilla/chrome/global/skin/default/navbar-bg.gif -lib/mozilla/chrome/global/skin/default/navbar-endcap.gif -lib/mozilla/chrome/global/skin/default/opentwisty-selected.gif -lib/mozilla/chrome/global/skin/default/opentwisty.gif -lib/mozilla/chrome/global/skin/default/otherbutton28-bg-active.gif -lib/mozilla/chrome/global/skin/default/otherbutton28-bg-hover.gif -lib/mozilla/chrome/global/skin/default/print.gif -lib/mozilla/chrome/global/skin/default/progressmeter-busy.gif -lib/mozilla/chrome/global/skin/default/question-icon.gif -lib/mozilla/chrome/global/skin/default/radio.css -lib/mozilla/chrome/global/skin/default/return-disabled.gif -lib/mozilla/chrome/global/skin/default/return.gif -lib/mozilla/chrome/global/skin/default/scroll-down-disabled.gif -lib/mozilla/chrome/global/skin/default/scroll-down-hover.gif -lib/mozilla/chrome/global/skin/default/scroll-down.gif -lib/mozilla/chrome/global/skin/default/scroll-left-disabled.gif -lib/mozilla/chrome/global/skin/default/scroll-left-hover.gif -lib/mozilla/chrome/global/skin/default/scroll-left.gif -lib/mozilla/chrome/global/skin/default/scroll-right-disabled.gif -lib/mozilla/chrome/global/skin/default/scroll-right-hover.gif -lib/mozilla/chrome/global/skin/default/scroll-right.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-horiz-disabled.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-horiz-hover.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-horiz.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-vert-disabled.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-vert-hover.gif -lib/mozilla/chrome/global/skin/default/scroll-thumb-vert.gif -lib/mozilla/chrome/global/skin/default/scroll-up-disabled.gif -lib/mozilla/chrome/global/skin/default/scroll-up-hover.gif -lib/mozilla/chrome/global/skin/default/scroll-up.gif -lib/mozilla/chrome/global/skin/default/scrollbars.css -lib/mozilla/chrome/global/skin/default/search.gif -lib/mozilla/chrome/global/skin/default/seltab-leftedge.gif -lib/mozilla/chrome/global/skin/default/seltab-rightedge.gif -lib/mozilla/chrome/global/skin/default/sortAscending.gif -lib/mozilla/chrome/global/skin/default/sortDescending.gif -lib/mozilla/chrome/global/skin/default/stop.gif -lib/mozilla/chrome/global/skin/default/tab-leftedge.gif -lib/mozilla/chrome/global/skin/default/tab-rightedge.gif -lib/mozilla/chrome/global/skin/default/taskbar-addressbook.gif -lib/mozilla/chrome/global/skin/default/taskbar-composer.gif -lib/mozilla/chrome/global/skin/default/taskbar-mail.gif -lib/mozilla/chrome/global/skin/default/taskbar-navigator.gif -lib/mozilla/chrome/global/skin/default/taskbar-popup-arrow.gif -lib/mozilla/chrome/global/skin/default/taskbar-tab-hover.gif -lib/mozilla/chrome/global/skin/default/taskbar-tab-minimized.gif -lib/mozilla/chrome/global/skin/default/taskbar-tab.gif -lib/mozilla/chrome/global/skin/default/tasksOverlay.css -lib/mozilla/chrome/global/skin/default/textfield.css -lib/mozilla/chrome/global/skin/default/toolbar-begincap.gif -lib/mozilla/chrome/global/skin/default/toolbar-dropdown-hover.gif -lib/mozilla/chrome/global/skin/default/toolbar-dropdown.gif -lib/mozilla/chrome/global/skin/default/toolbar-endcap.gif -lib/mozilla/chrome/global/skin/default/toolbar-menu-arrow-disabled.gif -lib/mozilla/chrome/global/skin/default/toolbar-menu-arrow-hover.gif -lib/mozilla/chrome/global/skin/default/toolbar-menu-arrow.gif -lib/mozilla/chrome/global/skin/default/tree.css -lib/mozilla/chrome/global/skin/default/wizardOverlay.css -lib/mozilla/chrome/history/content/default/history-test.js -lib/mozilla/chrome/history/content/default/history-test.xul -lib/mozilla/chrome/history/content/default/history.js -lib/mozilla/chrome/history/content/default/history.xul -lib/mozilla/chrome/history/locale/en-US/history.dtd -lib/mozilla/chrome/history/skin/default/history.css -lib/mozilla/chrome/htmlBindings.xml -lib/mozilla/chrome/layout/locale/en-US/HtmlForm.properties -lib/mozilla/chrome/messenger/content/default/AccountManager.js -lib/mozilla/chrome/messenger/content/default/AccountManager.xul -lib/mozilla/chrome/messenger/content/default/AccountWizard.js -lib/mozilla/chrome/messenger/content/default/AccountWizard.xul -lib/mozilla/chrome/messenger/content/default/FilterEditor.js -lib/mozilla/chrome/messenger/content/default/FilterEditor.xul -lib/mozilla/chrome/messenger/content/default/FilterListDialog.js -lib/mozilla/chrome/messenger/content/default/FilterListDialog.xul -lib/mozilla/chrome/messenger/content/default/SearchDialog.js -lib/mozilla/chrome/messenger/content/default/SearchDialog.xul -lib/mozilla/chrome/messenger/content/default/SearchOptions.xul -lib/mozilla/chrome/messenger/content/default/SmtpServerEdit.js -lib/mozilla/chrome/messenger/content/default/SmtpServerEdit.xul -lib/mozilla/chrome/messenger/content/default/SmtpServerList.js -lib/mozilla/chrome/messenger/content/default/SmtpServerList.xul -lib/mozilla/chrome/messenger/content/default/accountUtils.js -lib/mozilla/chrome/messenger/content/default/am-advanced.xul -lib/mozilla/chrome/messenger/content/default/am-copies.js -lib/mozilla/chrome/messenger/content/default/am-copies.xul -lib/mozilla/chrome/messenger/content/default/am-identity-advanced.js -lib/mozilla/chrome/messenger/content/default/am-identity-advanced.xul -lib/mozilla/chrome/messenger/content/default/am-imap-advanced.js -lib/mozilla/chrome/messenger/content/default/am-imap-advanced.xul -lib/mozilla/chrome/messenger/content/default/am-main.xul -lib/mozilla/chrome/messenger/content/default/am-server-top.xul -lib/mozilla/chrome/messenger/content/default/am-server.js -lib/mozilla/chrome/messenger/content/default/am-server.xul -lib/mozilla/chrome/messenger/content/default/am-serverwithnoidentities.js -lib/mozilla/chrome/messenger/content/default/am-serverwithnoidentities.xul -lib/mozilla/chrome/messenger/content/default/am-smtp.js -lib/mozilla/chrome/messenger/content/default/am-smtp.xul -lib/mozilla/chrome/messenger/content/default/attach.js -lib/mozilla/chrome/messenger/content/default/aw-accname.js -lib/mozilla/chrome/messenger/content/default/aw-accname.xul -lib/mozilla/chrome/messenger/content/default/aw-accounttype.js -lib/mozilla/chrome/messenger/content/default/aw-accounttype.xul -lib/mozilla/chrome/messenger/content/default/aw-done.js -lib/mozilla/chrome/messenger/content/default/aw-done.xul -lib/mozilla/chrome/messenger/content/default/aw-identity.js -lib/mozilla/chrome/messenger/content/default/aw-identity.xul -lib/mozilla/chrome/messenger/content/default/aw-login.js -lib/mozilla/chrome/messenger/content/default/aw-login.xul -lib/mozilla/chrome/messenger/content/default/aw-newsserver.xul -lib/mozilla/chrome/messenger/content/default/aw-overlay.xul -lib/mozilla/chrome/messenger/content/default/aw-server.js -lib/mozilla/chrome/messenger/content/default/aw-server.xul -lib/mozilla/chrome/messenger/content/default/commandglue.js -lib/mozilla/chrome/messenger/content/default/custreceipt.xul -lib/mozilla/chrome/messenger/content/default/downloadheaders.js -lib/mozilla/chrome/messenger/content/default/downloadheaders.xul -lib/mozilla/chrome/messenger/content/default/fieldMapExport.js -lib/mozilla/chrome/messenger/content/default/fieldMapExport.xul -lib/mozilla/chrome/messenger/content/default/fieldMapImport.js -lib/mozilla/chrome/messenger/content/default/fieldMapImport.xul -lib/mozilla/chrome/messenger/content/default/folderPane.xul -lib/mozilla/chrome/messenger/content/default/importDialog.js -lib/mozilla/chrome/messenger/content/default/importDialog.xul -lib/mozilla/chrome/messenger/content/default/importProgress.js -lib/mozilla/chrome/messenger/content/default/importProgress.xul -lib/mozilla/chrome/messenger/content/default/ispUtils.js -lib/mozilla/chrome/messenger/content/default/mailContextMenus.js -lib/mozilla/chrome/messenger/content/default/messenger.xul -lib/mozilla/chrome/messenger/content/default/messengerdnd.js -lib/mozilla/chrome/messenger/content/default/mime.js -lib/mozilla/chrome/messenger/content/default/msgFolderPickerOverlay.js -lib/mozilla/chrome/messenger/content/default/msgFolderPickerOverlay.xul -lib/mozilla/chrome/messenger/content/default/msgHdrViewAddresses.js -lib/mozilla/chrome/messenger/content/default/msgHdrViewOverlay.js -lib/mozilla/chrome/messenger/content/default/msgHdrViewOverlay.xul -lib/mozilla/chrome/messenger/content/default/msgMail3PaneWindow.js -lib/mozilla/chrome/messenger/content/default/msgPrintEngine.js -lib/mozilla/chrome/messenger/content/default/msgPrintEngine.xul -lib/mozilla/chrome/messenger/content/default/msgViewNavigation.js -lib/mozilla/chrome/messenger/content/default/newFolderNameDialog.js -lib/mozilla/chrome/messenger/content/default/newFolderNameDialog.xul -lib/mozilla/chrome/messenger/content/default/platformMailnewsOverlay.xul -lib/mozilla/chrome/messenger/content/default/pref-diskspace.xul -lib/mozilla/chrome/messenger/content/default/pref-mailnews.js -lib/mozilla/chrome/messenger/content/default/pref-mailnews.xul -lib/mozilla/chrome/messenger/content/default/pref-receipts.xul -lib/mozilla/chrome/messenger/content/default/pref-winsetting.xul -lib/mozilla/chrome/messenger/content/default/renameFolderNameDialog.xul -lib/mozilla/chrome/messenger/content/default/shareglue.js -lib/mozilla/chrome/messenger/content/default/sidebar-messenger.rdf -lib/mozilla/chrome/messenger/content/default/sidebar-messenger.xul -lib/mozilla/chrome/messenger/content/default/smtpEditOverlay.js -lib/mozilla/chrome/messenger/content/default/smtpEditOverlay.xul -lib/mozilla/chrome/messenger/content/default/subscribe.js -lib/mozilla/chrome/messenger/content/default/subscribe.xul -lib/mozilla/chrome/messenger/content/default/subscribeDialog.xul -lib/mozilla/chrome/messenger/content/default/threadPane.xul -lib/mozilla/chrome/messenger/content/default/widgetglue.js -lib/mozilla/chrome/messenger/locale/en-US/AccountManager.dtd -lib/mozilla/chrome/messenger/locale/en-US/AccountWizard.dtd -lib/mozilla/chrome/messenger/locale/en-US/FilterEditor.dtd -lib/mozilla/chrome/messenger/locale/en-US/FilterListDialog.dtd -lib/mozilla/chrome/messenger/locale/en-US/SearchDialog.dtd -lib/mozilla/chrome/messenger/locale/en-US/SearchOptions.dtd -lib/mozilla/chrome/messenger/locale/en-US/SmtpServerList.dtd -lib/mozilla/chrome/messenger/locale/en-US/am-advanced.dtd -lib/mozilla/chrome/messenger/locale/en-US/am-copies.dtd -lib/mozilla/chrome/messenger/locale/en-US/am-identity-advanced.dtd -lib/mozilla/chrome/messenger/locale/en-US/am-imap-advanced.dtd -lib/mozilla/chrome/messenger/locale/en-US/am-main.dtd -lib/mozilla/chrome/messenger/locale/en-US/am-server-top.dtd -lib/mozilla/chrome/messenger/locale/en-US/am-serverwithnoidentities.dtd -lib/mozilla/chrome/messenger/locale/en-US/aw-accname.dtd -lib/mozilla/chrome/messenger/locale/en-US/aw-accounttype.dtd -lib/mozilla/chrome/messenger/locale/en-US/aw-done.dtd -lib/mozilla/chrome/messenger/locale/en-US/aw-email.dtd -lib/mozilla/chrome/messenger/locale/en-US/aw-identity.dtd -lib/mozilla/chrome/messenger/locale/en-US/aw-login.dtd -lib/mozilla/chrome/messenger/locale/en-US/aw-mailtype.dtd -lib/mozilla/chrome/messenger/locale/en-US/aw-server.dtd -lib/mozilla/chrome/messenger/locale/en-US/custreceipt.dtd -lib/mozilla/chrome/messenger/locale/en-US/downloadheaders.dtd -lib/mozilla/chrome/messenger/locale/en-US/fieldMapImport.dtd -lib/mozilla/chrome/messenger/locale/en-US/folderpane.dtd -lib/mozilla/chrome/messenger/locale/en-US/imapMsgs.properties -lib/mozilla/chrome/messenger/locale/en-US/importDialog.dtd -lib/mozilla/chrome/messenger/locale/en-US/importMsgs.properties -lib/mozilla/chrome/messenger/locale/en-US/localMsgs.properties -lib/mozilla/chrome/messenger/locale/en-US/messenger.dtd -lib/mozilla/chrome/messenger/locale/en-US/messenger.properties -lib/mozilla/chrome/messenger/locale/en-US/mime.properties -lib/mozilla/chrome/messenger/locale/en-US/mimeheader.properties -lib/mozilla/chrome/messenger/locale/en-US/msgFolderPickerOverlay.dtd -lib/mozilla/chrome/messenger/locale/en-US/msgHdrViewOverlay.dtd -lib/mozilla/chrome/messenger/locale/en-US/newFolderNameDialog.dtd -lib/mozilla/chrome/messenger/locale/en-US/news.properties -lib/mozilla/chrome/messenger/locale/en-US/pref-diskspace.dtd -lib/mozilla/chrome/messenger/locale/en-US/pref-mailnews.dtd -lib/mozilla/chrome/messenger/locale/en-US/pref-receipts.dtd -lib/mozilla/chrome/messenger/locale/en-US/pref-winsetting.dtd -lib/mozilla/chrome/messenger/locale/en-US/prefs.properties -lib/mozilla/chrome/messenger/locale/en-US/sidebar-messenger-rdf.dtd -lib/mozilla/chrome/messenger/locale/en-US/sidebar-messenger.dtd -lib/mozilla/chrome/messenger/locale/en-US/smtpEditOverlay.dtd -lib/mozilla/chrome/messenger/locale/en-US/subscribe.dtd -lib/mozilla/chrome/messenger/locale/en-US/subscribeDialog.dtd -lib/mozilla/chrome/messenger/locale/en-US/textImportMsgs.properties -lib/mozilla/chrome/messenger/locale/en-US/threadpane.dtd -lib/mozilla/chrome/messenger/locale/en-US/vcard.properties -lib/mozilla/chrome/messenger/skin/default/AccountManager.css -lib/mozilla/chrome/messenger/skin/default/addtoab.gif -lib/mozilla/chrome/messenger/skin/default/attach.gif -lib/mozilla/chrome/messenger/skin/default/check.gif -lib/mozilla/chrome/messenger/skin/default/dot.gif -lib/mozilla/chrome/messenger/skin/default/fieldMapImport.css -lib/mozilla/chrome/messenger/skin/default/file.gif -lib/mozilla/chrome/messenger/skin/default/flagcol.gif -lib/mozilla/chrome/messenger/skin/default/flaggedmail.gif -lib/mozilla/chrome/messenger/skin/default/folder-closed.gif -lib/mozilla/chrome/messenger/skin/default/folder-draft-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-draft-share-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-draft-share.gif -lib/mozilla/chrome/messenger/skin/default/folder-draft.gif -lib/mozilla/chrome/messenger/skin/default/folder-filed-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-filed.gif -lib/mozilla/chrome/messenger/skin/default/folder-hasmail.gif -lib/mozilla/chrome/messenger/skin/default/folder-inbox-new.gif -lib/mozilla/chrome/messenger/skin/default/folder-inbox-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-inbox-share-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-inbox-share.gif -lib/mozilla/chrome/messenger/skin/default/folder-inbox.gif -lib/mozilla/chrome/messenger/skin/default/folder-mailserver.gif -lib/mozilla/chrome/messenger/skin/default/folder-new-closed.gif -lib/mozilla/chrome/messenger/skin/default/folder-new-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-new.gif -lib/mozilla/chrome/messenger/skin/default/folder-newsgroup-new.gif -lib/mozilla/chrome/messenger/skin/default/folder-newsgroup.gif -lib/mozilla/chrome/messenger/skin/default/folder-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-outbox-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-outbox.gif -lib/mozilla/chrome/messenger/skin/default/folder-sent-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-sent-share-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-sent-share.gif -lib/mozilla/chrome/messenger/skin/default/folder-sent.gif -lib/mozilla/chrome/messenger/skin/default/folder-server-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-server.gif -lib/mozilla/chrome/messenger/skin/default/folder-share-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-share.gif -lib/mozilla/chrome/messenger/skin/default/folder-template-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-template-share-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-template-share.gif -lib/mozilla/chrome/messenger/skin/default/folder-template.gif -lib/mozilla/chrome/messenger/skin/default/folder-trash-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-trash-share-open.gif -lib/mozilla/chrome/messenger/skin/default/folder-trash-share.gif -lib/mozilla/chrome/messenger/skin/default/folder-trash.gif -lib/mozilla/chrome/messenger/skin/default/folderPane.css -lib/mozilla/chrome/messenger/skin/default/forward.gif -lib/mozilla/chrome/messenger/skin/default/frown.gif -lib/mozilla/chrome/messenger/skin/default/getmsg.gif -lib/mozilla/chrome/messenger/skin/default/inbox.gif -lib/mozilla/chrome/messenger/skin/default/less.gif -lib/mozilla/chrome/messenger/skin/default/local-mailhost.gif -lib/mozilla/chrome/messenger/skin/default/mailfolder.gif -lib/mozilla/chrome/messenger/skin/default/mailheader.css -lib/mozilla/chrome/messenger/skin/default/message-mail-attach.gif -lib/mozilla/chrome/messenger/skin/default/message-mail-imapdelete.gif -lib/mozilla/chrome/messenger/skin/default/message-mail-new.gif -lib/mozilla/chrome/messenger/skin/default/message-mail.gif -lib/mozilla/chrome/messenger/skin/default/message-news-new.gif -lib/mozilla/chrome/messenger/skin/default/message-news.gif -lib/mozilla/chrome/messenger/skin/default/messenger.css -lib/mozilla/chrome/messenger/skin/default/more.gif -lib/mozilla/chrome/messenger/skin/default/msgHdrViewOverlay.css -lib/mozilla/chrome/messenger/skin/default/newmsg.gif -lib/mozilla/chrome/messenger/skin/default/newshost.gif -lib/mozilla/chrome/messenger/skin/default/next.gif -lib/mozilla/chrome/messenger/skin/default/open-mailfolder.gif -lib/mozilla/chrome/messenger/skin/default/outbox.gif -lib/mozilla/chrome/messenger/skin/default/readcol.gif -lib/mozilla/chrome/messenger/skin/default/readmail.gif -lib/mozilla/chrome/messenger/skin/default/reply.gif -lib/mozilla/chrome/messenger/skin/default/replyall.gif -lib/mozilla/chrome/messenger/skin/default/server-local-new.gif -lib/mozilla/chrome/messenger/skin/default/server-local.gif -lib/mozilla/chrome/messenger/skin/default/server-mail-new.gif -lib/mozilla/chrome/messenger/skin/default/server-mail.gif -lib/mozilla/chrome/messenger/skin/default/server-news-lock.gif -lib/mozilla/chrome/messenger/skin/default/server-news-new.gif -lib/mozilla/chrome/messenger/skin/default/server-news.gif -lib/mozilla/chrome/messenger/skin/default/server-remote-lock.gif -lib/mozilla/chrome/messenger/skin/default/server-remote.gif -lib/mozilla/chrome/messenger/skin/default/sick.gif -lib/mozilla/chrome/messenger/skin/default/smile.gif -lib/mozilla/chrome/messenger/skin/default/subscribe.css -lib/mozilla/chrome/messenger/skin/default/threadPane.css -lib/mozilla/chrome/messenger/skin/default/threadcol.gif -lib/mozilla/chrome/messenger/skin/default/trash.gif -lib/mozilla/chrome/messenger/skin/default/unreadmail.gif -lib/mozilla/chrome/messenger/skin/default/unthreadcol.gif -lib/mozilla/chrome/messenger/skin/default/winclassic.gif -lib/mozilla/chrome/messenger/skin/default/wink.gif -lib/mozilla/chrome/messenger/skin/default/winwide.gif -lib/mozilla/chrome/messenger/skin/default/wizard.css -lib/mozilla/chrome/messengercompose/content/default/MsgAttachPage.js -lib/mozilla/chrome/messengercompose/content/default/MsgAttachPage.xul -lib/mozilla/chrome/messengercompose/content/default/MsgComposeCommands.js -lib/mozilla/chrome/messengercompose/content/default/addressAutoComplete.js -lib/mozilla/chrome/messengercompose/content/default/addressingWidgetOverlay.js -lib/mozilla/chrome/messengercompose/content/default/addressingWidgetOverlay.xul -lib/mozilla/chrome/messengercompose/content/default/askSendFormat.js -lib/mozilla/chrome/messengercompose/content/default/askSendFormat.xul -lib/mozilla/chrome/messengercompose/content/default/messengercompose.xul -lib/mozilla/chrome/messengercompose/content/default/pref-formatting.xul -lib/mozilla/chrome/messengercompose/content/default/pref-messages.xul -lib/mozilla/chrome/messengercompose/locale/en-US/MsgAttachPage.dtd -lib/mozilla/chrome/messengercompose/locale/en-US/addressingWidgetOverlay.dtd -lib/mozilla/chrome/messengercompose/locale/en-US/askSendFormat.dtd -lib/mozilla/chrome/messengercompose/locale/en-US/composeMsgs.properties -lib/mozilla/chrome/messengercompose/locale/en-US/messengercompose.dtd -lib/mozilla/chrome/messengercompose/locale/en-US/pref-formatting.dtd -lib/mozilla/chrome/messengercompose/locale/en-US/pref-messages.dtd -lib/mozilla/chrome/messengercompose/skin/default/address.gif -lib/mozilla/chrome/messengercompose/skin/default/attach.gif -lib/mozilla/chrome/messengercompose/skin/default/messengercompose.css -lib/mozilla/chrome/messengercompose/skin/default/quote.gif -lib/mozilla/chrome/messengercompose/skin/default/save.gif -lib/mozilla/chrome/messengercompose/skin/default/send.gif -lib/mozilla/chrome/messengercompose/skin/default/spelling.gif -lib/mozilla/chrome/messengercompose/skin/default/stop.gif -lib/mozilla/chrome/navigator/content/default/NavSecurityOverlay.xul -lib/mozilla/chrome/navigator/content/default/NavSecurityUI.js -lib/mozilla/chrome/navigator/content/default/NetSupportConfirmCheckYN.xul -lib/mozilla/chrome/navigator/content/default/NetSupportConfirmYN.xul -lib/mozilla/chrome/navigator/content/default/navigator.js -lib/mozilla/chrome/navigator/content/default/navigator.xul -lib/mozilla/chrome/navigator/content/default/navigatorDD.js -lib/mozilla/chrome/navigator/content/default/navigatorOverlay.xul -lib/mozilla/chrome/navigator/content/default/nsContextMenu.js -lib/mozilla/chrome/navigator/content/default/openLocation.js -lib/mozilla/chrome/navigator/content/default/openLocation.xul -lib/mozilla/chrome/navigator/content/default/tooltip.js -lib/mozilla/chrome/navigator/content/default/viewSource.xul -lib/mozilla/chrome/navigator/content/default/viewsource.js -lib/mozilla/chrome/navigator/locale/en-US/NetSupportConfirmCheckYN.dtd -lib/mozilla/chrome/navigator/locale/en-US/navigator.dtd -lib/mozilla/chrome/navigator/locale/en-US/navigator.properties -lib/mozilla/chrome/navigator/locale/en-US/openLocation.dtd -lib/mozilla/chrome/navigator/locale/en-US/openLocation.properties -lib/mozilla/chrome/navigator/locale/en-US/security.properties -lib/mozilla/chrome/navigator/locale/en-US/viewSource.dtd -lib/mozilla/chrome/navigator/skin/default/NavSecurityOverlay.css -lib/mozilla/chrome/navigator/skin/default/alertl.gif -lib/mozilla/chrome/navigator/skin/default/back.gif -lib/mozilla/chrome/navigator/skin/default/broken.gif -lib/mozilla/chrome/navigator/skin/default/errorl.gif -lib/mozilla/chrome/navigator/skin/default/forward.gif -lib/mozilla/chrome/navigator/skin/default/home.gif -lib/mozilla/chrome/navigator/skin/default/location-hover.gif -lib/mozilla/chrome/navigator/skin/default/location.gif -lib/mozilla/chrome/navigator/skin/default/lock.gif -lib/mozilla/chrome/navigator/skin/default/messagel.gif -lib/mozilla/chrome/navigator/skin/default/mynetscape.gif -lib/mozilla/chrome/navigator/skin/default/n-box-persbar.gif -lib/mozilla/chrome/navigator/skin/default/navigator.css -lib/mozilla/chrome/navigator/skin/default/print.gif -lib/mozilla/chrome/navigator/skin/default/questionl.gif -lib/mozilla/chrome/navigator/skin/default/reload.gif -lib/mozilla/chrome/navigator/skin/default/search.gif -lib/mozilla/chrome/navigator/skin/default/stop.gif -lib/mozilla/chrome/navigator/skin/default/unlock.gif -lib/mozilla/chrome/platformHTMLBindings.xml -lib/mozilla/chrome/pref/content/default/PrefsWindow.js -lib/mozilla/chrome/pref/content/default/fontScalingOverlay.xul -lib/mozilla/chrome/pref/content/default/pref-advanced.xul -lib/mozilla/chrome/pref/content/default/pref-appearance.xul -lib/mozilla/chrome/pref/content/default/pref-applications.xul -lib/mozilla/chrome/pref/content/default/pref-cache.js -lib/mozilla/chrome/pref/content/default/pref-cache.xul -lib/mozilla/chrome/pref/content/default/pref-charset.js -lib/mozilla/chrome/pref/content/default/pref-charset.xul -lib/mozilla/chrome/pref/content/default/pref-colors.js -lib/mozilla/chrome/pref/content/default/pref-colors.xul -lib/mozilla/chrome/pref/content/default/pref-composer.js -lib/mozilla/chrome/pref/content/default/pref-composer.xul -lib/mozilla/chrome/pref/content/default/pref-cookies.xul -lib/mozilla/chrome/pref/content/default/pref-debug.xul -lib/mozilla/chrome/pref/content/default/pref-download.xul -lib/mozilla/chrome/pref/content/default/pref-editing.xul -lib/mozilla/chrome/pref/content/default/pref-fonts.js -lib/mozilla/chrome/pref/content/default/pref-fonts.xul -lib/mozilla/chrome/pref/content/default/pref-languages.xul -lib/mozilla/chrome/pref/content/default/pref-mousewheel.js -lib/mozilla/chrome/pref/content/default/pref-mousewheel.xul -lib/mozilla/chrome/pref/content/default/pref-navigator.js -lib/mozilla/chrome/pref/content/default/pref-navigator.xul -lib/mozilla/chrome/pref/content/default/pref-offline.xul -lib/mozilla/chrome/pref/content/default/pref-proxies.js -lib/mozilla/chrome/pref/content/default/pref-proxies.xul -lib/mozilla/chrome/pref/content/default/pref-proxy-manual.xul -lib/mozilla/chrome/pref/content/default/pref-publish.xul -lib/mozilla/chrome/pref/content/default/pref-search.js -lib/mozilla/chrome/pref/content/default/pref-search.xul -lib/mozilla/chrome/pref/content/default/pref-smart_browsing.xul -lib/mozilla/chrome/pref/content/default/pref-smartupdate.xul -lib/mozilla/chrome/pref/content/default/pref-themes.xul -lib/mozilla/chrome/pref/content/default/pref-wallet.xul -lib/mozilla/chrome/pref/content/default/pref.js -lib/mozilla/chrome/pref/content/default/pref.xul -lib/mozilla/chrome/pref/content/default/preftree.xul -lib/mozilla/chrome/pref/content/default/prefutilities.js -lib/mozilla/chrome/pref/locale/en-US/PrefsWindow.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-advanced.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-appearance.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-applications.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-cache.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-charset.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-colors.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-composer.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-cookies.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-debug.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-download.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-fonts.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-languages.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-mousewheel.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-navigator.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-offline.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-proxies.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-proxy-manual.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-publish.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-search.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-smart_browsing.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-smartupdate.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-themes.dtd -lib/mozilla/chrome/pref/locale/en-US/pref-wallet.dtd -lib/mozilla/chrome/pref/locale/en-US/pref.dtd -lib/mozilla/chrome/pref/locale/en-US/preftree.dtd -lib/mozilla/chrome/pref/locale/en-US/prefutilities.properties -lib/mozilla/chrome/pref/skin/default/pref.css -lib/mozilla/chrome/pref/skin/default/preftree.css -lib/mozilla/chrome/profile/content/default/activation.xul -lib/mozilla/chrome/profile/content/default/activationFrame.xul -lib/mozilla/chrome/profile/content/default/confirmMigration.js -lib/mozilla/chrome/profile/content/default/confirmMigration.xul -lib/mozilla/chrome/profile/content/default/createProfileWizard.js -lib/mozilla/chrome/profile/content/default/createProfileWizard.xul -lib/mozilla/chrome/profile/content/default/deleteProfile.js -lib/mozilla/chrome/profile/content/default/deleteProfile.xul -lib/mozilla/chrome/profile/content/default/migrateAllProfile.xul -lib/mozilla/chrome/profile/content/default/newProfile1_1.js -lib/mozilla/chrome/profile/content/default/newProfile1_1.xul -lib/mozilla/chrome/profile/content/default/newProfile1_2.js -lib/mozilla/chrome/profile/content/default/newProfile1_2.xul -lib/mozilla/chrome/profile/content/default/profileManager.js -lib/mozilla/chrome/profile/content/default/profileMigrationProgress.js -lib/mozilla/chrome/profile/content/default/profileMigrationProgress.xul -lib/mozilla/chrome/profile/content/default/profileSelection.js -lib/mozilla/chrome/profile/content/default/profileSelection.xul -lib/mozilla/chrome/profile/locale/en-US/activation.dtd -lib/mozilla/chrome/profile/locale/en-US/confirmMigration.dtd -lib/mozilla/chrome/profile/locale/en-US/createProfileWizard.dtd -lib/mozilla/chrome/profile/locale/en-US/createProfileWizard.properties -lib/mozilla/chrome/profile/locale/en-US/migration.properties -lib/mozilla/chrome/profile/locale/en-US/newProfile1_1.dtd -lib/mozilla/chrome/profile/locale/en-US/newProfile1_2.dtd -lib/mozilla/chrome/profile/locale/en-US/newProfile1_2.properties -lib/mozilla/chrome/profile/locale/en-US/profileManager.properties -lib/mozilla/chrome/profile/locale/en-US/profileManagerDelete.dtd -lib/mozilla/chrome/profile/locale/en-US/profileManagerMigrateAll.dtd -lib/mozilla/chrome/profile/locale/en-US/profileMigrationProgress.dtd -lib/mozilla/chrome/profile/locale/en-US/profileSelection.dtd -lib/mozilla/chrome/profile/skin/default/migrate.gif -lib/mozilla/chrome/profile/skin/default/newProfile1_2.css -lib/mozilla/chrome/profile/skin/default/profile.css -lib/mozilla/chrome/profile/skin/default/profileManager.css -lib/mozilla/chrome/profile/skin/default/profileicon-large.gif -lib/mozilla/chrome/regviewer/content/default/regviewer.js -lib/mozilla/chrome/regviewer/content/default/regviewer.xul -lib/mozilla/chrome/regviewer/locale/en-US/regviewer.dtd -lib/mozilla/chrome/regviewer/skin/default/regviewer.css -lib/mozilla/chrome/related/content/default/related-panel.js -lib/mozilla/chrome/related/content/default/related-panel.xul -lib/mozilla/chrome/related/locale/en-US/related-panel.dtd -lib/mozilla/chrome/related/skin/default/related.css -lib/mozilla/chrome/related/skin/default/sitemap.gif -lib/mozilla/chrome/search/content/default/default.htm -lib/mozilla/chrome/search/content/default/find.js -lib/mozilla/chrome/search/content/default/find.xul -lib/mozilla/chrome/search/content/default/findresults.xul -lib/mozilla/chrome/search/content/default/internet.js -lib/mozilla/chrome/search/content/default/internet.xul -lib/mozilla/chrome/search/content/default/internetresults.js -lib/mozilla/chrome/search/content/default/internetresults.xul -lib/mozilla/chrome/search/content/default/search-panel.js -lib/mozilla/chrome/search/content/default/search-panel.xul -lib/mozilla/chrome/search/content/default/search.js -lib/mozilla/chrome/search/content/default/search.xul -lib/mozilla/chrome/search/content/default/shared.js -lib/mozilla/chrome/search/locale/en-US/find.dtd -lib/mozilla/chrome/search/locale/en-US/findresults.dtd -lib/mozilla/chrome/search/locale/en-US/internet.dtd -lib/mozilla/chrome/search/locale/en-US/internetresults.dtd -lib/mozilla/chrome/search/locale/en-US/search-panel.dtd -lib/mozilla/chrome/search/locale/en-US/search-panel.properties -lib/mozilla/chrome/search/locale/en-US/search.dtd -lib/mozilla/chrome/search/skin/default/category.gif -lib/mozilla/chrome/search/skin/default/findresults.css -lib/mozilla/chrome/search/skin/default/icons.css -lib/mozilla/chrome/search/skin/default/internet.css -lib/mozilla/chrome/search/skin/default/internetresults.css -lib/mozilla/chrome/search/skin/default/result.gif -lib/mozilla/chrome/search/skin/default/search.css -lib/mozilla/chrome/security/locale/en-US/security.properties -lib/mozilla/chrome/sidebar/content/default/customize-panel.js -lib/mozilla/chrome/sidebar/content/default/customize-panel.xul -lib/mozilla/chrome/sidebar/content/default/customize.js -lib/mozilla/chrome/sidebar/content/default/customize.xul -lib/mozilla/chrome/sidebar/content/default/local-panels.rdf -lib/mozilla/chrome/sidebar/content/default/preview.js -lib/mozilla/chrome/sidebar/content/default/preview.xul -lib/mozilla/chrome/sidebar/content/default/sidebarOverlay.js -lib/mozilla/chrome/sidebar/content/default/sidebarOverlay.xul -lib/mozilla/chrome/sidebar/locale/en-US/customize.dtd -lib/mozilla/chrome/sidebar/locale/en-US/local-panels.dtd -lib/mozilla/chrome/sidebar/locale/en-US/preview.dtd -lib/mozilla/chrome/sidebar/locale/en-US/sidebarOverlay.dtd -lib/mozilla/chrome/sidebar/skin/default/customize.css -lib/mozilla/chrome/sidebar/skin/default/list-down-dis.gif -lib/mozilla/chrome/sidebar/skin/default/list-down.gif -lib/mozilla/chrome/sidebar/skin/default/list-up-dis.gif -lib/mozilla/chrome/sidebar/skin/default/list-up.gif -lib/mozilla/chrome/sidebar/skin/default/preview.css -lib/mozilla/chrome/sidebar/skin/default/sidebar-bottomright-cap.gif -lib/mozilla/chrome/sidebar/skin/default/sidebar-icon.gif -lib/mozilla/chrome/sidebar/skin/default/sidebar-topright-cap.gif -lib/mozilla/chrome/sidebar/skin/default/sidebar.css -lib/mozilla/chrome/sidebar/skin/default/sidebarOverlay.css -lib/mozilla/chrome/timebomb/content/default/expireText.xul -lib/mozilla/chrome/timebomb/content/default/warn.xul -lib/mozilla/chrome/timebomb/locale/en-US/timebomb.dtd -lib/mozilla/chrome/wallet/content/default/CookieViewer.js -lib/mozilla/chrome/wallet/content/default/CookieViewer.xul -lib/mozilla/chrome/wallet/content/default/SignonViewer.js -lib/mozilla/chrome/wallet/content/default/SignonViewer.xul -lib/mozilla/chrome/wallet/content/default/WalletEditor.js -lib/mozilla/chrome/wallet/content/default/WalletEditor.xul -lib/mozilla/chrome/wallet/content/default/WalletPreview.js -lib/mozilla/chrome/wallet/content/default/WalletPreview.xul -lib/mozilla/chrome/wallet/locale/en-US/CookieViewer.dtd -lib/mozilla/chrome/wallet/locale/en-US/CookieViewer.properties -lib/mozilla/chrome/wallet/locale/en-US/SignonViewer.dtd -lib/mozilla/chrome/wallet/locale/en-US/SignonViewer.properties -lib/mozilla/chrome/wallet/locale/en-US/WalletEditor.dtd -lib/mozilla/chrome/wallet/locale/en-US/WalletEditor.properties -lib/mozilla/chrome/wallet/locale/en-US/WalletPreview.properties -lib/mozilla/chrome/wallet/locale/en-US/cookie.properties -lib/mozilla/chrome/wallet/locale/en-US/wallet.properties -lib/mozilla/chrome/wallet/skin/default/CookieViewer.css -lib/mozilla/chrome/wallet/skin/default/SignonViewer.css -lib/mozilla/chrome/wallet/skin/default/WalletEditor.css -lib/mozilla/chrome/wallet/skin/default/wallet.css -lib/mozilla/chrome/xmlterm/content/default/XMLTermChrome.js -lib/mozilla/chrome/xmlterm/content/default/XMLTermCommands.js -lib/mozilla/chrome/xmlterm/content/default/xmltblank.html -lib/mozilla/chrome/xmlterm/content/default/xmlterm.html -lib/mozilla/chrome/xmlterm/content/default/xmlterm.xul -lib/mozilla/chrome/xmlterm/content/default/xmlterm2.xul -lib/mozilla/chrome/xmlterm/content/default/xmltermAbout.html -lib/mozilla/chrome/xmlterm/content/default/xmltermTips.html -lib/mozilla/chrome/xmlterm/skin/default/images/ficon.gif -lib/mozilla/chrome/xmlterm/skin/default/images/wheel.gif -lib/mozilla/chrome/xmlterm/skin/default/xmlterm.css -lib/mozilla/chrome/xmlterm/skin/default/xmltpage.css -lib/mozilla/chrome/xpinstall/content/default/institems.js -lib/mozilla/chrome/xpinstall/content/default/institems.xul -lib/mozilla/chrome/xpinstall/content/default/xpistatus.js -lib/mozilla/chrome/xpinstall/content/default/xpistatus.xul -lib/mozilla/chrome/xpinstall/locale/en-US/institems.dtd -lib/mozilla/chrome/xpinstall/locale/en-US/progress.dtd -lib/mozilla/chrome/xpinstall/locale/en-US/xpinstall.properties -lib/mozilla/chrome/xpinstall/locale/en-US/xpistatus.dtd -lib/mozilla/chrome/xpinstall/skin/default/xpinstall.css -lib/mozilla/chrome/xul.css -lib/mozilla/chrome/xulBindings.xml -lib/mozilla/component.reg -lib/mozilla/components/addrbook.xpt -lib/mozilla/components/appshell.xpt -lib/mozilla/components/bookmarks.xpt -lib/mozilla/components/caps.xpt -lib/mozilla/components/chrome.xpt -lib/mozilla/components/consoleservice.xpt -lib/mozilla/components/cookieviewer.xpt -lib/mozilla/components/directory.xpt -lib/mozilla/components/docshell.xpt -lib/mozilla/components/dom.xpt -lib/mozilla/components/editor.xpt -lib/mozilla/components/gfx.xpt -lib/mozilla/components/history.xpt -lib/mozilla/components/import.xpt -lib/mozilla/components/intl.xpt -lib/mozilla/components/jar.xpt -lib/mozilla/components/jsurl.xpt -lib/mozilla/components/layout.xpt -lib/mozilla/components/libMyService.so -lib/mozilla/components/libaddrbook.so -lib/mozilla/components/libbookmarks.so -lib/mozilla/components/libcaps.so -lib/mozilla/components/libchardet.so -lib/mozilla/components/libchrome.so -lib/mozilla/components/libconsoleservice.so -lib/mozilla/components/libconverters.so -lib/mozilla/components/libcookie.so -lib/mozilla/components/libdirectory.so -lib/mozilla/components/libender.so -lib/mozilla/components/libgfxps.so -lib/mozilla/components/libhistory.so -lib/mozilla/components/libimpText.so -lib/mozilla/components/libimport.so -lib/mozilla/components/libjar50.so -lib/mozilla/components/libjsloader.so -lib/mozilla/components/libjsurl.so -lib/mozilla/components/liblocalmail.so -lib/mozilla/components/liblwbrk.so -lib/mozilla/components/libmailnews.so -lib/mozilla/components/libmime.so -lib/mozilla/components/libmimeemitter.so -lib/mozilla/components/libmimetype.so -lib/mozilla/components/libmork.so -lib/mozilla/components/libmozbrwsr.so -lib/mozilla/components/libmozfind.so -lib/mozilla/components/libmozucth.so -lib/mozilla/components/libmozxfer.so -lib/mozilla/components/libmsgcompose.so -lib/mozilla/components/libmsgdb.so -lib/mozilla/components/libmsgimap.so -lib/mozilla/components/libmsgnews.so -lib/mozilla/components/libnecko.so -lib/mozilla/components/libnecko_about.so -lib/mozilla/components/libnecko_cache.so -lib/mozilla/components/libnecko_data.so -lib/mozilla/components/libnecko_datetime.so -lib/mozilla/components/libnecko_file.so -lib/mozilla/components/libnecko_finger.so -lib/mozilla/components/libnecko_ftp.so -lib/mozilla/components/libnecko_http.so -lib/mozilla/components/libnecko_jar.so -lib/mozilla/components/libnecko_res.so -lib/mozilla/components/libnkkyword.so -lib/mozilla/components/libnsappshell.so -lib/mozilla/components/libnsgif.so -lib/mozilla/components/libnsjpg.so -lib/mozilla/components/libnslocale.so -lib/mozilla/components/libnspng.so -lib/mozilla/components/libnsprefm.so -lib/mozilla/components/liboji.so -lib/mozilla/components/libpref.so -lib/mozilla/components/libprofile.so -lib/mozilla/components/libpsmglue.so -lib/mozilla/components/libraptorhtml.so -lib/mozilla/components/libraptorhtmlpars.so -lib/mozilla/components/libraptorview.so -lib/mozilla/components/librdf.so -lib/mozilla/components/librdfdomds.so -lib/mozilla/components/libregviewer.so -lib/mozilla/components/librelated.so -lib/mozilla/components/libsample.so -lib/mozilla/components/libsearch.so -lib/mozilla/components/libshistory.so -lib/mozilla/components/libsigned.so -lib/mozilla/components/libsmime.so -lib/mozilla/components/libstreamconv.so -lib/mozilla/components/libstrres.so -lib/mozilla/components/libtbmb.so -lib/mozilla/components/libtimer_gtk.so -lib/mozilla/components/libtoolkit_service.so -lib/mozilla/components/libtxmgr.so -lib/mozilla/components/libtxtsvc.so -lib/mozilla/components/libuconv.so -lib/mozilla/components/libucvcn.so -lib/mozilla/components/libucvibm.so -lib/mozilla/components/libucvja.so -lib/mozilla/components/libucvko.so -lib/mozilla/components/libucvlatin.so -lib/mozilla/components/libucvmath.so -lib/mozilla/components/libucvtw.so -lib/mozilla/components/libucvtw2.so -lib/mozilla/components/libunicharutil.so -lib/mozilla/components/liburiloader.so -lib/mozilla/components/libvcard.so -lib/mozilla/components/libwallet.so -lib/mozilla/components/libwalletviewers.so -lib/mozilla/components/libwebbrwsr.so -lib/mozilla/components/libxmlterm.so -lib/mozilla/components/libxpconnect.so -lib/mozilla/components/libxpctest.so -lib/mozilla/components/libxpinstall.so -lib/mozilla/components/locale.xpt -lib/mozilla/components/mailnews.xpt -lib/mozilla/components/mime.xpt -lib/mozilla/components/mimetype.xpt -lib/mozilla/components/mozbrwsr.xpt -lib/mozilla/components/mozcomps.xpt -lib/mozilla/components/mozfind.xpt -lib/mozilla/components/mozucth.xpt -lib/mozilla/components/mozxfer.xpt -lib/mozilla/components/msgbase.xpt -lib/mozilla/components/msgcompose.xpt -lib/mozilla/components/msgdb.xpt -lib/mozilla/components/msgimap.xpt -lib/mozilla/components/msglocal.xpt -lib/mozilla/components/msgnews.xpt -lib/mozilla/components/msgsearch.xpt -lib/mozilla/components/necko_about.xpt -lib/mozilla/components/necko_base.xpt -lib/mozilla/components/necko_data.xpt -lib/mozilla/components/necko_dns.xpt -lib/mozilla/components/necko_ftp.xpt -lib/mozilla/components/necko_http.xpt -lib/mozilla/components/necko_jar.xpt -lib/mozilla/components/necko_res.xpt -lib/mozilla/components/necko_socket.xpt -lib/mozilla/components/necko_stream_converter.xpt -lib/mozilla/components/nkcache.xpt -lib/mozilla/components/nsFilePicker.js -lib/mozilla/components/nsSample.js -lib/mozilla/components/nsSidebar.js -lib/mozilla/components/oji.xpt -lib/mozilla/components/pref.xpt -lib/mozilla/components/prefmigr.xpt -lib/mozilla/components/profile.xpt -lib/mozilla/components/proxyObjInst.xpt -lib/mozilla/components/proxytest.xpt -lib/mozilla/components/psmglue.xpt -lib/mozilla/components/rdf.xpt -lib/mozilla/components/rdfdomds.xpt -lib/mozilla/components/regviewer.xpt -lib/mozilla/components/related.xpt -lib/mozilla/components/remote.xpt -lib/mozilla/components/remoteControl.js -lib/mozilla/components/sample.xpt -lib/mozilla/components/search.xpt -lib/mozilla/components/shistory.xpt -lib/mozilla/components/sidebar.xpt -lib/mozilla/components/signonviewer.xpt -lib/mozilla/components/tbmb.xpt -lib/mozilla/components/txmgr.xpt -lib/mozilla/components/uconv.xpt -lib/mozilla/components/unicharutil.xpt -lib/mozilla/components/uriloader.xpt -lib/mozilla/components/util.xpt -lib/mozilla/components/wallet.xpt -lib/mozilla/components/walleteditor.xpt -lib/mozilla/components/walletpreview.xpt -lib/mozilla/components/webBrowser_core.xpt -lib/mozilla/components/webBrowser_setup.xpt -lib/mozilla/components/widget.xpt -lib/mozilla/components/xmlterm.xpt -lib/mozilla/components/xpcom_base.xpt -lib/mozilla/components/xpcom_components.xpt -lib/mozilla/components/xpcom_ds.xpt -lib/mozilla/components/xpcom_io.xpt -lib/mozilla/components/xpcom_threads.xpt -lib/mozilla/components/xpconnect.xpt -lib/mozilla/components/xpconnect_tests.xpt -lib/mozilla/components/xpinstall.xpt -lib/mozilla/defaults/pref/all.js -lib/mozilla/defaults/pref/config.js -lib/mozilla/defaults/pref/editor.js -lib/mozilla/defaults/pref/initpref.js -lib/mozilla/defaults/pref/mailnews.js -lib/mozilla/defaults/pref/psm-glue.js -lib/mozilla/defaults/pref/unix.js -lib/mozilla/defaults/pref/xpinstall.js -lib/mozilla/defaults/profile/bookmarks.html -lib/mozilla/defaults/profile/panels.rdf -lib/mozilla/dtd/mathml.dtd -lib/mozilla/escape -lib/mozilla/geturl -lib/mozilla/htmlrobot -lib/mozilla/icons/mozicon16.xpm -lib/mozilla/icons/mozicon50.xpm -lib/mozilla/libDebugRobot.so -lib/mozilla/libcmt.so -lib/mozilla/libdocshell.so -lib/mozilla/libgfx_gtk.so -lib/mozilla/libgtksuperwin.so -lib/mozilla/libjsdom.so -lib/mozilla/libjsj.so -lib/mozilla/libmozjs.so -lib/mozilla/libmsgbaseutil.so -lib/mozilla/libnspr4.so -lib/mozilla/libplc4.so -lib/mozilla/libplds4.so -lib/mozilla/libprotocol.so -lib/mozilla/libraptorgfx.so -lib/mozilla/libraptorplugin.so -lib/mozilla/libraptorwebwidget.so -lib/mozilla/libtestdynamic.so -lib/mozilla/libwidget_gtk.so -lib/mozilla/libxpcom.so -lib/mozilla/libxpistub.so -lib/mozilla/lots -lib/mozilla/menuhack -lib/mozilla/mozilla -lib/mozilla/mozilla-bin -lib/mozilla/mozilla-config -lib/mozilla/mozilla-viewer.sh -lib/mozilla/msgcomposetest2 -lib/mozilla/netscape.cfg -lib/mozilla/nsIFileTest -lib/mozilla/nsinstall -lib/mozilla/pop3Test -lib/mozilla/proxytests -lib/mozilla/rdfcat -lib/mozilla/rdfpoll -lib/mozilla/regExport -lib/mozilla/regxpcom -lib/mozilla/res/DistinguishedSchema.tbl -lib/mozilla/res/FieldSchema.tbl -lib/mozilla/res/SchemaConcat.tbl -lib/mozilla/res/URLFieldSchema.tbl -lib/mozilla/res/arrow.gif -lib/mozilla/res/charsetData.properties -lib/mozilla/res/charsetTitles.properties -lib/mozilla/res/charsetalias.properties -lib/mozilla/res/entityTables/html40Latin1.properties -lib/mozilla/res/entityTables/html40Special.properties -lib/mozilla/res/entityTables/html40Symbols.properties -lib/mozilla/res/entityTables/htmlEntityVersions.properties -lib/mozilla/res/entityTables/transliterate.properties -lib/mozilla/res/html.css -lib/mozilla/res/html/broken-image.gif -lib/mozilla/res/html/gopher-audio.gif -lib/mozilla/res/html/gopher-binary.gif -lib/mozilla/res/html/gopher-find.gif -lib/mozilla/res/html/gopher-image.gif -lib/mozilla/res/html/gopher-menu.gif -lib/mozilla/res/html/gopher-movie.gif -lib/mozilla/res/html/gopher-telnet.gif -lib/mozilla/res/html/gopher-text.gif -lib/mozilla/res/html/gopher-unknown.gif -lib/mozilla/res/mailnews/tests/AccountManagerTest.js -lib/mozilla/res/mailnews/tests/AccountManagerTest.xul -lib/mozilla/res/rdf/article.gif -lib/mozilla/res/rdf/datasets/AOLSearch.gif -lib/mozilla/res/rdf/datasets/AOLSearch.src -lib/mozilla/res/rdf/datasets/CompuServe.jpg -lib/mozilla/res/rdf/datasets/CompuServe.src -lib/mozilla/res/rdf/datasets/ICQ.gif -lib/mozilla/res/rdf/datasets/ICQ.src -lib/mozilla/res/rdf/datasets/Jobs.gif -lib/mozilla/res/rdf/datasets/Jobs.src -lib/mozilla/res/rdf/datasets/Music_Artist.gif -lib/mozilla/res/rdf/datasets/Music_Artist.src -lib/mozilla/res/rdf/datasets/NetscapeSearch.gif -lib/mozilla/res/rdf/datasets/NetscapeSearch.src -lib/mozilla/res/rdf/datasets/Shareware.gif -lib/mozilla/res/rdf/datasets/Shareware.src -lib/mozilla/res/rdf/datasets/Tech_News.gif -lib/mozilla/res/rdf/datasets/Tech_News.src -lib/mozilla/res/rdf/datasets/category.rdf -lib/mozilla/res/rdf/document.gif -lib/mozilla/res/rdf/dom-test-1.xul -lib/mozilla/res/rdf/dom-test-2.xul -lib/mozilla/res/rdf/dom-test-3.xul -lib/mozilla/res/rdf/dom-test-4.css -lib/mozilla/res/rdf/dom-test-4.xul -lib/mozilla/res/rdf/dom-test-5.xul -lib/mozilla/res/rdf/dom-test-6.xul -lib/mozilla/res/rdf/dom-test-7.xul -lib/mozilla/res/rdf/dom-test-8.xul -lib/mozilla/res/rdf/folder-closed.gif -lib/mozilla/res/rdf/folder-open.gif -lib/mozilla/res/rdf/ignore-test.xul -lib/mozilla/res/rdf/loading.gif -lib/mozilla/res/rdf/xpidl-test-1.xul -lib/mozilla/res/samples/Anieyes.gif -lib/mozilla/res/samples/aform.css -lib/mozilla/res/samples/beeptest.html -lib/mozilla/res/samples/bform.css -lib/mozilla/res/samples/bg.jpg -lib/mozilla/res/samples/cform.css -lib/mozilla/res/samples/checkboxTest.xul -lib/mozilla/res/samples/colorpicker.xul -lib/mozilla/res/samples/demoform.css -lib/mozilla/res/samples/dexanimdialog.xul -lib/mozilla/res/samples/dexanimmaster.xul -lib/mozilla/res/samples/dexopenchrome.xul -lib/mozilla/res/samples/dexparamdialog.html -lib/mozilla/res/samples/dexparamdialog.xul -lib/mozilla/res/samples/dexparammaster.xul -lib/mozilla/res/samples/dexsimpledialog.xul -lib/mozilla/res/samples/dexsimplemaster.xul -lib/mozilla/res/samples/find.html -lib/mozilla/res/samples/gear1.gif -lib/mozilla/res/samples/hidetoolicon.css -lib/mozilla/res/samples/hidetoolicon.xul -lib/mozilla/res/samples/image_props.html -lib/mozilla/res/samples/mozform.css -lib/mozilla/res/samples/printsetup.html -lib/mozilla/res/samples/raptor.jpg -lib/mozilla/res/samples/rock_gra.gif -lib/mozilla/res/samples/sampleimages/bongo.gif -lib/mozilla/res/samples/sampleimages/down.gif -lib/mozilla/res/samples/sampleimages/left.gif -lib/mozilla/res/samples/sampleimages/right.gif -lib/mozilla/res/samples/sampleimages/up.gif -lib/mozilla/res/samples/scrollbarTest1.xul -lib/mozilla/res/samples/scrollbarTest2.xul -lib/mozilla/res/samples/sliderTest1.xul -lib/mozilla/res/samples/soundtest.html -lib/mozilla/res/samples/tab.xul -lib/mozilla/res/samples/test.wav -lib/mozilla/res/samples/test0.html -lib/mozilla/res/samples/test1.html -lib/mozilla/res/samples/test10.html -lib/mozilla/res/samples/test11.html -lib/mozilla/res/samples/test12.html -lib/mozilla/res/samples/test13.html -lib/mozilla/res/samples/test14.html -lib/mozilla/res/samples/test15.html -lib/mozilla/res/samples/test16.html -lib/mozilla/res/samples/test2.html -lib/mozilla/res/samples/test3.html -lib/mozilla/res/samples/test4.html -lib/mozilla/res/samples/test5.html -lib/mozilla/res/samples/test6.html -lib/mozilla/res/samples/test7.html -lib/mozilla/res/samples/test8-1.html -lib/mozilla/res/samples/test8.html -lib/mozilla/res/samples/test8dom.html -lib/mozilla/res/samples/test8sca.html -lib/mozilla/res/samples/test8siz.html -lib/mozilla/res/samples/test8tab.html -lib/mozilla/res/samples/test9.html -lib/mozilla/res/samples/test9a.html -lib/mozilla/res/samples/test9b.html -lib/mozilla/res/samples/test_ed.html -lib/mozilla/res/samples/test_form.html -lib/mozilla/res/samples/test_gfx.html -lib/mozilla/res/samples/test_lbox.html -lib/mozilla/res/samples/test_pr.html -lib/mozilla/res/samples/test_weight.html -lib/mozilla/res/samples/toolbarTest1.xul -lib/mozilla/res/samples/treeTest1.css -lib/mozilla/res/samples/treeTest1.xul -lib/mozilla/res/samples/widgets.xul -lib/mozilla/res/samples/xpconnect-sample.html -lib/mozilla/res/samples/xpmenu.xul -lib/mozilla/res/samples/xulTest.css -lib/mozilla/res/strres-test.dtd -lib/mozilla/res/strres-test.html -lib/mozilla/res/strres-test.js -lib/mozilla/res/strres-test.xul -lib/mozilla/res/strres.properties -lib/mozilla/res/test.properties -lib/mozilla/res/throbber/anim.gif -lib/mozilla/res/throbber/anims00.gif -lib/mozilla/res/throbber/anims01.gif -lib/mozilla/res/throbber/anims02.gif -lib/mozilla/res/throbber/anims03.gif -lib/mozilla/res/throbber/anims04.gif -lib/mozilla/res/throbber/anims05.gif -lib/mozilla/res/throbber/anims06.gif -lib/mozilla/res/throbber/anims07.gif -lib/mozilla/res/throbber/anims08.gif -lib/mozilla/res/throbber/anims09.gif -lib/mozilla/res/throbber/anims10.gif -lib/mozilla/res/throbber/anims11.gif -lib/mozilla/res/throbber/anims12.gif -lib/mozilla/res/throbber/anims13.gif -lib/mozilla/res/throbber/anims14.gif -lib/mozilla/res/throbber/anims15.gif -lib/mozilla/res/throbber/anims16.gif -lib/mozilla/res/throbber/anims17.gif -lib/mozilla/res/throbber/anims18.gif -lib/mozilla/res/throbber/anims19.gif -lib/mozilla/res/throbber/anims20.gif -lib/mozilla/res/throbber/anims21.gif -lib/mozilla/res/throbber/anims22.gif -lib/mozilla/res/throbber/anims23.gif -lib/mozilla/res/throbber/anims24.gif -lib/mozilla/res/throbber/anims25.gif -lib/mozilla/res/throbber/anims26.gif -lib/mozilla/res/throbber/anims27.gif -lib/mozilla/res/throbber/anims28.gif -lib/mozilla/res/throbber/anims29.gif -lib/mozilla/res/ua.css -lib/mozilla/res/unixcharset.properties -lib/mozilla/res/viewer.properties -lib/mozilla/res/xpinstall/progress.css -lib/mozilla/res/xpinstall/progress.html -lib/mozilla/res/xpinstall/progress.xul -lib/mozilla/run-mozilla.sh -lib/mozilla/sendlatertest -lib/mozilla/sendpage -lib/mozilla/splash.xpm -lib/mozilla/testimap -lib/mozilla/testmailnews -lib/mozilla/teststream -lib/mozilla/timebombgen -lib/mozilla/urltest -lib/mozilla/viewer -lib/mozilla/viewer_gtk -lib/mozilla/vreg -lib/mozilla/xcat -lib/mozilla/xls -lib/mozilla/xmlterm -lib/mozilla/xpcshell -lib/mozilla/xpidl -lib/mozilla/xpt_dump -lib/mozilla/xpt_link -@dirrm lib/mozilla/res/xpinstall -@dirrm lib/mozilla/res/throbber -@dirrm lib/mozilla/res/samples/sampleimages -@dirrm lib/mozilla/res/samples -@dirrm lib/mozilla/res/rdf/datasets -@dirrm lib/mozilla/res/rdf -@dirrm lib/mozilla/res/mailnews/tests -@dirrm lib/mozilla/res/mailnews -@dirrm lib/mozilla/res/html -@dirrm lib/mozilla/res/entityTables -@dirrm lib/mozilla/res -@dirrm lib/mozilla/plugins -@dirrm lib/mozilla/icons -@dirrm lib/mozilla/dtd -@dirrm lib/mozilla/defaults/profile -@dirrm lib/mozilla/defaults/pref -@dirrm lib/mozilla/defaults -@dirrm lib/mozilla/components -@dirrm lib/mozilla/chrome/xpinstall/skin/default -@dirrm lib/mozilla/chrome/xpinstall/skin -@dirrm lib/mozilla/chrome/xpinstall/locale/en-US -@dirrm lib/mozilla/chrome/xpinstall/locale -@dirrm lib/mozilla/chrome/xpinstall/content/default -@dirrm lib/mozilla/chrome/xpinstall/content -@dirrm lib/mozilla/chrome/xpinstall -@dirrm lib/mozilla/chrome/xmlterm/skin/default/images -@dirrm lib/mozilla/chrome/xmlterm/skin/default -@dirrm lib/mozilla/chrome/xmlterm/skin -@dirrm lib/mozilla/chrome/xmlterm/content/default -@dirrm lib/mozilla/chrome/xmlterm/content -@dirrm lib/mozilla/chrome/xmlterm -@dirrm lib/mozilla/chrome/wallet/skin/default -@dirrm lib/mozilla/chrome/wallet/skin -@dirrm lib/mozilla/chrome/wallet/locale/en-US -@dirrm lib/mozilla/chrome/wallet/locale -@dirrm lib/mozilla/chrome/wallet/content/default -@dirrm lib/mozilla/chrome/wallet/content -@dirrm lib/mozilla/chrome/wallet -@dirrm lib/mozilla/chrome/timebomb/locale/en-US -@dirrm lib/mozilla/chrome/timebomb/locale -@dirrm lib/mozilla/chrome/timebomb/content/default -@dirrm lib/mozilla/chrome/timebomb/content -@dirrm lib/mozilla/chrome/timebomb -@dirrm lib/mozilla/chrome/sidebar/skin/default -@dirrm lib/mozilla/chrome/sidebar/skin -@dirrm lib/mozilla/chrome/sidebar/locale/en-US -@dirrm lib/mozilla/chrome/sidebar/locale -@dirrm lib/mozilla/chrome/sidebar/content/default -@dirrm lib/mozilla/chrome/sidebar/content -@dirrm lib/mozilla/chrome/sidebar -@dirrm lib/mozilla/chrome/security/locale/en-US -@dirrm lib/mozilla/chrome/security/locale -@dirrm lib/mozilla/chrome/security -@dirrm lib/mozilla/chrome/search/skin/default -@dirrm lib/mozilla/chrome/search/skin -@dirrm lib/mozilla/chrome/search/locale/en-US -@dirrm lib/mozilla/chrome/search/locale -@dirrm lib/mozilla/chrome/search/content/default -@dirrm lib/mozilla/chrome/search/content -@dirrm lib/mozilla/chrome/search -@dirrm lib/mozilla/chrome/related/skin/default -@dirrm lib/mozilla/chrome/related/skin -@dirrm lib/mozilla/chrome/related/locale/en-US -@dirrm lib/mozilla/chrome/related/locale -@dirrm lib/mozilla/chrome/related/content/default -@dirrm lib/mozilla/chrome/related/content -@dirrm lib/mozilla/chrome/related -@dirrm lib/mozilla/chrome/regviewer/skin/default -@dirrm lib/mozilla/chrome/regviewer/skin -@dirrm lib/mozilla/chrome/regviewer/locale/en-US -@dirrm lib/mozilla/chrome/regviewer/locale -@dirrm lib/mozilla/chrome/regviewer/content/default -@dirrm lib/mozilla/chrome/regviewer/content -@dirrm lib/mozilla/chrome/regviewer -@dirrm lib/mozilla/chrome/profile/skin/default -@dirrm lib/mozilla/chrome/profile/skin -@dirrm lib/mozilla/chrome/profile/locale/en-US -@dirrm lib/mozilla/chrome/profile/locale -@dirrm lib/mozilla/chrome/profile/content/default -@dirrm lib/mozilla/chrome/profile/content -@dirrm lib/mozilla/chrome/profile -@dirrm lib/mozilla/chrome/pref/skin/default -@dirrm lib/mozilla/chrome/pref/skin -@dirrm lib/mozilla/chrome/pref/locale/en-US -@dirrm lib/mozilla/chrome/pref/locale -@dirrm lib/mozilla/chrome/pref/content/default -@dirrm lib/mozilla/chrome/pref/content -@dirrm lib/mozilla/chrome/pref -@dirrm lib/mozilla/chrome/navigator/skin/default -@dirrm lib/mozilla/chrome/navigator/skin -@dirrm lib/mozilla/chrome/navigator/locale/en-US -@dirrm lib/mozilla/chrome/navigator/locale -@dirrm lib/mozilla/chrome/navigator/content/default -@dirrm lib/mozilla/chrome/navigator/content -@dirrm lib/mozilla/chrome/navigator -@dirrm lib/mozilla/chrome/messengercompose/skin/default -@dirrm lib/mozilla/chrome/messengercompose/skin -@dirrm lib/mozilla/chrome/messengercompose/locale/en-US -@dirrm lib/mozilla/chrome/messengercompose/locale -@dirrm lib/mozilla/chrome/messengercompose/content/default -@dirrm lib/mozilla/chrome/messengercompose/content -@dirrm lib/mozilla/chrome/messengercompose -@dirrm lib/mozilla/chrome/messenger/skin/default -@dirrm lib/mozilla/chrome/messenger/skin -@dirrm lib/mozilla/chrome/messenger/locale/en-US -@dirrm lib/mozilla/chrome/messenger/locale -@dirrm lib/mozilla/chrome/messenger/content/default -@dirrm lib/mozilla/chrome/messenger/content -@dirrm lib/mozilla/chrome/messenger -@dirrm lib/mozilla/chrome/layout/locale/en-US -@dirrm lib/mozilla/chrome/layout/locale -@dirrm lib/mozilla/chrome/layout -@dirrm lib/mozilla/chrome/history/skin/default -@dirrm lib/mozilla/chrome/history/skin -@dirrm lib/mozilla/chrome/history/locale/en-US -@dirrm lib/mozilla/chrome/history/locale -@dirrm lib/mozilla/chrome/history/content/default -@dirrm lib/mozilla/chrome/history/content -@dirrm lib/mozilla/chrome/history -@dirrm lib/mozilla/chrome/global/skin/default -@dirrm lib/mozilla/chrome/global/skin -@dirrm lib/mozilla/chrome/global/locale/en-US -@dirrm lib/mozilla/chrome/global/locale -@dirrm lib/mozilla/chrome/global/content/default -@dirrm lib/mozilla/chrome/global/content -@dirrm lib/mozilla/chrome/global -@dirrm lib/mozilla/chrome/editor/skin/default/images -@dirrm lib/mozilla/chrome/editor/skin/default -@dirrm lib/mozilla/chrome/editor/skin -@dirrm lib/mozilla/chrome/editor/locale/en-US -@dirrm lib/mozilla/chrome/editor/locale -@dirrm lib/mozilla/chrome/editor/content/default -@dirrm lib/mozilla/chrome/editor/content -@dirrm lib/mozilla/chrome/editor -@dirrm lib/mozilla/chrome/domviewer/content/default -@dirrm lib/mozilla/chrome/domviewer/content -@dirrm lib/mozilla/chrome/domviewer -@dirrm lib/mozilla/chrome/directory/skin/default -@dirrm lib/mozilla/chrome/directory/skin -@dirrm lib/mozilla/chrome/directory/locale/en-US -@dirrm lib/mozilla/chrome/directory/locale -@dirrm lib/mozilla/chrome/directory/content/default -@dirrm lib/mozilla/chrome/directory/content -@dirrm lib/mozilla/chrome/directory -@dirrm lib/mozilla/chrome/bookmarks/skin/default -@dirrm lib/mozilla/chrome/bookmarks/skin -@dirrm lib/mozilla/chrome/bookmarks/locale/en-US -@dirrm lib/mozilla/chrome/bookmarks/locale -@dirrm lib/mozilla/chrome/bookmarks/content/default -@dirrm lib/mozilla/chrome/bookmarks/content -@dirrm lib/mozilla/chrome/bookmarks -@dirrm lib/mozilla/chrome/addressbook/skin/default -@dirrm lib/mozilla/chrome/addressbook/skin -@dirrm lib/mozilla/chrome/addressbook/locale/en-US -@dirrm lib/mozilla/chrome/addressbook/locale -@dirrm lib/mozilla/chrome/addressbook/content/default -@dirrm lib/mozilla/chrome/addressbook/content -@dirrm lib/mozilla/chrome/addressbook -@dirrm lib/mozilla/chrome -@dirrm lib/mozilla/OutTestData -@dirrm lib/mozilla diff --git a/www/squid/Makefile b/www/squid/Makefile deleted file mode 100644 index 7595a8afd6f6..000000000000 --- a/www/squid/Makefile +++ /dev/null @@ -1,118 +0,0 @@ -# New ports collection makefile for: squid -# Date created: Thu Nov 7 00:53:18 WST 1996 -# Whom: Peter Wemm <peter@freebsd.org> -# -# $FreeBSD$ -# - -PORTNAME= squid -PORTVERSION= 2.3 -CATEGORIES= www -MASTER_SITES= \ - ftp://squid.nlanr.net/pub/squid-2/STABLE/ \ - ftp://www.unimelb.edu.au/pub/cwis/servers/unix/squid/squid-2/STABLE/ \ - ftp://sunsite.auc.dk/pub/infosystems/squid/squid-2/STABLE/ \ - ftp://ftp.net.lut.ac.uk/squid/squid-2/STABLE/ -DISTNAME= squid-2.3.STABLE3 -EXTRACT_SUFX= -src.tar.gz - -PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.3/bugs/ -PATCHFILES= squid-2.3.stable3-storeExpiredReferenceAge.patch - -MAINTAINER= peter@freebsd.org - -DIST_SUBDIR= squid2.3 -PATCH_DIST_STRIP= -p0 -GNU_CONFIGURE= yes -# Follow the apache port's lead... -CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \ - --localstatedir=${PREFIX}/squid -CONFIGURE_ENV= CFLAGS="" -STRIP= # won't install scripts correctly othervise. -MAKEFILE= makefile - -# Some other configure options.. -# - Compile and use the malloc package from Doug Lea -#CONFIGURE_ARGS+= --enable-dlmalloc -# - Compile and use the supplied GNUregex routines instead of BSD regex. -#CONFIGURE_ARGS+= --enable-gnuregex -# - Enable simple malloc debugging -#CONFIGURE_ARGS+= --enable-xmalloc-debug -# - Detailed trace of memory allocations -#CONFIGURE_ARGS+= --enable-xmalloc-debug-count -# - Show malloc statistics in cachemgr status pages -#CONFIGURE_ARGS+= --enable-xmalloc-statistics -# - Enable CARP support -#CONFIGURE_ARGS+= --enable-carp -# - Use ASYNC disk I/O (Requires real threads, apparently runs on 3.0 libc_r) -#CONFIGURE_ARGS+= --enable-async-io -# - Enable ICMP pinging for heirarchy stats and selection -#CONFIGURE_ARGS+= --enable-icmp -# - Enable delay pools to limit bandwidth usage -#CONFIGURE_ARGS+= --enable-delay-pools -# - Enable generic memory use tracing -#CONFIGURE+ARGS+= --enable-mem-gen-trace -# - Enable logging of the User-Agent header -#CONFIGURE_ARGS+= --enable-useragent-log -# - Disable Web Cache Coordination Protocol -#CONFIGURE_ARGS+= --disable-wccp -# - Kill parent (eg: RunCache) on shutdown (use with great care!!) -#CONFIGURE_ARGS+= --enable-kill-parent-hack -# - Turn on SNMP server support -#CONFIGURE_ARGS+= --enable-snmp -# - Optimize time updates to one per second rather than calling gettimeofday() -#CONFIGURE_ARGS+= --enable-time-hack -# - Set an explicit hostname in cachemgr.cgi -#CONFIGURE_ARGS+= --enable-cachemgr-hostname=some.hostname -# - Enable ACL based on ethernet address (eg: for machines with dynamic DHCP -# assigned IP addresses) -#CONFIGURE_ARGS+= --enable-arp-acl -# - Enable HTCP protocol -#CONFIGURE_ARGS+= --enable-htcp -# - Enable Forw/Via database -#CONFIGURE_ARGS+= --enable-forw-via-db -# - Use Cache Digests - see http://squid.nlanr.net/Squid/FAQ/FAQ-16.html -#CONFIGURE_ARGS+= --enable-cache-digests -# - Select language for Error pages (see errors dir) -#CONFIGURE_ARGS+= --enable-err-language=lang -# (--enable-poll is not needed, it's detected correctly on 3.0) -# - Strict HTTP compliance -#CONFIGURE_ARGS+= --disable-http-violations -# - Enable Transparent Proxy support for IP-Filter systems (incl 3.0) -#CONFIGURE_ARGS+= --enable-ipf-transparent -# (--enable-leakfinder is a developer support tool only) -# - Compile out code that does optional Ident (RFC931) lookups -#CONFIGURE_ARGS+= --disable-ident-lookups -# - Disable squid's internal async DNS lookup code. -#CONFIGURE_ARGS+= --disable-internal-dns -# - Use truncate() rather than unlink() -#CONFIGURE_ARGS+= --enable-truncate -# - accept the illegal '_' character in hostnames. -#CONFIGURE_ARGS+= --enable-underscores -# - Enable control of different heap replacement algorithms at runtime. -#CONFIGURE_ARGS+= --enable-heap-replacement - -post-install: - cd ${WRKSRC}/src; make install-pinger -.for file in client squid - if [ -f ${PREFIX}/sbin/${file} ] ; then \ - strip ${PREFIX}/sbin/${file} ; \ - fi -.endfor -.for file in cachemgr.cgi dnsserver pinger unlinkd - if [ -f ${PREFIX}/libexec/${file} ] ; then \ - strip ${PREFIX}/libexec/${file} ; \ - fi -.endfor - ${MKDIR} ${PREFIX}/squid/logs - ${MKDIR} ${PREFIX}/squid/cache - @if [ ! -f ${PREFIX}/etc/rc.d/squid.sh ]; then \ - ${ECHO} "Installing ${PREFIX}/etc/rc.d/squid.sh startup file."; \ - ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/squid.sh; \ - ${ECHO} "if [ -x ${PREFIX}/sbin/RunCache -a -f ${PREFIX}/etc/squid/squid.conf ]; then" >> ${PREFIX}/etc/rc.d/squid.sh; \ - ${ECHO} " (cd /tmp; ${PREFIX}/sbin/RunCache >/dev/null 2>&1 &) ; ${ECHO} -n ' squid'" >> ${PREFIX}/etc/rc.d/squid.sh; \ - ${ECHO} "fi" >> ${PREFIX}/etc/rc.d/squid.sh; \ - ${CHMOD} 751 ${PREFIX}/etc/rc.d/squid.sh; \ - fi - -.include <bsd.port.mk> diff --git a/www/squid/distinfo b/www/squid/distinfo deleted file mode 100644 index 7781215fd2c2..000000000000 --- a/www/squid/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (squid2.3/squid-2.3.STABLE3-src.tar.gz) = 8c2384ea5e17c68941fea4cdeef3b6f7 -MD5 (squid2.3/squid-2.3.stable3-storeExpiredReferenceAge.patch) = e98c735db35ed1f38363e54d9bf6d788 diff --git a/www/squid/files/patch-ak b/www/squid/files/patch-ak deleted file mode 100644 index 77563eb0b0f6..000000000000 --- a/www/squid/files/patch-ak +++ /dev/null @@ -1,18 +0,0 @@ -*** /tmp/configure.in Sat Feb 7 21:20:29 1998 ---- configure.in Sat Feb 7 21:24:48 1998 -*************** -*** 19,31 **** - REGEXLIB='' # -lregex - LIBREGEX='' # libregex.a - -- dnl use directory structure of cached as default (hack) -- if test "$libexecdir" = '${exec_prefix}/libexec'; then -- libexecdir='${bindir}' -- localstatedir='${prefix}' -- -- fi -- - dnl use .exe suffix for executables on cygwin32 platform - case "$host_os" in - cygwin32) ---- 19,24 ---- diff --git a/www/squid/files/patch-al b/www/squid/files/patch-al deleted file mode 100644 index 169be61b6251..000000000000 --- a/www/squid/files/patch-al +++ /dev/null @@ -1,15 +0,0 @@ ---- configure.orig Fri Feb 27 13:51:13 1998 -+++ configure Thu Mar 5 14:39:57 1998 -@@ -611,12 +611,6 @@ - REGEXLIB='' # -lregex - LIBREGEX='' # libregex.a - --if test "$libexecdir" = '${exec_prefix}/libexec'; then -- libexecdir='${bindir}' -- localstatedir='${prefix}' -- --fi -- - case "$host_os" in - cygwin32) - exec_suffix=".exe" diff --git a/www/squid/pkg-comment b/www/squid/pkg-comment deleted file mode 100644 index eec4966b0f07..000000000000 --- a/www/squid/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The successful WWW proxy cache and accelerator diff --git a/www/squid/pkg-descr b/www/squid/pkg-descr deleted file mode 100644 index 646e01da5b32..000000000000 --- a/www/squid/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -This is the Squid Internet Object Cache developed by the National -Laboratory for Applied Networking Research (NLANR) and Internet -volunteers. This software is freely available for anyone to use. - -This software is based on the Harvest Object Cache developed by -the University of Colorado and the University of Southern California. -The Harvest home page is http://harvest.cs.colorado.edu/. - -ARPA funding for the Harvest project has ended, the squid project has -continued development of the cache where Harvest finished. - -FreeBSD PORTER'S NOTES. To this moment, Squid is not well documented. -But you aren't lost in space: there is a mailing list, -<squid-users@nlanr.net>, where you will find some support and help. -We also _strongly_ suggest you to examine Web pages noted above. - -WWW: http://squid.nlanr.net/Squid/ diff --git a/www/squid/pkg-install b/www/squid/pkg-install deleted file mode 100644 index 2b6052e5aa11..000000000000 --- a/www/squid/pkg-install +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/sh - -PKGNAME=$1 - -case $2 in - PRE-INSTALL) - ;; - POST-INSTALL) - echo "==> Post-installation configuration of ${PKGNAME}" - echo "" - echo " o you DO need running nameservice to start and run ${PKGNAME}" - echo "" - echo " o use the ${PKGNAME} proxy and caching WWW Server by" - echo " configuring your WWW Navigator (Netscape, Mosaic,...)" - echo " to use it as a proxy server." - echo "" - echo "==> Press Enter to edit the ${PKGNAME} config file." - echo " (The defaults are reasonable; and the file is well commented)" - tput md - echo " You'd certainly like to pay attention to the" - echo " ACTUAL locations of cache \"spool\", logfiles, pidfile!" - tput me - if [ -z "${PACKAGE_BUILDING}" ]; then read skip; fi - chown root:wheel ${PREFIX:-/usr/local}/etc/squid/squid.conf* - chmod 644 ${PREFIX:-/usr/local}/etc/squid/squid.conf* - [ -f ${PREFIX:-/usr/local}/etc/squid/squid.conf ] || \ - cp -fp ${PREFIX:-/usr/local}/etc/squid/squid.conf.default \ - ${PREFIX:-/usr/local}/etc/squid/squid.conf - [ -f ${PREFIX:-/usr/local}/etc/squid/mime.conf ] || \ - cp -fp ${PREFIX:-/usr/local}/etc/squid/mime.conf.default \ - ${PREFIX:-/usr/local}/etc/squid/mime.conf - ${EDITOR:-vi} ${PREFIX:-/usr/local}/etc/squid/squid.conf \ - ${PREFIX:-/usr/local}/etc/squid/mime.conf - ;; - *) - echo "Unexpected Argument $2!!!" - exit 1 - ;; -esac -exit 0 - diff --git a/www/squid/pkg-plist b/www/squid/pkg-plist deleted file mode 100644 index 78971cf73940..000000000000 --- a/www/squid/pkg-plist +++ /dev/null @@ -1,70 +0,0 @@ -etc/rc.d/squid.sh -etc/squid/errors/ERR_ACCESS_DENIED -etc/squid/errors/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/ERR_CANNOT_FORWARD -etc/squid/errors/ERR_CONNECT_FAIL -etc/squid/errors/ERR_DNS_FAIL -etc/squid/errors/ERR_FORWARDING_DENIED -etc/squid/errors/ERR_FTP_DISABLED -etc/squid/errors/ERR_FTP_FAILURE -etc/squid/errors/ERR_FTP_FORBIDDEN -etc/squid/errors/ERR_FTP_NOT_FOUND -etc/squid/errors/ERR_FTP_PUT_CREATED -etc/squid/errors/ERR_FTP_PUT_ERROR -etc/squid/errors/ERR_FTP_PUT_MODIFIED -etc/squid/errors/ERR_FTP_UNAVAILABLE -etc/squid/errors/ERR_INVALID_REQ -etc/squid/errors/ERR_INVALID_URL -etc/squid/errors/ERR_LIFETIME_EXP -etc/squid/errors/ERR_NO_RELAY -etc/squid/errors/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/ERR_READ_ERROR -etc/squid/errors/ERR_READ_TIMEOUT -etc/squid/errors/ERR_SHUTTING_DOWN -etc/squid/errors/ERR_SOCKET_FAILURE -etc/squid/errors/ERR_TOO_BIG -etc/squid/errors/ERR_UNSUP_REQ -etc/squid/errors/ERR_URN_RESOLVE -etc/squid/errors/ERR_WRITE_ERROR -etc/squid/errors/ERR_ZERO_SIZE_OBJECT -etc/squid/icons/anthony-binhex.gif -etc/squid/icons/anthony-bomb.gif -etc/squid/icons/anthony-box.gif -etc/squid/icons/anthony-box2.gif -etc/squid/icons/anthony-c.gif -etc/squid/icons/anthony-compressed.gif -etc/squid/icons/anthony-dir.gif -etc/squid/icons/anthony-dirup.gif -etc/squid/icons/anthony-dvi.gif -etc/squid/icons/anthony-f.gif -etc/squid/icons/anthony-image.gif -etc/squid/icons/anthony-image2.gif -etc/squid/icons/anthony-layout.gif -etc/squid/icons/anthony-link.gif -etc/squid/icons/anthony-movie.gif -etc/squid/icons/anthony-pdf.gif -etc/squid/icons/anthony-portal.gif -etc/squid/icons/anthony-ps.gif -etc/squid/icons/anthony-quill.gif -etc/squid/icons/anthony-script.gif -etc/squid/icons/anthony-sound.gif -etc/squid/icons/anthony-tar.gif -etc/squid/icons/anthony-tex.gif -etc/squid/icons/anthony-text.gif -etc/squid/icons/anthony-unknown.gif -etc/squid/icons/anthony-xbm.gif -etc/squid/icons/anthony-xpm.gif -etc/squid/mib.txt -etc/squid/mime.conf.default -etc/squid/squid.conf.default -libexec/cachemgr.cgi -libexec/dnsserver -libexec/pinger -libexec/unlinkd -sbin/RunAccel -sbin/RunCache -sbin/client -sbin/squid -@exec mkdir -p %D/squid/cache -@exec mkdir -p %D/squid/logs diff --git a/www/squid25/Makefile b/www/squid25/Makefile deleted file mode 100644 index 7595a8afd6f6..000000000000 --- a/www/squid25/Makefile +++ /dev/null @@ -1,118 +0,0 @@ -# New ports collection makefile for: squid -# Date created: Thu Nov 7 00:53:18 WST 1996 -# Whom: Peter Wemm <peter@freebsd.org> -# -# $FreeBSD$ -# - -PORTNAME= squid -PORTVERSION= 2.3 -CATEGORIES= www -MASTER_SITES= \ - ftp://squid.nlanr.net/pub/squid-2/STABLE/ \ - ftp://www.unimelb.edu.au/pub/cwis/servers/unix/squid/squid-2/STABLE/ \ - ftp://sunsite.auc.dk/pub/infosystems/squid/squid-2/STABLE/ \ - ftp://ftp.net.lut.ac.uk/squid/squid-2/STABLE/ -DISTNAME= squid-2.3.STABLE3 -EXTRACT_SUFX= -src.tar.gz - -PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.3/bugs/ -PATCHFILES= squid-2.3.stable3-storeExpiredReferenceAge.patch - -MAINTAINER= peter@freebsd.org - -DIST_SUBDIR= squid2.3 -PATCH_DIST_STRIP= -p0 -GNU_CONFIGURE= yes -# Follow the apache port's lead... -CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \ - --localstatedir=${PREFIX}/squid -CONFIGURE_ENV= CFLAGS="" -STRIP= # won't install scripts correctly othervise. -MAKEFILE= makefile - -# Some other configure options.. -# - Compile and use the malloc package from Doug Lea -#CONFIGURE_ARGS+= --enable-dlmalloc -# - Compile and use the supplied GNUregex routines instead of BSD regex. -#CONFIGURE_ARGS+= --enable-gnuregex -# - Enable simple malloc debugging -#CONFIGURE_ARGS+= --enable-xmalloc-debug -# - Detailed trace of memory allocations -#CONFIGURE_ARGS+= --enable-xmalloc-debug-count -# - Show malloc statistics in cachemgr status pages -#CONFIGURE_ARGS+= --enable-xmalloc-statistics -# - Enable CARP support -#CONFIGURE_ARGS+= --enable-carp -# - Use ASYNC disk I/O (Requires real threads, apparently runs on 3.0 libc_r) -#CONFIGURE_ARGS+= --enable-async-io -# - Enable ICMP pinging for heirarchy stats and selection -#CONFIGURE_ARGS+= --enable-icmp -# - Enable delay pools to limit bandwidth usage -#CONFIGURE_ARGS+= --enable-delay-pools -# - Enable generic memory use tracing -#CONFIGURE+ARGS+= --enable-mem-gen-trace -# - Enable logging of the User-Agent header -#CONFIGURE_ARGS+= --enable-useragent-log -# - Disable Web Cache Coordination Protocol -#CONFIGURE_ARGS+= --disable-wccp -# - Kill parent (eg: RunCache) on shutdown (use with great care!!) -#CONFIGURE_ARGS+= --enable-kill-parent-hack -# - Turn on SNMP server support -#CONFIGURE_ARGS+= --enable-snmp -# - Optimize time updates to one per second rather than calling gettimeofday() -#CONFIGURE_ARGS+= --enable-time-hack -# - Set an explicit hostname in cachemgr.cgi -#CONFIGURE_ARGS+= --enable-cachemgr-hostname=some.hostname -# - Enable ACL based on ethernet address (eg: for machines with dynamic DHCP -# assigned IP addresses) -#CONFIGURE_ARGS+= --enable-arp-acl -# - Enable HTCP protocol -#CONFIGURE_ARGS+= --enable-htcp -# - Enable Forw/Via database -#CONFIGURE_ARGS+= --enable-forw-via-db -# - Use Cache Digests - see http://squid.nlanr.net/Squid/FAQ/FAQ-16.html -#CONFIGURE_ARGS+= --enable-cache-digests -# - Select language for Error pages (see errors dir) -#CONFIGURE_ARGS+= --enable-err-language=lang -# (--enable-poll is not needed, it's detected correctly on 3.0) -# - Strict HTTP compliance -#CONFIGURE_ARGS+= --disable-http-violations -# - Enable Transparent Proxy support for IP-Filter systems (incl 3.0) -#CONFIGURE_ARGS+= --enable-ipf-transparent -# (--enable-leakfinder is a developer support tool only) -# - Compile out code that does optional Ident (RFC931) lookups -#CONFIGURE_ARGS+= --disable-ident-lookups -# - Disable squid's internal async DNS lookup code. -#CONFIGURE_ARGS+= --disable-internal-dns -# - Use truncate() rather than unlink() -#CONFIGURE_ARGS+= --enable-truncate -# - accept the illegal '_' character in hostnames. -#CONFIGURE_ARGS+= --enable-underscores -# - Enable control of different heap replacement algorithms at runtime. -#CONFIGURE_ARGS+= --enable-heap-replacement - -post-install: - cd ${WRKSRC}/src; make install-pinger -.for file in client squid - if [ -f ${PREFIX}/sbin/${file} ] ; then \ - strip ${PREFIX}/sbin/${file} ; \ - fi -.endfor -.for file in cachemgr.cgi dnsserver pinger unlinkd - if [ -f ${PREFIX}/libexec/${file} ] ; then \ - strip ${PREFIX}/libexec/${file} ; \ - fi -.endfor - ${MKDIR} ${PREFIX}/squid/logs - ${MKDIR} ${PREFIX}/squid/cache - @if [ ! -f ${PREFIX}/etc/rc.d/squid.sh ]; then \ - ${ECHO} "Installing ${PREFIX}/etc/rc.d/squid.sh startup file."; \ - ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/squid.sh; \ - ${ECHO} "if [ -x ${PREFIX}/sbin/RunCache -a -f ${PREFIX}/etc/squid/squid.conf ]; then" >> ${PREFIX}/etc/rc.d/squid.sh; \ - ${ECHO} " (cd /tmp; ${PREFIX}/sbin/RunCache >/dev/null 2>&1 &) ; ${ECHO} -n ' squid'" >> ${PREFIX}/etc/rc.d/squid.sh; \ - ${ECHO} "fi" >> ${PREFIX}/etc/rc.d/squid.sh; \ - ${CHMOD} 751 ${PREFIX}/etc/rc.d/squid.sh; \ - fi - -.include <bsd.port.mk> diff --git a/www/squid25/distinfo b/www/squid25/distinfo deleted file mode 100644 index 7781215fd2c2..000000000000 --- a/www/squid25/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (squid2.3/squid-2.3.STABLE3-src.tar.gz) = 8c2384ea5e17c68941fea4cdeef3b6f7 -MD5 (squid2.3/squid-2.3.stable3-storeExpiredReferenceAge.patch) = e98c735db35ed1f38363e54d9bf6d788 diff --git a/www/squid25/files/patch-ak b/www/squid25/files/patch-ak deleted file mode 100644 index 77563eb0b0f6..000000000000 --- a/www/squid25/files/patch-ak +++ /dev/null @@ -1,18 +0,0 @@ -*** /tmp/configure.in Sat Feb 7 21:20:29 1998 ---- configure.in Sat Feb 7 21:24:48 1998 -*************** -*** 19,31 **** - REGEXLIB='' # -lregex - LIBREGEX='' # libregex.a - -- dnl use directory structure of cached as default (hack) -- if test "$libexecdir" = '${exec_prefix}/libexec'; then -- libexecdir='${bindir}' -- localstatedir='${prefix}' -- -- fi -- - dnl use .exe suffix for executables on cygwin32 platform - case "$host_os" in - cygwin32) ---- 19,24 ---- diff --git a/www/squid25/files/patch-al b/www/squid25/files/patch-al deleted file mode 100644 index 169be61b6251..000000000000 --- a/www/squid25/files/patch-al +++ /dev/null @@ -1,15 +0,0 @@ ---- configure.orig Fri Feb 27 13:51:13 1998 -+++ configure Thu Mar 5 14:39:57 1998 -@@ -611,12 +611,6 @@ - REGEXLIB='' # -lregex - LIBREGEX='' # libregex.a - --if test "$libexecdir" = '${exec_prefix}/libexec'; then -- libexecdir='${bindir}' -- localstatedir='${prefix}' -- --fi -- - case "$host_os" in - cygwin32) - exec_suffix=".exe" diff --git a/www/squid25/pkg-comment b/www/squid25/pkg-comment deleted file mode 100644 index eec4966b0f07..000000000000 --- a/www/squid25/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The successful WWW proxy cache and accelerator diff --git a/www/squid25/pkg-descr b/www/squid25/pkg-descr deleted file mode 100644 index 646e01da5b32..000000000000 --- a/www/squid25/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -This is the Squid Internet Object Cache developed by the National -Laboratory for Applied Networking Research (NLANR) and Internet -volunteers. This software is freely available for anyone to use. - -This software is based on the Harvest Object Cache developed by -the University of Colorado and the University of Southern California. -The Harvest home page is http://harvest.cs.colorado.edu/. - -ARPA funding for the Harvest project has ended, the squid project has -continued development of the cache where Harvest finished. - -FreeBSD PORTER'S NOTES. To this moment, Squid is not well documented. -But you aren't lost in space: there is a mailing list, -<squid-users@nlanr.net>, where you will find some support and help. -We also _strongly_ suggest you to examine Web pages noted above. - -WWW: http://squid.nlanr.net/Squid/ diff --git a/www/squid25/pkg-install b/www/squid25/pkg-install deleted file mode 100644 index 2b6052e5aa11..000000000000 --- a/www/squid25/pkg-install +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/sh - -PKGNAME=$1 - -case $2 in - PRE-INSTALL) - ;; - POST-INSTALL) - echo "==> Post-installation configuration of ${PKGNAME}" - echo "" - echo " o you DO need running nameservice to start and run ${PKGNAME}" - echo "" - echo " o use the ${PKGNAME} proxy and caching WWW Server by" - echo " configuring your WWW Navigator (Netscape, Mosaic,...)" - echo " to use it as a proxy server." - echo "" - echo "==> Press Enter to edit the ${PKGNAME} config file." - echo " (The defaults are reasonable; and the file is well commented)" - tput md - echo " You'd certainly like to pay attention to the" - echo " ACTUAL locations of cache \"spool\", logfiles, pidfile!" - tput me - if [ -z "${PACKAGE_BUILDING}" ]; then read skip; fi - chown root:wheel ${PREFIX:-/usr/local}/etc/squid/squid.conf* - chmod 644 ${PREFIX:-/usr/local}/etc/squid/squid.conf* - [ -f ${PREFIX:-/usr/local}/etc/squid/squid.conf ] || \ - cp -fp ${PREFIX:-/usr/local}/etc/squid/squid.conf.default \ - ${PREFIX:-/usr/local}/etc/squid/squid.conf - [ -f ${PREFIX:-/usr/local}/etc/squid/mime.conf ] || \ - cp -fp ${PREFIX:-/usr/local}/etc/squid/mime.conf.default \ - ${PREFIX:-/usr/local}/etc/squid/mime.conf - ${EDITOR:-vi} ${PREFIX:-/usr/local}/etc/squid/squid.conf \ - ${PREFIX:-/usr/local}/etc/squid/mime.conf - ;; - *) - echo "Unexpected Argument $2!!!" - exit 1 - ;; -esac -exit 0 - diff --git a/www/squid25/pkg-plist b/www/squid25/pkg-plist deleted file mode 100644 index 78971cf73940..000000000000 --- a/www/squid25/pkg-plist +++ /dev/null @@ -1,70 +0,0 @@ -etc/rc.d/squid.sh -etc/squid/errors/ERR_ACCESS_DENIED -etc/squid/errors/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/ERR_CANNOT_FORWARD -etc/squid/errors/ERR_CONNECT_FAIL -etc/squid/errors/ERR_DNS_FAIL -etc/squid/errors/ERR_FORWARDING_DENIED -etc/squid/errors/ERR_FTP_DISABLED -etc/squid/errors/ERR_FTP_FAILURE -etc/squid/errors/ERR_FTP_FORBIDDEN -etc/squid/errors/ERR_FTP_NOT_FOUND -etc/squid/errors/ERR_FTP_PUT_CREATED -etc/squid/errors/ERR_FTP_PUT_ERROR -etc/squid/errors/ERR_FTP_PUT_MODIFIED -etc/squid/errors/ERR_FTP_UNAVAILABLE -etc/squid/errors/ERR_INVALID_REQ -etc/squid/errors/ERR_INVALID_URL -etc/squid/errors/ERR_LIFETIME_EXP -etc/squid/errors/ERR_NO_RELAY -etc/squid/errors/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/ERR_READ_ERROR -etc/squid/errors/ERR_READ_TIMEOUT -etc/squid/errors/ERR_SHUTTING_DOWN -etc/squid/errors/ERR_SOCKET_FAILURE -etc/squid/errors/ERR_TOO_BIG -etc/squid/errors/ERR_UNSUP_REQ -etc/squid/errors/ERR_URN_RESOLVE -etc/squid/errors/ERR_WRITE_ERROR -etc/squid/errors/ERR_ZERO_SIZE_OBJECT -etc/squid/icons/anthony-binhex.gif -etc/squid/icons/anthony-bomb.gif -etc/squid/icons/anthony-box.gif -etc/squid/icons/anthony-box2.gif -etc/squid/icons/anthony-c.gif -etc/squid/icons/anthony-compressed.gif -etc/squid/icons/anthony-dir.gif -etc/squid/icons/anthony-dirup.gif -etc/squid/icons/anthony-dvi.gif -etc/squid/icons/anthony-f.gif -etc/squid/icons/anthony-image.gif -etc/squid/icons/anthony-image2.gif -etc/squid/icons/anthony-layout.gif -etc/squid/icons/anthony-link.gif -etc/squid/icons/anthony-movie.gif -etc/squid/icons/anthony-pdf.gif -etc/squid/icons/anthony-portal.gif -etc/squid/icons/anthony-ps.gif -etc/squid/icons/anthony-quill.gif -etc/squid/icons/anthony-script.gif -etc/squid/icons/anthony-sound.gif -etc/squid/icons/anthony-tar.gif -etc/squid/icons/anthony-tex.gif -etc/squid/icons/anthony-text.gif -etc/squid/icons/anthony-unknown.gif -etc/squid/icons/anthony-xbm.gif -etc/squid/icons/anthony-xpm.gif -etc/squid/mib.txt -etc/squid/mime.conf.default -etc/squid/squid.conf.default -libexec/cachemgr.cgi -libexec/dnsserver -libexec/pinger -libexec/unlinkd -sbin/RunAccel -sbin/RunCache -sbin/client -sbin/squid -@exec mkdir -p %D/squid/cache -@exec mkdir -p %D/squid/logs diff --git a/www/squid26/Makefile b/www/squid26/Makefile deleted file mode 100644 index 7595a8afd6f6..000000000000 --- a/www/squid26/Makefile +++ /dev/null @@ -1,118 +0,0 @@ -# New ports collection makefile for: squid -# Date created: Thu Nov 7 00:53:18 WST 1996 -# Whom: Peter Wemm <peter@freebsd.org> -# -# $FreeBSD$ -# - -PORTNAME= squid -PORTVERSION= 2.3 -CATEGORIES= www -MASTER_SITES= \ - ftp://squid.nlanr.net/pub/squid-2/STABLE/ \ - ftp://www.unimelb.edu.au/pub/cwis/servers/unix/squid/squid-2/STABLE/ \ - ftp://sunsite.auc.dk/pub/infosystems/squid/squid-2/STABLE/ \ - ftp://ftp.net.lut.ac.uk/squid/squid-2/STABLE/ -DISTNAME= squid-2.3.STABLE3 -EXTRACT_SUFX= -src.tar.gz - -PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.3/bugs/ -PATCHFILES= squid-2.3.stable3-storeExpiredReferenceAge.patch - -MAINTAINER= peter@freebsd.org - -DIST_SUBDIR= squid2.3 -PATCH_DIST_STRIP= -p0 -GNU_CONFIGURE= yes -# Follow the apache port's lead... -CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \ - --localstatedir=${PREFIX}/squid -CONFIGURE_ENV= CFLAGS="" -STRIP= # won't install scripts correctly othervise. -MAKEFILE= makefile - -# Some other configure options.. -# - Compile and use the malloc package from Doug Lea -#CONFIGURE_ARGS+= --enable-dlmalloc -# - Compile and use the supplied GNUregex routines instead of BSD regex. -#CONFIGURE_ARGS+= --enable-gnuregex -# - Enable simple malloc debugging -#CONFIGURE_ARGS+= --enable-xmalloc-debug -# - Detailed trace of memory allocations -#CONFIGURE_ARGS+= --enable-xmalloc-debug-count -# - Show malloc statistics in cachemgr status pages -#CONFIGURE_ARGS+= --enable-xmalloc-statistics -# - Enable CARP support -#CONFIGURE_ARGS+= --enable-carp -# - Use ASYNC disk I/O (Requires real threads, apparently runs on 3.0 libc_r) -#CONFIGURE_ARGS+= --enable-async-io -# - Enable ICMP pinging for heirarchy stats and selection -#CONFIGURE_ARGS+= --enable-icmp -# - Enable delay pools to limit bandwidth usage -#CONFIGURE_ARGS+= --enable-delay-pools -# - Enable generic memory use tracing -#CONFIGURE+ARGS+= --enable-mem-gen-trace -# - Enable logging of the User-Agent header -#CONFIGURE_ARGS+= --enable-useragent-log -# - Disable Web Cache Coordination Protocol -#CONFIGURE_ARGS+= --disable-wccp -# - Kill parent (eg: RunCache) on shutdown (use with great care!!) -#CONFIGURE_ARGS+= --enable-kill-parent-hack -# - Turn on SNMP server support -#CONFIGURE_ARGS+= --enable-snmp -# - Optimize time updates to one per second rather than calling gettimeofday() -#CONFIGURE_ARGS+= --enable-time-hack -# - Set an explicit hostname in cachemgr.cgi -#CONFIGURE_ARGS+= --enable-cachemgr-hostname=some.hostname -# - Enable ACL based on ethernet address (eg: for machines with dynamic DHCP -# assigned IP addresses) -#CONFIGURE_ARGS+= --enable-arp-acl -# - Enable HTCP protocol -#CONFIGURE_ARGS+= --enable-htcp -# - Enable Forw/Via database -#CONFIGURE_ARGS+= --enable-forw-via-db -# - Use Cache Digests - see http://squid.nlanr.net/Squid/FAQ/FAQ-16.html -#CONFIGURE_ARGS+= --enable-cache-digests -# - Select language for Error pages (see errors dir) -#CONFIGURE_ARGS+= --enable-err-language=lang -# (--enable-poll is not needed, it's detected correctly on 3.0) -# - Strict HTTP compliance -#CONFIGURE_ARGS+= --disable-http-violations -# - Enable Transparent Proxy support for IP-Filter systems (incl 3.0) -#CONFIGURE_ARGS+= --enable-ipf-transparent -# (--enable-leakfinder is a developer support tool only) -# - Compile out code that does optional Ident (RFC931) lookups -#CONFIGURE_ARGS+= --disable-ident-lookups -# - Disable squid's internal async DNS lookup code. -#CONFIGURE_ARGS+= --disable-internal-dns -# - Use truncate() rather than unlink() -#CONFIGURE_ARGS+= --enable-truncate -# - accept the illegal '_' character in hostnames. -#CONFIGURE_ARGS+= --enable-underscores -# - Enable control of different heap replacement algorithms at runtime. -#CONFIGURE_ARGS+= --enable-heap-replacement - -post-install: - cd ${WRKSRC}/src; make install-pinger -.for file in client squid - if [ -f ${PREFIX}/sbin/${file} ] ; then \ - strip ${PREFIX}/sbin/${file} ; \ - fi -.endfor -.for file in cachemgr.cgi dnsserver pinger unlinkd - if [ -f ${PREFIX}/libexec/${file} ] ; then \ - strip ${PREFIX}/libexec/${file} ; \ - fi -.endfor - ${MKDIR} ${PREFIX}/squid/logs - ${MKDIR} ${PREFIX}/squid/cache - @if [ ! -f ${PREFIX}/etc/rc.d/squid.sh ]; then \ - ${ECHO} "Installing ${PREFIX}/etc/rc.d/squid.sh startup file."; \ - ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/squid.sh; \ - ${ECHO} "if [ -x ${PREFIX}/sbin/RunCache -a -f ${PREFIX}/etc/squid/squid.conf ]; then" >> ${PREFIX}/etc/rc.d/squid.sh; \ - ${ECHO} " (cd /tmp; ${PREFIX}/sbin/RunCache >/dev/null 2>&1 &) ; ${ECHO} -n ' squid'" >> ${PREFIX}/etc/rc.d/squid.sh; \ - ${ECHO} "fi" >> ${PREFIX}/etc/rc.d/squid.sh; \ - ${CHMOD} 751 ${PREFIX}/etc/rc.d/squid.sh; \ - fi - -.include <bsd.port.mk> diff --git a/www/squid26/distinfo b/www/squid26/distinfo deleted file mode 100644 index 7781215fd2c2..000000000000 --- a/www/squid26/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (squid2.3/squid-2.3.STABLE3-src.tar.gz) = 8c2384ea5e17c68941fea4cdeef3b6f7 -MD5 (squid2.3/squid-2.3.stable3-storeExpiredReferenceAge.patch) = e98c735db35ed1f38363e54d9bf6d788 diff --git a/www/squid26/files/patch-ak b/www/squid26/files/patch-ak deleted file mode 100644 index 77563eb0b0f6..000000000000 --- a/www/squid26/files/patch-ak +++ /dev/null @@ -1,18 +0,0 @@ -*** /tmp/configure.in Sat Feb 7 21:20:29 1998 ---- configure.in Sat Feb 7 21:24:48 1998 -*************** -*** 19,31 **** - REGEXLIB='' # -lregex - LIBREGEX='' # libregex.a - -- dnl use directory structure of cached as default (hack) -- if test "$libexecdir" = '${exec_prefix}/libexec'; then -- libexecdir='${bindir}' -- localstatedir='${prefix}' -- -- fi -- - dnl use .exe suffix for executables on cygwin32 platform - case "$host_os" in - cygwin32) ---- 19,24 ---- diff --git a/www/squid26/files/patch-al b/www/squid26/files/patch-al deleted file mode 100644 index 169be61b6251..000000000000 --- a/www/squid26/files/patch-al +++ /dev/null @@ -1,15 +0,0 @@ ---- configure.orig Fri Feb 27 13:51:13 1998 -+++ configure Thu Mar 5 14:39:57 1998 -@@ -611,12 +611,6 @@ - REGEXLIB='' # -lregex - LIBREGEX='' # libregex.a - --if test "$libexecdir" = '${exec_prefix}/libexec'; then -- libexecdir='${bindir}' -- localstatedir='${prefix}' -- --fi -- - case "$host_os" in - cygwin32) - exec_suffix=".exe" diff --git a/www/squid26/pkg-comment b/www/squid26/pkg-comment deleted file mode 100644 index eec4966b0f07..000000000000 --- a/www/squid26/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The successful WWW proxy cache and accelerator diff --git a/www/squid26/pkg-descr b/www/squid26/pkg-descr deleted file mode 100644 index 646e01da5b32..000000000000 --- a/www/squid26/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -This is the Squid Internet Object Cache developed by the National -Laboratory for Applied Networking Research (NLANR) and Internet -volunteers. This software is freely available for anyone to use. - -This software is based on the Harvest Object Cache developed by -the University of Colorado and the University of Southern California. -The Harvest home page is http://harvest.cs.colorado.edu/. - -ARPA funding for the Harvest project has ended, the squid project has -continued development of the cache where Harvest finished. - -FreeBSD PORTER'S NOTES. To this moment, Squid is not well documented. -But you aren't lost in space: there is a mailing list, -<squid-users@nlanr.net>, where you will find some support and help. -We also _strongly_ suggest you to examine Web pages noted above. - -WWW: http://squid.nlanr.net/Squid/ diff --git a/www/squid26/pkg-install b/www/squid26/pkg-install deleted file mode 100644 index 2b6052e5aa11..000000000000 --- a/www/squid26/pkg-install +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/sh - -PKGNAME=$1 - -case $2 in - PRE-INSTALL) - ;; - POST-INSTALL) - echo "==> Post-installation configuration of ${PKGNAME}" - echo "" - echo " o you DO need running nameservice to start and run ${PKGNAME}" - echo "" - echo " o use the ${PKGNAME} proxy and caching WWW Server by" - echo " configuring your WWW Navigator (Netscape, Mosaic,...)" - echo " to use it as a proxy server." - echo "" - echo "==> Press Enter to edit the ${PKGNAME} config file." - echo " (The defaults are reasonable; and the file is well commented)" - tput md - echo " You'd certainly like to pay attention to the" - echo " ACTUAL locations of cache \"spool\", logfiles, pidfile!" - tput me - if [ -z "${PACKAGE_BUILDING}" ]; then read skip; fi - chown root:wheel ${PREFIX:-/usr/local}/etc/squid/squid.conf* - chmod 644 ${PREFIX:-/usr/local}/etc/squid/squid.conf* - [ -f ${PREFIX:-/usr/local}/etc/squid/squid.conf ] || \ - cp -fp ${PREFIX:-/usr/local}/etc/squid/squid.conf.default \ - ${PREFIX:-/usr/local}/etc/squid/squid.conf - [ -f ${PREFIX:-/usr/local}/etc/squid/mime.conf ] || \ - cp -fp ${PREFIX:-/usr/local}/etc/squid/mime.conf.default \ - ${PREFIX:-/usr/local}/etc/squid/mime.conf - ${EDITOR:-vi} ${PREFIX:-/usr/local}/etc/squid/squid.conf \ - ${PREFIX:-/usr/local}/etc/squid/mime.conf - ;; - *) - echo "Unexpected Argument $2!!!" - exit 1 - ;; -esac -exit 0 - diff --git a/www/squid26/pkg-plist b/www/squid26/pkg-plist deleted file mode 100644 index 78971cf73940..000000000000 --- a/www/squid26/pkg-plist +++ /dev/null @@ -1,70 +0,0 @@ -etc/rc.d/squid.sh -etc/squid/errors/ERR_ACCESS_DENIED -etc/squid/errors/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/ERR_CANNOT_FORWARD -etc/squid/errors/ERR_CONNECT_FAIL -etc/squid/errors/ERR_DNS_FAIL -etc/squid/errors/ERR_FORWARDING_DENIED -etc/squid/errors/ERR_FTP_DISABLED -etc/squid/errors/ERR_FTP_FAILURE -etc/squid/errors/ERR_FTP_FORBIDDEN -etc/squid/errors/ERR_FTP_NOT_FOUND -etc/squid/errors/ERR_FTP_PUT_CREATED -etc/squid/errors/ERR_FTP_PUT_ERROR -etc/squid/errors/ERR_FTP_PUT_MODIFIED -etc/squid/errors/ERR_FTP_UNAVAILABLE -etc/squid/errors/ERR_INVALID_REQ -etc/squid/errors/ERR_INVALID_URL -etc/squid/errors/ERR_LIFETIME_EXP -etc/squid/errors/ERR_NO_RELAY -etc/squid/errors/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/ERR_READ_ERROR -etc/squid/errors/ERR_READ_TIMEOUT -etc/squid/errors/ERR_SHUTTING_DOWN -etc/squid/errors/ERR_SOCKET_FAILURE -etc/squid/errors/ERR_TOO_BIG -etc/squid/errors/ERR_UNSUP_REQ -etc/squid/errors/ERR_URN_RESOLVE -etc/squid/errors/ERR_WRITE_ERROR -etc/squid/errors/ERR_ZERO_SIZE_OBJECT -etc/squid/icons/anthony-binhex.gif -etc/squid/icons/anthony-bomb.gif -etc/squid/icons/anthony-box.gif -etc/squid/icons/anthony-box2.gif -etc/squid/icons/anthony-c.gif -etc/squid/icons/anthony-compressed.gif -etc/squid/icons/anthony-dir.gif -etc/squid/icons/anthony-dirup.gif -etc/squid/icons/anthony-dvi.gif -etc/squid/icons/anthony-f.gif -etc/squid/icons/anthony-image.gif -etc/squid/icons/anthony-image2.gif -etc/squid/icons/anthony-layout.gif -etc/squid/icons/anthony-link.gif -etc/squid/icons/anthony-movie.gif -etc/squid/icons/anthony-pdf.gif -etc/squid/icons/anthony-portal.gif -etc/squid/icons/anthony-ps.gif -etc/squid/icons/anthony-quill.gif -etc/squid/icons/anthony-script.gif -etc/squid/icons/anthony-sound.gif -etc/squid/icons/anthony-tar.gif -etc/squid/icons/anthony-tex.gif -etc/squid/icons/anthony-text.gif -etc/squid/icons/anthony-unknown.gif -etc/squid/icons/anthony-xbm.gif -etc/squid/icons/anthony-xpm.gif -etc/squid/mib.txt -etc/squid/mime.conf.default -etc/squid/squid.conf.default -libexec/cachemgr.cgi -libexec/dnsserver -libexec/pinger -libexec/unlinkd -sbin/RunAccel -sbin/RunCache -sbin/client -sbin/squid -@exec mkdir -p %D/squid/cache -@exec mkdir -p %D/squid/logs diff --git a/www/squid27/Makefile b/www/squid27/Makefile deleted file mode 100644 index 7595a8afd6f6..000000000000 --- a/www/squid27/Makefile +++ /dev/null @@ -1,118 +0,0 @@ -# New ports collection makefile for: squid -# Date created: Thu Nov 7 00:53:18 WST 1996 -# Whom: Peter Wemm <peter@freebsd.org> -# -# $FreeBSD$ -# - -PORTNAME= squid -PORTVERSION= 2.3 -CATEGORIES= www -MASTER_SITES= \ - ftp://squid.nlanr.net/pub/squid-2/STABLE/ \ - ftp://www.unimelb.edu.au/pub/cwis/servers/unix/squid/squid-2/STABLE/ \ - ftp://sunsite.auc.dk/pub/infosystems/squid/squid-2/STABLE/ \ - ftp://ftp.net.lut.ac.uk/squid/squid-2/STABLE/ -DISTNAME= squid-2.3.STABLE3 -EXTRACT_SUFX= -src.tar.gz - -PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.3/bugs/ -PATCHFILES= squid-2.3.stable3-storeExpiredReferenceAge.patch - -MAINTAINER= peter@freebsd.org - -DIST_SUBDIR= squid2.3 -PATCH_DIST_STRIP= -p0 -GNU_CONFIGURE= yes -# Follow the apache port's lead... -CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \ - --localstatedir=${PREFIX}/squid -CONFIGURE_ENV= CFLAGS="" -STRIP= # won't install scripts correctly othervise. -MAKEFILE= makefile - -# Some other configure options.. -# - Compile and use the malloc package from Doug Lea -#CONFIGURE_ARGS+= --enable-dlmalloc -# - Compile and use the supplied GNUregex routines instead of BSD regex. -#CONFIGURE_ARGS+= --enable-gnuregex -# - Enable simple malloc debugging -#CONFIGURE_ARGS+= --enable-xmalloc-debug -# - Detailed trace of memory allocations -#CONFIGURE_ARGS+= --enable-xmalloc-debug-count -# - Show malloc statistics in cachemgr status pages -#CONFIGURE_ARGS+= --enable-xmalloc-statistics -# - Enable CARP support -#CONFIGURE_ARGS+= --enable-carp -# - Use ASYNC disk I/O (Requires real threads, apparently runs on 3.0 libc_r) -#CONFIGURE_ARGS+= --enable-async-io -# - Enable ICMP pinging for heirarchy stats and selection -#CONFIGURE_ARGS+= --enable-icmp -# - Enable delay pools to limit bandwidth usage -#CONFIGURE_ARGS+= --enable-delay-pools -# - Enable generic memory use tracing -#CONFIGURE+ARGS+= --enable-mem-gen-trace -# - Enable logging of the User-Agent header -#CONFIGURE_ARGS+= --enable-useragent-log -# - Disable Web Cache Coordination Protocol -#CONFIGURE_ARGS+= --disable-wccp -# - Kill parent (eg: RunCache) on shutdown (use with great care!!) -#CONFIGURE_ARGS+= --enable-kill-parent-hack -# - Turn on SNMP server support -#CONFIGURE_ARGS+= --enable-snmp -# - Optimize time updates to one per second rather than calling gettimeofday() -#CONFIGURE_ARGS+= --enable-time-hack -# - Set an explicit hostname in cachemgr.cgi -#CONFIGURE_ARGS+= --enable-cachemgr-hostname=some.hostname -# - Enable ACL based on ethernet address (eg: for machines with dynamic DHCP -# assigned IP addresses) -#CONFIGURE_ARGS+= --enable-arp-acl -# - Enable HTCP protocol -#CONFIGURE_ARGS+= --enable-htcp -# - Enable Forw/Via database -#CONFIGURE_ARGS+= --enable-forw-via-db -# - Use Cache Digests - see http://squid.nlanr.net/Squid/FAQ/FAQ-16.html -#CONFIGURE_ARGS+= --enable-cache-digests -# - Select language for Error pages (see errors dir) -#CONFIGURE_ARGS+= --enable-err-language=lang -# (--enable-poll is not needed, it's detected correctly on 3.0) -# - Strict HTTP compliance -#CONFIGURE_ARGS+= --disable-http-violations -# - Enable Transparent Proxy support for IP-Filter systems (incl 3.0) -#CONFIGURE_ARGS+= --enable-ipf-transparent -# (--enable-leakfinder is a developer support tool only) -# - Compile out code that does optional Ident (RFC931) lookups -#CONFIGURE_ARGS+= --disable-ident-lookups -# - Disable squid's internal async DNS lookup code. -#CONFIGURE_ARGS+= --disable-internal-dns -# - Use truncate() rather than unlink() -#CONFIGURE_ARGS+= --enable-truncate -# - accept the illegal '_' character in hostnames. -#CONFIGURE_ARGS+= --enable-underscores -# - Enable control of different heap replacement algorithms at runtime. -#CONFIGURE_ARGS+= --enable-heap-replacement - -post-install: - cd ${WRKSRC}/src; make install-pinger -.for file in client squid - if [ -f ${PREFIX}/sbin/${file} ] ; then \ - strip ${PREFIX}/sbin/${file} ; \ - fi -.endfor -.for file in cachemgr.cgi dnsserver pinger unlinkd - if [ -f ${PREFIX}/libexec/${file} ] ; then \ - strip ${PREFIX}/libexec/${file} ; \ - fi -.endfor - ${MKDIR} ${PREFIX}/squid/logs - ${MKDIR} ${PREFIX}/squid/cache - @if [ ! -f ${PREFIX}/etc/rc.d/squid.sh ]; then \ - ${ECHO} "Installing ${PREFIX}/etc/rc.d/squid.sh startup file."; \ - ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/squid.sh; \ - ${ECHO} "if [ -x ${PREFIX}/sbin/RunCache -a -f ${PREFIX}/etc/squid/squid.conf ]; then" >> ${PREFIX}/etc/rc.d/squid.sh; \ - ${ECHO} " (cd /tmp; ${PREFIX}/sbin/RunCache >/dev/null 2>&1 &) ; ${ECHO} -n ' squid'" >> ${PREFIX}/etc/rc.d/squid.sh; \ - ${ECHO} "fi" >> ${PREFIX}/etc/rc.d/squid.sh; \ - ${CHMOD} 751 ${PREFIX}/etc/rc.d/squid.sh; \ - fi - -.include <bsd.port.mk> diff --git a/www/squid27/distinfo b/www/squid27/distinfo deleted file mode 100644 index 7781215fd2c2..000000000000 --- a/www/squid27/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (squid2.3/squid-2.3.STABLE3-src.tar.gz) = 8c2384ea5e17c68941fea4cdeef3b6f7 -MD5 (squid2.3/squid-2.3.stable3-storeExpiredReferenceAge.patch) = e98c735db35ed1f38363e54d9bf6d788 diff --git a/www/squid27/files/patch-ak b/www/squid27/files/patch-ak deleted file mode 100644 index 77563eb0b0f6..000000000000 --- a/www/squid27/files/patch-ak +++ /dev/null @@ -1,18 +0,0 @@ -*** /tmp/configure.in Sat Feb 7 21:20:29 1998 ---- configure.in Sat Feb 7 21:24:48 1998 -*************** -*** 19,31 **** - REGEXLIB='' # -lregex - LIBREGEX='' # libregex.a - -- dnl use directory structure of cached as default (hack) -- if test "$libexecdir" = '${exec_prefix}/libexec'; then -- libexecdir='${bindir}' -- localstatedir='${prefix}' -- -- fi -- - dnl use .exe suffix for executables on cygwin32 platform - case "$host_os" in - cygwin32) ---- 19,24 ---- diff --git a/www/squid27/files/patch-al b/www/squid27/files/patch-al deleted file mode 100644 index 169be61b6251..000000000000 --- a/www/squid27/files/patch-al +++ /dev/null @@ -1,15 +0,0 @@ ---- configure.orig Fri Feb 27 13:51:13 1998 -+++ configure Thu Mar 5 14:39:57 1998 -@@ -611,12 +611,6 @@ - REGEXLIB='' # -lregex - LIBREGEX='' # libregex.a - --if test "$libexecdir" = '${exec_prefix}/libexec'; then -- libexecdir='${bindir}' -- localstatedir='${prefix}' -- --fi -- - case "$host_os" in - cygwin32) - exec_suffix=".exe" diff --git a/www/squid27/pkg-comment b/www/squid27/pkg-comment deleted file mode 100644 index eec4966b0f07..000000000000 --- a/www/squid27/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The successful WWW proxy cache and accelerator diff --git a/www/squid27/pkg-descr b/www/squid27/pkg-descr deleted file mode 100644 index 646e01da5b32..000000000000 --- a/www/squid27/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -This is the Squid Internet Object Cache developed by the National -Laboratory for Applied Networking Research (NLANR) and Internet -volunteers. This software is freely available for anyone to use. - -This software is based on the Harvest Object Cache developed by -the University of Colorado and the University of Southern California. -The Harvest home page is http://harvest.cs.colorado.edu/. - -ARPA funding for the Harvest project has ended, the squid project has -continued development of the cache where Harvest finished. - -FreeBSD PORTER'S NOTES. To this moment, Squid is not well documented. -But you aren't lost in space: there is a mailing list, -<squid-users@nlanr.net>, where you will find some support and help. -We also _strongly_ suggest you to examine Web pages noted above. - -WWW: http://squid.nlanr.net/Squid/ diff --git a/www/squid27/pkg-install b/www/squid27/pkg-install deleted file mode 100644 index 2b6052e5aa11..000000000000 --- a/www/squid27/pkg-install +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/sh - -PKGNAME=$1 - -case $2 in - PRE-INSTALL) - ;; - POST-INSTALL) - echo "==> Post-installation configuration of ${PKGNAME}" - echo "" - echo " o you DO need running nameservice to start and run ${PKGNAME}" - echo "" - echo " o use the ${PKGNAME} proxy and caching WWW Server by" - echo " configuring your WWW Navigator (Netscape, Mosaic,...)" - echo " to use it as a proxy server." - echo "" - echo "==> Press Enter to edit the ${PKGNAME} config file." - echo " (The defaults are reasonable; and the file is well commented)" - tput md - echo " You'd certainly like to pay attention to the" - echo " ACTUAL locations of cache \"spool\", logfiles, pidfile!" - tput me - if [ -z "${PACKAGE_BUILDING}" ]; then read skip; fi - chown root:wheel ${PREFIX:-/usr/local}/etc/squid/squid.conf* - chmod 644 ${PREFIX:-/usr/local}/etc/squid/squid.conf* - [ -f ${PREFIX:-/usr/local}/etc/squid/squid.conf ] || \ - cp -fp ${PREFIX:-/usr/local}/etc/squid/squid.conf.default \ - ${PREFIX:-/usr/local}/etc/squid/squid.conf - [ -f ${PREFIX:-/usr/local}/etc/squid/mime.conf ] || \ - cp -fp ${PREFIX:-/usr/local}/etc/squid/mime.conf.default \ - ${PREFIX:-/usr/local}/etc/squid/mime.conf - ${EDITOR:-vi} ${PREFIX:-/usr/local}/etc/squid/squid.conf \ - ${PREFIX:-/usr/local}/etc/squid/mime.conf - ;; - *) - echo "Unexpected Argument $2!!!" - exit 1 - ;; -esac -exit 0 - diff --git a/www/squid27/pkg-plist b/www/squid27/pkg-plist deleted file mode 100644 index 78971cf73940..000000000000 --- a/www/squid27/pkg-plist +++ /dev/null @@ -1,70 +0,0 @@ -etc/rc.d/squid.sh -etc/squid/errors/ERR_ACCESS_DENIED -etc/squid/errors/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/ERR_CANNOT_FORWARD -etc/squid/errors/ERR_CONNECT_FAIL -etc/squid/errors/ERR_DNS_FAIL -etc/squid/errors/ERR_FORWARDING_DENIED -etc/squid/errors/ERR_FTP_DISABLED -etc/squid/errors/ERR_FTP_FAILURE -etc/squid/errors/ERR_FTP_FORBIDDEN -etc/squid/errors/ERR_FTP_NOT_FOUND -etc/squid/errors/ERR_FTP_PUT_CREATED -etc/squid/errors/ERR_FTP_PUT_ERROR -etc/squid/errors/ERR_FTP_PUT_MODIFIED -etc/squid/errors/ERR_FTP_UNAVAILABLE -etc/squid/errors/ERR_INVALID_REQ -etc/squid/errors/ERR_INVALID_URL -etc/squid/errors/ERR_LIFETIME_EXP -etc/squid/errors/ERR_NO_RELAY -etc/squid/errors/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/ERR_READ_ERROR -etc/squid/errors/ERR_READ_TIMEOUT -etc/squid/errors/ERR_SHUTTING_DOWN -etc/squid/errors/ERR_SOCKET_FAILURE -etc/squid/errors/ERR_TOO_BIG -etc/squid/errors/ERR_UNSUP_REQ -etc/squid/errors/ERR_URN_RESOLVE -etc/squid/errors/ERR_WRITE_ERROR -etc/squid/errors/ERR_ZERO_SIZE_OBJECT -etc/squid/icons/anthony-binhex.gif -etc/squid/icons/anthony-bomb.gif -etc/squid/icons/anthony-box.gif -etc/squid/icons/anthony-box2.gif -etc/squid/icons/anthony-c.gif -etc/squid/icons/anthony-compressed.gif -etc/squid/icons/anthony-dir.gif -etc/squid/icons/anthony-dirup.gif -etc/squid/icons/anthony-dvi.gif -etc/squid/icons/anthony-f.gif -etc/squid/icons/anthony-image.gif -etc/squid/icons/anthony-image2.gif -etc/squid/icons/anthony-layout.gif -etc/squid/icons/anthony-link.gif -etc/squid/icons/anthony-movie.gif -etc/squid/icons/anthony-pdf.gif -etc/squid/icons/anthony-portal.gif -etc/squid/icons/anthony-ps.gif -etc/squid/icons/anthony-quill.gif -etc/squid/icons/anthony-script.gif -etc/squid/icons/anthony-sound.gif -etc/squid/icons/anthony-tar.gif -etc/squid/icons/anthony-tex.gif -etc/squid/icons/anthony-text.gif -etc/squid/icons/anthony-unknown.gif -etc/squid/icons/anthony-xbm.gif -etc/squid/icons/anthony-xpm.gif -etc/squid/mib.txt -etc/squid/mime.conf.default -etc/squid/squid.conf.default -libexec/cachemgr.cgi -libexec/dnsserver -libexec/pinger -libexec/unlinkd -sbin/RunAccel -sbin/RunCache -sbin/client -sbin/squid -@exec mkdir -p %D/squid/cache -@exec mkdir -p %D/squid/logs diff --git a/www/squid30/Makefile b/www/squid30/Makefile deleted file mode 100644 index 7595a8afd6f6..000000000000 --- a/www/squid30/Makefile +++ /dev/null @@ -1,118 +0,0 @@ -# New ports collection makefile for: squid -# Date created: Thu Nov 7 00:53:18 WST 1996 -# Whom: Peter Wemm <peter@freebsd.org> -# -# $FreeBSD$ -# - -PORTNAME= squid -PORTVERSION= 2.3 -CATEGORIES= www -MASTER_SITES= \ - ftp://squid.nlanr.net/pub/squid-2/STABLE/ \ - ftp://www.unimelb.edu.au/pub/cwis/servers/unix/squid/squid-2/STABLE/ \ - ftp://sunsite.auc.dk/pub/infosystems/squid/squid-2/STABLE/ \ - ftp://ftp.net.lut.ac.uk/squid/squid-2/STABLE/ -DISTNAME= squid-2.3.STABLE3 -EXTRACT_SUFX= -src.tar.gz - -PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.3/bugs/ -PATCHFILES= squid-2.3.stable3-storeExpiredReferenceAge.patch - -MAINTAINER= peter@freebsd.org - -DIST_SUBDIR= squid2.3 -PATCH_DIST_STRIP= -p0 -GNU_CONFIGURE= yes -# Follow the apache port's lead... -CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \ - --localstatedir=${PREFIX}/squid -CONFIGURE_ENV= CFLAGS="" -STRIP= # won't install scripts correctly othervise. -MAKEFILE= makefile - -# Some other configure options.. -# - Compile and use the malloc package from Doug Lea -#CONFIGURE_ARGS+= --enable-dlmalloc -# - Compile and use the supplied GNUregex routines instead of BSD regex. -#CONFIGURE_ARGS+= --enable-gnuregex -# - Enable simple malloc debugging -#CONFIGURE_ARGS+= --enable-xmalloc-debug -# - Detailed trace of memory allocations -#CONFIGURE_ARGS+= --enable-xmalloc-debug-count -# - Show malloc statistics in cachemgr status pages -#CONFIGURE_ARGS+= --enable-xmalloc-statistics -# - Enable CARP support -#CONFIGURE_ARGS+= --enable-carp -# - Use ASYNC disk I/O (Requires real threads, apparently runs on 3.0 libc_r) -#CONFIGURE_ARGS+= --enable-async-io -# - Enable ICMP pinging for heirarchy stats and selection -#CONFIGURE_ARGS+= --enable-icmp -# - Enable delay pools to limit bandwidth usage -#CONFIGURE_ARGS+= --enable-delay-pools -# - Enable generic memory use tracing -#CONFIGURE+ARGS+= --enable-mem-gen-trace -# - Enable logging of the User-Agent header -#CONFIGURE_ARGS+= --enable-useragent-log -# - Disable Web Cache Coordination Protocol -#CONFIGURE_ARGS+= --disable-wccp -# - Kill parent (eg: RunCache) on shutdown (use with great care!!) -#CONFIGURE_ARGS+= --enable-kill-parent-hack -# - Turn on SNMP server support -#CONFIGURE_ARGS+= --enable-snmp -# - Optimize time updates to one per second rather than calling gettimeofday() -#CONFIGURE_ARGS+= --enable-time-hack -# - Set an explicit hostname in cachemgr.cgi -#CONFIGURE_ARGS+= --enable-cachemgr-hostname=some.hostname -# - Enable ACL based on ethernet address (eg: for machines with dynamic DHCP -# assigned IP addresses) -#CONFIGURE_ARGS+= --enable-arp-acl -# - Enable HTCP protocol -#CONFIGURE_ARGS+= --enable-htcp -# - Enable Forw/Via database -#CONFIGURE_ARGS+= --enable-forw-via-db -# - Use Cache Digests - see http://squid.nlanr.net/Squid/FAQ/FAQ-16.html -#CONFIGURE_ARGS+= --enable-cache-digests -# - Select language for Error pages (see errors dir) -#CONFIGURE_ARGS+= --enable-err-language=lang -# (--enable-poll is not needed, it's detected correctly on 3.0) -# - Strict HTTP compliance -#CONFIGURE_ARGS+= --disable-http-violations -# - Enable Transparent Proxy support for IP-Filter systems (incl 3.0) -#CONFIGURE_ARGS+= --enable-ipf-transparent -# (--enable-leakfinder is a developer support tool only) -# - Compile out code that does optional Ident (RFC931) lookups -#CONFIGURE_ARGS+= --disable-ident-lookups -# - Disable squid's internal async DNS lookup code. -#CONFIGURE_ARGS+= --disable-internal-dns -# - Use truncate() rather than unlink() -#CONFIGURE_ARGS+= --enable-truncate -# - accept the illegal '_' character in hostnames. -#CONFIGURE_ARGS+= --enable-underscores -# - Enable control of different heap replacement algorithms at runtime. -#CONFIGURE_ARGS+= --enable-heap-replacement - -post-install: - cd ${WRKSRC}/src; make install-pinger -.for file in client squid - if [ -f ${PREFIX}/sbin/${file} ] ; then \ - strip ${PREFIX}/sbin/${file} ; \ - fi -.endfor -.for file in cachemgr.cgi dnsserver pinger unlinkd - if [ -f ${PREFIX}/libexec/${file} ] ; then \ - strip ${PREFIX}/libexec/${file} ; \ - fi -.endfor - ${MKDIR} ${PREFIX}/squid/logs - ${MKDIR} ${PREFIX}/squid/cache - @if [ ! -f ${PREFIX}/etc/rc.d/squid.sh ]; then \ - ${ECHO} "Installing ${PREFIX}/etc/rc.d/squid.sh startup file."; \ - ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/squid.sh; \ - ${ECHO} "if [ -x ${PREFIX}/sbin/RunCache -a -f ${PREFIX}/etc/squid/squid.conf ]; then" >> ${PREFIX}/etc/rc.d/squid.sh; \ - ${ECHO} " (cd /tmp; ${PREFIX}/sbin/RunCache >/dev/null 2>&1 &) ; ${ECHO} -n ' squid'" >> ${PREFIX}/etc/rc.d/squid.sh; \ - ${ECHO} "fi" >> ${PREFIX}/etc/rc.d/squid.sh; \ - ${CHMOD} 751 ${PREFIX}/etc/rc.d/squid.sh; \ - fi - -.include <bsd.port.mk> diff --git a/www/squid30/distinfo b/www/squid30/distinfo deleted file mode 100644 index 7781215fd2c2..000000000000 --- a/www/squid30/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (squid2.3/squid-2.3.STABLE3-src.tar.gz) = 8c2384ea5e17c68941fea4cdeef3b6f7 -MD5 (squid2.3/squid-2.3.stable3-storeExpiredReferenceAge.patch) = e98c735db35ed1f38363e54d9bf6d788 diff --git a/www/squid30/files/patch-ak b/www/squid30/files/patch-ak deleted file mode 100644 index 77563eb0b0f6..000000000000 --- a/www/squid30/files/patch-ak +++ /dev/null @@ -1,18 +0,0 @@ -*** /tmp/configure.in Sat Feb 7 21:20:29 1998 ---- configure.in Sat Feb 7 21:24:48 1998 -*************** -*** 19,31 **** - REGEXLIB='' # -lregex - LIBREGEX='' # libregex.a - -- dnl use directory structure of cached as default (hack) -- if test "$libexecdir" = '${exec_prefix}/libexec'; then -- libexecdir='${bindir}' -- localstatedir='${prefix}' -- -- fi -- - dnl use .exe suffix for executables on cygwin32 platform - case "$host_os" in - cygwin32) ---- 19,24 ---- diff --git a/www/squid30/files/patch-al b/www/squid30/files/patch-al deleted file mode 100644 index 169be61b6251..000000000000 --- a/www/squid30/files/patch-al +++ /dev/null @@ -1,15 +0,0 @@ ---- configure.orig Fri Feb 27 13:51:13 1998 -+++ configure Thu Mar 5 14:39:57 1998 -@@ -611,12 +611,6 @@ - REGEXLIB='' # -lregex - LIBREGEX='' # libregex.a - --if test "$libexecdir" = '${exec_prefix}/libexec'; then -- libexecdir='${bindir}' -- localstatedir='${prefix}' -- --fi -- - case "$host_os" in - cygwin32) - exec_suffix=".exe" diff --git a/www/squid30/pkg-comment b/www/squid30/pkg-comment deleted file mode 100644 index eec4966b0f07..000000000000 --- a/www/squid30/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The successful WWW proxy cache and accelerator diff --git a/www/squid30/pkg-descr b/www/squid30/pkg-descr deleted file mode 100644 index 646e01da5b32..000000000000 --- a/www/squid30/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -This is the Squid Internet Object Cache developed by the National -Laboratory for Applied Networking Research (NLANR) and Internet -volunteers. This software is freely available for anyone to use. - -This software is based on the Harvest Object Cache developed by -the University of Colorado and the University of Southern California. -The Harvest home page is http://harvest.cs.colorado.edu/. - -ARPA funding for the Harvest project has ended, the squid project has -continued development of the cache where Harvest finished. - -FreeBSD PORTER'S NOTES. To this moment, Squid is not well documented. -But you aren't lost in space: there is a mailing list, -<squid-users@nlanr.net>, where you will find some support and help. -We also _strongly_ suggest you to examine Web pages noted above. - -WWW: http://squid.nlanr.net/Squid/ diff --git a/www/squid30/pkg-install b/www/squid30/pkg-install deleted file mode 100644 index 2b6052e5aa11..000000000000 --- a/www/squid30/pkg-install +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/sh - -PKGNAME=$1 - -case $2 in - PRE-INSTALL) - ;; - POST-INSTALL) - echo "==> Post-installation configuration of ${PKGNAME}" - echo "" - echo " o you DO need running nameservice to start and run ${PKGNAME}" - echo "" - echo " o use the ${PKGNAME} proxy and caching WWW Server by" - echo " configuring your WWW Navigator (Netscape, Mosaic,...)" - echo " to use it as a proxy server." - echo "" - echo "==> Press Enter to edit the ${PKGNAME} config file." - echo " (The defaults are reasonable; and the file is well commented)" - tput md - echo " You'd certainly like to pay attention to the" - echo " ACTUAL locations of cache \"spool\", logfiles, pidfile!" - tput me - if [ -z "${PACKAGE_BUILDING}" ]; then read skip; fi - chown root:wheel ${PREFIX:-/usr/local}/etc/squid/squid.conf* - chmod 644 ${PREFIX:-/usr/local}/etc/squid/squid.conf* - [ -f ${PREFIX:-/usr/local}/etc/squid/squid.conf ] || \ - cp -fp ${PREFIX:-/usr/local}/etc/squid/squid.conf.default \ - ${PREFIX:-/usr/local}/etc/squid/squid.conf - [ -f ${PREFIX:-/usr/local}/etc/squid/mime.conf ] || \ - cp -fp ${PREFIX:-/usr/local}/etc/squid/mime.conf.default \ - ${PREFIX:-/usr/local}/etc/squid/mime.conf - ${EDITOR:-vi} ${PREFIX:-/usr/local}/etc/squid/squid.conf \ - ${PREFIX:-/usr/local}/etc/squid/mime.conf - ;; - *) - echo "Unexpected Argument $2!!!" - exit 1 - ;; -esac -exit 0 - diff --git a/www/squid30/pkg-plist b/www/squid30/pkg-plist deleted file mode 100644 index 78971cf73940..000000000000 --- a/www/squid30/pkg-plist +++ /dev/null @@ -1,70 +0,0 @@ -etc/rc.d/squid.sh -etc/squid/errors/ERR_ACCESS_DENIED -etc/squid/errors/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/ERR_CANNOT_FORWARD -etc/squid/errors/ERR_CONNECT_FAIL -etc/squid/errors/ERR_DNS_FAIL -etc/squid/errors/ERR_FORWARDING_DENIED -etc/squid/errors/ERR_FTP_DISABLED -etc/squid/errors/ERR_FTP_FAILURE -etc/squid/errors/ERR_FTP_FORBIDDEN -etc/squid/errors/ERR_FTP_NOT_FOUND -etc/squid/errors/ERR_FTP_PUT_CREATED -etc/squid/errors/ERR_FTP_PUT_ERROR -etc/squid/errors/ERR_FTP_PUT_MODIFIED -etc/squid/errors/ERR_FTP_UNAVAILABLE -etc/squid/errors/ERR_INVALID_REQ -etc/squid/errors/ERR_INVALID_URL -etc/squid/errors/ERR_LIFETIME_EXP -etc/squid/errors/ERR_NO_RELAY -etc/squid/errors/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/ERR_READ_ERROR -etc/squid/errors/ERR_READ_TIMEOUT -etc/squid/errors/ERR_SHUTTING_DOWN -etc/squid/errors/ERR_SOCKET_FAILURE -etc/squid/errors/ERR_TOO_BIG -etc/squid/errors/ERR_UNSUP_REQ -etc/squid/errors/ERR_URN_RESOLVE -etc/squid/errors/ERR_WRITE_ERROR -etc/squid/errors/ERR_ZERO_SIZE_OBJECT -etc/squid/icons/anthony-binhex.gif -etc/squid/icons/anthony-bomb.gif -etc/squid/icons/anthony-box.gif -etc/squid/icons/anthony-box2.gif -etc/squid/icons/anthony-c.gif -etc/squid/icons/anthony-compressed.gif -etc/squid/icons/anthony-dir.gif -etc/squid/icons/anthony-dirup.gif -etc/squid/icons/anthony-dvi.gif -etc/squid/icons/anthony-f.gif -etc/squid/icons/anthony-image.gif -etc/squid/icons/anthony-image2.gif -etc/squid/icons/anthony-layout.gif -etc/squid/icons/anthony-link.gif -etc/squid/icons/anthony-movie.gif -etc/squid/icons/anthony-pdf.gif -etc/squid/icons/anthony-portal.gif -etc/squid/icons/anthony-ps.gif -etc/squid/icons/anthony-quill.gif -etc/squid/icons/anthony-script.gif -etc/squid/icons/anthony-sound.gif -etc/squid/icons/anthony-tar.gif -etc/squid/icons/anthony-tex.gif -etc/squid/icons/anthony-text.gif -etc/squid/icons/anthony-unknown.gif -etc/squid/icons/anthony-xbm.gif -etc/squid/icons/anthony-xpm.gif -etc/squid/mib.txt -etc/squid/mime.conf.default -etc/squid/squid.conf.default -libexec/cachemgr.cgi -libexec/dnsserver -libexec/pinger -libexec/unlinkd -sbin/RunAccel -sbin/RunCache -sbin/client -sbin/squid -@exec mkdir -p %D/squid/cache -@exec mkdir -p %D/squid/logs diff --git a/www/squid31/Makefile b/www/squid31/Makefile deleted file mode 100644 index 7595a8afd6f6..000000000000 --- a/www/squid31/Makefile +++ /dev/null @@ -1,118 +0,0 @@ -# New ports collection makefile for: squid -# Date created: Thu Nov 7 00:53:18 WST 1996 -# Whom: Peter Wemm <peter@freebsd.org> -# -# $FreeBSD$ -# - -PORTNAME= squid -PORTVERSION= 2.3 -CATEGORIES= www -MASTER_SITES= \ - ftp://squid.nlanr.net/pub/squid-2/STABLE/ \ - ftp://www.unimelb.edu.au/pub/cwis/servers/unix/squid/squid-2/STABLE/ \ - ftp://sunsite.auc.dk/pub/infosystems/squid/squid-2/STABLE/ \ - ftp://ftp.net.lut.ac.uk/squid/squid-2/STABLE/ -DISTNAME= squid-2.3.STABLE3 -EXTRACT_SUFX= -src.tar.gz - -PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.3/bugs/ -PATCHFILES= squid-2.3.stable3-storeExpiredReferenceAge.patch - -MAINTAINER= peter@freebsd.org - -DIST_SUBDIR= squid2.3 -PATCH_DIST_STRIP= -p0 -GNU_CONFIGURE= yes -# Follow the apache port's lead... -CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \ - --localstatedir=${PREFIX}/squid -CONFIGURE_ENV= CFLAGS="" -STRIP= # won't install scripts correctly othervise. -MAKEFILE= makefile - -# Some other configure options.. -# - Compile and use the malloc package from Doug Lea -#CONFIGURE_ARGS+= --enable-dlmalloc -# - Compile and use the supplied GNUregex routines instead of BSD regex. -#CONFIGURE_ARGS+= --enable-gnuregex -# - Enable simple malloc debugging -#CONFIGURE_ARGS+= --enable-xmalloc-debug -# - Detailed trace of memory allocations -#CONFIGURE_ARGS+= --enable-xmalloc-debug-count -# - Show malloc statistics in cachemgr status pages -#CONFIGURE_ARGS+= --enable-xmalloc-statistics -# - Enable CARP support -#CONFIGURE_ARGS+= --enable-carp -# - Use ASYNC disk I/O (Requires real threads, apparently runs on 3.0 libc_r) -#CONFIGURE_ARGS+= --enable-async-io -# - Enable ICMP pinging for heirarchy stats and selection -#CONFIGURE_ARGS+= --enable-icmp -# - Enable delay pools to limit bandwidth usage -#CONFIGURE_ARGS+= --enable-delay-pools -# - Enable generic memory use tracing -#CONFIGURE+ARGS+= --enable-mem-gen-trace -# - Enable logging of the User-Agent header -#CONFIGURE_ARGS+= --enable-useragent-log -# - Disable Web Cache Coordination Protocol -#CONFIGURE_ARGS+= --disable-wccp -# - Kill parent (eg: RunCache) on shutdown (use with great care!!) -#CONFIGURE_ARGS+= --enable-kill-parent-hack -# - Turn on SNMP server support -#CONFIGURE_ARGS+= --enable-snmp -# - Optimize time updates to one per second rather than calling gettimeofday() -#CONFIGURE_ARGS+= --enable-time-hack -# - Set an explicit hostname in cachemgr.cgi -#CONFIGURE_ARGS+= --enable-cachemgr-hostname=some.hostname -# - Enable ACL based on ethernet address (eg: for machines with dynamic DHCP -# assigned IP addresses) -#CONFIGURE_ARGS+= --enable-arp-acl -# - Enable HTCP protocol -#CONFIGURE_ARGS+= --enable-htcp -# - Enable Forw/Via database -#CONFIGURE_ARGS+= --enable-forw-via-db -# - Use Cache Digests - see http://squid.nlanr.net/Squid/FAQ/FAQ-16.html -#CONFIGURE_ARGS+= --enable-cache-digests -# - Select language for Error pages (see errors dir) -#CONFIGURE_ARGS+= --enable-err-language=lang -# (--enable-poll is not needed, it's detected correctly on 3.0) -# - Strict HTTP compliance -#CONFIGURE_ARGS+= --disable-http-violations -# - Enable Transparent Proxy support for IP-Filter systems (incl 3.0) -#CONFIGURE_ARGS+= --enable-ipf-transparent -# (--enable-leakfinder is a developer support tool only) -# - Compile out code that does optional Ident (RFC931) lookups -#CONFIGURE_ARGS+= --disable-ident-lookups -# - Disable squid's internal async DNS lookup code. -#CONFIGURE_ARGS+= --disable-internal-dns -# - Use truncate() rather than unlink() -#CONFIGURE_ARGS+= --enable-truncate -# - accept the illegal '_' character in hostnames. -#CONFIGURE_ARGS+= --enable-underscores -# - Enable control of different heap replacement algorithms at runtime. -#CONFIGURE_ARGS+= --enable-heap-replacement - -post-install: - cd ${WRKSRC}/src; make install-pinger -.for file in client squid - if [ -f ${PREFIX}/sbin/${file} ] ; then \ - strip ${PREFIX}/sbin/${file} ; \ - fi -.endfor -.for file in cachemgr.cgi dnsserver pinger unlinkd - if [ -f ${PREFIX}/libexec/${file} ] ; then \ - strip ${PREFIX}/libexec/${file} ; \ - fi -.endfor - ${MKDIR} ${PREFIX}/squid/logs - ${MKDIR} ${PREFIX}/squid/cache - @if [ ! -f ${PREFIX}/etc/rc.d/squid.sh ]; then \ - ${ECHO} "Installing ${PREFIX}/etc/rc.d/squid.sh startup file."; \ - ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/squid.sh; \ - ${ECHO} "if [ -x ${PREFIX}/sbin/RunCache -a -f ${PREFIX}/etc/squid/squid.conf ]; then" >> ${PREFIX}/etc/rc.d/squid.sh; \ - ${ECHO} " (cd /tmp; ${PREFIX}/sbin/RunCache >/dev/null 2>&1 &) ; ${ECHO} -n ' squid'" >> ${PREFIX}/etc/rc.d/squid.sh; \ - ${ECHO} "fi" >> ${PREFIX}/etc/rc.d/squid.sh; \ - ${CHMOD} 751 ${PREFIX}/etc/rc.d/squid.sh; \ - fi - -.include <bsd.port.mk> diff --git a/www/squid31/distinfo b/www/squid31/distinfo deleted file mode 100644 index 7781215fd2c2..000000000000 --- a/www/squid31/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (squid2.3/squid-2.3.STABLE3-src.tar.gz) = 8c2384ea5e17c68941fea4cdeef3b6f7 -MD5 (squid2.3/squid-2.3.stable3-storeExpiredReferenceAge.patch) = e98c735db35ed1f38363e54d9bf6d788 diff --git a/www/squid31/files/patch-ak b/www/squid31/files/patch-ak deleted file mode 100644 index 77563eb0b0f6..000000000000 --- a/www/squid31/files/patch-ak +++ /dev/null @@ -1,18 +0,0 @@ -*** /tmp/configure.in Sat Feb 7 21:20:29 1998 ---- configure.in Sat Feb 7 21:24:48 1998 -*************** -*** 19,31 **** - REGEXLIB='' # -lregex - LIBREGEX='' # libregex.a - -- dnl use directory structure of cached as default (hack) -- if test "$libexecdir" = '${exec_prefix}/libexec'; then -- libexecdir='${bindir}' -- localstatedir='${prefix}' -- -- fi -- - dnl use .exe suffix for executables on cygwin32 platform - case "$host_os" in - cygwin32) ---- 19,24 ---- diff --git a/www/squid31/files/patch-al b/www/squid31/files/patch-al deleted file mode 100644 index 169be61b6251..000000000000 --- a/www/squid31/files/patch-al +++ /dev/null @@ -1,15 +0,0 @@ ---- configure.orig Fri Feb 27 13:51:13 1998 -+++ configure Thu Mar 5 14:39:57 1998 -@@ -611,12 +611,6 @@ - REGEXLIB='' # -lregex - LIBREGEX='' # libregex.a - --if test "$libexecdir" = '${exec_prefix}/libexec'; then -- libexecdir='${bindir}' -- localstatedir='${prefix}' -- --fi -- - case "$host_os" in - cygwin32) - exec_suffix=".exe" diff --git a/www/squid31/pkg-comment b/www/squid31/pkg-comment deleted file mode 100644 index eec4966b0f07..000000000000 --- a/www/squid31/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The successful WWW proxy cache and accelerator diff --git a/www/squid31/pkg-descr b/www/squid31/pkg-descr deleted file mode 100644 index 646e01da5b32..000000000000 --- a/www/squid31/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -This is the Squid Internet Object Cache developed by the National -Laboratory for Applied Networking Research (NLANR) and Internet -volunteers. This software is freely available for anyone to use. - -This software is based on the Harvest Object Cache developed by -the University of Colorado and the University of Southern California. -The Harvest home page is http://harvest.cs.colorado.edu/. - -ARPA funding for the Harvest project has ended, the squid project has -continued development of the cache where Harvest finished. - -FreeBSD PORTER'S NOTES. To this moment, Squid is not well documented. -But you aren't lost in space: there is a mailing list, -<squid-users@nlanr.net>, where you will find some support and help. -We also _strongly_ suggest you to examine Web pages noted above. - -WWW: http://squid.nlanr.net/Squid/ diff --git a/www/squid31/pkg-install b/www/squid31/pkg-install deleted file mode 100644 index 2b6052e5aa11..000000000000 --- a/www/squid31/pkg-install +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/sh - -PKGNAME=$1 - -case $2 in - PRE-INSTALL) - ;; - POST-INSTALL) - echo "==> Post-installation configuration of ${PKGNAME}" - echo "" - echo " o you DO need running nameservice to start and run ${PKGNAME}" - echo "" - echo " o use the ${PKGNAME} proxy and caching WWW Server by" - echo " configuring your WWW Navigator (Netscape, Mosaic,...)" - echo " to use it as a proxy server." - echo "" - echo "==> Press Enter to edit the ${PKGNAME} config file." - echo " (The defaults are reasonable; and the file is well commented)" - tput md - echo " You'd certainly like to pay attention to the" - echo " ACTUAL locations of cache \"spool\", logfiles, pidfile!" - tput me - if [ -z "${PACKAGE_BUILDING}" ]; then read skip; fi - chown root:wheel ${PREFIX:-/usr/local}/etc/squid/squid.conf* - chmod 644 ${PREFIX:-/usr/local}/etc/squid/squid.conf* - [ -f ${PREFIX:-/usr/local}/etc/squid/squid.conf ] || \ - cp -fp ${PREFIX:-/usr/local}/etc/squid/squid.conf.default \ - ${PREFIX:-/usr/local}/etc/squid/squid.conf - [ -f ${PREFIX:-/usr/local}/etc/squid/mime.conf ] || \ - cp -fp ${PREFIX:-/usr/local}/etc/squid/mime.conf.default \ - ${PREFIX:-/usr/local}/etc/squid/mime.conf - ${EDITOR:-vi} ${PREFIX:-/usr/local}/etc/squid/squid.conf \ - ${PREFIX:-/usr/local}/etc/squid/mime.conf - ;; - *) - echo "Unexpected Argument $2!!!" - exit 1 - ;; -esac -exit 0 - diff --git a/www/squid31/pkg-plist b/www/squid31/pkg-plist deleted file mode 100644 index 78971cf73940..000000000000 --- a/www/squid31/pkg-plist +++ /dev/null @@ -1,70 +0,0 @@ -etc/rc.d/squid.sh -etc/squid/errors/ERR_ACCESS_DENIED -etc/squid/errors/ERR_CACHE_ACCESS_DENIED -etc/squid/errors/ERR_CACHE_MGR_ACCESS_DENIED -etc/squid/errors/ERR_CANNOT_FORWARD -etc/squid/errors/ERR_CONNECT_FAIL -etc/squid/errors/ERR_DNS_FAIL -etc/squid/errors/ERR_FORWARDING_DENIED -etc/squid/errors/ERR_FTP_DISABLED -etc/squid/errors/ERR_FTP_FAILURE -etc/squid/errors/ERR_FTP_FORBIDDEN -etc/squid/errors/ERR_FTP_NOT_FOUND -etc/squid/errors/ERR_FTP_PUT_CREATED -etc/squid/errors/ERR_FTP_PUT_ERROR -etc/squid/errors/ERR_FTP_PUT_MODIFIED -etc/squid/errors/ERR_FTP_UNAVAILABLE -etc/squid/errors/ERR_INVALID_REQ -etc/squid/errors/ERR_INVALID_URL -etc/squid/errors/ERR_LIFETIME_EXP -etc/squid/errors/ERR_NO_RELAY -etc/squid/errors/ERR_ONLY_IF_CACHED_MISS -etc/squid/errors/ERR_READ_ERROR -etc/squid/errors/ERR_READ_TIMEOUT -etc/squid/errors/ERR_SHUTTING_DOWN -etc/squid/errors/ERR_SOCKET_FAILURE -etc/squid/errors/ERR_TOO_BIG -etc/squid/errors/ERR_UNSUP_REQ -etc/squid/errors/ERR_URN_RESOLVE -etc/squid/errors/ERR_WRITE_ERROR -etc/squid/errors/ERR_ZERO_SIZE_OBJECT -etc/squid/icons/anthony-binhex.gif -etc/squid/icons/anthony-bomb.gif -etc/squid/icons/anthony-box.gif -etc/squid/icons/anthony-box2.gif -etc/squid/icons/anthony-c.gif -etc/squid/icons/anthony-compressed.gif -etc/squid/icons/anthony-dir.gif -etc/squid/icons/anthony-dirup.gif -etc/squid/icons/anthony-dvi.gif -etc/squid/icons/anthony-f.gif -etc/squid/icons/anthony-image.gif -etc/squid/icons/anthony-image2.gif -etc/squid/icons/anthony-layout.gif -etc/squid/icons/anthony-link.gif -etc/squid/icons/anthony-movie.gif -etc/squid/icons/anthony-pdf.gif -etc/squid/icons/anthony-portal.gif -etc/squid/icons/anthony-ps.gif -etc/squid/icons/anthony-quill.gif -etc/squid/icons/anthony-script.gif -etc/squid/icons/anthony-sound.gif -etc/squid/icons/anthony-tar.gif -etc/squid/icons/anthony-tex.gif -etc/squid/icons/anthony-text.gif -etc/squid/icons/anthony-unknown.gif -etc/squid/icons/anthony-xbm.gif -etc/squid/icons/anthony-xpm.gif -etc/squid/mib.txt -etc/squid/mime.conf.default -etc/squid/squid.conf.default -libexec/cachemgr.cgi -libexec/dnsserver -libexec/pinger -libexec/unlinkd -sbin/RunAccel -sbin/RunCache -sbin/client -sbin/squid -@exec mkdir -p %D/squid/cache -@exec mkdir -p %D/squid/logs diff --git a/www/tidy-devel/Makefile b/www/tidy-devel/Makefile deleted file mode 100644 index d696800351ff..000000000000 --- a/www/tidy-devel/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: tidy -# Date created: 27 Oct 1998 -# Whom: Abel Chow <achow@transoft.net> -# -# $FreeBSD$ -# - -PORTNAME= tidy -PORTVERSION= 20000430 -CATEGORIES= www -MASTER_SITES= http://www.w3.org/People/Raggett/ -DISTNAME= tidy30apr00 -EXTRACT_SUFX= .tgz - -MAINTAINER= saken@hotel.rmta.org - -MAN1= tidy.1 - -ALL_TARGET= tidy - -DOCFILES= Overview.html tidy.gif release-notes.html grid.gif - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/tidy ${PREFIX}/bin/tidy - @${INSTALL_MAN} ${WRKSRC}/man_page.txt ${PREFIX}/man/man1/tidy.1 -.if !defined(NOPORTDOCS) - @${ECHO_MSG} "===> Installing documentation for ${PKGNAME}" - @${MKDIR} ${PREFIX}/share/doc/tidy -.for docfile in ${DOCFILES} - @${INSTALL_MAN} ${WRKSRC}/${docfile} ${PREFIX}/share/doc/tidy -.endfor -.endif - -.include <bsd.port.mk> diff --git a/www/tidy-devel/distinfo b/www/tidy-devel/distinfo deleted file mode 100644 index cc9b1a02d714..000000000000 --- a/www/tidy-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (tidy30apr00.tgz) = e0a4a6eb7407806f6810d1ca6fd8d7cf diff --git a/www/tidy-devel/files/patch-aa b/www/tidy-devel/files/patch-aa deleted file mode 100644 index 0f0aac98771d..000000000000 --- a/www/tidy-devel/files/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ ---- Makefile.orig Thu May 4 20:22:46 2000 -+++ Makefile Thu May 4 20:23:52 2000 -@@ -1,14 +1,8 @@ - # Makefile - for tidy - --CC= gcc -+#CC= gcc - --CFLAGS= -O -- --# Makefile - for tidy -- --CC= gcc -- --CFLAGS= -O -+CFLAGS+= -D__USE_MISC - - OFILES= attrs.o istack.o parser.o tags.o \ - entities.o lexer.o pprint.o clean.o \ diff --git a/www/tidy-devel/files/patch-ab b/www/tidy-devel/files/patch-ab deleted file mode 100644 index 7493b2df4ba8..000000000000 --- a/www/tidy-devel/files/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ ---- platform.h.orig Thu Jan 13 07:19:19 2000 -+++ platform.h Mon Mar 27 16:31:20 2000 -@@ -17,9 +17,8 @@ - It enables tidy to find config files named ~/.tidyrc - and ~your/.tidyrc etc if the HTML_TIDY environment - variable is not set. Contributed by Todd Lewis. -- --#define SUPPORT_GETPWNAM - */ -+#define SUPPORT_GETPWNAM - - #include <ctype.h> - #include <stdio.h> diff --git a/www/tidy-devel/pkg-comment b/www/tidy-devel/pkg-comment deleted file mode 100644 index ca421aa9423d..000000000000 --- a/www/tidy-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Fixes and tidies up HTML files diff --git a/www/tidy-devel/pkg-descr b/www/tidy-devel/pkg-descr deleted file mode 100644 index ab48448b25d5..000000000000 --- a/www/tidy-devel/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -When editing HTML it's easy to make mistakes. Wouldn't it be nice if -there was a simple way to fix these mistakes automatically and tidy up -sloppy editing into nicely layed out markup? Well now there is thanks -to Hewlett Packard's Dave Raggett. HTML TIDY is a free utility for -doing just that. It also works great on the attrociously hard to read -markup generated by specialized HTML editors and conversion tools, and -can help you identify where you need to pay further attention on -making your pages more accessible to people with disabilities. - -Tidy is able to fix up a wide range of problems and to bring to your -attention things that you need to work on yourself. Each item found is -listed with the line number and column so that you can see where the -problem lies in your markup. Tidy won't generate a cleaned up version -when there are problems that it can't be sure of how to handle. These -are logged as "errors" rather than "warnings". - -WWW: http://www.w3c.org/People/Raggett/tidy/ diff --git a/www/tidy-devel/pkg-plist b/www/tidy-devel/pkg-plist deleted file mode 100644 index 156ae270f629..000000000000 --- a/www/tidy-devel/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/tidy -share/doc/tidy/Overview.html -share/doc/tidy/grid.gif -share/doc/tidy/release-notes.html -share/doc/tidy/tidy.gif -@dirrm share/doc/tidy diff --git a/www/webalizer/files/patch-ac b/www/webalizer/files/patch-ac deleted file mode 100644 index 4b7e06e0b9f8..000000000000 --- a/www/webalizer/files/patch-ac +++ /dev/null @@ -1,28 +0,0 @@ ---- webalizer.c.orig Sun Apr 9 05:18:56 2000 -+++ webalizer.c Fri Apr 21 23:11:15 2000 -@@ -61,6 +61,7 @@ - #endif - - #ifdef USE_DNS -+#include <netinet/in.h> - #include <arpa/inet.h> - - #ifdef HAVE_DB_185_H -@@ -480,7 +481,7 @@ - else - { - /* Using DNS cache file <filaneme> */ -- if (verbose) printf("%s %s\n",msg_dns_usec,dns_cache); -+ if (verbose>1) printf("%s %s\n",msg_dns_usec,dns_cache); - } - } - #endif /* USE_DNS */ -@@ -1785,7 +1786,7 @@ - if (*cp1=='+') *cp1=' '; /* change + to space */ - if (sp_flg && *cp1==' ') { cp1++; continue; } /* compress spaces */ - if (*cp1==' ') sp_flg=1; else sp_flg=0; /* (flag spaces here) */ -- *cp2++=tolower(*cp1++); /* normal character */ -+ *cp2++= *cp1++; /* normal character */ - } - } - *cp2=0; cp2=tmpbuf; diff --git a/www/webcheck/Makefile b/www/webcheck/Makefile deleted file mode 100644 index d0bc85c375a2..000000000000 --- a/www/webcheck/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: linbot -# Date created: 19 September 1998 -# Whom: Bill Fumerola <billf@chc-chimes.com> -# -# $FreeBSD$ -# - -PORTNAME= linbot -PORTVERSION= 1.0 -CATEGORIES= www python -MASTER_SITES= http://metalab.unc.edu/pub/Linux/apps/www/misc/ -EXTRACT_SUFX= .tgz - -MAINTAINER= billf@FreeBSD.org - -RUN_DEPENDS= python:${PORTSDIR}/lang/python - -NO_BUILD= yeah - -do-install: - ${MKDIR} ${PREFIX}/share/linbot - ${CP} ${WRKSRC}/*.py ${PREFIX}/share/linbot - ${CP} ${WRKSRC}/*.css ${PREFIX}/share/linbot - ${LN} -sf ${PREFIX}/share/linbot/linbot.py ${PREFIX}/bin/linbot - -.include <bsd.port.mk> diff --git a/www/webcheck/distinfo b/www/webcheck/distinfo deleted file mode 100644 index c15e5bde2b36..000000000000 --- a/www/webcheck/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (linbot-1.0.tgz) = c1926fb359532daee0ea8fcade08e345 diff --git a/www/webcheck/pkg-comment b/www/webcheck/pkg-comment deleted file mode 100644 index fbfb6c0d9912..000000000000 --- a/www/webcheck/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -View structure of a web site, get a list of problems like broken links diff --git a/www/webcheck/pkg-descr b/www/webcheck/pkg-descr deleted file mode 100644 index 96a8ff97ea0a..000000000000 --- a/www/webcheck/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Linbot is the professional Site Management Tool for webmasters. Linbot -allows webmasters to view the structure of a site, track down broken links, -find potentially outdated web pages list links pointing to external sites, -view portfolio of inline images, get a run-down of problems sorted by -author and to do all this periodically without user intervention. - -WWW: http://starship.skyport.net/crew/marduk/linbot/ - -Bill Fumerola (billf@chc-chimes.com) diff --git a/www/webcheck/pkg-plist b/www/webcheck/pkg-plist deleted file mode 100644 index bba35d7399fc..000000000000 --- a/www/webcheck/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -share/linbot/config.py -share/linbot/debugio.py -share/linbot/htmlparse.py -share/linbot/httpcodes.py -share/linbot/linbot.css -share/linbot/linbot.py -share/linbot/myUrlLib.py -share/linbot/robotparser.py -share/linbot/version.py -@dirrm share/linbot -@exec ln -fs %D/share/linbot/linbot.py %D/bin/linbot -@unexec rm %D/bin/linbot diff --git a/www/zope210/Makefile b/www/zope210/Makefile deleted file mode 100644 index b534d914845e..000000000000 --- a/www/zope210/Makefile +++ /dev/null @@ -1,84 +0,0 @@ -# New ports collection makefile for: Zope -# Date created: Sat 21 Aug 1999 -# Whom: Peter Cornelius <pcc@gmx.net> -# -# $FreeBSD$ -# - -PORTNAME= zope -PORTVERSION= 2.1.6 -CATEGORIES= www python -MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/ -DISTNAME= Zope-${PORTVERSION}-src -EXTRACT_SUFX= .tgz - -MAINTAINER= thomas@hentschel.net - -BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python -RUN_DEPENDS= ${LOCALBASE}/sbin/apache:${PORTSDIR}/www/apache13-modssl - -# Build has to be done in the final location after installing the sources -# there. It were a major action to fix all paths otherwise. -do-build: # empty, but needs to be there for the python dependency. - -# The web server's "root" directory used to be ${PREFIX}/www, and from -# then on, data, cgi-bin and such. Thus, I decided that Zope belongs -# there, too. I don't know whether this still applies to current apache -# releases, though. I still run 2.2.8-STABLE. -PLIST_SUB= ZOPEBASEDIR=www/Zope-${PORTVERSION} CGIBINDIR=share/apache/cgi-bin VERSION=${PORTVERSION} -WEBBASEDIR?= ${PREFIX}/www -ZOPEBASEDIR?= ${WEBBASEDIR}/Zope-${PORTVERSION} -CGI_BIN_DIR?= ${PREFIX}/share/apache/cgi-bin -APACHE_CONFDIR?= ${PREFIX}/etc/apache -PYTHON15?= ${PREFIX}/bin/python1.5 - -# I decided to consider the whole souce tree to be part of the package -# since in there, Zope can live on its own. It does leave some *.o files -# around (about four), but I can use Zope's own building mechanism. -do-install: # - @if [ -e ${ZOPEBASEDIR}/var/Data.fs ] ; then \ - ${ECHO} "Saving existing Database to /tmp/Data.fs.BAK." ; \ - ${MV} ${ZOPEBASEDIR}/var/Data.fs /tmp/Data.fs.BAK ; \ - fi - @( ${MKDIR} ${ZOPEBASEDIR} ; \ - ${ECHO} "===> Please be patient, some builds need their time." ; \ - ${ECHO} "===> Copying..." ; \ - ${CP} -Rp ${WRKSRC}/* ${ZOPEBASEDIR}/ ; \ - cd ${ZOPEBASEDIR} ; \ - ${PYTHON15} w_pcgi.py ; \ - ${PYTHON15} wo_pcgi.py ; \ - ${MV} Zope.cgi Zope.cgi.orig ; \ - ${ECHO} "#! ${CGI_BIN_DIR}/pcgi-wrapper" > Zope.cgi ; \ - ${CAT} Zope.cgi.orig >> Zope.cgi ; \ - ${INSTALL} -o nobody -m 555 Zope.cgi pcgi/pcgi-wrapper ${CGI_BIN_DIR} ; \ - ${ECHO} "===> Fixing permissions of Zope's own var directory..." ; \ - ${CHMOD} ugo+rwt var ; \ - ${CHOWN} nobody var ; \ - ${CHOWN} nobody var/* ; \ - ${ECHO} "===> Setting user/password to zopemaster/test..." ; \ - ${PYTHON15} zpasswd.py -u zopemaster -p test -e CLEARTEXT access ; \ - ${CHOWN} nobody access; \ - ${ECHO} "===> Copying Apache config file changes to ${APACHE_CONFDIR}/apache.conf.Zope-Changes." ; \ - ${CP} -p ${FILESDIR}/apache.conf.Zope-Changes ${APACHE_CONFDIR}/ ; \ - ${ECHO} "===> Please have a look at this file and the instructions" ; \ - ${ECHO} "===> therein and incorporate them to your apache.conf." ; \ - ${ECHO} "===> Creating rc startup file for Zope-${PORTVERSION}..." ; \ - ${ECHO} "#! /bin/sh" > ${PREFIX}/etc/rc.d/zope.sh ; \ - ${ECHO} "${ZOPEBASEDIR}/start -w '' -f '' -m '' -p ${CGI_BIN_DIR}/Zope.cgi &" >> ${PREFIX}/etc/rc.d/zope.sh ; \ - ${ECHO} "echo -n \" Zope\"" >> ${PREFIX}/etc/rc.d/zope.sh ; \ - ${CHMOD} ug+x,o-rwx ${PREFIX}/etc/rc.d/zope.sh ; \ - ${ECHO} "===> Done with ${PREFIX}/etc/rc.d/zope.sh." ; \ - ${CAT} ${FILESDIR}/Message ; \ - ${ECHO} "===> Your Zope base directory is ${ZOPEBASEDIR}." ; \ - ${ECHO} "===> The Zope license is in ${ZOPEBASEDIR}/LICENSE.txt." ; \ - ${ECHO} "===> For Apache changes see ${APACHE_CONFDIR}/apache.conf.Zope-Changes." ; \ - ${ECHO} "===> Zope.cgi and pcgi-wrapper live in ${CGI_BIN_DIR}." ) - -#pre-deinstall: # Save Database contents. I expect /tmp to have sufficient -# # space to hold it for the time being. -# @if [ -e ${ZOPEBASEDIR}/var/Data.fs ] ; then \ -# ${ECHO} "Saving existing Database to /tmp/Data.fs.bak." ; \ -# ${MV} ${ZOPEBASEDIR}/var/Data.fs /tmp/Data.fs.bak ; \ -# fi - -.include <bsd.port.mk> diff --git a/www/zope210/distinfo b/www/zope210/distinfo deleted file mode 100644 index 803145f03910..000000000000 --- a/www/zope210/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Zope-2.1.6-src.tgz) = 6ec4320afd6925c24f9f1b5cd7c4d7c5 diff --git a/www/zope210/files/CREDITS b/www/zope210/files/CREDITS deleted file mode 100644 index c84974c8005c..000000000000 --- a/www/zope210/files/CREDITS +++ /dev/null @@ -1,6 +0,0 @@ -Special thanks to (in no particular order): - -- The Zope makers: Digital Creations. -- The Python Group -- Olaf Erb -- Andreas Ley diff --git a/www/zope210/files/Message b/www/zope210/files/Message deleted file mode 100644 index 54fc163809f9..000000000000 --- a/www/zope210/files/Message +++ /dev/null @@ -1,57 +0,0 @@ - -Welcome to Zope. - -The basic installation process for FreeBSD now has been done. To have a -quick look, cd to your Zope base directory (see below) and start Zope -with: - -./start -w <web port> -f <ftp port> - -where <web port> is the port where to http-access Zope with your browser -(try http://localhost:<web port>). It defaults to 80. <ftp-port> is the -same thing for ftp (upload) access, it defaults to 21. Obviously, you will -have to specify these if you already use these ports. The user/password -pair for access to the management screens has been preset to -zopemaster/test, respectively. - -PLEASE NOTE that the above only is for a quick check only, BUT IT WILL -LEAVE YOUR ZOPE PROCESS WIDE OPEN TO HACKING SINCE THERE'S NO SECURITY -WHATSOEVER. Therefore, PLEASE do incorporate the suggested changes (see -below) to your apache-SSL web server and only start Zope WITHOUT ANY open -<web port> or <ftp port>. This can be done, also from the Zope base dir, -by: - -./start -w '' -f '' -m '' -p <path to Zope.cgi>/Zope.cgi - -where <path to Zope.cgi> is the (full) path to where Zope.cgi lives (see -below). There now also should be a file in ${PREFIX}/etc/rc.d/ (most -probably /usr/local/etc/rc.d/) named zope.sh that does the startup for you -after a reboot. - -Also, it might be a good idea now to change the password. You can do that -with (again, in the Zope base directory): - -python zpasswd.py -u <username> -p <passwd> -e CLEARTEXT access - -The -e CLEARTEXT presently is *mandatory*, otherwise authentication -through apache will not work. - -You will probably already have gone through Apache's ssl certificate -generation process. If not, please do so now, if you don't already have a -certificate. If only a few well known people will have access to your -management screens, a self-signed one probably will suffice. Please refer -to the Apache and the Apache-SSL documentation for further information. -Use a sufficiently "long" key. Don't forget the https://... when trying to -access the management pages. - -Apache will communicate with Zope through the so-called persistent cgi -interface (aka pcgi). There's links to more information on the Zope web -site at http://www.zope.org. Also, this is the best (and only) source of -help end information on Zope itself. - -Zope is Copyrighted (C) by Digital Creations. All rights reserved. -Please thouroughly read the license (see below) before employing Zope. - -Good business, Peter Cornelius. <pcc@gmx.net> - -Please remember these files and directories: diff --git a/www/zope210/files/apache.conf.Zope-Changes b/www/zope210/files/apache.conf.Zope-Changes deleted file mode 100644 index f1d28a1a82e0..000000000000 --- a/www/zope210/files/apache.conf.Zope-Changes +++ /dev/null @@ -1,48 +0,0 @@ -# *** *** *** -# ------------------- -# Zope Configuration. -# ------------------- -# -# IMPORTANT: In order for SSL access to work, copy the part between the -# lines with the nine asterisks * to your SSL virtual host section, too! -# -# This rule adds the trailing slash if omitted. So, we will have it for -# all subsequent rules -RewriteEngine on -RewriteRule ^/Zope$ /Zope/ [R] -# -# Zope requires the authentication headers to be passed to it if it is -# called through the cgi of another web server (like apache). An "easy" -# way to do so is to do a little mod_rewrite'ing. See doc/WEBSERVER.txt in -# your Zope base directory for further information. -# -# This maps maps /Zope/ to the Zope.cgi CGI script. -RewriteCond %{HTTP:Authorization} ^(.*) -RewriteRule ^/Zope/(.*) /usr/local/www/cgi-bin/Zope.cgi/$1 [env=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l] -# -# *** *** *** -# -# Also, Zope, in spite of some fussing about "security", totally ignores -# the man in the middle. So, all contacts to Zope management screens are -# made to require SSL. -# -<LocationMatch "/Zope/(.*)manage(.*)"> - SSLRequireSSL -</LocationMatch> -# -<LocationMatch "/cgi-bin/Zope.cgi(.*)manage(.*)"> - SSLRequireSSL -</LocationMatch> -# -# One final notice: If you can't get working your authentication with Zope -# check if the access file in the Zope base directory (maybe this is -# /usr/local/www/Zope or the like) contains a CLEARTEXT password. If -# encryption there is set to SHA, to my knowledge, authentication does not -# work. Try `python zpasswd.py -u zopemaster -p test -e CLEARTEXT access` -# (in the Zope base dir). This sets the required username/passwd pair to -# zopemaster/test respectively and stores them as CLEARTEXT password. -# Don't forget the proper access restrictions to this file if you have -# user access to the file system that it is stored on. -# -# End of Zope configuration section. - diff --git a/www/zope210/pkg-comment b/www/zope210/pkg-comment deleted file mode 100644 index 2ec945641141..000000000000 --- a/www/zope210/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An object-based web application platform with database access diff --git a/www/zope210/pkg-descr b/www/zope210/pkg-descr deleted file mode 100644 index 4ca688518ba5..000000000000 --- a/www/zope210/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -"Zope is an exciting new object-based, open source web application -platform. It allows you to build powerful and dynamic web applications -easily. Zope comes with source code and is friendly to developers as -well as users. -Zope is distinguished by its integrated object database which, when -combined with a revolutionary object model, provides a completely unique -facility for servicing content managers and web application developers." - -Here are some of the "headlines" mentioned in the features list at -http://www.zope.org:8080/Information/Features : - -Database Integration Content Management - SQL and HTML in Harmony Builtin Objects - Multiple Data Sources Document Templates - Publish Databases Web to Objects -Application Development Integrated Object Database - DTML Scripting Managed Through the Web - External Methods Direct URL Access to Objects - -This is a "beta" release. It seems to work quite stable, but no guarantee -given. - Peter Cornelius <pcc@gmx.net> - -WWW: http://www.zope.org/ diff --git a/www/zope210/pkg-plist b/www/zope210/pkg-plist deleted file mode 100644 index caceb33826af..000000000000 --- a/www/zope210/pkg-plist +++ /dev/null @@ -1,1124 +0,0 @@ -etc/apache/apache.conf.Zope-Changes -etc/rc.d/zope.sh -%%CGIBINDIR%%/Zope.cgi -%%CGIBINDIR%%/pcgi-wrapper -%%ZOPEBASEDIR%%/LICENSE.txt -%%ZOPEBASEDIR%%/README.txt -%%ZOPEBASEDIR%%/ZServer/DebugLogger.py -%%ZOPEBASEDIR%%/ZServer/DebugLogger.pyc -%%ZOPEBASEDIR%%/ZServer/FCGIServer.py -%%ZOPEBASEDIR%%/ZServer/FCGIServer.pyc -%%ZOPEBASEDIR%%/ZServer/FTPRequest.py -%%ZOPEBASEDIR%%/ZServer/FTPRequest.pyc -%%ZOPEBASEDIR%%/ZServer/FTPResponse.py -%%ZOPEBASEDIR%%/ZServer/FTPResponse.pyc -%%ZOPEBASEDIR%%/ZServer/FTPServer.py -%%ZOPEBASEDIR%%/ZServer/FTPServer.pyc -%%ZOPEBASEDIR%%/ZServer/HTTPResponse.py -%%ZOPEBASEDIR%%/ZServer/HTTPResponse.pyc -%%ZOPEBASEDIR%%/ZServer/HTTPServer.py -%%ZOPEBASEDIR%%/ZServer/HTTPServer.pyc -%%ZOPEBASEDIR%%/ZServer/INSTALL.txt -%%ZOPEBASEDIR%%/ZServer/PCGIServer.py -%%ZOPEBASEDIR%%/ZServer/PCGIServer.pyc -%%ZOPEBASEDIR%%/ZServer/Producers.py -%%ZOPEBASEDIR%%/ZServer/Producers.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZEvent.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZEvent.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZRendezvous.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZRendezvous.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZServerPublisher.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZServerPublisher.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/__init__.py -%%ZOPEBASEDIR%%/ZServer/PubCore/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/README.txt -%%ZOPEBASEDIR%%/ZServer/ZService.py -%%ZOPEBASEDIR%%/ZServer/ZService.pyc -%%ZOPEBASEDIR%%/ZServer/__init__.py -%%ZOPEBASEDIR%%/ZServer/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/__init__.py -%%ZOPEBASEDIR%%/ZServer/medusa/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/asynchat.py -%%ZOPEBASEDIR%%/ZServer/medusa/asynchat.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/asyncore.py -%%ZOPEBASEDIR%%/ZServer/medusa/asyncore.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/counter.py -%%ZOPEBASEDIR%%/ZServer/medusa/counter.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/default_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/default_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/filesys.py -%%ZOPEBASEDIR%%/ZServer/medusa/filesys.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/ftp_server.py -%%ZOPEBASEDIR%%/ZServer/medusa/ftp_server.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/http_date.py -%%ZOPEBASEDIR%%/ZServer/medusa/http_date.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/http_server.py -%%ZOPEBASEDIR%%/ZServer/medusa/http_server.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/logger.py -%%ZOPEBASEDIR%%/ZServer/medusa/logger.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/m_syslog.py -%%ZOPEBASEDIR%%/ZServer/medusa/m_syslog.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/max_sockets.py -%%ZOPEBASEDIR%%/ZServer/medusa/max_sockets.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/medusa_gif.py -%%ZOPEBASEDIR%%/ZServer/medusa/medusa_gif.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/mime_type_table.py -%%ZOPEBASEDIR%%/ZServer/medusa/mime_type_table.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client_win32.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client_win32.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/producers.py -%%ZOPEBASEDIR%%/ZServer/medusa/producers.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/resolver.py -%%ZOPEBASEDIR%%/ZServer/medusa/resolver.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/select_trigger.py -%%ZOPEBASEDIR%%/ZServer/medusa/select_trigger.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/status_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/status_handler.pyc -%%ZOPEBASEDIR%%/Zope.cgi.orig -%%ZOPEBASEDIR%%/access -%%ZOPEBASEDIR%%/doc/CHANGES.txt -%%ZOPEBASEDIR%%/doc/CREDITS.txt -%%ZOPEBASEDIR%%/doc/DEBUGGING.txt -%%ZOPEBASEDIR%%/doc/FAQ.txt -%%ZOPEBASEDIR%%/doc/INSTALL.txt -%%ZOPEBASEDIR%%/doc/LOGGING.txt -%%ZOPEBASEDIR%%/doc/PLATFORMS/AIX.txt -%%ZOPEBASEDIR%%/doc/PLATFORMS/README.txt -%%ZOPEBASEDIR%%/doc/SECURITY.txt -%%ZOPEBASEDIR%%/doc/WEBSERVER.txt -%%ZOPEBASEDIR%%/doc/ZODB.txt -%%ZOPEBASEDIR%%/inst/binary_install.py -%%ZOPEBASEDIR%%/inst/binary_install.pyc -%%ZOPEBASEDIR%%/inst/build_extensions.py -%%ZOPEBASEDIR%%/inst/build_extensions.pyc -%%ZOPEBASEDIR%%/inst/build_pcgi.py -%%ZOPEBASEDIR%%/inst/build_pcgi.pyc -%%ZOPEBASEDIR%%/inst/compilezpy.py -%%ZOPEBASEDIR%%/inst/compilezpy.pyc -%%ZOPEBASEDIR%%/inst/default_content.py -%%ZOPEBASEDIR%%/inst/default_content.pyc -%%ZOPEBASEDIR%%/inst/do.py -%%ZOPEBASEDIR%%/inst/do.pyc -%%ZOPEBASEDIR%%/inst/make_resource.py -%%ZOPEBASEDIR%%/inst/make_resource.pyc -%%ZOPEBASEDIR%%/inst/make_start.py -%%ZOPEBASEDIR%%/inst/make_start.pyc -%%ZOPEBASEDIR%%/lib/Components/BTree/BTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/IIBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/IOBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/OIBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/Setup -%%ZOPEBASEDIR%%/lib/Components/BTree/intSet.c -%%ZOPEBASEDIR%%/lib/Components/BTree/intSet.h -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Acquisition.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Acquisition.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/COPYRIGHT.txt -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ComputedAttribute.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ComputedAttribute.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ComputedAttribute.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ExtensionClass.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ExtensionClass.h -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ExtensionClass.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Installation -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/MethodObject.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Missing.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/MultiMapping.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/MultiMapping.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/README -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Record.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Setup -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Sync.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ThreadLock.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Xaq.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Xaq.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/index.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/release.fl -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/release.notes -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/release.sh -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_MultiMapping.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_MultiMapping.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_Sync.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_Sync.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_ThreadLock.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_ThreadLock.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_acquisition.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_acquisition.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_add.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_add.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_binding.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_binding.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_explicit_acquisition.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_explicit_acquisition.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_func_attr.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_func_attr.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_method_hook.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_method_hook.pyc -%%ZOPEBASEDIR%%/lib/Components/cPickle/PyErr_Format.h -%%ZOPEBASEDIR%%/lib/Components/cPickle/Setup -%%ZOPEBASEDIR%%/lib/Components/cPickle/cPickle.c -%%ZOPEBASEDIR%%/lib/Components/cPickle/cPickle.stx -%%ZOPEBASEDIR%%/lib/Components/cPickle/cStringIO.c -%%ZOPEBASEDIR%%/lib/Components/cPickle/cStringIO.h -%%ZOPEBASEDIR%%/lib/Components/cPickle/copy_reg.py -%%ZOPEBASEDIR%%/lib/Components/cPickle/copy_reg.pyc -%%ZOPEBASEDIR%%/lib/Components/cPickle/release.fl -%%ZOPEBASEDIR%%/lib/Components/cPickle/release.sh -%%ZOPEBASEDIR%%/lib/Components/zlib/Setup -%%ZOPEBASEDIR%%/lib/Components/zlib/adler32.c -%%ZOPEBASEDIR%%/lib/Components/zlib/compress.c -%%ZOPEBASEDIR%%/lib/Components/zlib/config.c -%%ZOPEBASEDIR%%/lib/Components/zlib/crc32.c -%%ZOPEBASEDIR%%/lib/Components/zlib/deflate.c -%%ZOPEBASEDIR%%/lib/Components/zlib/deflate.h -%%ZOPEBASEDIR%%/lib/Components/zlib/gzio.c -%%ZOPEBASEDIR%%/lib/Components/zlib/infblock.c -%%ZOPEBASEDIR%%/lib/Components/zlib/infblock.h -%%ZOPEBASEDIR%%/lib/Components/zlib/infcodes.c -%%ZOPEBASEDIR%%/lib/Components/zlib/infcodes.h -%%ZOPEBASEDIR%%/lib/Components/zlib/inffast.c -%%ZOPEBASEDIR%%/lib/Components/zlib/inffast.h -%%ZOPEBASEDIR%%/lib/Components/zlib/inflate.c -%%ZOPEBASEDIR%%/lib/Components/zlib/inftrees.c -%%ZOPEBASEDIR%%/lib/Components/zlib/inftrees.h -%%ZOPEBASEDIR%%/lib/Components/zlib/infutil.c -%%ZOPEBASEDIR%%/lib/Components/zlib/infutil.h -%%ZOPEBASEDIR%%/lib/Components/zlib/trees.c -%%ZOPEBASEDIR%%/lib/Components/zlib/uncompr.c -%%ZOPEBASEDIR%%/lib/Components/zlib/zconf.h -%%ZOPEBASEDIR%%/lib/Components/zlib/zlib.c -%%ZOPEBASEDIR%%/lib/Components/zlib/zlib.h -%%ZOPEBASEDIR%%/lib/Components/zlib/zlib104_tar.gz -%%ZOPEBASEDIR%%/lib/Components/zlib/zutil.c -%%ZOPEBASEDIR%%/lib/Components/zlib/zutil.h -%%ZOPEBASEDIR%%/lib/python/.cvsignore -%%ZOPEBASEDIR%%/lib/python/AccessControl/AccessControl.txt -%%ZOPEBASEDIR%%/lib/python/AccessControl/AuthEncoding.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/AuthEncoding.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Permission.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/Permission.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionMapping.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionMapping.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionRole.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionRole.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Role.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/Role.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Setup -%%ZOPEBASEDIR%%/lib/python/AccessControl/User.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/User.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/access.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/acquiredEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/addUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/editLocalRoles.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/editUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/listLocalRoles.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/mainUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/methodAccess.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/permissionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/roleEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/www/AccessControl_icon.gif -%%ZOPEBASEDIR%%/lib/python/AccessControl/www/User_icon.gif -%%ZOPEBASEDIR%%/lib/python/Acquisition.so -%%ZOPEBASEDIR%%/lib/python/App/ApplicationManager.py -%%ZOPEBASEDIR%%/lib/python/App/ApplicationManager.pyc -%%ZOPEBASEDIR%%/lib/python/App/CacheManager.py -%%ZOPEBASEDIR%%/lib/python/App/CacheManager.pyc -%%ZOPEBASEDIR%%/lib/python/App/Common.py -%%ZOPEBASEDIR%%/lib/python/App/Common.pyc -%%ZOPEBASEDIR%%/lib/python/App/Dialogs.py -%%ZOPEBASEDIR%%/lib/python/App/Dialogs.pyc -%%ZOPEBASEDIR%%/lib/python/App/Extensions.py -%%ZOPEBASEDIR%%/lib/python/App/Extensions.pyc -%%ZOPEBASEDIR%%/lib/python/App/Factory.py -%%ZOPEBASEDIR%%/lib/python/App/Factory.pyc -%%ZOPEBASEDIR%%/lib/python/App/FactoryDispatcher.py -%%ZOPEBASEDIR%%/lib/python/App/FactoryDispatcher.pyc -%%ZOPEBASEDIR%%/lib/python/App/FindHomes.py -%%ZOPEBASEDIR%%/lib/python/App/FindHomes.pyc -%%ZOPEBASEDIR%%/lib/python/App/ImageFile.py -%%ZOPEBASEDIR%%/lib/python/App/ImageFile.pyc -%%ZOPEBASEDIR%%/lib/python/App/Management.py -%%ZOPEBASEDIR%%/lib/python/App/Management.pyc -%%ZOPEBASEDIR%%/lib/python/App/Permission.py -%%ZOPEBASEDIR%%/lib/python/App/Permission.pyc -%%ZOPEBASEDIR%%/lib/python/App/PersistentExtra.py -%%ZOPEBASEDIR%%/lib/python/App/PersistentExtra.pyc -%%ZOPEBASEDIR%%/lib/python/App/Product.py -%%ZOPEBASEDIR%%/lib/python/App/Product.pyc -%%ZOPEBASEDIR%%/lib/python/App/ProductContext.py -%%ZOPEBASEDIR%%/lib/python/App/ProductContext.pyc -%%ZOPEBASEDIR%%/lib/python/App/ProductRegistry.py -%%ZOPEBASEDIR%%/lib/python/App/ProductRegistry.pyc -%%ZOPEBASEDIR%%/lib/python/App/Undo.py -%%ZOPEBASEDIR%%/lib/python/App/Undo.pyc -%%ZOPEBASEDIR%%/lib/python/App/__init__.py -%%ZOPEBASEDIR%%/lib/python/App/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/App/addFactory.dtml -%%ZOPEBASEDIR%%/lib/python/App/addPermission.dtml -%%ZOPEBASEDIR%%/lib/python/App/addProduct.dtml -%%ZOPEBASEDIR%%/lib/python/App/cacheGC.dtml -%%ZOPEBASEDIR%%/lib/python/App/cacheParameters.dtml -%%ZOPEBASEDIR%%/lib/python/App/class_init.py -%%ZOPEBASEDIR%%/lib/python/App/class_init.pyc -%%ZOPEBASEDIR%%/lib/python/App/copyright.dtml -%%ZOPEBASEDIR%%/lib/python/App/cpContents.dtml -%%ZOPEBASEDIR%%/lib/python/App/dbMain.dtml -%%ZOPEBASEDIR%%/lib/python/App/debug.dtml -%%ZOPEBASEDIR%%/lib/python/App/distributionView.dtml -%%ZOPEBASEDIR%%/lib/python/App/editFactory.dtml -%%ZOPEBASEDIR%%/lib/python/App/editPermission.dtml -%%ZOPEBASEDIR%%/lib/python/App/manage.dtml -%%ZOPEBASEDIR%%/lib/python/App/manage_tabs.dtml -%%ZOPEBASEDIR%%/lib/python/App/menu.dtml -%%ZOPEBASEDIR%%/lib/python/App/profile.dtml -%%ZOPEBASEDIR%%/lib/python/App/readme.dtml -%%ZOPEBASEDIR%%/lib/python/App/special_dtml.py -%%ZOPEBASEDIR%%/lib/python/App/special_dtml.pyc -%%ZOPEBASEDIR%%/lib/python/App/tar.py -%%ZOPEBASEDIR%%/lib/python/App/tar.pyc -%%ZOPEBASEDIR%%/lib/python/App/traceback.dtml -%%ZOPEBASEDIR%%/lib/python/App/undo.dtml -%%ZOPEBASEDIR%%/lib/python/App/versionManager.dtml -%%ZOPEBASEDIR%%/lib/python/App/version_txt.py -%%ZOPEBASEDIR%%/lib/python/App/version_txt.pyc -%%ZOPEBASEDIR%%/lib/python/App/www/CacheManager_icon.gif -%%ZOPEBASEDIR%%/lib/python/App/www/PythonPoweredSmall.gif -%%ZOPEBASEDIR%%/lib/python/App/www/arrow.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/background.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/border.gif -%%ZOPEBASEDIR%%/lib/python/App/www/brokenProduct.gif -%%ZOPEBASEDIR%%/lib/python/App/www/cpSystem.gif -%%ZOPEBASEDIR%%/lib/python/App/www/dbManage.gif -%%ZOPEBASEDIR%%/lib/python/App/www/factory.gif -%%ZOPEBASEDIR%%/lib/python/App/www/help.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/installedProduct.gif -%%ZOPEBASEDIR%%/lib/python/App/www/logo.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/ltab.gif -%%ZOPEBASEDIR%%/lib/python/App/www/permission.gif -%%ZOPEBASEDIR%%/lib/python/App/www/product.gif -%%ZOPEBASEDIR%%/lib/python/App/www/productFolder.gif -%%ZOPEBASEDIR%%/lib/python/App/www/properties.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/rtab.gif -%%ZOPEBASEDIR%%/lib/python/App/www/sp.gif -%%ZOPEBASEDIR%%/lib/python/App/www/undo_icon.gif -%%ZOPEBASEDIR%%/lib/python/App/www/vManage.gif -%%ZOPEBASEDIR%%/lib/python/App/www/z_button.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/zope_button.jpg -%%ZOPEBASEDIR%%/lib/python/BTree.so -%%ZOPEBASEDIR%%/lib/python/ComputedAttribute.so -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.html -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.py -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.pyc -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTimeZone.py -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTimeZone.pyc -%%ZOPEBASEDIR%%/lib/python/DateTime/Setup -%%ZOPEBASEDIR%%/lib/python/DateTime/__init__.py -%%ZOPEBASEDIR%%/lib/python/DateTime/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/.cvsignore -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_HTML.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_HTML.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_If.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_If.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_In.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_In.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_InSV.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_InSV.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Let.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Let.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Raise.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Raise.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Return.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Return.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_String.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_String.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Try.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Try.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_UI.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_UI.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Util.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Util.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Var.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Var.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_With.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_With.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtest.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtest.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtestExpr.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtestExpr.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtest_basicIn.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtest_basicIn.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DocumentTemplate.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DocumentTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Let.stx -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Makefile -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Setup -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/VSEval.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/VSEval.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/__init__.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/cDocumentTemplate.c -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/cDocumentTemplate.so -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/config.c -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/gparse.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/gparse.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/gparse_test.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/gparse_test.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/pDocumentTemplate.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/pDocumentTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/release.fl -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/release.sh -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sedscript -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/ts_regex.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/ts_regex.pyc -%%ZOPEBASEDIR%%/lib/python/ExportImportXML.py -%%ZOPEBASEDIR%%/lib/python/ExportImportXML.pyc -%%ZOPEBASEDIR%%/lib/python/ExtensionClass.so -%%ZOPEBASEDIR%%/lib/python/Globals.py -%%ZOPEBASEDIR%%/lib/python/Globals.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpSys.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpSys.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpUtil.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpUtil.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/ObjectRef.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/ObjectRef.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/__init__.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/helpsys.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/helpsys_main.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/helpsys_menu.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_cbook.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_darrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_dnode.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_larrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_obook.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_rarrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_uarrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/objectitem.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/objectref.dtml -%%ZOPEBASEDIR%%/lib/python/IIBTree.so -%%ZOPEBASEDIR%%/lib/python/IOBTree.so -%%ZOPEBASEDIR%%/lib/python/ImageFile.py -%%ZOPEBASEDIR%%/lib/python/ImageFile.pyc -%%ZOPEBASEDIR%%/lib/python/LOG.py -%%ZOPEBASEDIR%%/lib/python/LOG.pyc -%%ZOPEBASEDIR%%/lib/python/Main.py -%%ZOPEBASEDIR%%/lib/python/Main.pyc -%%ZOPEBASEDIR%%/lib/python/Makefile -%%ZOPEBASEDIR%%/lib/python/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/MethodObject.so -%%ZOPEBASEDIR%%/lib/python/Missing.so -%%ZOPEBASEDIR%%/lib/python/MultiMapping.so -%%ZOPEBASEDIR%%/lib/python/OFS/Application.py -%%ZOPEBASEDIR%%/lib/python/OFS/Application.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/CopySupport.py -%%ZOPEBASEDIR%%/lib/python/OFS/CopySupport.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLDocument.py -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLDocument.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLMethod.py -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLMethod.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Document.py -%%ZOPEBASEDIR%%/lib/python/OFS/Document.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/FTPInterface.py -%%ZOPEBASEDIR%%/lib/python/OFS/FTPInterface.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/FindSupport.py -%%ZOPEBASEDIR%%/lib/python/OFS/FindSupport.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Folder.py -%%ZOPEBASEDIR%%/lib/python/OFS/Folder.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Image.py -%%ZOPEBASEDIR%%/lib/python/OFS/Image.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Moniker.py -%%ZOPEBASEDIR%%/lib/python/OFS/Moniker.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/ObjectManager.py -%%ZOPEBASEDIR%%/lib/python/OFS/ObjectManager.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/PropertyManager.py -%%ZOPEBASEDIR%%/lib/python/OFS/PropertyManager.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/PropertySheets.py -%%ZOPEBASEDIR%%/lib/python/OFS/PropertySheets.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/SimpleItem.py -%%ZOPEBASEDIR%%/lib/python/OFS/SimpleItem.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Uninstalled.py -%%ZOPEBASEDIR%%/lib/python/OFS/Uninstalled.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/ZDOM.py -%%ZOPEBASEDIR%%/lib/python/OFS/ZDOM.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/__init__.py -%%ZOPEBASEDIR%%/lib/python/OFS/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/brokenEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/content_types.py -%%ZOPEBASEDIR%%/lib/python/OFS/content_types.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/documentAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/documentEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/documentProxy.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/documentUpload.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/editedDialog.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/fileEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findAdv.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findForm.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findFrame.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findResult.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/folderAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/imageAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/imageEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/imageUpload.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/imageView.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/importExport.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/main.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/methodAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/misc_.py -%%ZOPEBASEDIR%%/lib/python/OFS/misc_.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/pasteDialog.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/properties.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/propertysheets.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/rPickle.py -%%ZOPEBASEDIR%%/lib/python/OFS/rPickle.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/renameForm.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/www/ControlPanel_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/Help_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/Properties_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/UpFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/broken.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/check.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/locked.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/modified.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/new.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/properties.jpg -%%ZOPEBASEDIR%%/lib/python/OIBTree.so -%%ZOPEBASEDIR%%/lib/python/Persistence.py -%%ZOPEBASEDIR%%/lib/python/Persistence.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/ExternalMethod.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/ExternalMethod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/extmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/methodAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/methodEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/www/function.gif -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/MIMETag.py -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/MIMETag.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/MailHost.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/MailHost.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/SendMailTag.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/SendMailTag.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/Setup -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/addMailHost_form.dtml -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/manageMailHost.dtml -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/release/MailHost-1.0.1.rn -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/release/MailHost-1.1.0.rn -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/sample/Setup -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/www/MailHost_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Draft.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Draft.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Session.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Session.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Setup -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Version.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Version.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/draftAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/draftApprove.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/File_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/Folder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/Image_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/UserFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/draft.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/dtmldoc.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/dtmlmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/version.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/version.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/versionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/versionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/versionEnd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwareness.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwareness.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Lazy.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Lazy.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/addZCatalog.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogAddRowForm.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogFind.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogIndexes.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogSchema.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogStatus.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogView.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/editCatalogerForm.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/www/ZCatalog.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DA.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DA.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DABase.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DABase.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/Setup -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/browse.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/connectionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/connectionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/db.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/db.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/COPYRIGHT -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DLispShort.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DLispShort.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DumbLispGen.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DumbLispGen.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/SQLTESTG.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/SQLTESTG.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfSQL.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfclient.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfclient.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfdb0.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfdb0.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gffaq.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfinstall.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfinstall.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfintrospect.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfintrospect.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfrecover.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfserve.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfserve.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfsocket.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfsocket.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfstest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfstest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gftest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gftest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/idl.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/idl.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/index.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParseBuild.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParseBuild.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParser.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParser.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjSet.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjSet.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjbuckets0.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjbuckets0.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjpylint.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjpylint.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kwParsing.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/pygram.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/pygram.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/relalg.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/relalg.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/remotetest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/remotetest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/server.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sql.mar -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlbind.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlbind.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgen.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgen.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgram.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgram.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgtest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgtest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlmod.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlmod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlsem.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlsem.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlwhere.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlwhere.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/bin.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/date.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/datetime.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/field.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/float.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/int.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/stable.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/table.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/text.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/time.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/view.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/what.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/table_info.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/table_menu.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/tables.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/SQL.py -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/SQL.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/Setup -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/add.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/edit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/sqlmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Record.so -%%ZOPEBASEDIR%%/lib/python/SearchIndex/.cvsignore -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Index.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Index.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Lexicon.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Lexicon.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Makefile -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Query.c -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Query.so -%%ZOPEBASEDIR%%/lib/python/SearchIndex/ResultList.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/ResultList.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Setup -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Splitter.c -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Splitter.so -%%ZOPEBASEDIR%%/lib/python/SearchIndex/TextIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/TextIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnKeywordIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnKeywordIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnTextIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnTextIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/config.c -%%ZOPEBASEDIR%%/lib/python/SearchIndex/sedscript -%%ZOPEBASEDIR%%/lib/python/Setup -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Aqueduct.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Aqueduct.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Connection.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Connection.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/DA.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/DA.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/RDB.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/RDB.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Results.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Results.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Search.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Search.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/THUNK.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/THUNK.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/TM.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/TM.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/advanced.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/connectionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/connectionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/connectionStatus.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/connectionTestForm.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/customDefaultReport.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dbi_db.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dbi_db.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/searchAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlgroup.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlgroup.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqltest.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqltest.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlvar.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlvar.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/www/DBAdapterFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/www/DBAdapter_icon.gif -%%ZOPEBASEDIR%%/lib/python/Shared/DC/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/ppml.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/ppml.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Makefile -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/README -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Setup -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Setup.in -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/_checkversion.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/_checkversion.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/config.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/MPL-1_0.html -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/Makefile -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/expat.html -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/expat.mak -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/hashtable.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/hashtable.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/xmlparse.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/xmlparse.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/asciitab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/dllmain.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/iasciitab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/latin1tab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/nametab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/utf8tab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmldef.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmlrole.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmlrole.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_impl.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_impl.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_ns.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.prj -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.prj.exp -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.so -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpattest.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpattest.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/sedscript -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xmllib.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xmllib.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xyap.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xyap.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/MML.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/MML.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/StructuredText.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/StructuredText.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/__init__.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/.cvsignore -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Acquisition.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Acquisition.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/ExtensionClass.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/ExtensionClass.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/MultiMapping.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/MultiMapping.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/index.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/index.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/regress -%%ZOPEBASEDIR%%/lib/python/Sync.so -%%ZOPEBASEDIR%%/lib/python/ThreadLock.so -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/TreeTag.py -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/TreeTag.pyc -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/__init__.py -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Blank_icon.gif -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Minus_icon.gif -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Plus_icon.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/Basic.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Basic.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/Method.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Method.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ObjectManager.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ObjectManager.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/Property.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Property.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClass.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClass.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClassOwner.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClassOwner.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/addCommonSheet.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/addIcon.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/addPropertyInterface.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/addZClass.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/class.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/classPermissions.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/contents.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/itemProp.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/methods.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/propertysheets.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/subobjects.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/views.dtml -%%ZOPEBASEDIR%%/lib/python/ZODB/.cvsignore -%%ZOPEBASEDIR%%/lib/python/ZODB/BaseStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/BaseStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Connection.py -%%ZOPEBASEDIR%%/lib/python/ZODB/Connection.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/DB.py -%%ZOPEBASEDIR%%/lib/python/ZODB/DB.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/DemoStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/DemoStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/ExportImport.py -%%ZOPEBASEDIR%%/lib/python/ZODB/ExportImport.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/FileStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/FileStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Makefile -%%ZOPEBASEDIR%%/lib/python/ZODB/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/ZODB/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/ZODB/MappingStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/MappingStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/POSException.py -%%ZOPEBASEDIR%%/lib/python/ZODB/POSException.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentMapping.py -%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentMapping.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Setup -%%ZOPEBASEDIR%%/lib/python/ZODB/TimeStamp.c -%%ZOPEBASEDIR%%/lib/python/ZODB/TimeStamp.so -%%ZOPEBASEDIR%%/lib/python/ZODB/TmpStore.py -%%ZOPEBASEDIR%%/lib/python/ZODB/TmpStore.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Transaction.py -%%ZOPEBASEDIR%%/lib/python/ZODB/Transaction.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/ZApplication.py -%%ZOPEBASEDIR%%/lib/python/ZODB/ZApplication.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZODB/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/bpthread.py -%%ZOPEBASEDIR%%/lib/python/ZODB/bpthread.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.c -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.h -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.so -%%ZOPEBASEDIR%%/lib/python/ZODB/cPickle.so -%%ZOPEBASEDIR%%/lib/python/ZODB/cPickleCache.c -%%ZOPEBASEDIR%%/lib/python/ZODB/cPickleCache.so -%%ZOPEBASEDIR%%/lib/python/ZODB/config.c -%%ZOPEBASEDIR%%/lib/python/ZODB/conversionhack.py -%%ZOPEBASEDIR%%/lib/python/ZODB/conversionhack.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/coptimizations.c -%%ZOPEBASEDIR%%/lib/python/ZODB/coptimizations.so -%%ZOPEBASEDIR%%/lib/python/ZODB/dbmStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/dbmStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/lock_file.py -%%ZOPEBASEDIR%%/lib/python/ZODB/lock_file.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/referencesf.py -%%ZOPEBASEDIR%%/lib/python/ZODB/referencesf.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/sedscript -%%ZOPEBASEDIR%%/lib/python/ZODB/utils.py -%%ZOPEBASEDIR%%/lib/python/ZODB/utils.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/winlock.c -%%ZOPEBASEDIR%%/lib/python/ZODB/winlock.so -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseRequest.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseRequest.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseResponse.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseResponse.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Client.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Client.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Converters.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Converters.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRequest.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRequest.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPResponse.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPResponse.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Publish.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Publish.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Request.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Request.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Response.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Response.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Test.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Test.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/cgi.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/cgi.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/mapply.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/mapply.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/maybe_lock.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/maybe_lock.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/xmlrpc.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/xmlrpc.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ClassFactory.py -%%ZOPEBASEDIR%%/lib/python/Zope/ClassFactory.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/FileLogger.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/FileLogger.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/ZLogger.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/ZLogger.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/__init__.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/stupidFileLogger.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/stupidFileLogger.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/syslog.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/syslog.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/syslogLogger.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/syslogLogger.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/__init__.py -%%ZOPEBASEDIR%%/lib/python/Zope/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/cPickle.so -%%ZOPEBASEDIR%%/lib/python/cStringIO.so -%%ZOPEBASEDIR%%/lib/python/config.c -%%ZOPEBASEDIR%%/lib/python/dcdb.py -%%ZOPEBASEDIR%%/lib/python/dcdb.pyc -%%ZOPEBASEDIR%%/lib/python/intSet.so -%%ZOPEBASEDIR%%/lib/python/sedscript -%%ZOPEBASEDIR%%/lib/python/ts_regex.py -%%ZOPEBASEDIR%%/lib/python/ts_regex.pyc -%%ZOPEBASEDIR%%/lib/python/version.txt -%%ZOPEBASEDIR%%/lib/python/webdav/Collection.py -%%ZOPEBASEDIR%%/lib/python/webdav/Collection.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/NullResource.py -%%ZOPEBASEDIR%%/lib/python/webdav/NullResource.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/Resource.py -%%ZOPEBASEDIR%%/lib/python/webdav/Resource.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/__init__.py -%%ZOPEBASEDIR%%/lib/python/webdav/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/client.py -%%ZOPEBASEDIR%%/lib/python/webdav/client.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/common.py -%%ZOPEBASEDIR%%/lib/python/webdav/common.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/davcmds.py -%%ZOPEBASEDIR%%/lib/python/webdav/davcmds.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/xmltools.py -%%ZOPEBASEDIR%%/lib/python/webdav/xmltools.pyc -%%ZOPEBASEDIR%%/lib/python/xmlrpclib.py -%%ZOPEBASEDIR%%/lib/python/xmlrpclib.pyc -%%ZOPEBASEDIR%%/lib/python/zLOG.py -%%ZOPEBASEDIR%%/lib/python/zLOG.pyc -%%ZOPEBASEDIR%%/lib/python/zdaemon.py -%%ZOPEBASEDIR%%/lib/python/zdaemon.pyc -%%ZOPEBASEDIR%%/lib/python/zlib.so -%%ZOPEBASEDIR%%/pcgi/.cvsignore -%%ZOPEBASEDIR%%/pcgi/Example/pcgitest -%%ZOPEBASEDIR%%/pcgi/Example/pcgitime.py -%%ZOPEBASEDIR%%/pcgi/Example/pcgitime.pyc -%%ZOPEBASEDIR%%/pcgi/Makefile -%%ZOPEBASEDIR%%/pcgi/Makefile.in -%%ZOPEBASEDIR%%/pcgi/MrCreosote/README.MrCreosote -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.c -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.h -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.py -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.pyc -%%ZOPEBASEDIR%%/pcgi/README -%%ZOPEBASEDIR%%/pcgi/Test/.cvsignore -%%ZOPEBASEDIR%%/pcgi/Test/README.parseinfo -%%ZOPEBASEDIR%%/pcgi/Test/parseinfo -%%ZOPEBASEDIR%%/pcgi/Test/parseinfo.o -%%ZOPEBASEDIR%%/pcgi/Test/pcgi-wrapper.o -%%ZOPEBASEDIR%%/pcgi/Util/README -%%ZOPEBASEDIR%%/pcgi/Util/killpcgi.py -%%ZOPEBASEDIR%%/pcgi/Util/killpcgi.pyc -%%ZOPEBASEDIR%%/pcgi/Util/pcgifile.py -%%ZOPEBASEDIR%%/pcgi/Util/pcgifile.pyc -%%ZOPEBASEDIR%%/pcgi/Win32/Makefile.nt -%%ZOPEBASEDIR%%/pcgi/Win32/README.NT -%%ZOPEBASEDIR%%/pcgi/Win32/parseinfo.exe -%%ZOPEBASEDIR%%/pcgi/Win32/pcgi-wrapper.exe -%%ZOPEBASEDIR%%/pcgi/config.cache -%%ZOPEBASEDIR%%/pcgi/config.h.in -%%ZOPEBASEDIR%%/pcgi/config.log -%%ZOPEBASEDIR%%/pcgi/config.status -%%ZOPEBASEDIR%%/pcgi/configure -%%ZOPEBASEDIR%%/pcgi/configure.in -%%ZOPEBASEDIR%%/pcgi/install-sh -%%ZOPEBASEDIR%%/pcgi/manifest -%%ZOPEBASEDIR%%/pcgi/parseinfo.c -%%ZOPEBASEDIR%%/pcgi/parseinfo.o -%%ZOPEBASEDIR%%/pcgi/pcgi-wrapper.c -%%ZOPEBASEDIR%%/pcgi/pcgi-wrapper.o -%%ZOPEBASEDIR%%/pcgi/pcgi.h -%%ZOPEBASEDIR%%/pcgi/pcgi_publisher.py -%%ZOPEBASEDIR%%/pcgi/pcgi_publisher.pyc -%%ZOPEBASEDIR%%/start -%%ZOPEBASEDIR%%/stop -%%ZOPEBASEDIR%%/utilities/FS.py -%%ZOPEBASEDIR%%/utilities/FS.pyc -%%ZOPEBASEDIR%%/utilities/README.txt -%%ZOPEBASEDIR%%/utilities/bbb.py -%%ZOPEBASEDIR%%/utilities/bbb.pyc -%%ZOPEBASEDIR%%/utilities/fixbbbts.py -%%ZOPEBASEDIR%%/utilities/fixbbbts.pyc -%%ZOPEBASEDIR%%/utilities/load_site.py -%%ZOPEBASEDIR%%/utilities/load_site.pyc -%%ZOPEBASEDIR%%/var/.cvsignore -%%ZOPEBASEDIR%%/w_pcgi.py -%%ZOPEBASEDIR%%/w_pcgi.pyc -%%ZOPEBASEDIR%%/wo_pcgi.py -%%ZOPEBASEDIR%%/wo_pcgi.pyc -%%ZOPEBASEDIR%%/z2.py -%%ZOPEBASEDIR%%/z2.pyc -%%ZOPEBASEDIR%%/zpasswd.py -%%ZOPEBASEDIR%%/zpasswd.pyc -@dirrm %%ZOPEBASEDIR%%/ZServer/PubCore -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa -@dirrm %%ZOPEBASEDIR%%/ZServer -@dirrm %%ZOPEBASEDIR%%/doc/PLATFORMS -@dirrm %%ZOPEBASEDIR%%/doc -@dirrm %%ZOPEBASEDIR%%/inst -@dirrm %%ZOPEBASEDIR%%/lib/Components/BTree -@dirrm %%ZOPEBASEDIR%%/lib/Components/ExtensionClass -@dirrm %%ZOPEBASEDIR%%/lib/Components/cPickle -@dirrm %%ZOPEBASEDIR%%/lib/Components/zlib -@dirrm %%ZOPEBASEDIR%%/lib/Components -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/www -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl -@dirrm %%ZOPEBASEDIR%%/lib/python/App/www -@dirrm %%ZOPEBASEDIR%%/lib/python/App -@dirrm %%ZOPEBASEDIR%%/lib/python/DateTime -@dirrm %%ZOPEBASEDIR%%/lib/python/DocumentTemplate -@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys/images -@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS/www -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MIMETools -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/release -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/sample -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP/images -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods -@dirrm %%ZOPEBASEDIR%%/lib/python/Products -@dirrm %%ZOPEBASEDIR%%/lib/python/SearchIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared -@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText/regressions -@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText -@dirrm %%ZOPEBASEDIR%%/lib/python/TreeDisplay/www -@dirrm %%ZOPEBASEDIR%%/lib/python/TreeDisplay -@dirrm %%ZOPEBASEDIR%%/lib/python/ZClasses -@dirrm %%ZOPEBASEDIR%%/lib/python/ZODB -@dirrm %%ZOPEBASEDIR%%/lib/python/ZPublisher -@dirrm %%ZOPEBASEDIR%%/lib/python/Zope/ZLogger -@dirrm %%ZOPEBASEDIR%%/lib/python/Zope -@dirrm %%ZOPEBASEDIR%%/lib/python/webdav -@dirrm %%ZOPEBASEDIR%%/lib/python -@dirrm %%ZOPEBASEDIR%%/lib -@dirrm %%ZOPEBASEDIR%%/pcgi/Example -@dirrm %%ZOPEBASEDIR%%/pcgi/MrCreosote -@dirrm %%ZOPEBASEDIR%%/pcgi/Test -@dirrm %%ZOPEBASEDIR%%/pcgi/Util -@dirrm %%ZOPEBASEDIR%%/pcgi/Win32 -@dirrm %%ZOPEBASEDIR%%/pcgi -@dirrm %%ZOPEBASEDIR%%/utilities -@unexec mv -f %D/%%ZOPEBASEDIR%%/var/Data.fs /tmp/Data.fs.bak -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Data.fs.in -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Data.fs.lock -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Data.fs.tmp -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Z2.log -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Z2.pid -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/pcgi.log -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/pcgi.pid -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/pcgi.soc -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/zProcessManager.pid -@dirrm %%ZOPEBASEDIR%%/var -@dirrm %%ZOPEBASEDIR%% diff --git a/www/zope211/Makefile b/www/zope211/Makefile deleted file mode 100644 index b534d914845e..000000000000 --- a/www/zope211/Makefile +++ /dev/null @@ -1,84 +0,0 @@ -# New ports collection makefile for: Zope -# Date created: Sat 21 Aug 1999 -# Whom: Peter Cornelius <pcc@gmx.net> -# -# $FreeBSD$ -# - -PORTNAME= zope -PORTVERSION= 2.1.6 -CATEGORIES= www python -MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/ -DISTNAME= Zope-${PORTVERSION}-src -EXTRACT_SUFX= .tgz - -MAINTAINER= thomas@hentschel.net - -BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python -RUN_DEPENDS= ${LOCALBASE}/sbin/apache:${PORTSDIR}/www/apache13-modssl - -# Build has to be done in the final location after installing the sources -# there. It were a major action to fix all paths otherwise. -do-build: # empty, but needs to be there for the python dependency. - -# The web server's "root" directory used to be ${PREFIX}/www, and from -# then on, data, cgi-bin and such. Thus, I decided that Zope belongs -# there, too. I don't know whether this still applies to current apache -# releases, though. I still run 2.2.8-STABLE. -PLIST_SUB= ZOPEBASEDIR=www/Zope-${PORTVERSION} CGIBINDIR=share/apache/cgi-bin VERSION=${PORTVERSION} -WEBBASEDIR?= ${PREFIX}/www -ZOPEBASEDIR?= ${WEBBASEDIR}/Zope-${PORTVERSION} -CGI_BIN_DIR?= ${PREFIX}/share/apache/cgi-bin -APACHE_CONFDIR?= ${PREFIX}/etc/apache -PYTHON15?= ${PREFIX}/bin/python1.5 - -# I decided to consider the whole souce tree to be part of the package -# since in there, Zope can live on its own. It does leave some *.o files -# around (about four), but I can use Zope's own building mechanism. -do-install: # - @if [ -e ${ZOPEBASEDIR}/var/Data.fs ] ; then \ - ${ECHO} "Saving existing Database to /tmp/Data.fs.BAK." ; \ - ${MV} ${ZOPEBASEDIR}/var/Data.fs /tmp/Data.fs.BAK ; \ - fi - @( ${MKDIR} ${ZOPEBASEDIR} ; \ - ${ECHO} "===> Please be patient, some builds need their time." ; \ - ${ECHO} "===> Copying..." ; \ - ${CP} -Rp ${WRKSRC}/* ${ZOPEBASEDIR}/ ; \ - cd ${ZOPEBASEDIR} ; \ - ${PYTHON15} w_pcgi.py ; \ - ${PYTHON15} wo_pcgi.py ; \ - ${MV} Zope.cgi Zope.cgi.orig ; \ - ${ECHO} "#! ${CGI_BIN_DIR}/pcgi-wrapper" > Zope.cgi ; \ - ${CAT} Zope.cgi.orig >> Zope.cgi ; \ - ${INSTALL} -o nobody -m 555 Zope.cgi pcgi/pcgi-wrapper ${CGI_BIN_DIR} ; \ - ${ECHO} "===> Fixing permissions of Zope's own var directory..." ; \ - ${CHMOD} ugo+rwt var ; \ - ${CHOWN} nobody var ; \ - ${CHOWN} nobody var/* ; \ - ${ECHO} "===> Setting user/password to zopemaster/test..." ; \ - ${PYTHON15} zpasswd.py -u zopemaster -p test -e CLEARTEXT access ; \ - ${CHOWN} nobody access; \ - ${ECHO} "===> Copying Apache config file changes to ${APACHE_CONFDIR}/apache.conf.Zope-Changes." ; \ - ${CP} -p ${FILESDIR}/apache.conf.Zope-Changes ${APACHE_CONFDIR}/ ; \ - ${ECHO} "===> Please have a look at this file and the instructions" ; \ - ${ECHO} "===> therein and incorporate them to your apache.conf." ; \ - ${ECHO} "===> Creating rc startup file for Zope-${PORTVERSION}..." ; \ - ${ECHO} "#! /bin/sh" > ${PREFIX}/etc/rc.d/zope.sh ; \ - ${ECHO} "${ZOPEBASEDIR}/start -w '' -f '' -m '' -p ${CGI_BIN_DIR}/Zope.cgi &" >> ${PREFIX}/etc/rc.d/zope.sh ; \ - ${ECHO} "echo -n \" Zope\"" >> ${PREFIX}/etc/rc.d/zope.sh ; \ - ${CHMOD} ug+x,o-rwx ${PREFIX}/etc/rc.d/zope.sh ; \ - ${ECHO} "===> Done with ${PREFIX}/etc/rc.d/zope.sh." ; \ - ${CAT} ${FILESDIR}/Message ; \ - ${ECHO} "===> Your Zope base directory is ${ZOPEBASEDIR}." ; \ - ${ECHO} "===> The Zope license is in ${ZOPEBASEDIR}/LICENSE.txt." ; \ - ${ECHO} "===> For Apache changes see ${APACHE_CONFDIR}/apache.conf.Zope-Changes." ; \ - ${ECHO} "===> Zope.cgi and pcgi-wrapper live in ${CGI_BIN_DIR}." ) - -#pre-deinstall: # Save Database contents. I expect /tmp to have sufficient -# # space to hold it for the time being. -# @if [ -e ${ZOPEBASEDIR}/var/Data.fs ] ; then \ -# ${ECHO} "Saving existing Database to /tmp/Data.fs.bak." ; \ -# ${MV} ${ZOPEBASEDIR}/var/Data.fs /tmp/Data.fs.bak ; \ -# fi - -.include <bsd.port.mk> diff --git a/www/zope211/distinfo b/www/zope211/distinfo deleted file mode 100644 index 803145f03910..000000000000 --- a/www/zope211/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Zope-2.1.6-src.tgz) = 6ec4320afd6925c24f9f1b5cd7c4d7c5 diff --git a/www/zope211/files/CREDITS b/www/zope211/files/CREDITS deleted file mode 100644 index c84974c8005c..000000000000 --- a/www/zope211/files/CREDITS +++ /dev/null @@ -1,6 +0,0 @@ -Special thanks to (in no particular order): - -- The Zope makers: Digital Creations. -- The Python Group -- Olaf Erb -- Andreas Ley diff --git a/www/zope211/files/Message b/www/zope211/files/Message deleted file mode 100644 index 54fc163809f9..000000000000 --- a/www/zope211/files/Message +++ /dev/null @@ -1,57 +0,0 @@ - -Welcome to Zope. - -The basic installation process for FreeBSD now has been done. To have a -quick look, cd to your Zope base directory (see below) and start Zope -with: - -./start -w <web port> -f <ftp port> - -where <web port> is the port where to http-access Zope with your browser -(try http://localhost:<web port>). It defaults to 80. <ftp-port> is the -same thing for ftp (upload) access, it defaults to 21. Obviously, you will -have to specify these if you already use these ports. The user/password -pair for access to the management screens has been preset to -zopemaster/test, respectively. - -PLEASE NOTE that the above only is for a quick check only, BUT IT WILL -LEAVE YOUR ZOPE PROCESS WIDE OPEN TO HACKING SINCE THERE'S NO SECURITY -WHATSOEVER. Therefore, PLEASE do incorporate the suggested changes (see -below) to your apache-SSL web server and only start Zope WITHOUT ANY open -<web port> or <ftp port>. This can be done, also from the Zope base dir, -by: - -./start -w '' -f '' -m '' -p <path to Zope.cgi>/Zope.cgi - -where <path to Zope.cgi> is the (full) path to where Zope.cgi lives (see -below). There now also should be a file in ${PREFIX}/etc/rc.d/ (most -probably /usr/local/etc/rc.d/) named zope.sh that does the startup for you -after a reboot. - -Also, it might be a good idea now to change the password. You can do that -with (again, in the Zope base directory): - -python zpasswd.py -u <username> -p <passwd> -e CLEARTEXT access - -The -e CLEARTEXT presently is *mandatory*, otherwise authentication -through apache will not work. - -You will probably already have gone through Apache's ssl certificate -generation process. If not, please do so now, if you don't already have a -certificate. If only a few well known people will have access to your -management screens, a self-signed one probably will suffice. Please refer -to the Apache and the Apache-SSL documentation for further information. -Use a sufficiently "long" key. Don't forget the https://... when trying to -access the management pages. - -Apache will communicate with Zope through the so-called persistent cgi -interface (aka pcgi). There's links to more information on the Zope web -site at http://www.zope.org. Also, this is the best (and only) source of -help end information on Zope itself. - -Zope is Copyrighted (C) by Digital Creations. All rights reserved. -Please thouroughly read the license (see below) before employing Zope. - -Good business, Peter Cornelius. <pcc@gmx.net> - -Please remember these files and directories: diff --git a/www/zope211/files/apache.conf.Zope-Changes b/www/zope211/files/apache.conf.Zope-Changes deleted file mode 100644 index f1d28a1a82e0..000000000000 --- a/www/zope211/files/apache.conf.Zope-Changes +++ /dev/null @@ -1,48 +0,0 @@ -# *** *** *** -# ------------------- -# Zope Configuration. -# ------------------- -# -# IMPORTANT: In order for SSL access to work, copy the part between the -# lines with the nine asterisks * to your SSL virtual host section, too! -# -# This rule adds the trailing slash if omitted. So, we will have it for -# all subsequent rules -RewriteEngine on -RewriteRule ^/Zope$ /Zope/ [R] -# -# Zope requires the authentication headers to be passed to it if it is -# called through the cgi of another web server (like apache). An "easy" -# way to do so is to do a little mod_rewrite'ing. See doc/WEBSERVER.txt in -# your Zope base directory for further information. -# -# This maps maps /Zope/ to the Zope.cgi CGI script. -RewriteCond %{HTTP:Authorization} ^(.*) -RewriteRule ^/Zope/(.*) /usr/local/www/cgi-bin/Zope.cgi/$1 [env=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l] -# -# *** *** *** -# -# Also, Zope, in spite of some fussing about "security", totally ignores -# the man in the middle. So, all contacts to Zope management screens are -# made to require SSL. -# -<LocationMatch "/Zope/(.*)manage(.*)"> - SSLRequireSSL -</LocationMatch> -# -<LocationMatch "/cgi-bin/Zope.cgi(.*)manage(.*)"> - SSLRequireSSL -</LocationMatch> -# -# One final notice: If you can't get working your authentication with Zope -# check if the access file in the Zope base directory (maybe this is -# /usr/local/www/Zope or the like) contains a CLEARTEXT password. If -# encryption there is set to SHA, to my knowledge, authentication does not -# work. Try `python zpasswd.py -u zopemaster -p test -e CLEARTEXT access` -# (in the Zope base dir). This sets the required username/passwd pair to -# zopemaster/test respectively and stores them as CLEARTEXT password. -# Don't forget the proper access restrictions to this file if you have -# user access to the file system that it is stored on. -# -# End of Zope configuration section. - diff --git a/www/zope211/pkg-comment b/www/zope211/pkg-comment deleted file mode 100644 index 2ec945641141..000000000000 --- a/www/zope211/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An object-based web application platform with database access diff --git a/www/zope211/pkg-descr b/www/zope211/pkg-descr deleted file mode 100644 index 4ca688518ba5..000000000000 --- a/www/zope211/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -"Zope is an exciting new object-based, open source web application -platform. It allows you to build powerful and dynamic web applications -easily. Zope comes with source code and is friendly to developers as -well as users. -Zope is distinguished by its integrated object database which, when -combined with a revolutionary object model, provides a completely unique -facility for servicing content managers and web application developers." - -Here are some of the "headlines" mentioned in the features list at -http://www.zope.org:8080/Information/Features : - -Database Integration Content Management - SQL and HTML in Harmony Builtin Objects - Multiple Data Sources Document Templates - Publish Databases Web to Objects -Application Development Integrated Object Database - DTML Scripting Managed Through the Web - External Methods Direct URL Access to Objects - -This is a "beta" release. It seems to work quite stable, but no guarantee -given. - Peter Cornelius <pcc@gmx.net> - -WWW: http://www.zope.org/ diff --git a/www/zope211/pkg-plist b/www/zope211/pkg-plist deleted file mode 100644 index caceb33826af..000000000000 --- a/www/zope211/pkg-plist +++ /dev/null @@ -1,1124 +0,0 @@ -etc/apache/apache.conf.Zope-Changes -etc/rc.d/zope.sh -%%CGIBINDIR%%/Zope.cgi -%%CGIBINDIR%%/pcgi-wrapper -%%ZOPEBASEDIR%%/LICENSE.txt -%%ZOPEBASEDIR%%/README.txt -%%ZOPEBASEDIR%%/ZServer/DebugLogger.py -%%ZOPEBASEDIR%%/ZServer/DebugLogger.pyc -%%ZOPEBASEDIR%%/ZServer/FCGIServer.py -%%ZOPEBASEDIR%%/ZServer/FCGIServer.pyc -%%ZOPEBASEDIR%%/ZServer/FTPRequest.py -%%ZOPEBASEDIR%%/ZServer/FTPRequest.pyc -%%ZOPEBASEDIR%%/ZServer/FTPResponse.py -%%ZOPEBASEDIR%%/ZServer/FTPResponse.pyc -%%ZOPEBASEDIR%%/ZServer/FTPServer.py -%%ZOPEBASEDIR%%/ZServer/FTPServer.pyc -%%ZOPEBASEDIR%%/ZServer/HTTPResponse.py -%%ZOPEBASEDIR%%/ZServer/HTTPResponse.pyc -%%ZOPEBASEDIR%%/ZServer/HTTPServer.py -%%ZOPEBASEDIR%%/ZServer/HTTPServer.pyc -%%ZOPEBASEDIR%%/ZServer/INSTALL.txt -%%ZOPEBASEDIR%%/ZServer/PCGIServer.py -%%ZOPEBASEDIR%%/ZServer/PCGIServer.pyc -%%ZOPEBASEDIR%%/ZServer/Producers.py -%%ZOPEBASEDIR%%/ZServer/Producers.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZEvent.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZEvent.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZRendezvous.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZRendezvous.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZServerPublisher.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZServerPublisher.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/__init__.py -%%ZOPEBASEDIR%%/ZServer/PubCore/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/README.txt -%%ZOPEBASEDIR%%/ZServer/ZService.py -%%ZOPEBASEDIR%%/ZServer/ZService.pyc -%%ZOPEBASEDIR%%/ZServer/__init__.py -%%ZOPEBASEDIR%%/ZServer/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/__init__.py -%%ZOPEBASEDIR%%/ZServer/medusa/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/asynchat.py -%%ZOPEBASEDIR%%/ZServer/medusa/asynchat.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/asyncore.py -%%ZOPEBASEDIR%%/ZServer/medusa/asyncore.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/counter.py -%%ZOPEBASEDIR%%/ZServer/medusa/counter.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/default_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/default_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/filesys.py -%%ZOPEBASEDIR%%/ZServer/medusa/filesys.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/ftp_server.py -%%ZOPEBASEDIR%%/ZServer/medusa/ftp_server.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/http_date.py -%%ZOPEBASEDIR%%/ZServer/medusa/http_date.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/http_server.py -%%ZOPEBASEDIR%%/ZServer/medusa/http_server.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/logger.py -%%ZOPEBASEDIR%%/ZServer/medusa/logger.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/m_syslog.py -%%ZOPEBASEDIR%%/ZServer/medusa/m_syslog.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/max_sockets.py -%%ZOPEBASEDIR%%/ZServer/medusa/max_sockets.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/medusa_gif.py -%%ZOPEBASEDIR%%/ZServer/medusa/medusa_gif.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/mime_type_table.py -%%ZOPEBASEDIR%%/ZServer/medusa/mime_type_table.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client_win32.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client_win32.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/producers.py -%%ZOPEBASEDIR%%/ZServer/medusa/producers.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/resolver.py -%%ZOPEBASEDIR%%/ZServer/medusa/resolver.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/select_trigger.py -%%ZOPEBASEDIR%%/ZServer/medusa/select_trigger.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/status_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/status_handler.pyc -%%ZOPEBASEDIR%%/Zope.cgi.orig -%%ZOPEBASEDIR%%/access -%%ZOPEBASEDIR%%/doc/CHANGES.txt -%%ZOPEBASEDIR%%/doc/CREDITS.txt -%%ZOPEBASEDIR%%/doc/DEBUGGING.txt -%%ZOPEBASEDIR%%/doc/FAQ.txt -%%ZOPEBASEDIR%%/doc/INSTALL.txt -%%ZOPEBASEDIR%%/doc/LOGGING.txt -%%ZOPEBASEDIR%%/doc/PLATFORMS/AIX.txt -%%ZOPEBASEDIR%%/doc/PLATFORMS/README.txt -%%ZOPEBASEDIR%%/doc/SECURITY.txt -%%ZOPEBASEDIR%%/doc/WEBSERVER.txt -%%ZOPEBASEDIR%%/doc/ZODB.txt -%%ZOPEBASEDIR%%/inst/binary_install.py -%%ZOPEBASEDIR%%/inst/binary_install.pyc -%%ZOPEBASEDIR%%/inst/build_extensions.py -%%ZOPEBASEDIR%%/inst/build_extensions.pyc -%%ZOPEBASEDIR%%/inst/build_pcgi.py -%%ZOPEBASEDIR%%/inst/build_pcgi.pyc -%%ZOPEBASEDIR%%/inst/compilezpy.py -%%ZOPEBASEDIR%%/inst/compilezpy.pyc -%%ZOPEBASEDIR%%/inst/default_content.py -%%ZOPEBASEDIR%%/inst/default_content.pyc -%%ZOPEBASEDIR%%/inst/do.py -%%ZOPEBASEDIR%%/inst/do.pyc -%%ZOPEBASEDIR%%/inst/make_resource.py -%%ZOPEBASEDIR%%/inst/make_resource.pyc -%%ZOPEBASEDIR%%/inst/make_start.py -%%ZOPEBASEDIR%%/inst/make_start.pyc -%%ZOPEBASEDIR%%/lib/Components/BTree/BTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/IIBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/IOBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/OIBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/Setup -%%ZOPEBASEDIR%%/lib/Components/BTree/intSet.c -%%ZOPEBASEDIR%%/lib/Components/BTree/intSet.h -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Acquisition.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Acquisition.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/COPYRIGHT.txt -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ComputedAttribute.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ComputedAttribute.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ComputedAttribute.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ExtensionClass.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ExtensionClass.h -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ExtensionClass.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Installation -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/MethodObject.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Missing.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/MultiMapping.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/MultiMapping.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/README -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Record.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Setup -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Sync.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ThreadLock.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Xaq.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Xaq.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/index.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/release.fl -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/release.notes -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/release.sh -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_MultiMapping.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_MultiMapping.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_Sync.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_Sync.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_ThreadLock.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_ThreadLock.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_acquisition.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_acquisition.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_add.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_add.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_binding.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_binding.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_explicit_acquisition.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_explicit_acquisition.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_func_attr.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_func_attr.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_method_hook.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_method_hook.pyc -%%ZOPEBASEDIR%%/lib/Components/cPickle/PyErr_Format.h -%%ZOPEBASEDIR%%/lib/Components/cPickle/Setup -%%ZOPEBASEDIR%%/lib/Components/cPickle/cPickle.c -%%ZOPEBASEDIR%%/lib/Components/cPickle/cPickle.stx -%%ZOPEBASEDIR%%/lib/Components/cPickle/cStringIO.c -%%ZOPEBASEDIR%%/lib/Components/cPickle/cStringIO.h -%%ZOPEBASEDIR%%/lib/Components/cPickle/copy_reg.py -%%ZOPEBASEDIR%%/lib/Components/cPickle/copy_reg.pyc -%%ZOPEBASEDIR%%/lib/Components/cPickle/release.fl -%%ZOPEBASEDIR%%/lib/Components/cPickle/release.sh -%%ZOPEBASEDIR%%/lib/Components/zlib/Setup -%%ZOPEBASEDIR%%/lib/Components/zlib/adler32.c -%%ZOPEBASEDIR%%/lib/Components/zlib/compress.c -%%ZOPEBASEDIR%%/lib/Components/zlib/config.c -%%ZOPEBASEDIR%%/lib/Components/zlib/crc32.c -%%ZOPEBASEDIR%%/lib/Components/zlib/deflate.c -%%ZOPEBASEDIR%%/lib/Components/zlib/deflate.h -%%ZOPEBASEDIR%%/lib/Components/zlib/gzio.c -%%ZOPEBASEDIR%%/lib/Components/zlib/infblock.c -%%ZOPEBASEDIR%%/lib/Components/zlib/infblock.h -%%ZOPEBASEDIR%%/lib/Components/zlib/infcodes.c -%%ZOPEBASEDIR%%/lib/Components/zlib/infcodes.h -%%ZOPEBASEDIR%%/lib/Components/zlib/inffast.c -%%ZOPEBASEDIR%%/lib/Components/zlib/inffast.h -%%ZOPEBASEDIR%%/lib/Components/zlib/inflate.c -%%ZOPEBASEDIR%%/lib/Components/zlib/inftrees.c -%%ZOPEBASEDIR%%/lib/Components/zlib/inftrees.h -%%ZOPEBASEDIR%%/lib/Components/zlib/infutil.c -%%ZOPEBASEDIR%%/lib/Components/zlib/infutil.h -%%ZOPEBASEDIR%%/lib/Components/zlib/trees.c -%%ZOPEBASEDIR%%/lib/Components/zlib/uncompr.c -%%ZOPEBASEDIR%%/lib/Components/zlib/zconf.h -%%ZOPEBASEDIR%%/lib/Components/zlib/zlib.c -%%ZOPEBASEDIR%%/lib/Components/zlib/zlib.h -%%ZOPEBASEDIR%%/lib/Components/zlib/zlib104_tar.gz -%%ZOPEBASEDIR%%/lib/Components/zlib/zutil.c -%%ZOPEBASEDIR%%/lib/Components/zlib/zutil.h -%%ZOPEBASEDIR%%/lib/python/.cvsignore -%%ZOPEBASEDIR%%/lib/python/AccessControl/AccessControl.txt -%%ZOPEBASEDIR%%/lib/python/AccessControl/AuthEncoding.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/AuthEncoding.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Permission.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/Permission.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionMapping.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionMapping.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionRole.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionRole.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Role.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/Role.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Setup -%%ZOPEBASEDIR%%/lib/python/AccessControl/User.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/User.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/access.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/acquiredEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/addUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/editLocalRoles.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/editUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/listLocalRoles.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/mainUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/methodAccess.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/permissionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/roleEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/www/AccessControl_icon.gif -%%ZOPEBASEDIR%%/lib/python/AccessControl/www/User_icon.gif -%%ZOPEBASEDIR%%/lib/python/Acquisition.so -%%ZOPEBASEDIR%%/lib/python/App/ApplicationManager.py -%%ZOPEBASEDIR%%/lib/python/App/ApplicationManager.pyc -%%ZOPEBASEDIR%%/lib/python/App/CacheManager.py -%%ZOPEBASEDIR%%/lib/python/App/CacheManager.pyc -%%ZOPEBASEDIR%%/lib/python/App/Common.py -%%ZOPEBASEDIR%%/lib/python/App/Common.pyc -%%ZOPEBASEDIR%%/lib/python/App/Dialogs.py -%%ZOPEBASEDIR%%/lib/python/App/Dialogs.pyc -%%ZOPEBASEDIR%%/lib/python/App/Extensions.py -%%ZOPEBASEDIR%%/lib/python/App/Extensions.pyc -%%ZOPEBASEDIR%%/lib/python/App/Factory.py -%%ZOPEBASEDIR%%/lib/python/App/Factory.pyc -%%ZOPEBASEDIR%%/lib/python/App/FactoryDispatcher.py -%%ZOPEBASEDIR%%/lib/python/App/FactoryDispatcher.pyc -%%ZOPEBASEDIR%%/lib/python/App/FindHomes.py -%%ZOPEBASEDIR%%/lib/python/App/FindHomes.pyc -%%ZOPEBASEDIR%%/lib/python/App/ImageFile.py -%%ZOPEBASEDIR%%/lib/python/App/ImageFile.pyc -%%ZOPEBASEDIR%%/lib/python/App/Management.py -%%ZOPEBASEDIR%%/lib/python/App/Management.pyc -%%ZOPEBASEDIR%%/lib/python/App/Permission.py -%%ZOPEBASEDIR%%/lib/python/App/Permission.pyc -%%ZOPEBASEDIR%%/lib/python/App/PersistentExtra.py -%%ZOPEBASEDIR%%/lib/python/App/PersistentExtra.pyc -%%ZOPEBASEDIR%%/lib/python/App/Product.py -%%ZOPEBASEDIR%%/lib/python/App/Product.pyc -%%ZOPEBASEDIR%%/lib/python/App/ProductContext.py -%%ZOPEBASEDIR%%/lib/python/App/ProductContext.pyc -%%ZOPEBASEDIR%%/lib/python/App/ProductRegistry.py -%%ZOPEBASEDIR%%/lib/python/App/ProductRegistry.pyc -%%ZOPEBASEDIR%%/lib/python/App/Undo.py -%%ZOPEBASEDIR%%/lib/python/App/Undo.pyc -%%ZOPEBASEDIR%%/lib/python/App/__init__.py -%%ZOPEBASEDIR%%/lib/python/App/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/App/addFactory.dtml -%%ZOPEBASEDIR%%/lib/python/App/addPermission.dtml -%%ZOPEBASEDIR%%/lib/python/App/addProduct.dtml -%%ZOPEBASEDIR%%/lib/python/App/cacheGC.dtml -%%ZOPEBASEDIR%%/lib/python/App/cacheParameters.dtml -%%ZOPEBASEDIR%%/lib/python/App/class_init.py -%%ZOPEBASEDIR%%/lib/python/App/class_init.pyc -%%ZOPEBASEDIR%%/lib/python/App/copyright.dtml -%%ZOPEBASEDIR%%/lib/python/App/cpContents.dtml -%%ZOPEBASEDIR%%/lib/python/App/dbMain.dtml -%%ZOPEBASEDIR%%/lib/python/App/debug.dtml -%%ZOPEBASEDIR%%/lib/python/App/distributionView.dtml -%%ZOPEBASEDIR%%/lib/python/App/editFactory.dtml -%%ZOPEBASEDIR%%/lib/python/App/editPermission.dtml -%%ZOPEBASEDIR%%/lib/python/App/manage.dtml -%%ZOPEBASEDIR%%/lib/python/App/manage_tabs.dtml -%%ZOPEBASEDIR%%/lib/python/App/menu.dtml -%%ZOPEBASEDIR%%/lib/python/App/profile.dtml -%%ZOPEBASEDIR%%/lib/python/App/readme.dtml -%%ZOPEBASEDIR%%/lib/python/App/special_dtml.py -%%ZOPEBASEDIR%%/lib/python/App/special_dtml.pyc -%%ZOPEBASEDIR%%/lib/python/App/tar.py -%%ZOPEBASEDIR%%/lib/python/App/tar.pyc -%%ZOPEBASEDIR%%/lib/python/App/traceback.dtml -%%ZOPEBASEDIR%%/lib/python/App/undo.dtml -%%ZOPEBASEDIR%%/lib/python/App/versionManager.dtml -%%ZOPEBASEDIR%%/lib/python/App/version_txt.py -%%ZOPEBASEDIR%%/lib/python/App/version_txt.pyc -%%ZOPEBASEDIR%%/lib/python/App/www/CacheManager_icon.gif -%%ZOPEBASEDIR%%/lib/python/App/www/PythonPoweredSmall.gif -%%ZOPEBASEDIR%%/lib/python/App/www/arrow.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/background.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/border.gif -%%ZOPEBASEDIR%%/lib/python/App/www/brokenProduct.gif -%%ZOPEBASEDIR%%/lib/python/App/www/cpSystem.gif -%%ZOPEBASEDIR%%/lib/python/App/www/dbManage.gif -%%ZOPEBASEDIR%%/lib/python/App/www/factory.gif -%%ZOPEBASEDIR%%/lib/python/App/www/help.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/installedProduct.gif -%%ZOPEBASEDIR%%/lib/python/App/www/logo.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/ltab.gif -%%ZOPEBASEDIR%%/lib/python/App/www/permission.gif -%%ZOPEBASEDIR%%/lib/python/App/www/product.gif -%%ZOPEBASEDIR%%/lib/python/App/www/productFolder.gif -%%ZOPEBASEDIR%%/lib/python/App/www/properties.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/rtab.gif -%%ZOPEBASEDIR%%/lib/python/App/www/sp.gif -%%ZOPEBASEDIR%%/lib/python/App/www/undo_icon.gif -%%ZOPEBASEDIR%%/lib/python/App/www/vManage.gif -%%ZOPEBASEDIR%%/lib/python/App/www/z_button.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/zope_button.jpg -%%ZOPEBASEDIR%%/lib/python/BTree.so -%%ZOPEBASEDIR%%/lib/python/ComputedAttribute.so -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.html -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.py -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.pyc -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTimeZone.py -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTimeZone.pyc -%%ZOPEBASEDIR%%/lib/python/DateTime/Setup -%%ZOPEBASEDIR%%/lib/python/DateTime/__init__.py -%%ZOPEBASEDIR%%/lib/python/DateTime/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/.cvsignore -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_HTML.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_HTML.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_If.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_If.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_In.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_In.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_InSV.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_InSV.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Let.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Let.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Raise.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Raise.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Return.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Return.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_String.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_String.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Try.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Try.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_UI.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_UI.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Util.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Util.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Var.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Var.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_With.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_With.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtest.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtest.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtestExpr.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtestExpr.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtest_basicIn.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtest_basicIn.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DocumentTemplate.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DocumentTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Let.stx -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Makefile -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Setup -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/VSEval.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/VSEval.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/__init__.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/cDocumentTemplate.c -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/cDocumentTemplate.so -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/config.c -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/gparse.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/gparse.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/gparse_test.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/gparse_test.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/pDocumentTemplate.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/pDocumentTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/release.fl -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/release.sh -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sedscript -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/ts_regex.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/ts_regex.pyc -%%ZOPEBASEDIR%%/lib/python/ExportImportXML.py -%%ZOPEBASEDIR%%/lib/python/ExportImportXML.pyc -%%ZOPEBASEDIR%%/lib/python/ExtensionClass.so -%%ZOPEBASEDIR%%/lib/python/Globals.py -%%ZOPEBASEDIR%%/lib/python/Globals.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpSys.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpSys.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpUtil.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpUtil.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/ObjectRef.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/ObjectRef.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/__init__.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/helpsys.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/helpsys_main.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/helpsys_menu.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_cbook.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_darrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_dnode.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_larrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_obook.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_rarrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_uarrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/objectitem.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/objectref.dtml -%%ZOPEBASEDIR%%/lib/python/IIBTree.so -%%ZOPEBASEDIR%%/lib/python/IOBTree.so -%%ZOPEBASEDIR%%/lib/python/ImageFile.py -%%ZOPEBASEDIR%%/lib/python/ImageFile.pyc -%%ZOPEBASEDIR%%/lib/python/LOG.py -%%ZOPEBASEDIR%%/lib/python/LOG.pyc -%%ZOPEBASEDIR%%/lib/python/Main.py -%%ZOPEBASEDIR%%/lib/python/Main.pyc -%%ZOPEBASEDIR%%/lib/python/Makefile -%%ZOPEBASEDIR%%/lib/python/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/MethodObject.so -%%ZOPEBASEDIR%%/lib/python/Missing.so -%%ZOPEBASEDIR%%/lib/python/MultiMapping.so -%%ZOPEBASEDIR%%/lib/python/OFS/Application.py -%%ZOPEBASEDIR%%/lib/python/OFS/Application.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/CopySupport.py -%%ZOPEBASEDIR%%/lib/python/OFS/CopySupport.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLDocument.py -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLDocument.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLMethod.py -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLMethod.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Document.py -%%ZOPEBASEDIR%%/lib/python/OFS/Document.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/FTPInterface.py -%%ZOPEBASEDIR%%/lib/python/OFS/FTPInterface.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/FindSupport.py -%%ZOPEBASEDIR%%/lib/python/OFS/FindSupport.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Folder.py -%%ZOPEBASEDIR%%/lib/python/OFS/Folder.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Image.py -%%ZOPEBASEDIR%%/lib/python/OFS/Image.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Moniker.py -%%ZOPEBASEDIR%%/lib/python/OFS/Moniker.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/ObjectManager.py -%%ZOPEBASEDIR%%/lib/python/OFS/ObjectManager.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/PropertyManager.py -%%ZOPEBASEDIR%%/lib/python/OFS/PropertyManager.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/PropertySheets.py -%%ZOPEBASEDIR%%/lib/python/OFS/PropertySheets.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/SimpleItem.py -%%ZOPEBASEDIR%%/lib/python/OFS/SimpleItem.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Uninstalled.py -%%ZOPEBASEDIR%%/lib/python/OFS/Uninstalled.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/ZDOM.py -%%ZOPEBASEDIR%%/lib/python/OFS/ZDOM.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/__init__.py -%%ZOPEBASEDIR%%/lib/python/OFS/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/brokenEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/content_types.py -%%ZOPEBASEDIR%%/lib/python/OFS/content_types.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/documentAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/documentEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/documentProxy.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/documentUpload.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/editedDialog.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/fileEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findAdv.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findForm.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findFrame.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findResult.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/folderAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/imageAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/imageEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/imageUpload.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/imageView.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/importExport.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/main.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/methodAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/misc_.py -%%ZOPEBASEDIR%%/lib/python/OFS/misc_.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/pasteDialog.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/properties.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/propertysheets.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/rPickle.py -%%ZOPEBASEDIR%%/lib/python/OFS/rPickle.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/renameForm.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/www/ControlPanel_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/Help_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/Properties_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/UpFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/broken.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/check.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/locked.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/modified.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/new.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/properties.jpg -%%ZOPEBASEDIR%%/lib/python/OIBTree.so -%%ZOPEBASEDIR%%/lib/python/Persistence.py -%%ZOPEBASEDIR%%/lib/python/Persistence.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/ExternalMethod.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/ExternalMethod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/extmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/methodAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/methodEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/www/function.gif -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/MIMETag.py -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/MIMETag.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/MailHost.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/MailHost.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/SendMailTag.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/SendMailTag.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/Setup -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/addMailHost_form.dtml -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/manageMailHost.dtml -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/release/MailHost-1.0.1.rn -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/release/MailHost-1.1.0.rn -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/sample/Setup -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/www/MailHost_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Draft.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Draft.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Session.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Session.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Setup -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Version.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Version.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/draftAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/draftApprove.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/File_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/Folder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/Image_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/UserFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/draft.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/dtmldoc.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/dtmlmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/version.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/version.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/versionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/versionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/versionEnd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwareness.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwareness.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Lazy.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Lazy.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/addZCatalog.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogAddRowForm.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogFind.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogIndexes.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogSchema.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogStatus.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogView.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/editCatalogerForm.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/www/ZCatalog.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DA.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DA.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DABase.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DABase.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/Setup -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/browse.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/connectionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/connectionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/db.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/db.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/COPYRIGHT -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DLispShort.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DLispShort.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DumbLispGen.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DumbLispGen.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/SQLTESTG.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/SQLTESTG.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfSQL.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfclient.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfclient.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfdb0.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfdb0.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gffaq.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfinstall.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfinstall.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfintrospect.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfintrospect.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfrecover.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfserve.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfserve.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfsocket.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfsocket.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfstest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfstest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gftest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gftest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/idl.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/idl.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/index.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParseBuild.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParseBuild.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParser.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParser.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjSet.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjSet.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjbuckets0.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjbuckets0.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjpylint.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjpylint.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kwParsing.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/pygram.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/pygram.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/relalg.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/relalg.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/remotetest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/remotetest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/server.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sql.mar -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlbind.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlbind.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgen.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgen.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgram.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgram.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgtest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgtest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlmod.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlmod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlsem.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlsem.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlwhere.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlwhere.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/bin.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/date.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/datetime.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/field.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/float.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/int.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/stable.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/table.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/text.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/time.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/view.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/what.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/table_info.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/table_menu.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/tables.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/SQL.py -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/SQL.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/Setup -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/add.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/edit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/sqlmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Record.so -%%ZOPEBASEDIR%%/lib/python/SearchIndex/.cvsignore -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Index.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Index.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Lexicon.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Lexicon.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Makefile -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Query.c -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Query.so -%%ZOPEBASEDIR%%/lib/python/SearchIndex/ResultList.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/ResultList.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Setup -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Splitter.c -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Splitter.so -%%ZOPEBASEDIR%%/lib/python/SearchIndex/TextIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/TextIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnKeywordIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnKeywordIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnTextIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnTextIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/config.c -%%ZOPEBASEDIR%%/lib/python/SearchIndex/sedscript -%%ZOPEBASEDIR%%/lib/python/Setup -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Aqueduct.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Aqueduct.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Connection.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Connection.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/DA.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/DA.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/RDB.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/RDB.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Results.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Results.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Search.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Search.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/THUNK.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/THUNK.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/TM.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/TM.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/advanced.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/connectionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/connectionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/connectionStatus.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/connectionTestForm.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/customDefaultReport.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dbi_db.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dbi_db.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/searchAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlgroup.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlgroup.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqltest.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqltest.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlvar.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlvar.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/www/DBAdapterFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/www/DBAdapter_icon.gif -%%ZOPEBASEDIR%%/lib/python/Shared/DC/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/ppml.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/ppml.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Makefile -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/README -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Setup -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Setup.in -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/_checkversion.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/_checkversion.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/config.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/MPL-1_0.html -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/Makefile -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/expat.html -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/expat.mak -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/hashtable.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/hashtable.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/xmlparse.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/xmlparse.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/asciitab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/dllmain.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/iasciitab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/latin1tab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/nametab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/utf8tab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmldef.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmlrole.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmlrole.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_impl.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_impl.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_ns.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.prj -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.prj.exp -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.so -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpattest.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpattest.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/sedscript -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xmllib.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xmllib.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xyap.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xyap.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/MML.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/MML.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/StructuredText.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/StructuredText.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/__init__.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/.cvsignore -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Acquisition.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Acquisition.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/ExtensionClass.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/ExtensionClass.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/MultiMapping.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/MultiMapping.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/index.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/index.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/regress -%%ZOPEBASEDIR%%/lib/python/Sync.so -%%ZOPEBASEDIR%%/lib/python/ThreadLock.so -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/TreeTag.py -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/TreeTag.pyc -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/__init__.py -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Blank_icon.gif -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Minus_icon.gif -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Plus_icon.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/Basic.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Basic.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/Method.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Method.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ObjectManager.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ObjectManager.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/Property.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Property.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClass.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClass.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClassOwner.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClassOwner.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/addCommonSheet.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/addIcon.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/addPropertyInterface.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/addZClass.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/class.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/classPermissions.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/contents.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/itemProp.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/methods.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/propertysheets.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/subobjects.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/views.dtml -%%ZOPEBASEDIR%%/lib/python/ZODB/.cvsignore -%%ZOPEBASEDIR%%/lib/python/ZODB/BaseStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/BaseStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Connection.py -%%ZOPEBASEDIR%%/lib/python/ZODB/Connection.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/DB.py -%%ZOPEBASEDIR%%/lib/python/ZODB/DB.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/DemoStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/DemoStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/ExportImport.py -%%ZOPEBASEDIR%%/lib/python/ZODB/ExportImport.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/FileStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/FileStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Makefile -%%ZOPEBASEDIR%%/lib/python/ZODB/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/ZODB/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/ZODB/MappingStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/MappingStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/POSException.py -%%ZOPEBASEDIR%%/lib/python/ZODB/POSException.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentMapping.py -%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentMapping.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Setup -%%ZOPEBASEDIR%%/lib/python/ZODB/TimeStamp.c -%%ZOPEBASEDIR%%/lib/python/ZODB/TimeStamp.so -%%ZOPEBASEDIR%%/lib/python/ZODB/TmpStore.py -%%ZOPEBASEDIR%%/lib/python/ZODB/TmpStore.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Transaction.py -%%ZOPEBASEDIR%%/lib/python/ZODB/Transaction.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/ZApplication.py -%%ZOPEBASEDIR%%/lib/python/ZODB/ZApplication.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZODB/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/bpthread.py -%%ZOPEBASEDIR%%/lib/python/ZODB/bpthread.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.c -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.h -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.so -%%ZOPEBASEDIR%%/lib/python/ZODB/cPickle.so -%%ZOPEBASEDIR%%/lib/python/ZODB/cPickleCache.c -%%ZOPEBASEDIR%%/lib/python/ZODB/cPickleCache.so -%%ZOPEBASEDIR%%/lib/python/ZODB/config.c -%%ZOPEBASEDIR%%/lib/python/ZODB/conversionhack.py -%%ZOPEBASEDIR%%/lib/python/ZODB/conversionhack.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/coptimizations.c -%%ZOPEBASEDIR%%/lib/python/ZODB/coptimizations.so -%%ZOPEBASEDIR%%/lib/python/ZODB/dbmStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/dbmStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/lock_file.py -%%ZOPEBASEDIR%%/lib/python/ZODB/lock_file.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/referencesf.py -%%ZOPEBASEDIR%%/lib/python/ZODB/referencesf.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/sedscript -%%ZOPEBASEDIR%%/lib/python/ZODB/utils.py -%%ZOPEBASEDIR%%/lib/python/ZODB/utils.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/winlock.c -%%ZOPEBASEDIR%%/lib/python/ZODB/winlock.so -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseRequest.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseRequest.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseResponse.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseResponse.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Client.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Client.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Converters.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Converters.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRequest.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRequest.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPResponse.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPResponse.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Publish.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Publish.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Request.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Request.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Response.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Response.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Test.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Test.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/cgi.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/cgi.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/mapply.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/mapply.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/maybe_lock.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/maybe_lock.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/xmlrpc.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/xmlrpc.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ClassFactory.py -%%ZOPEBASEDIR%%/lib/python/Zope/ClassFactory.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/FileLogger.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/FileLogger.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/ZLogger.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/ZLogger.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/__init__.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/stupidFileLogger.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/stupidFileLogger.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/syslog.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/syslog.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/syslogLogger.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/syslogLogger.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/__init__.py -%%ZOPEBASEDIR%%/lib/python/Zope/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/cPickle.so -%%ZOPEBASEDIR%%/lib/python/cStringIO.so -%%ZOPEBASEDIR%%/lib/python/config.c -%%ZOPEBASEDIR%%/lib/python/dcdb.py -%%ZOPEBASEDIR%%/lib/python/dcdb.pyc -%%ZOPEBASEDIR%%/lib/python/intSet.so -%%ZOPEBASEDIR%%/lib/python/sedscript -%%ZOPEBASEDIR%%/lib/python/ts_regex.py -%%ZOPEBASEDIR%%/lib/python/ts_regex.pyc -%%ZOPEBASEDIR%%/lib/python/version.txt -%%ZOPEBASEDIR%%/lib/python/webdav/Collection.py -%%ZOPEBASEDIR%%/lib/python/webdav/Collection.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/NullResource.py -%%ZOPEBASEDIR%%/lib/python/webdav/NullResource.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/Resource.py -%%ZOPEBASEDIR%%/lib/python/webdav/Resource.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/__init__.py -%%ZOPEBASEDIR%%/lib/python/webdav/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/client.py -%%ZOPEBASEDIR%%/lib/python/webdav/client.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/common.py -%%ZOPEBASEDIR%%/lib/python/webdav/common.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/davcmds.py -%%ZOPEBASEDIR%%/lib/python/webdav/davcmds.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/xmltools.py -%%ZOPEBASEDIR%%/lib/python/webdav/xmltools.pyc -%%ZOPEBASEDIR%%/lib/python/xmlrpclib.py -%%ZOPEBASEDIR%%/lib/python/xmlrpclib.pyc -%%ZOPEBASEDIR%%/lib/python/zLOG.py -%%ZOPEBASEDIR%%/lib/python/zLOG.pyc -%%ZOPEBASEDIR%%/lib/python/zdaemon.py -%%ZOPEBASEDIR%%/lib/python/zdaemon.pyc -%%ZOPEBASEDIR%%/lib/python/zlib.so -%%ZOPEBASEDIR%%/pcgi/.cvsignore -%%ZOPEBASEDIR%%/pcgi/Example/pcgitest -%%ZOPEBASEDIR%%/pcgi/Example/pcgitime.py -%%ZOPEBASEDIR%%/pcgi/Example/pcgitime.pyc -%%ZOPEBASEDIR%%/pcgi/Makefile -%%ZOPEBASEDIR%%/pcgi/Makefile.in -%%ZOPEBASEDIR%%/pcgi/MrCreosote/README.MrCreosote -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.c -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.h -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.py -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.pyc -%%ZOPEBASEDIR%%/pcgi/README -%%ZOPEBASEDIR%%/pcgi/Test/.cvsignore -%%ZOPEBASEDIR%%/pcgi/Test/README.parseinfo -%%ZOPEBASEDIR%%/pcgi/Test/parseinfo -%%ZOPEBASEDIR%%/pcgi/Test/parseinfo.o -%%ZOPEBASEDIR%%/pcgi/Test/pcgi-wrapper.o -%%ZOPEBASEDIR%%/pcgi/Util/README -%%ZOPEBASEDIR%%/pcgi/Util/killpcgi.py -%%ZOPEBASEDIR%%/pcgi/Util/killpcgi.pyc -%%ZOPEBASEDIR%%/pcgi/Util/pcgifile.py -%%ZOPEBASEDIR%%/pcgi/Util/pcgifile.pyc -%%ZOPEBASEDIR%%/pcgi/Win32/Makefile.nt -%%ZOPEBASEDIR%%/pcgi/Win32/README.NT -%%ZOPEBASEDIR%%/pcgi/Win32/parseinfo.exe -%%ZOPEBASEDIR%%/pcgi/Win32/pcgi-wrapper.exe -%%ZOPEBASEDIR%%/pcgi/config.cache -%%ZOPEBASEDIR%%/pcgi/config.h.in -%%ZOPEBASEDIR%%/pcgi/config.log -%%ZOPEBASEDIR%%/pcgi/config.status -%%ZOPEBASEDIR%%/pcgi/configure -%%ZOPEBASEDIR%%/pcgi/configure.in -%%ZOPEBASEDIR%%/pcgi/install-sh -%%ZOPEBASEDIR%%/pcgi/manifest -%%ZOPEBASEDIR%%/pcgi/parseinfo.c -%%ZOPEBASEDIR%%/pcgi/parseinfo.o -%%ZOPEBASEDIR%%/pcgi/pcgi-wrapper.c -%%ZOPEBASEDIR%%/pcgi/pcgi-wrapper.o -%%ZOPEBASEDIR%%/pcgi/pcgi.h -%%ZOPEBASEDIR%%/pcgi/pcgi_publisher.py -%%ZOPEBASEDIR%%/pcgi/pcgi_publisher.pyc -%%ZOPEBASEDIR%%/start -%%ZOPEBASEDIR%%/stop -%%ZOPEBASEDIR%%/utilities/FS.py -%%ZOPEBASEDIR%%/utilities/FS.pyc -%%ZOPEBASEDIR%%/utilities/README.txt -%%ZOPEBASEDIR%%/utilities/bbb.py -%%ZOPEBASEDIR%%/utilities/bbb.pyc -%%ZOPEBASEDIR%%/utilities/fixbbbts.py -%%ZOPEBASEDIR%%/utilities/fixbbbts.pyc -%%ZOPEBASEDIR%%/utilities/load_site.py -%%ZOPEBASEDIR%%/utilities/load_site.pyc -%%ZOPEBASEDIR%%/var/.cvsignore -%%ZOPEBASEDIR%%/w_pcgi.py -%%ZOPEBASEDIR%%/w_pcgi.pyc -%%ZOPEBASEDIR%%/wo_pcgi.py -%%ZOPEBASEDIR%%/wo_pcgi.pyc -%%ZOPEBASEDIR%%/z2.py -%%ZOPEBASEDIR%%/z2.pyc -%%ZOPEBASEDIR%%/zpasswd.py -%%ZOPEBASEDIR%%/zpasswd.pyc -@dirrm %%ZOPEBASEDIR%%/ZServer/PubCore -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa -@dirrm %%ZOPEBASEDIR%%/ZServer -@dirrm %%ZOPEBASEDIR%%/doc/PLATFORMS -@dirrm %%ZOPEBASEDIR%%/doc -@dirrm %%ZOPEBASEDIR%%/inst -@dirrm %%ZOPEBASEDIR%%/lib/Components/BTree -@dirrm %%ZOPEBASEDIR%%/lib/Components/ExtensionClass -@dirrm %%ZOPEBASEDIR%%/lib/Components/cPickle -@dirrm %%ZOPEBASEDIR%%/lib/Components/zlib -@dirrm %%ZOPEBASEDIR%%/lib/Components -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/www -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl -@dirrm %%ZOPEBASEDIR%%/lib/python/App/www -@dirrm %%ZOPEBASEDIR%%/lib/python/App -@dirrm %%ZOPEBASEDIR%%/lib/python/DateTime -@dirrm %%ZOPEBASEDIR%%/lib/python/DocumentTemplate -@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys/images -@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS/www -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MIMETools -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/release -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/sample -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP/images -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods -@dirrm %%ZOPEBASEDIR%%/lib/python/Products -@dirrm %%ZOPEBASEDIR%%/lib/python/SearchIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared -@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText/regressions -@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText -@dirrm %%ZOPEBASEDIR%%/lib/python/TreeDisplay/www -@dirrm %%ZOPEBASEDIR%%/lib/python/TreeDisplay -@dirrm %%ZOPEBASEDIR%%/lib/python/ZClasses -@dirrm %%ZOPEBASEDIR%%/lib/python/ZODB -@dirrm %%ZOPEBASEDIR%%/lib/python/ZPublisher -@dirrm %%ZOPEBASEDIR%%/lib/python/Zope/ZLogger -@dirrm %%ZOPEBASEDIR%%/lib/python/Zope -@dirrm %%ZOPEBASEDIR%%/lib/python/webdav -@dirrm %%ZOPEBASEDIR%%/lib/python -@dirrm %%ZOPEBASEDIR%%/lib -@dirrm %%ZOPEBASEDIR%%/pcgi/Example -@dirrm %%ZOPEBASEDIR%%/pcgi/MrCreosote -@dirrm %%ZOPEBASEDIR%%/pcgi/Test -@dirrm %%ZOPEBASEDIR%%/pcgi/Util -@dirrm %%ZOPEBASEDIR%%/pcgi/Win32 -@dirrm %%ZOPEBASEDIR%%/pcgi -@dirrm %%ZOPEBASEDIR%%/utilities -@unexec mv -f %D/%%ZOPEBASEDIR%%/var/Data.fs /tmp/Data.fs.bak -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Data.fs.in -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Data.fs.lock -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Data.fs.tmp -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Z2.log -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Z2.pid -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/pcgi.log -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/pcgi.pid -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/pcgi.soc -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/zProcessManager.pid -@dirrm %%ZOPEBASEDIR%%/var -@dirrm %%ZOPEBASEDIR%% diff --git a/www/zope213/Makefile b/www/zope213/Makefile deleted file mode 100644 index b534d914845e..000000000000 --- a/www/zope213/Makefile +++ /dev/null @@ -1,84 +0,0 @@ -# New ports collection makefile for: Zope -# Date created: Sat 21 Aug 1999 -# Whom: Peter Cornelius <pcc@gmx.net> -# -# $FreeBSD$ -# - -PORTNAME= zope -PORTVERSION= 2.1.6 -CATEGORIES= www python -MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/ -DISTNAME= Zope-${PORTVERSION}-src -EXTRACT_SUFX= .tgz - -MAINTAINER= thomas@hentschel.net - -BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python -RUN_DEPENDS= ${LOCALBASE}/sbin/apache:${PORTSDIR}/www/apache13-modssl - -# Build has to be done in the final location after installing the sources -# there. It were a major action to fix all paths otherwise. -do-build: # empty, but needs to be there for the python dependency. - -# The web server's "root" directory used to be ${PREFIX}/www, and from -# then on, data, cgi-bin and such. Thus, I decided that Zope belongs -# there, too. I don't know whether this still applies to current apache -# releases, though. I still run 2.2.8-STABLE. -PLIST_SUB= ZOPEBASEDIR=www/Zope-${PORTVERSION} CGIBINDIR=share/apache/cgi-bin VERSION=${PORTVERSION} -WEBBASEDIR?= ${PREFIX}/www -ZOPEBASEDIR?= ${WEBBASEDIR}/Zope-${PORTVERSION} -CGI_BIN_DIR?= ${PREFIX}/share/apache/cgi-bin -APACHE_CONFDIR?= ${PREFIX}/etc/apache -PYTHON15?= ${PREFIX}/bin/python1.5 - -# I decided to consider the whole souce tree to be part of the package -# since in there, Zope can live on its own. It does leave some *.o files -# around (about four), but I can use Zope's own building mechanism. -do-install: # - @if [ -e ${ZOPEBASEDIR}/var/Data.fs ] ; then \ - ${ECHO} "Saving existing Database to /tmp/Data.fs.BAK." ; \ - ${MV} ${ZOPEBASEDIR}/var/Data.fs /tmp/Data.fs.BAK ; \ - fi - @( ${MKDIR} ${ZOPEBASEDIR} ; \ - ${ECHO} "===> Please be patient, some builds need their time." ; \ - ${ECHO} "===> Copying..." ; \ - ${CP} -Rp ${WRKSRC}/* ${ZOPEBASEDIR}/ ; \ - cd ${ZOPEBASEDIR} ; \ - ${PYTHON15} w_pcgi.py ; \ - ${PYTHON15} wo_pcgi.py ; \ - ${MV} Zope.cgi Zope.cgi.orig ; \ - ${ECHO} "#! ${CGI_BIN_DIR}/pcgi-wrapper" > Zope.cgi ; \ - ${CAT} Zope.cgi.orig >> Zope.cgi ; \ - ${INSTALL} -o nobody -m 555 Zope.cgi pcgi/pcgi-wrapper ${CGI_BIN_DIR} ; \ - ${ECHO} "===> Fixing permissions of Zope's own var directory..." ; \ - ${CHMOD} ugo+rwt var ; \ - ${CHOWN} nobody var ; \ - ${CHOWN} nobody var/* ; \ - ${ECHO} "===> Setting user/password to zopemaster/test..." ; \ - ${PYTHON15} zpasswd.py -u zopemaster -p test -e CLEARTEXT access ; \ - ${CHOWN} nobody access; \ - ${ECHO} "===> Copying Apache config file changes to ${APACHE_CONFDIR}/apache.conf.Zope-Changes." ; \ - ${CP} -p ${FILESDIR}/apache.conf.Zope-Changes ${APACHE_CONFDIR}/ ; \ - ${ECHO} "===> Please have a look at this file and the instructions" ; \ - ${ECHO} "===> therein and incorporate them to your apache.conf." ; \ - ${ECHO} "===> Creating rc startup file for Zope-${PORTVERSION}..." ; \ - ${ECHO} "#! /bin/sh" > ${PREFIX}/etc/rc.d/zope.sh ; \ - ${ECHO} "${ZOPEBASEDIR}/start -w '' -f '' -m '' -p ${CGI_BIN_DIR}/Zope.cgi &" >> ${PREFIX}/etc/rc.d/zope.sh ; \ - ${ECHO} "echo -n \" Zope\"" >> ${PREFIX}/etc/rc.d/zope.sh ; \ - ${CHMOD} ug+x,o-rwx ${PREFIX}/etc/rc.d/zope.sh ; \ - ${ECHO} "===> Done with ${PREFIX}/etc/rc.d/zope.sh." ; \ - ${CAT} ${FILESDIR}/Message ; \ - ${ECHO} "===> Your Zope base directory is ${ZOPEBASEDIR}." ; \ - ${ECHO} "===> The Zope license is in ${ZOPEBASEDIR}/LICENSE.txt." ; \ - ${ECHO} "===> For Apache changes see ${APACHE_CONFDIR}/apache.conf.Zope-Changes." ; \ - ${ECHO} "===> Zope.cgi and pcgi-wrapper live in ${CGI_BIN_DIR}." ) - -#pre-deinstall: # Save Database contents. I expect /tmp to have sufficient -# # space to hold it for the time being. -# @if [ -e ${ZOPEBASEDIR}/var/Data.fs ] ; then \ -# ${ECHO} "Saving existing Database to /tmp/Data.fs.bak." ; \ -# ${MV} ${ZOPEBASEDIR}/var/Data.fs /tmp/Data.fs.bak ; \ -# fi - -.include <bsd.port.mk> diff --git a/www/zope213/distinfo b/www/zope213/distinfo deleted file mode 100644 index 803145f03910..000000000000 --- a/www/zope213/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Zope-2.1.6-src.tgz) = 6ec4320afd6925c24f9f1b5cd7c4d7c5 diff --git a/www/zope213/files/CREDITS b/www/zope213/files/CREDITS deleted file mode 100644 index c84974c8005c..000000000000 --- a/www/zope213/files/CREDITS +++ /dev/null @@ -1,6 +0,0 @@ -Special thanks to (in no particular order): - -- The Zope makers: Digital Creations. -- The Python Group -- Olaf Erb -- Andreas Ley diff --git a/www/zope213/files/Message b/www/zope213/files/Message deleted file mode 100644 index 54fc163809f9..000000000000 --- a/www/zope213/files/Message +++ /dev/null @@ -1,57 +0,0 @@ - -Welcome to Zope. - -The basic installation process for FreeBSD now has been done. To have a -quick look, cd to your Zope base directory (see below) and start Zope -with: - -./start -w <web port> -f <ftp port> - -where <web port> is the port where to http-access Zope with your browser -(try http://localhost:<web port>). It defaults to 80. <ftp-port> is the -same thing for ftp (upload) access, it defaults to 21. Obviously, you will -have to specify these if you already use these ports. The user/password -pair for access to the management screens has been preset to -zopemaster/test, respectively. - -PLEASE NOTE that the above only is for a quick check only, BUT IT WILL -LEAVE YOUR ZOPE PROCESS WIDE OPEN TO HACKING SINCE THERE'S NO SECURITY -WHATSOEVER. Therefore, PLEASE do incorporate the suggested changes (see -below) to your apache-SSL web server and only start Zope WITHOUT ANY open -<web port> or <ftp port>. This can be done, also from the Zope base dir, -by: - -./start -w '' -f '' -m '' -p <path to Zope.cgi>/Zope.cgi - -where <path to Zope.cgi> is the (full) path to where Zope.cgi lives (see -below). There now also should be a file in ${PREFIX}/etc/rc.d/ (most -probably /usr/local/etc/rc.d/) named zope.sh that does the startup for you -after a reboot. - -Also, it might be a good idea now to change the password. You can do that -with (again, in the Zope base directory): - -python zpasswd.py -u <username> -p <passwd> -e CLEARTEXT access - -The -e CLEARTEXT presently is *mandatory*, otherwise authentication -through apache will not work. - -You will probably already have gone through Apache's ssl certificate -generation process. If not, please do so now, if you don't already have a -certificate. If only a few well known people will have access to your -management screens, a self-signed one probably will suffice. Please refer -to the Apache and the Apache-SSL documentation for further information. -Use a sufficiently "long" key. Don't forget the https://... when trying to -access the management pages. - -Apache will communicate with Zope through the so-called persistent cgi -interface (aka pcgi). There's links to more information on the Zope web -site at http://www.zope.org. Also, this is the best (and only) source of -help end information on Zope itself. - -Zope is Copyrighted (C) by Digital Creations. All rights reserved. -Please thouroughly read the license (see below) before employing Zope. - -Good business, Peter Cornelius. <pcc@gmx.net> - -Please remember these files and directories: diff --git a/www/zope213/files/apache.conf.Zope-Changes b/www/zope213/files/apache.conf.Zope-Changes deleted file mode 100644 index f1d28a1a82e0..000000000000 --- a/www/zope213/files/apache.conf.Zope-Changes +++ /dev/null @@ -1,48 +0,0 @@ -# *** *** *** -# ------------------- -# Zope Configuration. -# ------------------- -# -# IMPORTANT: In order for SSL access to work, copy the part between the -# lines with the nine asterisks * to your SSL virtual host section, too! -# -# This rule adds the trailing slash if omitted. So, we will have it for -# all subsequent rules -RewriteEngine on -RewriteRule ^/Zope$ /Zope/ [R] -# -# Zope requires the authentication headers to be passed to it if it is -# called through the cgi of another web server (like apache). An "easy" -# way to do so is to do a little mod_rewrite'ing. See doc/WEBSERVER.txt in -# your Zope base directory for further information. -# -# This maps maps /Zope/ to the Zope.cgi CGI script. -RewriteCond %{HTTP:Authorization} ^(.*) -RewriteRule ^/Zope/(.*) /usr/local/www/cgi-bin/Zope.cgi/$1 [env=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l] -# -# *** *** *** -# -# Also, Zope, in spite of some fussing about "security", totally ignores -# the man in the middle. So, all contacts to Zope management screens are -# made to require SSL. -# -<LocationMatch "/Zope/(.*)manage(.*)"> - SSLRequireSSL -</LocationMatch> -# -<LocationMatch "/cgi-bin/Zope.cgi(.*)manage(.*)"> - SSLRequireSSL -</LocationMatch> -# -# One final notice: If you can't get working your authentication with Zope -# check if the access file in the Zope base directory (maybe this is -# /usr/local/www/Zope or the like) contains a CLEARTEXT password. If -# encryption there is set to SHA, to my knowledge, authentication does not -# work. Try `python zpasswd.py -u zopemaster -p test -e CLEARTEXT access` -# (in the Zope base dir). This sets the required username/passwd pair to -# zopemaster/test respectively and stores them as CLEARTEXT password. -# Don't forget the proper access restrictions to this file if you have -# user access to the file system that it is stored on. -# -# End of Zope configuration section. - diff --git a/www/zope213/pkg-comment b/www/zope213/pkg-comment deleted file mode 100644 index 2ec945641141..000000000000 --- a/www/zope213/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An object-based web application platform with database access diff --git a/www/zope213/pkg-descr b/www/zope213/pkg-descr deleted file mode 100644 index 4ca688518ba5..000000000000 --- a/www/zope213/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -"Zope is an exciting new object-based, open source web application -platform. It allows you to build powerful and dynamic web applications -easily. Zope comes with source code and is friendly to developers as -well as users. -Zope is distinguished by its integrated object database which, when -combined with a revolutionary object model, provides a completely unique -facility for servicing content managers and web application developers." - -Here are some of the "headlines" mentioned in the features list at -http://www.zope.org:8080/Information/Features : - -Database Integration Content Management - SQL and HTML in Harmony Builtin Objects - Multiple Data Sources Document Templates - Publish Databases Web to Objects -Application Development Integrated Object Database - DTML Scripting Managed Through the Web - External Methods Direct URL Access to Objects - -This is a "beta" release. It seems to work quite stable, but no guarantee -given. - Peter Cornelius <pcc@gmx.net> - -WWW: http://www.zope.org/ diff --git a/www/zope213/pkg-plist b/www/zope213/pkg-plist deleted file mode 100644 index caceb33826af..000000000000 --- a/www/zope213/pkg-plist +++ /dev/null @@ -1,1124 +0,0 @@ -etc/apache/apache.conf.Zope-Changes -etc/rc.d/zope.sh -%%CGIBINDIR%%/Zope.cgi -%%CGIBINDIR%%/pcgi-wrapper -%%ZOPEBASEDIR%%/LICENSE.txt -%%ZOPEBASEDIR%%/README.txt -%%ZOPEBASEDIR%%/ZServer/DebugLogger.py -%%ZOPEBASEDIR%%/ZServer/DebugLogger.pyc -%%ZOPEBASEDIR%%/ZServer/FCGIServer.py -%%ZOPEBASEDIR%%/ZServer/FCGIServer.pyc -%%ZOPEBASEDIR%%/ZServer/FTPRequest.py -%%ZOPEBASEDIR%%/ZServer/FTPRequest.pyc -%%ZOPEBASEDIR%%/ZServer/FTPResponse.py -%%ZOPEBASEDIR%%/ZServer/FTPResponse.pyc -%%ZOPEBASEDIR%%/ZServer/FTPServer.py -%%ZOPEBASEDIR%%/ZServer/FTPServer.pyc -%%ZOPEBASEDIR%%/ZServer/HTTPResponse.py -%%ZOPEBASEDIR%%/ZServer/HTTPResponse.pyc -%%ZOPEBASEDIR%%/ZServer/HTTPServer.py -%%ZOPEBASEDIR%%/ZServer/HTTPServer.pyc -%%ZOPEBASEDIR%%/ZServer/INSTALL.txt -%%ZOPEBASEDIR%%/ZServer/PCGIServer.py -%%ZOPEBASEDIR%%/ZServer/PCGIServer.pyc -%%ZOPEBASEDIR%%/ZServer/Producers.py -%%ZOPEBASEDIR%%/ZServer/Producers.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZEvent.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZEvent.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZRendezvous.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZRendezvous.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZServerPublisher.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZServerPublisher.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/__init__.py -%%ZOPEBASEDIR%%/ZServer/PubCore/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/README.txt -%%ZOPEBASEDIR%%/ZServer/ZService.py -%%ZOPEBASEDIR%%/ZServer/ZService.pyc -%%ZOPEBASEDIR%%/ZServer/__init__.py -%%ZOPEBASEDIR%%/ZServer/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/__init__.py -%%ZOPEBASEDIR%%/ZServer/medusa/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/asynchat.py -%%ZOPEBASEDIR%%/ZServer/medusa/asynchat.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/asyncore.py -%%ZOPEBASEDIR%%/ZServer/medusa/asyncore.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/counter.py -%%ZOPEBASEDIR%%/ZServer/medusa/counter.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/default_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/default_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/filesys.py -%%ZOPEBASEDIR%%/ZServer/medusa/filesys.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/ftp_server.py -%%ZOPEBASEDIR%%/ZServer/medusa/ftp_server.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/http_date.py -%%ZOPEBASEDIR%%/ZServer/medusa/http_date.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/http_server.py -%%ZOPEBASEDIR%%/ZServer/medusa/http_server.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/logger.py -%%ZOPEBASEDIR%%/ZServer/medusa/logger.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/m_syslog.py -%%ZOPEBASEDIR%%/ZServer/medusa/m_syslog.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/max_sockets.py -%%ZOPEBASEDIR%%/ZServer/medusa/max_sockets.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/medusa_gif.py -%%ZOPEBASEDIR%%/ZServer/medusa/medusa_gif.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/mime_type_table.py -%%ZOPEBASEDIR%%/ZServer/medusa/mime_type_table.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client_win32.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client_win32.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/producers.py -%%ZOPEBASEDIR%%/ZServer/medusa/producers.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/resolver.py -%%ZOPEBASEDIR%%/ZServer/medusa/resolver.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/select_trigger.py -%%ZOPEBASEDIR%%/ZServer/medusa/select_trigger.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/status_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/status_handler.pyc -%%ZOPEBASEDIR%%/Zope.cgi.orig -%%ZOPEBASEDIR%%/access -%%ZOPEBASEDIR%%/doc/CHANGES.txt -%%ZOPEBASEDIR%%/doc/CREDITS.txt -%%ZOPEBASEDIR%%/doc/DEBUGGING.txt -%%ZOPEBASEDIR%%/doc/FAQ.txt -%%ZOPEBASEDIR%%/doc/INSTALL.txt -%%ZOPEBASEDIR%%/doc/LOGGING.txt -%%ZOPEBASEDIR%%/doc/PLATFORMS/AIX.txt -%%ZOPEBASEDIR%%/doc/PLATFORMS/README.txt -%%ZOPEBASEDIR%%/doc/SECURITY.txt -%%ZOPEBASEDIR%%/doc/WEBSERVER.txt -%%ZOPEBASEDIR%%/doc/ZODB.txt -%%ZOPEBASEDIR%%/inst/binary_install.py -%%ZOPEBASEDIR%%/inst/binary_install.pyc -%%ZOPEBASEDIR%%/inst/build_extensions.py -%%ZOPEBASEDIR%%/inst/build_extensions.pyc -%%ZOPEBASEDIR%%/inst/build_pcgi.py -%%ZOPEBASEDIR%%/inst/build_pcgi.pyc -%%ZOPEBASEDIR%%/inst/compilezpy.py -%%ZOPEBASEDIR%%/inst/compilezpy.pyc -%%ZOPEBASEDIR%%/inst/default_content.py -%%ZOPEBASEDIR%%/inst/default_content.pyc -%%ZOPEBASEDIR%%/inst/do.py -%%ZOPEBASEDIR%%/inst/do.pyc -%%ZOPEBASEDIR%%/inst/make_resource.py -%%ZOPEBASEDIR%%/inst/make_resource.pyc -%%ZOPEBASEDIR%%/inst/make_start.py -%%ZOPEBASEDIR%%/inst/make_start.pyc -%%ZOPEBASEDIR%%/lib/Components/BTree/BTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/IIBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/IOBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/OIBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/Setup -%%ZOPEBASEDIR%%/lib/Components/BTree/intSet.c -%%ZOPEBASEDIR%%/lib/Components/BTree/intSet.h -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Acquisition.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Acquisition.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/COPYRIGHT.txt -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ComputedAttribute.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ComputedAttribute.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ComputedAttribute.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ExtensionClass.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ExtensionClass.h -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ExtensionClass.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Installation -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/MethodObject.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Missing.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/MultiMapping.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/MultiMapping.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/README -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Record.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Setup -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Sync.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ThreadLock.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Xaq.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Xaq.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/index.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/release.fl -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/release.notes -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/release.sh -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_MultiMapping.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_MultiMapping.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_Sync.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_Sync.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_ThreadLock.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_ThreadLock.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_acquisition.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_acquisition.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_add.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_add.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_binding.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_binding.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_explicit_acquisition.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_explicit_acquisition.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_func_attr.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_func_attr.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_method_hook.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_method_hook.pyc -%%ZOPEBASEDIR%%/lib/Components/cPickle/PyErr_Format.h -%%ZOPEBASEDIR%%/lib/Components/cPickle/Setup -%%ZOPEBASEDIR%%/lib/Components/cPickle/cPickle.c -%%ZOPEBASEDIR%%/lib/Components/cPickle/cPickle.stx -%%ZOPEBASEDIR%%/lib/Components/cPickle/cStringIO.c -%%ZOPEBASEDIR%%/lib/Components/cPickle/cStringIO.h -%%ZOPEBASEDIR%%/lib/Components/cPickle/copy_reg.py -%%ZOPEBASEDIR%%/lib/Components/cPickle/copy_reg.pyc -%%ZOPEBASEDIR%%/lib/Components/cPickle/release.fl -%%ZOPEBASEDIR%%/lib/Components/cPickle/release.sh -%%ZOPEBASEDIR%%/lib/Components/zlib/Setup -%%ZOPEBASEDIR%%/lib/Components/zlib/adler32.c -%%ZOPEBASEDIR%%/lib/Components/zlib/compress.c -%%ZOPEBASEDIR%%/lib/Components/zlib/config.c -%%ZOPEBASEDIR%%/lib/Components/zlib/crc32.c -%%ZOPEBASEDIR%%/lib/Components/zlib/deflate.c -%%ZOPEBASEDIR%%/lib/Components/zlib/deflate.h -%%ZOPEBASEDIR%%/lib/Components/zlib/gzio.c -%%ZOPEBASEDIR%%/lib/Components/zlib/infblock.c -%%ZOPEBASEDIR%%/lib/Components/zlib/infblock.h -%%ZOPEBASEDIR%%/lib/Components/zlib/infcodes.c -%%ZOPEBASEDIR%%/lib/Components/zlib/infcodes.h -%%ZOPEBASEDIR%%/lib/Components/zlib/inffast.c -%%ZOPEBASEDIR%%/lib/Components/zlib/inffast.h -%%ZOPEBASEDIR%%/lib/Components/zlib/inflate.c -%%ZOPEBASEDIR%%/lib/Components/zlib/inftrees.c -%%ZOPEBASEDIR%%/lib/Components/zlib/inftrees.h -%%ZOPEBASEDIR%%/lib/Components/zlib/infutil.c -%%ZOPEBASEDIR%%/lib/Components/zlib/infutil.h -%%ZOPEBASEDIR%%/lib/Components/zlib/trees.c -%%ZOPEBASEDIR%%/lib/Components/zlib/uncompr.c -%%ZOPEBASEDIR%%/lib/Components/zlib/zconf.h -%%ZOPEBASEDIR%%/lib/Components/zlib/zlib.c -%%ZOPEBASEDIR%%/lib/Components/zlib/zlib.h -%%ZOPEBASEDIR%%/lib/Components/zlib/zlib104_tar.gz -%%ZOPEBASEDIR%%/lib/Components/zlib/zutil.c -%%ZOPEBASEDIR%%/lib/Components/zlib/zutil.h -%%ZOPEBASEDIR%%/lib/python/.cvsignore -%%ZOPEBASEDIR%%/lib/python/AccessControl/AccessControl.txt -%%ZOPEBASEDIR%%/lib/python/AccessControl/AuthEncoding.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/AuthEncoding.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Permission.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/Permission.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionMapping.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionMapping.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionRole.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionRole.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Role.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/Role.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Setup -%%ZOPEBASEDIR%%/lib/python/AccessControl/User.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/User.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/access.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/acquiredEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/addUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/editLocalRoles.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/editUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/listLocalRoles.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/mainUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/methodAccess.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/permissionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/roleEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/www/AccessControl_icon.gif -%%ZOPEBASEDIR%%/lib/python/AccessControl/www/User_icon.gif -%%ZOPEBASEDIR%%/lib/python/Acquisition.so -%%ZOPEBASEDIR%%/lib/python/App/ApplicationManager.py -%%ZOPEBASEDIR%%/lib/python/App/ApplicationManager.pyc -%%ZOPEBASEDIR%%/lib/python/App/CacheManager.py -%%ZOPEBASEDIR%%/lib/python/App/CacheManager.pyc -%%ZOPEBASEDIR%%/lib/python/App/Common.py -%%ZOPEBASEDIR%%/lib/python/App/Common.pyc -%%ZOPEBASEDIR%%/lib/python/App/Dialogs.py -%%ZOPEBASEDIR%%/lib/python/App/Dialogs.pyc -%%ZOPEBASEDIR%%/lib/python/App/Extensions.py -%%ZOPEBASEDIR%%/lib/python/App/Extensions.pyc -%%ZOPEBASEDIR%%/lib/python/App/Factory.py -%%ZOPEBASEDIR%%/lib/python/App/Factory.pyc -%%ZOPEBASEDIR%%/lib/python/App/FactoryDispatcher.py -%%ZOPEBASEDIR%%/lib/python/App/FactoryDispatcher.pyc -%%ZOPEBASEDIR%%/lib/python/App/FindHomes.py -%%ZOPEBASEDIR%%/lib/python/App/FindHomes.pyc -%%ZOPEBASEDIR%%/lib/python/App/ImageFile.py -%%ZOPEBASEDIR%%/lib/python/App/ImageFile.pyc -%%ZOPEBASEDIR%%/lib/python/App/Management.py -%%ZOPEBASEDIR%%/lib/python/App/Management.pyc -%%ZOPEBASEDIR%%/lib/python/App/Permission.py -%%ZOPEBASEDIR%%/lib/python/App/Permission.pyc -%%ZOPEBASEDIR%%/lib/python/App/PersistentExtra.py -%%ZOPEBASEDIR%%/lib/python/App/PersistentExtra.pyc -%%ZOPEBASEDIR%%/lib/python/App/Product.py -%%ZOPEBASEDIR%%/lib/python/App/Product.pyc -%%ZOPEBASEDIR%%/lib/python/App/ProductContext.py -%%ZOPEBASEDIR%%/lib/python/App/ProductContext.pyc -%%ZOPEBASEDIR%%/lib/python/App/ProductRegistry.py -%%ZOPEBASEDIR%%/lib/python/App/ProductRegistry.pyc -%%ZOPEBASEDIR%%/lib/python/App/Undo.py -%%ZOPEBASEDIR%%/lib/python/App/Undo.pyc -%%ZOPEBASEDIR%%/lib/python/App/__init__.py -%%ZOPEBASEDIR%%/lib/python/App/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/App/addFactory.dtml -%%ZOPEBASEDIR%%/lib/python/App/addPermission.dtml -%%ZOPEBASEDIR%%/lib/python/App/addProduct.dtml -%%ZOPEBASEDIR%%/lib/python/App/cacheGC.dtml -%%ZOPEBASEDIR%%/lib/python/App/cacheParameters.dtml -%%ZOPEBASEDIR%%/lib/python/App/class_init.py -%%ZOPEBASEDIR%%/lib/python/App/class_init.pyc -%%ZOPEBASEDIR%%/lib/python/App/copyright.dtml -%%ZOPEBASEDIR%%/lib/python/App/cpContents.dtml -%%ZOPEBASEDIR%%/lib/python/App/dbMain.dtml -%%ZOPEBASEDIR%%/lib/python/App/debug.dtml -%%ZOPEBASEDIR%%/lib/python/App/distributionView.dtml -%%ZOPEBASEDIR%%/lib/python/App/editFactory.dtml -%%ZOPEBASEDIR%%/lib/python/App/editPermission.dtml -%%ZOPEBASEDIR%%/lib/python/App/manage.dtml -%%ZOPEBASEDIR%%/lib/python/App/manage_tabs.dtml -%%ZOPEBASEDIR%%/lib/python/App/menu.dtml -%%ZOPEBASEDIR%%/lib/python/App/profile.dtml -%%ZOPEBASEDIR%%/lib/python/App/readme.dtml -%%ZOPEBASEDIR%%/lib/python/App/special_dtml.py -%%ZOPEBASEDIR%%/lib/python/App/special_dtml.pyc -%%ZOPEBASEDIR%%/lib/python/App/tar.py -%%ZOPEBASEDIR%%/lib/python/App/tar.pyc -%%ZOPEBASEDIR%%/lib/python/App/traceback.dtml -%%ZOPEBASEDIR%%/lib/python/App/undo.dtml -%%ZOPEBASEDIR%%/lib/python/App/versionManager.dtml -%%ZOPEBASEDIR%%/lib/python/App/version_txt.py -%%ZOPEBASEDIR%%/lib/python/App/version_txt.pyc -%%ZOPEBASEDIR%%/lib/python/App/www/CacheManager_icon.gif -%%ZOPEBASEDIR%%/lib/python/App/www/PythonPoweredSmall.gif -%%ZOPEBASEDIR%%/lib/python/App/www/arrow.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/background.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/border.gif -%%ZOPEBASEDIR%%/lib/python/App/www/brokenProduct.gif -%%ZOPEBASEDIR%%/lib/python/App/www/cpSystem.gif -%%ZOPEBASEDIR%%/lib/python/App/www/dbManage.gif -%%ZOPEBASEDIR%%/lib/python/App/www/factory.gif -%%ZOPEBASEDIR%%/lib/python/App/www/help.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/installedProduct.gif -%%ZOPEBASEDIR%%/lib/python/App/www/logo.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/ltab.gif -%%ZOPEBASEDIR%%/lib/python/App/www/permission.gif -%%ZOPEBASEDIR%%/lib/python/App/www/product.gif -%%ZOPEBASEDIR%%/lib/python/App/www/productFolder.gif -%%ZOPEBASEDIR%%/lib/python/App/www/properties.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/rtab.gif -%%ZOPEBASEDIR%%/lib/python/App/www/sp.gif -%%ZOPEBASEDIR%%/lib/python/App/www/undo_icon.gif -%%ZOPEBASEDIR%%/lib/python/App/www/vManage.gif -%%ZOPEBASEDIR%%/lib/python/App/www/z_button.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/zope_button.jpg -%%ZOPEBASEDIR%%/lib/python/BTree.so -%%ZOPEBASEDIR%%/lib/python/ComputedAttribute.so -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.html -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.py -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.pyc -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTimeZone.py -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTimeZone.pyc -%%ZOPEBASEDIR%%/lib/python/DateTime/Setup -%%ZOPEBASEDIR%%/lib/python/DateTime/__init__.py -%%ZOPEBASEDIR%%/lib/python/DateTime/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/.cvsignore -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_HTML.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_HTML.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_If.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_If.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_In.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_In.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_InSV.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_InSV.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Let.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Let.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Raise.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Raise.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Return.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Return.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_String.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_String.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Try.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Try.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_UI.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_UI.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Util.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Util.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Var.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Var.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_With.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_With.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtest.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtest.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtestExpr.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtestExpr.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtest_basicIn.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtest_basicIn.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DocumentTemplate.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DocumentTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Let.stx -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Makefile -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Setup -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/VSEval.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/VSEval.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/__init__.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/cDocumentTemplate.c -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/cDocumentTemplate.so -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/config.c -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/gparse.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/gparse.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/gparse_test.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/gparse_test.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/pDocumentTemplate.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/pDocumentTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/release.fl -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/release.sh -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sedscript -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/ts_regex.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/ts_regex.pyc -%%ZOPEBASEDIR%%/lib/python/ExportImportXML.py -%%ZOPEBASEDIR%%/lib/python/ExportImportXML.pyc -%%ZOPEBASEDIR%%/lib/python/ExtensionClass.so -%%ZOPEBASEDIR%%/lib/python/Globals.py -%%ZOPEBASEDIR%%/lib/python/Globals.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpSys.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpSys.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpUtil.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpUtil.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/ObjectRef.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/ObjectRef.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/__init__.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/helpsys.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/helpsys_main.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/helpsys_menu.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_cbook.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_darrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_dnode.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_larrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_obook.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_rarrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_uarrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/objectitem.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/objectref.dtml -%%ZOPEBASEDIR%%/lib/python/IIBTree.so -%%ZOPEBASEDIR%%/lib/python/IOBTree.so -%%ZOPEBASEDIR%%/lib/python/ImageFile.py -%%ZOPEBASEDIR%%/lib/python/ImageFile.pyc -%%ZOPEBASEDIR%%/lib/python/LOG.py -%%ZOPEBASEDIR%%/lib/python/LOG.pyc -%%ZOPEBASEDIR%%/lib/python/Main.py -%%ZOPEBASEDIR%%/lib/python/Main.pyc -%%ZOPEBASEDIR%%/lib/python/Makefile -%%ZOPEBASEDIR%%/lib/python/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/MethodObject.so -%%ZOPEBASEDIR%%/lib/python/Missing.so -%%ZOPEBASEDIR%%/lib/python/MultiMapping.so -%%ZOPEBASEDIR%%/lib/python/OFS/Application.py -%%ZOPEBASEDIR%%/lib/python/OFS/Application.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/CopySupport.py -%%ZOPEBASEDIR%%/lib/python/OFS/CopySupport.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLDocument.py -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLDocument.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLMethod.py -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLMethod.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Document.py -%%ZOPEBASEDIR%%/lib/python/OFS/Document.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/FTPInterface.py -%%ZOPEBASEDIR%%/lib/python/OFS/FTPInterface.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/FindSupport.py -%%ZOPEBASEDIR%%/lib/python/OFS/FindSupport.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Folder.py -%%ZOPEBASEDIR%%/lib/python/OFS/Folder.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Image.py -%%ZOPEBASEDIR%%/lib/python/OFS/Image.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Moniker.py -%%ZOPEBASEDIR%%/lib/python/OFS/Moniker.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/ObjectManager.py -%%ZOPEBASEDIR%%/lib/python/OFS/ObjectManager.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/PropertyManager.py -%%ZOPEBASEDIR%%/lib/python/OFS/PropertyManager.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/PropertySheets.py -%%ZOPEBASEDIR%%/lib/python/OFS/PropertySheets.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/SimpleItem.py -%%ZOPEBASEDIR%%/lib/python/OFS/SimpleItem.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Uninstalled.py -%%ZOPEBASEDIR%%/lib/python/OFS/Uninstalled.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/ZDOM.py -%%ZOPEBASEDIR%%/lib/python/OFS/ZDOM.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/__init__.py -%%ZOPEBASEDIR%%/lib/python/OFS/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/brokenEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/content_types.py -%%ZOPEBASEDIR%%/lib/python/OFS/content_types.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/documentAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/documentEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/documentProxy.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/documentUpload.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/editedDialog.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/fileEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findAdv.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findForm.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findFrame.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findResult.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/folderAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/imageAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/imageEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/imageUpload.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/imageView.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/importExport.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/main.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/methodAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/misc_.py -%%ZOPEBASEDIR%%/lib/python/OFS/misc_.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/pasteDialog.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/properties.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/propertysheets.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/rPickle.py -%%ZOPEBASEDIR%%/lib/python/OFS/rPickle.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/renameForm.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/www/ControlPanel_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/Help_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/Properties_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/UpFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/broken.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/check.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/locked.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/modified.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/new.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/properties.jpg -%%ZOPEBASEDIR%%/lib/python/OIBTree.so -%%ZOPEBASEDIR%%/lib/python/Persistence.py -%%ZOPEBASEDIR%%/lib/python/Persistence.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/ExternalMethod.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/ExternalMethod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/extmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/methodAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/methodEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/www/function.gif -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/MIMETag.py -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/MIMETag.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/MailHost.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/MailHost.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/SendMailTag.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/SendMailTag.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/Setup -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/addMailHost_form.dtml -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/manageMailHost.dtml -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/release/MailHost-1.0.1.rn -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/release/MailHost-1.1.0.rn -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/sample/Setup -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/www/MailHost_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Draft.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Draft.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Session.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Session.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Setup -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Version.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Version.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/draftAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/draftApprove.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/File_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/Folder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/Image_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/UserFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/draft.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/dtmldoc.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/dtmlmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/version.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/version.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/versionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/versionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/versionEnd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwareness.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwareness.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Lazy.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Lazy.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/addZCatalog.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogAddRowForm.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogFind.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogIndexes.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogSchema.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogStatus.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogView.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/editCatalogerForm.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/www/ZCatalog.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DA.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DA.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DABase.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DABase.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/Setup -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/browse.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/connectionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/connectionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/db.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/db.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/COPYRIGHT -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DLispShort.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DLispShort.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DumbLispGen.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DumbLispGen.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/SQLTESTG.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/SQLTESTG.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfSQL.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfclient.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfclient.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfdb0.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfdb0.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gffaq.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfinstall.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfinstall.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfintrospect.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfintrospect.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfrecover.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfserve.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfserve.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfsocket.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfsocket.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfstest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfstest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gftest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gftest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/idl.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/idl.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/index.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParseBuild.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParseBuild.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParser.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParser.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjSet.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjSet.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjbuckets0.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjbuckets0.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjpylint.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjpylint.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kwParsing.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/pygram.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/pygram.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/relalg.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/relalg.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/remotetest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/remotetest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/server.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sql.mar -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlbind.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlbind.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgen.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgen.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgram.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgram.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgtest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgtest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlmod.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlmod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlsem.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlsem.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlwhere.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlwhere.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/bin.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/date.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/datetime.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/field.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/float.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/int.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/stable.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/table.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/text.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/time.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/view.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/what.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/table_info.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/table_menu.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/tables.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/SQL.py -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/SQL.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/Setup -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/add.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/edit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/sqlmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Record.so -%%ZOPEBASEDIR%%/lib/python/SearchIndex/.cvsignore -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Index.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Index.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Lexicon.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Lexicon.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Makefile -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Query.c -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Query.so -%%ZOPEBASEDIR%%/lib/python/SearchIndex/ResultList.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/ResultList.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Setup -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Splitter.c -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Splitter.so -%%ZOPEBASEDIR%%/lib/python/SearchIndex/TextIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/TextIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnKeywordIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnKeywordIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnTextIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnTextIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/config.c -%%ZOPEBASEDIR%%/lib/python/SearchIndex/sedscript -%%ZOPEBASEDIR%%/lib/python/Setup -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Aqueduct.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Aqueduct.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Connection.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Connection.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/DA.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/DA.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/RDB.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/RDB.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Results.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Results.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Search.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Search.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/THUNK.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/THUNK.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/TM.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/TM.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/advanced.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/connectionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/connectionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/connectionStatus.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/connectionTestForm.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/customDefaultReport.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dbi_db.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dbi_db.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/searchAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlgroup.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlgroup.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqltest.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqltest.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlvar.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlvar.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/www/DBAdapterFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/www/DBAdapter_icon.gif -%%ZOPEBASEDIR%%/lib/python/Shared/DC/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/ppml.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/ppml.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Makefile -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/README -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Setup -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Setup.in -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/_checkversion.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/_checkversion.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/config.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/MPL-1_0.html -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/Makefile -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/expat.html -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/expat.mak -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/hashtable.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/hashtable.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/xmlparse.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/xmlparse.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/asciitab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/dllmain.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/iasciitab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/latin1tab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/nametab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/utf8tab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmldef.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmlrole.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmlrole.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_impl.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_impl.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_ns.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.prj -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.prj.exp -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.so -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpattest.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpattest.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/sedscript -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xmllib.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xmllib.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xyap.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xyap.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/MML.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/MML.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/StructuredText.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/StructuredText.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/__init__.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/.cvsignore -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Acquisition.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Acquisition.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/ExtensionClass.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/ExtensionClass.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/MultiMapping.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/MultiMapping.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/index.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/index.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/regress -%%ZOPEBASEDIR%%/lib/python/Sync.so -%%ZOPEBASEDIR%%/lib/python/ThreadLock.so -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/TreeTag.py -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/TreeTag.pyc -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/__init__.py -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Blank_icon.gif -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Minus_icon.gif -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Plus_icon.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/Basic.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Basic.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/Method.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Method.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ObjectManager.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ObjectManager.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/Property.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Property.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClass.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClass.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClassOwner.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClassOwner.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/addCommonSheet.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/addIcon.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/addPropertyInterface.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/addZClass.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/class.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/classPermissions.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/contents.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/itemProp.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/methods.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/propertysheets.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/subobjects.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/views.dtml -%%ZOPEBASEDIR%%/lib/python/ZODB/.cvsignore -%%ZOPEBASEDIR%%/lib/python/ZODB/BaseStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/BaseStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Connection.py -%%ZOPEBASEDIR%%/lib/python/ZODB/Connection.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/DB.py -%%ZOPEBASEDIR%%/lib/python/ZODB/DB.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/DemoStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/DemoStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/ExportImport.py -%%ZOPEBASEDIR%%/lib/python/ZODB/ExportImport.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/FileStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/FileStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Makefile -%%ZOPEBASEDIR%%/lib/python/ZODB/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/ZODB/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/ZODB/MappingStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/MappingStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/POSException.py -%%ZOPEBASEDIR%%/lib/python/ZODB/POSException.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentMapping.py -%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentMapping.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Setup -%%ZOPEBASEDIR%%/lib/python/ZODB/TimeStamp.c -%%ZOPEBASEDIR%%/lib/python/ZODB/TimeStamp.so -%%ZOPEBASEDIR%%/lib/python/ZODB/TmpStore.py -%%ZOPEBASEDIR%%/lib/python/ZODB/TmpStore.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Transaction.py -%%ZOPEBASEDIR%%/lib/python/ZODB/Transaction.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/ZApplication.py -%%ZOPEBASEDIR%%/lib/python/ZODB/ZApplication.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZODB/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/bpthread.py -%%ZOPEBASEDIR%%/lib/python/ZODB/bpthread.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.c -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.h -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.so -%%ZOPEBASEDIR%%/lib/python/ZODB/cPickle.so -%%ZOPEBASEDIR%%/lib/python/ZODB/cPickleCache.c -%%ZOPEBASEDIR%%/lib/python/ZODB/cPickleCache.so -%%ZOPEBASEDIR%%/lib/python/ZODB/config.c -%%ZOPEBASEDIR%%/lib/python/ZODB/conversionhack.py -%%ZOPEBASEDIR%%/lib/python/ZODB/conversionhack.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/coptimizations.c -%%ZOPEBASEDIR%%/lib/python/ZODB/coptimizations.so -%%ZOPEBASEDIR%%/lib/python/ZODB/dbmStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/dbmStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/lock_file.py -%%ZOPEBASEDIR%%/lib/python/ZODB/lock_file.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/referencesf.py -%%ZOPEBASEDIR%%/lib/python/ZODB/referencesf.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/sedscript -%%ZOPEBASEDIR%%/lib/python/ZODB/utils.py -%%ZOPEBASEDIR%%/lib/python/ZODB/utils.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/winlock.c -%%ZOPEBASEDIR%%/lib/python/ZODB/winlock.so -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseRequest.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseRequest.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseResponse.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseResponse.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Client.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Client.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Converters.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Converters.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRequest.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRequest.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPResponse.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPResponse.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Publish.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Publish.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Request.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Request.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Response.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Response.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Test.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Test.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/cgi.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/cgi.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/mapply.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/mapply.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/maybe_lock.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/maybe_lock.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/xmlrpc.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/xmlrpc.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ClassFactory.py -%%ZOPEBASEDIR%%/lib/python/Zope/ClassFactory.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/FileLogger.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/FileLogger.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/ZLogger.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/ZLogger.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/__init__.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/stupidFileLogger.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/stupidFileLogger.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/syslog.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/syslog.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/syslogLogger.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/syslogLogger.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/__init__.py -%%ZOPEBASEDIR%%/lib/python/Zope/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/cPickle.so -%%ZOPEBASEDIR%%/lib/python/cStringIO.so -%%ZOPEBASEDIR%%/lib/python/config.c -%%ZOPEBASEDIR%%/lib/python/dcdb.py -%%ZOPEBASEDIR%%/lib/python/dcdb.pyc -%%ZOPEBASEDIR%%/lib/python/intSet.so -%%ZOPEBASEDIR%%/lib/python/sedscript -%%ZOPEBASEDIR%%/lib/python/ts_regex.py -%%ZOPEBASEDIR%%/lib/python/ts_regex.pyc -%%ZOPEBASEDIR%%/lib/python/version.txt -%%ZOPEBASEDIR%%/lib/python/webdav/Collection.py -%%ZOPEBASEDIR%%/lib/python/webdav/Collection.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/NullResource.py -%%ZOPEBASEDIR%%/lib/python/webdav/NullResource.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/Resource.py -%%ZOPEBASEDIR%%/lib/python/webdav/Resource.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/__init__.py -%%ZOPEBASEDIR%%/lib/python/webdav/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/client.py -%%ZOPEBASEDIR%%/lib/python/webdav/client.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/common.py -%%ZOPEBASEDIR%%/lib/python/webdav/common.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/davcmds.py -%%ZOPEBASEDIR%%/lib/python/webdav/davcmds.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/xmltools.py -%%ZOPEBASEDIR%%/lib/python/webdav/xmltools.pyc -%%ZOPEBASEDIR%%/lib/python/xmlrpclib.py -%%ZOPEBASEDIR%%/lib/python/xmlrpclib.pyc -%%ZOPEBASEDIR%%/lib/python/zLOG.py -%%ZOPEBASEDIR%%/lib/python/zLOG.pyc -%%ZOPEBASEDIR%%/lib/python/zdaemon.py -%%ZOPEBASEDIR%%/lib/python/zdaemon.pyc -%%ZOPEBASEDIR%%/lib/python/zlib.so -%%ZOPEBASEDIR%%/pcgi/.cvsignore -%%ZOPEBASEDIR%%/pcgi/Example/pcgitest -%%ZOPEBASEDIR%%/pcgi/Example/pcgitime.py -%%ZOPEBASEDIR%%/pcgi/Example/pcgitime.pyc -%%ZOPEBASEDIR%%/pcgi/Makefile -%%ZOPEBASEDIR%%/pcgi/Makefile.in -%%ZOPEBASEDIR%%/pcgi/MrCreosote/README.MrCreosote -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.c -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.h -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.py -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.pyc -%%ZOPEBASEDIR%%/pcgi/README -%%ZOPEBASEDIR%%/pcgi/Test/.cvsignore -%%ZOPEBASEDIR%%/pcgi/Test/README.parseinfo -%%ZOPEBASEDIR%%/pcgi/Test/parseinfo -%%ZOPEBASEDIR%%/pcgi/Test/parseinfo.o -%%ZOPEBASEDIR%%/pcgi/Test/pcgi-wrapper.o -%%ZOPEBASEDIR%%/pcgi/Util/README -%%ZOPEBASEDIR%%/pcgi/Util/killpcgi.py -%%ZOPEBASEDIR%%/pcgi/Util/killpcgi.pyc -%%ZOPEBASEDIR%%/pcgi/Util/pcgifile.py -%%ZOPEBASEDIR%%/pcgi/Util/pcgifile.pyc -%%ZOPEBASEDIR%%/pcgi/Win32/Makefile.nt -%%ZOPEBASEDIR%%/pcgi/Win32/README.NT -%%ZOPEBASEDIR%%/pcgi/Win32/parseinfo.exe -%%ZOPEBASEDIR%%/pcgi/Win32/pcgi-wrapper.exe -%%ZOPEBASEDIR%%/pcgi/config.cache -%%ZOPEBASEDIR%%/pcgi/config.h.in -%%ZOPEBASEDIR%%/pcgi/config.log -%%ZOPEBASEDIR%%/pcgi/config.status -%%ZOPEBASEDIR%%/pcgi/configure -%%ZOPEBASEDIR%%/pcgi/configure.in -%%ZOPEBASEDIR%%/pcgi/install-sh -%%ZOPEBASEDIR%%/pcgi/manifest -%%ZOPEBASEDIR%%/pcgi/parseinfo.c -%%ZOPEBASEDIR%%/pcgi/parseinfo.o -%%ZOPEBASEDIR%%/pcgi/pcgi-wrapper.c -%%ZOPEBASEDIR%%/pcgi/pcgi-wrapper.o -%%ZOPEBASEDIR%%/pcgi/pcgi.h -%%ZOPEBASEDIR%%/pcgi/pcgi_publisher.py -%%ZOPEBASEDIR%%/pcgi/pcgi_publisher.pyc -%%ZOPEBASEDIR%%/start -%%ZOPEBASEDIR%%/stop -%%ZOPEBASEDIR%%/utilities/FS.py -%%ZOPEBASEDIR%%/utilities/FS.pyc -%%ZOPEBASEDIR%%/utilities/README.txt -%%ZOPEBASEDIR%%/utilities/bbb.py -%%ZOPEBASEDIR%%/utilities/bbb.pyc -%%ZOPEBASEDIR%%/utilities/fixbbbts.py -%%ZOPEBASEDIR%%/utilities/fixbbbts.pyc -%%ZOPEBASEDIR%%/utilities/load_site.py -%%ZOPEBASEDIR%%/utilities/load_site.pyc -%%ZOPEBASEDIR%%/var/.cvsignore -%%ZOPEBASEDIR%%/w_pcgi.py -%%ZOPEBASEDIR%%/w_pcgi.pyc -%%ZOPEBASEDIR%%/wo_pcgi.py -%%ZOPEBASEDIR%%/wo_pcgi.pyc -%%ZOPEBASEDIR%%/z2.py -%%ZOPEBASEDIR%%/z2.pyc -%%ZOPEBASEDIR%%/zpasswd.py -%%ZOPEBASEDIR%%/zpasswd.pyc -@dirrm %%ZOPEBASEDIR%%/ZServer/PubCore -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa -@dirrm %%ZOPEBASEDIR%%/ZServer -@dirrm %%ZOPEBASEDIR%%/doc/PLATFORMS -@dirrm %%ZOPEBASEDIR%%/doc -@dirrm %%ZOPEBASEDIR%%/inst -@dirrm %%ZOPEBASEDIR%%/lib/Components/BTree -@dirrm %%ZOPEBASEDIR%%/lib/Components/ExtensionClass -@dirrm %%ZOPEBASEDIR%%/lib/Components/cPickle -@dirrm %%ZOPEBASEDIR%%/lib/Components/zlib -@dirrm %%ZOPEBASEDIR%%/lib/Components -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/www -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl -@dirrm %%ZOPEBASEDIR%%/lib/python/App/www -@dirrm %%ZOPEBASEDIR%%/lib/python/App -@dirrm %%ZOPEBASEDIR%%/lib/python/DateTime -@dirrm %%ZOPEBASEDIR%%/lib/python/DocumentTemplate -@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys/images -@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS/www -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MIMETools -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/release -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/sample -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP/images -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods -@dirrm %%ZOPEBASEDIR%%/lib/python/Products -@dirrm %%ZOPEBASEDIR%%/lib/python/SearchIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared -@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText/regressions -@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText -@dirrm %%ZOPEBASEDIR%%/lib/python/TreeDisplay/www -@dirrm %%ZOPEBASEDIR%%/lib/python/TreeDisplay -@dirrm %%ZOPEBASEDIR%%/lib/python/ZClasses -@dirrm %%ZOPEBASEDIR%%/lib/python/ZODB -@dirrm %%ZOPEBASEDIR%%/lib/python/ZPublisher -@dirrm %%ZOPEBASEDIR%%/lib/python/Zope/ZLogger -@dirrm %%ZOPEBASEDIR%%/lib/python/Zope -@dirrm %%ZOPEBASEDIR%%/lib/python/webdav -@dirrm %%ZOPEBASEDIR%%/lib/python -@dirrm %%ZOPEBASEDIR%%/lib -@dirrm %%ZOPEBASEDIR%%/pcgi/Example -@dirrm %%ZOPEBASEDIR%%/pcgi/MrCreosote -@dirrm %%ZOPEBASEDIR%%/pcgi/Test -@dirrm %%ZOPEBASEDIR%%/pcgi/Util -@dirrm %%ZOPEBASEDIR%%/pcgi/Win32 -@dirrm %%ZOPEBASEDIR%%/pcgi -@dirrm %%ZOPEBASEDIR%%/utilities -@unexec mv -f %D/%%ZOPEBASEDIR%%/var/Data.fs /tmp/Data.fs.bak -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Data.fs.in -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Data.fs.lock -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Data.fs.tmp -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Z2.log -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Z2.pid -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/pcgi.log -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/pcgi.pid -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/pcgi.soc -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/zProcessManager.pid -@dirrm %%ZOPEBASEDIR%%/var -@dirrm %%ZOPEBASEDIR%% diff --git a/www/zope28/Makefile b/www/zope28/Makefile deleted file mode 100644 index b534d914845e..000000000000 --- a/www/zope28/Makefile +++ /dev/null @@ -1,84 +0,0 @@ -# New ports collection makefile for: Zope -# Date created: Sat 21 Aug 1999 -# Whom: Peter Cornelius <pcc@gmx.net> -# -# $FreeBSD$ -# - -PORTNAME= zope -PORTVERSION= 2.1.6 -CATEGORIES= www python -MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/ -DISTNAME= Zope-${PORTVERSION}-src -EXTRACT_SUFX= .tgz - -MAINTAINER= thomas@hentschel.net - -BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python -RUN_DEPENDS= ${LOCALBASE}/sbin/apache:${PORTSDIR}/www/apache13-modssl - -# Build has to be done in the final location after installing the sources -# there. It were a major action to fix all paths otherwise. -do-build: # empty, but needs to be there for the python dependency. - -# The web server's "root" directory used to be ${PREFIX}/www, and from -# then on, data, cgi-bin and such. Thus, I decided that Zope belongs -# there, too. I don't know whether this still applies to current apache -# releases, though. I still run 2.2.8-STABLE. -PLIST_SUB= ZOPEBASEDIR=www/Zope-${PORTVERSION} CGIBINDIR=share/apache/cgi-bin VERSION=${PORTVERSION} -WEBBASEDIR?= ${PREFIX}/www -ZOPEBASEDIR?= ${WEBBASEDIR}/Zope-${PORTVERSION} -CGI_BIN_DIR?= ${PREFIX}/share/apache/cgi-bin -APACHE_CONFDIR?= ${PREFIX}/etc/apache -PYTHON15?= ${PREFIX}/bin/python1.5 - -# I decided to consider the whole souce tree to be part of the package -# since in there, Zope can live on its own. It does leave some *.o files -# around (about four), but I can use Zope's own building mechanism. -do-install: # - @if [ -e ${ZOPEBASEDIR}/var/Data.fs ] ; then \ - ${ECHO} "Saving existing Database to /tmp/Data.fs.BAK." ; \ - ${MV} ${ZOPEBASEDIR}/var/Data.fs /tmp/Data.fs.BAK ; \ - fi - @( ${MKDIR} ${ZOPEBASEDIR} ; \ - ${ECHO} "===> Please be patient, some builds need their time." ; \ - ${ECHO} "===> Copying..." ; \ - ${CP} -Rp ${WRKSRC}/* ${ZOPEBASEDIR}/ ; \ - cd ${ZOPEBASEDIR} ; \ - ${PYTHON15} w_pcgi.py ; \ - ${PYTHON15} wo_pcgi.py ; \ - ${MV} Zope.cgi Zope.cgi.orig ; \ - ${ECHO} "#! ${CGI_BIN_DIR}/pcgi-wrapper" > Zope.cgi ; \ - ${CAT} Zope.cgi.orig >> Zope.cgi ; \ - ${INSTALL} -o nobody -m 555 Zope.cgi pcgi/pcgi-wrapper ${CGI_BIN_DIR} ; \ - ${ECHO} "===> Fixing permissions of Zope's own var directory..." ; \ - ${CHMOD} ugo+rwt var ; \ - ${CHOWN} nobody var ; \ - ${CHOWN} nobody var/* ; \ - ${ECHO} "===> Setting user/password to zopemaster/test..." ; \ - ${PYTHON15} zpasswd.py -u zopemaster -p test -e CLEARTEXT access ; \ - ${CHOWN} nobody access; \ - ${ECHO} "===> Copying Apache config file changes to ${APACHE_CONFDIR}/apache.conf.Zope-Changes." ; \ - ${CP} -p ${FILESDIR}/apache.conf.Zope-Changes ${APACHE_CONFDIR}/ ; \ - ${ECHO} "===> Please have a look at this file and the instructions" ; \ - ${ECHO} "===> therein and incorporate them to your apache.conf." ; \ - ${ECHO} "===> Creating rc startup file for Zope-${PORTVERSION}..." ; \ - ${ECHO} "#! /bin/sh" > ${PREFIX}/etc/rc.d/zope.sh ; \ - ${ECHO} "${ZOPEBASEDIR}/start -w '' -f '' -m '' -p ${CGI_BIN_DIR}/Zope.cgi &" >> ${PREFIX}/etc/rc.d/zope.sh ; \ - ${ECHO} "echo -n \" Zope\"" >> ${PREFIX}/etc/rc.d/zope.sh ; \ - ${CHMOD} ug+x,o-rwx ${PREFIX}/etc/rc.d/zope.sh ; \ - ${ECHO} "===> Done with ${PREFIX}/etc/rc.d/zope.sh." ; \ - ${CAT} ${FILESDIR}/Message ; \ - ${ECHO} "===> Your Zope base directory is ${ZOPEBASEDIR}." ; \ - ${ECHO} "===> The Zope license is in ${ZOPEBASEDIR}/LICENSE.txt." ; \ - ${ECHO} "===> For Apache changes see ${APACHE_CONFDIR}/apache.conf.Zope-Changes." ; \ - ${ECHO} "===> Zope.cgi and pcgi-wrapper live in ${CGI_BIN_DIR}." ) - -#pre-deinstall: # Save Database contents. I expect /tmp to have sufficient -# # space to hold it for the time being. -# @if [ -e ${ZOPEBASEDIR}/var/Data.fs ] ; then \ -# ${ECHO} "Saving existing Database to /tmp/Data.fs.bak." ; \ -# ${MV} ${ZOPEBASEDIR}/var/Data.fs /tmp/Data.fs.bak ; \ -# fi - -.include <bsd.port.mk> diff --git a/www/zope28/distinfo b/www/zope28/distinfo deleted file mode 100644 index 803145f03910..000000000000 --- a/www/zope28/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Zope-2.1.6-src.tgz) = 6ec4320afd6925c24f9f1b5cd7c4d7c5 diff --git a/www/zope28/files/CREDITS b/www/zope28/files/CREDITS deleted file mode 100644 index c84974c8005c..000000000000 --- a/www/zope28/files/CREDITS +++ /dev/null @@ -1,6 +0,0 @@ -Special thanks to (in no particular order): - -- The Zope makers: Digital Creations. -- The Python Group -- Olaf Erb -- Andreas Ley diff --git a/www/zope28/files/Message b/www/zope28/files/Message deleted file mode 100644 index 54fc163809f9..000000000000 --- a/www/zope28/files/Message +++ /dev/null @@ -1,57 +0,0 @@ - -Welcome to Zope. - -The basic installation process for FreeBSD now has been done. To have a -quick look, cd to your Zope base directory (see below) and start Zope -with: - -./start -w <web port> -f <ftp port> - -where <web port> is the port where to http-access Zope with your browser -(try http://localhost:<web port>). It defaults to 80. <ftp-port> is the -same thing for ftp (upload) access, it defaults to 21. Obviously, you will -have to specify these if you already use these ports. The user/password -pair for access to the management screens has been preset to -zopemaster/test, respectively. - -PLEASE NOTE that the above only is for a quick check only, BUT IT WILL -LEAVE YOUR ZOPE PROCESS WIDE OPEN TO HACKING SINCE THERE'S NO SECURITY -WHATSOEVER. Therefore, PLEASE do incorporate the suggested changes (see -below) to your apache-SSL web server and only start Zope WITHOUT ANY open -<web port> or <ftp port>. This can be done, also from the Zope base dir, -by: - -./start -w '' -f '' -m '' -p <path to Zope.cgi>/Zope.cgi - -where <path to Zope.cgi> is the (full) path to where Zope.cgi lives (see -below). There now also should be a file in ${PREFIX}/etc/rc.d/ (most -probably /usr/local/etc/rc.d/) named zope.sh that does the startup for you -after a reboot. - -Also, it might be a good idea now to change the password. You can do that -with (again, in the Zope base directory): - -python zpasswd.py -u <username> -p <passwd> -e CLEARTEXT access - -The -e CLEARTEXT presently is *mandatory*, otherwise authentication -through apache will not work. - -You will probably already have gone through Apache's ssl certificate -generation process. If not, please do so now, if you don't already have a -certificate. If only a few well known people will have access to your -management screens, a self-signed one probably will suffice. Please refer -to the Apache and the Apache-SSL documentation for further information. -Use a sufficiently "long" key. Don't forget the https://... when trying to -access the management pages. - -Apache will communicate with Zope through the so-called persistent cgi -interface (aka pcgi). There's links to more information on the Zope web -site at http://www.zope.org. Also, this is the best (and only) source of -help end information on Zope itself. - -Zope is Copyrighted (C) by Digital Creations. All rights reserved. -Please thouroughly read the license (see below) before employing Zope. - -Good business, Peter Cornelius. <pcc@gmx.net> - -Please remember these files and directories: diff --git a/www/zope28/files/apache.conf.Zope-Changes b/www/zope28/files/apache.conf.Zope-Changes deleted file mode 100644 index f1d28a1a82e0..000000000000 --- a/www/zope28/files/apache.conf.Zope-Changes +++ /dev/null @@ -1,48 +0,0 @@ -# *** *** *** -# ------------------- -# Zope Configuration. -# ------------------- -# -# IMPORTANT: In order for SSL access to work, copy the part between the -# lines with the nine asterisks * to your SSL virtual host section, too! -# -# This rule adds the trailing slash if omitted. So, we will have it for -# all subsequent rules -RewriteEngine on -RewriteRule ^/Zope$ /Zope/ [R] -# -# Zope requires the authentication headers to be passed to it if it is -# called through the cgi of another web server (like apache). An "easy" -# way to do so is to do a little mod_rewrite'ing. See doc/WEBSERVER.txt in -# your Zope base directory for further information. -# -# This maps maps /Zope/ to the Zope.cgi CGI script. -RewriteCond %{HTTP:Authorization} ^(.*) -RewriteRule ^/Zope/(.*) /usr/local/www/cgi-bin/Zope.cgi/$1 [env=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l] -# -# *** *** *** -# -# Also, Zope, in spite of some fussing about "security", totally ignores -# the man in the middle. So, all contacts to Zope management screens are -# made to require SSL. -# -<LocationMatch "/Zope/(.*)manage(.*)"> - SSLRequireSSL -</LocationMatch> -# -<LocationMatch "/cgi-bin/Zope.cgi(.*)manage(.*)"> - SSLRequireSSL -</LocationMatch> -# -# One final notice: If you can't get working your authentication with Zope -# check if the access file in the Zope base directory (maybe this is -# /usr/local/www/Zope or the like) contains a CLEARTEXT password. If -# encryption there is set to SHA, to my knowledge, authentication does not -# work. Try `python zpasswd.py -u zopemaster -p test -e CLEARTEXT access` -# (in the Zope base dir). This sets the required username/passwd pair to -# zopemaster/test respectively and stores them as CLEARTEXT password. -# Don't forget the proper access restrictions to this file if you have -# user access to the file system that it is stored on. -# -# End of Zope configuration section. - diff --git a/www/zope28/pkg-comment b/www/zope28/pkg-comment deleted file mode 100644 index 2ec945641141..000000000000 --- a/www/zope28/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An object-based web application platform with database access diff --git a/www/zope28/pkg-descr b/www/zope28/pkg-descr deleted file mode 100644 index 4ca688518ba5..000000000000 --- a/www/zope28/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -"Zope is an exciting new object-based, open source web application -platform. It allows you to build powerful and dynamic web applications -easily. Zope comes with source code and is friendly to developers as -well as users. -Zope is distinguished by its integrated object database which, when -combined with a revolutionary object model, provides a completely unique -facility for servicing content managers and web application developers." - -Here are some of the "headlines" mentioned in the features list at -http://www.zope.org:8080/Information/Features : - -Database Integration Content Management - SQL and HTML in Harmony Builtin Objects - Multiple Data Sources Document Templates - Publish Databases Web to Objects -Application Development Integrated Object Database - DTML Scripting Managed Through the Web - External Methods Direct URL Access to Objects - -This is a "beta" release. It seems to work quite stable, but no guarantee -given. - Peter Cornelius <pcc@gmx.net> - -WWW: http://www.zope.org/ diff --git a/www/zope28/pkg-plist b/www/zope28/pkg-plist deleted file mode 100644 index caceb33826af..000000000000 --- a/www/zope28/pkg-plist +++ /dev/null @@ -1,1124 +0,0 @@ -etc/apache/apache.conf.Zope-Changes -etc/rc.d/zope.sh -%%CGIBINDIR%%/Zope.cgi -%%CGIBINDIR%%/pcgi-wrapper -%%ZOPEBASEDIR%%/LICENSE.txt -%%ZOPEBASEDIR%%/README.txt -%%ZOPEBASEDIR%%/ZServer/DebugLogger.py -%%ZOPEBASEDIR%%/ZServer/DebugLogger.pyc -%%ZOPEBASEDIR%%/ZServer/FCGIServer.py -%%ZOPEBASEDIR%%/ZServer/FCGIServer.pyc -%%ZOPEBASEDIR%%/ZServer/FTPRequest.py -%%ZOPEBASEDIR%%/ZServer/FTPRequest.pyc -%%ZOPEBASEDIR%%/ZServer/FTPResponse.py -%%ZOPEBASEDIR%%/ZServer/FTPResponse.pyc -%%ZOPEBASEDIR%%/ZServer/FTPServer.py -%%ZOPEBASEDIR%%/ZServer/FTPServer.pyc -%%ZOPEBASEDIR%%/ZServer/HTTPResponse.py -%%ZOPEBASEDIR%%/ZServer/HTTPResponse.pyc -%%ZOPEBASEDIR%%/ZServer/HTTPServer.py -%%ZOPEBASEDIR%%/ZServer/HTTPServer.pyc -%%ZOPEBASEDIR%%/ZServer/INSTALL.txt -%%ZOPEBASEDIR%%/ZServer/PCGIServer.py -%%ZOPEBASEDIR%%/ZServer/PCGIServer.pyc -%%ZOPEBASEDIR%%/ZServer/Producers.py -%%ZOPEBASEDIR%%/ZServer/Producers.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZEvent.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZEvent.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZRendezvous.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZRendezvous.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZServerPublisher.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZServerPublisher.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/__init__.py -%%ZOPEBASEDIR%%/ZServer/PubCore/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/README.txt -%%ZOPEBASEDIR%%/ZServer/ZService.py -%%ZOPEBASEDIR%%/ZServer/ZService.pyc -%%ZOPEBASEDIR%%/ZServer/__init__.py -%%ZOPEBASEDIR%%/ZServer/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/__init__.py -%%ZOPEBASEDIR%%/ZServer/medusa/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/asynchat.py -%%ZOPEBASEDIR%%/ZServer/medusa/asynchat.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/asyncore.py -%%ZOPEBASEDIR%%/ZServer/medusa/asyncore.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/counter.py -%%ZOPEBASEDIR%%/ZServer/medusa/counter.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/default_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/default_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/filesys.py -%%ZOPEBASEDIR%%/ZServer/medusa/filesys.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/ftp_server.py -%%ZOPEBASEDIR%%/ZServer/medusa/ftp_server.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/http_date.py -%%ZOPEBASEDIR%%/ZServer/medusa/http_date.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/http_server.py -%%ZOPEBASEDIR%%/ZServer/medusa/http_server.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/logger.py -%%ZOPEBASEDIR%%/ZServer/medusa/logger.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/m_syslog.py -%%ZOPEBASEDIR%%/ZServer/medusa/m_syslog.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/max_sockets.py -%%ZOPEBASEDIR%%/ZServer/medusa/max_sockets.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/medusa_gif.py -%%ZOPEBASEDIR%%/ZServer/medusa/medusa_gif.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/mime_type_table.py -%%ZOPEBASEDIR%%/ZServer/medusa/mime_type_table.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client_win32.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client_win32.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/producers.py -%%ZOPEBASEDIR%%/ZServer/medusa/producers.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/resolver.py -%%ZOPEBASEDIR%%/ZServer/medusa/resolver.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/select_trigger.py -%%ZOPEBASEDIR%%/ZServer/medusa/select_trigger.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/status_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/status_handler.pyc -%%ZOPEBASEDIR%%/Zope.cgi.orig -%%ZOPEBASEDIR%%/access -%%ZOPEBASEDIR%%/doc/CHANGES.txt -%%ZOPEBASEDIR%%/doc/CREDITS.txt -%%ZOPEBASEDIR%%/doc/DEBUGGING.txt -%%ZOPEBASEDIR%%/doc/FAQ.txt -%%ZOPEBASEDIR%%/doc/INSTALL.txt -%%ZOPEBASEDIR%%/doc/LOGGING.txt -%%ZOPEBASEDIR%%/doc/PLATFORMS/AIX.txt -%%ZOPEBASEDIR%%/doc/PLATFORMS/README.txt -%%ZOPEBASEDIR%%/doc/SECURITY.txt -%%ZOPEBASEDIR%%/doc/WEBSERVER.txt -%%ZOPEBASEDIR%%/doc/ZODB.txt -%%ZOPEBASEDIR%%/inst/binary_install.py -%%ZOPEBASEDIR%%/inst/binary_install.pyc -%%ZOPEBASEDIR%%/inst/build_extensions.py -%%ZOPEBASEDIR%%/inst/build_extensions.pyc -%%ZOPEBASEDIR%%/inst/build_pcgi.py -%%ZOPEBASEDIR%%/inst/build_pcgi.pyc -%%ZOPEBASEDIR%%/inst/compilezpy.py -%%ZOPEBASEDIR%%/inst/compilezpy.pyc -%%ZOPEBASEDIR%%/inst/default_content.py -%%ZOPEBASEDIR%%/inst/default_content.pyc -%%ZOPEBASEDIR%%/inst/do.py -%%ZOPEBASEDIR%%/inst/do.pyc -%%ZOPEBASEDIR%%/inst/make_resource.py -%%ZOPEBASEDIR%%/inst/make_resource.pyc -%%ZOPEBASEDIR%%/inst/make_start.py -%%ZOPEBASEDIR%%/inst/make_start.pyc -%%ZOPEBASEDIR%%/lib/Components/BTree/BTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/IIBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/IOBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/OIBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/Setup -%%ZOPEBASEDIR%%/lib/Components/BTree/intSet.c -%%ZOPEBASEDIR%%/lib/Components/BTree/intSet.h -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Acquisition.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Acquisition.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/COPYRIGHT.txt -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ComputedAttribute.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ComputedAttribute.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ComputedAttribute.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ExtensionClass.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ExtensionClass.h -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ExtensionClass.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Installation -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/MethodObject.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Missing.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/MultiMapping.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/MultiMapping.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/README -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Record.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Setup -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Sync.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ThreadLock.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Xaq.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Xaq.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/index.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/release.fl -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/release.notes -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/release.sh -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_MultiMapping.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_MultiMapping.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_Sync.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_Sync.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_ThreadLock.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_ThreadLock.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_acquisition.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_acquisition.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_add.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_add.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_binding.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_binding.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_explicit_acquisition.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_explicit_acquisition.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_func_attr.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_func_attr.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_method_hook.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_method_hook.pyc -%%ZOPEBASEDIR%%/lib/Components/cPickle/PyErr_Format.h -%%ZOPEBASEDIR%%/lib/Components/cPickle/Setup -%%ZOPEBASEDIR%%/lib/Components/cPickle/cPickle.c -%%ZOPEBASEDIR%%/lib/Components/cPickle/cPickle.stx -%%ZOPEBASEDIR%%/lib/Components/cPickle/cStringIO.c -%%ZOPEBASEDIR%%/lib/Components/cPickle/cStringIO.h -%%ZOPEBASEDIR%%/lib/Components/cPickle/copy_reg.py -%%ZOPEBASEDIR%%/lib/Components/cPickle/copy_reg.pyc -%%ZOPEBASEDIR%%/lib/Components/cPickle/release.fl -%%ZOPEBASEDIR%%/lib/Components/cPickle/release.sh -%%ZOPEBASEDIR%%/lib/Components/zlib/Setup -%%ZOPEBASEDIR%%/lib/Components/zlib/adler32.c -%%ZOPEBASEDIR%%/lib/Components/zlib/compress.c -%%ZOPEBASEDIR%%/lib/Components/zlib/config.c -%%ZOPEBASEDIR%%/lib/Components/zlib/crc32.c -%%ZOPEBASEDIR%%/lib/Components/zlib/deflate.c -%%ZOPEBASEDIR%%/lib/Components/zlib/deflate.h -%%ZOPEBASEDIR%%/lib/Components/zlib/gzio.c -%%ZOPEBASEDIR%%/lib/Components/zlib/infblock.c -%%ZOPEBASEDIR%%/lib/Components/zlib/infblock.h -%%ZOPEBASEDIR%%/lib/Components/zlib/infcodes.c -%%ZOPEBASEDIR%%/lib/Components/zlib/infcodes.h -%%ZOPEBASEDIR%%/lib/Components/zlib/inffast.c -%%ZOPEBASEDIR%%/lib/Components/zlib/inffast.h -%%ZOPEBASEDIR%%/lib/Components/zlib/inflate.c -%%ZOPEBASEDIR%%/lib/Components/zlib/inftrees.c -%%ZOPEBASEDIR%%/lib/Components/zlib/inftrees.h -%%ZOPEBASEDIR%%/lib/Components/zlib/infutil.c -%%ZOPEBASEDIR%%/lib/Components/zlib/infutil.h -%%ZOPEBASEDIR%%/lib/Components/zlib/trees.c -%%ZOPEBASEDIR%%/lib/Components/zlib/uncompr.c -%%ZOPEBASEDIR%%/lib/Components/zlib/zconf.h -%%ZOPEBASEDIR%%/lib/Components/zlib/zlib.c -%%ZOPEBASEDIR%%/lib/Components/zlib/zlib.h -%%ZOPEBASEDIR%%/lib/Components/zlib/zlib104_tar.gz -%%ZOPEBASEDIR%%/lib/Components/zlib/zutil.c -%%ZOPEBASEDIR%%/lib/Components/zlib/zutil.h -%%ZOPEBASEDIR%%/lib/python/.cvsignore -%%ZOPEBASEDIR%%/lib/python/AccessControl/AccessControl.txt -%%ZOPEBASEDIR%%/lib/python/AccessControl/AuthEncoding.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/AuthEncoding.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Permission.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/Permission.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionMapping.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionMapping.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionRole.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionRole.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Role.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/Role.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Setup -%%ZOPEBASEDIR%%/lib/python/AccessControl/User.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/User.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/access.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/acquiredEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/addUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/editLocalRoles.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/editUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/listLocalRoles.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/mainUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/methodAccess.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/permissionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/roleEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/www/AccessControl_icon.gif -%%ZOPEBASEDIR%%/lib/python/AccessControl/www/User_icon.gif -%%ZOPEBASEDIR%%/lib/python/Acquisition.so -%%ZOPEBASEDIR%%/lib/python/App/ApplicationManager.py -%%ZOPEBASEDIR%%/lib/python/App/ApplicationManager.pyc -%%ZOPEBASEDIR%%/lib/python/App/CacheManager.py -%%ZOPEBASEDIR%%/lib/python/App/CacheManager.pyc -%%ZOPEBASEDIR%%/lib/python/App/Common.py -%%ZOPEBASEDIR%%/lib/python/App/Common.pyc -%%ZOPEBASEDIR%%/lib/python/App/Dialogs.py -%%ZOPEBASEDIR%%/lib/python/App/Dialogs.pyc -%%ZOPEBASEDIR%%/lib/python/App/Extensions.py -%%ZOPEBASEDIR%%/lib/python/App/Extensions.pyc -%%ZOPEBASEDIR%%/lib/python/App/Factory.py -%%ZOPEBASEDIR%%/lib/python/App/Factory.pyc -%%ZOPEBASEDIR%%/lib/python/App/FactoryDispatcher.py -%%ZOPEBASEDIR%%/lib/python/App/FactoryDispatcher.pyc -%%ZOPEBASEDIR%%/lib/python/App/FindHomes.py -%%ZOPEBASEDIR%%/lib/python/App/FindHomes.pyc -%%ZOPEBASEDIR%%/lib/python/App/ImageFile.py -%%ZOPEBASEDIR%%/lib/python/App/ImageFile.pyc -%%ZOPEBASEDIR%%/lib/python/App/Management.py -%%ZOPEBASEDIR%%/lib/python/App/Management.pyc -%%ZOPEBASEDIR%%/lib/python/App/Permission.py -%%ZOPEBASEDIR%%/lib/python/App/Permission.pyc -%%ZOPEBASEDIR%%/lib/python/App/PersistentExtra.py -%%ZOPEBASEDIR%%/lib/python/App/PersistentExtra.pyc -%%ZOPEBASEDIR%%/lib/python/App/Product.py -%%ZOPEBASEDIR%%/lib/python/App/Product.pyc -%%ZOPEBASEDIR%%/lib/python/App/ProductContext.py -%%ZOPEBASEDIR%%/lib/python/App/ProductContext.pyc -%%ZOPEBASEDIR%%/lib/python/App/ProductRegistry.py -%%ZOPEBASEDIR%%/lib/python/App/ProductRegistry.pyc -%%ZOPEBASEDIR%%/lib/python/App/Undo.py -%%ZOPEBASEDIR%%/lib/python/App/Undo.pyc -%%ZOPEBASEDIR%%/lib/python/App/__init__.py -%%ZOPEBASEDIR%%/lib/python/App/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/App/addFactory.dtml -%%ZOPEBASEDIR%%/lib/python/App/addPermission.dtml -%%ZOPEBASEDIR%%/lib/python/App/addProduct.dtml -%%ZOPEBASEDIR%%/lib/python/App/cacheGC.dtml -%%ZOPEBASEDIR%%/lib/python/App/cacheParameters.dtml -%%ZOPEBASEDIR%%/lib/python/App/class_init.py -%%ZOPEBASEDIR%%/lib/python/App/class_init.pyc -%%ZOPEBASEDIR%%/lib/python/App/copyright.dtml -%%ZOPEBASEDIR%%/lib/python/App/cpContents.dtml -%%ZOPEBASEDIR%%/lib/python/App/dbMain.dtml -%%ZOPEBASEDIR%%/lib/python/App/debug.dtml -%%ZOPEBASEDIR%%/lib/python/App/distributionView.dtml -%%ZOPEBASEDIR%%/lib/python/App/editFactory.dtml -%%ZOPEBASEDIR%%/lib/python/App/editPermission.dtml -%%ZOPEBASEDIR%%/lib/python/App/manage.dtml -%%ZOPEBASEDIR%%/lib/python/App/manage_tabs.dtml -%%ZOPEBASEDIR%%/lib/python/App/menu.dtml -%%ZOPEBASEDIR%%/lib/python/App/profile.dtml -%%ZOPEBASEDIR%%/lib/python/App/readme.dtml -%%ZOPEBASEDIR%%/lib/python/App/special_dtml.py -%%ZOPEBASEDIR%%/lib/python/App/special_dtml.pyc -%%ZOPEBASEDIR%%/lib/python/App/tar.py -%%ZOPEBASEDIR%%/lib/python/App/tar.pyc -%%ZOPEBASEDIR%%/lib/python/App/traceback.dtml -%%ZOPEBASEDIR%%/lib/python/App/undo.dtml -%%ZOPEBASEDIR%%/lib/python/App/versionManager.dtml -%%ZOPEBASEDIR%%/lib/python/App/version_txt.py -%%ZOPEBASEDIR%%/lib/python/App/version_txt.pyc -%%ZOPEBASEDIR%%/lib/python/App/www/CacheManager_icon.gif -%%ZOPEBASEDIR%%/lib/python/App/www/PythonPoweredSmall.gif -%%ZOPEBASEDIR%%/lib/python/App/www/arrow.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/background.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/border.gif -%%ZOPEBASEDIR%%/lib/python/App/www/brokenProduct.gif -%%ZOPEBASEDIR%%/lib/python/App/www/cpSystem.gif -%%ZOPEBASEDIR%%/lib/python/App/www/dbManage.gif -%%ZOPEBASEDIR%%/lib/python/App/www/factory.gif -%%ZOPEBASEDIR%%/lib/python/App/www/help.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/installedProduct.gif -%%ZOPEBASEDIR%%/lib/python/App/www/logo.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/ltab.gif -%%ZOPEBASEDIR%%/lib/python/App/www/permission.gif -%%ZOPEBASEDIR%%/lib/python/App/www/product.gif -%%ZOPEBASEDIR%%/lib/python/App/www/productFolder.gif -%%ZOPEBASEDIR%%/lib/python/App/www/properties.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/rtab.gif -%%ZOPEBASEDIR%%/lib/python/App/www/sp.gif -%%ZOPEBASEDIR%%/lib/python/App/www/undo_icon.gif -%%ZOPEBASEDIR%%/lib/python/App/www/vManage.gif -%%ZOPEBASEDIR%%/lib/python/App/www/z_button.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/zope_button.jpg -%%ZOPEBASEDIR%%/lib/python/BTree.so -%%ZOPEBASEDIR%%/lib/python/ComputedAttribute.so -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.html -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.py -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.pyc -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTimeZone.py -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTimeZone.pyc -%%ZOPEBASEDIR%%/lib/python/DateTime/Setup -%%ZOPEBASEDIR%%/lib/python/DateTime/__init__.py -%%ZOPEBASEDIR%%/lib/python/DateTime/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/.cvsignore -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_HTML.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_HTML.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_If.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_If.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_In.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_In.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_InSV.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_InSV.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Let.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Let.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Raise.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Raise.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Return.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Return.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_String.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_String.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Try.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Try.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_UI.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_UI.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Util.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Util.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Var.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Var.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_With.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_With.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtest.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtest.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtestExpr.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtestExpr.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtest_basicIn.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtest_basicIn.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DocumentTemplate.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DocumentTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Let.stx -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Makefile -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Setup -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/VSEval.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/VSEval.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/__init__.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/cDocumentTemplate.c -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/cDocumentTemplate.so -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/config.c -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/gparse.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/gparse.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/gparse_test.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/gparse_test.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/pDocumentTemplate.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/pDocumentTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/release.fl -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/release.sh -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sedscript -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/ts_regex.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/ts_regex.pyc -%%ZOPEBASEDIR%%/lib/python/ExportImportXML.py -%%ZOPEBASEDIR%%/lib/python/ExportImportXML.pyc -%%ZOPEBASEDIR%%/lib/python/ExtensionClass.so -%%ZOPEBASEDIR%%/lib/python/Globals.py -%%ZOPEBASEDIR%%/lib/python/Globals.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpSys.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpSys.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpUtil.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpUtil.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/ObjectRef.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/ObjectRef.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/__init__.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/helpsys.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/helpsys_main.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/helpsys_menu.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_cbook.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_darrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_dnode.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_larrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_obook.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_rarrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_uarrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/objectitem.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/objectref.dtml -%%ZOPEBASEDIR%%/lib/python/IIBTree.so -%%ZOPEBASEDIR%%/lib/python/IOBTree.so -%%ZOPEBASEDIR%%/lib/python/ImageFile.py -%%ZOPEBASEDIR%%/lib/python/ImageFile.pyc -%%ZOPEBASEDIR%%/lib/python/LOG.py -%%ZOPEBASEDIR%%/lib/python/LOG.pyc -%%ZOPEBASEDIR%%/lib/python/Main.py -%%ZOPEBASEDIR%%/lib/python/Main.pyc -%%ZOPEBASEDIR%%/lib/python/Makefile -%%ZOPEBASEDIR%%/lib/python/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/MethodObject.so -%%ZOPEBASEDIR%%/lib/python/Missing.so -%%ZOPEBASEDIR%%/lib/python/MultiMapping.so -%%ZOPEBASEDIR%%/lib/python/OFS/Application.py -%%ZOPEBASEDIR%%/lib/python/OFS/Application.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/CopySupport.py -%%ZOPEBASEDIR%%/lib/python/OFS/CopySupport.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLDocument.py -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLDocument.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLMethod.py -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLMethod.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Document.py -%%ZOPEBASEDIR%%/lib/python/OFS/Document.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/FTPInterface.py -%%ZOPEBASEDIR%%/lib/python/OFS/FTPInterface.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/FindSupport.py -%%ZOPEBASEDIR%%/lib/python/OFS/FindSupport.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Folder.py -%%ZOPEBASEDIR%%/lib/python/OFS/Folder.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Image.py -%%ZOPEBASEDIR%%/lib/python/OFS/Image.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Moniker.py -%%ZOPEBASEDIR%%/lib/python/OFS/Moniker.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/ObjectManager.py -%%ZOPEBASEDIR%%/lib/python/OFS/ObjectManager.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/PropertyManager.py -%%ZOPEBASEDIR%%/lib/python/OFS/PropertyManager.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/PropertySheets.py -%%ZOPEBASEDIR%%/lib/python/OFS/PropertySheets.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/SimpleItem.py -%%ZOPEBASEDIR%%/lib/python/OFS/SimpleItem.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Uninstalled.py -%%ZOPEBASEDIR%%/lib/python/OFS/Uninstalled.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/ZDOM.py -%%ZOPEBASEDIR%%/lib/python/OFS/ZDOM.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/__init__.py -%%ZOPEBASEDIR%%/lib/python/OFS/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/brokenEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/content_types.py -%%ZOPEBASEDIR%%/lib/python/OFS/content_types.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/documentAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/documentEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/documentProxy.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/documentUpload.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/editedDialog.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/fileEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findAdv.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findForm.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findFrame.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findResult.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/folderAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/imageAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/imageEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/imageUpload.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/imageView.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/importExport.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/main.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/methodAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/misc_.py -%%ZOPEBASEDIR%%/lib/python/OFS/misc_.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/pasteDialog.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/properties.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/propertysheets.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/rPickle.py -%%ZOPEBASEDIR%%/lib/python/OFS/rPickle.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/renameForm.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/www/ControlPanel_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/Help_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/Properties_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/UpFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/broken.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/check.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/locked.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/modified.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/new.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/properties.jpg -%%ZOPEBASEDIR%%/lib/python/OIBTree.so -%%ZOPEBASEDIR%%/lib/python/Persistence.py -%%ZOPEBASEDIR%%/lib/python/Persistence.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/ExternalMethod.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/ExternalMethod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/extmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/methodAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/methodEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/www/function.gif -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/MIMETag.py -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/MIMETag.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/MailHost.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/MailHost.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/SendMailTag.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/SendMailTag.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/Setup -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/addMailHost_form.dtml -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/manageMailHost.dtml -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/release/MailHost-1.0.1.rn -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/release/MailHost-1.1.0.rn -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/sample/Setup -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/www/MailHost_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Draft.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Draft.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Session.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Session.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Setup -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Version.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Version.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/draftAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/draftApprove.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/File_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/Folder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/Image_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/UserFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/draft.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/dtmldoc.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/dtmlmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/version.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/version.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/versionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/versionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/versionEnd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwareness.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwareness.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Lazy.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Lazy.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/addZCatalog.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogAddRowForm.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogFind.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogIndexes.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogSchema.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogStatus.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogView.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/editCatalogerForm.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/www/ZCatalog.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DA.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DA.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DABase.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DABase.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/Setup -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/browse.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/connectionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/connectionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/db.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/db.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/COPYRIGHT -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DLispShort.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DLispShort.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DumbLispGen.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DumbLispGen.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/SQLTESTG.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/SQLTESTG.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfSQL.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfclient.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfclient.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfdb0.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfdb0.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gffaq.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfinstall.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfinstall.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfintrospect.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfintrospect.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfrecover.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfserve.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfserve.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfsocket.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfsocket.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfstest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfstest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gftest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gftest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/idl.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/idl.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/index.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParseBuild.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParseBuild.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParser.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParser.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjSet.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjSet.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjbuckets0.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjbuckets0.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjpylint.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjpylint.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kwParsing.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/pygram.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/pygram.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/relalg.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/relalg.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/remotetest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/remotetest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/server.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sql.mar -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlbind.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlbind.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgen.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgen.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgram.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgram.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgtest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgtest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlmod.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlmod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlsem.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlsem.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlwhere.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlwhere.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/bin.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/date.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/datetime.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/field.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/float.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/int.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/stable.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/table.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/text.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/time.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/view.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/what.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/table_info.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/table_menu.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/tables.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/SQL.py -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/SQL.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/Setup -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/add.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/edit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/sqlmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Record.so -%%ZOPEBASEDIR%%/lib/python/SearchIndex/.cvsignore -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Index.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Index.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Lexicon.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Lexicon.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Makefile -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Query.c -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Query.so -%%ZOPEBASEDIR%%/lib/python/SearchIndex/ResultList.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/ResultList.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Setup -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Splitter.c -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Splitter.so -%%ZOPEBASEDIR%%/lib/python/SearchIndex/TextIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/TextIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnKeywordIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnKeywordIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnTextIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnTextIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/config.c -%%ZOPEBASEDIR%%/lib/python/SearchIndex/sedscript -%%ZOPEBASEDIR%%/lib/python/Setup -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Aqueduct.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Aqueduct.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Connection.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Connection.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/DA.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/DA.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/RDB.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/RDB.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Results.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Results.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Search.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Search.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/THUNK.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/THUNK.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/TM.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/TM.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/advanced.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/connectionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/connectionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/connectionStatus.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/connectionTestForm.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/customDefaultReport.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dbi_db.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dbi_db.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/searchAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlgroup.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlgroup.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqltest.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqltest.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlvar.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlvar.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/www/DBAdapterFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/www/DBAdapter_icon.gif -%%ZOPEBASEDIR%%/lib/python/Shared/DC/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/ppml.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/ppml.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Makefile -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/README -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Setup -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Setup.in -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/_checkversion.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/_checkversion.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/config.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/MPL-1_0.html -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/Makefile -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/expat.html -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/expat.mak -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/hashtable.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/hashtable.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/xmlparse.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/xmlparse.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/asciitab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/dllmain.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/iasciitab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/latin1tab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/nametab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/utf8tab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmldef.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmlrole.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmlrole.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_impl.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_impl.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_ns.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.prj -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.prj.exp -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.so -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpattest.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpattest.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/sedscript -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xmllib.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xmllib.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xyap.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xyap.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/MML.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/MML.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/StructuredText.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/StructuredText.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/__init__.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/.cvsignore -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Acquisition.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Acquisition.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/ExtensionClass.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/ExtensionClass.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/MultiMapping.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/MultiMapping.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/index.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/index.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/regress -%%ZOPEBASEDIR%%/lib/python/Sync.so -%%ZOPEBASEDIR%%/lib/python/ThreadLock.so -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/TreeTag.py -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/TreeTag.pyc -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/__init__.py -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Blank_icon.gif -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Minus_icon.gif -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Plus_icon.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/Basic.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Basic.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/Method.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Method.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ObjectManager.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ObjectManager.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/Property.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Property.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClass.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClass.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClassOwner.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClassOwner.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/addCommonSheet.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/addIcon.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/addPropertyInterface.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/addZClass.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/class.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/classPermissions.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/contents.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/itemProp.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/methods.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/propertysheets.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/subobjects.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/views.dtml -%%ZOPEBASEDIR%%/lib/python/ZODB/.cvsignore -%%ZOPEBASEDIR%%/lib/python/ZODB/BaseStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/BaseStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Connection.py -%%ZOPEBASEDIR%%/lib/python/ZODB/Connection.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/DB.py -%%ZOPEBASEDIR%%/lib/python/ZODB/DB.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/DemoStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/DemoStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/ExportImport.py -%%ZOPEBASEDIR%%/lib/python/ZODB/ExportImport.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/FileStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/FileStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Makefile -%%ZOPEBASEDIR%%/lib/python/ZODB/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/ZODB/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/ZODB/MappingStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/MappingStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/POSException.py -%%ZOPEBASEDIR%%/lib/python/ZODB/POSException.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentMapping.py -%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentMapping.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Setup -%%ZOPEBASEDIR%%/lib/python/ZODB/TimeStamp.c -%%ZOPEBASEDIR%%/lib/python/ZODB/TimeStamp.so -%%ZOPEBASEDIR%%/lib/python/ZODB/TmpStore.py -%%ZOPEBASEDIR%%/lib/python/ZODB/TmpStore.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Transaction.py -%%ZOPEBASEDIR%%/lib/python/ZODB/Transaction.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/ZApplication.py -%%ZOPEBASEDIR%%/lib/python/ZODB/ZApplication.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZODB/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/bpthread.py -%%ZOPEBASEDIR%%/lib/python/ZODB/bpthread.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.c -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.h -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.so -%%ZOPEBASEDIR%%/lib/python/ZODB/cPickle.so -%%ZOPEBASEDIR%%/lib/python/ZODB/cPickleCache.c -%%ZOPEBASEDIR%%/lib/python/ZODB/cPickleCache.so -%%ZOPEBASEDIR%%/lib/python/ZODB/config.c -%%ZOPEBASEDIR%%/lib/python/ZODB/conversionhack.py -%%ZOPEBASEDIR%%/lib/python/ZODB/conversionhack.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/coptimizations.c -%%ZOPEBASEDIR%%/lib/python/ZODB/coptimizations.so -%%ZOPEBASEDIR%%/lib/python/ZODB/dbmStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/dbmStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/lock_file.py -%%ZOPEBASEDIR%%/lib/python/ZODB/lock_file.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/referencesf.py -%%ZOPEBASEDIR%%/lib/python/ZODB/referencesf.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/sedscript -%%ZOPEBASEDIR%%/lib/python/ZODB/utils.py -%%ZOPEBASEDIR%%/lib/python/ZODB/utils.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/winlock.c -%%ZOPEBASEDIR%%/lib/python/ZODB/winlock.so -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseRequest.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseRequest.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseResponse.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseResponse.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Client.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Client.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Converters.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Converters.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRequest.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRequest.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPResponse.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPResponse.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Publish.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Publish.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Request.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Request.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Response.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Response.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Test.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Test.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/cgi.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/cgi.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/mapply.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/mapply.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/maybe_lock.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/maybe_lock.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/xmlrpc.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/xmlrpc.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ClassFactory.py -%%ZOPEBASEDIR%%/lib/python/Zope/ClassFactory.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/FileLogger.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/FileLogger.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/ZLogger.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/ZLogger.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/__init__.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/stupidFileLogger.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/stupidFileLogger.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/syslog.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/syslog.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/syslogLogger.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/syslogLogger.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/__init__.py -%%ZOPEBASEDIR%%/lib/python/Zope/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/cPickle.so -%%ZOPEBASEDIR%%/lib/python/cStringIO.so -%%ZOPEBASEDIR%%/lib/python/config.c -%%ZOPEBASEDIR%%/lib/python/dcdb.py -%%ZOPEBASEDIR%%/lib/python/dcdb.pyc -%%ZOPEBASEDIR%%/lib/python/intSet.so -%%ZOPEBASEDIR%%/lib/python/sedscript -%%ZOPEBASEDIR%%/lib/python/ts_regex.py -%%ZOPEBASEDIR%%/lib/python/ts_regex.pyc -%%ZOPEBASEDIR%%/lib/python/version.txt -%%ZOPEBASEDIR%%/lib/python/webdav/Collection.py -%%ZOPEBASEDIR%%/lib/python/webdav/Collection.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/NullResource.py -%%ZOPEBASEDIR%%/lib/python/webdav/NullResource.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/Resource.py -%%ZOPEBASEDIR%%/lib/python/webdav/Resource.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/__init__.py -%%ZOPEBASEDIR%%/lib/python/webdav/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/client.py -%%ZOPEBASEDIR%%/lib/python/webdav/client.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/common.py -%%ZOPEBASEDIR%%/lib/python/webdav/common.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/davcmds.py -%%ZOPEBASEDIR%%/lib/python/webdav/davcmds.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/xmltools.py -%%ZOPEBASEDIR%%/lib/python/webdav/xmltools.pyc -%%ZOPEBASEDIR%%/lib/python/xmlrpclib.py -%%ZOPEBASEDIR%%/lib/python/xmlrpclib.pyc -%%ZOPEBASEDIR%%/lib/python/zLOG.py -%%ZOPEBASEDIR%%/lib/python/zLOG.pyc -%%ZOPEBASEDIR%%/lib/python/zdaemon.py -%%ZOPEBASEDIR%%/lib/python/zdaemon.pyc -%%ZOPEBASEDIR%%/lib/python/zlib.so -%%ZOPEBASEDIR%%/pcgi/.cvsignore -%%ZOPEBASEDIR%%/pcgi/Example/pcgitest -%%ZOPEBASEDIR%%/pcgi/Example/pcgitime.py -%%ZOPEBASEDIR%%/pcgi/Example/pcgitime.pyc -%%ZOPEBASEDIR%%/pcgi/Makefile -%%ZOPEBASEDIR%%/pcgi/Makefile.in -%%ZOPEBASEDIR%%/pcgi/MrCreosote/README.MrCreosote -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.c -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.h -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.py -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.pyc -%%ZOPEBASEDIR%%/pcgi/README -%%ZOPEBASEDIR%%/pcgi/Test/.cvsignore -%%ZOPEBASEDIR%%/pcgi/Test/README.parseinfo -%%ZOPEBASEDIR%%/pcgi/Test/parseinfo -%%ZOPEBASEDIR%%/pcgi/Test/parseinfo.o -%%ZOPEBASEDIR%%/pcgi/Test/pcgi-wrapper.o -%%ZOPEBASEDIR%%/pcgi/Util/README -%%ZOPEBASEDIR%%/pcgi/Util/killpcgi.py -%%ZOPEBASEDIR%%/pcgi/Util/killpcgi.pyc -%%ZOPEBASEDIR%%/pcgi/Util/pcgifile.py -%%ZOPEBASEDIR%%/pcgi/Util/pcgifile.pyc -%%ZOPEBASEDIR%%/pcgi/Win32/Makefile.nt -%%ZOPEBASEDIR%%/pcgi/Win32/README.NT -%%ZOPEBASEDIR%%/pcgi/Win32/parseinfo.exe -%%ZOPEBASEDIR%%/pcgi/Win32/pcgi-wrapper.exe -%%ZOPEBASEDIR%%/pcgi/config.cache -%%ZOPEBASEDIR%%/pcgi/config.h.in -%%ZOPEBASEDIR%%/pcgi/config.log -%%ZOPEBASEDIR%%/pcgi/config.status -%%ZOPEBASEDIR%%/pcgi/configure -%%ZOPEBASEDIR%%/pcgi/configure.in -%%ZOPEBASEDIR%%/pcgi/install-sh -%%ZOPEBASEDIR%%/pcgi/manifest -%%ZOPEBASEDIR%%/pcgi/parseinfo.c -%%ZOPEBASEDIR%%/pcgi/parseinfo.o -%%ZOPEBASEDIR%%/pcgi/pcgi-wrapper.c -%%ZOPEBASEDIR%%/pcgi/pcgi-wrapper.o -%%ZOPEBASEDIR%%/pcgi/pcgi.h -%%ZOPEBASEDIR%%/pcgi/pcgi_publisher.py -%%ZOPEBASEDIR%%/pcgi/pcgi_publisher.pyc -%%ZOPEBASEDIR%%/start -%%ZOPEBASEDIR%%/stop -%%ZOPEBASEDIR%%/utilities/FS.py -%%ZOPEBASEDIR%%/utilities/FS.pyc -%%ZOPEBASEDIR%%/utilities/README.txt -%%ZOPEBASEDIR%%/utilities/bbb.py -%%ZOPEBASEDIR%%/utilities/bbb.pyc -%%ZOPEBASEDIR%%/utilities/fixbbbts.py -%%ZOPEBASEDIR%%/utilities/fixbbbts.pyc -%%ZOPEBASEDIR%%/utilities/load_site.py -%%ZOPEBASEDIR%%/utilities/load_site.pyc -%%ZOPEBASEDIR%%/var/.cvsignore -%%ZOPEBASEDIR%%/w_pcgi.py -%%ZOPEBASEDIR%%/w_pcgi.pyc -%%ZOPEBASEDIR%%/wo_pcgi.py -%%ZOPEBASEDIR%%/wo_pcgi.pyc -%%ZOPEBASEDIR%%/z2.py -%%ZOPEBASEDIR%%/z2.pyc -%%ZOPEBASEDIR%%/zpasswd.py -%%ZOPEBASEDIR%%/zpasswd.pyc -@dirrm %%ZOPEBASEDIR%%/ZServer/PubCore -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa -@dirrm %%ZOPEBASEDIR%%/ZServer -@dirrm %%ZOPEBASEDIR%%/doc/PLATFORMS -@dirrm %%ZOPEBASEDIR%%/doc -@dirrm %%ZOPEBASEDIR%%/inst -@dirrm %%ZOPEBASEDIR%%/lib/Components/BTree -@dirrm %%ZOPEBASEDIR%%/lib/Components/ExtensionClass -@dirrm %%ZOPEBASEDIR%%/lib/Components/cPickle -@dirrm %%ZOPEBASEDIR%%/lib/Components/zlib -@dirrm %%ZOPEBASEDIR%%/lib/Components -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/www -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl -@dirrm %%ZOPEBASEDIR%%/lib/python/App/www -@dirrm %%ZOPEBASEDIR%%/lib/python/App -@dirrm %%ZOPEBASEDIR%%/lib/python/DateTime -@dirrm %%ZOPEBASEDIR%%/lib/python/DocumentTemplate -@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys/images -@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS/www -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MIMETools -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/release -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/sample -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP/images -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods -@dirrm %%ZOPEBASEDIR%%/lib/python/Products -@dirrm %%ZOPEBASEDIR%%/lib/python/SearchIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared -@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText/regressions -@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText -@dirrm %%ZOPEBASEDIR%%/lib/python/TreeDisplay/www -@dirrm %%ZOPEBASEDIR%%/lib/python/TreeDisplay -@dirrm %%ZOPEBASEDIR%%/lib/python/ZClasses -@dirrm %%ZOPEBASEDIR%%/lib/python/ZODB -@dirrm %%ZOPEBASEDIR%%/lib/python/ZPublisher -@dirrm %%ZOPEBASEDIR%%/lib/python/Zope/ZLogger -@dirrm %%ZOPEBASEDIR%%/lib/python/Zope -@dirrm %%ZOPEBASEDIR%%/lib/python/webdav -@dirrm %%ZOPEBASEDIR%%/lib/python -@dirrm %%ZOPEBASEDIR%%/lib -@dirrm %%ZOPEBASEDIR%%/pcgi/Example -@dirrm %%ZOPEBASEDIR%%/pcgi/MrCreosote -@dirrm %%ZOPEBASEDIR%%/pcgi/Test -@dirrm %%ZOPEBASEDIR%%/pcgi/Util -@dirrm %%ZOPEBASEDIR%%/pcgi/Win32 -@dirrm %%ZOPEBASEDIR%%/pcgi -@dirrm %%ZOPEBASEDIR%%/utilities -@unexec mv -f %D/%%ZOPEBASEDIR%%/var/Data.fs /tmp/Data.fs.bak -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Data.fs.in -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Data.fs.lock -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Data.fs.tmp -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Z2.log -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Z2.pid -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/pcgi.log -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/pcgi.pid -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/pcgi.soc -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/zProcessManager.pid -@dirrm %%ZOPEBASEDIR%%/var -@dirrm %%ZOPEBASEDIR%% diff --git a/www/zope29/Makefile b/www/zope29/Makefile deleted file mode 100644 index b534d914845e..000000000000 --- a/www/zope29/Makefile +++ /dev/null @@ -1,84 +0,0 @@ -# New ports collection makefile for: Zope -# Date created: Sat 21 Aug 1999 -# Whom: Peter Cornelius <pcc@gmx.net> -# -# $FreeBSD$ -# - -PORTNAME= zope -PORTVERSION= 2.1.6 -CATEGORIES= www python -MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/ -DISTNAME= Zope-${PORTVERSION}-src -EXTRACT_SUFX= .tgz - -MAINTAINER= thomas@hentschel.net - -BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python -RUN_DEPENDS= ${LOCALBASE}/sbin/apache:${PORTSDIR}/www/apache13-modssl - -# Build has to be done in the final location after installing the sources -# there. It were a major action to fix all paths otherwise. -do-build: # empty, but needs to be there for the python dependency. - -# The web server's "root" directory used to be ${PREFIX}/www, and from -# then on, data, cgi-bin and such. Thus, I decided that Zope belongs -# there, too. I don't know whether this still applies to current apache -# releases, though. I still run 2.2.8-STABLE. -PLIST_SUB= ZOPEBASEDIR=www/Zope-${PORTVERSION} CGIBINDIR=share/apache/cgi-bin VERSION=${PORTVERSION} -WEBBASEDIR?= ${PREFIX}/www -ZOPEBASEDIR?= ${WEBBASEDIR}/Zope-${PORTVERSION} -CGI_BIN_DIR?= ${PREFIX}/share/apache/cgi-bin -APACHE_CONFDIR?= ${PREFIX}/etc/apache -PYTHON15?= ${PREFIX}/bin/python1.5 - -# I decided to consider the whole souce tree to be part of the package -# since in there, Zope can live on its own. It does leave some *.o files -# around (about four), but I can use Zope's own building mechanism. -do-install: # - @if [ -e ${ZOPEBASEDIR}/var/Data.fs ] ; then \ - ${ECHO} "Saving existing Database to /tmp/Data.fs.BAK." ; \ - ${MV} ${ZOPEBASEDIR}/var/Data.fs /tmp/Data.fs.BAK ; \ - fi - @( ${MKDIR} ${ZOPEBASEDIR} ; \ - ${ECHO} "===> Please be patient, some builds need their time." ; \ - ${ECHO} "===> Copying..." ; \ - ${CP} -Rp ${WRKSRC}/* ${ZOPEBASEDIR}/ ; \ - cd ${ZOPEBASEDIR} ; \ - ${PYTHON15} w_pcgi.py ; \ - ${PYTHON15} wo_pcgi.py ; \ - ${MV} Zope.cgi Zope.cgi.orig ; \ - ${ECHO} "#! ${CGI_BIN_DIR}/pcgi-wrapper" > Zope.cgi ; \ - ${CAT} Zope.cgi.orig >> Zope.cgi ; \ - ${INSTALL} -o nobody -m 555 Zope.cgi pcgi/pcgi-wrapper ${CGI_BIN_DIR} ; \ - ${ECHO} "===> Fixing permissions of Zope's own var directory..." ; \ - ${CHMOD} ugo+rwt var ; \ - ${CHOWN} nobody var ; \ - ${CHOWN} nobody var/* ; \ - ${ECHO} "===> Setting user/password to zopemaster/test..." ; \ - ${PYTHON15} zpasswd.py -u zopemaster -p test -e CLEARTEXT access ; \ - ${CHOWN} nobody access; \ - ${ECHO} "===> Copying Apache config file changes to ${APACHE_CONFDIR}/apache.conf.Zope-Changes." ; \ - ${CP} -p ${FILESDIR}/apache.conf.Zope-Changes ${APACHE_CONFDIR}/ ; \ - ${ECHO} "===> Please have a look at this file and the instructions" ; \ - ${ECHO} "===> therein and incorporate them to your apache.conf." ; \ - ${ECHO} "===> Creating rc startup file for Zope-${PORTVERSION}..." ; \ - ${ECHO} "#! /bin/sh" > ${PREFIX}/etc/rc.d/zope.sh ; \ - ${ECHO} "${ZOPEBASEDIR}/start -w '' -f '' -m '' -p ${CGI_BIN_DIR}/Zope.cgi &" >> ${PREFIX}/etc/rc.d/zope.sh ; \ - ${ECHO} "echo -n \" Zope\"" >> ${PREFIX}/etc/rc.d/zope.sh ; \ - ${CHMOD} ug+x,o-rwx ${PREFIX}/etc/rc.d/zope.sh ; \ - ${ECHO} "===> Done with ${PREFIX}/etc/rc.d/zope.sh." ; \ - ${CAT} ${FILESDIR}/Message ; \ - ${ECHO} "===> Your Zope base directory is ${ZOPEBASEDIR}." ; \ - ${ECHO} "===> The Zope license is in ${ZOPEBASEDIR}/LICENSE.txt." ; \ - ${ECHO} "===> For Apache changes see ${APACHE_CONFDIR}/apache.conf.Zope-Changes." ; \ - ${ECHO} "===> Zope.cgi and pcgi-wrapper live in ${CGI_BIN_DIR}." ) - -#pre-deinstall: # Save Database contents. I expect /tmp to have sufficient -# # space to hold it for the time being. -# @if [ -e ${ZOPEBASEDIR}/var/Data.fs ] ; then \ -# ${ECHO} "Saving existing Database to /tmp/Data.fs.bak." ; \ -# ${MV} ${ZOPEBASEDIR}/var/Data.fs /tmp/Data.fs.bak ; \ -# fi - -.include <bsd.port.mk> diff --git a/www/zope29/distinfo b/www/zope29/distinfo deleted file mode 100644 index 803145f03910..000000000000 --- a/www/zope29/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Zope-2.1.6-src.tgz) = 6ec4320afd6925c24f9f1b5cd7c4d7c5 diff --git a/www/zope29/files/CREDITS b/www/zope29/files/CREDITS deleted file mode 100644 index c84974c8005c..000000000000 --- a/www/zope29/files/CREDITS +++ /dev/null @@ -1,6 +0,0 @@ -Special thanks to (in no particular order): - -- The Zope makers: Digital Creations. -- The Python Group -- Olaf Erb -- Andreas Ley diff --git a/www/zope29/files/Message b/www/zope29/files/Message deleted file mode 100644 index 54fc163809f9..000000000000 --- a/www/zope29/files/Message +++ /dev/null @@ -1,57 +0,0 @@ - -Welcome to Zope. - -The basic installation process for FreeBSD now has been done. To have a -quick look, cd to your Zope base directory (see below) and start Zope -with: - -./start -w <web port> -f <ftp port> - -where <web port> is the port where to http-access Zope with your browser -(try http://localhost:<web port>). It defaults to 80. <ftp-port> is the -same thing for ftp (upload) access, it defaults to 21. Obviously, you will -have to specify these if you already use these ports. The user/password -pair for access to the management screens has been preset to -zopemaster/test, respectively. - -PLEASE NOTE that the above only is for a quick check only, BUT IT WILL -LEAVE YOUR ZOPE PROCESS WIDE OPEN TO HACKING SINCE THERE'S NO SECURITY -WHATSOEVER. Therefore, PLEASE do incorporate the suggested changes (see -below) to your apache-SSL web server and only start Zope WITHOUT ANY open -<web port> or <ftp port>. This can be done, also from the Zope base dir, -by: - -./start -w '' -f '' -m '' -p <path to Zope.cgi>/Zope.cgi - -where <path to Zope.cgi> is the (full) path to where Zope.cgi lives (see -below). There now also should be a file in ${PREFIX}/etc/rc.d/ (most -probably /usr/local/etc/rc.d/) named zope.sh that does the startup for you -after a reboot. - -Also, it might be a good idea now to change the password. You can do that -with (again, in the Zope base directory): - -python zpasswd.py -u <username> -p <passwd> -e CLEARTEXT access - -The -e CLEARTEXT presently is *mandatory*, otherwise authentication -through apache will not work. - -You will probably already have gone through Apache's ssl certificate -generation process. If not, please do so now, if you don't already have a -certificate. If only a few well known people will have access to your -management screens, a self-signed one probably will suffice. Please refer -to the Apache and the Apache-SSL documentation for further information. -Use a sufficiently "long" key. Don't forget the https://... when trying to -access the management pages. - -Apache will communicate with Zope through the so-called persistent cgi -interface (aka pcgi). There's links to more information on the Zope web -site at http://www.zope.org. Also, this is the best (and only) source of -help end information on Zope itself. - -Zope is Copyrighted (C) by Digital Creations. All rights reserved. -Please thouroughly read the license (see below) before employing Zope. - -Good business, Peter Cornelius. <pcc@gmx.net> - -Please remember these files and directories: diff --git a/www/zope29/files/apache.conf.Zope-Changes b/www/zope29/files/apache.conf.Zope-Changes deleted file mode 100644 index f1d28a1a82e0..000000000000 --- a/www/zope29/files/apache.conf.Zope-Changes +++ /dev/null @@ -1,48 +0,0 @@ -# *** *** *** -# ------------------- -# Zope Configuration. -# ------------------- -# -# IMPORTANT: In order for SSL access to work, copy the part between the -# lines with the nine asterisks * to your SSL virtual host section, too! -# -# This rule adds the trailing slash if omitted. So, we will have it for -# all subsequent rules -RewriteEngine on -RewriteRule ^/Zope$ /Zope/ [R] -# -# Zope requires the authentication headers to be passed to it if it is -# called through the cgi of another web server (like apache). An "easy" -# way to do so is to do a little mod_rewrite'ing. See doc/WEBSERVER.txt in -# your Zope base directory for further information. -# -# This maps maps /Zope/ to the Zope.cgi CGI script. -RewriteCond %{HTTP:Authorization} ^(.*) -RewriteRule ^/Zope/(.*) /usr/local/www/cgi-bin/Zope.cgi/$1 [env=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l] -# -# *** *** *** -# -# Also, Zope, in spite of some fussing about "security", totally ignores -# the man in the middle. So, all contacts to Zope management screens are -# made to require SSL. -# -<LocationMatch "/Zope/(.*)manage(.*)"> - SSLRequireSSL -</LocationMatch> -# -<LocationMatch "/cgi-bin/Zope.cgi(.*)manage(.*)"> - SSLRequireSSL -</LocationMatch> -# -# One final notice: If you can't get working your authentication with Zope -# check if the access file in the Zope base directory (maybe this is -# /usr/local/www/Zope or the like) contains a CLEARTEXT password. If -# encryption there is set to SHA, to my knowledge, authentication does not -# work. Try `python zpasswd.py -u zopemaster -p test -e CLEARTEXT access` -# (in the Zope base dir). This sets the required username/passwd pair to -# zopemaster/test respectively and stores them as CLEARTEXT password. -# Don't forget the proper access restrictions to this file if you have -# user access to the file system that it is stored on. -# -# End of Zope configuration section. - diff --git a/www/zope29/pkg-comment b/www/zope29/pkg-comment deleted file mode 100644 index 2ec945641141..000000000000 --- a/www/zope29/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An object-based web application platform with database access diff --git a/www/zope29/pkg-descr b/www/zope29/pkg-descr deleted file mode 100644 index 4ca688518ba5..000000000000 --- a/www/zope29/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -"Zope is an exciting new object-based, open source web application -platform. It allows you to build powerful and dynamic web applications -easily. Zope comes with source code and is friendly to developers as -well as users. -Zope is distinguished by its integrated object database which, when -combined with a revolutionary object model, provides a completely unique -facility for servicing content managers and web application developers." - -Here are some of the "headlines" mentioned in the features list at -http://www.zope.org:8080/Information/Features : - -Database Integration Content Management - SQL and HTML in Harmony Builtin Objects - Multiple Data Sources Document Templates - Publish Databases Web to Objects -Application Development Integrated Object Database - DTML Scripting Managed Through the Web - External Methods Direct URL Access to Objects - -This is a "beta" release. It seems to work quite stable, but no guarantee -given. - Peter Cornelius <pcc@gmx.net> - -WWW: http://www.zope.org/ diff --git a/www/zope29/pkg-plist b/www/zope29/pkg-plist deleted file mode 100644 index caceb33826af..000000000000 --- a/www/zope29/pkg-plist +++ /dev/null @@ -1,1124 +0,0 @@ -etc/apache/apache.conf.Zope-Changes -etc/rc.d/zope.sh -%%CGIBINDIR%%/Zope.cgi -%%CGIBINDIR%%/pcgi-wrapper -%%ZOPEBASEDIR%%/LICENSE.txt -%%ZOPEBASEDIR%%/README.txt -%%ZOPEBASEDIR%%/ZServer/DebugLogger.py -%%ZOPEBASEDIR%%/ZServer/DebugLogger.pyc -%%ZOPEBASEDIR%%/ZServer/FCGIServer.py -%%ZOPEBASEDIR%%/ZServer/FCGIServer.pyc -%%ZOPEBASEDIR%%/ZServer/FTPRequest.py -%%ZOPEBASEDIR%%/ZServer/FTPRequest.pyc -%%ZOPEBASEDIR%%/ZServer/FTPResponse.py -%%ZOPEBASEDIR%%/ZServer/FTPResponse.pyc -%%ZOPEBASEDIR%%/ZServer/FTPServer.py -%%ZOPEBASEDIR%%/ZServer/FTPServer.pyc -%%ZOPEBASEDIR%%/ZServer/HTTPResponse.py -%%ZOPEBASEDIR%%/ZServer/HTTPResponse.pyc -%%ZOPEBASEDIR%%/ZServer/HTTPServer.py -%%ZOPEBASEDIR%%/ZServer/HTTPServer.pyc -%%ZOPEBASEDIR%%/ZServer/INSTALL.txt -%%ZOPEBASEDIR%%/ZServer/PCGIServer.py -%%ZOPEBASEDIR%%/ZServer/PCGIServer.pyc -%%ZOPEBASEDIR%%/ZServer/Producers.py -%%ZOPEBASEDIR%%/ZServer/Producers.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZEvent.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZEvent.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZRendezvous.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZRendezvous.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/ZServerPublisher.py -%%ZOPEBASEDIR%%/ZServer/PubCore/ZServerPublisher.pyc -%%ZOPEBASEDIR%%/ZServer/PubCore/__init__.py -%%ZOPEBASEDIR%%/ZServer/PubCore/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/README.txt -%%ZOPEBASEDIR%%/ZServer/ZService.py -%%ZOPEBASEDIR%%/ZServer/ZService.pyc -%%ZOPEBASEDIR%%/ZServer/__init__.py -%%ZOPEBASEDIR%%/ZServer/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/__init__.py -%%ZOPEBASEDIR%%/ZServer/medusa/__init__.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/asynchat.py -%%ZOPEBASEDIR%%/ZServer/medusa/asynchat.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/asyncore.py -%%ZOPEBASEDIR%%/ZServer/medusa/asyncore.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/counter.py -%%ZOPEBASEDIR%%/ZServer/medusa/counter.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/default_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/default_handler.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/filesys.py -%%ZOPEBASEDIR%%/ZServer/medusa/filesys.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/ftp_server.py -%%ZOPEBASEDIR%%/ZServer/medusa/ftp_server.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/http_date.py -%%ZOPEBASEDIR%%/ZServer/medusa/http_date.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/http_server.py -%%ZOPEBASEDIR%%/ZServer/medusa/http_server.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/logger.py -%%ZOPEBASEDIR%%/ZServer/medusa/logger.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/m_syslog.py -%%ZOPEBASEDIR%%/ZServer/medusa/m_syslog.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/max_sockets.py -%%ZOPEBASEDIR%%/ZServer/medusa/max_sockets.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/medusa_gif.py -%%ZOPEBASEDIR%%/ZServer/medusa/medusa_gif.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/mime_type_table.py -%%ZOPEBASEDIR%%/ZServer/medusa/mime_type_table.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client_win32.py -%%ZOPEBASEDIR%%/ZServer/medusa/monitor_client_win32.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/producers.py -%%ZOPEBASEDIR%%/ZServer/medusa/producers.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/resolver.py -%%ZOPEBASEDIR%%/ZServer/medusa/resolver.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/select_trigger.py -%%ZOPEBASEDIR%%/ZServer/medusa/select_trigger.pyc -%%ZOPEBASEDIR%%/ZServer/medusa/status_handler.py -%%ZOPEBASEDIR%%/ZServer/medusa/status_handler.pyc -%%ZOPEBASEDIR%%/Zope.cgi.orig -%%ZOPEBASEDIR%%/access -%%ZOPEBASEDIR%%/doc/CHANGES.txt -%%ZOPEBASEDIR%%/doc/CREDITS.txt -%%ZOPEBASEDIR%%/doc/DEBUGGING.txt -%%ZOPEBASEDIR%%/doc/FAQ.txt -%%ZOPEBASEDIR%%/doc/INSTALL.txt -%%ZOPEBASEDIR%%/doc/LOGGING.txt -%%ZOPEBASEDIR%%/doc/PLATFORMS/AIX.txt -%%ZOPEBASEDIR%%/doc/PLATFORMS/README.txt -%%ZOPEBASEDIR%%/doc/SECURITY.txt -%%ZOPEBASEDIR%%/doc/WEBSERVER.txt -%%ZOPEBASEDIR%%/doc/ZODB.txt -%%ZOPEBASEDIR%%/inst/binary_install.py -%%ZOPEBASEDIR%%/inst/binary_install.pyc -%%ZOPEBASEDIR%%/inst/build_extensions.py -%%ZOPEBASEDIR%%/inst/build_extensions.pyc -%%ZOPEBASEDIR%%/inst/build_pcgi.py -%%ZOPEBASEDIR%%/inst/build_pcgi.pyc -%%ZOPEBASEDIR%%/inst/compilezpy.py -%%ZOPEBASEDIR%%/inst/compilezpy.pyc -%%ZOPEBASEDIR%%/inst/default_content.py -%%ZOPEBASEDIR%%/inst/default_content.pyc -%%ZOPEBASEDIR%%/inst/do.py -%%ZOPEBASEDIR%%/inst/do.pyc -%%ZOPEBASEDIR%%/inst/make_resource.py -%%ZOPEBASEDIR%%/inst/make_resource.pyc -%%ZOPEBASEDIR%%/inst/make_start.py -%%ZOPEBASEDIR%%/inst/make_start.pyc -%%ZOPEBASEDIR%%/lib/Components/BTree/BTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/IIBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/IOBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/OIBTree.c -%%ZOPEBASEDIR%%/lib/Components/BTree/Setup -%%ZOPEBASEDIR%%/lib/Components/BTree/intSet.c -%%ZOPEBASEDIR%%/lib/Components/BTree/intSet.h -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Acquisition.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Acquisition.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/COPYRIGHT.txt -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ComputedAttribute.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ComputedAttribute.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ComputedAttribute.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ExtensionClass.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ExtensionClass.h -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ExtensionClass.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Installation -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/MethodObject.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Missing.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/MultiMapping.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/MultiMapping.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/README -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Record.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Setup -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Sync.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/ThreadLock.c -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Xaq.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Xaq.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/index.stx -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/release.fl -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/release.notes -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/release.sh -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_MultiMapping.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_MultiMapping.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_Sync.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_Sync.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_ThreadLock.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_ThreadLock.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_acquisition.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_acquisition.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_add.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_add.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_binding.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_binding.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_explicit_acquisition.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_explicit_acquisition.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_func_attr.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_func_attr.pyc -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_method_hook.py -%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test_method_hook.pyc -%%ZOPEBASEDIR%%/lib/Components/cPickle/PyErr_Format.h -%%ZOPEBASEDIR%%/lib/Components/cPickle/Setup -%%ZOPEBASEDIR%%/lib/Components/cPickle/cPickle.c -%%ZOPEBASEDIR%%/lib/Components/cPickle/cPickle.stx -%%ZOPEBASEDIR%%/lib/Components/cPickle/cStringIO.c -%%ZOPEBASEDIR%%/lib/Components/cPickle/cStringIO.h -%%ZOPEBASEDIR%%/lib/Components/cPickle/copy_reg.py -%%ZOPEBASEDIR%%/lib/Components/cPickle/copy_reg.pyc -%%ZOPEBASEDIR%%/lib/Components/cPickle/release.fl -%%ZOPEBASEDIR%%/lib/Components/cPickle/release.sh -%%ZOPEBASEDIR%%/lib/Components/zlib/Setup -%%ZOPEBASEDIR%%/lib/Components/zlib/adler32.c -%%ZOPEBASEDIR%%/lib/Components/zlib/compress.c -%%ZOPEBASEDIR%%/lib/Components/zlib/config.c -%%ZOPEBASEDIR%%/lib/Components/zlib/crc32.c -%%ZOPEBASEDIR%%/lib/Components/zlib/deflate.c -%%ZOPEBASEDIR%%/lib/Components/zlib/deflate.h -%%ZOPEBASEDIR%%/lib/Components/zlib/gzio.c -%%ZOPEBASEDIR%%/lib/Components/zlib/infblock.c -%%ZOPEBASEDIR%%/lib/Components/zlib/infblock.h -%%ZOPEBASEDIR%%/lib/Components/zlib/infcodes.c -%%ZOPEBASEDIR%%/lib/Components/zlib/infcodes.h -%%ZOPEBASEDIR%%/lib/Components/zlib/inffast.c -%%ZOPEBASEDIR%%/lib/Components/zlib/inffast.h -%%ZOPEBASEDIR%%/lib/Components/zlib/inflate.c -%%ZOPEBASEDIR%%/lib/Components/zlib/inftrees.c -%%ZOPEBASEDIR%%/lib/Components/zlib/inftrees.h -%%ZOPEBASEDIR%%/lib/Components/zlib/infutil.c -%%ZOPEBASEDIR%%/lib/Components/zlib/infutil.h -%%ZOPEBASEDIR%%/lib/Components/zlib/trees.c -%%ZOPEBASEDIR%%/lib/Components/zlib/uncompr.c -%%ZOPEBASEDIR%%/lib/Components/zlib/zconf.h -%%ZOPEBASEDIR%%/lib/Components/zlib/zlib.c -%%ZOPEBASEDIR%%/lib/Components/zlib/zlib.h -%%ZOPEBASEDIR%%/lib/Components/zlib/zlib104_tar.gz -%%ZOPEBASEDIR%%/lib/Components/zlib/zutil.c -%%ZOPEBASEDIR%%/lib/Components/zlib/zutil.h -%%ZOPEBASEDIR%%/lib/python/.cvsignore -%%ZOPEBASEDIR%%/lib/python/AccessControl/AccessControl.txt -%%ZOPEBASEDIR%%/lib/python/AccessControl/AuthEncoding.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/AuthEncoding.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Permission.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/Permission.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionMapping.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionMapping.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionRole.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionRole.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Role.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/Role.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/Setup -%%ZOPEBASEDIR%%/lib/python/AccessControl/User.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/User.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/__init__.py -%%ZOPEBASEDIR%%/lib/python/AccessControl/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/AccessControl/access.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/acquiredEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/addUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/editLocalRoles.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/editUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/listLocalRoles.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/mainUser.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/methodAccess.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/permissionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/roleEdit.dtml -%%ZOPEBASEDIR%%/lib/python/AccessControl/www/AccessControl_icon.gif -%%ZOPEBASEDIR%%/lib/python/AccessControl/www/User_icon.gif -%%ZOPEBASEDIR%%/lib/python/Acquisition.so -%%ZOPEBASEDIR%%/lib/python/App/ApplicationManager.py -%%ZOPEBASEDIR%%/lib/python/App/ApplicationManager.pyc -%%ZOPEBASEDIR%%/lib/python/App/CacheManager.py -%%ZOPEBASEDIR%%/lib/python/App/CacheManager.pyc -%%ZOPEBASEDIR%%/lib/python/App/Common.py -%%ZOPEBASEDIR%%/lib/python/App/Common.pyc -%%ZOPEBASEDIR%%/lib/python/App/Dialogs.py -%%ZOPEBASEDIR%%/lib/python/App/Dialogs.pyc -%%ZOPEBASEDIR%%/lib/python/App/Extensions.py -%%ZOPEBASEDIR%%/lib/python/App/Extensions.pyc -%%ZOPEBASEDIR%%/lib/python/App/Factory.py -%%ZOPEBASEDIR%%/lib/python/App/Factory.pyc -%%ZOPEBASEDIR%%/lib/python/App/FactoryDispatcher.py -%%ZOPEBASEDIR%%/lib/python/App/FactoryDispatcher.pyc -%%ZOPEBASEDIR%%/lib/python/App/FindHomes.py -%%ZOPEBASEDIR%%/lib/python/App/FindHomes.pyc -%%ZOPEBASEDIR%%/lib/python/App/ImageFile.py -%%ZOPEBASEDIR%%/lib/python/App/ImageFile.pyc -%%ZOPEBASEDIR%%/lib/python/App/Management.py -%%ZOPEBASEDIR%%/lib/python/App/Management.pyc -%%ZOPEBASEDIR%%/lib/python/App/Permission.py -%%ZOPEBASEDIR%%/lib/python/App/Permission.pyc -%%ZOPEBASEDIR%%/lib/python/App/PersistentExtra.py -%%ZOPEBASEDIR%%/lib/python/App/PersistentExtra.pyc -%%ZOPEBASEDIR%%/lib/python/App/Product.py -%%ZOPEBASEDIR%%/lib/python/App/Product.pyc -%%ZOPEBASEDIR%%/lib/python/App/ProductContext.py -%%ZOPEBASEDIR%%/lib/python/App/ProductContext.pyc -%%ZOPEBASEDIR%%/lib/python/App/ProductRegistry.py -%%ZOPEBASEDIR%%/lib/python/App/ProductRegistry.pyc -%%ZOPEBASEDIR%%/lib/python/App/Undo.py -%%ZOPEBASEDIR%%/lib/python/App/Undo.pyc -%%ZOPEBASEDIR%%/lib/python/App/__init__.py -%%ZOPEBASEDIR%%/lib/python/App/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/App/addFactory.dtml -%%ZOPEBASEDIR%%/lib/python/App/addPermission.dtml -%%ZOPEBASEDIR%%/lib/python/App/addProduct.dtml -%%ZOPEBASEDIR%%/lib/python/App/cacheGC.dtml -%%ZOPEBASEDIR%%/lib/python/App/cacheParameters.dtml -%%ZOPEBASEDIR%%/lib/python/App/class_init.py -%%ZOPEBASEDIR%%/lib/python/App/class_init.pyc -%%ZOPEBASEDIR%%/lib/python/App/copyright.dtml -%%ZOPEBASEDIR%%/lib/python/App/cpContents.dtml -%%ZOPEBASEDIR%%/lib/python/App/dbMain.dtml -%%ZOPEBASEDIR%%/lib/python/App/debug.dtml -%%ZOPEBASEDIR%%/lib/python/App/distributionView.dtml -%%ZOPEBASEDIR%%/lib/python/App/editFactory.dtml -%%ZOPEBASEDIR%%/lib/python/App/editPermission.dtml -%%ZOPEBASEDIR%%/lib/python/App/manage.dtml -%%ZOPEBASEDIR%%/lib/python/App/manage_tabs.dtml -%%ZOPEBASEDIR%%/lib/python/App/menu.dtml -%%ZOPEBASEDIR%%/lib/python/App/profile.dtml -%%ZOPEBASEDIR%%/lib/python/App/readme.dtml -%%ZOPEBASEDIR%%/lib/python/App/special_dtml.py -%%ZOPEBASEDIR%%/lib/python/App/special_dtml.pyc -%%ZOPEBASEDIR%%/lib/python/App/tar.py -%%ZOPEBASEDIR%%/lib/python/App/tar.pyc -%%ZOPEBASEDIR%%/lib/python/App/traceback.dtml -%%ZOPEBASEDIR%%/lib/python/App/undo.dtml -%%ZOPEBASEDIR%%/lib/python/App/versionManager.dtml -%%ZOPEBASEDIR%%/lib/python/App/version_txt.py -%%ZOPEBASEDIR%%/lib/python/App/version_txt.pyc -%%ZOPEBASEDIR%%/lib/python/App/www/CacheManager_icon.gif -%%ZOPEBASEDIR%%/lib/python/App/www/PythonPoweredSmall.gif -%%ZOPEBASEDIR%%/lib/python/App/www/arrow.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/background.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/border.gif -%%ZOPEBASEDIR%%/lib/python/App/www/brokenProduct.gif -%%ZOPEBASEDIR%%/lib/python/App/www/cpSystem.gif -%%ZOPEBASEDIR%%/lib/python/App/www/dbManage.gif -%%ZOPEBASEDIR%%/lib/python/App/www/factory.gif -%%ZOPEBASEDIR%%/lib/python/App/www/help.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/installedProduct.gif -%%ZOPEBASEDIR%%/lib/python/App/www/logo.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/ltab.gif -%%ZOPEBASEDIR%%/lib/python/App/www/permission.gif -%%ZOPEBASEDIR%%/lib/python/App/www/product.gif -%%ZOPEBASEDIR%%/lib/python/App/www/productFolder.gif -%%ZOPEBASEDIR%%/lib/python/App/www/properties.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/rtab.gif -%%ZOPEBASEDIR%%/lib/python/App/www/sp.gif -%%ZOPEBASEDIR%%/lib/python/App/www/undo_icon.gif -%%ZOPEBASEDIR%%/lib/python/App/www/vManage.gif -%%ZOPEBASEDIR%%/lib/python/App/www/z_button.jpg -%%ZOPEBASEDIR%%/lib/python/App/www/zope_button.jpg -%%ZOPEBASEDIR%%/lib/python/BTree.so -%%ZOPEBASEDIR%%/lib/python/ComputedAttribute.so -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.html -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.py -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.pyc -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTimeZone.py -%%ZOPEBASEDIR%%/lib/python/DateTime/DateTimeZone.pyc -%%ZOPEBASEDIR%%/lib/python/DateTime/Setup -%%ZOPEBASEDIR%%/lib/python/DateTime/__init__.py -%%ZOPEBASEDIR%%/lib/python/DateTime/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/.cvsignore -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_HTML.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_HTML.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_If.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_If.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_In.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_In.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_InSV.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_InSV.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Let.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Let.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Raise.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Raise.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Return.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Return.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_String.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_String.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Try.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Try.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_UI.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_UI.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Util.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Util.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Var.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Var.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_With.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_With.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtest.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtest.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtestExpr.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtestExpr.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtest_basicIn.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtest_basicIn.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DocumentTemplate.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DocumentTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Let.stx -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Makefile -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Setup -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/VSEval.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/VSEval.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/__init__.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/cDocumentTemplate.c -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/cDocumentTemplate.so -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/config.c -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/gparse.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/gparse.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/gparse_test.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/gparse_test.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/pDocumentTemplate.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/pDocumentTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/release.fl -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/release.sh -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sedscript -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/ts_regex.py -%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/ts_regex.pyc -%%ZOPEBASEDIR%%/lib/python/ExportImportXML.py -%%ZOPEBASEDIR%%/lib/python/ExportImportXML.pyc -%%ZOPEBASEDIR%%/lib/python/ExtensionClass.so -%%ZOPEBASEDIR%%/lib/python/Globals.py -%%ZOPEBASEDIR%%/lib/python/Globals.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpSys.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpSys.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpUtil.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpUtil.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/ObjectRef.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/ObjectRef.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/__init__.py -%%ZOPEBASEDIR%%/lib/python/HelpSys/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/HelpSys/helpsys.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/helpsys_main.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/helpsys_menu.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_cbook.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_darrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_dnode.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_larrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_obook.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_rarrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_uarrow.gif -%%ZOPEBASEDIR%%/lib/python/HelpSys/objectitem.dtml -%%ZOPEBASEDIR%%/lib/python/HelpSys/objectref.dtml -%%ZOPEBASEDIR%%/lib/python/IIBTree.so -%%ZOPEBASEDIR%%/lib/python/IOBTree.so -%%ZOPEBASEDIR%%/lib/python/ImageFile.py -%%ZOPEBASEDIR%%/lib/python/ImageFile.pyc -%%ZOPEBASEDIR%%/lib/python/LOG.py -%%ZOPEBASEDIR%%/lib/python/LOG.pyc -%%ZOPEBASEDIR%%/lib/python/Main.py -%%ZOPEBASEDIR%%/lib/python/Main.pyc -%%ZOPEBASEDIR%%/lib/python/Makefile -%%ZOPEBASEDIR%%/lib/python/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/MethodObject.so -%%ZOPEBASEDIR%%/lib/python/Missing.so -%%ZOPEBASEDIR%%/lib/python/MultiMapping.so -%%ZOPEBASEDIR%%/lib/python/OFS/Application.py -%%ZOPEBASEDIR%%/lib/python/OFS/Application.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/CopySupport.py -%%ZOPEBASEDIR%%/lib/python/OFS/CopySupport.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLDocument.py -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLDocument.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLMethod.py -%%ZOPEBASEDIR%%/lib/python/OFS/DTMLMethod.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Document.py -%%ZOPEBASEDIR%%/lib/python/OFS/Document.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/FTPInterface.py -%%ZOPEBASEDIR%%/lib/python/OFS/FTPInterface.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/FindSupport.py -%%ZOPEBASEDIR%%/lib/python/OFS/FindSupport.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Folder.py -%%ZOPEBASEDIR%%/lib/python/OFS/Folder.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Image.py -%%ZOPEBASEDIR%%/lib/python/OFS/Image.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Moniker.py -%%ZOPEBASEDIR%%/lib/python/OFS/Moniker.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/ObjectManager.py -%%ZOPEBASEDIR%%/lib/python/OFS/ObjectManager.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/PropertyManager.py -%%ZOPEBASEDIR%%/lib/python/OFS/PropertyManager.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/PropertySheets.py -%%ZOPEBASEDIR%%/lib/python/OFS/PropertySheets.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/SimpleItem.py -%%ZOPEBASEDIR%%/lib/python/OFS/SimpleItem.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/Uninstalled.py -%%ZOPEBASEDIR%%/lib/python/OFS/Uninstalled.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/ZDOM.py -%%ZOPEBASEDIR%%/lib/python/OFS/ZDOM.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/__init__.py -%%ZOPEBASEDIR%%/lib/python/OFS/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/brokenEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/content_types.py -%%ZOPEBASEDIR%%/lib/python/OFS/content_types.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/documentAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/documentEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/documentProxy.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/documentUpload.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/editedDialog.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/fileEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findAdv.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findForm.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findFrame.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/findResult.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/folderAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/imageAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/imageEdit.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/imageUpload.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/imageView.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/importExport.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/main.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/methodAdd.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/misc_.py -%%ZOPEBASEDIR%%/lib/python/OFS/misc_.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/pasteDialog.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/properties.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/propertysheets.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/rPickle.py -%%ZOPEBASEDIR%%/lib/python/OFS/rPickle.pyc -%%ZOPEBASEDIR%%/lib/python/OFS/renameForm.dtml -%%ZOPEBASEDIR%%/lib/python/OFS/www/ControlPanel_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/Help_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/Properties_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/UpFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/broken.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/check.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/locked.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/modified.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/new.gif -%%ZOPEBASEDIR%%/lib/python/OFS/www/properties.jpg -%%ZOPEBASEDIR%%/lib/python/OIBTree.so -%%ZOPEBASEDIR%%/lib/python/Persistence.py -%%ZOPEBASEDIR%%/lib/python/Persistence.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/ExternalMethod.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/ExternalMethod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/extmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/methodAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/methodEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/www/function.gif -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/MIMETag.py -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/MIMETag.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/MailHost.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/MailHost.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/SendMailTag.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/SendMailTag.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/Setup -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/addMailHost_form.dtml -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/manageMailHost.dtml -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/release/MailHost-1.0.1.rn -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/release/MailHost-1.1.0.rn -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/sample/Setup -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/MailHost/www/MailHost_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Draft.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Draft.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Session.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Session.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Setup -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Version.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Version.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/draftAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/draftApprove.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/File_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/Folder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/Image_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/UserFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/draft.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/dtmldoc.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/dtmlmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/version.gif -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/version.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/versionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/versionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/OFSP/versionEnd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwareness.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwareness.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Lazy.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Lazy.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/addZCatalog.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogAddRowForm.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogFind.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogIndexes.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogSchema.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogStatus.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/catalogView.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/editCatalogerForm.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/www/ZCatalog.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DA.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DA.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DABase.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DABase.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/Setup -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/browse.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/connectionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/connectionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/db.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/db.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/COPYRIGHT -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DLispShort.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DLispShort.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DumbLispGen.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DumbLispGen.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/SQLTESTG.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/SQLTESTG.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfSQL.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfclient.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfclient.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfdb0.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfdb0.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gffaq.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfinstall.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfinstall.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfintrospect.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfintrospect.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfrecover.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfserve.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfserve.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfsocket.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfsocket.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfstest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfstest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gftest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gftest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/idl.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/idl.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/index.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParseBuild.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParseBuild.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParser.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParser.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjSet.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjSet.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjbuckets0.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjbuckets0.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjpylint.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjpylint.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kwParsing.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/pygram.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/pygram.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/relalg.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/relalg.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/remotetest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/remotetest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/server.html -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sql.mar -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlbind.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlbind.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgen.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgen.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgram.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgram.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgtest.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgtest.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlmod.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlmod.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlsem.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlsem.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlwhere.py -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlwhere.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/bin.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/date.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/datetime.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/field.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/float.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/int.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/stable.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/table.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/text.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/time.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/view.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/what.gif -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/table_info.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/table_menu.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/tables.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/SQL.py -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/SQL.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/Setup -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/add.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/edit.dtml -%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/sqlmethod.gif -%%ZOPEBASEDIR%%/lib/python/Products/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Record.so -%%ZOPEBASEDIR%%/lib/python/SearchIndex/.cvsignore -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Index.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Index.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Lexicon.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Lexicon.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Makefile -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Query.c -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Query.so -%%ZOPEBASEDIR%%/lib/python/SearchIndex/ResultList.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/ResultList.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Setup -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Splitter.c -%%ZOPEBASEDIR%%/lib/python/SearchIndex/Splitter.so -%%ZOPEBASEDIR%%/lib/python/SearchIndex/TextIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/TextIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnKeywordIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnKeywordIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnTextIndex.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnTextIndex.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/__init__.py -%%ZOPEBASEDIR%%/lib/python/SearchIndex/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/SearchIndex/config.c -%%ZOPEBASEDIR%%/lib/python/SearchIndex/sedscript -%%ZOPEBASEDIR%%/lib/python/Setup -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Aqueduct.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Aqueduct.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Connection.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Connection.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/DA.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/DA.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/RDB.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/RDB.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Results.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Results.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Search.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Search.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/THUNK.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/THUNK.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/TM.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/TM.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/advanced.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/connectionAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/connectionEdit.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/connectionStatus.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/connectionTestForm.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/customDefaultReport.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dbi_db.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dbi_db.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/searchAdd.dtml -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlgroup.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlgroup.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqltest.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqltest.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlvar.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlvar.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/www/DBAdapterFolder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/www/DBAdapter_icon.gif -%%ZOPEBASEDIR%%/lib/python/Shared/DC/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/ppml.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/ppml.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/.cvsignore -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Makefile -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/README -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Setup -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Setup.in -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/_checkversion.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/_checkversion.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/config.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/MPL-1_0.html -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/Makefile -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/expat.html -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/expat.mak -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/hashtable.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/hashtable.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/xmlparse.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/xmlparse.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/asciitab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/dllmain.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/iasciitab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/latin1tab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/nametab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/utf8tab.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmldef.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmlrole.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmlrole.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_impl.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_impl.h -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_ns.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.c -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.prj -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.prj.exp -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.so -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpattest.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpattest.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/sedscript -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xmllib.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xmllib.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xyap.py -%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xyap.pyc -%%ZOPEBASEDIR%%/lib/python/Shared/__init__.py -%%ZOPEBASEDIR%%/lib/python/Shared/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/MML.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/MML.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/StructuredText.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/StructuredText.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/__init__.py -%%ZOPEBASEDIR%%/lib/python/StructuredText/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/.cvsignore -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Acquisition.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Acquisition.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/ExtensionClass.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/ExtensionClass.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/MultiMapping.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/MultiMapping.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/index.ref -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/index.stx -%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/regress -%%ZOPEBASEDIR%%/lib/python/Sync.so -%%ZOPEBASEDIR%%/lib/python/ThreadLock.so -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/TreeTag.py -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/TreeTag.pyc -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/__init__.py -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Blank_icon.gif -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Minus_icon.gif -%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Plus_icon.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/Basic.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Basic.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/Method.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Method.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ObjectManager.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ObjectManager.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/Property.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/Property.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClass.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClass.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClassOwner.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClassOwner.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZClasses/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZClasses/addCommonSheet.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/addIcon.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/addPropertyInterface.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/addZClass.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/class.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/classPermissions.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/contents.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/itemProp.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/methods.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/propertysheets.gif -%%ZOPEBASEDIR%%/lib/python/ZClasses/subobjects.dtml -%%ZOPEBASEDIR%%/lib/python/ZClasses/views.dtml -%%ZOPEBASEDIR%%/lib/python/ZODB/.cvsignore -%%ZOPEBASEDIR%%/lib/python/ZODB/BaseStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/BaseStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Connection.py -%%ZOPEBASEDIR%%/lib/python/ZODB/Connection.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/DB.py -%%ZOPEBASEDIR%%/lib/python/ZODB/DB.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/DemoStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/DemoStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/ExportImport.py -%%ZOPEBASEDIR%%/lib/python/ZODB/ExportImport.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/FileStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/FileStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Makefile -%%ZOPEBASEDIR%%/lib/python/ZODB/Makefile.pre -%%ZOPEBASEDIR%%/lib/python/ZODB/Makefile.pre.in -%%ZOPEBASEDIR%%/lib/python/ZODB/MappingStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/MappingStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/POSException.py -%%ZOPEBASEDIR%%/lib/python/ZODB/POSException.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentMapping.py -%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentMapping.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Setup -%%ZOPEBASEDIR%%/lib/python/ZODB/TimeStamp.c -%%ZOPEBASEDIR%%/lib/python/ZODB/TimeStamp.so -%%ZOPEBASEDIR%%/lib/python/ZODB/TmpStore.py -%%ZOPEBASEDIR%%/lib/python/ZODB/TmpStore.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/Transaction.py -%%ZOPEBASEDIR%%/lib/python/ZODB/Transaction.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/ZApplication.py -%%ZOPEBASEDIR%%/lib/python/ZODB/ZApplication.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZODB/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/bpthread.py -%%ZOPEBASEDIR%%/lib/python/ZODB/bpthread.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.c -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.h -%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.so -%%ZOPEBASEDIR%%/lib/python/ZODB/cPickle.so -%%ZOPEBASEDIR%%/lib/python/ZODB/cPickleCache.c -%%ZOPEBASEDIR%%/lib/python/ZODB/cPickleCache.so -%%ZOPEBASEDIR%%/lib/python/ZODB/config.c -%%ZOPEBASEDIR%%/lib/python/ZODB/conversionhack.py -%%ZOPEBASEDIR%%/lib/python/ZODB/conversionhack.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/coptimizations.c -%%ZOPEBASEDIR%%/lib/python/ZODB/coptimizations.so -%%ZOPEBASEDIR%%/lib/python/ZODB/dbmStorage.py -%%ZOPEBASEDIR%%/lib/python/ZODB/dbmStorage.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/lock_file.py -%%ZOPEBASEDIR%%/lib/python/ZODB/lock_file.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/referencesf.py -%%ZOPEBASEDIR%%/lib/python/ZODB/referencesf.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/sedscript -%%ZOPEBASEDIR%%/lib/python/ZODB/utils.py -%%ZOPEBASEDIR%%/lib/python/ZODB/utils.pyc -%%ZOPEBASEDIR%%/lib/python/ZODB/winlock.c -%%ZOPEBASEDIR%%/lib/python/ZODB/winlock.so -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseRequest.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseRequest.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseResponse.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseResponse.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Client.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Client.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Converters.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Converters.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRequest.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRequest.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPResponse.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPResponse.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Publish.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Publish.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Request.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Request.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Response.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Response.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Test.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/Test.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/cgi.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/cgi.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/mapply.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/mapply.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/maybe_lock.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/maybe_lock.pyc -%%ZOPEBASEDIR%%/lib/python/ZPublisher/xmlrpc.py -%%ZOPEBASEDIR%%/lib/python/ZPublisher/xmlrpc.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ClassFactory.py -%%ZOPEBASEDIR%%/lib/python/Zope/ClassFactory.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/FileLogger.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/FileLogger.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/ZLogger.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/ZLogger.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/__init__.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/stupidFileLogger.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/stupidFileLogger.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/syslog.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/syslog.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/syslogLogger.py -%%ZOPEBASEDIR%%/lib/python/Zope/ZLogger/syslogLogger.pyc -%%ZOPEBASEDIR%%/lib/python/Zope/__init__.py -%%ZOPEBASEDIR%%/lib/python/Zope/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/cPickle.so -%%ZOPEBASEDIR%%/lib/python/cStringIO.so -%%ZOPEBASEDIR%%/lib/python/config.c -%%ZOPEBASEDIR%%/lib/python/dcdb.py -%%ZOPEBASEDIR%%/lib/python/dcdb.pyc -%%ZOPEBASEDIR%%/lib/python/intSet.so -%%ZOPEBASEDIR%%/lib/python/sedscript -%%ZOPEBASEDIR%%/lib/python/ts_regex.py -%%ZOPEBASEDIR%%/lib/python/ts_regex.pyc -%%ZOPEBASEDIR%%/lib/python/version.txt -%%ZOPEBASEDIR%%/lib/python/webdav/Collection.py -%%ZOPEBASEDIR%%/lib/python/webdav/Collection.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/NullResource.py -%%ZOPEBASEDIR%%/lib/python/webdav/NullResource.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/Resource.py -%%ZOPEBASEDIR%%/lib/python/webdav/Resource.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/__init__.py -%%ZOPEBASEDIR%%/lib/python/webdav/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/client.py -%%ZOPEBASEDIR%%/lib/python/webdav/client.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/common.py -%%ZOPEBASEDIR%%/lib/python/webdav/common.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/davcmds.py -%%ZOPEBASEDIR%%/lib/python/webdav/davcmds.pyc -%%ZOPEBASEDIR%%/lib/python/webdav/xmltools.py -%%ZOPEBASEDIR%%/lib/python/webdav/xmltools.pyc -%%ZOPEBASEDIR%%/lib/python/xmlrpclib.py -%%ZOPEBASEDIR%%/lib/python/xmlrpclib.pyc -%%ZOPEBASEDIR%%/lib/python/zLOG.py -%%ZOPEBASEDIR%%/lib/python/zLOG.pyc -%%ZOPEBASEDIR%%/lib/python/zdaemon.py -%%ZOPEBASEDIR%%/lib/python/zdaemon.pyc -%%ZOPEBASEDIR%%/lib/python/zlib.so -%%ZOPEBASEDIR%%/pcgi/.cvsignore -%%ZOPEBASEDIR%%/pcgi/Example/pcgitest -%%ZOPEBASEDIR%%/pcgi/Example/pcgitime.py -%%ZOPEBASEDIR%%/pcgi/Example/pcgitime.pyc -%%ZOPEBASEDIR%%/pcgi/Makefile -%%ZOPEBASEDIR%%/pcgi/Makefile.in -%%ZOPEBASEDIR%%/pcgi/MrCreosote/README.MrCreosote -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.c -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.h -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.py -%%ZOPEBASEDIR%%/pcgi/MrCreosote/creosote.pyc -%%ZOPEBASEDIR%%/pcgi/README -%%ZOPEBASEDIR%%/pcgi/Test/.cvsignore -%%ZOPEBASEDIR%%/pcgi/Test/README.parseinfo -%%ZOPEBASEDIR%%/pcgi/Test/parseinfo -%%ZOPEBASEDIR%%/pcgi/Test/parseinfo.o -%%ZOPEBASEDIR%%/pcgi/Test/pcgi-wrapper.o -%%ZOPEBASEDIR%%/pcgi/Util/README -%%ZOPEBASEDIR%%/pcgi/Util/killpcgi.py -%%ZOPEBASEDIR%%/pcgi/Util/killpcgi.pyc -%%ZOPEBASEDIR%%/pcgi/Util/pcgifile.py -%%ZOPEBASEDIR%%/pcgi/Util/pcgifile.pyc -%%ZOPEBASEDIR%%/pcgi/Win32/Makefile.nt -%%ZOPEBASEDIR%%/pcgi/Win32/README.NT -%%ZOPEBASEDIR%%/pcgi/Win32/parseinfo.exe -%%ZOPEBASEDIR%%/pcgi/Win32/pcgi-wrapper.exe -%%ZOPEBASEDIR%%/pcgi/config.cache -%%ZOPEBASEDIR%%/pcgi/config.h.in -%%ZOPEBASEDIR%%/pcgi/config.log -%%ZOPEBASEDIR%%/pcgi/config.status -%%ZOPEBASEDIR%%/pcgi/configure -%%ZOPEBASEDIR%%/pcgi/configure.in -%%ZOPEBASEDIR%%/pcgi/install-sh -%%ZOPEBASEDIR%%/pcgi/manifest -%%ZOPEBASEDIR%%/pcgi/parseinfo.c -%%ZOPEBASEDIR%%/pcgi/parseinfo.o -%%ZOPEBASEDIR%%/pcgi/pcgi-wrapper.c -%%ZOPEBASEDIR%%/pcgi/pcgi-wrapper.o -%%ZOPEBASEDIR%%/pcgi/pcgi.h -%%ZOPEBASEDIR%%/pcgi/pcgi_publisher.py -%%ZOPEBASEDIR%%/pcgi/pcgi_publisher.pyc -%%ZOPEBASEDIR%%/start -%%ZOPEBASEDIR%%/stop -%%ZOPEBASEDIR%%/utilities/FS.py -%%ZOPEBASEDIR%%/utilities/FS.pyc -%%ZOPEBASEDIR%%/utilities/README.txt -%%ZOPEBASEDIR%%/utilities/bbb.py -%%ZOPEBASEDIR%%/utilities/bbb.pyc -%%ZOPEBASEDIR%%/utilities/fixbbbts.py -%%ZOPEBASEDIR%%/utilities/fixbbbts.pyc -%%ZOPEBASEDIR%%/utilities/load_site.py -%%ZOPEBASEDIR%%/utilities/load_site.pyc -%%ZOPEBASEDIR%%/var/.cvsignore -%%ZOPEBASEDIR%%/w_pcgi.py -%%ZOPEBASEDIR%%/w_pcgi.pyc -%%ZOPEBASEDIR%%/wo_pcgi.py -%%ZOPEBASEDIR%%/wo_pcgi.pyc -%%ZOPEBASEDIR%%/z2.py -%%ZOPEBASEDIR%%/z2.pyc -%%ZOPEBASEDIR%%/zpasswd.py -%%ZOPEBASEDIR%%/zpasswd.pyc -@dirrm %%ZOPEBASEDIR%%/ZServer/PubCore -@dirrm %%ZOPEBASEDIR%%/ZServer/medusa -@dirrm %%ZOPEBASEDIR%%/ZServer -@dirrm %%ZOPEBASEDIR%%/doc/PLATFORMS -@dirrm %%ZOPEBASEDIR%%/doc -@dirrm %%ZOPEBASEDIR%%/inst -@dirrm %%ZOPEBASEDIR%%/lib/Components/BTree -@dirrm %%ZOPEBASEDIR%%/lib/Components/ExtensionClass -@dirrm %%ZOPEBASEDIR%%/lib/Components/cPickle -@dirrm %%ZOPEBASEDIR%%/lib/Components/zlib -@dirrm %%ZOPEBASEDIR%%/lib/Components -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/www -@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl -@dirrm %%ZOPEBASEDIR%%/lib/python/App/www -@dirrm %%ZOPEBASEDIR%%/lib/python/App -@dirrm %%ZOPEBASEDIR%%/lib/python/DateTime -@dirrm %%ZOPEBASEDIR%%/lib/python/DocumentTemplate -@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys/images -@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS/www -@dirrm %%ZOPEBASEDIR%%/lib/python/OFS -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MIMETools -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/release -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/sample -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP/images -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods -@dirrm %%ZOPEBASEDIR%%/lib/python/Products -@dirrm %%ZOPEBASEDIR%%/lib/python/SearchIndex -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC -@dirrm %%ZOPEBASEDIR%%/lib/python/Shared -@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText/regressions -@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText -@dirrm %%ZOPEBASEDIR%%/lib/python/TreeDisplay/www -@dirrm %%ZOPEBASEDIR%%/lib/python/TreeDisplay -@dirrm %%ZOPEBASEDIR%%/lib/python/ZClasses -@dirrm %%ZOPEBASEDIR%%/lib/python/ZODB -@dirrm %%ZOPEBASEDIR%%/lib/python/ZPublisher -@dirrm %%ZOPEBASEDIR%%/lib/python/Zope/ZLogger -@dirrm %%ZOPEBASEDIR%%/lib/python/Zope -@dirrm %%ZOPEBASEDIR%%/lib/python/webdav -@dirrm %%ZOPEBASEDIR%%/lib/python -@dirrm %%ZOPEBASEDIR%%/lib -@dirrm %%ZOPEBASEDIR%%/pcgi/Example -@dirrm %%ZOPEBASEDIR%%/pcgi/MrCreosote -@dirrm %%ZOPEBASEDIR%%/pcgi/Test -@dirrm %%ZOPEBASEDIR%%/pcgi/Util -@dirrm %%ZOPEBASEDIR%%/pcgi/Win32 -@dirrm %%ZOPEBASEDIR%%/pcgi -@dirrm %%ZOPEBASEDIR%%/utilities -@unexec mv -f %D/%%ZOPEBASEDIR%%/var/Data.fs /tmp/Data.fs.bak -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Data.fs.in -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Data.fs.lock -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Data.fs.tmp -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Z2.log -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/Z2.pid -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/pcgi.log -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/pcgi.pid -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/pcgi.soc -@unexec rm -f %D/%%ZOPEBASEDIR%%/var/zProcessManager.pid -@dirrm %%ZOPEBASEDIR%%/var -@dirrm %%ZOPEBASEDIR%% |